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 |
Documentation
data ResourceStatus Source #
A structure that identifies the current group membership status for a
resource. Adding a resource to a resource group is performed
asynchronously as a background task. A PENDING
status indicates, for
this resource, that the process isn't completed yet.
See: newResourceStatus
smart constructor.
ResourceStatus' | |
|
Instances
newResourceStatus :: ResourceStatus Source #
Create a value of ResourceStatus
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:name:ResourceStatus'
, resourceStatus_name
- The current status.
resourceStatus_name :: Lens' ResourceStatus (Maybe ResourceStatusValue) Source #
The current status.