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
- data AssociationOverview = AssociationOverview' {}
- newAssociationOverview :: AssociationOverview
- associationOverview_detailedStatus :: Lens' AssociationOverview (Maybe Text)
- associationOverview_status :: Lens' AssociationOverview (Maybe Text)
- associationOverview_associationStatusAggregatedCount :: Lens' AssociationOverview (Maybe (HashMap Text Int))
Documentation
data AssociationOverview Source #
Information about the association.
See: newAssociationOverview
smart constructor.
AssociationOverview' | |
|
Instances
newAssociationOverview :: AssociationOverview Source #
Create a value of AssociationOverview
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:detailedStatus:AssociationOverview'
, associationOverview_detailedStatus
- A detailed status of the association.
$sel:status:AssociationOverview'
, associationOverview_status
- The status of the association. Status can be: Pending, Success, or
Failed.
$sel:associationStatusAggregatedCount:AssociationOverview'
, associationOverview_associationStatusAggregatedCount
- Returns the number of targets for the association status. For example,
if you created an association with two instances, and one of them was
successful, this would return the count of instances by status.
associationOverview_detailedStatus :: Lens' AssociationOverview (Maybe Text) Source #
A detailed status of the association.
associationOverview_status :: Lens' AssociationOverview (Maybe Text) Source #
The status of the association. Status can be: Pending, Success, or Failed.
associationOverview_associationStatusAggregatedCount :: Lens' AssociationOverview (Maybe (HashMap Text Int)) Source #
Returns the number of targets for the association status. For example, if you created an association with two instances, and one of them was successful, this would return the count of instances by status.