Values.UpdateEnvironmentBlueprintOutputSourceUpdates an environment blueprint in Amazon DataZone.
type nonrec t = {id : EnvironmentBlueprintId.t option;The identifier of the blueprint to be updated.
*)name : EnvironmentBlueprintName.t option;The name to be updated as part of the UpdateEnvironmentBlueprint action.
*)description : Description.t option;The description to be updated as part of the UpdateEnvironmentBlueprint action.
*)provider : String_.t option;The provider of the blueprint to be udpated.
*)provisioningProperties : ProvisioningProperties.t option;The provisioning properties to be updated as part of the UpdateEnvironmentBlueprint action.
*)deploymentProperties : DeploymentProperties.t option;The deployment properties to be updated as part of the UpdateEnvironmentBlueprint action.
*)userParameters : CustomParameterList.t option;The user parameters to be updated as part of the UpdateEnvironmentBlueprint action.
*)glossaryTerms : GlossaryTerms.t option;The glossary terms to be updated as part of the UpdateEnvironmentBlueprint action.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment blueprint was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the blueprint was updated.
*)}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
[> `String of GlossaryTermId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of CustomParameterKeyNameString.t ])
list ]
list
| `String of EnvironmentBlueprintId.t
| `Structure of
(string
* [> `Integer of DeploymentPropertiesStartTimeoutMinutesInteger.t
| `Structure of (string * [> `String of String_.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]