| 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.IVS.DeleteStreamKey
Description
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.
Constructors
| DeleteStreamKey' | |
Instances
Arguments
| :: Text | |
| -> DeleteStreamKey |
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:
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.
Constructors
| DeleteStreamKeyResponse' | |
Instances
| Generic DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey Associated Types type Rep DeleteStreamKeyResponse :: Type -> Type # Methods from :: DeleteStreamKeyResponse -> Rep DeleteStreamKeyResponse x # to :: Rep DeleteStreamKeyResponse x -> DeleteStreamKeyResponse # | |
| Read DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey | |
| Show DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey Methods showsPrec :: Int -> DeleteStreamKeyResponse -> ShowS # show :: DeleteStreamKeyResponse -> String # showList :: [DeleteStreamKeyResponse] -> ShowS # | |
| NFData DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey Methods rnf :: DeleteStreamKeyResponse -> () # | |
| Eq DeleteStreamKeyResponse Source # | |
Defined in Amazonka.IVS.DeleteStreamKey Methods (==) :: DeleteStreamKeyResponse -> DeleteStreamKeyResponse -> Bool # (/=) :: DeleteStreamKeyResponse -> DeleteStreamKeyResponse -> Bool # | |
| 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.