mediapackagev2 ListChannelGroupsCommand description is wrong about what it retrieves #6897
Labels
documentation
This is a problem with documentation.
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the issue
The summary for
ListChannelGroupsCommand
is:However, it does not return channels and origin endpoints. The example responses in the documentation does not show channels and origin endpoints, the types don't include them, and this sample code does not return channels or origin endpoints:
I don't expect it to return this given the types and example responses, but just wanted to give a heads up that the summary for the command is wrong.
By the way, the same issue is also present in the API documentation for mediapackage v2
Links
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/ListChannelGroupsCommand/
https://docs.aws.amazon.com/mediapackage/latest/APIReference/API_ListChannelGroups.html
The text was updated successfully, but these errors were encountered: