AWS cli documentation change
Summary
Updated CLI command reference from 2.27.63 to 2.28.0, reordered parameters in syntax and output structure, added/modified field descriptions (including authentication types, encryption context, session logging), and changed navigation links.
Security assessment
The changes include expanded documentation for security-related features like authentication types (Standard/IAM Identity Center), customer-managed keys for encryption, session logging (sessionLoggerArn), and encryption context details. However, there is no evidence of addressing a specific security vulnerability. The updates primarily enhance documentation of existing security controls rather than patching issues.
Diff
diff --git a/cli/latest/reference/workspaces-web/update-portal.md b/cli/latest/reference/workspaces-web/update-portal.md index 18e1802d7..5fb4b91b1 100644 --- a//cli/latest/reference/workspaces-web/update-portal.md +++ b//cli/latest/reference/workspaces-web/update-portal.md @@ -13 +13 @@ - * [next](update-trust-store.html "update-trust-store") | + * [next](update-session-logger.html "update-session-logger") | @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -23 +23 @@ - * [update-trust-store →](update-trust-store.html "next chapter \(use the right arrow\)") + * [update-session-logger →](update-session-logger.html "next chapter \(use the right arrow\)") @@ -67 +67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--authentication-type <value>] + --portal-arn <value> @@ -68,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--authentication-type <value>] @@ -71 +71,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - --portal-arn <value> @@ -95,0 +96,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp +`--portal-arn` (string) + +> The ARN of the web portal. + +`--display-name` (string) + +> The name of the web portal. This is not visible to users who log into the web portal. + @@ -111,4 +118,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--display-name` (string) - -> The name of the web portal. This is not visible to users who log into the web portal. - @@ -131,4 +134,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--portal-arn` (string) - -> The ARN of the web portal. - @@ -238,9 +238 @@ portal -> (structure) -> additionalEncryptionContext -> (map) -> ->> The additional encryption context of the portal. ->> ->> key -> (string) ->> ->> value -> (string) -> -> authenticationType -> (string) +> portalArn -> (string) @@ -248,5 +240 @@ portal -> (structure) ->> The type of authentication integration points used when signing into the web portal. Defaults to `Standard` . ->> ->>> `Standard` web portals are authenticated directly through your identity provider. You need to call `CreateIdentityProvider` to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. ->>> ->>> `IAM Identity Center` web portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center. +>> The ARN of the web portal. @@ -254 +242 @@ portal -> (structure) -> browserSettingsArn -> (string) +> rendererType -> (string) @@ -256 +244 @@ portal -> (structure) ->> The ARN of the browser settings that is associated with this web portal. +>> The renderer that is used in streaming sessions. @@ -262,5 +250 @@ portal -> (structure) -> creationDate -> (timestamp) -> ->> The creation date of the web portal. -> -> customerManagedKey -> (string) +> portalStatus -> (string) @@ -268 +252 @@ portal -> (structure) ->> The customer managed key used to encrypt sensitive information in the portal. +>> The status of the web portal. @@ -270 +254 @@ portal -> (structure) -> dataProtectionSettingsArn -> (string) +> portalEndpoint -> (string) @@ -272 +256 @@ portal -> (structure) ->> The ARN of the data protection settings. +>> The endpoint URL of the web portal that users access in order to start streaming sessions. @@ -278 +262 @@ portal -> (structure) -> instanceType -> (string) +> creationDate -> (timestamp) @@ -280 +264 @@ portal -> (structure) ->> The type and resources of the underlying instance. +>> The creation date of the web portal. @@ -282 +266 @@ portal -> (structure) -> ipAccessSettingsArn -> (string) +> browserSettingsArn -> (string) @@ -284 +268 @@ portal -> (structure) ->> The ARN of the IP access settings. +>> The ARN of the browser settings that is associated with this web portal. @@ -286 +270 @@ portal -> (structure) -> maxConcurrentSessions -> (integer) +> dataProtectionSettingsArn -> (string) @@ -288 +272,5 @@ portal -> (structure) ->> The maximum number of concurrent sessions for the portal. +>> The ARN of the data protection settings. +> +> userSettingsArn -> (string) +> +>> The ARN of the user settings that is associated with the web portal. @@ -294 +282 @@ portal -> (structure) -> portalArn -> (string) +> sessionLoggerArn -> (string) @@ -296 +284 @@ portal -> (structure) ->> The ARN of the web portal. +>> The ARN of the session logger that is assocaited with the portal. @@ -298 +286 @@ portal -> (structure) -> portalEndpoint -> (string) +> trustStoreArn -> (string) @@ -300 +288 @@ portal -> (structure) ->> The endpoint URL of the web portal that users access in order to start streaming sessions. +>> The ARN of the trust store that is associated with the web portal. @@ -302 +290 @@ portal -> (structure) -> portalStatus -> (string) +> statusReason -> (string) @@ -304 +292 @@ portal -> (structure) ->> The status of the web portal. +>> A message that explains why the web portal is in its current status. @@ -306 +294 @@ portal -> (structure) -> rendererType -> (string) +> userAccessLoggingSettingsArn -> (string) @@ -308 +296 @@ portal -> (structure) ->> The renderer that is used in streaming sessions. +>> The ARN of the user access logging settings that is associated with the web portal. @@ -310 +298 @@ portal -> (structure) -> statusReason -> (string) +> authenticationType -> (string) @@ -312 +300,5 @@ portal -> (structure) ->> A message that explains why the web portal is in its current status. +>> The type of authentication integration points used when signing into the web portal. Defaults to `Standard` . +>> +>>> `Standard` web portals are authenticated directly through your identity provider. You need to call `CreateIdentityProvider` to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. +>>> +>>> `IAM Identity Center` web portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center. @@ -314 +306 @@ portal -> (structure) -> trustStoreArn -> (string) +> ipAccessSettingsArn -> (string) @@ -316 +308 @@ portal -> (structure) ->> The ARN of the trust store that is associated with the web portal. +>> The ARN of the IP access settings. @@ -318 +310 @@ portal -> (structure) -> userAccessLoggingSettingsArn -> (string) +> customerManagedKey -> (string) @@ -320 +312 @@ portal -> (structure) ->> The ARN of the user access logging settings that is associated with the web portal. +>> The customer managed key used to encrypt sensitive information in the portal. @@ -322 +314 @@ portal -> (structure) -> userSettingsArn -> (string) +> additionalEncryptionContext -> (map) @@ -324 +316,13 @@ portal -> (structure) ->> The ARN of the user settings that is associated with the web portal. +>> The additional encryption context of the portal. +>> +>> key -> (string) +>> +>> value -> (string) +> +> instanceType -> (string) +> +>> The type and resources of the underlying instance. +> +> maxConcurrentSessions -> (integer) +> +>> The maximum number of concurrent sessions for the portal. @@ -327 +331 @@ portal -> (structure) - * [update-trust-store →](update-trust-store.html "next chapter \(use the right arrow\)") + * [update-session-logger →](update-session-logger.html "next chapter \(use the right arrow\)") @@ -334 +338 @@ portal -> (structure) - * [next](update-trust-store.html "update-trust-store") | + * [next](update-session-logger.html "update-session-logger") | @@ -336 +340 @@ portal -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »