import { BrowserHttpOptions as __HttpOptions__ } from "@aws-sdk/types"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * CreateEnvironmentMembershipInput shape */ export interface CreateEnvironmentMembershipInput { /** *
The ID of the environment that contains the environment member you want to add.
*/ environmentId: string; /** *The Amazon Resource Name (ARN) of the environment member you want to add.
*/ userArn: string; /** *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.