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 room profile by the profile ARN.
Synopsis
- data DeleteProfile = DeleteProfile' {
- profileArn :: Maybe Text
- newDeleteProfile :: DeleteProfile
- deleteProfile_profileArn :: Lens' DeleteProfile (Maybe Text)
- data DeleteProfileResponse = DeleteProfileResponse' {
- httpStatus :: Int
- newDeleteProfileResponse :: Int -> DeleteProfileResponse
- deleteProfileResponse_httpStatus :: Lens' DeleteProfileResponse Int
Creating a Request
data DeleteProfile Source #
See: newDeleteProfile
smart constructor.
DeleteProfile' | |
|
Instances
newDeleteProfile :: DeleteProfile Source #
Create a value of DeleteProfile
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:profileArn:DeleteProfile'
, deleteProfile_profileArn
- The ARN of the room profile to delete. Required.
Request Lenses
deleteProfile_profileArn :: Lens' DeleteProfile (Maybe Text) Source #
The ARN of the room profile to delete. Required.
Destructuring the Response
data DeleteProfileResponse Source #
See: newDeleteProfileResponse
smart constructor.
DeleteProfileResponse' | |
|
Instances
newDeleteProfileResponse Source #
Create a value of DeleteProfileResponse
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:DeleteProfileResponse'
, deleteProfileResponse_httpStatus
- The response's http status code.
Response Lenses
deleteProfileResponse_httpStatus :: Lens' DeleteProfileResponse Int Source #
The response's http status code.