IVS.Client.
batch_get_stream_key
(**kwargs)¶Performs GetStreamKey on multiple ARNs simultaneously.
See also: AWS API Documentation
Request Syntax
response = client.batch_get_stream_key(
arns=[
'string',
]
)
[REQUIRED]
Array of ARNs, one per stream key.
{
'errors': [
{
'arn': 'string',
'code': 'string',
'message': 'string'
},
],
'streamKeys': [
{
'arn': 'string',
'channelArn': 'string',
'tags': {
'string': 'string'
},
'value': 'string'
},
]
}
Response Structure
Error related to a specific channel, specified by its ARN.
Channel ARN.
Error code.
Error message, determined by the application.
Object specifying a stream key.
Stream-key ARN.
Channel ARN for the stream.
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value)
. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
Stream-key value.