Module Values.UpdateEnvironmentOutputSource

Updates the specified environment in Amazon DataZone.

Sourcetype nonrec t = {
  1. projectId : ProjectId.t option;
    (*

    The project identifier of the environment.

    *)
  2. id : EnvironmentId.t option;
    (*

    The identifier of the environment that is to be updated.

    *)
  3. domainId : DomainId.t option;
    (*

    The identifier of the domain in which the environment is to be updated.

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

    The Amazon DataZone user who created the environment.

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

    The timestamp of when the environment was created.

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

    The timestamp of when the environment was updated.

    *)
  7. name : EnvironmentName.t option;
    (*

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

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

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

    *)
  9. environmentProfileId : EnvironmentProfileId.t option;
    (*

    The profile identifier of the environment.

    *)
  10. awsAccountId : AwsAccountId.t option;
    (*

    The identifier of the Amazon Web Services account in which the environment is to be updated.

    *)
  11. awsAccountRegion : AwsRegion.t option;
    (*

    The Amazon Web Services Region in which the environment is updated.

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

    The provider identifier of the environment.

    *)
  13. provisionedResources : ResourceList.t option;
    (*

    The provisioned resources to be updated as part of the UpdateEnvironment action.

    *)
  14. status : EnvironmentStatus.t option;
    (*

    The status to be updated as part of the UpdateEnvironment action.

    *)
  15. environmentActions : EnvironmentActionList.t option;
    (*

    The environment actions to be updated as part of the UpdateEnvironment action.

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

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

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

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

    *)
  18. lastDeployment : Deployment.t option;
    (*

    The last deployment of the environment.

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

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

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

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

    *)
  21. environmentBlueprintId : EnvironmentBlueprintId.t option;
    (*

    The blueprint identifier of the environment.

    *)
  22. environmentConfigurationId : EnvironmentConfigurationId.t option;
    (*

    The configuration ID of the environment.

    *)
  23. environmentConfigurationName : EnvironmentConfigurationName.t option;
    (*

    The configuration name of the environment.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `UnauthorizedException of UnauthorizedException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?projectId:??? -> ?id:??? -> ?domainId:??? -> ?createdBy:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?name:??? -> ?description:??? -> ?environmentProfileId:??? -> ?awsAccountId:??? -> ?awsAccountRegion:??? -> ?provider:??? -> ?provisionedResources:??? -> ?status:??? -> ?environmentActions:??? -> ?glossaryTerms:??? -> ?userParameters:??? -> ?lastDeployment:??? -> ?provisioningProperties:??? -> ?deploymentProperties:??? -> ?environmentBlueprintId:??? -> ?environmentConfigurationId:??? -> ?environmentConfigurationName:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.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 | `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 * [> `Enum of string | `List of [> `String of GlossaryTermId.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `String of ProjectId.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of DeploymentPropertiesStartTimeoutMinutesInteger.t | `List of [> `String of DeploymentMessage.t ] list | `String of String_.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