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