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 specified authorization key pair. This invalidates future
viewer tokens generated using the key pair’s privateKey
. For more
information, see
Setting Up Private Channels
in the Amazon IVS User Guide.
Synopsis
- data DeletePlaybackKeyPair = DeletePlaybackKeyPair' {}
- newDeletePlaybackKeyPair :: Text -> DeletePlaybackKeyPair
- deletePlaybackKeyPair_arn :: Lens' DeletePlaybackKeyPair Text
- data DeletePlaybackKeyPairResponse = DeletePlaybackKeyPairResponse' {
- httpStatus :: Int
- newDeletePlaybackKeyPairResponse :: Int -> DeletePlaybackKeyPairResponse
- deletePlaybackKeyPairResponse_httpStatus :: Lens' DeletePlaybackKeyPairResponse Int
Creating a Request
data DeletePlaybackKeyPair Source #
See: newDeletePlaybackKeyPair
smart constructor.
Instances
newDeletePlaybackKeyPair Source #
Create a value of DeletePlaybackKeyPair
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:DeletePlaybackKeyPair'
, deletePlaybackKeyPair_arn
- ARN of the key pair to be deleted.
Request Lenses
deletePlaybackKeyPair_arn :: Lens' DeletePlaybackKeyPair Text Source #
ARN of the key pair to be deleted.
Destructuring the Response
data DeletePlaybackKeyPairResponse Source #
See: newDeletePlaybackKeyPairResponse
smart constructor.
DeletePlaybackKeyPairResponse' | |
|
Instances
newDeletePlaybackKeyPairResponse Source #
Create a value of DeletePlaybackKeyPairResponse
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:DeletePlaybackKeyPairResponse'
, deletePlaybackKeyPairResponse_httpStatus
- The response's http status code.
Response Lenses
deletePlaybackKeyPairResponse_httpStatus :: Lens' DeletePlaybackKeyPairResponse Int Source #
The response's http status code.