AWS cli documentation change
Summary
Reorganized command parameters, updated encryption context syntax, restructured IP rules and tags documentation, and added explicit parameter ordering
Security assessment
Changes involve parameter reorganization and documentation structure updates rather than addressing specific vulnerabilities. While encryption context and IP rules are security-related concepts, the changes appear to be clarifications/formatting improvements rather than responses to security issues or new security features.
Diff
diff --git a/cli/latest/reference/workspaces-web/create-ip-access-settings.md b/cli/latest/reference/workspaces-web/create-ip-access-settings.md index e424d1cc1..54835810b 100644 --- a//cli/latest/reference/workspaces-web/create-ip-access-settings.md +++ b//cli/latest/reference/workspaces-web/create-ip-access-settings.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -67,4 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--additional-encryption-context <value>] - [--client-token <value>] - [--customer-managed-key <value>] - [--description <value>] @@ -72 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - --ip-rules <value> + [--description <value>] @@ -73,0 +70,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--customer-managed-key <value>] + [--additional-encryption-context <value>] + --ip-rules <value> + [--client-token <value>] @@ -98 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--additional-encryption-context` (map) +`--display-name` (string) @@ -100 +100,9 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -> Additional encryption context of the IP access settings. +> The display name of the IP access settings. + +`--description` (string) + +> The description of the IP access settings. + +`--tags` (list) + +> The tags to add to the IP access settings resource. A tag is a key-value pair. @@ -102 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -> key -> (string) +> (structure) @@ -104 +112,9 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -> value -> (string) +>> The tag. +>> +>> Key -> (string) +>> +>>> The key of the tag. +>> +>> Value -> (string) +>> +>>> The value of the tag @@ -109 +125 @@ Shorthand Syntax: - KeyName1=string,KeyName2=string + Key=string,Value=string ... @@ -115,5 +131,7 @@ JSON Syntax: - {"string": "string" - ...} - - -`--client-token` (string) + [ + { + "Key": "string", + "Value": "string" + } + ... + ] @@ -121,3 +138,0 @@ JSON Syntax: -> 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 returns 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. @@ -129,9 +144 @@ JSON Syntax: -`--description` (string) - -> The description of the IP access settings. - -`--display-name` (string) - -> The display name of the IP access settings. - -`--ip-rules` (list) +`--additional-encryption-context` (map) @@ -139 +146 @@ JSON Syntax: -> The IP rules of the IP access settings. +> Additional encryption context of the IP access settings. @@ -141 +148 @@ JSON Syntax: -> (structure) +> key -> (string) @@ -143,9 +150 @@ JSON Syntax: ->> The IP rules of the IP access settings. ->> ->> description -> (string) ->> ->>> The description of the IP rule. ->> ->> ipRange -> (string) ->> ->>> The IP range of the IP rule. +> value -> (string) @@ -156 +155 @@ Shorthand Syntax: - description=string,ipRange=string ... + KeyName1=string,KeyName2=string @@ -162,7 +161,2 @@ JSON Syntax: - [ - { - "description": "string", - "ipRange": "string" - } - ... - ] + {"string": "string" + ...} @@ -171 +165 @@ JSON Syntax: -`--tags` (list) +`--ip-rules` (list) @@ -173 +167 @@ JSON Syntax: -> The tags to add to the IP access settings resource. A tag is a key-value pair. +> The IP rules of the IP access settings. @@ -177 +171 @@ JSON Syntax: ->> The tag. +>> The IP rules of the IP access settings. @@ -179 +173 @@ JSON Syntax: ->> Key -> (string) +>> ipRange -> (string) @@ -181 +175 @@ JSON Syntax: ->>> The key of the tag. +>>> The IP range of the IP rule. @@ -183 +177 @@ JSON Syntax: ->> Value -> (string) +>> description -> (string) @@ -185 +179 @@ JSON Syntax: ->>> The value of the tag +>>> The description of the IP rule. @@ -190 +184 @@ Shorthand Syntax: - Key=string,Value=string ... + ipRange=string,description=string ... @@ -198,2 +192,2 @@ JSON Syntax: - "Key": "string", - "Value": "string" + "ipRange": "string", + "description": "string" @@ -204,0 +199,6 @@ JSON Syntax: +`--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 returns 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. + @@ -318 +318 @@ ipAccessSettingsArn -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »