Values.GetConfigurationManagerOutputSourceReturns a configuration manager.
type nonrec t = {configurationDefinitions : ConfigurationDefinitionsList.t option;The configuration definitions association with the configuration manager.
*)createdAt : SyntheticTimestamp_date_time.t option;The datetime stamp when the configuration manager was created.
*)description : String_.t option;The description of the configuration manager.
*)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.
*)name : String_.t option;The name of the configuration manager.
*)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 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 ConfigurationParametersMapKeyString.t ]
* [> `String of
ConfigurationParametersMapValueString.t ])
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `Map of
([> `String of TagsMapKeyString.t ]
* [> `String of TagsMapValueString.t ])
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]