AWS cli documentation change
Summary
Added new parameters (ChannelEndpointId, MediaPackageRegionName) for MediaPackageV2 integration and AdditionalDestinations field for CMAF Ingest output groups. Updated AWS CLI version references.
Security assessment
The changes add configuration options for MediaPackageV2 integration and output destinations without any security-related context. No vulnerabilities, encryption, access control, or security mechanisms are mentioned.
Diff
diff --git a/cli/latest/reference/medialive/update-channel.md b/cli/latest/reference/medialive/update-channel.md index b031466d9..436301fed 100644 --- a//cli/latest/reference/medialive/update-channel.md +++ b//cli/latest/reference/medialive/update-channel.md @@ -15 +15 @@ - * [AWS CLI 2.32.30 Command Reference](../../index.html) » + * [AWS CLI 2.32.32 Command Reference](../../index.html) » @@ -160,0 +161,8 @@ JSON Syntax: +>>> +>>> ChannelEndpointId -> (string) +>>> +>>>> Endpoint 1 or 2 of the channel in MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2. +>>> +>>> MediaPackageRegionName -> (string) +>>> +>>>> Region the channel group and channel are located in for MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2. @@ -229 +237 @@ Shorthand Syntax: - Id=string,MediaPackageSettings=[{ChannelId=string,ChannelGroup=string,ChannelName=string},{ChannelId=string,ChannelGroup=string,ChannelName=string}],MultiplexSettings={MultiplexId=string,ProgramName=string},Settings=[{PasswordParam=string,StreamName=string,Url=string,Username=string},{PasswordParam=string,StreamName=string,Url=string,Username=string}],SrtSettings=[{EncryptionPassphraseSecretArn=string,StreamId=string,Url=string},{EncryptionPassphraseSecretArn=string,StreamId=string,Url=string}],LogicalInterfaceNames=string,string ... + Id=string,MediaPackageSettings=[{ChannelId=string,ChannelGroup=string,ChannelName=string,ChannelEndpointId=string,MediaPackageRegionName=string},{ChannelId=string,ChannelGroup=string,ChannelName=string,ChannelEndpointId=string,MediaPackageRegionName=string}],MultiplexSettings={MultiplexId=string,ProgramName=string},Settings=[{PasswordParam=string,StreamName=string,Url=string,Username=string},{PasswordParam=string,StreamName=string,Url=string,Username=string}],SrtSettings=[{EncryptionPassphraseSecretArn=string,StreamId=string,Url=string},{EncryptionPassphraseSecretArn=string,StreamId=string,Url=string}],LogicalInterfaceNames=string,string ... @@ -242 +250,3 @@ JSON Syntax: - "ChannelName": "string" + "ChannelName": "string", + "ChannelEndpointId": "string", + "MediaPackageRegionName": "string" @@ -308 +318 @@ JSON Syntax: ->>>>> Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS. +>>>>> Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm. The CALM Act recommends a target of -24 LKFS. The EBU R-128 specification recommends a target of -23 LKFS. @@ -2626,0 +2637,16 @@ JSON Syntax: +>>>>>> +>>>>>> AdditionalDestinations -> (list) +>>>>>> +>>>>>>> Optional an array of additional destinational HTTP destinations for the OutputGroup outputs +>>>>>>> +>>>>>>> (structure) +>>>>>>> +>>>>>>>> Additional output destinations for a CMAF Ingest output group +>>>>>>>> +>>>>>>>> Destination -> (structure) [required] +>>>>>>>> +>>>>>>>>> The destination location +>>>>>>>>> +>>>>>>>>> DestinationRefId -> (string) +>>>>>>>>> +>>>>>>>>>> Placeholder documentation for __string @@ -6912 +6938,9 @@ JSON Syntax: - "TimedMetadataPassthrough": "DISABLED"|"ENABLED" + "TimedMetadataPassthrough": "DISABLED"|"ENABLED", + "AdditionalDestinations": [ + { + "Destination": { + "DestinationRefId": "string" + } + } + ... + ] @@ -8623,0 +8658,8 @@ Channel -> (structure) +>>>>> +>>>>> ChannelEndpointId -> (string) +>>>>> +>>>>>> Endpoint 1 or 2 of the channel in MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2. +>>>>> +>>>>> MediaPackageRegionName -> (string) +>>>>> +>>>>>> Region the channel group and channel are located in for MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2. @@ -8740 +8782 @@ Channel -> (structure) ->>>>>> Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS. +>>>>>> Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm. The CALM Act recommends a target of -24 LKFS. The EBU R-128 specification recommends a target of -23 LKFS. @@ -11058,0 +11101,16 @@ Channel -> (structure) +>>>>>>> +>>>>>>> AdditionalDestinations -> (list) +>>>>>>> +>>>>>>>> Optional an array of additional destinational HTTP destinations for the OutputGroup outputs +>>>>>>>> +>>>>>>>> (structure) +>>>>>>>> +>>>>>>>>> Additional output destinations for a CMAF Ingest output group +>>>>>>>>> +>>>>>>>>> Destination -> (structure) [required] +>>>>>>>>> +>>>>>>>>>> The destination location +>>>>>>>>>> +>>>>>>>>>> DestinationRefId -> (string) +>>>>>>>>>> +>>>>>>>>>>> Placeholder documentation for __string @@ -15711 +15769 @@ Channel -> (structure) - * [AWS CLI 2.32.30 Command Reference](../../index.html) » + * [AWS CLI 2.32.32 Command Reference](../../index.html) »