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 |
Amazonka.SMS.NotifyAppValidationOutput
Description
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.
Constructors
NotifyAppValidationOutput' | |
Fields
|
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.
Constructors
NotifyAppValidationOutputResponse' | |
Fields
|
Instances
newNotifyAppValidationOutputResponse Source #
Arguments
:: Int | |
-> NotifyAppValidationOutputResponse |
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.