| 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.DeleteAggregationAuthorization
Description
Deletes the authorization granted to the specified configuration aggregator account in a specified region.
- deleteAggregationAuthorization :: Text -> Text -> DeleteAggregationAuthorization
- data DeleteAggregationAuthorization
- daaAuthorizedAccountId :: Lens' DeleteAggregationAuthorization Text
- daaAuthorizedAWSRegion :: Lens' DeleteAggregationAuthorization Text
- deleteAggregationAuthorizationResponse :: DeleteAggregationAuthorizationResponse
- data DeleteAggregationAuthorizationResponse
Creating a Request
deleteAggregationAuthorization Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteAggregationAuthorization |
Creates a value of DeleteAggregationAuthorization with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daaAuthorizedAccountId- The 12-digit account ID of the account authorized to aggregate data.daaAuthorizedAWSRegion- The region authorized to collect aggregated data.
data DeleteAggregationAuthorization Source #
See: deleteAggregationAuthorization smart constructor.
Instances
Request Lenses
daaAuthorizedAccountId :: Lens' DeleteAggregationAuthorization Text Source #
The 12-digit account ID of the account authorized to aggregate data.
daaAuthorizedAWSRegion :: Lens' DeleteAggregationAuthorization Text Source #
The region authorized to collect aggregated data.
Destructuring the Response
deleteAggregationAuthorizationResponse :: DeleteAggregationAuthorizationResponse Source #
Creates a value of DeleteAggregationAuthorizationResponse with the minimum fields required to make a request.
data DeleteAggregationAuthorizationResponse Source #
See: deleteAggregationAuthorizationResponse smart constructor.
Instances