Values.UpdateEnvironmentOutputSourceUpdates the specified environment in Amazon DataZone.
type nonrec t = {projectId : ProjectId.t option;The project identifier of the environment.
*)id : EnvironmentId.t option;The identifier of the environment that is to be updated.
*)domainId : DomainId.t option;The identifier of the domain in which the environment is to be updated.
*)createdBy : String_.t option;The Amazon DataZone user who created the environment.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment was updated.
*)name : EnvironmentName.t option;The name to be updated as part of the UpdateEnvironment action.
*)description : Description.t option;The description to be updated as part of the UpdateEnvironment action.
*)environmentProfileId : EnvironmentProfileId.t option;The profile identifier of the environment.
*)awsAccountId : AwsAccountId.t option;The identifier of the Amazon Web Services account in which the environment is to be updated.
*)awsAccountRegion : AwsRegion.t option;The Amazon Web Services Region in which the environment is updated.
*)provider : String_.t option;The provider identifier of the environment.
*)provisionedResources : ResourceList.t option;The provisioned resources to be updated as part of the UpdateEnvironment action.
*)status : EnvironmentStatus.t option;The status to be updated as part of the UpdateEnvironment action.
*)environmentActions : EnvironmentActionList.t option;The environment actions to be updated as part of the UpdateEnvironment action.
*)glossaryTerms : GlossaryTerms.t option;The glossary terms to be updated as part of the UpdateEnvironment action.
*)userParameters : CustomParameterList.t option;The user parameters to be updated as part of the UpdateEnvironment action.
*)lastDeployment : Deployment.t option;The last deployment of the environment.
*)provisioningProperties : ProvisioningProperties.t option;The provisioning properties to be updated as part of the UpdateEnvironment action.
*)deploymentProperties : DeploymentProperties.t option;The deployment properties to be updated as part of the UpdateEnvironment action.
*)environmentBlueprintId : EnvironmentBlueprintId.t option;The blueprint identifier of the environment.
*)environmentConfigurationId : EnvironmentConfigurationId.t option;The configuration ID of the environment.
*)environmentConfigurationName : EnvironmentConfigurationName.t option;The configuration name of the environment.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ->
tval 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 ]val 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 ]val 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 ]