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 the stream key for the specified ARN, so it can no longer be used to stream.
Creating a Request
data DeleteStreamKey Source #
See: newDeleteStreamKey
smart constructor.
Instances
Create a value of DeleteStreamKey
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:DeleteStreamKey'
, deleteStreamKey_arn
- ARN of the stream key to be deleted.
Request Lenses
deleteStreamKey_arn :: Lens' DeleteStreamKey Text Source #
ARN of the stream key to be deleted.
Destructuring the Response
data DeleteStreamKeyResponse Source #
See: newDeleteStreamKeyResponse
smart constructor.
Instances
Eq DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey | |
Read DeleteStreamKeyResponse Source # | |
Show DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey showsPrec :: Int -> DeleteStreamKeyResponse -> ShowS # show :: DeleteStreamKeyResponse -> String # showList :: [DeleteStreamKeyResponse] -> ShowS # | |
Generic DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey type Rep DeleteStreamKeyResponse :: Type -> Type # | |
NFData DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey rnf :: DeleteStreamKeyResponse -> () # | |
type Rep DeleteStreamKeyResponse Source # | |
newDeleteStreamKeyResponse :: DeleteStreamKeyResponse Source #
Create a value of DeleteStreamKeyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.