Values.UpdateEnvironmentMembershipRequestSourceChanges the settings of an existing environment member for 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"
type nonrec t = {environmentId : EnvironmentId.t;The ID of the environment for the environment member whose settings you want to change.
*)userArn : UserArn.t;The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
*)permissions : MemberPermissions.t;The replacement 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.
*)}val make :
environmentId:EnvironmentId.t ->
userArn:UserArn.t ->
permissions:MemberPermissions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EnvironmentId.t ]) list ]