aws appstream

Amazon AppStream 2.0 This is the Amazon AppStream 2.0 API Reference. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint in the Amazon AppStream 2.0 Administration Guide. To learn more about AppStream 2.0, see the following resources: Amazon AppStream 2.0 product page Amazon AppStream 2.0 documentation

Subcommands

NameDescription
associate-fleetAssociates the specified fleet with the specified stack
batch-associate-user-stackAssociates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain
batch-disassociate-user-stackDisassociates the specified users from the specified stacks
copy-imageCopies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied
create-directory-configCreates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains
create-fleetCreates a fleet. A fleet consists of streaming instances that run a specified image
create-image-builderCreates an image builder. An image builder is a virtual machine that is used to create an image. The initial state of the builder is PENDING. When it is ready, the state is RUNNING
create-image-builder-streaming-urlCreates a URL to start an image builder streaming session
create-stackCreates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations
create-streaming-urlCreates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup
create-updated-imageCreates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software. For more information, see the "Update an Image by Using Managed AppStream 2.0 Image Updates" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide
create-usage-report-subscriptionCreates a usage report subscription. Usage reports are generated daily
create-userCreates a new user in the user pool
delete-directory-configDeletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain
delete-fleetDeletes the specified fleet
delete-imageDeletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image
delete-image-builderDeletes the specified image builder and releases the capacity
delete-image-permissionsDeletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image
delete-stackDeletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released
delete-usage-report-subscriptionDisables usage report generation
delete-userDeletes a user from the user pool
describe-directory-configsRetrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains. Although the response syntax in this topic includes the account password, this password is not returned in the actual response
describe-fleetsRetrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described
describe-image-buildersRetrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described
describe-image-permissionsRetrieves a list that describes the permissions for shared AWS account IDs on a private image that you own
describe-imagesRetrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described
describe-sessionsRetrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL
describe-stacksRetrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described
describe-usage-report-subscriptionsRetrieves a list that describes one or more usage report subscriptions
describe-user-stack-associationsRetrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following: The stack name The user name (email address of the user associated with the stack) and the authentication type for the user
describe-usersRetrieves a list that describes one or more specified users in the user pool
disable-userDisables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user
disassociate-fleetDisassociates the specified fleet from the specified stack
enable-userEnables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned
expire-sessionImmediately stops the specified streaming session
list-associated-fleetsRetrieves the name of the fleet that is associated with the specified stack
list-associated-stacksRetrieves the name of the stack with which the specified fleet is associated
list-tags-for-resourceRetrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide
start-fleetStarts the specified fleet
start-image-builderStarts the specified image builder
stop-fleetStops the specified fleet
stop-image-builderStops the specified image builder
tag-resourceAdds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value. To list the current tags for your resources, use ListTagsForResource. To disassociate tags from your resources, use UntagResource. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide
untag-resourceDisassociates one or more specified tags from the specified AppStream 2.0 resource. To list the current tags for your resources, use ListTagsForResource. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide
update-directory-configUpdates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains
update-fleetUpdates 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 DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. If the fleet is in the STARTING or STOPPING state, you can't update it
update-image-permissionsAdds or updates permissions for the specified private image
update-stackUpdates the specified fields for the specified stack
waitWait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met