1{
2  "metadata" : {
3    "apiVersion" : "2017-11-27",
4    "endpointPrefix" : "mq",
5    "signingName" : "mq",
6    "serviceFullName" : "AmazonMQ",
7    "serviceId" : "mq",
8    "protocol" : "rest-json",
9    "jsonVersion" : "1.1",
10    "uid" : "mq-2017-11-27",
11    "signatureVersion" : "v4"
12  },
13  "operations" : {
14    "CreateBroker" : {
15      "name" : "CreateBroker",
16      "http" : {
17        "method" : "POST",
18        "requestUri" : "/v1/brokers",
19        "responseCode" : 200
20      },
21      "input" : {
22        "shape" : "CreateBrokerRequest"
23      },
24      "output" : {
25        "shape" : "CreateBrokerResponse",
26        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
27      },
28      "errors" : [ {
29        "shape" : "BadRequestException",
30        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
31      }, {
32        "shape" : "UnauthorizedException",
33        "documentation" : "<p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>"
34      }, {
35        "shape" : "InternalServerErrorException",
36        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
37      }, {
38        "shape" : "ConflictException",
39        "documentation" : "<p>HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name.</p>"
40      }, {
41        "shape" : "ForbiddenException",
42        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
43      } ],
44      "documentation" : "<p>Creates a broker. Note: This API is asynchronous.</p> <p>To create a broker, you must either use the AmazonMQFullAccess IAM policy or include the following EC2 permissions in your IAM policy.</p> <ul><li><p>ec2:CreateNetworkInterface</p> <p>This permission is required to allow Amazon MQ to create an elastic network interface (ENI) on behalf of your account.</p></li> <li><p>ec2:CreateNetworkInterfacePermission</p> <p>This permission is required to attach the ENI to the broker instance.</p></li> <li><p>ec2:DeleteNetworkInterface</p></li> <li><p>ec2:DeleteNetworkInterfacePermission</p></li> <li><p>ec2:DetachNetworkInterface</p></li> <li><p>ec2:DescribeInternetGateways</p></li> <li><p>ec2:DescribeNetworkInterfaces</p></li> <li><p>ec2:DescribeNetworkInterfacePermissions</p></li> <li><p>ec2:DescribeRouteTables</p></li> <li><p>ec2:DescribeSecurityGroups</p></li> <li><p>ec2:DescribeSubnets</p></li> <li><p>ec2:DescribeVpcs</p></li></ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/amazon-mq-setting-up.html#create-iam-user\">Create an IAM User and Get Your AWS Credentials</a> and <a href=\"https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/connecting-to-amazon-mq.html#never-modify-delete-elastic-network-interface\">Never Modify or Delete the Amazon MQ Elastic Network Interface</a> in the <i>Amazon MQ Developer Guide</i>.</p>"
45    },
46    "CreateConfiguration" : {
47      "name" : "CreateConfiguration",
48      "http" : {
49        "method" : "POST",
50        "requestUri" : "/v1/configurations",
51        "responseCode" : 200
52      },
53      "input" : {
54        "shape" : "CreateConfigurationRequest"
55      },
56      "output" : {
57        "shape" : "CreateConfigurationResponse",
58        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
59      },
60      "errors" : [ {
61        "shape" : "BadRequestException",
62        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
63      }, {
64        "shape" : "InternalServerErrorException",
65        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
66      }, {
67        "shape" : "ConflictException",
68        "documentation" : "<p>HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name.</p>"
69      }, {
70        "shape" : "ForbiddenException",
71        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
72      } ],
73      "documentation" : "<p>Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).</p>"
74    },
75    "CreateTags" : {
76      "name" : "CreateTags",
77      "http" : {
78        "method" : "POST",
79        "requestUri" : "/v1/tags/{resource-arn}",
80        "responseCode" : 204
81      },
82      "input" : {
83        "shape" : "CreateTagsRequest"
84      },
85      "errors" : [ {
86        "shape" : "NotFoundException",
87        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
88      }, {
89        "shape" : "BadRequestException",
90        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
91      }, {
92        "shape" : "InternalServerErrorException",
93        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
94      }, {
95        "shape" : "ForbiddenException",
96        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
97      } ],
98      "documentation" : "<p>Add a tag to a resource.</p>"
99    },
100    "CreateUser" : {
101      "name" : "CreateUser",
102      "http" : {
103        "method" : "POST",
104        "requestUri" : "/v1/brokers/{broker-id}/users/{username}",
105        "responseCode" : 200
106      },
107      "input" : {
108        "shape" : "CreateUserRequest"
109      },
110      "output" : {
111        "shape" : "CreateUserResponse",
112        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
113      },
114      "errors" : [ {
115        "shape" : "NotFoundException",
116        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
117      }, {
118        "shape" : "BadRequestException",
119        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
120      }, {
121        "shape" : "InternalServerErrorException",
122        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
123      }, {
124        "shape" : "ConflictException",
125        "documentation" : "<p>HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name.</p>"
126      }, {
127        "shape" : "ForbiddenException",
128        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
129      } ],
130      "documentation" : "<p>Creates an ActiveMQ user.</p>"
131    },
132    "DeleteBroker" : {
133      "name" : "DeleteBroker",
134      "http" : {
135        "method" : "DELETE",
136        "requestUri" : "/v1/brokers/{broker-id}",
137        "responseCode" : 200
138      },
139      "input" : {
140        "shape" : "DeleteBrokerRequest"
141      },
142      "output" : {
143        "shape" : "DeleteBrokerResponse",
144        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
145      },
146      "errors" : [ {
147        "shape" : "NotFoundException",
148        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
149      }, {
150        "shape" : "BadRequestException",
151        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
152      }, {
153        "shape" : "InternalServerErrorException",
154        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
155      }, {
156        "shape" : "ForbiddenException",
157        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
158      } ],
159      "documentation" : "<p>Deletes a broker. Note: This API is asynchronous.</p>"
160    },
161    "DeleteTags" : {
162      "name" : "DeleteTags",
163      "http" : {
164        "method" : "DELETE",
165        "requestUri" : "/v1/tags/{resource-arn}",
166        "responseCode" : 204
167      },
168      "input" : {
169        "shape" : "DeleteTagsRequest"
170      },
171      "errors" : [ {
172        "shape" : "NotFoundException",
173        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
174      }, {
175        "shape" : "BadRequestException",
176        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
177      }, {
178        "shape" : "InternalServerErrorException",
179        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
180      }, {
181        "shape" : "ForbiddenException",
182        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
183      } ],
184      "documentation" : "<p>Removes a tag from a resource.</p>"
185    },
186    "DeleteUser" : {
187      "name" : "DeleteUser",
188      "http" : {
189        "method" : "DELETE",
190        "requestUri" : "/v1/brokers/{broker-id}/users/{username}",
191        "responseCode" : 200
192      },
193      "input" : {
194        "shape" : "DeleteUserRequest"
195      },
196      "output" : {
197        "shape" : "DeleteUserResponse",
198        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
199      },
200      "errors" : [ {
201        "shape" : "NotFoundException",
202        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
203      }, {
204        "shape" : "BadRequestException",
205        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
206      }, {
207        "shape" : "InternalServerErrorException",
208        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
209      }, {
210        "shape" : "ForbiddenException",
211        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
212      } ],
213      "documentation" : "<p>Deletes an ActiveMQ user.</p>"
214    },
215    "DescribeBroker" : {
216      "name" : "DescribeBroker",
217      "http" : {
218        "method" : "GET",
219        "requestUri" : "/v1/brokers/{broker-id}",
220        "responseCode" : 200
221      },
222      "input" : {
223        "shape" : "DescribeBrokerRequest"
224      },
225      "output" : {
226        "shape" : "DescribeBrokerResponse",
227        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
228      },
229      "errors" : [ {
230        "shape" : "NotFoundException",
231        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
232      }, {
233        "shape" : "BadRequestException",
234        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
235      }, {
236        "shape" : "InternalServerErrorException",
237        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
238      }, {
239        "shape" : "ForbiddenException",
240        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
241      } ],
242      "documentation" : "<p>Returns information about the specified broker.</p>"
243    },
244    "DescribeBrokerEngineTypes" : {
245      "name" : "DescribeBrokerEngineTypes",
246      "http" : {
247        "method" : "GET",
248        "requestUri" : "/v1/broker-engine-types",
249        "responseCode" : 200
250      },
251      "input" : {
252        "shape" : "DescribeBrokerEngineTypesRequest"
253      },
254      "output" : {
255        "shape" : "DescribeBrokerEngineTypesResponse",
256        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
257      },
258      "errors" : [ {
259        "shape" : "BadRequestException",
260        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
261      }, {
262        "shape" : "InternalServerErrorException",
263        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
264      }, {
265        "shape" : "ForbiddenException",
266        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
267      } ],
268      "documentation" : "<p>Describe available engine types and versions.</p>"
269    },
270    "DescribeBrokerInstanceOptions" : {
271      "name" : "DescribeBrokerInstanceOptions",
272      "http" : {
273        "method" : "GET",
274        "requestUri" : "/v1/broker-instance-options",
275        "responseCode" : 200
276      },
277      "input" : {
278        "shape" : "DescribeBrokerInstanceOptionsRequest"
279      },
280      "output" : {
281        "shape" : "DescribeBrokerInstanceOptionsResponse",
282        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
283      },
284      "errors" : [ {
285        "shape" : "BadRequestException",
286        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
287      }, {
288        "shape" : "InternalServerErrorException",
289        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
290      }, {
291        "shape" : "ForbiddenException",
292        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
293      } ],
294      "documentation" : "<p>Describe available broker instance options.</p>"
295    },
296    "DescribeConfiguration" : {
297      "name" : "DescribeConfiguration",
298      "http" : {
299        "method" : "GET",
300        "requestUri" : "/v1/configurations/{configuration-id}",
301        "responseCode" : 200
302      },
303      "input" : {
304        "shape" : "DescribeConfigurationRequest"
305      },
306      "output" : {
307        "shape" : "DescribeConfigurationResponse",
308        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
309      },
310      "errors" : [ {
311        "shape" : "NotFoundException",
312        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
313      }, {
314        "shape" : "BadRequestException",
315        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
316      }, {
317        "shape" : "InternalServerErrorException",
318        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
319      }, {
320        "shape" : "ForbiddenException",
321        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
322      } ],
323      "documentation" : "<p>Returns information about the specified configuration.</p>"
324    },
325    "DescribeConfigurationRevision" : {
326      "name" : "DescribeConfigurationRevision",
327      "http" : {
328        "method" : "GET",
329        "requestUri" : "/v1/configurations/{configuration-id}/revisions/{configuration-revision}",
330        "responseCode" : 200
331      },
332      "input" : {
333        "shape" : "DescribeConfigurationRevisionRequest"
334      },
335      "output" : {
336        "shape" : "DescribeConfigurationRevisionResponse",
337        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
338      },
339      "errors" : [ {
340        "shape" : "NotFoundException",
341        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
342      }, {
343        "shape" : "BadRequestException",
344        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
345      }, {
346        "shape" : "InternalServerErrorException",
347        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
348      }, {
349        "shape" : "ForbiddenException",
350        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
351      } ],
352      "documentation" : "<p>Returns the specified configuration revision for the specified configuration.</p>"
353    },
354    "DescribeUser" : {
355      "name" : "DescribeUser",
356      "http" : {
357        "method" : "GET",
358        "requestUri" : "/v1/brokers/{broker-id}/users/{username}",
359        "responseCode" : 200
360      },
361      "input" : {
362        "shape" : "DescribeUserRequest"
363      },
364      "output" : {
365        "shape" : "DescribeUserResponse",
366        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
367      },
368      "errors" : [ {
369        "shape" : "NotFoundException",
370        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
371      }, {
372        "shape" : "BadRequestException",
373        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
374      }, {
375        "shape" : "InternalServerErrorException",
376        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
377      }, {
378        "shape" : "ForbiddenException",
379        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
380      } ],
381      "documentation" : "<p>Returns information about an ActiveMQ user.</p>"
382    },
383    "ListBrokers" : {
384      "name" : "ListBrokers",
385      "http" : {
386        "method" : "GET",
387        "requestUri" : "/v1/brokers",
388        "responseCode" : 200
389      },
390      "input" : {
391        "shape" : "ListBrokersRequest"
392      },
393      "output" : {
394        "shape" : "ListBrokersResponse",
395        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
396      },
397      "errors" : [ {
398        "shape" : "BadRequestException",
399        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
400      }, {
401        "shape" : "InternalServerErrorException",
402        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
403      }, {
404        "shape" : "ForbiddenException",
405        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
406      } ],
407      "documentation" : "<p>Returns a list of all brokers.</p>"
408    },
409    "ListConfigurationRevisions" : {
410      "name" : "ListConfigurationRevisions",
411      "http" : {
412        "method" : "GET",
413        "requestUri" : "/v1/configurations/{configuration-id}/revisions",
414        "responseCode" : 200
415      },
416      "input" : {
417        "shape" : "ListConfigurationRevisionsRequest"
418      },
419      "output" : {
420        "shape" : "ListConfigurationRevisionsResponse",
421        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
422      },
423      "errors" : [ {
424        "shape" : "NotFoundException",
425        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
426      }, {
427        "shape" : "BadRequestException",
428        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
429      }, {
430        "shape" : "InternalServerErrorException",
431        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
432      }, {
433        "shape" : "ForbiddenException",
434        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
435      } ],
436      "documentation" : "<p>Returns a list of all revisions for the specified configuration.</p>"
437    },
438    "ListConfigurations" : {
439      "name" : "ListConfigurations",
440      "http" : {
441        "method" : "GET",
442        "requestUri" : "/v1/configurations",
443        "responseCode" : 200
444      },
445      "input" : {
446        "shape" : "ListConfigurationsRequest"
447      },
448      "output" : {
449        "shape" : "ListConfigurationsResponse",
450        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
451      },
452      "errors" : [ {
453        "shape" : "BadRequestException",
454        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
455      }, {
456        "shape" : "InternalServerErrorException",
457        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
458      }, {
459        "shape" : "ForbiddenException",
460        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
461      } ],
462      "documentation" : "<p>Returns a list of all configurations.</p>"
463    },
464    "ListTags" : {
465      "name" : "ListTags",
466      "http" : {
467        "method" : "GET",
468        "requestUri" : "/v1/tags/{resource-arn}",
469        "responseCode" : 200
470      },
471      "input" : {
472        "shape" : "ListTagsRequest"
473      },
474      "output" : {
475        "shape" : "ListTagsResponse",
476        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
477      },
478      "errors" : [ {
479        "shape" : "NotFoundException",
480        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
481      }, {
482        "shape" : "BadRequestException",
483        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
484      }, {
485        "shape" : "InternalServerErrorException",
486        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
487      }, {
488        "shape" : "ForbiddenException",
489        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
490      } ],
491      "documentation" : "<p>Lists tags for a resource.</p>"
492    },
493    "ListUsers" : {
494      "name" : "ListUsers",
495      "http" : {
496        "method" : "GET",
497        "requestUri" : "/v1/brokers/{broker-id}/users",
498        "responseCode" : 200
499      },
500      "input" : {
501        "shape" : "ListUsersRequest"
502      },
503      "output" : {
504        "shape" : "ListUsersResponse",
505        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
506      },
507      "errors" : [ {
508        "shape" : "NotFoundException",
509        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
510      }, {
511        "shape" : "BadRequestException",
512        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
513      }, {
514        "shape" : "InternalServerErrorException",
515        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
516      }, {
517        "shape" : "ForbiddenException",
518        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
519      } ],
520      "documentation" : "<p>Returns a list of all ActiveMQ users.</p>"
521    },
522    "RebootBroker" : {
523      "name" : "RebootBroker",
524      "http" : {
525        "method" : "POST",
526        "requestUri" : "/v1/brokers/{broker-id}/reboot",
527        "responseCode" : 200
528      },
529      "input" : {
530        "shape" : "RebootBrokerRequest"
531      },
532      "output" : {
533        "shape" : "RebootBrokerResponse",
534        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
535      },
536      "errors" : [ {
537        "shape" : "NotFoundException",
538        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
539      }, {
540        "shape" : "BadRequestException",
541        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
542      }, {
543        "shape" : "InternalServerErrorException",
544        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
545      }, {
546        "shape" : "ForbiddenException",
547        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
548      } ],
549      "documentation" : "<p>Reboots a broker. Note: This API is asynchronous.</p>"
550    },
551    "UpdateBroker" : {
552      "name" : "UpdateBroker",
553      "http" : {
554        "method" : "PUT",
555        "requestUri" : "/v1/brokers/{broker-id}",
556        "responseCode" : 200
557      },
558      "input" : {
559        "shape" : "UpdateBrokerRequest"
560      },
561      "output" : {
562        "shape" : "UpdateBrokerResponse",
563        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
564      },
565      "errors" : [ {
566        "shape" : "NotFoundException",
567        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
568      }, {
569        "shape" : "BadRequestException",
570        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
571      }, {
572        "shape" : "InternalServerErrorException",
573        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
574      }, {
575        "shape" : "ConflictException",
576        "documentation" : "<p>HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name.</p>"
577      }, {
578        "shape" : "ForbiddenException",
579        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
580      } ],
581      "documentation" : "<p>Adds a pending configuration change to a broker.</p>"
582    },
583    "UpdateConfiguration" : {
584      "name" : "UpdateConfiguration",
585      "http" : {
586        "method" : "PUT",
587        "requestUri" : "/v1/configurations/{configuration-id}",
588        "responseCode" : 200
589      },
590      "input" : {
591        "shape" : "UpdateConfigurationRequest"
592      },
593      "output" : {
594        "shape" : "UpdateConfigurationResponse",
595        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
596      },
597      "errors" : [ {
598        "shape" : "NotFoundException",
599        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
600      }, {
601        "shape" : "BadRequestException",
602        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
603      }, {
604        "shape" : "InternalServerErrorException",
605        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
606      }, {
607        "shape" : "ConflictException",
608        "documentation" : "<p>HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name.</p>"
609      }, {
610        "shape" : "ForbiddenException",
611        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
612      } ],
613      "documentation" : "<p>Updates the specified configuration.</p>"
614    },
615    "UpdateUser" : {
616      "name" : "UpdateUser",
617      "http" : {
618        "method" : "PUT",
619        "requestUri" : "/v1/brokers/{broker-id}/users/{username}",
620        "responseCode" : 200
621      },
622      "input" : {
623        "shape" : "UpdateUserRequest"
624      },
625      "output" : {
626        "shape" : "UpdateUserResponse",
627        "documentation" : "<p>HTTP Status Code 200: OK.</p>"
628      },
629      "errors" : [ {
630        "shape" : "NotFoundException",
631        "documentation" : "<p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>"
632      }, {
633        "shape" : "BadRequestException",
634        "documentation" : "<p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>"
635      }, {
636        "shape" : "InternalServerErrorException",
637        "documentation" : "<p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>"
638      }, {
639        "shape" : "ConflictException",
640        "documentation" : "<p>HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name.</p>"
641      }, {
642        "shape" : "ForbiddenException",
643        "documentation" : "<p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>"
644      } ],
645      "documentation" : "<p>Updates the information for an ActiveMQ user.</p>"
646    }
647  },
648  "shapes" : {
649    "AuthenticationStrategy" : {
650      "type" : "string",
651      "documentation" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>",
652      "enum" : [ "SIMPLE", "LDAP" ]
653    },
654    "AvailabilityZone" : {
655      "type" : "structure",
656      "members" : {
657        "Name" : {
658          "shape" : "__string",
659          "locationName" : "name",
660          "documentation" : "<p>Id for the availability zone.</p>"
661        }
662      },
663      "documentation" : "<p>Name of the availability zone.</p>"
664    },
665    "BadRequestException" : {
666      "type" : "structure",
667      "members" : {
668        "ErrorAttribute" : {
669          "shape" : "__string",
670          "locationName" : "errorAttribute",
671          "documentation" : "<p>The attribute which caused the error.</p>"
672        },
673        "Message" : {
674          "shape" : "__string",
675          "locationName" : "message",
676          "documentation" : "<p>The explanation of the error.</p>"
677        }
678      },
679      "documentation" : "<p>Returns information about an error.</p>",
680      "exception" : true,
681      "error" : {
682        "httpStatusCode" : 400
683      }
684    },
685    "BrokerEngineType" : {
686      "type" : "structure",
687      "members" : {
688        "EngineType" : {
689          "shape" : "EngineType",
690          "locationName" : "engineType",
691          "documentation" : "<p>The broker's engine type.</p>"
692        },
693        "EngineVersions" : {
694          "shape" : "__listOfEngineVersion",
695          "locationName" : "engineVersions",
696          "documentation" : "<p>The list of engine versions.</p>"
697        }
698      },
699      "documentation" : "<p>Types of broker engines.</p>"
700    },
701    "BrokerEngineTypeOutput" : {
702      "type" : "structure",
703      "members" : {
704        "BrokerEngineTypes" : {
705          "shape" : "__listOfBrokerEngineType",
706          "locationName" : "brokerEngineTypes",
707          "documentation" : "<p>List of available engine types and versions.</p>"
708        },
709        "MaxResults" : {
710          "shape" : "__integerMin5Max100",
711          "locationName" : "maxResults",
712          "documentation" : "<p>Required. The maximum number of engine types that can be returned per page (20 by default). This value must be an integer from 5 to 100.</p>"
713        },
714        "NextToken" : {
715          "shape" : "__string",
716          "locationName" : "nextToken",
717          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
718        }
719      },
720      "documentation" : "<p>Returns a list of broker engine type.</p>",
721      "required" : [ "MaxResults" ]
722    },
723    "BrokerInstance" : {
724      "type" : "structure",
725      "members" : {
726        "ConsoleURL" : {
727          "shape" : "__string",
728          "locationName" : "consoleURL",
729          "documentation" : "<p>The brokers web console URL.</p>"
730        },
731        "Endpoints" : {
732          "shape" : "__listOf__string",
733          "locationName" : "endpoints",
734          "documentation" : "<p>The broker's wire-level protocol endpoints.</p>"
735        },
736        "IpAddress" : {
737          "shape" : "__string",
738          "locationName" : "ipAddress",
739          "documentation" : "<p>The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.</p>"
740        }
741      },
742      "documentation" : "<p>Returns information about all brokers.</p>"
743    },
744    "BrokerInstanceOption" : {
745      "type" : "structure",
746      "members" : {
747        "AvailabilityZones" : {
748          "shape" : "__listOfAvailabilityZone",
749          "locationName" : "availabilityZones",
750          "documentation" : "<p>The list of available az.</p>"
751        },
752        "EngineType" : {
753          "shape" : "EngineType",
754          "locationName" : "engineType",
755          "documentation" : "<p>The broker's engine type.</p>"
756        },
757        "HostInstanceType" : {
758          "shape" : "__string",
759          "locationName" : "hostInstanceType",
760          "documentation" : "<p>The broker's instance type.</p>"
761        },
762        "StorageType" : {
763          "shape" : "BrokerStorageType",
764          "locationName" : "storageType",
765          "documentation" : "<p>The broker's storage type.</p>"
766        },
767        "SupportedDeploymentModes" : {
768          "shape" : "__listOfDeploymentMode",
769          "locationName" : "supportedDeploymentModes",
770          "documentation" : "<p>The list of supported deployment modes.</p>"
771        },
772        "SupportedEngineVersions" : {
773          "shape" : "__listOf__string",
774          "locationName" : "supportedEngineVersions",
775          "documentation" : "<p>The list of supported engine versions.</p>"
776        }
777      },
778      "documentation" : "<p>Option for host instance type.</p>"
779    },
780    "BrokerInstanceOptionsOutput" : {
781      "type" : "structure",
782      "members" : {
783        "BrokerInstanceOptions" : {
784          "shape" : "__listOfBrokerInstanceOption",
785          "locationName" : "brokerInstanceOptions",
786          "documentation" : "<p>List of available broker instance options.</p>"
787        },
788        "MaxResults" : {
789          "shape" : "__integerMin5Max100",
790          "locationName" : "maxResults",
791          "documentation" : "<p>Required. The maximum number of instance options that can be returned per page (20 by default). This value must be an integer from 5 to 100.</p>"
792        },
793        "NextToken" : {
794          "shape" : "__string",
795          "locationName" : "nextToken",
796          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
797        }
798      },
799      "documentation" : "<p>Returns a list of broker instance options.</p>",
800      "required" : [ "MaxResults" ]
801    },
802    "BrokerState" : {
803      "type" : "string",
804      "documentation" : "<p>The broker's status.</p>",
805      "enum" : [ "CREATION_IN_PROGRESS", "CREATION_FAILED", "DELETION_IN_PROGRESS", "RUNNING", "REBOOT_IN_PROGRESS" ]
806    },
807    "BrokerStorageType" : {
808      "type" : "string",
809      "documentation" : "<p>The broker's storage type.</p> <important><p>EFS is not supported for RabbitMQ engine type.</p></important>",
810      "enum" : [ "EBS", "EFS" ]
811    },
812    "BrokerSummary" : {
813      "type" : "structure",
814      "members" : {
815        "BrokerArn" : {
816          "shape" : "__string",
817          "locationName" : "brokerArn",
818          "documentation" : "<p>The broker's Amazon Resource Name (ARN).</p>"
819        },
820        "BrokerId" : {
821          "shape" : "__string",
822          "locationName" : "brokerId",
823          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
824        },
825        "BrokerName" : {
826          "shape" : "__string",
827          "locationName" : "brokerName",
828          "documentation" : "<p>The broker's name. This value is unique in your AWS account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.</p>"
829        },
830        "BrokerState" : {
831          "shape" : "BrokerState",
832          "locationName" : "brokerState",
833          "documentation" : "<p>The broker's status.</p>"
834        },
835        "Created" : {
836          "shape" : "__timestampIso8601",
837          "locationName" : "created",
838          "documentation" : "<p>The time when the broker was created.</p>"
839        },
840        "DeploymentMode" : {
841          "shape" : "DeploymentMode",
842          "locationName" : "deploymentMode",
843          "documentation" : "<p>The broker's deployment mode.</p>"
844        },
845        "EngineType" : {
846          "shape" : "EngineType",
847          "locationName" : "engineType",
848          "documentation" : "<p>The type of broker engine.</p>"
849        },
850        "HostInstanceType" : {
851          "shape" : "__string",
852          "locationName" : "hostInstanceType",
853          "documentation" : "<p>The broker's instance type.</p>"
854        }
855      },
856      "documentation" : "<p>Returns information about all brokers.</p>",
857      "required" : [ "DeploymentMode", "EngineType" ]
858    },
859    "ChangeType" : {
860      "type" : "string",
861      "documentation" : "<p>The type of change pending for the ActiveMQ user.</p>",
862      "enum" : [ "CREATE", "UPDATE", "DELETE" ]
863    },
864    "Configuration" : {
865      "type" : "structure",
866      "members" : {
867        "Arn" : {
868          "shape" : "__string",
869          "locationName" : "arn",
870          "documentation" : "<p>Required. The ARN of the configuration.</p>"
871        },
872        "AuthenticationStrategy" : {
873          "shape" : "AuthenticationStrategy",
874          "locationName" : "authenticationStrategy",
875          "documentation" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>"
876        },
877        "Created" : {
878          "shape" : "__timestampIso8601",
879          "locationName" : "created",
880          "documentation" : "<p>Required. The date and time of the configuration revision.</p>"
881        },
882        "Description" : {
883          "shape" : "__string",
884          "locationName" : "description",
885          "documentation" : "<p>Required. The description of the configuration.</p>"
886        },
887        "EngineType" : {
888          "shape" : "EngineType",
889          "locationName" : "engineType",
890          "documentation" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>"
891        },
892        "EngineVersion" : {
893          "shape" : "__string",
894          "locationName" : "engineVersion",
895          "documentation" : "<p>Required. The broker engine's version. For a list of supported engine versions, see, <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
896        },
897        "Id" : {
898          "shape" : "__string",
899          "locationName" : "id",
900          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
901        },
902        "LatestRevision" : {
903          "shape" : "ConfigurationRevision",
904          "locationName" : "latestRevision",
905          "documentation" : "<p>Required. The latest revision of the configuration.</p>"
906        },
907        "Name" : {
908          "shape" : "__string",
909          "locationName" : "name",
910          "documentation" : "<p>Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.</p>"
911        },
912        "Tags" : {
913          "shape" : "__mapOf__string",
914          "locationName" : "tags",
915          "documentation" : "<p>The list of all tags associated with this configuration.</p>"
916        }
917      },
918      "documentation" : "<p>Returns information about all configurations.</p>",
919      "required" : [ "Description", "EngineVersion", "LatestRevision", "AuthenticationStrategy", "EngineType", "Id", "Arn", "Name", "Created" ]
920    },
921    "ConfigurationId" : {
922      "type" : "structure",
923      "members" : {
924        "Id" : {
925          "shape" : "__string",
926          "locationName" : "id",
927          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
928        },
929        "Revision" : {
930          "shape" : "__integer",
931          "locationName" : "revision",
932          "documentation" : "<p>The revision number of the configuration.</p>"
933        }
934      },
935      "documentation" : "<p>A list of information about the configuration.</p> <important><p>Does not apply to RabbitMQ brokers.</p></important>",
936      "required" : [ "Id" ]
937    },
938    "ConfigurationRevision" : {
939      "type" : "structure",
940      "members" : {
941        "Created" : {
942          "shape" : "__timestampIso8601",
943          "locationName" : "created",
944          "documentation" : "<p>Required. The date and time of the configuration revision.</p>"
945        },
946        "Description" : {
947          "shape" : "__string",
948          "locationName" : "description",
949          "documentation" : "<p>The description of the configuration revision.</p>"
950        },
951        "Revision" : {
952          "shape" : "__integer",
953          "locationName" : "revision",
954          "documentation" : "<p>Required. The revision number of the configuration.</p>"
955        }
956      },
957      "documentation" : "<p>Returns information about the specified configuration revision.</p>",
958      "required" : [ "Revision", "Created" ]
959    },
960    "Configurations" : {
961      "type" : "structure",
962      "members" : {
963        "Current" : {
964          "shape" : "ConfigurationId",
965          "locationName" : "current",
966          "documentation" : "<p>The broker's current configuration.</p>"
967        },
968        "History" : {
969          "shape" : "__listOfConfigurationId",
970          "locationName" : "history",
971          "documentation" : "<p>The history of configurations applied to the broker.</p>"
972        },
973        "Pending" : {
974          "shape" : "ConfigurationId",
975          "locationName" : "pending",
976          "documentation" : "<p>The broker's pending configuration.</p>"
977        }
978      },
979      "documentation" : "<p>Broker configuration information</p>"
980    },
981    "ConflictException" : {
982      "type" : "structure",
983      "members" : {
984        "ErrorAttribute" : {
985          "shape" : "__string",
986          "locationName" : "errorAttribute",
987          "documentation" : "<p>The attribute which caused the error.</p>"
988        },
989        "Message" : {
990          "shape" : "__string",
991          "locationName" : "message",
992          "documentation" : "<p>The explanation of the error.</p>"
993        }
994      },
995      "documentation" : "<p>Returns information about an error.</p>",
996      "exception" : true,
997      "error" : {
998        "httpStatusCode" : 409
999      }
1000    },
1001    "CreateBrokerInput" : {
1002      "type" : "structure",
1003      "members" : {
1004        "AuthenticationStrategy" : {
1005          "shape" : "AuthenticationStrategy",
1006          "locationName" : "authenticationStrategy",
1007          "documentation" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>"
1008        },
1009        "AutoMinorVersionUpgrade" : {
1010          "shape" : "__boolean",
1011          "locationName" : "autoMinorVersionUpgrade",
1012          "documentation" : "<p>Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot. Set to true by default, if no value is specified.</p>"
1013        },
1014        "BrokerName" : {
1015          "shape" : "__string",
1016          "locationName" : "brokerName",
1017          "documentation" : "<p>Required. The broker's name. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.</p>"
1018        },
1019        "Configuration" : {
1020          "shape" : "ConfigurationId",
1021          "locationName" : "configuration",
1022          "documentation" : "<p>A list of information about the configuration.</p>"
1023        },
1024        "CreatorRequestId" : {
1025          "shape" : "__string",
1026          "locationName" : "creatorRequestId",
1027          "documentation" : "<p>The unique ID that the requester receives for the created broker. Amazon MQ passes your ID with the API action. Note: We recommend using a Universally Unique Identifier (UUID) for the creatorRequestId. You may omit the creatorRequestId if your application doesn't require idempotency.</p>",
1028          "idempotencyToken" : true
1029        },
1030        "DeploymentMode" : {
1031          "shape" : "DeploymentMode",
1032          "locationName" : "deploymentMode",
1033          "documentation" : "<p>Required. The broker's deployment mode.</p>"
1034        },
1035        "EncryptionOptions" : {
1036          "shape" : "EncryptionOptions",
1037          "locationName" : "encryptionOptions",
1038          "documentation" : "<p>Encryption options for the broker. Does not apply to RabbitMQ brokers.</p>"
1039        },
1040        "EngineType" : {
1041          "shape" : "EngineType",
1042          "locationName" : "engineType",
1043          "documentation" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>"
1044        },
1045        "EngineVersion" : {
1046          "shape" : "__string",
1047          "locationName" : "engineVersion",
1048          "documentation" : "<p>Required. The broker engine's version. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1049        },
1050        "HostInstanceType" : {
1051          "shape" : "__string",
1052          "locationName" : "hostInstanceType",
1053          "documentation" : "<p>Required. The broker's instance type.</p>"
1054        },
1055        "LdapServerMetadata" : {
1056          "shape" : "LdapServerMetadataInput",
1057          "locationName" : "ldapServerMetadata",
1058          "documentation" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>"
1059        },
1060        "Logs" : {
1061          "shape" : "Logs",
1062          "locationName" : "logs",
1063          "documentation" : "<p>Enables Amazon CloudWatch logging for brokers.</p>"
1064        },
1065        "MaintenanceWindowStartTime" : {
1066          "shape" : "WeeklyStartTime",
1067          "locationName" : "maintenanceWindowStartTime",
1068          "documentation" : "<p>The parameters that determine the WeeklyStartTime.</p>"
1069        },
1070        "PubliclyAccessible" : {
1071          "shape" : "__boolean",
1072          "locationName" : "publiclyAccessible",
1073          "documentation" : "<p>Enables connections from applications outside of the VPC that hosts the broker's subnets. Set to false by default, if no value is provided.</p>"
1074        },
1075        "SecurityGroups" : {
1076          "shape" : "__listOf__string",
1077          "locationName" : "securityGroups",
1078          "documentation" : "<p>The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.</p>"
1079        },
1080        "StorageType" : {
1081          "shape" : "BrokerStorageType",
1082          "locationName" : "storageType",
1083          "documentation" : "<p>The broker's storage type.</p>"
1084        },
1085        "SubnetIds" : {
1086          "shape" : "__listOf__string",
1087          "locationName" : "subnetIds",
1088          "documentation" : "<p>The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ Amazon MQ for ActiveMQ deployment requires two subnets. A CLUSTER_MULTI_AZ Amazon MQ for RabbitMQ deployment has no subnet requirements when deployed with public accessibility. Deployment without public accessibility requires at least one subnet.</p> <important><p>If you specify subnets in a <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/vpc-sharing.html\">shared VPC</a> for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account. Amazon MQ will not be able to create VPC endpoints in VPCs that are not owned by your AWS account.</p></important>"
1089        },
1090        "Tags" : {
1091          "shape" : "__mapOf__string",
1092          "locationName" : "tags",
1093          "documentation" : "<p>Create tags when creating the broker.</p>"
1094        },
1095        "Users" : {
1096          "shape" : "__listOfUser",
1097          "locationName" : "users",
1098          "documentation" : "<p>Required. The list of broker users (persons or applications) who can access queues and topics. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p> <important><title>Amazon MQ for RabbitMQ</title> <p>When you create an Amazon MQ for RabbitMQ broker, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent broker users are created by making RabbitMQ API calls directly to brokers or via the RabbitMQ web console.</p></important>"
1099        }
1100      },
1101      "documentation" : "<p>Creates a broker.</p>",
1102      "required" : [ "EngineVersion", "HostInstanceType", "AutoMinorVersionUpgrade", "Users", "BrokerName", "DeploymentMode", "EngineType", "PubliclyAccessible" ]
1103    },
1104    "CreateBrokerOutput" : {
1105      "type" : "structure",
1106      "members" : {
1107        "BrokerArn" : {
1108          "shape" : "__string",
1109          "locationName" : "brokerArn",
1110          "documentation" : "<p>The broker's Amazon Resource Name (ARN).</p>"
1111        },
1112        "BrokerId" : {
1113          "shape" : "__string",
1114          "locationName" : "brokerId",
1115          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1116        }
1117      },
1118      "documentation" : "<p>Returns information about the created broker.</p>"
1119    },
1120    "CreateBrokerRequest" : {
1121      "type" : "structure",
1122      "members" : {
1123        "AuthenticationStrategy" : {
1124          "shape" : "AuthenticationStrategy",
1125          "locationName" : "authenticationStrategy",
1126          "documentation" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>"
1127        },
1128        "AutoMinorVersionUpgrade" : {
1129          "shape" : "__boolean",
1130          "locationName" : "autoMinorVersionUpgrade",
1131          "documentation" : "<p>Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot. Set to true by default, if no value is specified.</p>"
1132        },
1133        "BrokerName" : {
1134          "shape" : "__string",
1135          "locationName" : "brokerName",
1136          "documentation" : "<p>Required. The broker's name. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.</p>"
1137        },
1138        "Configuration" : {
1139          "shape" : "ConfigurationId",
1140          "locationName" : "configuration",
1141          "documentation" : "<p>A list of information about the configuration.</p>"
1142        },
1143        "CreatorRequestId" : {
1144          "shape" : "__string",
1145          "locationName" : "creatorRequestId",
1146          "documentation" : "<p>The unique ID that the requester receives for the created broker. Amazon MQ passes your ID with the API action. Note: We recommend using a Universally Unique Identifier (UUID) for the creatorRequestId. You may omit the creatorRequestId if your application doesn't require idempotency.</p>",
1147          "idempotencyToken" : true
1148        },
1149        "DeploymentMode" : {
1150          "shape" : "DeploymentMode",
1151          "locationName" : "deploymentMode",
1152          "documentation" : "<p>Required. The broker's deployment mode.</p>"
1153        },
1154        "EncryptionOptions" : {
1155          "shape" : "EncryptionOptions",
1156          "locationName" : "encryptionOptions",
1157          "documentation" : "<p>Encryption options for the broker. Does not apply to RabbitMQ brokers.</p>"
1158        },
1159        "EngineType" : {
1160          "shape" : "EngineType",
1161          "locationName" : "engineType",
1162          "documentation" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>"
1163        },
1164        "EngineVersion" : {
1165          "shape" : "__string",
1166          "locationName" : "engineVersion",
1167          "documentation" : "<p>Required. The broker engine's version. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1168        },
1169        "HostInstanceType" : {
1170          "shape" : "__string",
1171          "locationName" : "hostInstanceType",
1172          "documentation" : "<p>Required. The broker's instance type.</p>"
1173        },
1174        "LdapServerMetadata" : {
1175          "shape" : "LdapServerMetadataInput",
1176          "locationName" : "ldapServerMetadata",
1177          "documentation" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>"
1178        },
1179        "Logs" : {
1180          "shape" : "Logs",
1181          "locationName" : "logs",
1182          "documentation" : "<p>Enables Amazon CloudWatch logging for brokers.</p>"
1183        },
1184        "MaintenanceWindowStartTime" : {
1185          "shape" : "WeeklyStartTime",
1186          "locationName" : "maintenanceWindowStartTime",
1187          "documentation" : "<p>The parameters that determine the WeeklyStartTime.</p>"
1188        },
1189        "PubliclyAccessible" : {
1190          "shape" : "__boolean",
1191          "locationName" : "publiclyAccessible",
1192          "documentation" : "<p>Enables connections from applications outside of the VPC that hosts the broker's subnets. Set to false by default, if no value is provided.</p>"
1193        },
1194        "SecurityGroups" : {
1195          "shape" : "__listOf__string",
1196          "locationName" : "securityGroups",
1197          "documentation" : "<p>The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.</p>"
1198        },
1199        "StorageType" : {
1200          "shape" : "BrokerStorageType",
1201          "locationName" : "storageType",
1202          "documentation" : "<p>The broker's storage type.</p>"
1203        },
1204        "SubnetIds" : {
1205          "shape" : "__listOf__string",
1206          "locationName" : "subnetIds",
1207          "documentation" : "<p>The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ Amazon MQ for ActiveMQ deployment requires two subnets. A CLUSTER_MULTI_AZ Amazon MQ for RabbitMQ deployment has no subnet requirements when deployed with public accessibility. Deployment without public accessibility requires at least one subnet.</p> <important><p>If you specify subnets in a <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/vpc-sharing.html\">shared VPC</a> for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account. Amazon MQ will not be able to create VPC endpoints in VPCs that are not owned by your AWS account.</p></important>"
1208        },
1209        "Tags" : {
1210          "shape" : "__mapOf__string",
1211          "locationName" : "tags",
1212          "documentation" : "<p>Create tags when creating the broker.</p>"
1213        },
1214        "Users" : {
1215          "shape" : "__listOfUser",
1216          "locationName" : "users",
1217          "documentation" : "<p>Required. The list of broker users (persons or applications) who can access queues and topics. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p> <important><title>Amazon MQ for RabbitMQ</title> <p>When you create an Amazon MQ for RabbitMQ broker, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent broker users are created by making RabbitMQ API calls directly to brokers or via the RabbitMQ web console.</p></important>"
1218        }
1219      },
1220      "documentation" : "<p>Creates a broker using the specified properties.</p>",
1221      "required" : [ "EngineVersion", "HostInstanceType", "AutoMinorVersionUpgrade", "Users", "BrokerName", "DeploymentMode", "EngineType", "PubliclyAccessible" ]
1222    },
1223    "CreateBrokerResponse" : {
1224      "type" : "structure",
1225      "members" : {
1226        "BrokerArn" : {
1227          "shape" : "__string",
1228          "locationName" : "brokerArn",
1229          "documentation" : "<p>The broker's Amazon Resource Name (ARN).</p>"
1230        },
1231        "BrokerId" : {
1232          "shape" : "__string",
1233          "locationName" : "brokerId",
1234          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1235        }
1236      }
1237    },
1238    "CreateConfigurationInput" : {
1239      "type" : "structure",
1240      "members" : {
1241        "AuthenticationStrategy" : {
1242          "shape" : "AuthenticationStrategy",
1243          "locationName" : "authenticationStrategy",
1244          "documentation" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>"
1245        },
1246        "EngineType" : {
1247          "shape" : "EngineType",
1248          "locationName" : "engineType",
1249          "documentation" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>"
1250        },
1251        "EngineVersion" : {
1252          "shape" : "__string",
1253          "locationName" : "engineVersion",
1254          "documentation" : "<p>Required. The broker engine's version. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1255        },
1256        "Name" : {
1257          "shape" : "__string",
1258          "locationName" : "name",
1259          "documentation" : "<p>Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.</p>"
1260        },
1261        "Tags" : {
1262          "shape" : "__mapOf__string",
1263          "locationName" : "tags",
1264          "documentation" : "<p>Create tags when creating the configuration.</p>"
1265        }
1266      },
1267      "documentation" : "<p>Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).</p>",
1268      "required" : [ "EngineVersion", "EngineType", "Name" ]
1269    },
1270    "CreateConfigurationOutput" : {
1271      "type" : "structure",
1272      "members" : {
1273        "Arn" : {
1274          "shape" : "__string",
1275          "locationName" : "arn",
1276          "documentation" : "<p>Required. The Amazon Resource Name (ARN) of the configuration.</p>"
1277        },
1278        "AuthenticationStrategy" : {
1279          "shape" : "AuthenticationStrategy",
1280          "locationName" : "authenticationStrategy",
1281          "documentation" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>"
1282        },
1283        "Created" : {
1284          "shape" : "__timestampIso8601",
1285          "locationName" : "created",
1286          "documentation" : "<p>Required. The date and time of the configuration.</p>"
1287        },
1288        "Id" : {
1289          "shape" : "__string",
1290          "locationName" : "id",
1291          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
1292        },
1293        "LatestRevision" : {
1294          "shape" : "ConfigurationRevision",
1295          "locationName" : "latestRevision",
1296          "documentation" : "<p>The latest revision of the configuration.</p>"
1297        },
1298        "Name" : {
1299          "shape" : "__string",
1300          "locationName" : "name",
1301          "documentation" : "<p>Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.</p>"
1302        }
1303      },
1304      "documentation" : "<p>Returns information about the created configuration.</p>",
1305      "required" : [ "AuthenticationStrategy", "Id", "Arn", "Name", "Created" ]
1306    },
1307    "CreateConfigurationRequest" : {
1308      "type" : "structure",
1309      "members" : {
1310        "AuthenticationStrategy" : {
1311          "shape" : "AuthenticationStrategy",
1312          "locationName" : "authenticationStrategy",
1313          "documentation" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>"
1314        },
1315        "EngineType" : {
1316          "shape" : "EngineType",
1317          "locationName" : "engineType",
1318          "documentation" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>"
1319        },
1320        "EngineVersion" : {
1321          "shape" : "__string",
1322          "locationName" : "engineVersion",
1323          "documentation" : "<p>Required. The broker engine's version. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1324        },
1325        "Name" : {
1326          "shape" : "__string",
1327          "locationName" : "name",
1328          "documentation" : "<p>Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.</p>"
1329        },
1330        "Tags" : {
1331          "shape" : "__mapOf__string",
1332          "locationName" : "tags",
1333          "documentation" : "<p>Create tags when creating the configuration.</p>"
1334        }
1335      },
1336      "documentation" : "<p>Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).</p>",
1337      "required" : [ "EngineVersion", "EngineType", "Name" ]
1338    },
1339    "CreateConfigurationResponse" : {
1340      "type" : "structure",
1341      "members" : {
1342        "Arn" : {
1343          "shape" : "__string",
1344          "locationName" : "arn",
1345          "documentation" : "<p>Required. The Amazon Resource Name (ARN) of the configuration.</p>"
1346        },
1347        "AuthenticationStrategy" : {
1348          "shape" : "AuthenticationStrategy",
1349          "locationName" : "authenticationStrategy",
1350          "documentation" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>"
1351        },
1352        "Created" : {
1353          "shape" : "__timestampIso8601",
1354          "locationName" : "created",
1355          "documentation" : "<p>Required. The date and time of the configuration.</p>"
1356        },
1357        "Id" : {
1358          "shape" : "__string",
1359          "locationName" : "id",
1360          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
1361        },
1362        "LatestRevision" : {
1363          "shape" : "ConfigurationRevision",
1364          "locationName" : "latestRevision",
1365          "documentation" : "<p>The latest revision of the configuration.</p>"
1366        },
1367        "Name" : {
1368          "shape" : "__string",
1369          "locationName" : "name",
1370          "documentation" : "<p>Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.</p>"
1371        }
1372      }
1373    },
1374    "CreateTagsRequest" : {
1375      "type" : "structure",
1376      "members" : {
1377        "ResourceArn" : {
1378          "shape" : "__string",
1379          "location" : "uri",
1380          "locationName" : "resource-arn",
1381          "documentation" : "<p>The Amazon Resource Name (ARN) of the resource tag.</p>"
1382        },
1383        "Tags" : {
1384          "shape" : "__mapOf__string",
1385          "locationName" : "tags",
1386          "documentation" : "<p>The key-value pair for the resource tag.</p>"
1387        }
1388      },
1389      "documentation" : "<p>A map of the key-value pairs for the resource tag.</p>",
1390      "required" : [ "ResourceArn" ]
1391    },
1392    "CreateUserInput" : {
1393      "type" : "structure",
1394      "members" : {
1395        "ConsoleAccess" : {
1396          "shape" : "__boolean",
1397          "locationName" : "consoleAccess",
1398          "documentation" : "<p>Enables access to the ActiveMQ Web Console for the ActiveMQ user.</p>"
1399        },
1400        "Groups" : {
1401          "shape" : "__listOf__string",
1402          "locationName" : "groups",
1403          "documentation" : "<p>The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
1404        },
1405        "Password" : {
1406          "shape" : "__string",
1407          "locationName" : "password",
1408          "documentation" : "<p>Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).</p>"
1409        }
1410      },
1411      "documentation" : "<p>Creates a new ActiveMQ user.</p>",
1412      "required" : [ "Password" ]
1413    },
1414    "CreateUserRequest" : {
1415      "type" : "structure",
1416      "members" : {
1417        "BrokerId" : {
1418          "shape" : "__string",
1419          "location" : "uri",
1420          "locationName" : "broker-id",
1421          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1422        },
1423        "ConsoleAccess" : {
1424          "shape" : "__boolean",
1425          "locationName" : "consoleAccess",
1426          "documentation" : "<p>Enables access to the ActiveMQ Web Console for the ActiveMQ user.</p>"
1427        },
1428        "Groups" : {
1429          "shape" : "__listOf__string",
1430          "locationName" : "groups",
1431          "documentation" : "<p>The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
1432        },
1433        "Password" : {
1434          "shape" : "__string",
1435          "locationName" : "password",
1436          "documentation" : "<p>Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).</p>"
1437        },
1438        "Username" : {
1439          "shape" : "__string",
1440          "location" : "uri",
1441          "locationName" : "username",
1442          "documentation" : "<p>The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
1443        }
1444      },
1445      "documentation" : "<p>Creates a new ActiveMQ user.</p>",
1446      "required" : [ "Username", "BrokerId", "Password" ]
1447    },
1448    "CreateUserResponse" : {
1449      "type" : "structure",
1450      "members" : { }
1451    },
1452    "DayOfWeek" : {
1453      "type" : "string",
1454      "enum" : [ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ]
1455    },
1456    "DeleteBrokerOutput" : {
1457      "type" : "structure",
1458      "members" : {
1459        "BrokerId" : {
1460          "shape" : "__string",
1461          "locationName" : "brokerId",
1462          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1463        }
1464      },
1465      "documentation" : "<p>Returns information about the deleted broker.</p>"
1466    },
1467    "DeleteBrokerRequest" : {
1468      "type" : "structure",
1469      "members" : {
1470        "BrokerId" : {
1471          "shape" : "__string",
1472          "location" : "uri",
1473          "locationName" : "broker-id",
1474          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1475        }
1476      },
1477      "required" : [ "BrokerId" ]
1478    },
1479    "DeleteBrokerResponse" : {
1480      "type" : "structure",
1481      "members" : {
1482        "BrokerId" : {
1483          "shape" : "__string",
1484          "locationName" : "brokerId",
1485          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1486        }
1487      }
1488    },
1489    "DeleteTagsRequest" : {
1490      "type" : "structure",
1491      "members" : {
1492        "ResourceArn" : {
1493          "shape" : "__string",
1494          "location" : "uri",
1495          "locationName" : "resource-arn",
1496          "documentation" : "<p>The Amazon Resource Name (ARN) of the resource tag.</p>"
1497        },
1498        "TagKeys" : {
1499          "shape" : "__listOf__string",
1500          "location" : "querystring",
1501          "locationName" : "tagKeys",
1502          "documentation" : "<p>An array of tag keys to delete</p>"
1503        }
1504      },
1505      "required" : [ "TagKeys", "ResourceArn" ]
1506    },
1507    "DeleteUserRequest" : {
1508      "type" : "structure",
1509      "members" : {
1510        "BrokerId" : {
1511          "shape" : "__string",
1512          "location" : "uri",
1513          "locationName" : "broker-id",
1514          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1515        },
1516        "Username" : {
1517          "shape" : "__string",
1518          "location" : "uri",
1519          "locationName" : "username",
1520          "documentation" : "<p>The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
1521        }
1522      },
1523      "required" : [ "Username", "BrokerId" ]
1524    },
1525    "DeleteUserResponse" : {
1526      "type" : "structure",
1527      "members" : { }
1528    },
1529    "DeploymentMode" : {
1530      "type" : "string",
1531      "documentation" : "<p>The broker's deployment mode.</p>",
1532      "enum" : [ "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ" ]
1533    },
1534    "DescribeBrokerEngineTypesRequest" : {
1535      "type" : "structure",
1536      "members" : {
1537        "EngineType" : {
1538          "shape" : "__string",
1539          "location" : "querystring",
1540          "locationName" : "engineType",
1541          "documentation" : "<p>Filter response by engine type.</p>"
1542        },
1543        "MaxResults" : {
1544          "shape" : "MaxResults",
1545          "location" : "querystring",
1546          "locationName" : "maxResults",
1547          "documentation" : "<p>The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.</p>"
1548        },
1549        "NextToken" : {
1550          "shape" : "__string",
1551          "location" : "querystring",
1552          "locationName" : "nextToken",
1553          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
1554        }
1555      }
1556    },
1557    "DescribeBrokerEngineTypesResponse" : {
1558      "type" : "structure",
1559      "members" : {
1560        "BrokerEngineTypes" : {
1561          "shape" : "__listOfBrokerEngineType",
1562          "locationName" : "brokerEngineTypes",
1563          "documentation" : "<p>List of available engine types and versions.</p>"
1564        },
1565        "MaxResults" : {
1566          "shape" : "__integerMin5Max100",
1567          "locationName" : "maxResults",
1568          "documentation" : "<p>Required. The maximum number of engine types that can be returned per page (20 by default). This value must be an integer from 5 to 100.</p>"
1569        },
1570        "NextToken" : {
1571          "shape" : "__string",
1572          "locationName" : "nextToken",
1573          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
1574        }
1575      }
1576    },
1577    "DescribeBrokerInstanceOptionsRequest" : {
1578      "type" : "structure",
1579      "members" : {
1580        "EngineType" : {
1581          "shape" : "__string",
1582          "location" : "querystring",
1583          "locationName" : "engineType",
1584          "documentation" : "<p>Filter response by engine type.</p>"
1585        },
1586        "HostInstanceType" : {
1587          "shape" : "__string",
1588          "location" : "querystring",
1589          "locationName" : "hostInstanceType",
1590          "documentation" : "<p>Filter response by host instance type.</p>"
1591        },
1592        "MaxResults" : {
1593          "shape" : "MaxResults",
1594          "location" : "querystring",
1595          "locationName" : "maxResults",
1596          "documentation" : "<p>The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.</p>"
1597        },
1598        "NextToken" : {
1599          "shape" : "__string",
1600          "location" : "querystring",
1601          "locationName" : "nextToken",
1602          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
1603        },
1604        "StorageType" : {
1605          "shape" : "__string",
1606          "location" : "querystring",
1607          "locationName" : "storageType",
1608          "documentation" : "<p>Filter response by storage type.</p>"
1609        }
1610      }
1611    },
1612    "DescribeBrokerInstanceOptionsResponse" : {
1613      "type" : "structure",
1614      "members" : {
1615        "BrokerInstanceOptions" : {
1616          "shape" : "__listOfBrokerInstanceOption",
1617          "locationName" : "brokerInstanceOptions",
1618          "documentation" : "<p>List of available broker instance options.</p>"
1619        },
1620        "MaxResults" : {
1621          "shape" : "__integerMin5Max100",
1622          "locationName" : "maxResults",
1623          "documentation" : "<p>Required. The maximum number of instance options that can be returned per page (20 by default). This value must be an integer from 5 to 100.</p>"
1624        },
1625        "NextToken" : {
1626          "shape" : "__string",
1627          "locationName" : "nextToken",
1628          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
1629        }
1630      }
1631    },
1632    "DescribeBrokerOutput" : {
1633      "type" : "structure",
1634      "members" : {
1635        "AuthenticationStrategy" : {
1636          "shape" : "AuthenticationStrategy",
1637          "locationName" : "authenticationStrategy",
1638          "documentation" : "<p>The authentication strategy used to secure the broker. The default is SIMPLE.</p>"
1639        },
1640        "AutoMinorVersionUpgrade" : {
1641          "shape" : "__boolean",
1642          "locationName" : "autoMinorVersionUpgrade",
1643          "documentation" : "<p>Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.</p>"
1644        },
1645        "BrokerArn" : {
1646          "shape" : "__string",
1647          "locationName" : "brokerArn",
1648          "documentation" : "<p>The broker's Amazon Resource Name (ARN).</p>"
1649        },
1650        "BrokerId" : {
1651          "shape" : "__string",
1652          "locationName" : "brokerId",
1653          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1654        },
1655        "BrokerInstances" : {
1656          "shape" : "__listOfBrokerInstance",
1657          "locationName" : "brokerInstances",
1658          "documentation" : "<p>A list of information about allocated brokers.</p>"
1659        },
1660        "BrokerName" : {
1661          "shape" : "__string",
1662          "locationName" : "brokerName",
1663          "documentation" : "<p>The broker's name. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.</p>"
1664        },
1665        "BrokerState" : {
1666          "shape" : "BrokerState",
1667          "locationName" : "brokerState",
1668          "documentation" : "<p>The broker's status.</p>"
1669        },
1670        "Configurations" : {
1671          "shape" : "Configurations",
1672          "locationName" : "configurations",
1673          "documentation" : "<p>The list of all revisions for the specified configuration.</p>"
1674        },
1675        "Created" : {
1676          "shape" : "__timestampIso8601",
1677          "locationName" : "created",
1678          "documentation" : "<p>The time when the broker was created.</p>"
1679        },
1680        "DeploymentMode" : {
1681          "shape" : "DeploymentMode",
1682          "locationName" : "deploymentMode",
1683          "documentation" : "<p>The broker's deployment mode.</p>"
1684        },
1685        "EncryptionOptions" : {
1686          "shape" : "EncryptionOptions",
1687          "locationName" : "encryptionOptions",
1688          "documentation" : "<p>Encryption options for the broker. Does not apply to RabbitMQ brokers.</p>"
1689        },
1690        "EngineType" : {
1691          "shape" : "EngineType",
1692          "locationName" : "engineType",
1693          "documentation" : "<p>The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>"
1694        },
1695        "EngineVersion" : {
1696          "shape" : "__string",
1697          "locationName" : "engineVersion",
1698          "documentation" : "<p>The broker engine's version. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1699        },
1700        "HostInstanceType" : {
1701          "shape" : "__string",
1702          "locationName" : "hostInstanceType",
1703          "documentation" : "<p>The broker's instance type.</p>"
1704        },
1705        "LdapServerMetadata" : {
1706          "shape" : "LdapServerMetadataOutput",
1707          "locationName" : "ldapServerMetadata",
1708          "documentation" : "<p>The metadata of the LDAP server used to authenticate and authorize connections to the broker.</p>"
1709        },
1710        "Logs" : {
1711          "shape" : "LogsSummary",
1712          "locationName" : "logs",
1713          "documentation" : "<p>The list of information about logs currently enabled and pending to be deployed for the specified broker.</p>"
1714        },
1715        "MaintenanceWindowStartTime" : {
1716          "shape" : "WeeklyStartTime",
1717          "locationName" : "maintenanceWindowStartTime",
1718          "documentation" : "<p>The parameters that determine the WeeklyStartTime.</p>"
1719        },
1720        "PendingAuthenticationStrategy" : {
1721          "shape" : "AuthenticationStrategy",
1722          "locationName" : "pendingAuthenticationStrategy",
1723          "documentation" : "<p>The authentication strategy that will be applied when the broker is rebooted. The default is SIMPLE.</p>"
1724        },
1725        "PendingEngineVersion" : {
1726          "shape" : "__string",
1727          "locationName" : "pendingEngineVersion",
1728          "documentation" : "<p>The broker engine version to upgrade to. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1729        },
1730        "PendingHostInstanceType" : {
1731          "shape" : "__string",
1732          "locationName" : "pendingHostInstanceType",
1733          "documentation" : "<p>The broker's host instance type to upgrade to. For a list of supported instance types, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types\">Broker instance types</a>.</p>"
1734        },
1735        "PendingLdapServerMetadata" : {
1736          "shape" : "LdapServerMetadataOutput",
1737          "locationName" : "pendingLdapServerMetadata",
1738          "documentation" : "<p>The metadata of the LDAP server that will be used to authenticate and authorize connections to the broker after it is rebooted.</p>"
1739        },
1740        "PendingSecurityGroups" : {
1741          "shape" : "__listOf__string",
1742          "locationName" : "pendingSecurityGroups",
1743          "documentation" : "<p>The list of pending security groups to authorize connections to brokers.</p>"
1744        },
1745        "PubliclyAccessible" : {
1746          "shape" : "__boolean",
1747          "locationName" : "publiclyAccessible",
1748          "documentation" : "<p>Enables connections from applications outside of the VPC that hosts the broker's subnets.</p>"
1749        },
1750        "SecurityGroups" : {
1751          "shape" : "__listOf__string",
1752          "locationName" : "securityGroups",
1753          "documentation" : "<p>The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.</p>"
1754        },
1755        "StorageType" : {
1756          "shape" : "BrokerStorageType",
1757          "locationName" : "storageType",
1758          "documentation" : "<p>The broker's storage type.</p>"
1759        },
1760        "SubnetIds" : {
1761          "shape" : "__listOf__string",
1762          "locationName" : "subnetIds",
1763          "documentation" : "<p>The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.</p>"
1764        },
1765        "Tags" : {
1766          "shape" : "__mapOf__string",
1767          "locationName" : "tags",
1768          "documentation" : "<p>The list of all tags associated with this broker.</p>"
1769        },
1770        "Users" : {
1771          "shape" : "__listOfUserSummary",
1772          "locationName" : "users",
1773          "documentation" : "<p>The list of all broker usernames for the specified broker.</p>"
1774        }
1775      },
1776      "documentation" : "<p>Returns information about the specified broker.</p>",
1777      "required" : [ "DeploymentMode", "EngineType", "AutoMinorVersionUpgrade", "PubliclyAccessible" ]
1778    },
1779    "DescribeBrokerRequest" : {
1780      "type" : "structure",
1781      "members" : {
1782        "BrokerId" : {
1783          "shape" : "__string",
1784          "location" : "uri",
1785          "locationName" : "broker-id",
1786          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1787        }
1788      },
1789      "required" : [ "BrokerId" ]
1790    },
1791    "DescribeBrokerResponse" : {
1792      "type" : "structure",
1793      "members" : {
1794        "AuthenticationStrategy" : {
1795          "shape" : "AuthenticationStrategy",
1796          "locationName" : "authenticationStrategy",
1797          "documentation" : "<p>The authentication strategy used to secure the broker. The default is SIMPLE.</p>"
1798        },
1799        "AutoMinorVersionUpgrade" : {
1800          "shape" : "__boolean",
1801          "locationName" : "autoMinorVersionUpgrade",
1802          "documentation" : "<p>Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.</p>"
1803        },
1804        "BrokerArn" : {
1805          "shape" : "__string",
1806          "locationName" : "brokerArn",
1807          "documentation" : "<p>The broker's Amazon Resource Name (ARN).</p>"
1808        },
1809        "BrokerId" : {
1810          "shape" : "__string",
1811          "locationName" : "brokerId",
1812          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
1813        },
1814        "BrokerInstances" : {
1815          "shape" : "__listOfBrokerInstance",
1816          "locationName" : "brokerInstances",
1817          "documentation" : "<p>A list of information about allocated brokers.</p>"
1818        },
1819        "BrokerName" : {
1820          "shape" : "__string",
1821          "locationName" : "brokerName",
1822          "documentation" : "<p>The broker's name. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.</p>"
1823        },
1824        "BrokerState" : {
1825          "shape" : "BrokerState",
1826          "locationName" : "brokerState",
1827          "documentation" : "<p>The broker's status.</p>"
1828        },
1829        "Configurations" : {
1830          "shape" : "Configurations",
1831          "locationName" : "configurations",
1832          "documentation" : "<p>The list of all revisions for the specified configuration.</p>"
1833        },
1834        "Created" : {
1835          "shape" : "__timestampIso8601",
1836          "locationName" : "created",
1837          "documentation" : "<p>The time when the broker was created.</p>"
1838        },
1839        "DeploymentMode" : {
1840          "shape" : "DeploymentMode",
1841          "locationName" : "deploymentMode",
1842          "documentation" : "<p>The broker's deployment mode.</p>"
1843        },
1844        "EncryptionOptions" : {
1845          "shape" : "EncryptionOptions",
1846          "locationName" : "encryptionOptions",
1847          "documentation" : "<p>Encryption options for the broker. Does not apply to RabbitMQ brokers.</p>"
1848        },
1849        "EngineType" : {
1850          "shape" : "EngineType",
1851          "locationName" : "engineType",
1852          "documentation" : "<p>The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>"
1853        },
1854        "EngineVersion" : {
1855          "shape" : "__string",
1856          "locationName" : "engineVersion",
1857          "documentation" : "<p>The broker engine's version. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1858        },
1859        "HostInstanceType" : {
1860          "shape" : "__string",
1861          "locationName" : "hostInstanceType",
1862          "documentation" : "<p>The broker's instance type.</p>"
1863        },
1864        "LdapServerMetadata" : {
1865          "shape" : "LdapServerMetadataOutput",
1866          "locationName" : "ldapServerMetadata",
1867          "documentation" : "<p>The metadata of the LDAP server used to authenticate and authorize connections to the broker.</p>"
1868        },
1869        "Logs" : {
1870          "shape" : "LogsSummary",
1871          "locationName" : "logs",
1872          "documentation" : "<p>The list of information about logs currently enabled and pending to be deployed for the specified broker.</p>"
1873        },
1874        "MaintenanceWindowStartTime" : {
1875          "shape" : "WeeklyStartTime",
1876          "locationName" : "maintenanceWindowStartTime",
1877          "documentation" : "<p>The parameters that determine the WeeklyStartTime.</p>"
1878        },
1879        "PendingAuthenticationStrategy" : {
1880          "shape" : "AuthenticationStrategy",
1881          "locationName" : "pendingAuthenticationStrategy",
1882          "documentation" : "<p>The authentication strategy that will be applied when the broker is rebooted. The default is SIMPLE.</p>"
1883        },
1884        "PendingEngineVersion" : {
1885          "shape" : "__string",
1886          "locationName" : "pendingEngineVersion",
1887          "documentation" : "<p>The broker engine version to upgrade to. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1888        },
1889        "PendingHostInstanceType" : {
1890          "shape" : "__string",
1891          "locationName" : "pendingHostInstanceType",
1892          "documentation" : "<p>The broker's host instance type to upgrade to. For a list of supported instance types, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types\">Broker instance types</a>.</p>"
1893        },
1894        "PendingLdapServerMetadata" : {
1895          "shape" : "LdapServerMetadataOutput",
1896          "locationName" : "pendingLdapServerMetadata",
1897          "documentation" : "<p>The metadata of the LDAP server that will be used to authenticate and authorize connections to the broker after it is rebooted.</p>"
1898        },
1899        "PendingSecurityGroups" : {
1900          "shape" : "__listOf__string",
1901          "locationName" : "pendingSecurityGroups",
1902          "documentation" : "<p>The list of pending security groups to authorize connections to brokers.</p>"
1903        },
1904        "PubliclyAccessible" : {
1905          "shape" : "__boolean",
1906          "locationName" : "publiclyAccessible",
1907          "documentation" : "<p>Enables connections from applications outside of the VPC that hosts the broker's subnets.</p>"
1908        },
1909        "SecurityGroups" : {
1910          "shape" : "__listOf__string",
1911          "locationName" : "securityGroups",
1912          "documentation" : "<p>The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.</p>"
1913        },
1914        "StorageType" : {
1915          "shape" : "BrokerStorageType",
1916          "locationName" : "storageType",
1917          "documentation" : "<p>The broker's storage type.</p>"
1918        },
1919        "SubnetIds" : {
1920          "shape" : "__listOf__string",
1921          "locationName" : "subnetIds",
1922          "documentation" : "<p>The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.</p>"
1923        },
1924        "Tags" : {
1925          "shape" : "__mapOf__string",
1926          "locationName" : "tags",
1927          "documentation" : "<p>The list of all tags associated with this broker.</p>"
1928        },
1929        "Users" : {
1930          "shape" : "__listOfUserSummary",
1931          "locationName" : "users",
1932          "documentation" : "<p>The list of all broker usernames for the specified broker.</p>"
1933        }
1934      }
1935    },
1936    "DescribeConfigurationRequest" : {
1937      "type" : "structure",
1938      "members" : {
1939        "ConfigurationId" : {
1940          "shape" : "__string",
1941          "location" : "uri",
1942          "locationName" : "configuration-id",
1943          "documentation" : "<p>The unique ID that Amazon MQ generates for the configuration.</p>"
1944        }
1945      },
1946      "required" : [ "ConfigurationId" ]
1947    },
1948    "DescribeConfigurationResponse" : {
1949      "type" : "structure",
1950      "members" : {
1951        "Arn" : {
1952          "shape" : "__string",
1953          "locationName" : "arn",
1954          "documentation" : "<p>Required. The ARN of the configuration.</p>"
1955        },
1956        "AuthenticationStrategy" : {
1957          "shape" : "AuthenticationStrategy",
1958          "locationName" : "authenticationStrategy",
1959          "documentation" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>"
1960        },
1961        "Created" : {
1962          "shape" : "__timestampIso8601",
1963          "locationName" : "created",
1964          "documentation" : "<p>Required. The date and time of the configuration revision.</p>"
1965        },
1966        "Description" : {
1967          "shape" : "__string",
1968          "locationName" : "description",
1969          "documentation" : "<p>Required. The description of the configuration.</p>"
1970        },
1971        "EngineType" : {
1972          "shape" : "EngineType",
1973          "locationName" : "engineType",
1974          "documentation" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>"
1975        },
1976        "EngineVersion" : {
1977          "shape" : "__string",
1978          "locationName" : "engineVersion",
1979          "documentation" : "<p>Required. The broker engine's version. For a list of supported engine versions, see, <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
1980        },
1981        "Id" : {
1982          "shape" : "__string",
1983          "locationName" : "id",
1984          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
1985        },
1986        "LatestRevision" : {
1987          "shape" : "ConfigurationRevision",
1988          "locationName" : "latestRevision",
1989          "documentation" : "<p>Required. The latest revision of the configuration.</p>"
1990        },
1991        "Name" : {
1992          "shape" : "__string",
1993          "locationName" : "name",
1994          "documentation" : "<p>Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.</p>"
1995        },
1996        "Tags" : {
1997          "shape" : "__mapOf__string",
1998          "locationName" : "tags",
1999          "documentation" : "<p>The list of all tags associated with this configuration.</p>"
2000        }
2001      }
2002    },
2003    "DescribeConfigurationRevisionOutput" : {
2004      "type" : "structure",
2005      "members" : {
2006        "ConfigurationId" : {
2007          "shape" : "__string",
2008          "locationName" : "configurationId",
2009          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
2010        },
2011        "Created" : {
2012          "shape" : "__timestampIso8601",
2013          "locationName" : "created",
2014          "documentation" : "<p>Required. The date and time of the configuration.</p>"
2015        },
2016        "Data" : {
2017          "shape" : "__string",
2018          "locationName" : "data",
2019          "documentation" : "<p>Required. The base64-encoded XML configuration.</p>"
2020        },
2021        "Description" : {
2022          "shape" : "__string",
2023          "locationName" : "description",
2024          "documentation" : "<p>The description of the configuration.</p>"
2025        }
2026      },
2027      "documentation" : "<p>Returns the specified configuration revision for the specified configuration.</p>",
2028      "required" : [ "Data", "ConfigurationId", "Created" ]
2029    },
2030    "DescribeConfigurationRevisionRequest" : {
2031      "type" : "structure",
2032      "members" : {
2033        "ConfigurationId" : {
2034          "shape" : "__string",
2035          "location" : "uri",
2036          "locationName" : "configuration-id",
2037          "documentation" : "<p>The unique ID that Amazon MQ generates for the configuration.</p>"
2038        },
2039        "ConfigurationRevision" : {
2040          "shape" : "__string",
2041          "location" : "uri",
2042          "locationName" : "configuration-revision",
2043          "documentation" : "<p>The revision of the configuration.</p>"
2044        }
2045      },
2046      "required" : [ "ConfigurationRevision", "ConfigurationId" ]
2047    },
2048    "DescribeConfigurationRevisionResponse" : {
2049      "type" : "structure",
2050      "members" : {
2051        "ConfigurationId" : {
2052          "shape" : "__string",
2053          "locationName" : "configurationId",
2054          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
2055        },
2056        "Created" : {
2057          "shape" : "__timestampIso8601",
2058          "locationName" : "created",
2059          "documentation" : "<p>Required. The date and time of the configuration.</p>"
2060        },
2061        "Data" : {
2062          "shape" : "__string",
2063          "locationName" : "data",
2064          "documentation" : "<p>Required. The base64-encoded XML configuration.</p>"
2065        },
2066        "Description" : {
2067          "shape" : "__string",
2068          "locationName" : "description",
2069          "documentation" : "<p>The description of the configuration.</p>"
2070        }
2071      }
2072    },
2073    "DescribeUserOutput" : {
2074      "type" : "structure",
2075      "members" : {
2076        "BrokerId" : {
2077          "shape" : "__string",
2078          "locationName" : "brokerId",
2079          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>"
2080        },
2081        "ConsoleAccess" : {
2082          "shape" : "__boolean",
2083          "locationName" : "consoleAccess",
2084          "documentation" : "<p>Enables access to the the ActiveMQ Web Console for the ActiveMQ user.</p>"
2085        },
2086        "Groups" : {
2087          "shape" : "__listOf__string",
2088          "locationName" : "groups",
2089          "documentation" : "<p>The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
2090        },
2091        "Pending" : {
2092          "shape" : "UserPendingChanges",
2093          "locationName" : "pending",
2094          "documentation" : "<p>The status of the changes pending for the ActiveMQ user.</p>"
2095        },
2096        "Username" : {
2097          "shape" : "__string",
2098          "locationName" : "username",
2099          "documentation" : "<p>Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
2100        }
2101      },
2102      "documentation" : "<p>Returns information about an ActiveMQ user.</p>",
2103      "required" : [ "Username", "BrokerId" ]
2104    },
2105    "DescribeUserRequest" : {
2106      "type" : "structure",
2107      "members" : {
2108        "BrokerId" : {
2109          "shape" : "__string",
2110          "location" : "uri",
2111          "locationName" : "broker-id",
2112          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
2113        },
2114        "Username" : {
2115          "shape" : "__string",
2116          "location" : "uri",
2117          "locationName" : "username",
2118          "documentation" : "<p>The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
2119        }
2120      },
2121      "required" : [ "Username", "BrokerId" ]
2122    },
2123    "DescribeUserResponse" : {
2124      "type" : "structure",
2125      "members" : {
2126        "BrokerId" : {
2127          "shape" : "__string",
2128          "locationName" : "brokerId",
2129          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>"
2130        },
2131        "ConsoleAccess" : {
2132          "shape" : "__boolean",
2133          "locationName" : "consoleAccess",
2134          "documentation" : "<p>Enables access to the the ActiveMQ Web Console for the ActiveMQ user.</p>"
2135        },
2136        "Groups" : {
2137          "shape" : "__listOf__string",
2138          "locationName" : "groups",
2139          "documentation" : "<p>The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
2140        },
2141        "Pending" : {
2142          "shape" : "UserPendingChanges",
2143          "locationName" : "pending",
2144          "documentation" : "<p>The status of the changes pending for the ActiveMQ user.</p>"
2145        },
2146        "Username" : {
2147          "shape" : "__string",
2148          "locationName" : "username",
2149          "documentation" : "<p>Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
2150        }
2151      }
2152    },
2153    "EncryptionOptions" : {
2154      "type" : "structure",
2155      "members" : {
2156        "KmsKeyId" : {
2157          "shape" : "__string",
2158          "locationName" : "kmsKeyId",
2159          "documentation" : "<p>The customer master key (CMK) to use for the AWS Key Management Service (KMS). This key is used to encrypt your data at rest. If not provided, Amazon MQ will use a default CMK to encrypt your data.</p>"
2160        },
2161        "UseAwsOwnedKey" : {
2162          "shape" : "__boolean",
2163          "locationName" : "useAwsOwnedKey",
2164          "documentation" : "<p>Enables the use of an AWS owned CMK using AWS Key Management Service (KMS). Set to true by default, if no value is provided, for example, for RabbitMQ brokers.</p>"
2165        }
2166      },
2167      "documentation" : "<important><p>Does not apply to RabbitMQ brokers.</p></important> <p>Encryption options for the broker.</p>",
2168      "required" : [ "UseAwsOwnedKey" ]
2169    },
2170    "EngineType" : {
2171      "type" : "string",
2172      "documentation" : "<p>The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.</p>",
2173      "enum" : [ "ACTIVEMQ", "RABBITMQ" ]
2174    },
2175    "EngineVersion" : {
2176      "type" : "structure",
2177      "members" : {
2178        "Name" : {
2179          "shape" : "__string",
2180          "locationName" : "name",
2181          "documentation" : "<p>Id for the version.</p>"
2182        }
2183      },
2184      "documentation" : "<p>Id of the engine version.</p>"
2185    },
2186    "Error" : {
2187      "type" : "structure",
2188      "members" : {
2189        "ErrorAttribute" : {
2190          "shape" : "__string",
2191          "locationName" : "errorAttribute",
2192          "documentation" : "<p>The attribute which caused the error.</p>"
2193        },
2194        "Message" : {
2195          "shape" : "__string",
2196          "locationName" : "message",
2197          "documentation" : "<p>The explanation of the error.</p>"
2198        }
2199      },
2200      "documentation" : "<p>Returns information about an error.</p>"
2201    },
2202    "ForbiddenException" : {
2203      "type" : "structure",
2204      "members" : {
2205        "ErrorAttribute" : {
2206          "shape" : "__string",
2207          "locationName" : "errorAttribute",
2208          "documentation" : "<p>The attribute which caused the error.</p>"
2209        },
2210        "Message" : {
2211          "shape" : "__string",
2212          "locationName" : "message",
2213          "documentation" : "<p>The explanation of the error.</p>"
2214        }
2215      },
2216      "documentation" : "<p>Returns information about an error.</p>",
2217      "exception" : true,
2218      "error" : {
2219        "httpStatusCode" : 403
2220      }
2221    },
2222    "InternalServerErrorException" : {
2223      "type" : "structure",
2224      "members" : {
2225        "ErrorAttribute" : {
2226          "shape" : "__string",
2227          "locationName" : "errorAttribute",
2228          "documentation" : "<p>The attribute which caused the error.</p>"
2229        },
2230        "Message" : {
2231          "shape" : "__string",
2232          "locationName" : "message",
2233          "documentation" : "<p>The explanation of the error.</p>"
2234        }
2235      },
2236      "documentation" : "<p>Returns information about an error.</p>",
2237      "exception" : true,
2238      "error" : {
2239        "httpStatusCode" : 500
2240      }
2241    },
2242    "LdapServerMetadataInput" : {
2243      "type" : "structure",
2244      "members" : {
2245        "Hosts" : {
2246          "shape" : "__listOf__string",
2247          "locationName" : "hosts",
2248          "documentation" : "<p>Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.</p>"
2249        },
2250        "RoleBase" : {
2251          "shape" : "__string",
2252          "locationName" : "roleBase",
2253          "documentation" : "<p>The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, ou=group, ou=corp, dc=corp,\n                  dc=example, dc=com.</p>"
2254        },
2255        "RoleName" : {
2256          "shape" : "__string",
2257          "locationName" : "roleName",
2258          "documentation" : "<p>Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.</p>"
2259        },
2260        "RoleSearchMatching" : {
2261          "shape" : "__string",
2262          "locationName" : "roleSearchMatching",
2263          "documentation" : "<p>The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the {0} placeholder in the search filter. The client's username is substituted into the {1} placeholder. For example, if you set this option to (member=uid={1})for the user janedoe, the search filter becomes (member=uid=janedoe) after string substitution. It matches all role entries that have a member attribute equal to uid=janedoe under the subtree selected by the roleBase.</p>"
2264        },
2265        "RoleSearchSubtree" : {
2266          "shape" : "__boolean",
2267          "locationName" : "roleSearchSubtree",
2268          "documentation" : "<p>The directory search scope for the role. If set to true, scope is to search the entire subtree.</p>"
2269        },
2270        "ServiceAccountPassword" : {
2271          "shape" : "__string",
2272          "locationName" : "serviceAccountPassword",
2273          "documentation" : "<p>Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, cn=admin,dc=corp, dc=example,\n                  dc=com.</p>"
2274        },
2275        "ServiceAccountUsername" : {
2276          "shape" : "__string",
2277          "locationName" : "serviceAccountUsername",
2278          "documentation" : "<p>Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, cn=admin,dc=corp, dc=example,\n                  dc=com.</p>"
2279        },
2280        "UserBase" : {
2281          "shape" : "__string",
2282          "locationName" : "userBase",
2283          "documentation" : "<p>Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to ou=Users,ou=corp, dc=corp,\n                  dc=example, dc=com, the search for user entries is restricted to the subtree beneath ou=Users, ou=corp, dc=corp, dc=example, dc=com.</p>"
2284        },
2285        "UserRoleName" : {
2286          "shape" : "__string",
2287          "locationName" : "userRoleName",
2288          "documentation" : "<p>Specifies the name of the LDAP attribute for the user group membership.</p>"
2289        },
2290        "UserSearchMatching" : {
2291          "shape" : "__string",
2292          "locationName" : "userSearchMatching",
2293          "documentation" : "<p>The LDAP search filter used to find users within the userBase. The client's username is substituted into the {0} placeholder in the search filter. For example, if this option is set to (uid={0}) and the received username is janedoe, the search filter becomes (uid=janedoe) after string substitution. It will result in matching an entry like uid=janedoe, ou=Users,ou=corp, dc=corp, dc=example,\n                  dc=com.</p>"
2294        },
2295        "UserSearchSubtree" : {
2296          "shape" : "__boolean",
2297          "locationName" : "userSearchSubtree",
2298          "documentation" : "<p>The directory search scope for the user. If set to true, scope is to search the entire subtree.</p>"
2299        }
2300      },
2301      "documentation" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker.</p> <important><p>Does not apply to RabbitMQ brokers.</p></important>",
2302      "required" : [ "Hosts", "UserSearchMatching", "UserBase", "RoleSearchMatching", "ServiceAccountUsername", "RoleBase", "ServiceAccountPassword" ]
2303    },
2304    "LdapServerMetadataOutput" : {
2305      "type" : "structure",
2306      "members" : {
2307        "Hosts" : {
2308          "shape" : "__listOf__string",
2309          "locationName" : "hosts",
2310          "documentation" : "<p>Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.</p>"
2311        },
2312        "RoleBase" : {
2313          "shape" : "__string",
2314          "locationName" : "roleBase",
2315          "documentation" : "<p>The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, ou=group, ou=corp, dc=corp,\n                  dc=example, dc=com.</p>"
2316        },
2317        "RoleName" : {
2318          "shape" : "__string",
2319          "locationName" : "roleName",
2320          "documentation" : "<p>Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.</p>"
2321        },
2322        "RoleSearchMatching" : {
2323          "shape" : "__string",
2324          "locationName" : "roleSearchMatching",
2325          "documentation" : "<p>The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the {0} placeholder in the search filter. The client's username is substituted into the {1} placeholder. For example, if you set this option to (member=uid={1})for the user janedoe, the search filter becomes (member=uid=janedoe) after string substitution. It matches all role entries that have a member attribute equal to uid=janedoe under the subtree selected by the roleBase.</p>"
2326        },
2327        "RoleSearchSubtree" : {
2328          "shape" : "__boolean",
2329          "locationName" : "roleSearchSubtree",
2330          "documentation" : "<p>The directory search scope for the role. If set to true, scope is to search the entire subtree.</p>"
2331        },
2332        "ServiceAccountUsername" : {
2333          "shape" : "__string",
2334          "locationName" : "serviceAccountUsername",
2335          "documentation" : "<p>Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, cn=admin,dc=corp, dc=example,\n                  dc=com.</p>"
2336        },
2337        "UserBase" : {
2338          "shape" : "__string",
2339          "locationName" : "userBase",
2340          "documentation" : "<p>Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to ou=Users,ou=corp, dc=corp,\n                  dc=example, dc=com, the search for user entries is restricted to the subtree beneath ou=Users, ou=corp, dc=corp, dc=example, dc=com.</p>"
2341        },
2342        "UserRoleName" : {
2343          "shape" : "__string",
2344          "locationName" : "userRoleName",
2345          "documentation" : "<p>Specifies the name of the LDAP attribute for the user group membership.</p>"
2346        },
2347        "UserSearchMatching" : {
2348          "shape" : "__string",
2349          "locationName" : "userSearchMatching",
2350          "documentation" : "<p>The LDAP search filter used to find users within the userBase. The client's username is substituted into the {0} placeholder in the search filter. For example, if this option is set to (uid={0}) and the received username is janedoe, the search filter becomes (uid=janedoe) after string substitution. It will result in matching an entry like uid=janedoe, ou=Users,ou=corp, dc=corp, dc=example,\n               dc=com.</p>"
2351        },
2352        "UserSearchSubtree" : {
2353          "shape" : "__boolean",
2354          "locationName" : "userSearchSubtree",
2355          "documentation" : "<p>The directory search scope for the user. If set to true, scope is to search the entire subtree.</p>"
2356        }
2357      },
2358      "documentation" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker.</p>",
2359      "required" : [ "Hosts", "UserSearchMatching", "UserBase", "RoleSearchMatching", "ServiceAccountUsername", "RoleBase" ]
2360    },
2361    "ListBrokersOutput" : {
2362      "type" : "structure",
2363      "members" : {
2364        "BrokerSummaries" : {
2365          "shape" : "__listOfBrokerSummary",
2366          "locationName" : "brokerSummaries",
2367          "documentation" : "<p>A list of information about all brokers.</p>"
2368        },
2369        "NextToken" : {
2370          "shape" : "__string",
2371          "locationName" : "nextToken",
2372          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2373        }
2374      }
2375    },
2376    "ListBrokersRequest" : {
2377      "type" : "structure",
2378      "members" : {
2379        "MaxResults" : {
2380          "shape" : "MaxResults",
2381          "location" : "querystring",
2382          "locationName" : "maxResults",
2383          "documentation" : "<p>The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.</p>"
2384        },
2385        "NextToken" : {
2386          "shape" : "__string",
2387          "location" : "querystring",
2388          "locationName" : "nextToken",
2389          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2390        }
2391      }
2392    },
2393    "ListBrokersResponse" : {
2394      "type" : "structure",
2395      "members" : {
2396        "BrokerSummaries" : {
2397          "shape" : "__listOfBrokerSummary",
2398          "locationName" : "brokerSummaries",
2399          "documentation" : "<p>A list of information about all brokers.</p>"
2400        },
2401        "NextToken" : {
2402          "shape" : "__string",
2403          "locationName" : "nextToken",
2404          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2405        }
2406      }
2407    },
2408    "ListConfigurationRevisionsOutput" : {
2409      "type" : "structure",
2410      "members" : {
2411        "ConfigurationId" : {
2412          "shape" : "__string",
2413          "locationName" : "configurationId",
2414          "documentation" : "<p>The unique ID that Amazon MQ generates for the configuration.</p>"
2415        },
2416        "MaxResults" : {
2417          "shape" : "__integer",
2418          "locationName" : "maxResults",
2419          "documentation" : "<p>The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.</p>"
2420        },
2421        "NextToken" : {
2422          "shape" : "__string",
2423          "locationName" : "nextToken",
2424          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2425        },
2426        "Revisions" : {
2427          "shape" : "__listOfConfigurationRevision",
2428          "locationName" : "revisions",
2429          "documentation" : "<p>The list of all revisions for the specified configuration.</p>"
2430        }
2431      },
2432      "documentation" : "<p>Returns a list of all revisions for the specified configuration.</p>"
2433    },
2434    "ListConfigurationRevisionsRequest" : {
2435      "type" : "structure",
2436      "members" : {
2437        "ConfigurationId" : {
2438          "shape" : "__string",
2439          "location" : "uri",
2440          "locationName" : "configuration-id",
2441          "documentation" : "<p>The unique ID that Amazon MQ generates for the configuration.</p>"
2442        },
2443        "MaxResults" : {
2444          "shape" : "MaxResults",
2445          "location" : "querystring",
2446          "locationName" : "maxResults",
2447          "documentation" : "<p>The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.</p>"
2448        },
2449        "NextToken" : {
2450          "shape" : "__string",
2451          "location" : "querystring",
2452          "locationName" : "nextToken",
2453          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2454        }
2455      },
2456      "required" : [ "ConfigurationId" ]
2457    },
2458    "ListConfigurationRevisionsResponse" : {
2459      "type" : "structure",
2460      "members" : {
2461        "ConfigurationId" : {
2462          "shape" : "__string",
2463          "locationName" : "configurationId",
2464          "documentation" : "<p>The unique ID that Amazon MQ generates for the configuration.</p>"
2465        },
2466        "MaxResults" : {
2467          "shape" : "__integer",
2468          "locationName" : "maxResults",
2469          "documentation" : "<p>The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.</p>"
2470        },
2471        "NextToken" : {
2472          "shape" : "__string",
2473          "locationName" : "nextToken",
2474          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2475        },
2476        "Revisions" : {
2477          "shape" : "__listOfConfigurationRevision",
2478          "locationName" : "revisions",
2479          "documentation" : "<p>The list of all revisions for the specified configuration.</p>"
2480        }
2481      }
2482    },
2483    "ListConfigurationsOutput" : {
2484      "type" : "structure",
2485      "members" : {
2486        "Configurations" : {
2487          "shape" : "__listOfConfiguration",
2488          "locationName" : "configurations",
2489          "documentation" : "<p>The list of all revisions for the specified configuration.</p>"
2490        },
2491        "MaxResults" : {
2492          "shape" : "__integer",
2493          "locationName" : "maxResults",
2494          "documentation" : "<p>The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.</p>"
2495        },
2496        "NextToken" : {
2497          "shape" : "__string",
2498          "locationName" : "nextToken",
2499          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2500        }
2501      },
2502      "documentation" : "<p>Returns a list of all configurations.</p>"
2503    },
2504    "ListConfigurationsRequest" : {
2505      "type" : "structure",
2506      "members" : {
2507        "MaxResults" : {
2508          "shape" : "MaxResults",
2509          "location" : "querystring",
2510          "locationName" : "maxResults",
2511          "documentation" : "<p>The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.</p>"
2512        },
2513        "NextToken" : {
2514          "shape" : "__string",
2515          "location" : "querystring",
2516          "locationName" : "nextToken",
2517          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2518        }
2519      }
2520    },
2521    "ListConfigurationsResponse" : {
2522      "type" : "structure",
2523      "members" : {
2524        "Configurations" : {
2525          "shape" : "__listOfConfiguration",
2526          "locationName" : "configurations",
2527          "documentation" : "<p>The list of all revisions for the specified configuration.</p>"
2528        },
2529        "MaxResults" : {
2530          "shape" : "__integer",
2531          "locationName" : "maxResults",
2532          "documentation" : "<p>The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.</p>"
2533        },
2534        "NextToken" : {
2535          "shape" : "__string",
2536          "locationName" : "nextToken",
2537          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2538        }
2539      }
2540    },
2541    "ListTagsRequest" : {
2542      "type" : "structure",
2543      "members" : {
2544        "ResourceArn" : {
2545          "shape" : "__string",
2546          "location" : "uri",
2547          "locationName" : "resource-arn",
2548          "documentation" : "<p>The Amazon Resource Name (ARN) of the resource tag.</p>"
2549        }
2550      },
2551      "required" : [ "ResourceArn" ]
2552    },
2553    "ListTagsResponse" : {
2554      "type" : "structure",
2555      "members" : {
2556        "Tags" : {
2557          "shape" : "__mapOf__string",
2558          "locationName" : "tags",
2559          "documentation" : "<p>The key-value pair for the resource tag.</p>"
2560        }
2561      }
2562    },
2563    "ListUsersOutput" : {
2564      "type" : "structure",
2565      "members" : {
2566        "BrokerId" : {
2567          "shape" : "__string",
2568          "locationName" : "brokerId",
2569          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>"
2570        },
2571        "MaxResults" : {
2572          "shape" : "__integerMin5Max100",
2573          "locationName" : "maxResults",
2574          "documentation" : "<p>Required. The maximum number of ActiveMQ users that can be returned per page (20 by default). This value must be an integer from 5 to 100.</p>"
2575        },
2576        "NextToken" : {
2577          "shape" : "__string",
2578          "locationName" : "nextToken",
2579          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2580        },
2581        "Users" : {
2582          "shape" : "__listOfUserSummary",
2583          "locationName" : "users",
2584          "documentation" : "<p>Required. The list of all ActiveMQ usernames for the specified broker. Does not apply to RabbitMQ brokers.</p>"
2585        }
2586      },
2587      "documentation" : "<p>Returns a list of all ActiveMQ users.</p>",
2588      "required" : [ "BrokerId", "MaxResults", "Users" ]
2589    },
2590    "ListUsersRequest" : {
2591      "type" : "structure",
2592      "members" : {
2593        "BrokerId" : {
2594          "shape" : "__string",
2595          "location" : "uri",
2596          "locationName" : "broker-id",
2597          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
2598        },
2599        "MaxResults" : {
2600          "shape" : "MaxResults",
2601          "location" : "querystring",
2602          "locationName" : "maxResults",
2603          "documentation" : "<p>The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.</p>"
2604        },
2605        "NextToken" : {
2606          "shape" : "__string",
2607          "location" : "querystring",
2608          "locationName" : "nextToken",
2609          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2610        }
2611      },
2612      "required" : [ "BrokerId" ]
2613    },
2614    "ListUsersResponse" : {
2615      "type" : "structure",
2616      "members" : {
2617        "BrokerId" : {
2618          "shape" : "__string",
2619          "locationName" : "brokerId",
2620          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>"
2621        },
2622        "MaxResults" : {
2623          "shape" : "__integerMin5Max100",
2624          "locationName" : "maxResults",
2625          "documentation" : "<p>Required. The maximum number of ActiveMQ users that can be returned per page (20 by default). This value must be an integer from 5 to 100.</p>"
2626        },
2627        "NextToken" : {
2628          "shape" : "__string",
2629          "locationName" : "nextToken",
2630          "documentation" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>"
2631        },
2632        "Users" : {
2633          "shape" : "__listOfUserSummary",
2634          "locationName" : "users",
2635          "documentation" : "<p>Required. The list of all ActiveMQ usernames for the specified broker. Does not apply to RabbitMQ brokers.</p>"
2636        }
2637      }
2638    },
2639    "Logs" : {
2640      "type" : "structure",
2641      "members" : {
2642        "Audit" : {
2643          "shape" : "__boolean",
2644          "locationName" : "audit",
2645          "documentation" : "<p>Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.</p>"
2646        },
2647        "General" : {
2648          "shape" : "__boolean",
2649          "locationName" : "general",
2650          "documentation" : "<p>Enables general logging.</p>"
2651        }
2652      },
2653      "documentation" : "<p>The list of information about logs to be enabled for the specified broker.</p>"
2654    },
2655    "LogsSummary" : {
2656      "type" : "structure",
2657      "members" : {
2658        "Audit" : {
2659          "shape" : "__boolean",
2660          "locationName" : "audit",
2661          "documentation" : "<p>Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.</p>"
2662        },
2663        "AuditLogGroup" : {
2664          "shape" : "__string",
2665          "locationName" : "auditLogGroup",
2666          "documentation" : "<p>The location of the CloudWatch Logs log group where audit logs are sent.</p>"
2667        },
2668        "General" : {
2669          "shape" : "__boolean",
2670          "locationName" : "general",
2671          "documentation" : "<p>Enables general logging.</p>"
2672        },
2673        "GeneralLogGroup" : {
2674          "shape" : "__string",
2675          "locationName" : "generalLogGroup",
2676          "documentation" : "<p>The location of the CloudWatch Logs log group where general logs are sent.</p>"
2677        },
2678        "Pending" : {
2679          "shape" : "PendingLogs",
2680          "locationName" : "pending",
2681          "documentation" : "<p>The list of information about logs pending to be deployed for the specified broker.</p>"
2682        }
2683      },
2684      "documentation" : "<p>The list of information about logs currently enabled and pending to be deployed for the specified broker.</p>",
2685      "required" : [ "GeneralLogGroup", "General" ]
2686    },
2687    "MaxResults" : {
2688      "type" : "integer",
2689      "min" : 1,
2690      "max" : 100
2691    },
2692    "NotFoundException" : {
2693      "type" : "structure",
2694      "members" : {
2695        "ErrorAttribute" : {
2696          "shape" : "__string",
2697          "locationName" : "errorAttribute",
2698          "documentation" : "<p>The attribute which caused the error.</p>"
2699        },
2700        "Message" : {
2701          "shape" : "__string",
2702          "locationName" : "message",
2703          "documentation" : "<p>The explanation of the error.</p>"
2704        }
2705      },
2706      "documentation" : "<p>Returns information about an error.</p>",
2707      "exception" : true,
2708      "error" : {
2709        "httpStatusCode" : 404
2710      }
2711    },
2712    "PendingLogs" : {
2713      "type" : "structure",
2714      "members" : {
2715        "Audit" : {
2716          "shape" : "__boolean",
2717          "locationName" : "audit",
2718          "documentation" : "<p>Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.</p>"
2719        },
2720        "General" : {
2721          "shape" : "__boolean",
2722          "locationName" : "general",
2723          "documentation" : "<p>Enables general logging.</p>"
2724        }
2725      },
2726      "documentation" : "<p>The list of information about logs to be enabled for the specified broker.</p>"
2727    },
2728    "RebootBrokerRequest" : {
2729      "type" : "structure",
2730      "members" : {
2731        "BrokerId" : {
2732          "shape" : "__string",
2733          "location" : "uri",
2734          "locationName" : "broker-id",
2735          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
2736        }
2737      },
2738      "required" : [ "BrokerId" ]
2739    },
2740    "RebootBrokerResponse" : {
2741      "type" : "structure",
2742      "members" : { }
2743    },
2744    "SanitizationWarning" : {
2745      "type" : "structure",
2746      "members" : {
2747        "AttributeName" : {
2748          "shape" : "__string",
2749          "locationName" : "attributeName",
2750          "documentation" : "<p>The name of the XML attribute that has been sanitized.</p>"
2751        },
2752        "ElementName" : {
2753          "shape" : "__string",
2754          "locationName" : "elementName",
2755          "documentation" : "<p>The name of the XML element that has been sanitized.</p>"
2756        },
2757        "Reason" : {
2758          "shape" : "SanitizationWarningReason",
2759          "locationName" : "reason",
2760          "documentation" : "<p>Required. The reason for which the XML elements or attributes were sanitized.</p>"
2761        }
2762      },
2763      "documentation" : "<p>Returns information about the XML element or attribute that was sanitized in the configuration.</p>",
2764      "required" : [ "Reason" ]
2765    },
2766    "SanitizationWarningReason" : {
2767      "type" : "string",
2768      "documentation" : "<p>The reason for which the XML elements or attributes were sanitized.</p>",
2769      "enum" : [ "DISALLOWED_ELEMENT_REMOVED", "DISALLOWED_ATTRIBUTE_REMOVED", "INVALID_ATTRIBUTE_VALUE_REMOVED" ]
2770    },
2771    "Tags" : {
2772      "type" : "structure",
2773      "members" : {
2774        "Tags" : {
2775          "shape" : "__mapOf__string",
2776          "locationName" : "tags",
2777          "documentation" : "<p>The key-value pair for the resource tag.</p>"
2778        }
2779      },
2780      "documentation" : "<p>A map of the key-value pairs for the resource tag.</p>"
2781    },
2782    "UnauthorizedException" : {
2783      "type" : "structure",
2784      "members" : {
2785        "ErrorAttribute" : {
2786          "shape" : "__string",
2787          "locationName" : "errorAttribute",
2788          "documentation" : "<p>The attribute which caused the error.</p>"
2789        },
2790        "Message" : {
2791          "shape" : "__string",
2792          "locationName" : "message",
2793          "documentation" : "<p>The explanation of the error.</p>"
2794        }
2795      },
2796      "documentation" : "<p>Returns information about an error.</p>",
2797      "exception" : true,
2798      "error" : {
2799        "httpStatusCode" : 401
2800      }
2801    },
2802    "UpdateBrokerInput" : {
2803      "type" : "structure",
2804      "members" : {
2805        "AuthenticationStrategy" : {
2806          "shape" : "AuthenticationStrategy",
2807          "locationName" : "authenticationStrategy",
2808          "documentation" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>"
2809        },
2810        "AutoMinorVersionUpgrade" : {
2811          "shape" : "__boolean",
2812          "locationName" : "autoMinorVersionUpgrade",
2813          "documentation" : "<p>Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.</p>"
2814        },
2815        "Configuration" : {
2816          "shape" : "ConfigurationId",
2817          "locationName" : "configuration",
2818          "documentation" : "<p>A list of information about the configuration.</p>"
2819        },
2820        "EngineVersion" : {
2821          "shape" : "__string",
2822          "locationName" : "engineVersion",
2823          "documentation" : "<p>The broker engine version. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
2824        },
2825        "HostInstanceType" : {
2826          "shape" : "__string",
2827          "locationName" : "hostInstanceType",
2828          "documentation" : "<p>The broker's host instance type to upgrade to. For a list of supported instance types, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types\">Broker instance types</a>.</p>"
2829        },
2830        "LdapServerMetadata" : {
2831          "shape" : "LdapServerMetadataInput",
2832          "locationName" : "ldapServerMetadata",
2833          "documentation" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>"
2834        },
2835        "Logs" : {
2836          "shape" : "Logs",
2837          "locationName" : "logs",
2838          "documentation" : "<p>Enables Amazon CloudWatch logging for brokers.</p>"
2839        },
2840        "MaintenanceWindowStartTime" : {
2841          "shape" : "WeeklyStartTime",
2842          "locationName" : "maintenanceWindowStartTime",
2843          "documentation" : "<p>The parameters that determine the WeeklyStartTime.</p>"
2844        },
2845        "SecurityGroups" : {
2846          "shape" : "__listOf__string",
2847          "locationName" : "securityGroups",
2848          "documentation" : "<p>The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.</p>"
2849        }
2850      },
2851      "documentation" : "<p>Updates the broker using the specified properties.</p>"
2852    },
2853    "UpdateBrokerOutput" : {
2854      "type" : "structure",
2855      "members" : {
2856        "AuthenticationStrategy" : {
2857          "shape" : "AuthenticationStrategy",
2858          "locationName" : "authenticationStrategy",
2859          "documentation" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>"
2860        },
2861        "AutoMinorVersionUpgrade" : {
2862          "shape" : "__boolean",
2863          "locationName" : "autoMinorVersionUpgrade",
2864          "documentation" : "<p>The new boolean value that specifies whether broker engines automatically upgrade to new minor versions as new versions are released and supported by Amazon MQ.</p>"
2865        },
2866        "BrokerId" : {
2867          "shape" : "__string",
2868          "locationName" : "brokerId",
2869          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>"
2870        },
2871        "Configuration" : {
2872          "shape" : "ConfigurationId",
2873          "locationName" : "configuration",
2874          "documentation" : "<p>The ID of the updated configuration.</p>"
2875        },
2876        "EngineVersion" : {
2877          "shape" : "__string",
2878          "locationName" : "engineVersion",
2879          "documentation" : "<p>The broker engine version to upgrade to. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
2880        },
2881        "HostInstanceType" : {
2882          "shape" : "__string",
2883          "locationName" : "hostInstanceType",
2884          "documentation" : "<p>The broker's host instance type to upgrade to. For a list of supported instance types, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types\">Broker instance types</a>.</p>"
2885        },
2886        "LdapServerMetadata" : {
2887          "shape" : "LdapServerMetadataOutput",
2888          "locationName" : "ldapServerMetadata",
2889          "documentation" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>"
2890        },
2891        "Logs" : {
2892          "shape" : "Logs",
2893          "locationName" : "logs",
2894          "documentation" : "<p>The list of information about logs to be enabled for the specified broker.</p>"
2895        },
2896        "MaintenanceWindowStartTime" : {
2897          "shape" : "WeeklyStartTime",
2898          "locationName" : "maintenanceWindowStartTime",
2899          "documentation" : "<p>The parameters that determine the WeeklyStartTime.</p>"
2900        },
2901        "SecurityGroups" : {
2902          "shape" : "__listOf__string",
2903          "locationName" : "securityGroups",
2904          "documentation" : "<p>The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.</p>"
2905        }
2906      },
2907      "documentation" : "<p>Returns information about the updated broker.</p>",
2908      "required" : [ "BrokerId" ]
2909    },
2910    "UpdateBrokerRequest" : {
2911      "type" : "structure",
2912      "members" : {
2913        "AuthenticationStrategy" : {
2914          "shape" : "AuthenticationStrategy",
2915          "locationName" : "authenticationStrategy",
2916          "documentation" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>"
2917        },
2918        "AutoMinorVersionUpgrade" : {
2919          "shape" : "__boolean",
2920          "locationName" : "autoMinorVersionUpgrade",
2921          "documentation" : "<p>Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.</p>"
2922        },
2923        "BrokerId" : {
2924          "shape" : "__string",
2925          "location" : "uri",
2926          "locationName" : "broker-id",
2927          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
2928        },
2929        "Configuration" : {
2930          "shape" : "ConfigurationId",
2931          "locationName" : "configuration",
2932          "documentation" : "<p>A list of information about the configuration.</p>"
2933        },
2934        "EngineVersion" : {
2935          "shape" : "__string",
2936          "locationName" : "engineVersion",
2937          "documentation" : "<p>The broker engine version. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
2938        },
2939        "HostInstanceType" : {
2940          "shape" : "__string",
2941          "locationName" : "hostInstanceType",
2942          "documentation" : "<p>The broker's host instance type to upgrade to. For a list of supported instance types, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types\">Broker instance types</a>.</p>"
2943        },
2944        "LdapServerMetadata" : {
2945          "shape" : "LdapServerMetadataInput",
2946          "locationName" : "ldapServerMetadata",
2947          "documentation" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>"
2948        },
2949        "Logs" : {
2950          "shape" : "Logs",
2951          "locationName" : "logs",
2952          "documentation" : "<p>Enables Amazon CloudWatch logging for brokers.</p>"
2953        },
2954        "MaintenanceWindowStartTime" : {
2955          "shape" : "WeeklyStartTime",
2956          "locationName" : "maintenanceWindowStartTime",
2957          "documentation" : "<p>The parameters that determine the WeeklyStartTime.</p>"
2958        },
2959        "SecurityGroups" : {
2960          "shape" : "__listOf__string",
2961          "locationName" : "securityGroups",
2962          "documentation" : "<p>The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.</p>"
2963        }
2964      },
2965      "documentation" : "<p>Updates the broker using the specified properties.</p>",
2966      "required" : [ "BrokerId" ]
2967    },
2968    "UpdateBrokerResponse" : {
2969      "type" : "structure",
2970      "members" : {
2971        "AuthenticationStrategy" : {
2972          "shape" : "AuthenticationStrategy",
2973          "locationName" : "authenticationStrategy",
2974          "documentation" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>"
2975        },
2976        "AutoMinorVersionUpgrade" : {
2977          "shape" : "__boolean",
2978          "locationName" : "autoMinorVersionUpgrade",
2979          "documentation" : "<p>The new boolean value that specifies whether broker engines automatically upgrade to new minor versions as new versions are released and supported by Amazon MQ.</p>"
2980        },
2981        "BrokerId" : {
2982          "shape" : "__string",
2983          "locationName" : "brokerId",
2984          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>"
2985        },
2986        "Configuration" : {
2987          "shape" : "ConfigurationId",
2988          "locationName" : "configuration",
2989          "documentation" : "<p>The ID of the updated configuration.</p>"
2990        },
2991        "EngineVersion" : {
2992          "shape" : "__string",
2993          "locationName" : "engineVersion",
2994          "documentation" : "<p>The broker engine version to upgrade to. For a list of supported engine versions, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html\">Supported engines</a>.</p>"
2995        },
2996        "HostInstanceType" : {
2997          "shape" : "__string",
2998          "locationName" : "hostInstanceType",
2999          "documentation" : "<p>The broker's host instance type to upgrade to. For a list of supported instance types, see <a href=\"https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types\">Broker instance types</a>.</p>"
3000        },
3001        "LdapServerMetadata" : {
3002          "shape" : "LdapServerMetadataOutput",
3003          "locationName" : "ldapServerMetadata",
3004          "documentation" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>"
3005        },
3006        "Logs" : {
3007          "shape" : "Logs",
3008          "locationName" : "logs",
3009          "documentation" : "<p>The list of information about logs to be enabled for the specified broker.</p>"
3010        },
3011        "MaintenanceWindowStartTime" : {
3012          "shape" : "WeeklyStartTime",
3013          "locationName" : "maintenanceWindowStartTime",
3014          "documentation" : "<p>The parameters that determine the WeeklyStartTime.</p>"
3015        },
3016        "SecurityGroups" : {
3017          "shape" : "__listOf__string",
3018          "locationName" : "securityGroups",
3019          "documentation" : "<p>The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.</p>"
3020        }
3021      }
3022    },
3023    "UpdateConfigurationInput" : {
3024      "type" : "structure",
3025      "members" : {
3026        "Data" : {
3027          "shape" : "__string",
3028          "locationName" : "data",
3029          "documentation" : "<p>Required. The base64-encoded XML configuration.</p>"
3030        },
3031        "Description" : {
3032          "shape" : "__string",
3033          "locationName" : "description",
3034          "documentation" : "<p>The description of the configuration.</p>"
3035        }
3036      },
3037      "documentation" : "<p>Updates the specified configuration.</p>",
3038      "required" : [ "Data" ]
3039    },
3040    "UpdateConfigurationOutput" : {
3041      "type" : "structure",
3042      "members" : {
3043        "Arn" : {
3044          "shape" : "__string",
3045          "locationName" : "arn",
3046          "documentation" : "<p>Required. The Amazon Resource Name (ARN) of the configuration.</p>"
3047        },
3048        "Created" : {
3049          "shape" : "__timestampIso8601",
3050          "locationName" : "created",
3051          "documentation" : "<p>Required. The date and time of the configuration.</p>"
3052        },
3053        "Id" : {
3054          "shape" : "__string",
3055          "locationName" : "id",
3056          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
3057        },
3058        "LatestRevision" : {
3059          "shape" : "ConfigurationRevision",
3060          "locationName" : "latestRevision",
3061          "documentation" : "<p>The latest revision of the configuration.</p>"
3062        },
3063        "Name" : {
3064          "shape" : "__string",
3065          "locationName" : "name",
3066          "documentation" : "<p>Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.</p>"
3067        },
3068        "Warnings" : {
3069          "shape" : "__listOfSanitizationWarning",
3070          "locationName" : "warnings",
3071          "documentation" : "<p>The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.</p>"
3072        }
3073      },
3074      "documentation" : "<p>Returns information about the updated configuration.</p>",
3075      "required" : [ "Id", "Arn", "Name", "Created" ]
3076    },
3077    "UpdateConfigurationRequest" : {
3078      "type" : "structure",
3079      "members" : {
3080        "ConfigurationId" : {
3081          "shape" : "__string",
3082          "location" : "uri",
3083          "locationName" : "configuration-id",
3084          "documentation" : "<p>The unique ID that Amazon MQ generates for the configuration.</p>"
3085        },
3086        "Data" : {
3087          "shape" : "__string",
3088          "locationName" : "data",
3089          "documentation" : "<p>Required. The base64-encoded XML configuration.</p>"
3090        },
3091        "Description" : {
3092          "shape" : "__string",
3093          "locationName" : "description",
3094          "documentation" : "<p>The description of the configuration.</p>"
3095        }
3096      },
3097      "documentation" : "<p>Updates the specified configuration.</p>",
3098      "required" : [ "ConfigurationId", "Data" ]
3099    },
3100    "UpdateConfigurationResponse" : {
3101      "type" : "structure",
3102      "members" : {
3103        "Arn" : {
3104          "shape" : "__string",
3105          "locationName" : "arn",
3106          "documentation" : "<p>Required. The Amazon Resource Name (ARN) of the configuration.</p>"
3107        },
3108        "Created" : {
3109          "shape" : "__timestampIso8601",
3110          "locationName" : "created",
3111          "documentation" : "<p>Required. The date and time of the configuration.</p>"
3112        },
3113        "Id" : {
3114          "shape" : "__string",
3115          "locationName" : "id",
3116          "documentation" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>"
3117        },
3118        "LatestRevision" : {
3119          "shape" : "ConfigurationRevision",
3120          "locationName" : "latestRevision",
3121          "documentation" : "<p>The latest revision of the configuration.</p>"
3122        },
3123        "Name" : {
3124          "shape" : "__string",
3125          "locationName" : "name",
3126          "documentation" : "<p>Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.</p>"
3127        },
3128        "Warnings" : {
3129          "shape" : "__listOfSanitizationWarning",
3130          "locationName" : "warnings",
3131          "documentation" : "<p>The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.</p>"
3132        }
3133      }
3134    },
3135    "UpdateUserInput" : {
3136      "type" : "structure",
3137      "members" : {
3138        "ConsoleAccess" : {
3139          "shape" : "__boolean",
3140          "locationName" : "consoleAccess",
3141          "documentation" : "<p>Enables access to the the ActiveMQ Web Console for the ActiveMQ user.</p>"
3142        },
3143        "Groups" : {
3144          "shape" : "__listOf__string",
3145          "locationName" : "groups",
3146          "documentation" : "<p>The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
3147        },
3148        "Password" : {
3149          "shape" : "__string",
3150          "locationName" : "password",
3151          "documentation" : "<p>The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).</p>"
3152        }
3153      },
3154      "documentation" : "<p>Updates the information for an ActiveMQ user.</p>"
3155    },
3156    "UpdateUserRequest" : {
3157      "type" : "structure",
3158      "members" : {
3159        "BrokerId" : {
3160          "shape" : "__string",
3161          "location" : "uri",
3162          "locationName" : "broker-id",
3163          "documentation" : "<p>The unique ID that Amazon MQ generates for the broker.</p>"
3164        },
3165        "ConsoleAccess" : {
3166          "shape" : "__boolean",
3167          "locationName" : "consoleAccess",
3168          "documentation" : "<p>Enables access to the the ActiveMQ Web Console for the ActiveMQ user.</p>"
3169        },
3170        "Groups" : {
3171          "shape" : "__listOf__string",
3172          "locationName" : "groups",
3173          "documentation" : "<p>The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
3174        },
3175        "Password" : {
3176          "shape" : "__string",
3177          "locationName" : "password",
3178          "documentation" : "<p>The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).</p>"
3179        },
3180        "Username" : {
3181          "shape" : "__string",
3182          "location" : "uri",
3183          "locationName" : "username",
3184          "documentation" : "<p>The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
3185        }
3186      },
3187      "documentation" : "<p>Updates the information for an ActiveMQ user.</p>",
3188      "required" : [ "Username", "BrokerId" ]
3189    },
3190    "UpdateUserResponse" : {
3191      "type" : "structure",
3192      "members" : { }
3193    },
3194    "User" : {
3195      "type" : "structure",
3196      "members" : {
3197        "ConsoleAccess" : {
3198          "shape" : "__boolean",
3199          "locationName" : "consoleAccess",
3200          "documentation" : "<p>Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.</p>"
3201        },
3202        "Groups" : {
3203          "shape" : "__listOf__string",
3204          "locationName" : "groups",
3205          "documentation" : "<p>The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers.</p>"
3206        },
3207        "Password" : {
3208          "shape" : "__string",
3209          "locationName" : "password",
3210          "documentation" : "<p>Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).</p>"
3211        },
3212        "Username" : {
3213          "shape" : "__string",
3214          "locationName" : "username",
3215          "documentation" : "<p>important><title>Amazon MQ for ActiveMQ</title> <para>For ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>/important> <important><title>Amazon MQ for RabbitMQ</title> <p>For RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long.</p></important></para>"
3216        }
3217      },
3218      "documentation" : "<p>A user associated with the broker. For RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent broker users are created by making RabbitMQ API calls directly to brokers or via the RabbitMQ web console.</p>",
3219      "required" : [ "Username", "Password" ]
3220    },
3221    "UserPendingChanges" : {
3222      "type" : "structure",
3223      "members" : {
3224        "ConsoleAccess" : {
3225          "shape" : "__boolean",
3226          "locationName" : "consoleAccess",
3227          "documentation" : "<p>Enables access to the the ActiveMQ Web Console for the ActiveMQ user.</p>"
3228        },
3229        "Groups" : {
3230          "shape" : "__listOf__string",
3231          "locationName" : "groups",
3232          "documentation" : "<p>The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
3233        },
3234        "PendingChange" : {
3235          "shape" : "ChangeType",
3236          "locationName" : "pendingChange",
3237          "documentation" : "<p>Required. The type of change pending for the ActiveMQ user.</p>"
3238        }
3239      },
3240      "documentation" : "<p>Returns information about the status of the changes pending for the ActiveMQ user.</p>",
3241      "required" : [ "PendingChange" ]
3242    },
3243    "UserSummary" : {
3244      "type" : "structure",
3245      "members" : {
3246        "PendingChange" : {
3247          "shape" : "ChangeType",
3248          "locationName" : "pendingChange",
3249          "documentation" : "<p>The type of change pending for the broker user.</p>"
3250        },
3251        "Username" : {
3252          "shape" : "__string",
3253          "locationName" : "username",
3254          "documentation" : "<p>Required. The username of the broker user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.</p>"
3255        }
3256      },
3257      "documentation" : "<p>Returns a list of all broker users. Does not apply to RabbitMQ brokers.</p>",
3258      "required" : [ "Username" ]
3259    },
3260    "WeeklyStartTime" : {
3261      "type" : "structure",
3262      "members" : {
3263        "DayOfWeek" : {
3264          "shape" : "DayOfWeek",
3265          "locationName" : "dayOfWeek",
3266          "documentation" : "<p>Required. The day of the week.</p>"
3267        },
3268        "TimeOfDay" : {
3269          "shape" : "__string",
3270          "locationName" : "timeOfDay",
3271          "documentation" : "<p>Required. The time, in 24-hour format.</p>"
3272        },
3273        "TimeZone" : {
3274          "shape" : "__string",
3275          "locationName" : "timeZone",
3276          "documentation" : "<p>The time zone, UTC by default, in either the Country/City format, or the UTC offset format.</p>"
3277        }
3278      },
3279      "documentation" : "<p>The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.</p>",
3280      "required" : [ "TimeOfDay", "DayOfWeek" ]
3281    },
3282    "__boolean" : {
3283      "type" : "boolean"
3284    },
3285    "__double" : {
3286      "type" : "double"
3287    },
3288    "__integer" : {
3289      "type" : "integer"
3290    },
3291    "__integerMin5Max100" : {
3292      "type" : "integer",
3293      "min" : 5,
3294      "max" : 100
3295    },
3296    "__listOfAvailabilityZone" : {
3297      "type" : "list",
3298      "member" : {
3299        "shape" : "AvailabilityZone"
3300      }
3301    },
3302    "__listOfBrokerEngineType" : {
3303      "type" : "list",
3304      "member" : {
3305        "shape" : "BrokerEngineType"
3306      }
3307    },
3308    "__listOfBrokerInstance" : {
3309      "type" : "list",
3310      "member" : {
3311        "shape" : "BrokerInstance"
3312      }
3313    },
3314    "__listOfBrokerInstanceOption" : {
3315      "type" : "list",
3316      "member" : {
3317        "shape" : "BrokerInstanceOption"
3318      }
3319    },
3320    "__listOfBrokerSummary" : {
3321      "type" : "list",
3322      "member" : {
3323        "shape" : "BrokerSummary"
3324      }
3325    },
3326    "__listOfConfiguration" : {
3327      "type" : "list",
3328      "member" : {
3329        "shape" : "Configuration"
3330      }
3331    },
3332    "__listOfConfigurationId" : {
3333      "type" : "list",
3334      "member" : {
3335        "shape" : "ConfigurationId"
3336      }
3337    },
3338    "__listOfConfigurationRevision" : {
3339      "type" : "list",
3340      "member" : {
3341        "shape" : "ConfigurationRevision"
3342      }
3343    },
3344    "__listOfDeploymentMode" : {
3345      "type" : "list",
3346      "member" : {
3347        "shape" : "DeploymentMode"
3348      }
3349    },
3350    "__listOfEngineVersion" : {
3351      "type" : "list",
3352      "member" : {
3353        "shape" : "EngineVersion"
3354      }
3355    },
3356    "__listOfSanitizationWarning" : {
3357      "type" : "list",
3358      "member" : {
3359        "shape" : "SanitizationWarning"
3360      }
3361    },
3362    "__listOfUser" : {
3363      "type" : "list",
3364      "member" : {
3365        "shape" : "User"
3366      }
3367    },
3368    "__listOfUserSummary" : {
3369      "type" : "list",
3370      "member" : {
3371        "shape" : "UserSummary"
3372      }
3373    },
3374    "__listOf__string" : {
3375      "type" : "list",
3376      "member" : {
3377        "shape" : "__string"
3378      }
3379    },
3380    "__long" : {
3381      "type" : "long"
3382    },
3383    "__mapOf__string" : {
3384      "type" : "map",
3385      "key" : {
3386        "shape" : "__string"
3387      },
3388      "value" : {
3389        "shape" : "__string"
3390      }
3391    },
3392    "__string" : {
3393      "type" : "string"
3394    },
3395    "__timestampIso8601" : {
3396      "type" : "timestamp",
3397      "timestampFormat" : "iso8601"
3398    },
3399    "__timestampUnix" : {
3400      "type" : "timestamp",
3401      "timestampFormat" : "unixTimestamp"
3402    }
3403  },
3404  "authorizers" : {
3405    "authorization_strategy" : {
3406      "name" : "authorization_strategy",
3407      "type" : "provided",
3408      "placement" : {
3409        "location" : "header",
3410        "name" : "Authorization"
3411      }
3412    }
3413  },
3414  "documentation" : "<p>Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols.</p>"
3415}