Values.DescribeConfigurationResponseSourceReturns information about the specified configuration.
type nonrec t = {arn : string option;Required. The ARN of the configuration.
*)authenticationStrategy : AuthenticationStrategy.t option;Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
*)created : string option;Required. The date and time of the configuration revision.
*)description : string option;Required. The description of the configuration.
*)engineType : EngineType.t option;Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.
*)engineVersion : string option;The broker engine version. Defaults to the latest available version for the specified broker engine type. For a list of supported engine versions, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
*)id : string option;Required. The unique ID that Amazon MQ generates for the configuration.
*)latestRevision : ConfigurationRevision.t option;Required. The latest revision of the configuration.
*)name : string option;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.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]