AWS cli documentation change
Summary
Added DefaultSessionParameters configuration with DlDr (downlink data rate) and DlFreq (downlink frequency) fields
Security assessment
Added operational parameters for multicast group configuration without security-specific context or vulnerabilities addressed
Diff
diff --git a/cli/latest/reference/iotwireless/create-multicast-group.md b/cli/latest/reference/iotwireless/create-multicast-group.md index 29f7f4023..d819f65af 100644 --- a//cli/latest/reference/iotwireless/create-multicast-group.md +++ b//cli/latest/reference/iotwireless/create-multicast-group.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -258,0 +259,26 @@ JSON Syntax: +> +> DefaultSessionParameters -> (structure) +> +>> The default session parameters for the multicast group. +>> +>> DlDr -> (integer) +>> +>>> Downlink data rate. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `15` +>>> + +>> +>> DlFreq -> (integer) +>> +>>> Downlink frequency. +>>> +>>> Constraints: +>>> +>>> * min: `100000000` +>>> * max: `1000000000` +>>> + @@ -263 +289 @@ Shorthand Syntax: - RfRegion=string,DlClass=string,ParticipatingGateways={GatewayList=[string,string],TransmissionInterval=integer} + RfRegion=string,DlClass=string,ParticipatingGateways={GatewayList=[string,string],TransmissionInterval=integer},DefaultSessionParameters={DlDr=integer,DlFreq=integer} @@ -274,0 +301,4 @@ JSON Syntax: + }, + "DefaultSessionParameters": { + "DlDr": integer, + "DlFreq": integer @@ -422 +452 @@ Id -> (string) - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) »