Module Values.GetEnvironmentProfileOutputSource

Gets an evinronment profile in Amazon DataZone.

Sourcetype nonrec t = {
  1. id : EnvironmentProfileId.t option;
    (*

    The ID of the environment profile.

    *)
  2. domainId : DomainId.t option;
    (*

    The ID of the Amazon DataZone domain in which this environment profile exists.

    *)
  3. awsAccountId : AwsAccountId.t option;
    (*

    The ID of the Amazon Web Services account where this environment profile exists.

    *)
  4. awsAccountRegion : AwsRegion.t option;
    (*

    The Amazon Web Services region where this environment profile exists.

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

    The Amazon DataZone user who created this environment profile.

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

    The timestamp of when this environment profile was created.

    *)
  7. updatedAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp of when this environment profile was upated.

    *)
  8. name : EnvironmentProfileName.t option;
    (*

    The name of the environment profile.

    *)
  9. description : Description.t option;
    (*

    The description of the environment profile.

    *)
  10. environmentBlueprintId : EnvironmentBlueprintId.t option;
    (*

    The ID of the blueprint with which this environment profile is created.

    *)
  11. projectId : ProjectId.t option;
    (*

    The ID of the Amazon DataZone project in which this environment profile is created.

    *)
  12. userParameters : CustomParameterList.t option;
    (*

    The user parameters of the environment profile.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `UnauthorizedException of UnauthorizedException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?domainId:??? -> ?awsAccountId:??? -> ?awsAccountRegion:??? -> ?createdBy:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?name:??? -> ?description:??? -> ?environmentBlueprintId:??? -> ?projectId:??? -> ?userParameters:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.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 * [> `Boolean of Boolean.t | `String of CustomParameterKeyNameString.t ]) list ] list | `String of EnvironmentProfileId.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