Values.CreateEnvironmentBlueprintOutputSourceCreates a Amazon DataZone blueprint.
type nonrec t = {id : EnvironmentBlueprintId.t option;The ID of this Amazon DataZone blueprint.
*)name : EnvironmentBlueprintName.t option;The name of this Amazon DataZone blueprint.
*)description : Description.t option;The description of this Amazon DataZone blueprint.
*)provider : String_.t option;The provider of this Amazon DataZone blueprint.
*)provisioningProperties : ProvisioningProperties.t option;The provisioning properties of this Amazon DataZone blueprint.
*)deploymentProperties : DeploymentProperties.t option;The deployment properties of this Amazon DataZone blueprint.
*)userParameters : CustomParameterList.t option;The user parameters of this Amazon DataZone blueprint.
*)glossaryTerms : GlossaryTerms.t option;The glossary terms attached to this Amazon DataZone blueprint.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp at which the environment blueprint was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when this 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 ]