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 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.
Instances
newDeleteInstanceProfile Source #
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:
$sel:arn: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.
DeleteInstanceProfileResponse' | |
|
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.