Values.GetConfigurationOutputSourceReturns details about the specified configuration.
type nonrec t = {account : String_.t option;The ID of the Amazon Web Services account where the configuration was deployed.
*)configurationDefinitionId : String_.t option;The ID of the configuration definition.
*)createdAt : SyntheticTimestamp_date_time.t option;The datetime stamp when the configuration manager was created.
*)id : String_.t option;A service generated identifier for the configuration.
*)lastModifiedAt : SyntheticTimestamp_date_time.t option;The datetime stamp when the configuration manager was last updated.
*)managerArn : String_.t option;The ARN of the configuration manager.
*)parameters : ConfigurationParametersMap.t option;The parameters for the configuration definition type.
*)region : String_.t option;The Amazon Web Services Region where the configuration was deployed.
*)statusSummaries : StatusSummariesList.t option;A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
*)type_ : String_.t option;The type of the Quick Setup configuration.
*)typeVersion : String_.t option;The version of the Quick Setup type used.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `ResourceNotFoundException of ResourceNotFoundException.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
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `Map of
([> `String of ConfigurationParametersMapKeyString.t ]
* [> `String of ConfigurationParametersMapValueString.t ])
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]