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 a cost anomaly subscription.
Synopsis
- data DeleteAnomalySubscription = DeleteAnomalySubscription' {}
- newDeleteAnomalySubscription :: Text -> DeleteAnomalySubscription
- deleteAnomalySubscription_subscriptionArn :: Lens' DeleteAnomalySubscription Text
- data DeleteAnomalySubscriptionResponse = DeleteAnomalySubscriptionResponse' {
- httpStatus :: Int
- newDeleteAnomalySubscriptionResponse :: Int -> DeleteAnomalySubscriptionResponse
- deleteAnomalySubscriptionResponse_httpStatus :: Lens' DeleteAnomalySubscriptionResponse Int
Creating a Request
data DeleteAnomalySubscription Source #
See: newDeleteAnomalySubscription
smart constructor.
DeleteAnomalySubscription' | |
|
Instances
newDeleteAnomalySubscription Source #
Create a value of DeleteAnomalySubscription
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:subscriptionArn:DeleteAnomalySubscription'
, deleteAnomalySubscription_subscriptionArn
- The unique identifier of the cost anomaly subscription that you want to
delete.
Request Lenses
deleteAnomalySubscription_subscriptionArn :: Lens' DeleteAnomalySubscription Text Source #
The unique identifier of the cost anomaly subscription that you want to delete.
Destructuring the Response
data DeleteAnomalySubscriptionResponse Source #
See: newDeleteAnomalySubscriptionResponse
smart constructor.
DeleteAnomalySubscriptionResponse' | |
|
Instances
Eq DeleteAnomalySubscriptionResponse Source # | |
Read DeleteAnomalySubscriptionResponse Source # | |
Show DeleteAnomalySubscriptionResponse Source # | |
Generic DeleteAnomalySubscriptionResponse Source # | |
NFData DeleteAnomalySubscriptionResponse Source # | |
Defined in Amazonka.CostExplorer.DeleteAnomalySubscription rnf :: DeleteAnomalySubscriptionResponse -> () # | |
type Rep DeleteAnomalySubscriptionResponse Source # | |
Defined in Amazonka.CostExplorer.DeleteAnomalySubscription type Rep DeleteAnomalySubscriptionResponse = D1 ('MetaData "DeleteAnomalySubscriptionResponse" "Amazonka.CostExplorer.DeleteAnomalySubscription" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "DeleteAnomalySubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteAnomalySubscriptionResponse Source #
Create a value of DeleteAnomalySubscriptionResponse
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:httpStatus:DeleteAnomalySubscriptionResponse'
, deleteAnomalySubscriptionResponse_httpStatus
- The response's http status code.
Response Lenses
deleteAnomalySubscriptionResponse_httpStatus :: Lens' DeleteAnomalySubscriptionResponse Int Source #
The response's http status code.