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 queued purchase for the specified Savings Plan.
Synopsis
- data DeleteQueuedSavingsPlan = DeleteQueuedSavingsPlan' {}
- newDeleteQueuedSavingsPlan :: Text -> DeleteQueuedSavingsPlan
- deleteQueuedSavingsPlan_savingsPlanId :: Lens' DeleteQueuedSavingsPlan Text
- data DeleteQueuedSavingsPlanResponse = DeleteQueuedSavingsPlanResponse' {
- httpStatus :: Int
- newDeleteQueuedSavingsPlanResponse :: Int -> DeleteQueuedSavingsPlanResponse
- deleteQueuedSavingsPlanResponse_httpStatus :: Lens' DeleteQueuedSavingsPlanResponse Int
Creating a Request
data DeleteQueuedSavingsPlan Source #
See: newDeleteQueuedSavingsPlan
smart constructor.
DeleteQueuedSavingsPlan' | |
|
Instances
newDeleteQueuedSavingsPlan Source #
Create a value of DeleteQueuedSavingsPlan
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:savingsPlanId:DeleteQueuedSavingsPlan'
, deleteQueuedSavingsPlan_savingsPlanId
- The ID of the Savings Plan.
Request Lenses
deleteQueuedSavingsPlan_savingsPlanId :: Lens' DeleteQueuedSavingsPlan Text Source #
The ID of the Savings Plan.
Destructuring the Response
data DeleteQueuedSavingsPlanResponse Source #
See: newDeleteQueuedSavingsPlanResponse
smart constructor.
DeleteQueuedSavingsPlanResponse' | |
|
Instances
Eq DeleteQueuedSavingsPlanResponse Source # | |
Read DeleteQueuedSavingsPlanResponse Source # | |
Show DeleteQueuedSavingsPlanResponse Source # | |
Generic DeleteQueuedSavingsPlanResponse Source # | |
NFData DeleteQueuedSavingsPlanResponse Source # | |
Defined in Amazonka.SavingsPlans.DeleteQueuedSavingsPlan rnf :: DeleteQueuedSavingsPlanResponse -> () # | |
type Rep DeleteQueuedSavingsPlanResponse Source # | |
Defined in Amazonka.SavingsPlans.DeleteQueuedSavingsPlan type Rep DeleteQueuedSavingsPlanResponse = D1 ('MetaData "DeleteQueuedSavingsPlanResponse" "Amazonka.SavingsPlans.DeleteQueuedSavingsPlan" "libZSservicesZSamazonka-savingsplansZSamazonka-savingsplans" 'False) (C1 ('MetaCons "DeleteQueuedSavingsPlanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteQueuedSavingsPlanResponse Source #
Create a value of DeleteQueuedSavingsPlanResponse
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:DeleteQueuedSavingsPlanResponse'
, deleteQueuedSavingsPlanResponse_httpStatus
- The response's http status code.
Response Lenses
deleteQueuedSavingsPlanResponse_httpStatus :: Lens' DeleteQueuedSavingsPlanResponse Int Source #
The response's http status code.