Values.CreateConfigurationResponseSourceCreates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).
type nonrec t = {arn : string option;Required. The Amazon Resource Name (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.
*)id : string option;Required. The unique ID that Amazon MQ generates for the configuration.
*)latestRevision : ConfigurationRevision.t option;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| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]