AWS cli documentation change
Summary
Reordered parameters and updated descriptions for --security-group-ids, --subnet-ids, and --client-token. Modified output structure documentation.
Security assessment
The changes primarily reorganize parameter order and descriptions without introducing new security content or addressing vulnerabilities. Security-group-ids parameter (related to network access control) was moved but not substantively changed. No evidence of patching vulnerabilities or addressing exploits.
Diff
diff --git a/cli/latest/reference/workspaces-web/update-network-settings.md b/cli/latest/reference/workspaces-web/update-network-settings.md index 193e1af7b..a38a8feaa 100644 --- a//cli/latest/reference/workspaces-web/update-network-settings.md +++ b//cli/latest/reference/workspaces-web/update-network-settings.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--client-token <value>] @@ -69,2 +67,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--security-group-ids <value>] - [--subnet-ids <value>] @@ -71,0 +69,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--subnet-ids <value>] + [--security-group-ids <value>] + [--client-token <value>] @@ -96,6 +95,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--client-token` (string) - -> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. -> -> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK. - @@ -106 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--security-group-ids` (list) +`--vpc-id` (string) @@ -108 +102,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -> One or more security groups used to control access from streaming instances to your VPC. +> The VPC that streaming instances will connect to. + +`--subnet-ids` (list) + +> The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones. @@ -118 +116 @@ Syntax: -`--subnet-ids` (list) +`--security-group-ids` (list) @@ -120 +118 @@ Syntax: -> The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones. +> One or more security groups used to control access from streaming instances to your VPC. @@ -130 +128 @@ Syntax: -`--vpc-id` (string) +`--client-token` (string) @@ -132 +130,3 @@ Syntax: -> The VPC that streaming instances will connect to. +> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. +> +> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK. @@ -237,6 +236,0 @@ networkSettings -> (structure) -> associatedPortalArns -> (list) -> ->> A list of web portal ARNs that this network settings is associated with. ->> ->> (string) -> @@ -247 +241 @@ networkSettings -> (structure) -> securityGroupIds -> (list) +> associatedPortalArns -> (list) @@ -249 +243 @@ 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. @@ -252,0 +247,4 @@ networkSettings -> (structure) +> vpcId -> (string) +> +>> The VPC that streaming instances will connect to. +> @@ -259 +257 @@ networkSettings -> (structure) -> vpcId -> (string) +> securityGroupIds -> (list) @@ -261 +259,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) @@ -273 +273 @@ networkSettings -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »