| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Config.DeletePendingAggregationRequest
Description
Deletes pending authorization requests for a specified aggregator account in a specified region.
- deletePendingAggregationRequest :: Text -> Text -> DeletePendingAggregationRequest
- data DeletePendingAggregationRequest
- dparRequesterAccountId :: Lens' DeletePendingAggregationRequest Text
- dparRequesterAWSRegion :: Lens' DeletePendingAggregationRequest Text
- deletePendingAggregationRequestResponse :: DeletePendingAggregationRequestResponse
- data DeletePendingAggregationRequestResponse
Creating a Request
deletePendingAggregationRequest Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeletePendingAggregationRequest |
Creates a value of DeletePendingAggregationRequest with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dparRequesterAccountId- The 12-digit account ID of the account requesting to aggregate data.dparRequesterAWSRegion- The region requesting to aggregate data.
data DeletePendingAggregationRequest Source #
See: deletePendingAggregationRequest smart constructor.
Instances
Request Lenses
dparRequesterAccountId :: Lens' DeletePendingAggregationRequest Text Source #
The 12-digit account ID of the account requesting to aggregate data.
dparRequesterAWSRegion :: Lens' DeletePendingAggregationRequest Text Source #
The region requesting to aggregate data.
Destructuring the Response
deletePendingAggregationRequestResponse :: DeletePendingAggregationRequestResponse Source #
Creates a value of DeletePendingAggregationRequestResponse with the minimum fields required to make a request.
data DeletePendingAggregationRequestResponse Source #
See: deletePendingAggregationRequestResponse smart constructor.
Instances