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 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.
PendingAggregationRequest' | |
|
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.