|
646 | 646 | }
|
647 | 647 | },
|
648 | 648 | "shapes" : {
|
| 649 | + "ActionRequired" : { |
| 650 | + "type" : "structure", |
| 651 | + "members" : { |
| 652 | + "ActionRequiredCode" : { |
| 653 | + "shape" : "__string", |
| 654 | + "locationName" : "actionRequiredCode", |
| 655 | + "documentation" : "<p>The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state. You can find instructions by choosing the link for your code from the list of action required codes in <a href=\"https://docs.aws.amazon.com//latest/developer-guide/troubleshooting-action-required-codes.html\">Amazon MQ action required codes</a>. Each code references a topic with detailed information, instructions, and recommendations for how to resolve the issue and prevent future occurrences.</p>" |
| 656 | + }, |
| 657 | + "ActionRequiredInfo" : { |
| 658 | + "shape" : "__string", |
| 659 | + "locationName" : "actionRequiredInfo", |
| 660 | + "documentation" : "<p>Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.</p>" |
| 661 | + } |
| 662 | + }, |
| 663 | + "documentation" : "<p>The action required to resolve a broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.</p>" |
| 664 | + }, |
649 | 665 | "AuthenticationStrategy" : {
|
650 | 666 | "type" : "string",
|
651 | 667 | "documentation" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>",
|
|
802 | 818 | "BrokerState" : {
|
803 | 819 | "type" : "string",
|
804 | 820 | "documentation" : "<p>The broker's status.</p>",
|
805 |
| - "enum" : [ "CREATION_IN_PROGRESS", "CREATION_FAILED", "DELETION_IN_PROGRESS", "RUNNING", "REBOOT_IN_PROGRESS" ] |
| 821 | + "enum" : [ "CREATION_IN_PROGRESS", "CREATION_FAILED", "DELETION_IN_PROGRESS", "RUNNING", "REBOOT_IN_PROGRESS", "CRITICAL_ACTION_REQUIRED" ] |
806 | 822 | },
|
807 | 823 | "BrokerStorageType" : {
|
808 | 824 | "type" : "string",
|
|
1632 | 1648 | "DescribeBrokerOutput" : {
|
1633 | 1649 | "type" : "structure",
|
1634 | 1650 | "members" : {
|
| 1651 | + "ActionsRequired" : { |
| 1652 | + "shape" : "__listOfActionRequired", |
| 1653 | + "locationName" : "actionsRequired", |
| 1654 | + "documentation" : "<p>A list of actions required for a broker.</p>" |
| 1655 | + }, |
1635 | 1656 | "AuthenticationStrategy" : {
|
1636 | 1657 | "shape" : "AuthenticationStrategy",
|
1637 | 1658 | "locationName" : "authenticationStrategy",
|
|
1791 | 1812 | "DescribeBrokerResponse" : {
|
1792 | 1813 | "type" : "structure",
|
1793 | 1814 | "members" : {
|
| 1815 | + "ActionsRequired" : { |
| 1816 | + "shape" : "__listOfActionRequired", |
| 1817 | + "locationName" : "actionsRequired", |
| 1818 | + "documentation" : "<p>A list of actions required for a broker.</p>" |
| 1819 | + }, |
1794 | 1820 | "AuthenticationStrategy" : {
|
1795 | 1821 | "shape" : "AuthenticationStrategy",
|
1796 | 1822 | "locationName" : "authenticationStrategy",
|
|
3293 | 3319 | "min" : 5,
|
3294 | 3320 | "max" : 100
|
3295 | 3321 | },
|
| 3322 | + "__listOfActionRequired" : { |
| 3323 | + "type" : "list", |
| 3324 | + "member" : { |
| 3325 | + "shape" : "ActionRequired" |
| 3326 | + } |
| 3327 | + }, |
3296 | 3328 | "__listOfAvailabilityZone" : {
|
3297 | 3329 | "type" : "list",
|
3298 | 3330 | "member" : {
|
|
0 commit comments