| 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.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 #
Arguments
| :: Text | |
| -> DeleteSkillAuthorization |
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:
DeleteSkillAuthorization, deleteSkillAuthorization_roomArn - The room that the skill is authorized for.
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.