| 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.DeleteAggregationAuthorization
Description
Deletes the authorization granted to the specified configuration aggregator account in a specified region.
Synopsis
- data DeleteAggregationAuthorization = DeleteAggregationAuthorization' {}
- newDeleteAggregationAuthorization :: Text -> Text -> DeleteAggregationAuthorization
- deleteAggregationAuthorization_authorizedAccountId :: Lens' DeleteAggregationAuthorization Text
- deleteAggregationAuthorization_authorizedAwsRegion :: Lens' DeleteAggregationAuthorization Text
- data DeleteAggregationAuthorizationResponse = DeleteAggregationAuthorizationResponse' {
- newDeleteAggregationAuthorizationResponse :: DeleteAggregationAuthorizationResponse
Creating a Request
data DeleteAggregationAuthorization Source #
See: newDeleteAggregationAuthorization smart constructor.
Constructors
| DeleteAggregationAuthorization' | |
Fields
| |
Instances
newDeleteAggregationAuthorization Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteAggregationAuthorization |
Create a value of DeleteAggregationAuthorization 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:
DeleteAggregationAuthorization, deleteAggregationAuthorization_authorizedAccountId - The 12-digit account ID of the account authorized to aggregate data.
DeleteAggregationAuthorization, deleteAggregationAuthorization_authorizedAwsRegion - The region authorized to collect aggregated data.
Request Lenses
deleteAggregationAuthorization_authorizedAccountId :: Lens' DeleteAggregationAuthorization Text Source #
The 12-digit account ID of the account authorized to aggregate data.
deleteAggregationAuthorization_authorizedAwsRegion :: Lens' DeleteAggregationAuthorization Text Source #
The region authorized to collect aggregated data.
Destructuring the Response
data DeleteAggregationAuthorizationResponse Source #
See: newDeleteAggregationAuthorizationResponse smart constructor.
Constructors
| DeleteAggregationAuthorizationResponse' | |
Instances
newDeleteAggregationAuthorizationResponse :: DeleteAggregationAuthorizationResponse Source #
Create a value of DeleteAggregationAuthorizationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.