Module Values.UpdateEnvironmentBlueprintOutputSource

Updates an environment blueprint in Amazon DataZone.

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

    The identifier of the blueprint to be updated.

    *)
  2. name : EnvironmentBlueprintName.t option;
    (*

    The name to be updated as part of the UpdateEnvironmentBlueprint action.

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

    The description to be updated as part of the UpdateEnvironmentBlueprint action.

    *)
  4. provider : String_.t option;
    (*

    The provider of the blueprint to be udpated.

    *)
  5. provisioningProperties : ProvisioningProperties.t option;
    (*

    The provisioning properties to be updated as part of the UpdateEnvironmentBlueprint action.

    *)
  6. deploymentProperties : DeploymentProperties.t option;
    (*

    The deployment properties to be updated as part of the UpdateEnvironmentBlueprint action.

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

    The user parameters to be updated as part of the UpdateEnvironmentBlueprint action.

    *)
  8. glossaryTerms : GlossaryTerms.t option;
    (*

    The glossary terms to be updated as part of the UpdateEnvironmentBlueprint action.

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

    The timestamp of when the environment blueprint was created.

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

    The timestamp of when the blueprint was updated.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `UnauthorizedException of UnauthorizedException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?name:??? -> ?description:??? -> ?provider:??? -> ?provisioningProperties:??? -> ?deploymentProperties:??? -> ?userParameters:??? -> ?glossaryTerms:??? -> ?createdAt:??? -> ?updatedAt:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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