amazonka-robomaker-2.0: Amazon RoboMaker SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.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

AWSRequest DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type AWSResponse DeleteRobotApplication #

Generic DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type Rep DeleteRobotApplication :: Type -> Type #

Read DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Show DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

NFData DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Methods

rnf :: DeleteRobotApplication -> () #

Eq DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Hashable DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type AWSResponse 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" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" '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)))

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:

DeleteRobotApplication, deleteRobotApplication_applicationVersion - The version of the robot application to delete.

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
Generic DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type Rep DeleteRobotApplicationResponse :: Type -> Type #

Read DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Show DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

NFData DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Eq 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" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" '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