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 |
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.
DeletePendingAggregationRequest' | |
|
Instances
newDeletePendingAggregationRequest Source #
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:
$sel:requesterAccountId:DeletePendingAggregationRequest'
, deletePendingAggregationRequest_requesterAccountId
- The 12-digit account ID of the account requesting to aggregate data.
$sel:requesterAwsRegion: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.
Instances
Eq DeletePendingAggregationRequestResponse Source # | |
Read DeletePendingAggregationRequestResponse Source # | |
Show DeletePendingAggregationRequestResponse Source # | |
Generic DeletePendingAggregationRequestResponse Source # | |
Defined in Amazonka.Config.DeletePendingAggregationRequest type Rep DeletePendingAggregationRequestResponse :: Type -> Type # | |
NFData DeletePendingAggregationRequestResponse Source # | |
Defined in Amazonka.Config.DeletePendingAggregationRequest rnf :: DeletePendingAggregationRequestResponse -> () # | |
type Rep DeletePendingAggregationRequestResponse Source # | |
Defined in Amazonka.Config.DeletePendingAggregationRequest type Rep DeletePendingAggregationRequestResponse = D1 ('MetaData "DeletePendingAggregationRequestResponse" "Amazonka.Config.DeletePendingAggregationRequest" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DeletePendingAggregationRequestResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeletePendingAggregationRequestResponse :: DeletePendingAggregationRequestResponse Source #
Create a value of DeletePendingAggregationRequestResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.