| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.WorkMail.DisassociateDelegateFromResource
Description
Removes a member from the resource's set of delegates.
Synopsis
- disassociateDelegateFromResource :: Text -> Text -> Text -> DisassociateDelegateFromResource
- data DisassociateDelegateFromResource
- ddfrOrganizationId :: Lens' DisassociateDelegateFromResource Text
- ddfrResourceId :: Lens' DisassociateDelegateFromResource Text
- ddfrEntityId :: Lens' DisassociateDelegateFromResource Text
- disassociateDelegateFromResourceResponse :: Int -> DisassociateDelegateFromResourceResponse
- data DisassociateDelegateFromResourceResponse
- ddfrrsResponseStatus :: Lens' DisassociateDelegateFromResourceResponse Int
Creating a Request
disassociateDelegateFromResource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DisassociateDelegateFromResource |
Creates a value of DisassociateDelegateFromResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddfrOrganizationId- The identifier for the organization under which the resource exists.ddfrResourceId- The identifier of the resource from which delegates' set members are removed.ddfrEntityId- The identifier for the member (user, group) to be removed from the resource's delegates.
data DisassociateDelegateFromResource Source #
See: disassociateDelegateFromResource smart constructor.
Instances
Request Lenses
ddfrOrganizationId :: Lens' DisassociateDelegateFromResource Text Source #
The identifier for the organization under which the resource exists.
ddfrResourceId :: Lens' DisassociateDelegateFromResource Text Source #
The identifier of the resource from which delegates' set members are removed.
ddfrEntityId :: Lens' DisassociateDelegateFromResource Text Source #
The identifier for the member (user, group) to be removed from the resource's delegates.
Destructuring the Response
disassociateDelegateFromResourceResponse Source #
Creates a value of DisassociateDelegateFromResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddfrrsResponseStatus- -- | The response status code.
data DisassociateDelegateFromResourceResponse Source #
See: disassociateDelegateFromResourceResponse smart constructor.
Instances
Response Lenses
ddfrrsResponseStatus :: Lens' DisassociateDelegateFromResourceResponse Int Source #
- - | The response status code.