Module Values.CreateEnvironmentMembershipRequestSource

Adds an environment member to an Cloud9 development environment. Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more"

Sourcetype nonrec t = {
  1. environmentId : EnvironmentId.t;
    (*

    The ID of the environment that contains the environment member you want to add.

    *)
  2. userArn : UserArn.t;
    (*

    The Amazon Resource Name (ARN) of the environment member you want to add.

    *)
  3. permissions : MemberPermissions.t;
    (*

    The type of environment member permissions you want to associate with this environment member. Available values include: read-only: Has read-only access to the environment. read-write: Has read-write access to the environment.

    *)
}
Sourceval context_ : string
Sourceval make : environmentId:EnvironmentId.t -> userArn:UserArn.t -> permissions:MemberPermissions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of EnvironmentId.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