Module Values.CreateEnvironmentOutputSource

Create an Amazon DataZone environment.

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

    The ID of the Amazon DataZone project in which this environment is created.

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

    The ID of this Amazon DataZone environment.

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

    The identifier of the Amazon DataZone domain in which the environment is created.

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

    The Amazon DataZone user who created this 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 this environment was updated.

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

    The name of this environment.

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

    The description of this Amazon DataZone environment.

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

    The ID of the environment profile with which this Amazon DataZone environment was created.

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

    The Amazon Web Services account in which the Amazon DataZone environment is created.

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

    The Amazon Web Services region in which the Amazon DataZone environment is created.

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

    The provider of this Amazon DataZone environment.

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

    The provisioned resources of this Amazon DataZone environment.

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

    The status of this Amazon DataZone environment.

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

    The configurable actions of this Amazon DataZone environment.

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

    The glossary terms that can be used in this Amazon DataZone environment.

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

    The user parameters of this Amazon DataZone environment.

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

    The details of the last deployment of this Amazon DataZone environment.

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

    The provisioning properties of this Amazon DataZone environment.

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

    The deployment properties of this Amazon DataZone environment.

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

    The ID of the blueprint with which this Amazon DataZone environment was created.

    *)
  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. | `ResourceNotFoundException of ResourceNotFoundException.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 | `ResourceNotFoundException of ResourceNotFoundException.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 | `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