AWS cli documentation change
Summary
Updated CLI version and reordered network settings documentation (moved associatedPortalArns below security groups, added vpcId documentation placement)
Security assessment
The changes involve documentation structure reorganization and security group/VPC ID placement adjustments without introducing new security content or addressing vulnerabilities. Security group references remain consistent with existing security practices.
Diff
diff --git a/cli/latest/reference/workspaces-web/get-network-settings.md b/cli/latest/reference/workspaces-web/get-network-settings.md index 7a48abc4f..b7b65fce0 100644 --- a//cli/latest/reference/workspaces-web/get-network-settings.md +++ b//cli/latest/reference/workspaces-web/get-network-settings.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -199,6 +198,0 @@ networkSettings -> (structure) -> associatedPortalArns -> (list) -> ->> A list of web portal ARNs that this network settings is associated with. ->> ->> (string) -> @@ -209 +203 @@ networkSettings -> (structure) -> securityGroupIds -> (list) +> associatedPortalArns -> (list) @@ -211 +205 @@ networkSettings -> (structure) ->> One or more security groups used to control access from streaming instances to your VPC. +>> A list of web portal ARNs that this network settings is associated with. @@ -214,0 +209,4 @@ networkSettings -> (structure) +> vpcId -> (string) +> +>> The VPC that streaming instances will connect to. +> @@ -221 +219 @@ networkSettings -> (structure) -> vpcId -> (string) +> securityGroupIds -> (list) @@ -223 +221,3 @@ networkSettings -> (structure) ->> The VPC that streaming instances will connect to. +>> One or more security groups used to control access from streaming instances to your VPC. +>> +>> (string) @@ -235 +235 @@ networkSettings -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »