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.DeleteAppLaunchConfiguration
Description
Deletes the launch configuration for the specified application.
Synopsis
- data DeleteAppLaunchConfiguration = DeleteAppLaunchConfiguration' {}
- newDeleteAppLaunchConfiguration :: DeleteAppLaunchConfiguration
- deleteAppLaunchConfiguration_appId :: Lens' DeleteAppLaunchConfiguration (Maybe Text)
- data DeleteAppLaunchConfigurationResponse = DeleteAppLaunchConfigurationResponse' {
- httpStatus :: Int
- newDeleteAppLaunchConfigurationResponse :: Int -> DeleteAppLaunchConfigurationResponse
- deleteAppLaunchConfigurationResponse_httpStatus :: Lens' DeleteAppLaunchConfigurationResponse Int
Creating a Request
data DeleteAppLaunchConfiguration Source #
See: newDeleteAppLaunchConfiguration
smart constructor.
Constructors
DeleteAppLaunchConfiguration' | |
Instances
newDeleteAppLaunchConfiguration :: DeleteAppLaunchConfiguration Source #
Create a value of DeleteAppLaunchConfiguration
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:appId:DeleteAppLaunchConfiguration'
, deleteAppLaunchConfiguration_appId
- The ID of the application.
Request Lenses
deleteAppLaunchConfiguration_appId :: Lens' DeleteAppLaunchConfiguration (Maybe Text) Source #
The ID of the application.
Destructuring the Response
data DeleteAppLaunchConfigurationResponse Source #
See: newDeleteAppLaunchConfigurationResponse
smart constructor.
Constructors
DeleteAppLaunchConfigurationResponse' | |
Fields
|
Instances
newDeleteAppLaunchConfigurationResponse Source #
Arguments
:: Int | |
-> DeleteAppLaunchConfigurationResponse |
Create a value of DeleteAppLaunchConfigurationResponse
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:DeleteAppLaunchConfigurationResponse'
, deleteAppLaunchConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteAppLaunchConfigurationResponse_httpStatus :: Lens' DeleteAppLaunchConfigurationResponse Int Source #
The response's http status code.