You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"documentation" : "The storage type of the broker.",
803
+
"enum" : [ "EBS", "EFS" ]
804
+
},
790
805
"BrokerSummary" : {
791
806
"type" : "structure",
792
807
"members" : {
@@ -1029,7 +1044,12 @@
1029
1044
"SecurityGroups" : {
1030
1045
"shape" : "__listOf__string",
1031
1046
"locationName" : "securityGroups",
1032
-
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorize connections to brokers."
1047
+
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers."
1048
+
},
1049
+
"StorageType" : {
1050
+
"shape" : "BrokerStorageType",
1051
+
"locationName" : "storageType",
1052
+
"documentation" : "The broker's storage type."
1033
1053
},
1034
1054
"SubnetIds" : {
1035
1055
"shape" : "__listOf__string",
@@ -1047,7 +1067,7 @@
1047
1067
"documentation" : "Required. The list of ActiveMQ 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."
1048
1068
}
1049
1069
},
1050
-
"documentation" : "Required. The time period during which Amazon MQ applies pending updates or patches to the broker."
1070
+
"documentation" : "Required. The version of the broker engine. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html"
1051
1071
},
1052
1072
"CreateBrokerOutput" : {
1053
1073
"type" : "structure",
@@ -1132,7 +1152,12 @@
1132
1152
"SecurityGroups" : {
1133
1153
"shape" : "__listOf__string",
1134
1154
"locationName" : "securityGroups",
1135
-
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorize connections to brokers."
1155
+
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers."
1156
+
},
1157
+
"StorageType" : {
1158
+
"shape" : "BrokerStorageType",
1159
+
"locationName" : "storageType",
1160
+
"documentation" : "The broker's storage type."
1136
1161
},
1137
1162
"SubnetIds" : {
1138
1163
"shape" : "__listOf__string",
@@ -1508,6 +1533,12 @@
1508
1533
"location" : "querystring",
1509
1534
"locationName" : "nextToken",
1510
1535
"documentation" : "The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty."
1536
+
},
1537
+
"StorageType" : {
1538
+
"shape" : "__string",
1539
+
"location" : "querystring",
1540
+
"locationName" : "storageType",
1541
+
"documentation" : "Filter response by storage type."
1511
1542
}
1512
1543
}
1513
1544
},
@@ -1614,16 +1645,16 @@
1614
1645
"locationName" : "pendingEngineVersion",
1615
1646
"documentation" : "The version of the broker engine to upgrade to. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html"
1616
1647
},
1617
-
"PendingSecurityGroups" : {
1618
-
"shape" : "__listOf__string",
1619
-
"locationName" : "pendingSecurityGroups",
1620
-
"documentation" : "The list of pending security groups to authorize connections to brokers."
1621
-
},
1622
1648
"PendingHostInstanceType" : {
1623
1649
"shape" : "__string",
1624
1650
"locationName" : "pendingHostInstanceType",
1625
1651
"documentation" : "The host instance type of the broker to upgrade to. For a list of supported instance types, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types"
1626
1652
},
1653
+
"PendingSecurityGroups" : {
1654
+
"shape" : "__listOf__string",
1655
+
"locationName" : "pendingSecurityGroups",
1656
+
"documentation" : "The list of pending security groups to authorize connections to brokers."
1657
+
},
1627
1658
"PubliclyAccessible" : {
1628
1659
"shape" : "__boolean",
1629
1660
"locationName" : "publiclyAccessible",
@@ -1632,7 +1663,12 @@
1632
1663
"SecurityGroups" : {
1633
1664
"shape" : "__listOf__string",
1634
1665
"locationName" : "securityGroups",
1635
-
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorize connections to brokers."
1666
+
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers."
1667
+
},
1668
+
"StorageType" : {
1669
+
"shape" : "BrokerStorageType",
1670
+
"locationName" : "storageType",
1671
+
"documentation" : "The broker's storage type."
1636
1672
},
1637
1673
"SubnetIds" : {
1638
1674
"shape" : "__listOf__string",
@@ -1747,16 +1783,16 @@
1747
1783
"locationName" : "pendingEngineVersion",
1748
1784
"documentation" : "The version of the broker engine to upgrade to. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html"
1749
1785
},
1750
-
"PendingSecurityGroups" : {
1751
-
"shape" : "__listOf__string",
1752
-
"locationName" : "pendingSecurityGroups",
1753
-
"documentation" : "The list of pending security groups to authorize connections to brokers."
1754
-
},
1755
1786
"PendingHostInstanceType" : {
1756
1787
"shape" : "__string",
1757
1788
"locationName" : "pendingHostInstanceType",
1758
1789
"documentation" : "The host instance type of the broker to upgrade to. For a list of supported instance types, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types"
1759
1790
},
1791
+
"PendingSecurityGroups" : {
1792
+
"shape" : "__listOf__string",
1793
+
"locationName" : "pendingSecurityGroups",
1794
+
"documentation" : "The list of pending security groups to authorize connections to brokers."
1795
+
},
1760
1796
"PubliclyAccessible" : {
1761
1797
"shape" : "__boolean",
1762
1798
"locationName" : "publiclyAccessible",
@@ -1765,7 +1801,12 @@
1765
1801
"SecurityGroups" : {
1766
1802
"shape" : "__listOf__string",
1767
1803
"locationName" : "securityGroups",
1768
-
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorize connections to brokers."
1804
+
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers."
1805
+
},
1806
+
"StorageType" : {
1807
+
"shape" : "BrokerStorageType",
1808
+
"locationName" : "storageType",
1809
+
"documentation" : "The broker's storage type."
1769
1810
},
1770
1811
"SubnetIds" : {
1771
1812
"shape" : "__listOf__string",
@@ -2553,7 +2594,7 @@
2553
2594
"SecurityGroups" : {
2554
2595
"shape" : "__listOf__string",
2555
2596
"locationName" : "securityGroups",
2556
-
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorize connections to brokers."
2597
+
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers."
2557
2598
}
2558
2599
},
2559
2600
"documentation" : "Updates the broker using the specified properties."
@@ -2594,7 +2635,7 @@
2594
2635
"SecurityGroups" : {
2595
2636
"shape" : "__listOf__string",
2596
2637
"locationName" : "securityGroups",
2597
-
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorize connections to brokers."
2638
+
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers."
2598
2639
}
2599
2640
},
2600
2641
"documentation" : "Returns information about the updated broker."
@@ -2636,7 +2677,7 @@
2636
2677
"SecurityGroups" : {
2637
2678
"shape" : "__listOf__string",
2638
2679
"locationName" : "securityGroups",
2639
-
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorize connections to brokers."
2680
+
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers."
2640
2681
}
2641
2682
},
2642
2683
"documentation" : "Updates the broker using the specified properties.",
@@ -2678,7 +2719,7 @@
2678
2719
"SecurityGroups" : {
2679
2720
"shape" : "__listOf__string",
2680
2721
"locationName" : "securityGroups",
2681
-
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorize connections to brokers."
2722
+
"documentation" : "The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers."
2682
2723
}
2683
2724
}
2684
2725
},
@@ -2997,6 +3038,12 @@
2997
3038
"shape" : "ConfigurationRevision"
2998
3039
}
2999
3040
},
3041
+
"__listOfDeploymentMode" : {
3042
+
"type" : "list",
3043
+
"member" : {
3044
+
"shape" : "DeploymentMode"
3045
+
}
3046
+
},
3000
3047
"__listOfEngineVersion" : {
3001
3048
"type" : "list",
3002
3049
"member" : {
@@ -3062,4 +3109,4 @@
3062
3109
}
3063
3110
},
3064
3111
"documentation" : "Amazon MQ is a managed message broker service for Apache ActiveMQ 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."
0 commit comments