| 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 |
Amazonka.AlexaBusiness.DeleteSkillAuthorization
Description
Unlinks a third-party account from a skill.
Synopsis
- data DeleteSkillAuthorization = DeleteSkillAuthorization' {}
- newDeleteSkillAuthorization :: Text -> DeleteSkillAuthorization
- deleteSkillAuthorization_roomArn :: Lens' DeleteSkillAuthorization (Maybe Text)
- deleteSkillAuthorization_skillId :: Lens' DeleteSkillAuthorization Text
- data DeleteSkillAuthorizationResponse = DeleteSkillAuthorizationResponse' {
- httpStatus :: Int
- newDeleteSkillAuthorizationResponse :: Int -> DeleteSkillAuthorizationResponse
- deleteSkillAuthorizationResponse_httpStatus :: Lens' DeleteSkillAuthorizationResponse Int
Creating a Request
data DeleteSkillAuthorization Source #
See: newDeleteSkillAuthorization smart constructor.
Constructors
| DeleteSkillAuthorization' | |
Instances
newDeleteSkillAuthorization Source #
Create a value of DeleteSkillAuthorization 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:roomArn:DeleteSkillAuthorization', deleteSkillAuthorization_roomArn - The room that the skill is authorized for.
$sel:skillId:DeleteSkillAuthorization', deleteSkillAuthorization_skillId - The unique identifier of a skill.
Request Lenses
deleteSkillAuthorization_roomArn :: Lens' DeleteSkillAuthorization (Maybe Text) Source #
The room that the skill is authorized for.
deleteSkillAuthorization_skillId :: Lens' DeleteSkillAuthorization Text Source #
The unique identifier of a skill.
Destructuring the Response
data DeleteSkillAuthorizationResponse Source #
See: newDeleteSkillAuthorizationResponse smart constructor.
Constructors
| DeleteSkillAuthorizationResponse' | |
Fields
| |
Instances
newDeleteSkillAuthorizationResponse Source #
Create a value of DeleteSkillAuthorizationResponse 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:DeleteSkillAuthorizationResponse', deleteSkillAuthorizationResponse_httpStatus - The response's http status code.
Response Lenses
deleteSkillAuthorizationResponse_httpStatus :: Lens' DeleteSkillAuthorizationResponse Int Source #
The response's http status code.