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 |
Provides information to AWS SMS about whether application validation is successful.
Synopsis
- data NotifyAppValidationOutput = NotifyAppValidationOutput' {}
- newNotifyAppValidationOutput :: Text -> NotifyAppValidationOutput
- notifyAppValidationOutput_notificationContext :: Lens' NotifyAppValidationOutput (Maybe NotificationContext)
- notifyAppValidationOutput_appId :: Lens' NotifyAppValidationOutput Text
- data NotifyAppValidationOutputResponse = NotifyAppValidationOutputResponse' {
- httpStatus :: Int
- newNotifyAppValidationOutputResponse :: Int -> NotifyAppValidationOutputResponse
- notifyAppValidationOutputResponse_httpStatus :: Lens' NotifyAppValidationOutputResponse Int
Creating a Request
data NotifyAppValidationOutput Source #
See: newNotifyAppValidationOutput
smart constructor.
NotifyAppValidationOutput' | |
|
Instances
newNotifyAppValidationOutput Source #
Create a value of NotifyAppValidationOutput
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:notificationContext:NotifyAppValidationOutput'
, notifyAppValidationOutput_notificationContext
- The notification information.
$sel:appId:NotifyAppValidationOutput'
, notifyAppValidationOutput_appId
- The ID of the application.
Request Lenses
notifyAppValidationOutput_notificationContext :: Lens' NotifyAppValidationOutput (Maybe NotificationContext) Source #
The notification information.
notifyAppValidationOutput_appId :: Lens' NotifyAppValidationOutput Text Source #
The ID of the application.
Destructuring the Response
data NotifyAppValidationOutputResponse Source #
See: newNotifyAppValidationOutputResponse
smart constructor.
NotifyAppValidationOutputResponse' | |
|
Instances
Eq NotifyAppValidationOutputResponse Source # | |
Read NotifyAppValidationOutputResponse Source # | |
Show NotifyAppValidationOutputResponse Source # | |
Defined in Amazonka.SMS.NotifyAppValidationOutput | |
Generic NotifyAppValidationOutputResponse Source # | |
NFData NotifyAppValidationOutputResponse Source # | |
Defined in Amazonka.SMS.NotifyAppValidationOutput rnf :: NotifyAppValidationOutputResponse -> () # | |
type Rep NotifyAppValidationOutputResponse Source # | |
Defined in Amazonka.SMS.NotifyAppValidationOutput type Rep NotifyAppValidationOutputResponse = D1 ('MetaData "NotifyAppValidationOutputResponse" "Amazonka.SMS.NotifyAppValidationOutput" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "NotifyAppValidationOutputResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newNotifyAppValidationOutputResponse Source #
Create a value of NotifyAppValidationOutputResponse
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:NotifyAppValidationOutputResponse'
, notifyAppValidationOutputResponse_httpStatus
- The response's http status code.
Response Lenses
notifyAppValidationOutputResponse_httpStatus :: Lens' NotifyAppValidationOutputResponse Int Source #
The response's http status code.