aws-sdk-mq 1.94.0 → 1.96.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: 52635a9a8059f1cecb1994be627c077ff12476f260c5d8edf15704fdd1baed86
4
- data.tar.gz: 87a2f3cd0d24544341a9a7b436c50e5e203a3925d8ead8df8f7cdf10eec4cf53
3
+ metadata.gz: 709fcd768a25323e54b378bb945f103bf1ef273e2da63c8e226da9faabf80bf8
4
+ data.tar.gz: 0a9e7d4cadfa06e0406ccaedfc6109c24973187b2f3acbda37d05bbf9fe8af05
5
5
  SHA512:
6
- metadata.gz: 70064d9334b9fd12cbfe5a211526a06ffd85e2c45cdda6717b57b389770517fc1419ad8b85ef204f52b687959e27f69bfe98d655f10e7b2073106edf0a0e8f2c
7
- data.tar.gz: 6c328ad8c9ea534ec48803f763fa5897ba81407efe6aab82e3bfd804d6a0de1d814d0dfb9b01e8655f603f64596ee380a779012d5ed066be24608df6984e1713
6
+ metadata.gz: 98bde167fb21202ea3137caa3287140a6ed99605cf82627138ffa44b0633341874a64d1d964617ebe13c822bd0c7997a40005da6a42b3a3507d339a7c132e37f
7
+ data.tar.gz: f743d640bc1c315b62d550209e1fbc1f71170d21f34971d1018311d85a93122a785f91484796610ca9a0023f22a7d2e0d2cee2c3a2264ec03c0abecdfbbaa5c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.95.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.94.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.96.0
@@ -199,7 +199,7 @@ module Aws::MQ
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::MQ
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1742,7 +1740,7 @@ module Aws::MQ
1742
1740
  tracer: tracer
1743
1741
  )
1744
1742
  context[:gem_name] = 'aws-sdk-mq'
1745
- context[:gem_version] = '1.94.0'
1743
+ context[:gem_version] = '1.96.0'
1746
1744
  Seahorse::Client::Request.new(handlers, context)
1747
1745
  end
1748
1746
 
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.94.0'
57
+ GEM_VERSION = '1.96.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -101,19 +101,7 @@ module Aws
101
101
  engine_type: ("ACTIVEMQ" | "RABBITMQ"),
102
102
  ?engine_version: ::String,
103
103
  host_instance_type: ::String,
104
- ?ldap_server_metadata: {
105
- hosts: Array[::String],
106
- role_base: ::String,
107
- role_name: ::String?,
108
- role_search_matching: ::String,
109
- role_search_subtree: bool?,
110
- service_account_password: ::String,
111
- service_account_username: ::String,
112
- user_base: ::String,
113
- user_role_name: ::String?,
114
- user_search_matching: ::String,
115
- user_search_subtree: bool?
116
- },
104
+ ?ldap_server_metadata: Params::ldap_server_metadata_input,
117
105
  ?logs: {
118
106
  audit: bool?,
119
107
  general: bool?
@@ -135,7 +123,7 @@ module Aws
135
123
  password: ::String,
136
124
  username: ::String,
137
125
  replication_user: bool?
138
- },
126
+ }
139
127
  ],
140
128
  ?data_replication_mode: ("NONE" | "CRDR"),
141
129
  ?data_replication_primary_broker_arn: ::String
@@ -452,19 +440,7 @@ module Aws
452
440
  },
453
441
  ?engine_version: ::String,
454
442
  ?host_instance_type: ::String,
455
- ?ldap_server_metadata: {
456
- hosts: Array[::String],
457
- role_base: ::String,
458
- role_name: ::String?,
459
- role_search_matching: ::String,
460
- role_search_subtree: bool?,
461
- service_account_password: ::String,
462
- service_account_username: ::String,
463
- user_base: ::String,
464
- user_role_name: ::String?,
465
- user_search_matching: ::String,
466
- user_search_subtree: bool?
467
- },
443
+ ?ldap_server_metadata: Params::ldap_server_metadata_input,
468
444
  ?logs: {
469
445
  audit: bool?,
470
446
  general: bool?
data/sig/params.rbs ADDED
@@ -0,0 +1,27 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module MQ
10
+ module Params
11
+ type ldap_server_metadata_input = {
12
+ hosts: Array[::String],
13
+ role_base: ::String,
14
+ role_name: ::String?,
15
+ role_search_matching: ::String,
16
+ role_search_subtree: bool?,
17
+ service_account_password: ::String,
18
+ service_account_username: ::String,
19
+ user_base: ::String,
20
+ user_role_name: ::String?,
21
+ user_search_matching: ::String,
22
+ user_search_subtree: bool?
23
+ }
24
+
25
+ end
26
+ end
27
+ end
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.94.0
4
+ version: 1.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-mq/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs