| 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.PendingAggregationRequest
Description
Synopsis
- data PendingAggregationRequest = PendingAggregationRequest' {}
- newPendingAggregationRequest :: PendingAggregationRequest
- pendingAggregationRequest_requesterAccountId :: Lens' PendingAggregationRequest (Maybe Text)
- pendingAggregationRequest_requesterAwsRegion :: Lens' PendingAggregationRequest (Maybe Text)
Documentation
data PendingAggregationRequest Source #
An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.
See: newPendingAggregationRequest smart constructor.
Constructors
| PendingAggregationRequest' | |
Fields
| |
Instances
newPendingAggregationRequest :: PendingAggregationRequest Source #
Create a value of PendingAggregationRequest 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:requesterAccountId:PendingAggregationRequest', pendingAggregationRequest_requesterAccountId - The 12-digit account ID of the account requesting to aggregate data.
$sel:requesterAwsRegion:PendingAggregationRequest', pendingAggregationRequest_requesterAwsRegion - The region requesting to aggregate data.
pendingAggregationRequest_requesterAccountId :: Lens' PendingAggregationRequest (Maybe Text) Source #
The 12-digit account ID of the account requesting to aggregate data.
pendingAggregationRequest_requesterAwsRegion :: Lens' PendingAggregationRequest (Maybe Text) Source #
The region requesting to aggregate data.