| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SMS.NotifyAppValidationOutput
Description
Provides information to Server Migration Service 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 #
Arguments
| :: Text | |
| -> NotifyAppValidationOutput |
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.
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.