Values.CreateEnvironmentOutputSourceCreate an Amazon DataZone environment.
type nonrec t = {projectId : ProjectId.t option;The ID of the Amazon DataZone project in which this environment is created.
*)id : EnvironmentId.t option;The ID of this Amazon DataZone environment.
*)domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which the environment is created.
*)createdBy : String_.t option;The Amazon DataZone user who created this 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 this environment was updated.
*)name : EnvironmentName.t option;The name of this environment.
*)description : Description.t option;The description of this Amazon DataZone environment.
*)environmentProfileId : EnvironmentProfileId.t option;The ID of the environment profile with which this Amazon DataZone environment was created.
*)awsAccountId : AwsAccountId.t option;The Amazon Web Services account in which the Amazon DataZone environment is created.
*)awsAccountRegion : AwsRegion.t option;The Amazon Web Services region in which the Amazon DataZone environment is created.
*)provider : String_.t option;The provider of this Amazon DataZone environment.
*)provisionedResources : ResourceList.t option;The provisioned resources of this Amazon DataZone environment.
*)status : EnvironmentStatus.t option;The status of this Amazon DataZone environment.
*)environmentActions : EnvironmentActionList.t option;The configurable actions of this Amazon DataZone environment.
*)glossaryTerms : GlossaryTerms.t option;The glossary terms that can be used in this Amazon DataZone environment.
*)userParameters : CustomParameterList.t option;The user parameters of this Amazon DataZone environment.
*)lastDeployment : Deployment.t option;The details of the last deployment of this Amazon DataZone environment.
*)provisioningProperties : ProvisioningProperties.t option;The provisioning properties of this Amazon DataZone environment.
*)deploymentProperties : DeploymentProperties.t option;The deployment properties of this Amazon DataZone environment.
*)environmentBlueprintId : EnvironmentBlueprintId.t option;The ID of the blueprint with which this Amazon DataZone environment was created.
*)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| `ResourceNotFoundException of ResourceNotFoundException.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
| `ResourceNotFoundException of ResourceNotFoundException.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
| `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 ]