Module Values.UpdateProjectProfileInputSource

Updates a project profile.

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

    The ID of the domain where a project profile is to be updated.

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

    The ID of a project profile that is to be updated.

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

    The name of a project profile.

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

    The description of a project profile.

    *)
  5. status : Status.t option;
    (*

    The status of a project profile.

    *)
  6. projectResourceTags : ProjectResourceTagParameters.t option;
    (*

    The resource tags of the project profile.

    *)
  7. allowCustomProjectResourceTags : Boolean.t option;
    (*

    Specifies whether custom project resource tags are supported.

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

    Field viewable through the UI that provides a project user with the allowed resource tag specifications.

    *)
  9. environmentConfigurations : EnvironmentConfigurationsList.t option;
    (*

    The environment configurations of a project profile.

    *)
  10. domainUnitIdentifier : DomainUnitId.t option;
    (*

    The ID of the domain unit where a project profile is to be updated.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?status:??? -> ?projectResourceTags:??? -> ?allowCustomProjectResourceTags:??? -> ?projectResourceTagsDescription:??? -> ?environmentConfigurations:??? -> ?domainUnitIdentifier:??? -> domainIdentifier:DomainId.t -> identifier:ProjectProfileId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of DeploymentOrder.t | `List of [> `String of AccountPoolId.t ] list | `String of TagKey.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `String of EnvironmentConfigurationParameterName.t ]) list ] list | `String of ParameterStorePath.t ]) list ]) list ] list | `String of DomainId.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