Values.CreateConfigurationResponseSourceCreate a new configuration.
type nonrec t = {arn : ConfigurationArn.t option;Unique resource identifier for the configuration.
*)uuid : ConfigurationUuid.t option;Unique identifier for the configuration.
*)name : ConfigurationName.t option;User-friendly name for the configuration.
*)description : ConfigurationDescription.t option;Description for the configuration.
*)runConfigurations : RunConfigurationsResponse.t option;Run-specific configurations.
*)status : ConfigurationStatus.t option;Current configuration status.
*)creationTime : ConfigurationTimestamp.t option;Configuration creation timestamp.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `RequestTimeoutException of RequestTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ConfigurationArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of VpcId.t ])
list ])
list
| `Timestamp of ConfigurationTimestamp.t ])
list ]