| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.MediaPackage.RotateChannelCredentials
Description
Changes the Channel ingest username and password.
Synopsis
- rotateChannelCredentials :: Text -> RotateChannelCredentials
- data RotateChannelCredentials
- rccId :: Lens' RotateChannelCredentials Text
- rotateChannelCredentialsResponse :: Int -> RotateChannelCredentialsResponse
- data RotateChannelCredentialsResponse
- rccrsHlsIngest :: Lens' RotateChannelCredentialsResponse (Maybe HlsIngest)
- rccrsARN :: Lens' RotateChannelCredentialsResponse (Maybe Text)
- rccrsId :: Lens' RotateChannelCredentialsResponse (Maybe Text)
- rccrsDescription :: Lens' RotateChannelCredentialsResponse (Maybe Text)
- rccrsResponseStatus :: Lens' RotateChannelCredentialsResponse Int
Creating a Request
rotateChannelCredentials Source #
Arguments
| :: Text | |
| -> RotateChannelCredentials |
Creates a value of RotateChannelCredentials with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rccId- The ID of the channel to update.
data RotateChannelCredentials Source #
See: rotateChannelCredentials smart constructor.
Instances
Request Lenses
Destructuring the Response
rotateChannelCredentialsResponse Source #
Arguments
| :: Int | |
| -> RotateChannelCredentialsResponse |
Creates a value of RotateChannelCredentialsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rccrsHlsIngest- Undocumented member.rccrsARN- The Amazon Resource Name (ARN) assigned to the Channel.rccrsId- The ID of the Channel.rccrsDescription- A short text description of the Channel.rccrsResponseStatus- -- | The response status code.
data RotateChannelCredentialsResponse Source #
See: rotateChannelCredentialsResponse smart constructor.
Instances
Response Lenses
rccrsHlsIngest :: Lens' RotateChannelCredentialsResponse (Maybe HlsIngest) Source #
Undocumented member.
rccrsARN :: Lens' RotateChannelCredentialsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
rccrsDescription :: Lens' RotateChannelCredentialsResponse (Maybe Text) Source #
A short text description of the Channel.
rccrsResponseStatus :: Lens' RotateChannelCredentialsResponse Int Source #
- - | The response status code.