AWS cli documentation change
Summary
Updated product references to 'WorkSpaces Applications', removed specific graphics instance types, added RootVolumeConfig documentation, and added VALIDATION_ERROR type
Security assessment
Changes include product name updates, instance type removals, and operational configuration details (root volume size). The IAM role documentation update maintains existing security context without introducing new security features or addressing vulnerabilities. Validation error addition appears to be an error code expansion without security context.
Diff
diff --git a/cli/latest/reference/appstream/describe-fleets.md b/cli/latest/reference/appstream/describe-fleets.md index 5ffa5bf0c..297ab4df0 100644 --- a//cli/latest/reference/appstream/describe-fleets.md +++ b//cli/latest/reference/appstream/describe-fleets.md @@ -15 +15 @@ - * [AWS CLI 2.31.37 Command Reference](../../index.html) » + * [AWS CLI 2.31.39 Command Reference](../../index.html) » @@ -320 +319,0 @@ Fleets -> (list) ->>> * stream.graphics-desktop.2xlarge @@ -327,3 +325,0 @@ Fleets -> (list) ->>> * stream.graphics-pro.4xlarge ->>> * stream.graphics-pro.8xlarge ->>> * stream.graphics-pro.16xlarge @@ -534,0 +531 @@ Fleets -> (list) +>>>>> * `VALIDATION_ERROR` @@ -582 +579 @@ Fleets -> (list) ->>> The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) `AssumeRole` API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the **appstream_machine_role** credential profile on the instance. +>>> The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) `AssumeRole` API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. WorkSpaces Applications retrieves the temporary credentials and creates the **appstream_machine_role** credential profile on the instance. @@ -584 +581 @@ Fleets -> (list) ->>> For more information, see [Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances](https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html) in the _Amazon AppStream 2.0 Administration Guide_ . +>>> For more information, see [Using an IAM Role to Grant Permissions to Applications and Scripts Running on WorkSpaces Applications Streaming Instances](https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html) in the _Amazon WorkSpaces Applications Administration Guide_ . @@ -594 +591 @@ Fleets -> (list) ->>> The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When `APP` is specified, only the windows of applications opened by users display. When `DESKTOP` is specified, the standard desktop that is provided by the operating system displays. +>>> The WorkSpaces Applications view that is displayed to your users when they stream from the fleet. When `APP` is specified, only the windows of applications opened by users display. When `DESKTOP` is specified, the standard desktop that is provided by the operating system displays. @@ -678,0 +676,8 @@ Fleets -> (list) +>> +>> RootVolumeConfig -> (structure) +>> +>>> The current configuration of the root volume for fleet instances, including the storage size in GB. +>>> +>>> VolumeSizeInGb -> (integer) +>>> +>>>> The size of the root volume in GB. Valid range is 200-500 GB. The default is 200 GB, which is included in the hourly instance rate. Additional storage beyond 200 GB incurs extra charges and applies to instances regardless of their running state. @@ -700 +705 @@ NextToken -> (string) - * [AWS CLI 2.31.37 Command Reference](../../index.html) » + * [AWS CLI 2.31.39 Command Reference](../../index.html) »