Values.UpdateEnvironmentProfileOutputSourceUpdates the specified environment profile in Amazon DataZone.
type nonrec t = {id : EnvironmentProfileId.t option;The identifier of the environment profile that is to be udpated.
*)domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
*)awsAccountId : AwsAccountId.t option;The Amazon Web Services account in which a specified environment profile is to be udpated.
*)awsAccountRegion : AwsRegion.t option;The Amazon Web Services Region in which a specified environment profile is to be updated.
*)createdBy : String_.t option;The Amazon DataZone user who created the environment profile.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment profile was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment profile was updated.
*)name : EnvironmentProfileName.t option;The name to be updated as part of the UpdateEnvironmentProfile action.
*)description : Description.t option;The description to be updated as part of the UpdateEnvironmentProfile action.
*)environmentBlueprintId : EnvironmentBlueprintId.t option;The identifier of the blueprint of the environment profile that is to be updated.
*)projectId : ProjectId.t option;The identifier of the project of the environment profile that is to be updated.
*)userParameters : CustomParameterList.t option;The user parameters to be updated as part of the UpdateEnvironmentProfile action.
*)}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 ]