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
Directory structure that includes the directory name and directory ARN.
See: newDirectory
smart constructor.
Directory' | |
|
Instances
newDirectory :: Directory Source #
Create a value of Directory
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:directoryArn:Directory'
, directory_directoryArn
- The Amazon Resource Name (ARN) that is associated with the directory.
For more information, see arns.
$sel:state:Directory'
, directory_state
- The state of the directory. Can be either Enabled
, Disabled
, or
Deleted
.
$sel:name:Directory'
, directory_name
- The name of the directory.
$sel:creationDateTime:Directory'
, directory_creationDateTime
- The date and time when the directory was created.
directory_directoryArn :: Lens' Directory (Maybe Text) Source #
The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.
directory_state :: Lens' Directory (Maybe DirectoryState) Source #
The state of the directory. Can be either Enabled
, Disabled
, or
Deleted
.