| 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.Config.Types.AggregatedSourceStatus
Description
Synopsis
- data AggregatedSourceStatus = AggregatedSourceStatus' {}
- newAggregatedSourceStatus :: AggregatedSourceStatus
- aggregatedSourceStatus_awsRegion :: Lens' AggregatedSourceStatus (Maybe Text)
- aggregatedSourceStatus_lastErrorCode :: Lens' AggregatedSourceStatus (Maybe Text)
- aggregatedSourceStatus_lastErrorMessage :: Lens' AggregatedSourceStatus (Maybe Text)
- aggregatedSourceStatus_lastUpdateStatus :: Lens' AggregatedSourceStatus (Maybe AggregatedSourceStatusType)
- aggregatedSourceStatus_lastUpdateTime :: Lens' AggregatedSourceStatus (Maybe UTCTime)
- aggregatedSourceStatus_sourceId :: Lens' AggregatedSourceStatus (Maybe Text)
- aggregatedSourceStatus_sourceType :: Lens' AggregatedSourceStatus (Maybe AggregatedSourceType)
Documentation
data AggregatedSourceStatus Source #
The current sync status between the source and the aggregator account.
See: newAggregatedSourceStatus smart constructor.
Constructors
| AggregatedSourceStatus' | |
Fields
| |
Instances
newAggregatedSourceStatus :: AggregatedSourceStatus Source #
Create a value of AggregatedSourceStatus 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:awsRegion:AggregatedSourceStatus', aggregatedSourceStatus_awsRegion - The region authorized to collect aggregated data.
$sel:lastErrorCode:AggregatedSourceStatus', aggregatedSourceStatus_lastErrorCode - The error code that Config returned when the source account aggregation
last failed.
$sel:lastErrorMessage:AggregatedSourceStatus', aggregatedSourceStatus_lastErrorMessage - The message indicating that the source account aggregation failed due to
an error.
$sel:lastUpdateStatus:AggregatedSourceStatus', aggregatedSourceStatus_lastUpdateStatus - Filters the last updated status type.
- Valid value FAILED indicates errors while moving data.
- Valid value SUCCEEDED indicates the data was successfully moved.
- Valid value OUTDATED indicates the data is not the most recent.
$sel:lastUpdateTime:AggregatedSourceStatus', aggregatedSourceStatus_lastUpdateTime - The time of the last update.
$sel:sourceId:AggregatedSourceStatus', aggregatedSourceStatus_sourceId - The source account ID or an organization.
$sel:sourceType:AggregatedSourceStatus', aggregatedSourceStatus_sourceType - The source account or an organization.
aggregatedSourceStatus_awsRegion :: Lens' AggregatedSourceStatus (Maybe Text) Source #
The region authorized to collect aggregated data.
aggregatedSourceStatus_lastErrorCode :: Lens' AggregatedSourceStatus (Maybe Text) Source #
The error code that Config returned when the source account aggregation last failed.
aggregatedSourceStatus_lastErrorMessage :: Lens' AggregatedSourceStatus (Maybe Text) Source #
The message indicating that the source account aggregation failed due to an error.
aggregatedSourceStatus_lastUpdateStatus :: Lens' AggregatedSourceStatus (Maybe AggregatedSourceStatusType) Source #
Filters the last updated status type.
- Valid value FAILED indicates errors while moving data.
- Valid value SUCCEEDED indicates the data was successfully moved.
- Valid value OUTDATED indicates the data is not the most recent.
aggregatedSourceStatus_lastUpdateTime :: Lens' AggregatedSourceStatus (Maybe UTCTime) Source #
The time of the last update.
aggregatedSourceStatus_sourceId :: Lens' AggregatedSourceStatus (Maybe Text) Source #
The source account ID or an organization.
aggregatedSourceStatus_sourceType :: Lens' AggregatedSourceStatus (Maybe AggregatedSourceType) Source #
The source account or an organization.