Module Values.GetConfigurationOutputSource

Returns details about the specified configuration.

Sourcetype nonrec t = {
  1. account : String_.t option;
    (*

    The ID of the Amazon Web Services account where the configuration was deployed.

    *)
  2. configurationDefinitionId : String_.t option;
    (*

    The ID of the configuration definition.

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

    The datetime stamp when the configuration manager was created.

    *)
  4. id : String_.t option;
    (*

    A service generated identifier for the configuration.

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

    The datetime stamp when the configuration manager was last updated.

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

    The ARN of the configuration manager.

    *)
  7. parameters : ConfigurationParametersMap.t option;
    (*

    The parameters for the configuration definition type.

    *)
  8. region : String_.t option;
    (*

    The Amazon Web Services Region where the configuration was deployed.

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

    *)
  10. type_ : String_.t option;
    (*

    The type of the Quick Setup configuration.

    *)
  11. typeVersion : String_.t option;
    (*

    The version of the Quick Setup type used.

    *)
}
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 : ?account:??? -> ?configurationDefinitionId:??? -> ?createdAt:??? -> ?id:??? -> ?lastModifiedAt:??? -> ?managerArn:??? -> ?parameters:??? -> ?region:??? -> ?statusSummaries:??? -> ?type_:??? -> ?typeVersion:??? -> 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 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 ]
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