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