libZSservicesZSamazonka-robomakerZSamazonka-robomaker
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.RobOMaker.DeleteRobotApplication

Description

Deletes a robot application.

Synopsis

Creating a Request

data DeleteRobotApplication Source #

See: newDeleteRobotApplication smart constructor.

Constructors

DeleteRobotApplication' 

Fields

Instances

Instances details
Eq DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Read DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Show DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Generic DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type Rep DeleteRobotApplication :: Type -> Type #

NFData DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Methods

rnf :: DeleteRobotApplication -> () #

Hashable DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

ToJSON DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

AWSRequest DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type AWSResponse DeleteRobotApplication #

ToHeaders DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

ToPath DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

ToQuery DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type Rep DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type Rep DeleteRobotApplication = D1 ('MetaData "DeleteRobotApplication" "Amazonka.RobOMaker.DeleteRobotApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeleteRobotApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

newDeleteRobotApplication Source #

Create a value of DeleteRobotApplication 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:applicationVersion:DeleteRobotApplication', deleteRobotApplication_applicationVersion - The version of the robot application to delete.

$sel:application:DeleteRobotApplication', deleteRobotApplication_application - The Amazon Resource Name (ARN) of the the robot application.

Request Lenses

deleteRobotApplication_applicationVersion :: Lens' DeleteRobotApplication (Maybe Text) Source #

The version of the robot application to delete.

deleteRobotApplication_application :: Lens' DeleteRobotApplication Text Source #

The Amazon Resource Name (ARN) of the the robot application.

Destructuring the Response

data DeleteRobotApplicationResponse Source #

See: newDeleteRobotApplicationResponse smart constructor.

Constructors

DeleteRobotApplicationResponse' 

Fields

Instances

Instances details
Eq DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Read DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Show DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Generic DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type Rep DeleteRobotApplicationResponse :: Type -> Type #

NFData DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type Rep DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type Rep DeleteRobotApplicationResponse = D1 ('MetaData "DeleteRobotApplicationResponse" "Amazonka.RobOMaker.DeleteRobotApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeleteRobotApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteRobotApplicationResponse Source #

Create a value of DeleteRobotApplicationResponse 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:DeleteRobotApplicationResponse', deleteRobotApplicationResponse_httpStatus - The response's http status code.

Response Lenses