AWS Tools for Windows PowerShell
Command Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Synopsis

Calls the Amazon AppStream UpdateFleet API operation.

Syntax

Update-APSFleet
-Name <String>
-AttributesToDelete <String[]>
-Description <String>
-ComputeCapacity_DesiredInstance <Int32>
-ComputeCapacity_DesiredSession <Int32>
-DomainJoinInfo_DirectoryName <String>
-DisconnectTimeoutInSecond <Int32>
-DisplayName <String>
-EnableDefaultInternetAccess <Boolean>
-IamRoleArn <String>
-IdleDisconnectTimeoutInSecond <Int32>
-ImageArn <String>
-ImageName <String>
-InstanceType <String>
-MaxConcurrentSession <Int32>
-MaxSessionsPerInstance <Int32>
-MaxUserDurationInSecond <Int32>
-DomainJoinInfo_OrganizationalUnitDistinguishedName <String>
-Platform <PlatformType>
-SessionScriptS3Location_S3Bucket <String>
-SessionScriptS3Location_S3Key <String>
-VpcConfig_SecurityGroupId <String[]>
-StreamView <StreamView>
-VpcConfig_SubnetId <String[]>
-UsbDeviceFilterString <String[]>
-DeleteVpcConfig <Boolean>
-Select <String>
-PassThru <SwitchParameter>
-Force <SwitchParameter>
-ClientConfig <AmazonAppStreamConfig>

Description

Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type:
  • Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes.
  • Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, SessionScriptS3Location and UsbDeviceFilterStrings attributes.
If the fleet is in the STARTING or STOPPED state, you can't update it.

Parameters

-AttributesToDelete <String[]>
The fleet attributes to delete.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ClientConfig <AmazonAppStreamConfig>
Amazon.PowerShell.Cmdlets.APS.AmazonAppStreamClientCmdlet.ClientConfig
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ComputeCapacity_DesiredInstance <Int32>
The desired number of streaming instances.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesComputeCapacity_DesiredInstances
-ComputeCapacity_DesiredSession <Int32>
The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesComputeCapacity_DesiredSessions
-DeleteVpcConfig <Boolean>
Deletes the VPC association for the specified fleet.This parameter is deprecated.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Description <String>
The description to display.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DisconnectTimeoutInSecond <Int32>
The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 360000.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesDisconnectTimeoutInSeconds
-DisplayName <String>
The fleet name to display.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DomainJoinInfo_DirectoryName <String>
The fully qualified name of the directory (for example, corp.example.com).
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DomainJoinInfo_OrganizationalUnitDistinguishedName <String>
The distinguished name of the organizational unit for computer accounts.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EnableDefaultInternetAccess <Boolean>
Enables or disables default internet access for the fleet.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IamRoleArn <String>
The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a 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.For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IdleDisconnectTimeoutInSecond <Int32>
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesIdleDisconnectTimeoutInSeconds
-ImageArn <String>
The ARN of the public, private, or shared image to use.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ImageName <String>
The name of the image used to create the fleet.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-InstanceType <String>
The instance type to use when launching fleet instances. The following instance types are available:
  • stream.standard.small
  • stream.standard.medium
  • stream.standard.large
  • stream.standard.xlarge
  • stream.standard.2xlarge
  • stream.compute.large
  • stream.compute.xlarge
  • stream.compute.2xlarge
  • stream.compute.4xlarge
  • stream.compute.8xlarge
  • stream.memory.large
  • stream.memory.xlarge
  • stream.memory.2xlarge
  • stream.memory.4xlarge
  • stream.memory.8xlarge
  • stream.memory.z1d.large
  • stream.memory.z1d.xlarge
  • stream.memory.z1d.2xlarge
  • stream.memory.z1d.3xlarge
  • stream.memory.z1d.6xlarge
  • stream.memory.z1d.12xlarge
  • stream.graphics-design.large
  • stream.graphics-design.xlarge
  • stream.graphics-design.2xlarge
  • stream.graphics-design.4xlarge
  • stream.graphics-desktop.2xlarge
  • stream.graphics.g4dn.xlarge
  • stream.graphics.g4dn.2xlarge
  • stream.graphics.g4dn.4xlarge
  • stream.graphics.g4dn.8xlarge
  • stream.graphics.g4dn.12xlarge
  • stream.graphics.g4dn.16xlarge
  • stream.graphics-pro.4xlarge
  • stream.graphics-pro.8xlarge
  • stream.graphics-pro.16xlarge
The following instance types are available for Elastic fleets:
  • stream.standard.small
  • stream.standard.medium
  • stream.standard.large
  • stream.standard.xlarge
  • stream.standard.2xlarge
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-MaxConcurrentSession <Int32>
The maximum number of concurrent sessions for a fleet.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesMaxConcurrentSessions
-MaxSessionsPerInstance <Int32>
The maximum number of user sessions on an instance. This only applies to multi-session fleets.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-MaxUserDurationInSecond <Int32>
The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.Specify a value between 600 and 432000.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesMaxUserDurationInSeconds
-Name <String>
A unique name for the fleet.
Required?False
Position?1
Accept pipeline input?True (ByValue, ByPropertyName)
-PassThru <SwitchParameter>
Changes the cmdlet behavior to return the value passed to the Name parameter. The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Platform <PlatformType>
The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Select <String>
Use the -Select parameter to control the cmdlet output. The default value is 'Fleet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppStream.Model.UpdateFleetResponse). Specifying the name of a property of type Amazon.AppStream.Model.UpdateFleetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SessionScriptS3Location_S3Bucket <String>
The S3 bucket of the S3 object.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SessionScriptS3Location_S3Key <String>
The S3 key of the S3 object.This is required when used for the following:
  • IconS3Location (Actions: CreateApplication and UpdateApplication)
  • SessionScriptS3Location (Actions: CreateFleet and UpdateFleet)
  • ScriptDetails (Actions: CreateAppBlock)
  • SourceS3Location when creating an app block with CUSTOM PackagingType (Actions: CreateAppBlock)
  • SourceS3Location when creating an app block with APPSTREAM2 PackagingType, and using an existing application package (VHD file). In this case, S3Key refers to the VHD file. If a new application package is required, then S3Key is not required. (Actions: CreateAppBlock)
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-StreamView <StreamView>
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 default value is APP.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-UsbDeviceFilterString <String[]>
The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesUsbDeviceFilterStrings
-VpcConfig_SecurityGroupId <String[]>
The identifiers of the security groups for the fleet or image builder.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesVpcConfig_SecurityGroupIds
-VpcConfig_SubnetId <String[]>
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesVpcConfig_SubnetIds

Common Credential and Region Parameters

-AccessKey <String>
The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAK
-Credential <AWSCredentials>
An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-EndpointUrl <String>
The endpoint to make the call against.Note: This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-NetworkCredential <PSCredential>
Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-ProfileLocation <String>
Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials.If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAWSProfilesLocation, ProfilesLocation
-ProfileName <String>
The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesStoredCredentials, AWSProfileName
-Region <Object>
The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesRegionToCall
-SecretKey <String>
The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSK, SecretAccessKey
-SessionToken <String>
The session token if the access and secret keys are temporary session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesST

Outputs

This cmdlet returns an Amazon.AppStream.Model.Fleet object. The service call response (type Amazon.AppStream.Model.UpdateFleetResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.

Examples

Example 1

Update-APSFleet -Name PowershellFleet -EnableDefaultInternetAccess $True -DisconnectTimeoutInSecond 950
Arn : arn:aws:appstream:us-east-1:123456789012:fleet/PowershellFleet
ComputeCapacityStatus : Amazon.AppStream.Model.ComputeCapacityStatus
CreatedTime : 4/24/2019 8:39:41 AM
Description : PowershellFleet
DisconnectTimeoutInSeconds : 950
DisplayName : PowershellFleet
DomainJoinInfo :
EnableDefaultInternetAccess : True
FleetErrors : {}
FleetType : ON_DEMAND
IamRoleArn :
IdleDisconnectTimeoutInSeconds : 900
ImageArn : arn:aws:appstream:us-east-1:123456789012:image/Powershell
ImageName : Powershell
InstanceType : stream.standard.medium
MaxUserDurationInSeconds : 57600
Name : PowershellFleet
State : STOPPED
VpcConfig : Amazon.AppStream.Model.VpcConfig
This sample updates properties of a fleet

Supported Version

AWS Tools for PowerShell: 2.x.y.z