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 an existing configuration set.
Synopsis
- data DeleteConfigurationSet = DeleteConfigurationSet' {}
- newDeleteConfigurationSet :: Text -> DeleteConfigurationSet
- deleteConfigurationSet_configurationSetName :: Lens' DeleteConfigurationSet Text
- data DeleteConfigurationSetResponse = DeleteConfigurationSetResponse' {
- httpStatus :: Int
- newDeleteConfigurationSetResponse :: Int -> DeleteConfigurationSetResponse
- deleteConfigurationSetResponse_httpStatus :: Lens' DeleteConfigurationSetResponse Int
Creating a Request
data DeleteConfigurationSet Source #
See: newDeleteConfigurationSet
smart constructor.
DeleteConfigurationSet' | |
|
Instances
newDeleteConfigurationSet Source #
Create a value of DeleteConfigurationSet
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:configurationSetName:DeleteConfigurationSet'
, deleteConfigurationSet_configurationSetName
- ConfigurationSetName
Request Lenses
deleteConfigurationSet_configurationSetName :: Lens' DeleteConfigurationSet Text Source #
ConfigurationSetName
Destructuring the Response
data DeleteConfigurationSetResponse Source #
An empty object that indicates that the configuration set was deleted successfully.
See: newDeleteConfigurationSetResponse
smart constructor.
DeleteConfigurationSetResponse' | |
|
Instances
Eq DeleteConfigurationSetResponse Source # | |
Read DeleteConfigurationSetResponse Source # | |
Show DeleteConfigurationSetResponse Source # | |
Generic DeleteConfigurationSetResponse Source # | |
NFData DeleteConfigurationSetResponse Source # | |
Defined in Amazonka.PinpointSMSVoice.DeleteConfigurationSet rnf :: DeleteConfigurationSetResponse -> () # | |
type Rep DeleteConfigurationSetResponse Source # | |
Defined in Amazonka.PinpointSMSVoice.DeleteConfigurationSet type Rep DeleteConfigurationSetResponse = D1 ('MetaData "DeleteConfigurationSetResponse" "Amazonka.PinpointSMSVoice.DeleteConfigurationSet" "libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice" 'False) (C1 ('MetaCons "DeleteConfigurationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteConfigurationSetResponse Source #
Create a value of DeleteConfigurationSetResponse
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:DeleteConfigurationSetResponse'
, deleteConfigurationSetResponse_httpStatus
- The response's http status code.
Response Lenses
deleteConfigurationSetResponse_httpStatus :: Lens' DeleteConfigurationSetResponse Int Source #
The response's http status code.