Copyright | (c) 2013-2021 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 |
Synopsis
Documentation
data UnshareTarget Source #
Identifier that contains details about the directory consumer account with whom the directory is being unshared.
See: newUnshareTarget
smart constructor.
UnshareTarget' | |
|
Instances
Create a value of UnshareTarget
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:id:UnshareTarget'
, unshareTarget_id
- Identifier of the directory consumer account.
$sel:type':UnshareTarget'
, unshareTarget_type
- Type of identifier to be used in the Id field.
unshareTarget_id :: Lens' UnshareTarget Text Source #
Identifier of the directory consumer account.
unshareTarget_type :: Lens' UnshareTarget TargetType Source #
Type of identifier to be used in the Id field.