| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.DeleteInstanceProfile
Description
Deletes a profile that can be applied to one or more private device instances.
Synopsis
- data DeleteInstanceProfile = DeleteInstanceProfile' {}
- newDeleteInstanceProfile :: Text -> DeleteInstanceProfile
- deleteInstanceProfile_arn :: Lens' DeleteInstanceProfile Text
- data DeleteInstanceProfileResponse = DeleteInstanceProfileResponse' {
- httpStatus :: Int
- newDeleteInstanceProfileResponse :: Int -> DeleteInstanceProfileResponse
- deleteInstanceProfileResponse_httpStatus :: Lens' DeleteInstanceProfileResponse Int
Creating a Request
data DeleteInstanceProfile Source #
See: newDeleteInstanceProfile smart constructor.
Constructors
| DeleteInstanceProfile' | |
Instances
newDeleteInstanceProfile Source #
Arguments
| :: Text | |
| -> DeleteInstanceProfile |
Create a value of DeleteInstanceProfile 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:
DeleteInstanceProfile, deleteInstanceProfile_arn - The Amazon Resource Name (ARN) of the instance profile you are
requesting to delete.
Request Lenses
deleteInstanceProfile_arn :: Lens' DeleteInstanceProfile Text Source #
The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.
Destructuring the Response
data DeleteInstanceProfileResponse Source #
See: newDeleteInstanceProfileResponse smart constructor.
Constructors
| DeleteInstanceProfileResponse' | |
Fields
| |
Instances
newDeleteInstanceProfileResponse Source #
Create a value of DeleteInstanceProfileResponse 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:DeleteInstanceProfileResponse', deleteInstanceProfileResponse_httpStatus - The response's http status code.
Response Lenses
deleteInstanceProfileResponse_httpStatus :: Lens' DeleteInstanceProfileResponse Int Source #
The response's http status code.