libZSservicesZSamazonka-smsZSamazonka-sms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SMS.DeleteAppLaunchConfiguration

Description

Deletes the launch configuration for the specified application.

Synopsis

Creating a Request

data DeleteAppLaunchConfiguration Source #

See: newDeleteAppLaunchConfiguration smart constructor.

Constructors

DeleteAppLaunchConfiguration' 

Fields

Instances

Instances details
Eq DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

Read DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

Show DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

Generic DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

Associated Types

type Rep DeleteAppLaunchConfiguration :: Type -> Type #

NFData DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

Hashable DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

ToJSON DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

AWSRequest DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

ToHeaders DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

ToPath DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

ToQuery DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

type Rep DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

type Rep DeleteAppLaunchConfiguration = D1 ('MetaData "DeleteAppLaunchConfiguration" "Amazonka.SMS.DeleteAppLaunchConfiguration" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "DeleteAppLaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DeleteAppLaunchConfiguration Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

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

Destructuring the Response

data DeleteAppLaunchConfigurationResponse Source #

Constructors

DeleteAppLaunchConfigurationResponse' 

Fields

Instances

Instances details
Eq DeleteAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

Read DeleteAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

Show DeleteAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

Generic DeleteAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

NFData DeleteAppLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteAppLaunchConfiguration

type Rep DeleteAppLaunchConfigurationResponse Source # 
Instance details

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