github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/mq/2017-11-27/docs-2.json (about) 1 { 2 "version" : "2.0", 3 "service" : "<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>", 4 "operations" : { 5 "CreateBroker" : "<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>", 6 "CreateConfiguration" : "<p>Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).</p>", 7 "CreateTags" : "<p>Add a tag to a resource.</p>", 8 "CreateUser" : "<p>Creates an ActiveMQ user.</p>", 9 "DeleteBroker" : "<p>Deletes a broker. Note: This API is asynchronous.</p>", 10 "DeleteTags" : "<p>Removes a tag from a resource.</p>", 11 "DeleteUser" : "<p>Deletes an ActiveMQ user.</p>", 12 "DescribeBroker" : "<p>Returns information about the specified broker.</p>", 13 "DescribeBrokerEngineTypes" : "<p>Describe available engine types and versions.</p>", 14 "DescribeBrokerInstanceOptions" : "<p>Describe available broker instance options.</p>", 15 "DescribeConfiguration" : "<p>Returns information about the specified configuration.</p>", 16 "DescribeConfigurationRevision" : "<p>Returns the specified configuration revision for the specified configuration.</p>", 17 "DescribeUser" : "<p>Returns information about an ActiveMQ user.</p>", 18 "ListBrokers" : "<p>Returns a list of all brokers.</p>", 19 "ListConfigurationRevisions" : "<p>Returns a list of all revisions for the specified configuration.</p>", 20 "ListConfigurations" : "<p>Returns a list of all configurations.</p>", 21 "ListTags" : "<p>Lists tags for a resource.</p>", 22 "ListUsers" : "<p>Returns a list of all ActiveMQ users.</p>", 23 "RebootBroker" : "<p>Reboots a broker. Note: This API is asynchronous.</p>", 24 "UpdateBroker" : "<p>Adds a pending configuration change to a broker.</p>", 25 "UpdateConfiguration" : "<p>Updates the specified configuration.</p>", 26 "UpdateUser" : "<p>Updates the information for an ActiveMQ user.</p>" 27 }, 28 "shapes" : { 29 "AuthenticationStrategy" : { 30 "base" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>", 31 "refs" : { 32 "Configuration$AuthenticationStrategy" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>", 33 "CreateBrokerInput$AuthenticationStrategy" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>", 34 "CreateConfigurationInput$AuthenticationStrategy" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>", 35 "CreateConfigurationOutput$AuthenticationStrategy" : "<p>Optional. The authentication strategy associated with the configuration. The default is SIMPLE.</p>", 36 "DescribeBrokerOutput$AuthenticationStrategy" : "<p>The authentication strategy used to secure the broker. The default is SIMPLE.</p>", 37 "DescribeBrokerOutput$PendingAuthenticationStrategy" : "<p>The authentication strategy that will be applied when the broker is rebooted. The default is SIMPLE.</p>", 38 "UpdateBrokerInput$AuthenticationStrategy" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>", 39 "UpdateBrokerOutput$AuthenticationStrategy" : "<p>Optional. The authentication strategy used to secure the broker. The default is SIMPLE.</p>" 40 } 41 }, 42 "AvailabilityZone" : { 43 "base" : "<p>Name of the availability zone.</p>", 44 "refs" : { 45 "__listOfAvailabilityZone$member" : null 46 } 47 }, 48 "BadRequestException" : { 49 "base" : "<p>Returns information about an error.</p>", 50 "refs" : { } 51 }, 52 "BrokerEngineType" : { 53 "base" : "<p>Types of broker engines.</p>", 54 "refs" : { 55 "__listOfBrokerEngineType$member" : null 56 } 57 }, 58 "BrokerEngineTypeOutput" : { 59 "base" : "<p>Returns a list of broker engine type.</p>", 60 "refs" : { } 61 }, 62 "BrokerInstance" : { 63 "base" : "<p>Returns information about all brokers.</p>", 64 "refs" : { 65 "__listOfBrokerInstance$member" : null 66 } 67 }, 68 "BrokerInstanceOption" : { 69 "base" : "<p>Option for host instance type.</p>", 70 "refs" : { 71 "__listOfBrokerInstanceOption$member" : null 72 } 73 }, 74 "BrokerInstanceOptionsOutput" : { 75 "base" : "<p>Returns a list of broker instance options.</p>", 76 "refs" : { } 77 }, 78 "BrokerState" : { 79 "base" : "<p>The broker's status.</p>", 80 "refs" : { 81 "BrokerSummary$BrokerState" : "<p>The broker's status.</p>", 82 "DescribeBrokerOutput$BrokerState" : "<p>The broker's status.</p>" 83 } 84 }, 85 "BrokerStorageType" : { 86 "base" : "<p>The broker's storage type.</p> <important><p>EFS is not supported for RabbitMQ engine type.</p></important>", 87 "refs" : { 88 "BrokerInstanceOption$StorageType" : "<p>The broker's storage type.</p>", 89 "CreateBrokerInput$StorageType" : "<p>The broker's storage type.</p>", 90 "DescribeBrokerOutput$StorageType" : "<p>The broker's storage type.</p>" 91 } 92 }, 93 "BrokerSummary" : { 94 "base" : "<p>Returns information about all brokers.</p>", 95 "refs" : { 96 "__listOfBrokerSummary$member" : null 97 } 98 }, 99 "ChangeType" : { 100 "base" : "<p>The type of change pending for the ActiveMQ user.</p>", 101 "refs" : { 102 "UserPendingChanges$PendingChange" : "<p>Required. The type of change pending for the ActiveMQ user.</p>", 103 "UserSummary$PendingChange" : "<p>The type of change pending for the broker user.</p>" 104 } 105 }, 106 "Configuration" : { 107 "base" : "<p>Returns information about all configurations.</p>", 108 "refs" : { 109 "__listOfConfiguration$member" : null 110 } 111 }, 112 "ConfigurationId" : { 113 "base" : "<p>A list of information about the configuration.</p> <important><p>Does not apply to RabbitMQ brokers.</p></important>", 114 "refs" : { 115 "Configurations$Current" : "<p>The broker's current configuration.</p>", 116 "Configurations$Pending" : "<p>The broker's pending configuration.</p>", 117 "CreateBrokerInput$Configuration" : "<p>A list of information about the configuration.</p>", 118 "UpdateBrokerInput$Configuration" : "<p>A list of information about the configuration.</p>", 119 "UpdateBrokerOutput$Configuration" : "<p>The ID of the updated configuration.</p>", 120 "__listOfConfigurationId$member" : null 121 } 122 }, 123 "ConfigurationRevision" : { 124 "base" : "<p>Returns information about the specified configuration revision.</p>", 125 "refs" : { 126 "Configuration$LatestRevision" : "<p>Required. The latest revision of the configuration.</p>", 127 "CreateConfigurationOutput$LatestRevision" : "<p>The latest revision of the configuration.</p>", 128 "UpdateConfigurationOutput$LatestRevision" : "<p>The latest revision of the configuration.</p>", 129 "__listOfConfigurationRevision$member" : null 130 } 131 }, 132 "Configurations" : { 133 "base" : "<p>Broker configuration information</p>", 134 "refs" : { 135 "DescribeBrokerOutput$Configurations" : "<p>The list of all revisions for the specified configuration.</p>" 136 } 137 }, 138 "ConflictException" : { 139 "base" : "<p>Returns information about an error.</p>", 140 "refs" : { } 141 }, 142 "CreateBrokerInput" : { 143 "base" : "<p>Creates a broker.</p>", 144 "refs" : { } 145 }, 146 "CreateBrokerOutput" : { 147 "base" : "<p>Returns information about the created broker.</p>", 148 "refs" : { } 149 }, 150 "CreateConfigurationInput" : { 151 "base" : "<p>Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).</p>", 152 "refs" : { } 153 }, 154 "CreateConfigurationOutput" : { 155 "base" : "<p>Returns information about the created configuration.</p>", 156 "refs" : { } 157 }, 158 "CreateUserInput" : { 159 "base" : "<p>Creates a new ActiveMQ user.</p>", 160 "refs" : { } 161 }, 162 "DayOfWeek" : { 163 "base" : null, 164 "refs" : { 165 "WeeklyStartTime$DayOfWeek" : "<p>Required. The day of the week.</p>" 166 } 167 }, 168 "DeleteBrokerOutput" : { 169 "base" : "<p>Returns information about the deleted broker.</p>", 170 "refs" : { } 171 }, 172 "DeploymentMode" : { 173 "base" : "<p>The broker's deployment mode.</p>", 174 "refs" : { 175 "BrokerSummary$DeploymentMode" : "<p>The broker's deployment mode.</p>", 176 "CreateBrokerInput$DeploymentMode" : "<p>Required. The broker's deployment mode.</p>", 177 "DescribeBrokerOutput$DeploymentMode" : "<p>The broker's deployment mode.</p>", 178 "__listOfDeploymentMode$member" : null 179 } 180 }, 181 "DescribeBrokerOutput" : { 182 "base" : "<p>Returns information about the specified broker.</p>", 183 "refs" : { } 184 }, 185 "DescribeConfigurationRevisionOutput" : { 186 "base" : "<p>Returns the specified configuration revision for the specified configuration.</p>", 187 "refs" : { } 188 }, 189 "DescribeUserOutput" : { 190 "base" : "<p>Returns information about an ActiveMQ user.</p>", 191 "refs" : { } 192 }, 193 "EncryptionOptions" : { 194 "base" : "<important><p>Does not apply to RabbitMQ brokers.</p></important> <p>Encryption options for the broker.</p>", 195 "refs" : { 196 "CreateBrokerInput$EncryptionOptions" : "<p>Encryption options for the broker. Does not apply to RabbitMQ brokers.</p>", 197 "DescribeBrokerOutput$EncryptionOptions" : "<p>Encryption options for the broker. Does not apply to RabbitMQ brokers.</p>" 198 } 199 }, 200 "EngineType" : { 201 "base" : "<p>The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.</p>", 202 "refs" : { 203 "BrokerEngineType$EngineType" : "<p>The broker's engine type.</p>", 204 "BrokerInstanceOption$EngineType" : "<p>The broker's engine type.</p>", 205 "BrokerSummary$EngineType" : "<p>The type of broker engine.</p>", 206 "Configuration$EngineType" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>", 207 "CreateBrokerInput$EngineType" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>", 208 "CreateConfigurationInput$EngineType" : "<p>Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>", 209 "DescribeBrokerOutput$EngineType" : "<p>The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.</p>" 210 } 211 }, 212 "EngineVersion" : { 213 "base" : "<p>Id of the engine version.</p>", 214 "refs" : { 215 "__listOfEngineVersion$member" : null 216 } 217 }, 218 "Error" : { 219 "base" : "<p>Returns information about an error.</p>", 220 "refs" : { } 221 }, 222 "ForbiddenException" : { 223 "base" : "<p>Returns information about an error.</p>", 224 "refs" : { } 225 }, 226 "InternalServerErrorException" : { 227 "base" : "<p>Returns information about an error.</p>", 228 "refs" : { } 229 }, 230 "LdapServerMetadataInput" : { 231 "base" : "<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>", 232 "refs" : { 233 "CreateBrokerInput$LdapServerMetadata" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>", 234 "UpdateBrokerInput$LdapServerMetadata" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>" 235 } 236 }, 237 "LdapServerMetadataOutput" : { 238 "base" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker.</p>", 239 "refs" : { 240 "DescribeBrokerOutput$LdapServerMetadata" : "<p>The metadata of the LDAP server used to authenticate and authorize connections to the broker.</p>", 241 "DescribeBrokerOutput$PendingLdapServerMetadata" : "<p>The metadata of the LDAP server that will be used to authenticate and authorize connections to the broker after it is rebooted.</p>", 242 "UpdateBrokerOutput$LdapServerMetadata" : "<p>Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.</p>" 243 } 244 }, 245 "ListBrokersOutput" : { 246 "base" : null, 247 "refs" : { } 248 }, 249 "ListConfigurationRevisionsOutput" : { 250 "base" : "<p>Returns a list of all revisions for the specified configuration.</p>", 251 "refs" : { } 252 }, 253 "ListConfigurationsOutput" : { 254 "base" : "<p>Returns a list of all configurations.</p>", 255 "refs" : { } 256 }, 257 "ListUsersOutput" : { 258 "base" : "<p>Returns a list of all ActiveMQ users.</p>", 259 "refs" : { } 260 }, 261 "Logs" : { 262 "base" : "<p>The list of information about logs to be enabled for the specified broker.</p>", 263 "refs" : { 264 "CreateBrokerInput$Logs" : "<p>Enables Amazon CloudWatch logging for brokers.</p>", 265 "UpdateBrokerInput$Logs" : "<p>Enables Amazon CloudWatch logging for brokers.</p>", 266 "UpdateBrokerOutput$Logs" : "<p>The list of information about logs to be enabled for the specified broker.</p>" 267 } 268 }, 269 "LogsSummary" : { 270 "base" : "<p>The list of information about logs currently enabled and pending to be deployed for the specified broker.</p>", 271 "refs" : { 272 "DescribeBrokerOutput$Logs" : "<p>The list of information about logs currently enabled and pending to be deployed for the specified broker.</p>" 273 } 274 }, 275 "NotFoundException" : { 276 "base" : "<p>Returns information about an error.</p>", 277 "refs" : { } 278 }, 279 "PendingLogs" : { 280 "base" : "<p>The list of information about logs to be enabled for the specified broker.</p>", 281 "refs" : { 282 "LogsSummary$Pending" : "<p>The list of information about logs pending to be deployed for the specified broker.</p>" 283 } 284 }, 285 "SanitizationWarning" : { 286 "base" : "<p>Returns information about the XML element or attribute that was sanitized in the configuration.</p>", 287 "refs" : { 288 "__listOfSanitizationWarning$member" : null 289 } 290 }, 291 "SanitizationWarningReason" : { 292 "base" : "<p>The reason for which the XML elements or attributes were sanitized.</p>", 293 "refs" : { 294 "SanitizationWarning$Reason" : "<p>Required. The reason for which the XML elements or attributes were sanitized.</p>" 295 } 296 }, 297 "Tags" : { 298 "base" : "<p>A map of the key-value pairs for the resource tag.</p>", 299 "refs" : { } 300 }, 301 "UnauthorizedException" : { 302 "base" : "<p>Returns information about an error.</p>", 303 "refs" : { } 304 }, 305 "UpdateBrokerInput" : { 306 "base" : "<p>Updates the broker using the specified properties.</p>", 307 "refs" : { } 308 }, 309 "UpdateBrokerOutput" : { 310 "base" : "<p>Returns information about the updated broker.</p>", 311 "refs" : { } 312 }, 313 "UpdateConfigurationInput" : { 314 "base" : "<p>Updates the specified configuration.</p>", 315 "refs" : { } 316 }, 317 "UpdateConfigurationOutput" : { 318 "base" : "<p>Returns information about the updated configuration.</p>", 319 "refs" : { } 320 }, 321 "UpdateUserInput" : { 322 "base" : "<p>Updates the information for an ActiveMQ user.</p>", 323 "refs" : { } 324 }, 325 "User" : { 326 "base" : "<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>", 327 "refs" : { 328 "__listOfUser$member" : null 329 } 330 }, 331 "UserPendingChanges" : { 332 "base" : "<p>Returns information about the status of the changes pending for the ActiveMQ user.</p>", 333 "refs" : { 334 "DescribeUserOutput$Pending" : "<p>The status of the changes pending for the ActiveMQ user.</p>" 335 } 336 }, 337 "UserSummary" : { 338 "base" : "<p>Returns a list of all broker users. Does not apply to RabbitMQ brokers.</p>", 339 "refs" : { 340 "__listOfUserSummary$member" : null 341 } 342 }, 343 "WeeklyStartTime" : { 344 "base" : "<p>The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.</p>", 345 "refs" : { 346 "CreateBrokerInput$MaintenanceWindowStartTime" : "<p>The parameters that determine the WeeklyStartTime.</p>", 347 "DescribeBrokerOutput$MaintenanceWindowStartTime" : "<p>The parameters that determine the WeeklyStartTime.</p>", 348 "UpdateBrokerInput$MaintenanceWindowStartTime" : "<p>The parameters that determine the WeeklyStartTime.</p>", 349 "UpdateBrokerOutput$MaintenanceWindowStartTime" : "<p>The parameters that determine the WeeklyStartTime.</p>" 350 } 351 }, 352 "__boolean" : { 353 "base" : null, 354 "refs" : { 355 "CreateBrokerInput$AutoMinorVersionUpgrade" : "<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>", 356 "CreateBrokerInput$PubliclyAccessible" : "<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>", 357 "CreateUserInput$ConsoleAccess" : "<p>Enables access to the ActiveMQ Web Console for the ActiveMQ user.</p>", 358 "DescribeBrokerOutput$AutoMinorVersionUpgrade" : "<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>", 359 "DescribeBrokerOutput$PubliclyAccessible" : "<p>Enables connections from applications outside of the VPC that hosts the broker's subnets.</p>", 360 "DescribeUserOutput$ConsoleAccess" : "<p>Enables access to the the ActiveMQ Web Console for the ActiveMQ user.</p>", 361 "EncryptionOptions$UseAwsOwnedKey" : "<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>", 362 "LdapServerMetadataInput$RoleSearchSubtree" : "<p>The directory search scope for the role. If set to true, scope is to search the entire subtree.</p>", 363 "LdapServerMetadataInput$UserSearchSubtree" : "<p>The directory search scope for the user. If set to true, scope is to search the entire subtree.</p>", 364 "LdapServerMetadataOutput$RoleSearchSubtree" : "<p>The directory search scope for the role. If set to true, scope is to search the entire subtree.</p>", 365 "LdapServerMetadataOutput$UserSearchSubtree" : "<p>The directory search scope for the user. If set to true, scope is to search the entire subtree.</p>", 366 "Logs$Audit" : "<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>", 367 "Logs$General" : "<p>Enables general logging.</p>", 368 "LogsSummary$Audit" : "<p>Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.</p>", 369 "LogsSummary$General" : "<p>Enables general logging.</p>", 370 "PendingLogs$Audit" : "<p>Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.</p>", 371 "PendingLogs$General" : "<p>Enables general logging.</p>", 372 "UpdateBrokerInput$AutoMinorVersionUpgrade" : "<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>", 373 "UpdateBrokerOutput$AutoMinorVersionUpgrade" : "<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>", 374 "UpdateUserInput$ConsoleAccess" : "<p>Enables access to the the ActiveMQ Web Console for the ActiveMQ user.</p>", 375 "User$ConsoleAccess" : "<p>Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.</p>", 376 "UserPendingChanges$ConsoleAccess" : "<p>Enables access to the the ActiveMQ Web Console for the ActiveMQ user.</p>" 377 } 378 }, 379 "__integer" : { 380 "base" : null, 381 "refs" : { 382 "ConfigurationId$Revision" : "<p>The revision number of the configuration.</p>", 383 "ConfigurationRevision$Revision" : "<p>Required. The revision number of the configuration.</p>", 384 "ListConfigurationRevisionsOutput$MaxResults" : "<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>", 385 "ListConfigurationsOutput$MaxResults" : "<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>" 386 } 387 }, 388 "__integerMin5Max100" : { 389 "base" : null, 390 "refs" : { 391 "BrokerEngineTypeOutput$MaxResults" : "<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>", 392 "BrokerInstanceOptionsOutput$MaxResults" : "<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>", 393 "ListUsersOutput$MaxResults" : "<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>" 394 } 395 }, 396 "__listOfAvailabilityZone" : { 397 "base" : null, 398 "refs" : { 399 "BrokerInstanceOption$AvailabilityZones" : "<p>The list of available az.</p>" 400 } 401 }, 402 "__listOfBrokerEngineType" : { 403 "base" : null, 404 "refs" : { 405 "BrokerEngineTypeOutput$BrokerEngineTypes" : "<p>List of available engine types and versions.</p>" 406 } 407 }, 408 "__listOfBrokerInstance" : { 409 "base" : null, 410 "refs" : { 411 "DescribeBrokerOutput$BrokerInstances" : "<p>A list of information about allocated brokers.</p>" 412 } 413 }, 414 "__listOfBrokerInstanceOption" : { 415 "base" : null, 416 "refs" : { 417 "BrokerInstanceOptionsOutput$BrokerInstanceOptions" : "<p>List of available broker instance options.</p>" 418 } 419 }, 420 "__listOfBrokerSummary" : { 421 "base" : null, 422 "refs" : { 423 "ListBrokersOutput$BrokerSummaries" : "<p>A list of information about all brokers.</p>" 424 } 425 }, 426 "__listOfConfiguration" : { 427 "base" : null, 428 "refs" : { 429 "ListConfigurationsOutput$Configurations" : "<p>The list of all revisions for the specified configuration.</p>" 430 } 431 }, 432 "__listOfConfigurationId" : { 433 "base" : null, 434 "refs" : { 435 "Configurations$History" : "<p>The history of configurations applied to the broker.</p>" 436 } 437 }, 438 "__listOfConfigurationRevision" : { 439 "base" : null, 440 "refs" : { 441 "ListConfigurationRevisionsOutput$Revisions" : "<p>The list of all revisions for the specified configuration.</p>" 442 } 443 }, 444 "__listOfDeploymentMode" : { 445 "base" : null, 446 "refs" : { 447 "BrokerInstanceOption$SupportedDeploymentModes" : "<p>The list of supported deployment modes.</p>" 448 } 449 }, 450 "__listOfEngineVersion" : { 451 "base" : null, 452 "refs" : { 453 "BrokerEngineType$EngineVersions" : "<p>The list of engine versions.</p>" 454 } 455 }, 456 "__listOfSanitizationWarning" : { 457 "base" : null, 458 "refs" : { 459 "UpdateConfigurationOutput$Warnings" : "<p>The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.</p>" 460 } 461 }, 462 "__listOfUser" : { 463 "base" : null, 464 "refs" : { 465 "CreateBrokerInput$Users" : "<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>" 466 } 467 }, 468 "__listOfUserSummary" : { 469 "base" : null, 470 "refs" : { 471 "DescribeBrokerOutput$Users" : "<p>The list of all broker usernames for the specified broker.</p>", 472 "ListUsersOutput$Users" : "<p>Required. The list of all ActiveMQ usernames for the specified broker. Does not apply to RabbitMQ brokers.</p>" 473 } 474 }, 475 "__listOf__string" : { 476 "base" : null, 477 "refs" : { 478 "BrokerInstance$Endpoints" : "<p>The broker's wire-level protocol endpoints.</p>", 479 "BrokerInstanceOption$SupportedEngineVersions" : "<p>The list of supported engine versions.</p>", 480 "CreateBrokerInput$SecurityGroups" : "<p>The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.</p>", 481 "CreateBrokerInput$SubnetIds" : "<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>", 482 "CreateUserInput$Groups" : "<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>", 483 "DescribeBrokerOutput$PendingSecurityGroups" : "<p>The list of pending security groups to authorize connections to brokers.</p>", 484 "DescribeBrokerOutput$SecurityGroups" : "<p>The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.</p>", 485 "DescribeBrokerOutput$SubnetIds" : "<p>The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.</p>", 486 "DescribeUserOutput$Groups" : "<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>", 487 "LdapServerMetadataInput$Hosts" : "<p>Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.</p>", 488 "LdapServerMetadataOutput$Hosts" : "<p>Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.</p>", 489 "UpdateBrokerInput$SecurityGroups" : "<p>The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.</p>", 490 "UpdateBrokerOutput$SecurityGroups" : "<p>The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.</p>", 491 "UpdateUserInput$Groups" : "<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>", 492 "User$Groups" : "<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>", 493 "UserPendingChanges$Groups" : "<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>" 494 } 495 }, 496 "__mapOf__string" : { 497 "base" : null, 498 "refs" : { 499 "Configuration$Tags" : "<p>The list of all tags associated with this configuration.</p>", 500 "CreateBrokerInput$Tags" : "<p>Create tags when creating the broker.</p>", 501 "CreateConfigurationInput$Tags" : "<p>Create tags when creating the configuration.</p>", 502 "DescribeBrokerOutput$Tags" : "<p>The list of all tags associated with this broker.</p>", 503 "Tags$Tags" : "<p>The key-value pair for the resource tag.</p>" 504 } 505 }, 506 "__string" : { 507 "base" : null, 508 "refs" : { 509 "AvailabilityZone$Name" : "<p>Id for the availability zone.</p>", 510 "BrokerEngineTypeOutput$NextToken" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>", 511 "BrokerInstance$ConsoleURL" : "<p>The brokers web console URL.</p>", 512 "BrokerInstance$IpAddress" : "<p>The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.</p>", 513 "BrokerInstanceOption$HostInstanceType" : "<p>The broker's instance type.</p>", 514 "BrokerInstanceOptionsOutput$NextToken" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>", 515 "BrokerSummary$BrokerArn" : "<p>The broker's Amazon Resource Name (ARN).</p>", 516 "BrokerSummary$BrokerId" : "<p>The unique ID that Amazon MQ generates for the broker.</p>", 517 "BrokerSummary$BrokerName" : "<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>", 518 "BrokerSummary$HostInstanceType" : "<p>The broker's instance type.</p>", 519 "Configuration$Arn" : "<p>Required. The ARN of the configuration.</p>", 520 "Configuration$Description" : "<p>Required. The description of the configuration.</p>", 521 "Configuration$EngineVersion" : "<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>", 522 "Configuration$Id" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>", 523 "Configuration$Name" : "<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>", 524 "ConfigurationId$Id" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>", 525 "ConfigurationRevision$Description" : "<p>The description of the configuration revision.</p>", 526 "CreateBrokerInput$BrokerName" : "<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>", 527 "CreateBrokerInput$CreatorRequestId" : "<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>", 528 "CreateBrokerInput$EngineVersion" : "<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>", 529 "CreateBrokerInput$HostInstanceType" : "<p>Required. The broker's instance type.</p>", 530 "CreateBrokerOutput$BrokerArn" : "<p>The broker's Amazon Resource Name (ARN).</p>", 531 "CreateBrokerOutput$BrokerId" : "<p>The unique ID that Amazon MQ generates for the broker.</p>", 532 "CreateConfigurationInput$EngineVersion" : "<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>", 533 "CreateConfigurationInput$Name" : "<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>", 534 "CreateConfigurationOutput$Arn" : "<p>Required. The Amazon Resource Name (ARN) of the configuration.</p>", 535 "CreateConfigurationOutput$Id" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>", 536 "CreateConfigurationOutput$Name" : "<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>", 537 "CreateUserInput$Password" : "<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>", 538 "DeleteBrokerOutput$BrokerId" : "<p>The unique ID that Amazon MQ generates for the broker.</p>", 539 "DescribeBrokerOutput$BrokerArn" : "<p>The broker's Amazon Resource Name (ARN).</p>", 540 "DescribeBrokerOutput$BrokerId" : "<p>The unique ID that Amazon MQ generates for the broker.</p>", 541 "DescribeBrokerOutput$BrokerName" : "<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>", 542 "DescribeBrokerOutput$EngineVersion" : "<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>", 543 "DescribeBrokerOutput$HostInstanceType" : "<p>The broker's instance type.</p>", 544 "DescribeBrokerOutput$PendingEngineVersion" : "<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>", 545 "DescribeBrokerOutput$PendingHostInstanceType" : "<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>", 546 "DescribeConfigurationRevisionOutput$ConfigurationId" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>", 547 "DescribeConfigurationRevisionOutput$Data" : "<p>Required. The base64-encoded XML configuration.</p>", 548 "DescribeConfigurationRevisionOutput$Description" : "<p>The description of the configuration.</p>", 549 "DescribeUserOutput$BrokerId" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>", 550 "DescribeUserOutput$Username" : "<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>", 551 "EncryptionOptions$KmsKeyId" : "<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>", 552 "EngineVersion$Name" : "<p>Id for the version.</p>", 553 "Error$ErrorAttribute" : "<p>The attribute which caused the error.</p>", 554 "Error$Message" : "<p>The explanation of the error.</p>", 555 "LdapServerMetadataInput$RoleBase" : "<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>", 556 "LdapServerMetadataInput$RoleName" : "<p>Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.</p>", 557 "LdapServerMetadataInput$RoleSearchMatching" : "<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>", 558 "LdapServerMetadataInput$ServiceAccountPassword" : "<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>", 559 "LdapServerMetadataInput$ServiceAccountUsername" : "<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>", 560 "LdapServerMetadataInput$UserBase" : "<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>", 561 "LdapServerMetadataInput$UserRoleName" : "<p>Specifies the name of the LDAP attribute for the user group membership.</p>", 562 "LdapServerMetadataInput$UserSearchMatching" : "<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>", 563 "LdapServerMetadataOutput$RoleBase" : "<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>", 564 "LdapServerMetadataOutput$RoleName" : "<p>Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.</p>", 565 "LdapServerMetadataOutput$RoleSearchMatching" : "<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>", 566 "LdapServerMetadataOutput$ServiceAccountUsername" : "<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>", 567 "LdapServerMetadataOutput$UserBase" : "<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>", 568 "LdapServerMetadataOutput$UserRoleName" : "<p>Specifies the name of the LDAP attribute for the user group membership.</p>", 569 "LdapServerMetadataOutput$UserSearchMatching" : "<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>", 570 "ListBrokersOutput$NextToken" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>", 571 "ListConfigurationRevisionsOutput$ConfigurationId" : "<p>The unique ID that Amazon MQ generates for the configuration.</p>", 572 "ListConfigurationRevisionsOutput$NextToken" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>", 573 "ListConfigurationsOutput$NextToken" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>", 574 "ListUsersOutput$BrokerId" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>", 575 "ListUsersOutput$NextToken" : "<p>The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.</p>", 576 "LogsSummary$AuditLogGroup" : "<p>The location of the CloudWatch Logs log group where audit logs are sent.</p>", 577 "LogsSummary$GeneralLogGroup" : "<p>The location of the CloudWatch Logs log group where general logs are sent.</p>", 578 "SanitizationWarning$AttributeName" : "<p>The name of the XML attribute that has been sanitized.</p>", 579 "SanitizationWarning$ElementName" : "<p>The name of the XML element that has been sanitized.</p>", 580 "UpdateBrokerInput$EngineVersion" : "<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>", 581 "UpdateBrokerInput$HostInstanceType" : "<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>", 582 "UpdateBrokerOutput$BrokerId" : "<p>Required. The unique ID that Amazon MQ generates for the broker.</p>", 583 "UpdateBrokerOutput$EngineVersion" : "<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>", 584 "UpdateBrokerOutput$HostInstanceType" : "<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>", 585 "UpdateConfigurationInput$Data" : "<p>Required. The base64-encoded XML configuration.</p>", 586 "UpdateConfigurationInput$Description" : "<p>The description of the configuration.</p>", 587 "UpdateConfigurationOutput$Arn" : "<p>Required. The Amazon Resource Name (ARN) of the configuration.</p>", 588 "UpdateConfigurationOutput$Id" : "<p>Required. The unique ID that Amazon MQ generates for the configuration.</p>", 589 "UpdateConfigurationOutput$Name" : "<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>", 590 "UpdateUserInput$Password" : "<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>", 591 "User$Password" : "<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>", 592 "User$Username" : "<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>", 593 "UserSummary$Username" : "<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>", 594 "WeeklyStartTime$TimeOfDay" : "<p>Required. The time, in 24-hour format.</p>", 595 "WeeklyStartTime$TimeZone" : "<p>The time zone, UTC by default, in either the Country/City format, or the UTC offset format.</p>", 596 "__listOf__string$member" : null, 597 "__mapOf__string$member" : null 598 } 599 }, 600 "__timestampIso8601" : { 601 "base" : null, 602 "refs" : { 603 "BrokerSummary$Created" : "<p>The time when the broker was created.</p>", 604 "Configuration$Created" : "<p>Required. The date and time of the configuration revision.</p>", 605 "ConfigurationRevision$Created" : "<p>Required. The date and time of the configuration revision.</p>", 606 "CreateConfigurationOutput$Created" : "<p>Required. The date and time of the configuration.</p>", 607 "DescribeBrokerOutput$Created" : "<p>The time when the broker was created.</p>", 608 "DescribeConfigurationRevisionOutput$Created" : "<p>Required. The date and time of the configuration.</p>", 609 "UpdateConfigurationOutput$Created" : "<p>Required. The date and time of the configuration.</p>" 610 } 611 } 612 } 613 }