aws-sdk-mq 1.32.0 → 1.37.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 +198 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-mq.rb +2 -2
- data/lib/aws-sdk-mq/client.rb +138 -69
- data/lib/aws-sdk-mq/client_api.rb +91 -86
- 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 +435 -249
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06a7c28f6e783202bb6684358b6d2679e685c6adfc2691041b4fcc851edaa633
|
4
|
+
data.tar.gz: 411407ebb0065c4ce05625ba2df4e9d35492933496ac7fb9880980de46668103
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4314491d05cc20799533deba4c3c36681abf578e94604390c9f796351004d0a370c2972f06a90ce94a68b36de08e85ecb14c64b5bd61a12bcbb2139d52758003
|
7
|
+
data.tar.gz: e3bfc258df1a8513df85b0ca7fb5f6703407117d56851423d5ac073c525488bdf5e74dece07ab7b598a25ea61eea5e25975bfc4820071e4ac49c4dd5065b863c
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,198 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.37.0 (2021-07-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - adds support for modifying the maintenance window for brokers.
|
8
|
+
|
9
|
+
1.36.0 (2021-03-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.35.0 (2021-02-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.34.0 (2020-11-04)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* 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.
|
23
|
+
|
24
|
+
1.33.0 (2020-09-30)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.32.0 (2020-09-15)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.31.0 (2020-08-25)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.30.0 (2020-07-24)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Amazon MQ now supports LDAP (Lightweight Directory Access Protocol), providing authentication and authorization of Amazon MQ users via a customer designated LDAP server.
|
43
|
+
|
44
|
+
1.29.0 (2020-06-23)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.28.1 (2020-06-11)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
53
|
+
|
54
|
+
1.28.0 (2020-06-10)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Issue - This version has been yanked. (#2327).
|
58
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
59
|
+
|
60
|
+
1.27.0 (2020-05-28)
|
61
|
+
------------------
|
62
|
+
|
63
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
64
|
+
|
65
|
+
1.26.0 (2020-05-07)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.25.0 (2020-03-09)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.24.0 (2019-12-16)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Amazon MQ now supports throughput-optimized message brokers, backed by Amazon EBS.
|
79
|
+
|
80
|
+
1.23.0 (2019-10-23)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
84
|
+
|
85
|
+
1.22.0 (2019-09-30)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* 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).
|
89
|
+
|
90
|
+
1.21.0 (2019-08-30)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Adds support for updating security groups selection of an Amazon MQ broker.
|
94
|
+
|
95
|
+
1.20.0 (2019-07-25)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.19.0 (2019-07-22)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* 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.
|
104
|
+
|
105
|
+
1.18.0 (2019-07-01)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.17.0 (2019-06-17)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
114
|
+
|
115
|
+
1.16.0 (2019-05-21)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.15.0 (2019-05-15)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.14.0 (2019-05-14)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.13.0 (2019-04-16)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.12.0 (2019-03-21)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.11.0 (2019-03-18)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.10.0 (2019-03-14)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.9.0 (2018-12-05)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.8.0 (2018-11-20)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.7.0 (2018-10-24)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.6.0 (2018-10-23)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.5.0 (2018-09-27)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.4.0 (2018-09-06)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
179
|
+
|
180
|
+
1.3.0 (2018-09-05)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.2.0 (2018-07-30)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.1.0 (2018-06-26)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - API update.
|
194
|
+
|
195
|
+
1.0.0 (2017-11-29)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* 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.37.0
|
data/lib/aws-sdk-mq.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
|
|
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mq/customizations'
|
|
48
48
|
# @!group service
|
49
49
|
module Aws::MQ
|
50
50
|
|
51
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.37.0'
|
52
52
|
|
53
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
|
|
@@ -329,37 +329,85 @@ module Aws::MQ
|
|
329
329
|
|
330
330
|
# Creates a broker. Note: This API is asynchronous.
|
331
331
|
#
|
332
|
+
# To create a broker, you must either use the AmazonMQFullAccess IAM
|
333
|
+
# policy or include the following EC2 permissions in your IAM policy.
|
334
|
+
#
|
335
|
+
# * ec2:CreateNetworkInterface
|
336
|
+
#
|
337
|
+
# This permission is required to allow Amazon MQ to create an elastic
|
338
|
+
# network interface (ENI) on behalf of your account.
|
339
|
+
#
|
340
|
+
# * ec2:CreateNetworkInterfacePermission
|
341
|
+
#
|
342
|
+
# This permission is required to attach the ENI to the broker
|
343
|
+
# instance.
|
344
|
+
#
|
345
|
+
# * ec2:DeleteNetworkInterface
|
346
|
+
#
|
347
|
+
# * ec2:DeleteNetworkInterfacePermission
|
348
|
+
#
|
349
|
+
# * ec2:DetachNetworkInterface
|
350
|
+
#
|
351
|
+
# * ec2:DescribeInternetGateways
|
352
|
+
#
|
353
|
+
# * ec2:DescribeNetworkInterfaces
|
354
|
+
#
|
355
|
+
# * ec2:DescribeNetworkInterfacePermissions
|
356
|
+
#
|
357
|
+
# * ec2:DescribeRouteTables
|
358
|
+
#
|
359
|
+
# * ec2:DescribeSecurityGroups
|
360
|
+
#
|
361
|
+
# * ec2:DescribeSubnets
|
362
|
+
#
|
363
|
+
# * ec2:DescribeVpcs
|
364
|
+
#
|
365
|
+
# For more information, see [Create an IAM User and Get Your AWS
|
366
|
+
# Credentials][1] and [Never Modify or Delete the Amazon MQ Elastic
|
367
|
+
# Network Interface][2] in the *Amazon MQ Developer Guide*.
|
368
|
+
#
|
369
|
+
#
|
370
|
+
#
|
371
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/amazon-mq-setting-up.html#create-iam-user
|
372
|
+
# [2]: https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/connecting-to-amazon-mq.html#never-modify-delete-elastic-network-interface
|
373
|
+
#
|
332
374
|
# @option params [String] :authentication_strategy
|
333
|
-
# The authentication strategy used to secure the broker.
|
375
|
+
# Optional. The authentication strategy used to secure the broker. The
|
376
|
+
# default is SIMPLE.
|
334
377
|
#
|
335
|
-
# @option params [Boolean] :auto_minor_version_upgrade
|
378
|
+
# @option params [required, Boolean] :auto_minor_version_upgrade
|
336
379
|
#
|
337
|
-
# @option params [String] :broker_name
|
380
|
+
# @option params [required, String] :broker_name
|
338
381
|
#
|
339
382
|
# @option params [Types::ConfigurationId] :configuration
|
340
383
|
# A list of information about the configuration.
|
341
384
|
#
|
385
|
+
# Does not apply to RabbitMQ brokers.
|
386
|
+
#
|
342
387
|
# @option params [String] :creator_request_id
|
343
388
|
# **A suitable default value is auto-generated.** You should normally
|
344
389
|
# not need to pass this option.**
|
345
390
|
#
|
346
|
-
# @option params [String] :deployment_mode
|
347
|
-
# The deployment mode
|
391
|
+
# @option params [required, String] :deployment_mode
|
392
|
+
# The broker's deployment mode.
|
348
393
|
#
|
349
394
|
# @option params [Types::EncryptionOptions] :encryption_options
|
395
|
+
# Does not apply to RabbitMQ brokers.
|
396
|
+
#
|
350
397
|
# Encryption options for the broker.
|
351
398
|
#
|
352
|
-
# @option params [String] :engine_type
|
353
|
-
# The type of broker engine.
|
354
|
-
# ActiveMQ.
|
399
|
+
# @option params [required, String] :engine_type
|
400
|
+
# The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
|
355
401
|
#
|
356
|
-
# @option params [String] :engine_version
|
402
|
+
# @option params [required, String] :engine_version
|
357
403
|
#
|
358
|
-
# @option params [String] :host_instance_type
|
404
|
+
# @option params [required, String] :host_instance_type
|
359
405
|
#
|
360
406
|
# @option params [Types::LdapServerMetadataInput] :ldap_server_metadata
|
361
|
-
# The metadata of the LDAP server used to authenticate and
|
362
|
-
# connections to the broker.
|
407
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
408
|
+
# authorize connections to the broker.
|
409
|
+
#
|
410
|
+
# Does not apply to RabbitMQ brokers.
|
363
411
|
#
|
364
412
|
# @option params [Types::Logs] :logs
|
365
413
|
# The list of information about logs to be enabled for the specified
|
@@ -369,18 +417,20 @@ module Aws::MQ
|
|
369
417
|
# The scheduled time period relative to UTC during which Amazon MQ
|
370
418
|
# begins to apply pending updates or patches to the broker.
|
371
419
|
#
|
372
|
-
# @option params [Boolean] :publicly_accessible
|
420
|
+
# @option params [required, Boolean] :publicly_accessible
|
373
421
|
#
|
374
422
|
# @option params [Array<String>] :security_groups
|
375
423
|
#
|
376
424
|
# @option params [String] :storage_type
|
377
|
-
# The storage type
|
425
|
+
# The broker's storage type.
|
426
|
+
#
|
427
|
+
# EFS is not supported for RabbitMQ engine type.
|
378
428
|
#
|
379
429
|
# @option params [Array<String>] :subnet_ids
|
380
430
|
#
|
381
431
|
# @option params [Hash<String,String>] :tags
|
382
432
|
#
|
383
|
-
# @option params [Array<Types::User>] :users
|
433
|
+
# @option params [required, Array<Types::User>] :users
|
384
434
|
#
|
385
435
|
# @return [Types::CreateBrokerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
386
436
|
#
|
@@ -391,32 +441,32 @@ module Aws::MQ
|
|
391
441
|
#
|
392
442
|
# resp = client.create_broker({
|
393
443
|
# authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
|
394
|
-
# auto_minor_version_upgrade: false,
|
395
|
-
# broker_name: "__string",
|
444
|
+
# auto_minor_version_upgrade: false, # required
|
445
|
+
# broker_name: "__string", # required
|
396
446
|
# configuration: {
|
397
|
-
# id: "__string",
|
447
|
+
# id: "__string", # required
|
398
448
|
# revision: 1,
|
399
449
|
# },
|
400
450
|
# creator_request_id: "__string",
|
401
|
-
# deployment_mode: "SINGLE_INSTANCE", # accepts SINGLE_INSTANCE, ACTIVE_STANDBY_MULTI_AZ
|
451
|
+
# deployment_mode: "SINGLE_INSTANCE", # required, accepts SINGLE_INSTANCE, ACTIVE_STANDBY_MULTI_AZ, CLUSTER_MULTI_AZ
|
402
452
|
# encryption_options: {
|
403
453
|
# kms_key_id: "__string",
|
404
454
|
# use_aws_owned_key: false, # required
|
405
455
|
# },
|
406
|
-
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ
|
407
|
-
# engine_version: "__string",
|
408
|
-
# host_instance_type: "__string",
|
456
|
+
# engine_type: "ACTIVEMQ", # required, accepts ACTIVEMQ, RABBITMQ
|
457
|
+
# engine_version: "__string", # required
|
458
|
+
# host_instance_type: "__string", # required
|
409
459
|
# ldap_server_metadata: {
|
410
|
-
# hosts: ["__string"],
|
411
|
-
# role_base: "__string",
|
460
|
+
# hosts: ["__string"], # required
|
461
|
+
# role_base: "__string", # required
|
412
462
|
# role_name: "__string",
|
413
|
-
# role_search_matching: "__string",
|
463
|
+
# role_search_matching: "__string", # required
|
414
464
|
# role_search_subtree: false,
|
415
|
-
# service_account_password: "__string",
|
416
|
-
# service_account_username: "__string",
|
417
|
-
# user_base: "__string",
|
465
|
+
# service_account_password: "__string", # required
|
466
|
+
# service_account_username: "__string", # required
|
467
|
+
# user_base: "__string", # required
|
418
468
|
# user_role_name: "__string",
|
419
|
-
# user_search_matching: "__string",
|
469
|
+
# user_search_matching: "__string", # required
|
420
470
|
# user_search_subtree: false,
|
421
471
|
# },
|
422
472
|
# logs: {
|
@@ -424,23 +474,23 @@ module Aws::MQ
|
|
424
474
|
# general: false,
|
425
475
|
# },
|
426
476
|
# maintenance_window_start_time: {
|
427
|
-
# day_of_week: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
428
|
-
# time_of_day: "__string",
|
477
|
+
# day_of_week: "MONDAY", # required, accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
478
|
+
# time_of_day: "__string", # required
|
429
479
|
# time_zone: "__string",
|
430
480
|
# },
|
431
|
-
# publicly_accessible: false,
|
481
|
+
# publicly_accessible: false, # required
|
432
482
|
# security_groups: ["__string"],
|
433
483
|
# storage_type: "EBS", # accepts EBS, EFS
|
434
484
|
# subnet_ids: ["__string"],
|
435
485
|
# tags: {
|
436
486
|
# "__string" => "__string",
|
437
487
|
# },
|
438
|
-
# users: [
|
488
|
+
# users: [ # required
|
439
489
|
# {
|
440
490
|
# console_access: false,
|
441
491
|
# groups: ["__string"],
|
442
|
-
# password: "__string",
|
443
|
-
# username: "__string",
|
492
|
+
# password: "__string", # required
|
493
|
+
# username: "__string", # required
|
444
494
|
# },
|
445
495
|
# ],
|
446
496
|
# })
|
@@ -464,15 +514,15 @@ module Aws::MQ
|
|
464
514
|
# version).
|
465
515
|
#
|
466
516
|
# @option params [String] :authentication_strategy
|
467
|
-
# The authentication strategy used to secure the broker.
|
517
|
+
# Optional. The authentication strategy used to secure the broker. The
|
518
|
+
# default is SIMPLE.
|
468
519
|
#
|
469
|
-
# @option params [String] :engine_type
|
470
|
-
# The type of broker engine.
|
471
|
-
# ActiveMQ.
|
520
|
+
# @option params [required, String] :engine_type
|
521
|
+
# The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
|
472
522
|
#
|
473
|
-
# @option params [String] :engine_version
|
523
|
+
# @option params [required, String] :engine_version
|
474
524
|
#
|
475
|
-
# @option params [String] :name
|
525
|
+
# @option params [required, String] :name
|
476
526
|
#
|
477
527
|
# @option params [Hash<String,String>] :tags
|
478
528
|
#
|
@@ -489,9 +539,9 @@ module Aws::MQ
|
|
489
539
|
#
|
490
540
|
# resp = client.create_configuration({
|
491
541
|
# authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
|
492
|
-
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ
|
493
|
-
# engine_version: "__string",
|
494
|
-
# name: "__string",
|
542
|
+
# engine_type: "ACTIVEMQ", # required, accepts ACTIVEMQ, RABBITMQ
|
543
|
+
# engine_version: "__string", # required
|
544
|
+
# name: "__string", # required
|
495
545
|
# tags: {
|
496
546
|
# "__string" => "__string",
|
497
547
|
# },
|
@@ -551,7 +601,7 @@ module Aws::MQ
|
|
551
601
|
#
|
552
602
|
# @option params [Array<String>] :groups
|
553
603
|
#
|
554
|
-
# @option params [String] :password
|
604
|
+
# @option params [required, String] :password
|
555
605
|
#
|
556
606
|
# @option params [required, String] :username
|
557
607
|
#
|
@@ -563,7 +613,7 @@ module Aws::MQ
|
|
563
613
|
# broker_id: "__string", # required
|
564
614
|
# console_access: false,
|
565
615
|
# groups: ["__string"],
|
566
|
-
# password: "__string",
|
616
|
+
# password: "__string", # required
|
567
617
|
# username: "__string", # required
|
568
618
|
# })
|
569
619
|
#
|
@@ -713,10 +763,10 @@ module Aws::MQ
|
|
713
763
|
# resp.configurations.pending.id #=> String
|
714
764
|
# resp.configurations.pending.revision #=> Integer
|
715
765
|
# resp.created #=> Time
|
716
|
-
# resp.deployment_mode #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ"
|
766
|
+
# resp.deployment_mode #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ"
|
717
767
|
# resp.encryption_options.kms_key_id #=> String
|
718
768
|
# resp.encryption_options.use_aws_owned_key #=> Boolean
|
719
|
-
# resp.engine_type #=> String, one of "ACTIVEMQ"
|
769
|
+
# resp.engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
720
770
|
# resp.engine_version #=> String
|
721
771
|
# resp.host_instance_type #=> String
|
722
772
|
# resp.ldap_server_metadata.hosts #=> Array
|
@@ -801,7 +851,7 @@ module Aws::MQ
|
|
801
851
|
# @example Response structure
|
802
852
|
#
|
803
853
|
# resp.broker_engine_types #=> Array
|
804
|
-
# resp.broker_engine_types[0].engine_type #=> String, one of "ACTIVEMQ"
|
854
|
+
# resp.broker_engine_types[0].engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
805
855
|
# resp.broker_engine_types[0].engine_versions #=> Array
|
806
856
|
# resp.broker_engine_types[0].engine_versions[0].name #=> String
|
807
857
|
# resp.max_results #=> Integer
|
@@ -849,11 +899,11 @@ module Aws::MQ
|
|
849
899
|
# resp.broker_instance_options #=> Array
|
850
900
|
# resp.broker_instance_options[0].availability_zones #=> Array
|
851
901
|
# resp.broker_instance_options[0].availability_zones[0].name #=> String
|
852
|
-
# resp.broker_instance_options[0].engine_type #=> String, one of "ACTIVEMQ"
|
902
|
+
# resp.broker_instance_options[0].engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
853
903
|
# resp.broker_instance_options[0].host_instance_type #=> String
|
854
904
|
# resp.broker_instance_options[0].storage_type #=> String, one of "EBS", "EFS"
|
855
905
|
# 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"
|
906
|
+
# resp.broker_instance_options[0].supported_deployment_modes[0] #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ"
|
857
907
|
# resp.broker_instance_options[0].supported_engine_versions #=> Array
|
858
908
|
# resp.broker_instance_options[0].supported_engine_versions[0] #=> String
|
859
909
|
# resp.max_results #=> Integer
|
@@ -897,7 +947,7 @@ module Aws::MQ
|
|
897
947
|
# resp.authentication_strategy #=> String, one of "SIMPLE", "LDAP"
|
898
948
|
# resp.created #=> Time
|
899
949
|
# resp.description #=> String
|
900
|
-
# resp.engine_type #=> String, one of "ACTIVEMQ"
|
950
|
+
# resp.engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
901
951
|
# resp.engine_version #=> String
|
902
952
|
# resp.id #=> String
|
903
953
|
# resp.latest_revision.created #=> Time
|
@@ -1023,7 +1073,8 @@ module Aws::MQ
|
|
1023
1073
|
# resp.broker_summaries[0].broker_name #=> String
|
1024
1074
|
# resp.broker_summaries[0].broker_state #=> String, one of "CREATION_IN_PROGRESS", "CREATION_FAILED", "DELETION_IN_PROGRESS", "RUNNING", "REBOOT_IN_PROGRESS"
|
1025
1075
|
# resp.broker_summaries[0].created #=> Time
|
1026
|
-
# resp.broker_summaries[0].deployment_mode #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ"
|
1076
|
+
# resp.broker_summaries[0].deployment_mode #=> String, one of "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ"
|
1077
|
+
# resp.broker_summaries[0].engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
1027
1078
|
# resp.broker_summaries[0].host_instance_type #=> String
|
1028
1079
|
# resp.next_token #=> String
|
1029
1080
|
#
|
@@ -1104,7 +1155,7 @@ module Aws::MQ
|
|
1104
1155
|
# resp.configurations[0].authentication_strategy #=> String, one of "SIMPLE", "LDAP"
|
1105
1156
|
# resp.configurations[0].created #=> Time
|
1106
1157
|
# resp.configurations[0].description #=> String
|
1107
|
-
# resp.configurations[0].engine_type #=> String, one of "ACTIVEMQ"
|
1158
|
+
# resp.configurations[0].engine_type #=> String, one of "ACTIVEMQ", "RABBITMQ"
|
1108
1159
|
# resp.configurations[0].engine_version #=> String
|
1109
1160
|
# resp.configurations[0].id #=> String
|
1110
1161
|
# resp.configurations[0].latest_revision.created #=> Time
|
@@ -1218,7 +1269,8 @@ module Aws::MQ
|
|
1218
1269
|
# Adds a pending configuration change to a broker.
|
1219
1270
|
#
|
1220
1271
|
# @option params [String] :authentication_strategy
|
1221
|
-
# The authentication strategy used to secure the broker.
|
1272
|
+
# Optional. The authentication strategy used to secure the broker. The
|
1273
|
+
# default is SIMPLE.
|
1222
1274
|
#
|
1223
1275
|
# @option params [Boolean] :auto_minor_version_upgrade
|
1224
1276
|
#
|
@@ -1227,18 +1279,26 @@ module Aws::MQ
|
|
1227
1279
|
# @option params [Types::ConfigurationId] :configuration
|
1228
1280
|
# A list of information about the configuration.
|
1229
1281
|
#
|
1282
|
+
# Does not apply to RabbitMQ brokers.
|
1283
|
+
#
|
1230
1284
|
# @option params [String] :engine_version
|
1231
1285
|
#
|
1232
1286
|
# @option params [String] :host_instance_type
|
1233
1287
|
#
|
1234
1288
|
# @option params [Types::LdapServerMetadataInput] :ldap_server_metadata
|
1235
|
-
# The metadata of the LDAP server used to authenticate and
|
1236
|
-
# connections to the broker.
|
1289
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
1290
|
+
# authorize connections to the broker.
|
1291
|
+
#
|
1292
|
+
# Does not apply to RabbitMQ brokers.
|
1237
1293
|
#
|
1238
1294
|
# @option params [Types::Logs] :logs
|
1239
1295
|
# The list of information about logs to be enabled for the specified
|
1240
1296
|
# broker.
|
1241
1297
|
#
|
1298
|
+
# @option params [Types::WeeklyStartTime] :maintenance_window_start_time
|
1299
|
+
# The scheduled time period relative to UTC during which Amazon MQ
|
1300
|
+
# begins to apply pending updates or patches to the broker.
|
1301
|
+
#
|
1242
1302
|
# @option params [Array<String>] :security_groups
|
1243
1303
|
#
|
1244
1304
|
# @return [Types::UpdateBrokerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1251,6 +1311,7 @@ module Aws::MQ
|
|
1251
1311
|
# * {Types::UpdateBrokerResponse#host_instance_type #host_instance_type} => String
|
1252
1312
|
# * {Types::UpdateBrokerResponse#ldap_server_metadata #ldap_server_metadata} => Types::LdapServerMetadataOutput
|
1253
1313
|
# * {Types::UpdateBrokerResponse#logs #logs} => Types::Logs
|
1314
|
+
# * {Types::UpdateBrokerResponse#maintenance_window_start_time #maintenance_window_start_time} => Types::WeeklyStartTime
|
1254
1315
|
# * {Types::UpdateBrokerResponse#security_groups #security_groups} => Array<String>
|
1255
1316
|
#
|
1256
1317
|
# @example Request syntax with placeholder values
|
@@ -1260,28 +1321,33 @@ module Aws::MQ
|
|
1260
1321
|
# auto_minor_version_upgrade: false,
|
1261
1322
|
# broker_id: "__string", # required
|
1262
1323
|
# configuration: {
|
1263
|
-
# id: "__string",
|
1324
|
+
# id: "__string", # required
|
1264
1325
|
# revision: 1,
|
1265
1326
|
# },
|
1266
1327
|
# engine_version: "__string",
|
1267
1328
|
# host_instance_type: "__string",
|
1268
1329
|
# ldap_server_metadata: {
|
1269
|
-
# hosts: ["__string"],
|
1270
|
-
# role_base: "__string",
|
1330
|
+
# hosts: ["__string"], # required
|
1331
|
+
# role_base: "__string", # required
|
1271
1332
|
# role_name: "__string",
|
1272
|
-
# role_search_matching: "__string",
|
1333
|
+
# role_search_matching: "__string", # required
|
1273
1334
|
# role_search_subtree: false,
|
1274
|
-
# service_account_password: "__string",
|
1275
|
-
# service_account_username: "__string",
|
1276
|
-
# user_base: "__string",
|
1335
|
+
# service_account_password: "__string", # required
|
1336
|
+
# service_account_username: "__string", # required
|
1337
|
+
# user_base: "__string", # required
|
1277
1338
|
# user_role_name: "__string",
|
1278
|
-
# user_search_matching: "__string",
|
1339
|
+
# user_search_matching: "__string", # required
|
1279
1340
|
# user_search_subtree: false,
|
1280
1341
|
# },
|
1281
1342
|
# logs: {
|
1282
1343
|
# audit: false,
|
1283
1344
|
# general: false,
|
1284
1345
|
# },
|
1346
|
+
# maintenance_window_start_time: {
|
1347
|
+
# day_of_week: "MONDAY", # required, accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
1348
|
+
# time_of_day: "__string", # required
|
1349
|
+
# time_zone: "__string",
|
1350
|
+
# },
|
1285
1351
|
# security_groups: ["__string"],
|
1286
1352
|
# })
|
1287
1353
|
#
|
@@ -1307,6 +1373,9 @@ module Aws::MQ
|
|
1307
1373
|
# resp.ldap_server_metadata.user_search_subtree #=> Boolean
|
1308
1374
|
# resp.logs.audit #=> Boolean
|
1309
1375
|
# resp.logs.general #=> Boolean
|
1376
|
+
# resp.maintenance_window_start_time.day_of_week #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
|
1377
|
+
# resp.maintenance_window_start_time.time_of_day #=> String
|
1378
|
+
# resp.maintenance_window_start_time.time_zone #=> String
|
1310
1379
|
# resp.security_groups #=> Array
|
1311
1380
|
# resp.security_groups[0] #=> String
|
1312
1381
|
#
|
@@ -1323,7 +1392,7 @@ module Aws::MQ
|
|
1323
1392
|
#
|
1324
1393
|
# @option params [required, String] :configuration_id
|
1325
1394
|
#
|
1326
|
-
# @option params [String] :data
|
1395
|
+
# @option params [required, String] :data
|
1327
1396
|
#
|
1328
1397
|
# @option params [String] :description
|
1329
1398
|
#
|
@@ -1340,7 +1409,7 @@ module Aws::MQ
|
|
1340
1409
|
#
|
1341
1410
|
# resp = client.update_configuration({
|
1342
1411
|
# configuration_id: "__string", # required
|
1343
|
-
# data: "__string",
|
1412
|
+
# data: "__string", # required
|
1344
1413
|
# description: "__string",
|
1345
1414
|
# })
|
1346
1415
|
#
|
@@ -1413,7 +1482,7 @@ module Aws::MQ
|
|
1413
1482
|
params: params,
|
1414
1483
|
config: config)
|
1415
1484
|
context[:gem_name] = 'aws-sdk-mq'
|
1416
|
-
context[:gem_version] = '1.
|
1485
|
+
context[:gem_version] = '1.37.0'
|
1417
1486
|
Seahorse::Client::Request.new(handlers, context)
|
1418
1487
|
end
|
1419
1488
|
|