aws-sdk-mq 1.64.0 → 1.66.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mq/client.rb +16 -7
- data/lib/aws-sdk-mq/client_api.rb +7 -6
- data/lib/aws-sdk-mq/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-mq/types.rb +67 -34
- data/lib/aws-sdk-mq.rb +1 -1
- data/sig/client.rbs +4 -3
- data/sig/resource.rbs +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d9138e77cc69a2b3a907aa07f77f35e12414d218b3dea974714fb41151b72cc
|
4
|
+
data.tar.gz: b840d6423f43e4ff03ff97ae3978bb7dc7595f07007e7f8b30ebc333402b3838
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3503bfe425ca1f4d0d2dd172ff587093bc3e3f9141b9ec653e32cc24cbfafc041ed907eaa85442526a58414ce8f9b8281ff4a8afd8897a0c9956f550c3701104
|
7
|
+
data.tar.gz: f9a75e41c6aef90b183c0fad9fef94cb682da8bd3796f64d56995943a765204344818c71220a963b1858ddf99a5fb5681132428d8a54d8e5271044fa284cb721
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.66.0 (2024-07-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.65.0 (2024-06-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.
|
13
|
+
|
4
14
|
1.64.0 (2024-06-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
data/lib/aws-sdk-mq/client.rb
CHANGED
@@ -312,6 +312,15 @@ module Aws::MQ
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :stub_responses (false)
|
316
325
|
# Causes the client to return stubbed responses. By default
|
317
326
|
# fake responses are generated and returned. You can specify
|
@@ -464,7 +473,7 @@ module Aws::MQ
|
|
464
473
|
# Optional. The authentication strategy used to secure the broker. The
|
465
474
|
# default is SIMPLE.
|
466
475
|
#
|
467
|
-
# @option params [
|
476
|
+
# @option params [Boolean] :auto_minor_version_upgrade
|
468
477
|
#
|
469
478
|
# @option params [required, String] :broker_name
|
470
479
|
#
|
@@ -484,7 +493,7 @@ module Aws::MQ
|
|
484
493
|
# @option params [required, String] :engine_type
|
485
494
|
# The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
|
486
495
|
#
|
487
|
-
# @option params [
|
496
|
+
# @option params [String] :engine_version
|
488
497
|
#
|
489
498
|
# @option params [required, String] :host_instance_type
|
490
499
|
#
|
@@ -531,7 +540,7 @@ module Aws::MQ
|
|
531
540
|
#
|
532
541
|
# resp = client.create_broker({
|
533
542
|
# authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
|
534
|
-
# auto_minor_version_upgrade: false,
|
543
|
+
# auto_minor_version_upgrade: false,
|
535
544
|
# broker_name: "__string", # required
|
536
545
|
# configuration: {
|
537
546
|
# id: "__string", # required
|
@@ -544,7 +553,7 @@ module Aws::MQ
|
|
544
553
|
# use_aws_owned_key: false, # required
|
545
554
|
# },
|
546
555
|
# engine_type: "ACTIVEMQ", # required, accepts ACTIVEMQ, RABBITMQ
|
547
|
-
# engine_version: "__string",
|
556
|
+
# engine_version: "__string",
|
548
557
|
# host_instance_type: "__string", # required
|
549
558
|
# ldap_server_metadata: {
|
550
559
|
# hosts: ["__string"], # required
|
@@ -613,7 +622,7 @@ module Aws::MQ
|
|
613
622
|
# @option params [required, String] :engine_type
|
614
623
|
# The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
|
615
624
|
#
|
616
|
-
# @option params [
|
625
|
+
# @option params [String] :engine_version
|
617
626
|
#
|
618
627
|
# @option params [required, String] :name
|
619
628
|
#
|
@@ -633,7 +642,7 @@ module Aws::MQ
|
|
633
642
|
# resp = client.create_configuration({
|
634
643
|
# authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
|
635
644
|
# engine_type: "ACTIVEMQ", # required, accepts ACTIVEMQ, RABBITMQ
|
636
|
-
# engine_version: "__string",
|
645
|
+
# engine_version: "__string",
|
637
646
|
# name: "__string", # required
|
638
647
|
# tags: {
|
639
648
|
# "__string" => "__string",
|
@@ -1650,7 +1659,7 @@ module Aws::MQ
|
|
1650
1659
|
params: params,
|
1651
1660
|
config: config)
|
1652
1661
|
context[:gem_name] = 'aws-sdk-mq'
|
1653
|
-
context[:gem_version] = '1.
|
1662
|
+
context[:gem_version] = '1.66.0'
|
1654
1663
|
Seahorse::Client::Request.new(handlers, context)
|
1655
1664
|
end
|
1656
1665
|
|
@@ -226,7 +226,7 @@ module Aws::MQ
|
|
226
226
|
ConflictException.struct_class = Types::ConflictException
|
227
227
|
|
228
228
|
CreateBrokerInput.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
229
|
-
CreateBrokerInput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean,
|
229
|
+
CreateBrokerInput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
230
230
|
CreateBrokerInput.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerName"))
|
231
231
|
CreateBrokerInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
232
232
|
CreateBrokerInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken"=>true}))
|
@@ -235,7 +235,7 @@ module Aws::MQ
|
|
235
235
|
CreateBrokerInput.add_member(:data_replication_primary_broker_arn, Shapes::ShapeRef.new(shape: __string, location_name: "dataReplicationPrimaryBrokerArn"))
|
236
236
|
CreateBrokerInput.add_member(:encryption_options, Shapes::ShapeRef.new(shape: EncryptionOptions, location_name: "encryptionOptions"))
|
237
237
|
CreateBrokerInput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
238
|
-
CreateBrokerInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string,
|
238
|
+
CreateBrokerInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
239
239
|
CreateBrokerInput.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "hostInstanceType"))
|
240
240
|
CreateBrokerInput.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataInput, location_name: "ldapServerMetadata"))
|
241
241
|
CreateBrokerInput.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
@@ -253,14 +253,14 @@ module Aws::MQ
|
|
253
253
|
CreateBrokerOutput.struct_class = Types::CreateBrokerOutput
|
254
254
|
|
255
255
|
CreateBrokerRequest.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
256
|
-
CreateBrokerRequest.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean,
|
256
|
+
CreateBrokerRequest.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
257
257
|
CreateBrokerRequest.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerName"))
|
258
258
|
CreateBrokerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
259
259
|
CreateBrokerRequest.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken"=>true}))
|
260
260
|
CreateBrokerRequest.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
|
261
261
|
CreateBrokerRequest.add_member(:encryption_options, Shapes::ShapeRef.new(shape: EncryptionOptions, location_name: "encryptionOptions"))
|
262
262
|
CreateBrokerRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
263
|
-
CreateBrokerRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string,
|
263
|
+
CreateBrokerRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
264
264
|
CreateBrokerRequest.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "hostInstanceType"))
|
265
265
|
CreateBrokerRequest.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataInput, location_name: "ldapServerMetadata"))
|
266
266
|
CreateBrokerRequest.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
@@ -281,7 +281,7 @@ module Aws::MQ
|
|
281
281
|
|
282
282
|
CreateConfigurationInput.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
283
283
|
CreateConfigurationInput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
284
|
-
CreateConfigurationInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string,
|
284
|
+
CreateConfigurationInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
285
285
|
CreateConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
286
286
|
CreateConfigurationInput.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
287
287
|
CreateConfigurationInput.struct_class = Types::CreateConfigurationInput
|
@@ -296,7 +296,7 @@ module Aws::MQ
|
|
296
296
|
|
297
297
|
CreateConfigurationRequest.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
298
298
|
CreateConfigurationRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
299
|
-
CreateConfigurationRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string,
|
299
|
+
CreateConfigurationRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
300
300
|
CreateConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
301
301
|
CreateConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
302
302
|
CreateConfigurationRequest.struct_class = Types::CreateConfigurationRequest
|
@@ -821,6 +821,7 @@ module Aws::MQ
|
|
821
821
|
|
822
822
|
api.metadata = {
|
823
823
|
"apiVersion" => "2017-11-27",
|
824
|
+
"auth" => ["aws.auth#sigv4"],
|
824
825
|
"endpointPrefix" => "mq",
|
825
826
|
"jsonVersion" => "1.1",
|
826
827
|
"protocol" => "rest-json",
|
@@ -32,7 +32,7 @@ module Aws::MQ
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://mq-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
data/lib/aws-sdk-mq/types.rb
CHANGED
@@ -275,12 +275,15 @@ module Aws::MQ
|
|
275
275
|
# @return [String]
|
276
276
|
#
|
277
277
|
# @!attribute [rw] engine_version
|
278
|
-
#
|
279
|
-
# engine
|
278
|
+
# The broker engine version. Defaults to the latest available version
|
279
|
+
# for the specified broker engine type. For a list of supported engine
|
280
|
+
# versions, see the [ActiveMQ version management][1] and the [RabbitMQ
|
281
|
+
# version management][2] sections in the Amazon MQ Developer Guide.
|
280
282
|
#
|
281
283
|
#
|
282
284
|
#
|
283
|
-
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/
|
285
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/activemq-version-management.html
|
286
|
+
# [2]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/rabbitmq-version-management.html
|
284
287
|
# @return [String]
|
285
288
|
#
|
286
289
|
# @!attribute [rw] id
|
@@ -412,11 +415,15 @@ module Aws::MQ
|
|
412
415
|
# @return [String]
|
413
416
|
#
|
414
417
|
# @!attribute [rw] auto_minor_version_upgrade
|
415
|
-
# Enables automatic upgrades to new
|
418
|
+
# Enables automatic upgrades to new patch versions for brokers as new
|
416
419
|
# versions are released and supported by Amazon MQ. Automatic upgrades
|
417
|
-
# occur during the scheduled maintenance window
|
418
|
-
#
|
419
|
-
#
|
420
|
+
# occur during the scheduled maintenance window or after a manual
|
421
|
+
# broker reboot. Set to true by default, if no value is specified.
|
422
|
+
#
|
423
|
+
# <note markdown="1">Must be set to true for ActiveMQ brokers version 5.18 and above and
|
424
|
+
# for RabbitMQ brokers version 3.13 and above.
|
425
|
+
#
|
426
|
+
# </note>
|
420
427
|
# @return [Boolean]
|
421
428
|
#
|
422
429
|
# @!attribute [rw] broker_name
|
@@ -475,12 +482,15 @@ module Aws::MQ
|
|
475
482
|
# @return [String]
|
476
483
|
#
|
477
484
|
# @!attribute [rw] engine_version
|
478
|
-
#
|
479
|
-
# engine
|
485
|
+
# The broker engine version. Defaults to the latest available version
|
486
|
+
# for the specified broker engine type. For more information, see the
|
487
|
+
# [ActiveMQ version management][1] and the [RabbitMQ version
|
488
|
+
# management][2] sections in the Amazon MQ Developer Guide.
|
480
489
|
#
|
481
490
|
#
|
482
491
|
#
|
483
|
-
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/
|
492
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/activemq-version-management.html
|
493
|
+
# [2]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/rabbitmq-version-management.html
|
484
494
|
# @return [String]
|
485
495
|
#
|
486
496
|
# @!attribute [rw] host_instance_type
|
@@ -741,12 +751,15 @@ module Aws::MQ
|
|
741
751
|
# @return [String]
|
742
752
|
#
|
743
753
|
# @!attribute [rw] engine_version
|
744
|
-
#
|
745
|
-
# engine
|
754
|
+
# The broker engine version. Defaults to the latest available version
|
755
|
+
# for the specified broker engine type. For more information, see the
|
756
|
+
# [ActiveMQ version management][1] and the [RabbitMQ version
|
757
|
+
# management][2] sections in the Amazon MQ Developer Guide.
|
746
758
|
#
|
747
759
|
#
|
748
760
|
#
|
749
|
-
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/
|
761
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/activemq-version-management.html
|
762
|
+
# [2]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/rabbitmq-version-management.html
|
750
763
|
# @return [String]
|
751
764
|
#
|
752
765
|
# @!attribute [rw] name
|
@@ -1171,10 +1184,10 @@ module Aws::MQ
|
|
1171
1184
|
# @return [String]
|
1172
1185
|
#
|
1173
1186
|
# @!attribute [rw] auto_minor_version_upgrade
|
1174
|
-
# Enables automatic upgrades to new
|
1187
|
+
# Enables automatic upgrades to new patch versions for brokers as new
|
1175
1188
|
# versions are released and supported by Amazon MQ. Automatic upgrades
|
1176
|
-
# occur during the scheduled maintenance window
|
1177
|
-
#
|
1189
|
+
# occur during the scheduled maintenance window or after a manual
|
1190
|
+
# broker reboot.
|
1178
1191
|
# @return [Boolean]
|
1179
1192
|
#
|
1180
1193
|
# @!attribute [rw] broker_arn
|
@@ -1231,12 +1244,14 @@ module Aws::MQ
|
|
1231
1244
|
# @return [String]
|
1232
1245
|
#
|
1233
1246
|
# @!attribute [rw] engine_version
|
1234
|
-
# The broker engine
|
1235
|
-
#
|
1247
|
+
# The broker engine version. For more information, see the [ActiveMQ
|
1248
|
+
# version management][1] and the [RabbitMQ version management][2]
|
1249
|
+
# sections in the Amazon MQ Developer Guide.
|
1236
1250
|
#
|
1237
1251
|
#
|
1238
1252
|
#
|
1239
|
-
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/
|
1253
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/activemq-version-management.html
|
1254
|
+
# [2]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/rabbitmq-version-management.html
|
1240
1255
|
# @return [String]
|
1241
1256
|
#
|
1242
1257
|
# @!attribute [rw] host_instance_type
|
@@ -1273,12 +1288,14 @@ module Aws::MQ
|
|
1273
1288
|
# @return [String]
|
1274
1289
|
#
|
1275
1290
|
# @!attribute [rw] pending_engine_version
|
1276
|
-
# The broker engine version to upgrade to. For
|
1277
|
-
#
|
1291
|
+
# The broker engine version to upgrade to. For more information, see
|
1292
|
+
# the [ActiveMQ version management][1] and the [RabbitMQ version
|
1293
|
+
# management][2] sections in the Amazon MQ Developer Guide.
|
1278
1294
|
#
|
1279
1295
|
#
|
1280
1296
|
#
|
1281
|
-
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/
|
1297
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/activemq-version-management.html
|
1298
|
+
# [2]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/rabbitmq-version-management.html
|
1282
1299
|
# @return [String]
|
1283
1300
|
#
|
1284
1301
|
# @!attribute [rw] pending_host_instance_type
|
@@ -2561,10 +2578,15 @@ module Aws::MQ
|
|
2561
2578
|
# @return [String]
|
2562
2579
|
#
|
2563
2580
|
# @!attribute [rw] auto_minor_version_upgrade
|
2564
|
-
# Enables automatic upgrades to new
|
2581
|
+
# Enables automatic upgrades to new patch versions for brokers as new
|
2565
2582
|
# versions are released and supported by Amazon MQ. Automatic upgrades
|
2566
|
-
# occur during the scheduled maintenance window
|
2567
|
-
#
|
2583
|
+
# occur during the scheduled maintenance window or after a manual
|
2584
|
+
# broker reboot.
|
2585
|
+
#
|
2586
|
+
# <note markdown="1">Must be set to true for ActiveMQ brokers version 5.18 and above and
|
2587
|
+
# for RabbitMQ brokers version 3.13 and above.
|
2588
|
+
#
|
2589
|
+
# </note>
|
2568
2590
|
# @return [Boolean]
|
2569
2591
|
#
|
2570
2592
|
# @!attribute [rw] configuration
|
@@ -2576,12 +2598,20 @@ module Aws::MQ
|
|
2576
2598
|
# @return [String]
|
2577
2599
|
#
|
2578
2600
|
# @!attribute [rw] engine_version
|
2579
|
-
# The broker engine version. For
|
2580
|
-
#
|
2601
|
+
# The broker engine version. For more information, see the [ActiveMQ
|
2602
|
+
# version management][1] and the [RabbitMQ version management][2]
|
2603
|
+
# sections in the Amazon MQ Developer Guide.
|
2604
|
+
#
|
2605
|
+
# <note markdown="1">When upgrading to ActiveMQ version 5.18 and above or RabbitMQ
|
2606
|
+
# version 3.13 and above, you must have autoMinorVersionUpgrade set to
|
2607
|
+
# true for the broker.
|
2581
2608
|
#
|
2609
|
+
# </note>
|
2582
2610
|
#
|
2583
2611
|
#
|
2584
|
-
#
|
2612
|
+
#
|
2613
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/activemq-version-management.html
|
2614
|
+
# [2]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/rabbitmq-version-management.html
|
2585
2615
|
# @return [String]
|
2586
2616
|
#
|
2587
2617
|
# @!attribute [rw] host_instance_type
|
@@ -2637,9 +2667,10 @@ module Aws::MQ
|
|
2637
2667
|
# @return [String]
|
2638
2668
|
#
|
2639
2669
|
# @!attribute [rw] auto_minor_version_upgrade
|
2640
|
-
#
|
2641
|
-
#
|
2642
|
-
#
|
2670
|
+
# Enables automatic upgrades to new patch versions for brokers as new
|
2671
|
+
# versions are released and supported by Amazon MQ. Automatic upgrades
|
2672
|
+
# occur during the scheduled maintenance window or after a manual
|
2673
|
+
# broker reboot.
|
2643
2674
|
# @return [Boolean]
|
2644
2675
|
#
|
2645
2676
|
# @!attribute [rw] broker_id
|
@@ -2660,12 +2691,14 @@ module Aws::MQ
|
|
2660
2691
|
# @return [String]
|
2661
2692
|
#
|
2662
2693
|
# @!attribute [rw] engine_version
|
2663
|
-
# The broker engine version to upgrade to. For
|
2664
|
-
#
|
2694
|
+
# The broker engine version to upgrade to. For more information, see
|
2695
|
+
# the [ActiveMQ version management][1] and the [RabbitMQ version
|
2696
|
+
# management][2] sections in the Amazon MQ Developer Guide.
|
2665
2697
|
#
|
2666
2698
|
#
|
2667
2699
|
#
|
2668
|
-
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/
|
2700
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/activemq-version-management.html
|
2701
|
+
# [2]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/rabbitmq-version-management.html
|
2669
2702
|
# @return [String]
|
2670
2703
|
#
|
2671
2704
|
# @!attribute [rw] host_instance_type
|
data/lib/aws-sdk-mq.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -48,6 +48,7 @@ module Aws
|
|
48
48
|
?sdk_ua_app_id: String,
|
49
49
|
?secret_access_key: String,
|
50
50
|
?session_token: String,
|
51
|
+
?sigv4a_signing_region_set: Array[String],
|
51
52
|
?stub_responses: untyped,
|
52
53
|
?token_provider: untyped,
|
53
54
|
?use_dualstack_endpoint: bool,
|
@@ -80,7 +81,7 @@ module Aws
|
|
80
81
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MQ/Client.html#create_broker-instance_method
|
81
82
|
def create_broker: (
|
82
83
|
?authentication_strategy: ("SIMPLE" | "LDAP"),
|
83
|
-
auto_minor_version_upgrade: bool,
|
84
|
+
?auto_minor_version_upgrade: bool,
|
84
85
|
broker_name: ::String,
|
85
86
|
?configuration: {
|
86
87
|
id: ::String,
|
@@ -93,7 +94,7 @@ module Aws
|
|
93
94
|
use_aws_owned_key: bool
|
94
95
|
},
|
95
96
|
engine_type: ("ACTIVEMQ" | "RABBITMQ"),
|
96
|
-
engine_version: ::String,
|
97
|
+
?engine_version: ::String,
|
97
98
|
host_instance_type: ::String,
|
98
99
|
?ldap_server_metadata: {
|
99
100
|
hosts: Array[::String],
|
@@ -149,7 +150,7 @@ module Aws
|
|
149
150
|
def create_configuration: (
|
150
151
|
?authentication_strategy: ("SIMPLE" | "LDAP"),
|
151
152
|
engine_type: ("ACTIVEMQ" | "RABBITMQ"),
|
152
|
-
engine_version: ::String,
|
153
|
+
?engine_version: ::String,
|
153
154
|
name: ::String,
|
154
155
|
?tags: Hash[::String, ::String]
|
155
156
|
) -> _CreateConfigurationResponseSuccess
|
data/sig/resource.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.66.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-
|
11
|
+
date: 2024-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for AmazonMQ. This gem is part of the AWS SDK for
|
48
48
|
Ruby.
|
49
49
|
email:
|