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 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.
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.
DeleteAppLaunchConfigurationResponse' | |
|
Instances
Eq DeleteAppLaunchConfigurationResponse Source # | |
Read DeleteAppLaunchConfigurationResponse Source # | |
Show DeleteAppLaunchConfigurationResponse Source # | |
Generic DeleteAppLaunchConfigurationResponse Source # | |
NFData DeleteAppLaunchConfigurationResponse Source # | |
Defined in Amazonka.SMS.DeleteAppLaunchConfiguration rnf :: DeleteAppLaunchConfigurationResponse -> () # | |
type Rep DeleteAppLaunchConfigurationResponse Source # | |
Defined in Amazonka.SMS.DeleteAppLaunchConfiguration type Rep DeleteAppLaunchConfigurationResponse = D1 ('MetaData "DeleteAppLaunchConfigurationResponse" "Amazonka.SMS.DeleteAppLaunchConfiguration" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "DeleteAppLaunchConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteAppLaunchConfigurationResponse Source #
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.