| 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.MediaLive.BatchStop
Description
Stops running resources
Synopsis
- data BatchStop' = BatchStop'' {
- channelIds :: Maybe [Text]
- multiplexIds :: Maybe [Text]
- newBatchStop' :: BatchStop'
- batchStop'_channelIds :: Lens' BatchStop' (Maybe [Text])
- batchStop'_multiplexIds :: Lens' BatchStop' (Maybe [Text])
- data BatchStopResponse = BatchStopResponse' {}
- newBatchStopResponse :: Int -> BatchStopResponse
- batchStopResponse_failed :: Lens' BatchStopResponse (Maybe [BatchFailedResultModel])
- batchStopResponse_successful :: Lens' BatchStopResponse (Maybe [BatchSuccessfulResultModel])
- batchStopResponse_httpStatus :: Lens' BatchStopResponse Int
Creating a Request
data BatchStop' Source #
A request to stop resources
See: newBatchStop' smart constructor.
Constructors
| BatchStop'' | |
Fields
| |
Instances
newBatchStop' :: BatchStop' Source #
Create a value of BatchStop' 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:channelIds:BatchStop'', batchStop'_channelIds - List of channel IDs
$sel:multiplexIds:BatchStop'', batchStop'_multiplexIds - List of multiplex IDs
Request Lenses
batchStop'_channelIds :: Lens' BatchStop' (Maybe [Text]) Source #
List of channel IDs
batchStop'_multiplexIds :: Lens' BatchStop' (Maybe [Text]) Source #
List of multiplex IDs
Destructuring the Response
data BatchStopResponse Source #
Placeholder documentation for BatchStopResponse
See: newBatchStopResponse smart constructor.
Constructors
| BatchStopResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> BatchStopResponse |
Create a value of BatchStopResponse 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:failed:BatchStopResponse', batchStopResponse_failed - List of failed operations
$sel:successful:BatchStopResponse', batchStopResponse_successful - List of successful operations
$sel:httpStatus:BatchStopResponse', batchStopResponse_httpStatus - The response's http status code.
Response Lenses
batchStopResponse_failed :: Lens' BatchStopResponse (Maybe [BatchFailedResultModel]) Source #
List of failed operations
batchStopResponse_successful :: Lens' BatchStopResponse (Maybe [BatchSuccessfulResultModel]) Source #
List of successful operations
batchStopResponse_httpStatus :: Lens' BatchStopResponse Int Source #
The response's http status code.