Gets summary information about all Compositions in your account, in the AWS region where the API request is processed
Source:R/ivsrealtime_operations.R
ivsrealtime_list_compositions.RdGets summary information about all Compositions in your account, in the AWS region where the API request is processed.
See https://www.paws-r-sdk.com/docs/ivsrealtime_list_compositions/ for full documentation.
Usage
ivsrealtime_list_compositions(
filterByStageArn = NULL,
filterByEncoderConfigurationArn = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- filterByStageArn
Filters the Composition list to match the specified Stage ARN.
- filterByEncoderConfigurationArn
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
- nextToken
The first Composition to retrieve. This is used for pagination; see the
nextTokenresponse field.- maxResults
Maximum number of results to return. Default: 100.