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 a robot application.
Synopsis
- data DeleteRobotApplication = DeleteRobotApplication' {}
- newDeleteRobotApplication :: Text -> DeleteRobotApplication
- deleteRobotApplication_applicationVersion :: Lens' DeleteRobotApplication (Maybe Text)
- deleteRobotApplication_application :: Lens' DeleteRobotApplication Text
- data DeleteRobotApplicationResponse = DeleteRobotApplicationResponse' {
- httpStatus :: Int
- newDeleteRobotApplicationResponse :: Int -> DeleteRobotApplicationResponse
- deleteRobotApplicationResponse_httpStatus :: Lens' DeleteRobotApplicationResponse Int
Creating a Request
data DeleteRobotApplication Source #
See: newDeleteRobotApplication
smart constructor.
DeleteRobotApplication' | |
|
Instances
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.
DeleteRobotApplicationResponse' | |
|
Instances
Eq DeleteRobotApplicationResponse Source # | |
Read DeleteRobotApplicationResponse Source # | |
Show DeleteRobotApplicationResponse Source # | |
Defined in Amazonka.RobOMaker.DeleteRobotApplication | |
Generic DeleteRobotApplicationResponse Source # | |
NFData DeleteRobotApplicationResponse Source # | |
Defined in Amazonka.RobOMaker.DeleteRobotApplication rnf :: DeleteRobotApplicationResponse -> () # | |
type Rep DeleteRobotApplicationResponse Source # | |
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
deleteRobotApplicationResponse_httpStatus :: Lens' DeleteRobotApplicationResponse Int Source #
The response's http status code.