| 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.BatchStart
Description
Starts existing resources
Synopsis
- data BatchStart' = BatchStart'' {
- channelIds :: Maybe [Text]
- multiplexIds :: Maybe [Text]
- newBatchStart' :: BatchStart'
- batchStart'_channelIds :: Lens' BatchStart' (Maybe [Text])
- batchStart'_multiplexIds :: Lens' BatchStart' (Maybe [Text])
- data BatchStartResponse = BatchStartResponse' {}
- newBatchStartResponse :: Int -> BatchStartResponse
- batchStartResponse_failed :: Lens' BatchStartResponse (Maybe [BatchFailedResultModel])
- batchStartResponse_successful :: Lens' BatchStartResponse (Maybe [BatchSuccessfulResultModel])
- batchStartResponse_httpStatus :: Lens' BatchStartResponse Int
Creating a Request
data BatchStart' Source #
A request to start resources
See: newBatchStart' smart constructor.
Constructors
| BatchStart'' | |
Fields
| |
Instances
newBatchStart' :: BatchStart' Source #
Create a value of BatchStart' 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:BatchStart'', batchStart'_channelIds - List of channel IDs
$sel:multiplexIds:BatchStart'', batchStart'_multiplexIds - List of multiplex IDs
Request Lenses
batchStart'_channelIds :: Lens' BatchStart' (Maybe [Text]) Source #
List of channel IDs
batchStart'_multiplexIds :: Lens' BatchStart' (Maybe [Text]) Source #
List of multiplex IDs
Destructuring the Response
data BatchStartResponse Source #
Placeholder documentation for BatchStartResponse
See: newBatchStartResponse smart constructor.
Constructors
| BatchStartResponse' | |
Fields
| |
Instances
newBatchStartResponse Source #
Arguments
| :: Int | |
| -> BatchStartResponse |
Create a value of BatchStartResponse 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:BatchStartResponse', batchStartResponse_failed - List of failed operations
$sel:successful:BatchStartResponse', batchStartResponse_successful - List of successful operations
$sel:httpStatus:BatchStartResponse', batchStartResponse_httpStatus - The response's http status code.
Response Lenses
batchStartResponse_failed :: Lens' BatchStartResponse (Maybe [BatchFailedResultModel]) Source #
List of failed operations
batchStartResponse_successful :: Lens' BatchStartResponse (Maybe [BatchSuccessfulResultModel]) Source #
List of successful operations
batchStartResponse_httpStatus :: Lens' BatchStartResponse Int Source #
The response's http status code.