Module Values.UpdateProjectOutputSource

Updates the specified project in Amazon DataZone.

Sourcetype nonrec t = {
  1. domainId : DomainId.t option;
    (*

    The identifier of the Amazon DataZone domain in which a project is updated.

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

    The identifier of the project that is to be updated.

    *)
  3. name : ProjectName.t option;
    (*

    The name of the project that is to be updated.

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

    The description of the project that is to be updated.

    *)
  5. projectStatus : ProjectStatus.t option;
    (*

    The status of the project.

    *)
  6. failureReasons : FailureReasons.t option;
    (*

    Specifies the error message that is returned if the operation cannot be successfully completed.

    *)
  7. createdBy : CreatedBy.t option;
    (*

    The Amazon DataZone user who created the project.

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

    The timestamp of when the project was created.

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

    The timestamp of when the project was last updated.

    *)
  10. resourceTags : ResourceTags.t option;
    (*

    The resource tags of the project.

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

    The glossary terms of the project that are to be updated.

    *)
  12. domainUnitId : DomainUnitId.t option;
    (*

    The ID of the domain unit.

    *)
  13. projectProfileId : ProjectProfileId.t option;
    (*

    The ID of the project profile.

    *)
  14. userParameters : EnvironmentConfigurationUserParametersList.t option;
    (*

    The user parameters of the project.

    *)
  15. environmentDeploymentDetails : EnvironmentDeploymentDetails.t option;
    (*

    The environment deployment details of the project.

    *)
  16. projectCategory : String_.t option;
    (*

    The category of the project.

    *)
}
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 : ?domainId:??? -> ?id:??? -> ?name:??? -> ?description:??? -> ?projectStatus:??? -> ?failureReasons:??? -> ?createdBy:??? -> ?createdAt:??? -> ?lastUpdatedAt:??? -> ?resourceTags:??? -> ?glossaryTerms:??? -> ?domainUnitId:??? -> ?projectProfileId:??? -> ?userParameters:??? -> ?environmentDeploymentDetails:??? -> ?projectCategory:??? -> 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 * [> `Enum of string | `List of [> `String of GlossaryTermId.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of AwsAccountId.t ]) list ]) list ] list | `String of DomainId.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list ]) 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