Module Values.GetConfigurationManagerOutputSource

Returns a configuration manager.

Sourcetype nonrec t = {
  1. configurationDefinitions : ConfigurationDefinitionsList.t option;
    (*

    The configuration definitions association with the configuration manager.

    *)
  2. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The datetime stamp when the configuration manager was created.

    *)
  3. description : String_.t option;
    (*

    The description of the configuration manager.

    *)
  4. lastModifiedAt : SyntheticTimestamp_date_time.t option;
    (*

    The datetime stamp when the configuration manager was last updated.

    *)
  5. managerArn : String_.t option;
    (*

    The ARN of the configuration manager.

    *)
  6. name : String_.t option;
    (*

    The name of the configuration manager.

    *)
  7. 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.

    *)
  8. tags : TagsMap.t option;
    (*

    Key-value pairs of metadata to assign to the configuration manager.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?configurationDefinitions:??? -> ?createdAt:??? -> ?description:??? -> ?lastModifiedAt:??? -> ?managerArn:??? -> ?name:??? -> ?statusSummaries:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t