| 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.DirectoryService.Types.UnshareTarget
Description
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.
Constructors
| UnshareTarget' | |
Fields
| |
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.