Values.CreateEnvironmentProfileOutputSourceCreates an Amazon DataZone environment profile.
type nonrec t = {id : EnvironmentProfileId.t option;The ID of this Amazon DataZone environment profile.
*)domainId : DomainId.t option;The ID of the Amazon DataZone domain in which this environment profile is created.
*)awsAccountId : AwsAccountId.t option;The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
*)awsAccountRegion : AwsRegion.t option;The Amazon Web Services region in which this Amazon DataZone environment profile is created.
*)createdBy : String_.t option;The Amazon DataZone user who created this environment profile.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when this environment profile was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when this environment profile was updated.
*)name : EnvironmentProfileName.t option;The name of this Amazon DataZone environment profile.
*)description : Description.t option;The description of this Amazon DataZone environment profile.
*)environmentBlueprintId : EnvironmentBlueprintId.t option;The ID of the blueprint with which this environment profile is created.
*)projectId : ProjectId.t option;The ID of the Amazon DataZone project in which this environment profile is created.
*)userParameters : CustomParameterList.t option;The user parameters of this Amazon DataZone environment profile.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.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
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val 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 ]