| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Cloud9.DeleteEnvironmentMembership
Description
Deletes an environment member from a development environment.
Synopsis
- data DeleteEnvironmentMembership = DeleteEnvironmentMembership' {
- environmentId :: Text
- userArn :: Text
- newDeleteEnvironmentMembership :: Text -> Text -> DeleteEnvironmentMembership
- deleteEnvironmentMembership_environmentId :: Lens' DeleteEnvironmentMembership Text
- deleteEnvironmentMembership_userArn :: Lens' DeleteEnvironmentMembership Text
- data DeleteEnvironmentMembershipResponse = DeleteEnvironmentMembershipResponse' {
- httpStatus :: Int
- newDeleteEnvironmentMembershipResponse :: Int -> DeleteEnvironmentMembershipResponse
- deleteEnvironmentMembershipResponse_httpStatus :: Lens' DeleteEnvironmentMembershipResponse Int
Creating a Request
data DeleteEnvironmentMembership Source #
See: newDeleteEnvironmentMembership smart constructor.
Constructors
| DeleteEnvironmentMembership' | |
Fields
| |
Instances
newDeleteEnvironmentMembership Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteEnvironmentMembership |
Create a value of DeleteEnvironmentMembership with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteEnvironmentMembership, deleteEnvironmentMembership_environmentId - The ID of the environment to delete the environment member from.
DeleteEnvironmentMembership, deleteEnvironmentMembership_userArn - The Amazon Resource Name (ARN) of the environment member to delete from
the environment.
Request Lenses
deleteEnvironmentMembership_environmentId :: Lens' DeleteEnvironmentMembership Text Source #
The ID of the environment to delete the environment member from.
deleteEnvironmentMembership_userArn :: Lens' DeleteEnvironmentMembership Text Source #
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
Destructuring the Response
data DeleteEnvironmentMembershipResponse Source #
See: newDeleteEnvironmentMembershipResponse smart constructor.
Constructors
| DeleteEnvironmentMembershipResponse' | |
Fields
| |
Instances
newDeleteEnvironmentMembershipResponse Source #
Arguments
| :: Int | |
| -> DeleteEnvironmentMembershipResponse |
Create a value of DeleteEnvironmentMembershipResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteEnvironmentMembershipResponse', deleteEnvironmentMembershipResponse_httpStatus - The response's http status code.
Response Lenses
deleteEnvironmentMembershipResponse_httpStatus :: Lens' DeleteEnvironmentMembershipResponse Int Source #
The response's http status code.