Seleccione sus preferencias de cookies

Usamos cookies esenciales y herramientas similares que son necesarias para proporcionar nuestro sitio y nuestros servicios. Usamos cookies de rendimiento para recopilar estadísticas anónimas para que podamos entender cómo los clientes usan nuestro sitio y hacer mejoras. Las cookies esenciales no se pueden desactivar, pero puede hacer clic en “Personalizar” o “Rechazar” para rechazar las cookies de rendimiento.

Si está de acuerdo, AWS y los terceros aprobados también utilizarán cookies para proporcionar características útiles del sitio, recordar sus preferencias y mostrar contenido relevante, incluida publicidad relevante. Para aceptar o rechazar todas las cookies no esenciales, haga clic en “Aceptar” o “Rechazar”. Para elegir opciones más detalladas, haga clic en “Personalizar”.

Batch action: start

Modo de enfoque
Batch action: start - AWS Elemental MediaLive API Reference
Esta página no se ha traducido a su idioma. Solicitar traducción

URI

/prod/batch/start

HTTP methods

POST

Operation ID: BatchStart

Responses
Status codeResponse modelDescription
200BatchStartResultModel

200 response

400InvalidRequest

400 response

403AccessDenied

403 response

404ResourceNotFound

404 response

409ResourceConflict

409 response

429LimitExceeded

429 response

500InternalServiceError

500 response

502BadGatewayException

502 response

504GatewayTimeoutException

504 response

Schemas

Request bodies

{ "channelIds": [ "string" ], "multiplexIds": [ "string" ] }

POST schema

{ "channelIds": [ "string" ], "multiplexIds": [ "string" ] }

Response bodies

{ "failed": [ { "arn": "string", "code": "string", "id": "string", "message": "string" } ], "successful": [ { "arn": "string", "id": "string", "state": "string" } ] }

BatchStartResultModel schema

{ "failed": [ { "arn": "string", "code": "string", "id": "string", "message": "string" } ], "successful": [ { "arn": "string", "id": "string", "state": "string" } ] }
{ "message": "string" }

InvalidRequest schema

{ "message": "string" }
{ "message": "string" }

AccessDenied schema

{ "message": "string" }
{ "message": "string" }

ResourceNotFound schema

{ "message": "string" }
{ "message": "string" }

ResourceConflict schema

{ "message": "string" }
{ "message": "string" }

LimitExceeded schema

{ "message": "string" }
{ "message": "string" }

InternalServiceError schema

{ "message": "string" }
{ "message": "string" }

BadGatewayException schema

{ "message": "string" }
{ "message": "string" }

GatewayTimeoutException schema

{ "message": "string" }

Properties

AccessDenied

PropertyTypeRequiredDescription
message

string

False

BadGatewayException

PropertyTypeRequiredDescription
message

string

False

BatchFailedResultModel

Details from a failed operation

PropertyTypeRequiredDescription
arn

string

False

ARN of the resource

code

string

False

Error code for the failed operation

id

string

False

ID of the resource

message

string

False

Error message for the failed operation

BatchStart

Batch start resource request

PropertyTypeRequiredDescription
channelIds

Array of type string

False

List of channel IDs

multiplexIds

Array of type string

False

List of multiplex IDs

BatchStartResultModel

Batch start resource results

PropertyTypeRequiredDescription
failed

Array of type BatchFailedResultModel

False

List of failed operations

successful

Array of type BatchSuccessfulResultModel

False

List of successful operations

BatchSuccessfulResultModel

Details from a successful operation

PropertyTypeRequiredDescription
arn

string

False

ARN of the resource

id

string

False

ID of the resource

state

string

False

Current state of the resource

GatewayTimeoutException

PropertyTypeRequiredDescription
message

string

False

InternalServiceError

PropertyTypeRequiredDescription
message

string

False

InvalidRequest

PropertyTypeRequiredDescription
message

string

False

LimitExceeded

PropertyTypeRequiredDescription
message

string

False

ResourceConflict

PropertyTypeRequiredDescription
message

string

False

ResourceNotFound

PropertyTypeRequiredDescription
message

string

False

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

BatchStart

En esta página

PrivacidadTérminos del sitioPreferencias de cookies
© 2025, Amazon Web Services, Inc o sus afiliados. Todos los derechos reservados.