| 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.DeletePendingAggregationRequest
Description
Deletes pending authorization requests for a specified aggregator account in a specified region.
Synopsis
- data DeletePendingAggregationRequest = DeletePendingAggregationRequest' {}
- newDeletePendingAggregationRequest :: Text -> Text -> DeletePendingAggregationRequest
- deletePendingAggregationRequest_requesterAccountId :: Lens' DeletePendingAggregationRequest Text
- deletePendingAggregationRequest_requesterAwsRegion :: Lens' DeletePendingAggregationRequest Text
- data DeletePendingAggregationRequestResponse = DeletePendingAggregationRequestResponse' {
- newDeletePendingAggregationRequestResponse :: DeletePendingAggregationRequestResponse
Creating a Request
data DeletePendingAggregationRequest Source #
See: newDeletePendingAggregationRequest smart constructor.
Constructors
| DeletePendingAggregationRequest' | |
Fields
| |
Instances
newDeletePendingAggregationRequest Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeletePendingAggregationRequest |
Create a value of DeletePendingAggregationRequest 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:
DeletePendingAggregationRequest, deletePendingAggregationRequest_requesterAccountId - The 12-digit account ID of the account requesting to aggregate data.
DeletePendingAggregationRequest, deletePendingAggregationRequest_requesterAwsRegion - The region requesting to aggregate data.
Request Lenses
deletePendingAggregationRequest_requesterAccountId :: Lens' DeletePendingAggregationRequest Text Source #
The 12-digit account ID of the account requesting to aggregate data.
deletePendingAggregationRequest_requesterAwsRegion :: Lens' DeletePendingAggregationRequest Text Source #
The region requesting to aggregate data.
Destructuring the Response
data DeletePendingAggregationRequestResponse Source #
See: newDeletePendingAggregationRequestResponse smart constructor.
Constructors
| DeletePendingAggregationRequestResponse' | |
Instances
newDeletePendingAggregationRequestResponse :: DeletePendingAggregationRequestResponse Source #
Create a value of DeletePendingAggregationRequestResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.