Module Values.UpdateProjectInputSource

Updates the specified project in Amazon DataZone.

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

    The ID of the Amazon DataZone domain where a project is being updated.

    *)
  2. identifier : ProjectId.t;
    (*

    The identifier of the project that is to be updated.

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

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

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

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

    *)
  5. resourceTags : UpdateProjectInputResourceTagsMap.t option;
    (*

    The resource tags of the project.

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

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

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

    The ID of the domain unit.

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

    The environment deployment details of the project.

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

    The user parameters of the project.

    *)
  10. projectProfileVersion : String_.t option;
    (*

    The project profile version to which the project should be updated. You can only specify the following string for this parameter: latest.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?resourceTags:??? -> ?glossaryTerms:??? -> ?domainUnitId:??? -> ?environmentDeploymentDetails:??? -> ?userParameters:??? -> ?projectProfileVersion:??? -> domainIdentifier:DomainId.t -> identifier:ProjectId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of GlossaryTermId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of EnvironmentId.t | `Structure of (string * [> `String of AwsAccountId.t ]) list ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) 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 ]) 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