aws-sdk-mq 1.31.0 → 1.36.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 +193 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-mq.rb +3 -2
- data/lib/aws-sdk-mq/client.rb +23 -24
- data/lib/aws-sdk-mq/client_api.rb +2 -1
- data/lib/aws-sdk-mq/errors.rb +1 -1
- data/lib/aws-sdk-mq/resource.rb +1 -1
- data/lib/aws-sdk-mq/types.rb +66 -56
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fdfde9403229bc6b94ac08025d2e2ff8c0d15703c0275b2724e753248aa7689
|
4
|
+
data.tar.gz: 151d07bdb56eb92524ff5d4d2853ca3974341a95b9c70ac4a50f322c099b73f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec8ec75500835ada92ad95a25cd9d0bcb851206edbd82424f57682046a8daeb530bb94fdf435f8b3f06cf6d1545aad49e6ff09274bfaf88d45229bdf9e967a6c
|
7
|
+
data.tar.gz: f81baa271027ff359d921409f033fd1c3f05199ee44b8d47e04e1ee580831074313134bfad78de6288b783f5e5b5d701af0ba30892184b89a69a249e7dbe53ce
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,193 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.36.0 (2021-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.35.0 (2021-02-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.34.0 (2020-11-04)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Amazon MQ introduces support for RabbitMQ, a popular message-broker with native support for AMQP 0.9.1. You can now create fully-managed RabbitMQ brokers in the cloud.
|
18
|
+
|
19
|
+
1.33.0 (2020-09-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.32.0 (2020-09-15)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.31.0 (2020-08-25)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.30.0 (2020-07-24)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Amazon MQ now supports LDAP (Lightweight Directory Access Protocol), providing authentication and authorization of Amazon MQ users via a customer designated LDAP server.
|
38
|
+
|
39
|
+
1.29.0 (2020-06-23)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.28.1 (2020-06-11)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
48
|
+
|
49
|
+
1.28.0 (2020-06-10)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Issue - This version has been yanked. (#2327).
|
53
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
54
|
+
|
55
|
+
1.27.0 (2020-05-28)
|
56
|
+
------------------
|
57
|
+
|
58
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
59
|
+
|
60
|
+
1.26.0 (2020-05-07)
|
61
|
+
------------------
|
62
|
+
|
63
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
64
|
+
|
65
|
+
1.25.0 (2020-03-09)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.24.0 (2019-12-16)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Amazon MQ now supports throughput-optimized message brokers, backed by Amazon EBS.
|
74
|
+
|
75
|
+
1.23.0 (2019-10-23)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.22.0 (2019-09-30)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Amazon MQ now includes the ability to scale your brokers by changing the host instance type. See the hostInstanceType property of UpdateBrokerInput (https://docs.aws.amazon.com/amazon-mq/latest/api-reference/brokers-broker-id.html#brokers-broker-id-model-updatebrokerinput), and pendingHostInstanceType property of DescribeBrokerOutput (https://docs.aws.amazon.com/amazon-mq/latest/api-reference/brokers-broker-id.html#brokers-broker-id-model-describebrokeroutput).
|
84
|
+
|
85
|
+
1.21.0 (2019-08-30)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Adds support for updating security groups selection of an Amazon MQ broker.
|
89
|
+
|
90
|
+
1.20.0 (2019-07-25)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.19.0 (2019-07-22)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Adds support for AWS Key Management Service (KMS) to offer server-side encryption. You can now select your own customer managed CMK, or use an AWS managed CMK in your KMS account.
|
99
|
+
|
100
|
+
1.18.0 (2019-07-01)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.17.0 (2019-06-17)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.16.0 (2019-05-21)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - API update.
|
114
|
+
|
115
|
+
1.15.0 (2019-05-15)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.14.0 (2019-05-14)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.13.0 (2019-04-16)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.12.0 (2019-03-21)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.11.0 (2019-03-18)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.10.0 (2019-03-14)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.9.0 (2018-12-05)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.8.0 (2018-11-20)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.7.0 (2018-10-24)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.6.0 (2018-10-23)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.5.0 (2018-09-27)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.4.0 (2018-09-06)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
174
|
+
|
175
|
+
1.3.0 (2018-09-05)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.2.0 (2018-07-30)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.1.0 (2018-06-26)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.0.0 (2017-11-29)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - Initial release of `aws-sdk-mq`.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.36.0
|
data/lib/aws-sdk-mq.rb
CHANGED
@@ -3,10 +3,11 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-mq/customizations'
|
|
47
48
|
# @!group service
|
48
49
|
module Aws::MQ
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.36.0'
|
51
52
|
|
52
53
|
end
|
data/lib/aws-sdk-mq/client.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -337,7 +337,7 @@ module Aws::MQ
|
|
337
337
|
# @option params [String] :broker_name
|
338
338
|
#
|
339
339
|
# @option params [Types::ConfigurationId] :configuration
|
340
|
-
# A list of information about the configuration.
|
340
|
+
# A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
341
341
|
#
|
342
342
|
# @option params [String] :creator_request_id
|
343
343
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -350,16 +350,15 @@ module Aws::MQ
|
|
350
350
|
# Encryption options for the broker.
|
351
351
|
#
|
352
352
|
# @option params [String] :engine_type
|
353
|
-
# The type of broker engine. Note: Currently, Amazon MQ supports
|
354
|
-
# ActiveMQ.
|
353
|
+
# The type of broker engine. Note: Currently, Amazon MQ supports
|
354
|
+
# ActiveMQ and RabbitMQ.
|
355
355
|
#
|
356
356
|
# @option params [String] :engine_version
|
357
357
|
#
|
358
358
|
# @option params [String] :host_instance_type
|
359
359
|
#
|
360
360
|
# @option params [Types::LdapServerMetadataInput] :ldap_server_metadata
|
361
|
-
# The metadata of the LDAP server used to authenticate and authorize
|
362
|
-
# connections to the broker.
|
361
|
+
# The metadata of the LDAP server used to authenticate and authorize connections to the broker. Currently not supported for RabbitMQ engine type.
|
363
362
|
#
|
364
363
|
# @option params [Types::Logs] :logs
|
365
364
|
# The list of information about logs to be enabled for the specified
|
@@ -374,7 +373,7 @@ module Aws::MQ
|
|
374
373
|
# @option params [Array<String>] :security_groups
|
375
374
|
#
|
376
375
|
# @option params [String] :storage_type
|
377
|
-
# The storage type of the broker.
|
376
|
+
# The storage type of the broker. EFS is currently not Supported for RabbitMQ engine type.
|
378
377
|
#
|
379
378
|
# @option params [Array<String>] :subnet_ids
|
380
379
|
#
|
@@ -398,12 +397,12 @@ module Aws::MQ
|
|
398
397
|
# revision: 1,
|
399
398
|
# },
|
400
399
|
# creator_request_id: "__string",
|
401
|
-
# deployment_mode: "SINGLE_INSTANCE", # accepts SINGLE_INSTANCE, ACTIVE_STANDBY_MULTI_AZ
|
400
|
+
# deployment_mode: "SINGLE_INSTANCE", # accepts SINGLE_INSTANCE, ACTIVE_STANDBY_MULTI_AZ, CLUSTER_MULTI_AZ
|
402
401
|
# encryption_options: {
|
403
402
|
# kms_key_id: "__string",
|
404
403
|
# use_aws_owned_key: false, # required
|
405
404
|
# },
|
406
|
-
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ
|
405
|
+
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ, RABBITMQ
|
407
406
|
# engine_version: "__string",
|
408
407
|
# host_instance_type: "__string",
|
409
408
|
# ldap_server_metadata: {
|
@@ -467,8 +466,8 @@ module Aws::MQ
|
|
467
466
|
# The authentication strategy used to secure the broker.
|
468
467
|
#
|
469
468
|
# @option params [String] :engine_type
|
470
|
-
# The type of broker engine. Note: Currently, Amazon MQ supports
|
471
|
-
# ActiveMQ.
|
469
|
+
# The type of broker engine. Note: Currently, Amazon MQ supports
|
470
|
+
# ActiveMQ and RabbitMQ.
|
472
471
|
#
|
473
472
|
# @option params [String] :engine_version
|
474
473
|
#
|
@@ -489,7 +488,7 @@ module Aws::MQ
|
|
489
488
|
#
|
490
489
|
# resp = client.create_configuration({
|
491
490
|
# authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
|
492
|
-
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ
|
491
|
+
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ, RABBITMQ
|
493
492
|
# engine_version: "__string",
|
494
493
|
# name: "__string",
|
495
494
|
# tags: {
|
@@ -713,10 +712,10 @@ module Aws::MQ
|
|
713
712
|
# resp.configurations.pending.id #=> String
|
714
713
|
# resp.configurations.pending.revision #=> Integer
|
715
714
|
# resp.created #=> Time
|
716
|
-
# resp.deployment_mode #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ"
|
715
|
+
# resp.deployment_mode #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ"
|
717
716
|
# resp.encryption_options.kms_key_id #=> String
|
718
717
|
# resp.encryption_options.use_aws_owned_key #=> Boolean
|
719
|
-
# resp.engine_type #=> String, one of "ACTIVEMQ"
|
718
|
+
# resp.engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
720
719
|
# resp.engine_version #=> String
|
721
720
|
# resp.host_instance_type #=> String
|
722
721
|
# resp.ldap_server_metadata.hosts #=> Array
|
@@ -801,7 +800,7 @@ module Aws::MQ
|
|
801
800
|
# @example Response structure
|
802
801
|
#
|
803
802
|
# resp.broker_engine_types #=> Array
|
804
|
-
# resp.broker_engine_types[0].engine_type #=> String, one of "ACTIVEMQ"
|
803
|
+
# resp.broker_engine_types[0].engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
805
804
|
# resp.broker_engine_types[0].engine_versions #=> Array
|
806
805
|
# resp.broker_engine_types[0].engine_versions[0].name #=> String
|
807
806
|
# resp.max_results #=> Integer
|
@@ -849,11 +848,11 @@ module Aws::MQ
|
|
849
848
|
# resp.broker_instance_options #=> Array
|
850
849
|
# resp.broker_instance_options[0].availability_zones #=> Array
|
851
850
|
# resp.broker_instance_options[0].availability_zones[0].name #=> String
|
852
|
-
# resp.broker_instance_options[0].engine_type #=> String, one of "ACTIVEMQ"
|
851
|
+
# resp.broker_instance_options[0].engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
853
852
|
# resp.broker_instance_options[0].host_instance_type #=> String
|
854
853
|
# resp.broker_instance_options[0].storage_type #=> String, one of "EBS", "EFS"
|
855
854
|
# resp.broker_instance_options[0].supported_deployment_modes #=> Array
|
856
|
-
# resp.broker_instance_options[0].supported_deployment_modes[0] #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ"
|
855
|
+
# resp.broker_instance_options[0].supported_deployment_modes[0] #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ"
|
857
856
|
# resp.broker_instance_options[0].supported_engine_versions #=> Array
|
858
857
|
# resp.broker_instance_options[0].supported_engine_versions[0] #=> String
|
859
858
|
# resp.max_results #=> Integer
|
@@ -897,7 +896,7 @@ module Aws::MQ
|
|
897
896
|
# resp.authentication_strategy #=> String, one of "SIMPLE", "LDAP"
|
898
897
|
# resp.created #=> Time
|
899
898
|
# resp.description #=> String
|
900
|
-
# resp.engine_type #=> String, one of "ACTIVEMQ"
|
899
|
+
# resp.engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
901
900
|
# resp.engine_version #=> String
|
902
901
|
# resp.id #=> String
|
903
902
|
# resp.latest_revision.created #=> Time
|
@@ -1023,7 +1022,8 @@ module Aws::MQ
|
|
1023
1022
|
# resp.broker_summaries[0].broker_name #=> String
|
1024
1023
|
# resp.broker_summaries[0].broker_state #=> String, one of "CREATION_IN_PROGRESS", "CREATION_FAILED", "DELETION_IN_PROGRESS", "RUNNING", "REBOOT_IN_PROGRESS"
|
1025
1024
|
# resp.broker_summaries[0].created #=> Time
|
1026
|
-
# resp.broker_summaries[0].deployment_mode #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ"
|
1025
|
+
# resp.broker_summaries[0].deployment_mode #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ"
|
1026
|
+
# resp.broker_summaries[0].engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
1027
1027
|
# resp.broker_summaries[0].host_instance_type #=> String
|
1028
1028
|
# resp.next_token #=> String
|
1029
1029
|
#
|
@@ -1104,7 +1104,7 @@ module Aws::MQ
|
|
1104
1104
|
# resp.configurations[0].authentication_strategy #=> String, one of "SIMPLE", "LDAP"
|
1105
1105
|
# resp.configurations[0].created #=> Time
|
1106
1106
|
# resp.configurations[0].description #=> String
|
1107
|
-
# resp.configurations[0].engine_type #=> String, one of "ACTIVEMQ"
|
1107
|
+
# resp.configurations[0].engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
1108
1108
|
# resp.configurations[0].engine_version #=> String
|
1109
1109
|
# resp.configurations[0].id #=> String
|
1110
1110
|
# resp.configurations[0].latest_revision.created #=> Time
|
@@ -1225,15 +1225,14 @@ module Aws::MQ
|
|
1225
1225
|
# @option params [required, String] :broker_id
|
1226
1226
|
#
|
1227
1227
|
# @option params [Types::ConfigurationId] :configuration
|
1228
|
-
# A list of information about the configuration.
|
1228
|
+
# A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
1229
1229
|
#
|
1230
1230
|
# @option params [String] :engine_version
|
1231
1231
|
#
|
1232
1232
|
# @option params [String] :host_instance_type
|
1233
1233
|
#
|
1234
1234
|
# @option params [Types::LdapServerMetadataInput] :ldap_server_metadata
|
1235
|
-
# The metadata of the LDAP server used to authenticate and authorize
|
1236
|
-
# connections to the broker.
|
1235
|
+
# The metadata of the LDAP server used to authenticate and authorize connections to the broker. Currently not supported for RabbitMQ engine type.
|
1237
1236
|
#
|
1238
1237
|
# @option params [Types::Logs] :logs
|
1239
1238
|
# The list of information about logs to be enabled for the specified
|
@@ -1413,7 +1412,7 @@ module Aws::MQ
|
|
1413
1412
|
params: params,
|
1414
1413
|
config: config)
|
1415
1414
|
context[:gem_name] = 'aws-sdk-mq'
|
1416
|
-
context[:gem_version] = '1.
|
1415
|
+
context[:gem_version] = '1.36.0'
|
1417
1416
|
Seahorse::Client::Request.new(handlers, context)
|
1418
1417
|
end
|
1419
1418
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -177,6 +177,7 @@ module Aws::MQ
|
|
177
177
|
BrokerSummary.add_member(:broker_state, Shapes::ShapeRef.new(shape: BrokerState, location_name: "brokerState"))
|
178
178
|
BrokerSummary.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "created"))
|
179
179
|
BrokerSummary.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "deploymentMode"))
|
180
|
+
BrokerSummary.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
180
181
|
BrokerSummary.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
181
182
|
BrokerSummary.struct_class = Types::BrokerSummary
|
182
183
|
|
data/lib/aws-sdk-mq/errors.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
data/lib/aws-sdk-mq/resource.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
data/lib/aws-sdk-mq/types.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -90,7 +90,7 @@ module Aws::MQ
|
|
90
90
|
# Returns information about all brokers.
|
91
91
|
#
|
92
92
|
# @!attribute [rw] console_url
|
93
|
-
# The URL of the broker's
|
93
|
+
# The URL of the broker's Web Console.
|
94
94
|
# @return [String]
|
95
95
|
#
|
96
96
|
# @!attribute [rw] endpoints
|
@@ -99,7 +99,7 @@ module Aws::MQ
|
|
99
99
|
#
|
100
100
|
# @!attribute [rw] ip_address
|
101
101
|
# The IP address of the Elastic Network Interface (ENI) attached to
|
102
|
-
# the broker.
|
102
|
+
# the broker. Does not apply to RabbitMQ brokers
|
103
103
|
# @return [String]
|
104
104
|
#
|
105
105
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/BrokerInstance AWS API Documentation
|
@@ -207,6 +207,10 @@ module Aws::MQ
|
|
207
207
|
# Required. The deployment mode of the broker.
|
208
208
|
# @return [String]
|
209
209
|
#
|
210
|
+
# @!attribute [rw] engine_type
|
211
|
+
# Required. The type of broker engine.
|
212
|
+
# @return [String]
|
213
|
+
#
|
210
214
|
# @!attribute [rw] host_instance_type
|
211
215
|
# The broker's instance type.
|
212
216
|
# @return [String]
|
@@ -220,6 +224,7 @@ module Aws::MQ
|
|
220
224
|
:broker_state,
|
221
225
|
:created,
|
222
226
|
:deployment_mode,
|
227
|
+
:engine_type,
|
223
228
|
:host_instance_type)
|
224
229
|
SENSITIVE = []
|
225
230
|
include Aws::Structure
|
@@ -245,7 +250,7 @@ module Aws::MQ
|
|
245
250
|
#
|
246
251
|
# @!attribute [rw] engine_type
|
247
252
|
# Required. The type of broker engine. Note: Currently, Amazon MQ
|
248
|
-
# supports
|
253
|
+
# supports ACTIVEMQ and RABBITMQ.
|
249
254
|
# @return [String]
|
250
255
|
#
|
251
256
|
# @!attribute [rw] engine_version
|
@@ -290,7 +295,7 @@ module Aws::MQ
|
|
290
295
|
include Aws::Structure
|
291
296
|
end
|
292
297
|
|
293
|
-
# A list of information about the configuration.
|
298
|
+
# A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
294
299
|
#
|
295
300
|
# @note When making an API call, you may pass ConfigurationId
|
296
301
|
# data as a hash:
|
@@ -424,7 +429,7 @@ module Aws::MQ
|
|
424
429
|
#
|
425
430
|
# @!attribute [rw] engine_type
|
426
431
|
# Required. The type of broker engine. Note: Currently, Amazon MQ
|
427
|
-
# supports
|
432
|
+
# supports ACTIVEMQ and RABBITMQ.
|
428
433
|
# @return [String]
|
429
434
|
#
|
430
435
|
# @!attribute [rw] engine_version
|
@@ -465,11 +470,13 @@ module Aws::MQ
|
|
465
470
|
# @return [String]
|
466
471
|
#
|
467
472
|
# @!attribute [rw] subnet_ids
|
468
|
-
# The list of groups
|
469
|
-
#
|
470
|
-
#
|
471
|
-
#
|
472
|
-
#
|
473
|
+
# The list of groups that define which subnets and IP ranges the
|
474
|
+
# broker can use from different Availability Zones. A SINGLE\_INSTANCE
|
475
|
+
# deployment requires one subnet (for example, the default subnet). An
|
476
|
+
# ACTIVE\_STANDBY\_MULTI\_AZ deployment (ACTIVEMQ) requires two
|
477
|
+
# subnets. A CLUSTER\_MULTI\_AZ deployment (RABBITMQ) has no subnet
|
478
|
+
# requirements when deployed with public accessibility, deployment
|
479
|
+
# without public accessibility requires at least one subnet.
|
473
480
|
# @return [Array<String>]
|
474
481
|
#
|
475
482
|
# @!attribute [rw] tags
|
@@ -477,10 +484,14 @@ module Aws::MQ
|
|
477
484
|
# @return [Hash<String,String>]
|
478
485
|
#
|
479
486
|
# @!attribute [rw] users
|
480
|
-
# Required. The list of
|
481
|
-
#
|
482
|
-
#
|
483
|
-
# .
|
487
|
+
# Required. The list of broker users (persons or applications) who can
|
488
|
+
# access queues and topics. For RabbitMQ brokers, one and only one
|
489
|
+
# administrative user is accepted and created when a broker is first
|
490
|
+
# provisioned. All subsequent broker users are created by making
|
491
|
+
# RabbitMQ API calls directly to brokers or via the RabbitMQ Web
|
492
|
+
# Console. This value can contain only alphanumeric characters,
|
493
|
+
# dashes, periods, underscores, and tildes (- . \_ ~). This value must
|
494
|
+
# be 2-100 characters long.
|
484
495
|
# @return [Array<Types::User>]
|
485
496
|
#
|
486
497
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/CreateBrokerInput AWS API Documentation
|
@@ -540,12 +551,12 @@ module Aws::MQ
|
|
540
551
|
# revision: 1,
|
541
552
|
# },
|
542
553
|
# creator_request_id: "__string",
|
543
|
-
# deployment_mode: "SINGLE_INSTANCE", # accepts SINGLE_INSTANCE, ACTIVE_STANDBY_MULTI_AZ
|
554
|
+
# deployment_mode: "SINGLE_INSTANCE", # accepts SINGLE_INSTANCE, ACTIVE_STANDBY_MULTI_AZ, CLUSTER_MULTI_AZ
|
544
555
|
# encryption_options: {
|
545
556
|
# kms_key_id: "__string",
|
546
557
|
# use_aws_owned_key: false, # required
|
547
558
|
# },
|
548
|
-
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ
|
559
|
+
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ, RABBITMQ
|
549
560
|
# engine_version: "__string",
|
550
561
|
# host_instance_type: "__string",
|
551
562
|
# ldap_server_metadata: {
|
@@ -598,7 +609,7 @@ module Aws::MQ
|
|
598
609
|
# @return [String]
|
599
610
|
#
|
600
611
|
# @!attribute [rw] configuration
|
601
|
-
# A list of information about the configuration.
|
612
|
+
# A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
602
613
|
# @return [Types::ConfigurationId]
|
603
614
|
#
|
604
615
|
# @!attribute [rw] creator_request_id
|
@@ -615,8 +626,8 @@ module Aws::MQ
|
|
615
626
|
# @return [Types::EncryptionOptions]
|
616
627
|
#
|
617
628
|
# @!attribute [rw] engine_type
|
618
|
-
# The type of broker engine. Note: Currently, Amazon MQ supports
|
619
|
-
# ActiveMQ.
|
629
|
+
# The type of broker engine. Note: Currently, Amazon MQ supports
|
630
|
+
# ActiveMQ and RabbitMQ.
|
620
631
|
# @return [String]
|
621
632
|
#
|
622
633
|
# @!attribute [rw] engine_version
|
@@ -626,8 +637,7 @@ module Aws::MQ
|
|
626
637
|
# @return [String]
|
627
638
|
#
|
628
639
|
# @!attribute [rw] ldap_server_metadata
|
629
|
-
# The metadata of the LDAP server used to authenticate and authorize
|
630
|
-
# connections to the broker.
|
640
|
+
# The metadata of the LDAP server used to authenticate and authorize connections to the broker. Currently not supported for RabbitMQ engine type.
|
631
641
|
# @return [Types::LdapServerMetadataInput]
|
632
642
|
#
|
633
643
|
# @!attribute [rw] logs
|
@@ -647,7 +657,7 @@ module Aws::MQ
|
|
647
657
|
# @return [Array<String>]
|
648
658
|
#
|
649
659
|
# @!attribute [rw] storage_type
|
650
|
-
# The storage type of the broker.
|
660
|
+
# The storage type of the broker. EFS is currently not Supported for RabbitMQ engine type.
|
651
661
|
# @return [String]
|
652
662
|
#
|
653
663
|
# @!attribute [rw] subnet_ids
|
@@ -710,7 +720,7 @@ module Aws::MQ
|
|
710
720
|
#
|
711
721
|
# @!attribute [rw] engine_type
|
712
722
|
# Required. The type of broker engine. Note: Currently, Amazon MQ
|
713
|
-
# supports
|
723
|
+
# supports ACTIVEMQ and RABBITMQ.
|
714
724
|
# @return [String]
|
715
725
|
#
|
716
726
|
# @!attribute [rw] engine_version
|
@@ -788,7 +798,7 @@ module Aws::MQ
|
|
788
798
|
#
|
789
799
|
# {
|
790
800
|
# authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
|
791
|
-
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ
|
801
|
+
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ, RABBITMQ
|
792
802
|
# engine_version: "__string",
|
793
803
|
# name: "__string",
|
794
804
|
# tags: {
|
@@ -801,8 +811,8 @@ module Aws::MQ
|
|
801
811
|
# @return [String]
|
802
812
|
#
|
803
813
|
# @!attribute [rw] engine_type
|
804
|
-
# The type of broker engine. Note: Currently, Amazon MQ supports
|
805
|
-
# ActiveMQ.
|
814
|
+
# The type of broker engine. Note: Currently, Amazon MQ supports
|
815
|
+
# ActiveMQ and RabbitMQ.
|
806
816
|
# @return [String]
|
807
817
|
#
|
808
818
|
# @!attribute [rw] engine_version
|
@@ -887,8 +897,7 @@ module Aws::MQ
|
|
887
897
|
# Creates a new ActiveMQ user.
|
888
898
|
#
|
889
899
|
# @!attribute [rw] console_access
|
890
|
-
# Enables access to the
|
891
|
-
# user.
|
900
|
+
# Enables access to the ActiveMQ Web Console for the ActiveMQ user.
|
892
901
|
# @return [Boolean]
|
893
902
|
#
|
894
903
|
# @!attribute [rw] groups
|
@@ -1209,7 +1218,7 @@ module Aws::MQ
|
|
1209
1218
|
#
|
1210
1219
|
# @!attribute [rw] engine_type
|
1211
1220
|
# Required. The type of broker engine. Note: Currently, Amazon MQ
|
1212
|
-
# supports
|
1221
|
+
# supports ACTIVEMQ and RABBITMQ.
|
1213
1222
|
# @return [String]
|
1214
1223
|
#
|
1215
1224
|
# @!attribute [rw] engine_version
|
@@ -1278,11 +1287,13 @@ module Aws::MQ
|
|
1278
1287
|
# @return [String]
|
1279
1288
|
#
|
1280
1289
|
# @!attribute [rw] subnet_ids
|
1281
|
-
# The list of groups
|
1282
|
-
#
|
1283
|
-
#
|
1284
|
-
#
|
1285
|
-
#
|
1290
|
+
# The list of groups that define which subnets and IP ranges the
|
1291
|
+
# broker can use from different Availability Zones. A SINGLE\_INSTANCE
|
1292
|
+
# deployment requires one subnet (for example, the default subnet). An
|
1293
|
+
# ACTIVE\_STANDBY\_MULTI\_AZ deployment (ACTIVEMQ) requires two
|
1294
|
+
# subnets. A CLUSTER\_MULTI\_AZ deployment (RABBITMQ) has no subnet
|
1295
|
+
# requirements when deployed with public accessibility, deployment
|
1296
|
+
# without public accessibility requires at least one subnet.
|
1286
1297
|
# @return [Array<String>]
|
1287
1298
|
#
|
1288
1299
|
# @!attribute [rw] tags
|
@@ -1290,7 +1301,7 @@ module Aws::MQ
|
|
1290
1301
|
# @return [Hash<String,String>]
|
1291
1302
|
#
|
1292
1303
|
# @!attribute [rw] users
|
1293
|
-
# The list of all
|
1304
|
+
# The list of all broker usernames for the specified broker.
|
1294
1305
|
# @return [Array<Types::UserSummary>]
|
1295
1306
|
#
|
1296
1307
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DescribeBrokerOutput AWS API Documentation
|
@@ -1385,8 +1396,8 @@ module Aws::MQ
|
|
1385
1396
|
# @return [Types::EncryptionOptions]
|
1386
1397
|
#
|
1387
1398
|
# @!attribute [rw] engine_type
|
1388
|
-
# The type of broker engine. Note: Currently, Amazon MQ supports
|
1389
|
-
# ActiveMQ.
|
1399
|
+
# The type of broker engine. Note: Currently, Amazon MQ supports
|
1400
|
+
# ActiveMQ and RabbitMQ.
|
1390
1401
|
# @return [String]
|
1391
1402
|
#
|
1392
1403
|
# @!attribute [rw] engine_version
|
@@ -1435,7 +1446,7 @@ module Aws::MQ
|
|
1435
1446
|
# @return [Array<String>]
|
1436
1447
|
#
|
1437
1448
|
# @!attribute [rw] storage_type
|
1438
|
-
# The storage type of the broker.
|
1449
|
+
# The storage type of the broker. EFS is currently not Supported for RabbitMQ engine type.
|
1439
1450
|
# @return [String]
|
1440
1451
|
#
|
1441
1452
|
# @!attribute [rw] subnet_ids
|
@@ -1514,8 +1525,8 @@ module Aws::MQ
|
|
1514
1525
|
# @return [String]
|
1515
1526
|
#
|
1516
1527
|
# @!attribute [rw] engine_type
|
1517
|
-
# The type of broker engine. Note: Currently, Amazon MQ supports
|
1518
|
-
# ActiveMQ.
|
1528
|
+
# The type of broker engine. Note: Currently, Amazon MQ supports
|
1529
|
+
# ActiveMQ and RabbitMQ.
|
1519
1530
|
# @return [String]
|
1520
1531
|
#
|
1521
1532
|
# @!attribute [rw] engine_version
|
@@ -1818,8 +1829,7 @@ module Aws::MQ
|
|
1818
1829
|
include Aws::Structure
|
1819
1830
|
end
|
1820
1831
|
|
1821
|
-
# The metadata of the LDAP server used to authenticate and authorize
|
1822
|
-
# connections to the broker.
|
1832
|
+
# The metadata of the LDAP server used to authenticate and authorize connections to the broker. Currently not supported for RabbitMQ engine type.
|
1823
1833
|
#
|
1824
1834
|
# @note When making an API call, you may pass LdapServerMetadataInput
|
1825
1835
|
# data as a hash:
|
@@ -2307,7 +2317,8 @@ module Aws::MQ
|
|
2307
2317
|
#
|
2308
2318
|
# @!attribute [rw] audit
|
2309
2319
|
# Enables audit logging. Every user management action made using JMX
|
2310
|
-
# or the ActiveMQ Web Console is logged.
|
2320
|
+
# or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ
|
2321
|
+
# brokers.
|
2311
2322
|
# @return [Boolean]
|
2312
2323
|
#
|
2313
2324
|
# @!attribute [rw] general
|
@@ -2643,7 +2654,7 @@ module Aws::MQ
|
|
2643
2654
|
# @return [String]
|
2644
2655
|
#
|
2645
2656
|
# @!attribute [rw] configuration
|
2646
|
-
# A list of information about the configuration.
|
2657
|
+
# A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
2647
2658
|
# @return [Types::ConfigurationId]
|
2648
2659
|
#
|
2649
2660
|
# @!attribute [rw] engine_version
|
@@ -2653,8 +2664,7 @@ module Aws::MQ
|
|
2653
2664
|
# @return [String]
|
2654
2665
|
#
|
2655
2666
|
# @!attribute [rw] ldap_server_metadata
|
2656
|
-
# The metadata of the LDAP server used to authenticate and authorize
|
2657
|
-
# connections to the broker.
|
2667
|
+
# The metadata of the LDAP server used to authenticate and authorize connections to the broker. Currently not supported for RabbitMQ engine type.
|
2658
2668
|
# @return [Types::LdapServerMetadataInput]
|
2659
2669
|
#
|
2660
2670
|
# @!attribute [rw] logs
|
@@ -2692,7 +2702,7 @@ module Aws::MQ
|
|
2692
2702
|
# @return [String]
|
2693
2703
|
#
|
2694
2704
|
# @!attribute [rw] configuration
|
2695
|
-
# A list of information about the configuration.
|
2705
|
+
# A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
2696
2706
|
# @return [Types::ConfigurationId]
|
2697
2707
|
#
|
2698
2708
|
# @!attribute [rw] engine_version
|
@@ -2924,7 +2934,7 @@ module Aws::MQ
|
|
2924
2934
|
#
|
2925
2935
|
class UpdateUserResponse < Aws::EmptyStructure; end
|
2926
2936
|
|
2927
|
-
#
|
2937
|
+
# A user associated with the broker.
|
2928
2938
|
#
|
2929
2939
|
# @note When making an API call, you may pass User
|
2930
2940
|
# data as a hash:
|
@@ -2937,8 +2947,8 @@ module Aws::MQ
|
|
2937
2947
|
# }
|
2938
2948
|
#
|
2939
2949
|
# @!attribute [rw] console_access
|
2940
|
-
# Enables access to the
|
2941
|
-
#
|
2950
|
+
# Enables access to the ActiveMQ Web Console for the ActiveMQ user
|
2951
|
+
# (Does not apply to RabbitMQ brokers).
|
2942
2952
|
# @return [Boolean]
|
2943
2953
|
#
|
2944
2954
|
# @!attribute [rw] groups
|
@@ -2949,13 +2959,13 @@ module Aws::MQ
|
|
2949
2959
|
# @return [Array<String>]
|
2950
2960
|
#
|
2951
2961
|
# @!attribute [rw] password
|
2952
|
-
# Required. The password of the
|
2962
|
+
# Required. The password of the broker user. This value must be at
|
2953
2963
|
# least 12 characters long, must contain at least 4 unique characters,
|
2954
2964
|
# and must not contain commas.
|
2955
2965
|
# @return [String]
|
2956
2966
|
#
|
2957
2967
|
# @!attribute [rw] username
|
2958
|
-
# Required. The username of the
|
2968
|
+
# Required. The username of the broker user. This value can contain
|
2959
2969
|
# only alphanumeric characters, dashes, periods, underscores, and
|
2960
2970
|
# tildes (- . \_ ~). This value must be 2-100 characters long.
|
2961
2971
|
# @return [String]
|
@@ -3000,14 +3010,14 @@ module Aws::MQ
|
|
3000
3010
|
include Aws::Structure
|
3001
3011
|
end
|
3002
3012
|
|
3003
|
-
# Returns a list of all
|
3013
|
+
# Returns a list of all broker users.
|
3004
3014
|
#
|
3005
3015
|
# @!attribute [rw] pending_change
|
3006
|
-
# The type of change pending for the
|
3016
|
+
# The type of change pending for the broker user.
|
3007
3017
|
# @return [String]
|
3008
3018
|
#
|
3009
3019
|
# @!attribute [rw] username
|
3010
|
-
# Required. The username of the
|
3020
|
+
# Required. The username of the broker user. This value can contain
|
3011
3021
|
# only alphanumeric characters, dashes, periods, underscores, and
|
3012
3022
|
# tildes (- . \_ ~). This value must be 2-100 characters long.
|
3013
3023
|
# @return [String]
|
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.36.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:
|
11
|
+
date: 2021-03-10 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.112.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.112.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,11 +47,14 @@ dependencies:
|
|
47
47
|
description: Official AWS Ruby gem for AmazonMQ. This gem is part of the AWS SDK for
|
48
48
|
Ruby.
|
49
49
|
email:
|
50
|
-
-
|
50
|
+
- aws-dr-rubygems@amazon.com
|
51
51
|
executables: []
|
52
52
|
extensions: []
|
53
53
|
extra_rdoc_files: []
|
54
54
|
files:
|
55
|
+
- CHANGELOG.md
|
56
|
+
- LICENSE.txt
|
57
|
+
- VERSION
|
55
58
|
- lib/aws-sdk-mq.rb
|
56
59
|
- lib/aws-sdk-mq/client.rb
|
57
60
|
- lib/aws-sdk-mq/client_api.rb
|