/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the appstream-2016-12-01.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.AppStream.Model; namespace Amazon.AppStream { /// /// Interface for accessing 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: /// /// /// public partial interface IAmazonAppStream : IAmazonService, IDisposable { #if AWS_ASYNC_ENUMERABLES_API /// /// Paginators for the service /// IAppStreamPaginatorFactory Paginators { get; } #endif #region AssociateAppBlockBuilderAppBlock /// /// Associates the specified app block builder with the specified app block. /// /// Container for the necessary parameters to execute the AssociateAppBlockBuilderAppBlock service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the AssociateAppBlockBuilderAppBlock service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for AssociateAppBlockBuilderAppBlock Operation Task AssociateAppBlockBuilderAppBlockAsync(AssociateAppBlockBuilderAppBlockRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region AssociateApplicationFleet /// /// Associates the specified application with the specified fleet. This is only supported /// for Elastic fleets. /// /// Container for the necessary parameters to execute the AssociateApplicationFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the AssociateApplicationFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for AssociateApplicationFleet Operation Task AssociateApplicationFleetAsync(AssociateApplicationFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region AssociateApplicationToEntitlement /// /// Associates an application to entitle. /// /// Container for the necessary parameters to execute the AssociateApplicationToEntitlement service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the AssociateApplicationToEntitlement service method, as returned by AppStream. /// /// The entitlement can't be found. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for AssociateApplicationToEntitlement Operation Task AssociateApplicationToEntitlementAsync(AssociateApplicationToEntitlementRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region AssociateFleet /// /// Associates the specified fleet with the specified stack. /// /// Container for the necessary parameters to execute the AssociateFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the AssociateFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The image can't be updated because it's not compatible for updates. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for AssociateFleet Operation Task AssociateFleetAsync(AssociateFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region BatchAssociateUserStack /// /// Associates 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. /// /// Container for the necessary parameters to execute the BatchAssociateUserStack service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the BatchAssociateUserStack service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// REST API Reference for BatchAssociateUserStack Operation Task BatchAssociateUserStackAsync(BatchAssociateUserStackRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region BatchDisassociateUserStack /// /// Disassociates the specified users from the specified stacks. /// /// Container for the necessary parameters to execute the BatchDisassociateUserStack service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the BatchDisassociateUserStack service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// REST API Reference for BatchDisassociateUserStack Operation Task BatchDisassociateUserStackAsync(BatchDisassociateUserStackRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CopyImage /// /// Copies 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. /// /// Container for the necessary parameters to execute the CopyImage service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CopyImage service method, as returned by AppStream. /// /// The image can't be updated because it's not compatible for updates. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The specified resource already exists. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for CopyImage Operation Task CopyImageAsync(CopyImageRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateAppBlock /// /// Creates an app block. /// /// /// /// App blocks are an Amazon AppStream 2.0 resource that stores the details about the /// virtual hard disk in an S3 bucket. It also stores the setup script with details about /// how to mount the virtual hard disk. The virtual hard disk includes the application /// binaries and other files necessary to launch your applications. Multiple applications /// can be assigned to a single app block. /// /// /// /// This is only supported for Elastic fleets. /// /// /// Container for the necessary parameters to execute the CreateAppBlock service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateAppBlock service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource already exists. /// /// REST API Reference for CreateAppBlock Operation Task CreateAppBlockAsync(CreateAppBlockRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateAppBlockBuilder /// /// Creates an app block builder. /// /// Container for the necessary parameters to execute the CreateAppBlockBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateAppBlockBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// AppStream 2.0 can’t process the request right now because the Describe calls from /// your AWS account are being throttled by Amazon EC2. Try again later. /// /// /// The specified resource already exists. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateAppBlockBuilder Operation Task CreateAppBlockBuilderAsync(CreateAppBlockBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateAppBlockBuilderStreamingURL /// /// Creates a URL to start a create app block builder streaming session. /// /// Container for the necessary parameters to execute the CreateAppBlockBuilderStreamingURL service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateAppBlockBuilderStreamingURL service method, as returned by AppStream. /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateAppBlockBuilderStreamingURL Operation Task CreateAppBlockBuilderStreamingURLAsync(CreateAppBlockBuilderStreamingURLRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateApplication /// /// Creates an application. /// /// /// /// Applications are an Amazon AppStream 2.0 resource that stores the details about how /// to launch applications on Elastic fleet streaming instances. An application consists /// of the launch details, icon, and display name. Applications are associated with an /// app block that contains the application binaries and other files. The applications /// assigned to an Elastic fleet are the applications users can launch. /// /// /// /// This is only supported for Elastic fleets. /// /// /// Container for the necessary parameters to execute the CreateApplication service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateApplication service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource already exists. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateApplication Operation Task CreateApplicationAsync(CreateApplicationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateDirectoryConfig /// /// Creates 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. /// /// Container for the necessary parameters to execute the CreateDirectoryConfig service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateDirectoryConfig service method, as returned by AppStream. /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource already exists. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateDirectoryConfig Operation Task CreateDirectoryConfigAsync(CreateDirectoryConfigRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateEntitlement /// /// Creates a new entitlement. Entitlements control access to specific applications within /// a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. /// Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications /// in a stack. Entitlements don't apply to the desktop stream view application, or to /// applications managed by a dynamic app provider using the Dynamic Application Framework. /// /// Container for the necessary parameters to execute the CreateEntitlement service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateEntitlement service method, as returned by AppStream. /// /// The entitlement already exists. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateEntitlement Operation Task CreateEntitlementAsync(CreateEntitlementRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateFleet /// /// Creates a fleet. A fleet consists of streaming instances that your users access for /// their applications and desktops. /// /// Container for the necessary parameters to execute the CreateFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The image can't be updated because it's not compatible for updates. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// AppStream 2.0 can’t process the request right now because the Describe calls from /// your AWS account are being throttled by Amazon EC2. Try again later. /// /// /// The specified resource already exists. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateFleet Operation Task CreateFleetAsync(CreateFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateImageBuilder /// /// Creates 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. /// /// /// Container for the necessary parameters to execute the CreateImageBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateImageBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The image can't be updated because it's not compatible for updates. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// AppStream 2.0 can’t process the request right now because the Describe calls from /// your AWS account are being throttled by Amazon EC2. Try again later. /// /// /// The specified resource already exists. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateImageBuilder Operation Task CreateImageBuilderAsync(CreateImageBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateImageBuilderStreamingURL /// /// Creates a URL to start an image builder streaming session. /// /// Container for the necessary parameters to execute the CreateImageBuilderStreamingURL service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateImageBuilderStreamingURL service method, as returned by AppStream. /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateImageBuilderStreamingURL Operation Task CreateImageBuilderStreamingURLAsync(CreateImageBuilderStreamingURLRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateStack /// /// Creates a stack to start streaming applications to users. A stack consists of an associated /// fleet, user access policies, and storage configurations. /// /// Container for the necessary parameters to execute the CreateStack service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateStack service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The specified resource already exists. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateStack Operation Task CreateStackAsync(CreateStackRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateStreamingURL /// /// Creates 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. /// /// Container for the necessary parameters to execute the CreateStreamingURL service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateStreamingURL service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateStreamingURL Operation Task CreateStreamingURLAsync(CreateStreamingURLRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateUpdatedImage /// /// Creates 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. /// /// /// Container for the necessary parameters to execute the CreateUpdatedImage service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateUpdatedImage service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The image can't be updated because it's not compatible for updates. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource already exists. /// /// /// The specified resource was not found. /// /// REST API Reference for CreateUpdatedImage Operation Task CreateUpdatedImageAsync(CreateUpdatedImageRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateUsageReportSubscription /// /// Creates a usage report subscription. Usage reports are generated daily. /// /// Container for the necessary parameters to execute the CreateUsageReportSubscription service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateUsageReportSubscription service method, as returned by AppStream. /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// REST API Reference for CreateUsageReportSubscription Operation Task CreateUsageReportSubscriptionAsync(CreateUsageReportSubscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateUser /// /// Creates a new user in the user pool. /// /// Container for the necessary parameters to execute the CreateUser service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateUser service method, as returned by AppStream. /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource already exists. /// /// REST API Reference for CreateUser Operation Task CreateUserAsync(CreateUserRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAppBlock /// /// Deletes an app block. /// /// Container for the necessary parameters to execute the DeleteAppBlock service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteAppBlock service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteAppBlock Operation Task DeleteAppBlockAsync(DeleteAppBlockRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAppBlockBuilder /// /// Deletes an app block builder. /// /// /// /// An app block builder can only be deleted when it has no association with an app block. /// /// /// Container for the necessary parameters to execute the DeleteAppBlockBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteAppBlockBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteAppBlockBuilder Operation Task DeleteAppBlockBuilderAsync(DeleteAppBlockBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteApplication /// /// Deletes an application. /// /// Container for the necessary parameters to execute the DeleteApplication service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteApplication service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteApplication Operation Task DeleteApplicationAsync(DeleteApplicationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteDirectoryConfig /// /// Deletes the specified Directory Config object from AppStream 2.0. This object includes /// the information required to join streaming instances to an Active Directory domain. /// /// Container for the necessary parameters to execute the DeleteDirectoryConfig service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteDirectoryConfig service method, as returned by AppStream. /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteDirectoryConfig Operation Task DeleteDirectoryConfigAsync(DeleteDirectoryConfigRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteEntitlement /// /// Deletes the specified entitlement. /// /// Container for the necessary parameters to execute the DeleteEntitlement service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteEntitlement service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The entitlement can't be found. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteEntitlement Operation Task DeleteEntitlementAsync(DeleteEntitlementRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteFleet /// /// Deletes the specified fleet. /// /// Container for the necessary parameters to execute the DeleteFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteFleet Operation Task DeleteFleetAsync(DeleteFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteImage /// /// Deletes 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. /// /// Container for the necessary parameters to execute the DeleteImage service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteImage service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteImage Operation Task DeleteImageAsync(DeleteImageRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteImageBuilder /// /// Deletes the specified image builder and releases the capacity. /// /// Container for the necessary parameters to execute the DeleteImageBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteImageBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteImageBuilder Operation Task DeleteImageBuilderAsync(DeleteImageBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteImagePermissions /// /// Deletes 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. /// /// Container for the necessary parameters to execute the DeleteImagePermissions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteImagePermissions service method, as returned by AppStream. /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteImagePermissions Operation Task DeleteImagePermissionsAsync(DeleteImagePermissionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteStack /// /// Deletes 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. /// /// Container for the necessary parameters to execute the DeleteStack service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteStack service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteStack Operation Task DeleteStackAsync(DeleteStackRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteUsageReportSubscription /// /// Disables usage report generation. /// /// Container for the necessary parameters to execute the DeleteUsageReportSubscription service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteUsageReportSubscription service method, as returned by AppStream. /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The specified resource was not found. /// /// REST API Reference for DeleteUsageReportSubscription Operation Task DeleteUsageReportSubscriptionAsync(DeleteUsageReportSubscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteUser /// /// Deletes a user from the user pool. /// /// Container for the necessary parameters to execute the DeleteUser service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteUser service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for DeleteUser Operation Task DeleteUserAsync(DeleteUserRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppBlockBuilderAppBlockAssociations /// /// Retrieves a list that describes one or more app block builder associations. /// /// Container for the necessary parameters to execute the DescribeAppBlockBuilderAppBlockAssociations service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeAppBlockBuilderAppBlockAssociations service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// REST API Reference for DescribeAppBlockBuilderAppBlockAssociations Operation Task DescribeAppBlockBuilderAppBlockAssociationsAsync(DescribeAppBlockBuilderAppBlockAssociationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppBlockBuilders /// /// Retrieves a list that describes one or more app block builders. /// /// Container for the necessary parameters to execute the DescribeAppBlockBuilders service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeAppBlockBuilders service method, as returned by AppStream. /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DescribeAppBlockBuilders Operation Task DescribeAppBlockBuildersAsync(DescribeAppBlockBuildersRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppBlocks /// /// Retrieves a list that describes one or more app blocks. /// /// Container for the necessary parameters to execute the DescribeAppBlocks service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeAppBlocks service method, as returned by AppStream. /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DescribeAppBlocks Operation Task DescribeAppBlocksAsync(DescribeAppBlocksRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeApplicationFleetAssociations /// /// Retrieves a list that describes one or more application fleet associations. Either /// ApplicationArn or FleetName must be specified. /// /// Container for the necessary parameters to execute the DescribeApplicationFleetAssociations service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeApplicationFleetAssociations service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// REST API Reference for DescribeApplicationFleetAssociations Operation Task DescribeApplicationFleetAssociationsAsync(DescribeApplicationFleetAssociationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeApplications /// /// Retrieves a list that describes one or more applications. /// /// Container for the necessary parameters to execute the DescribeApplications service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeApplications service method, as returned by AppStream. /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DescribeApplications Operation Task DescribeApplicationsAsync(DescribeApplicationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeDirectoryConfigs /// /// Retrieves 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. /// /// /// Container for the necessary parameters to execute the DescribeDirectoryConfigs service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeDirectoryConfigs service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for DescribeDirectoryConfigs Operation Task DescribeDirectoryConfigsAsync(DescribeDirectoryConfigsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeEntitlements /// /// Retrieves a list that describes one of more entitlements. /// /// Container for the necessary parameters to execute the DescribeEntitlements service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEntitlements service method, as returned by AppStream. /// /// The entitlement can't be found. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DescribeEntitlements Operation Task DescribeEntitlementsAsync(DescribeEntitlementsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeFleets /// /// Retrieves a list that describes one or more specified fleets, if the fleet names are /// provided. Otherwise, all fleets in the account are described. /// /// Container for the necessary parameters to execute the DescribeFleets service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeFleets service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for DescribeFleets Operation Task DescribeFleetsAsync(DescribeFleetsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeImageBuilders /// /// Retrieves 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. /// /// Container for the necessary parameters to execute the DescribeImageBuilders service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeImageBuilders service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for DescribeImageBuilders Operation Task DescribeImageBuildersAsync(DescribeImageBuildersRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeImagePermissions /// /// Retrieves a list that describes the permissions for shared AWS account IDs on a private /// image that you own. /// /// Container for the necessary parameters to execute the DescribeImagePermissions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeImagePermissions service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for DescribeImagePermissions Operation Task DescribeImagePermissionsAsync(DescribeImagePermissionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeImages /// /// Retrieves 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. /// /// Container for the necessary parameters to execute the DescribeImages service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeImages service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The specified resource was not found. /// /// REST API Reference for DescribeImages Operation Task DescribeImagesAsync(DescribeImagesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeSessions /// /// Retrieves 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. /// /// Container for the necessary parameters to execute the DescribeSessions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeSessions service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// REST API Reference for DescribeSessions Operation Task DescribeSessionsAsync(DescribeSessionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeStacks /// /// Retrieves a list that describes one or more specified stacks, if the stack names are /// provided. Otherwise, all stacks in the account are described. /// /// Container for the necessary parameters to execute the DescribeStacks service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeStacks service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for DescribeStacks Operation Task DescribeStacksAsync(DescribeStacksRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeUsageReportSubscriptions /// /// Retrieves a list that describes one or more usage report subscriptions. /// /// Container for the necessary parameters to execute the DescribeUsageReportSubscriptions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeUsageReportSubscriptions service method, as returned by AppStream. /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The specified resource was not found. /// /// REST API Reference for DescribeUsageReportSubscriptions Operation Task DescribeUsageReportSubscriptionsAsync(DescribeUsageReportSubscriptionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeUsers /// /// Retrieves a list that describes one or more specified users in the user pool. /// /// Container for the necessary parameters to execute the DescribeUsers service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeUsers service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DescribeUsers Operation Task DescribeUsersAsync(DescribeUsersRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeUserStackAssociations /// /// Retrieves 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 /// ///
///
/// Container for the necessary parameters to execute the DescribeUserStackAssociations service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeUserStackAssociations service method, as returned by AppStream. /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// REST API Reference for DescribeUserStackAssociations Operation Task DescribeUserStackAssociationsAsync(DescribeUserStackAssociationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DisableUser /// /// Disables 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. /// /// Container for the necessary parameters to execute the DisableUser service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DisableUser service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for DisableUser Operation Task DisableUserAsync(DisableUserRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DisassociateAppBlockBuilderAppBlock /// /// Disassociates a specified app block builder from a specified app block. /// /// Container for the necessary parameters to execute the DisassociateAppBlockBuilderAppBlock service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DisassociateAppBlockBuilderAppBlock service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DisassociateAppBlockBuilderAppBlock Operation Task DisassociateAppBlockBuilderAppBlockAsync(DisassociateAppBlockBuilderAppBlockRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DisassociateApplicationFleet /// /// Disassociates the specified application from the fleet. /// /// Container for the necessary parameters to execute the DisassociateApplicationFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DisassociateApplicationFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The attempted operation is not permitted. /// /// REST API Reference for DisassociateApplicationFleet Operation Task DisassociateApplicationFleetAsync(DisassociateApplicationFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DisassociateApplicationFromEntitlement /// /// Deletes the specified application from the specified entitlement. /// /// Container for the necessary parameters to execute the DisassociateApplicationFromEntitlement service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DisassociateApplicationFromEntitlement service method, as returned by AppStream. /// /// The entitlement can't be found. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for DisassociateApplicationFromEntitlement Operation Task DisassociateApplicationFromEntitlementAsync(DisassociateApplicationFromEntitlementRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DisassociateFleet /// /// Disassociates the specified fleet from the specified stack. /// /// Container for the necessary parameters to execute the DisassociateFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DisassociateFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for DisassociateFleet Operation Task DisassociateFleetAsync(DisassociateFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region EnableUser /// /// Enables 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. /// /// Container for the necessary parameters to execute the EnableUser service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the EnableUser service method, as returned by AppStream. /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The specified resource was not found. /// /// REST API Reference for EnableUser Operation Task EnableUserAsync(EnableUserRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ExpireSession /// /// Immediately stops the specified streaming session. /// /// Container for the necessary parameters to execute the ExpireSession service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ExpireSession service method, as returned by AppStream. /// REST API Reference for ExpireSession Operation Task ExpireSessionAsync(ExpireSessionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAssociatedFleets /// /// Retrieves the name of the fleet that is associated with the specified stack. /// /// Container for the necessary parameters to execute the ListAssociatedFleets service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListAssociatedFleets service method, as returned by AppStream. /// REST API Reference for ListAssociatedFleets Operation Task ListAssociatedFleetsAsync(ListAssociatedFleetsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAssociatedStacks /// /// Retrieves the name of the stack with which the specified fleet is associated. /// /// Container for the necessary parameters to execute the ListAssociatedStacks service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListAssociatedStacks service method, as returned by AppStream. /// REST API Reference for ListAssociatedStacks Operation Task ListAssociatedStacksAsync(ListAssociatedStacksRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListEntitledApplications /// /// Retrieves a list of entitled applications. /// /// Container for the necessary parameters to execute the ListEntitledApplications service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListEntitledApplications service method, as returned by AppStream. /// /// The entitlement can't be found. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for ListEntitledApplications Operation Task ListEntitledApplicationsAsync(ListEntitledApplicationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListTagsForResource /// /// Retrieves 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. /// /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListTagsForResource service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for ListTagsForResource Operation Task ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StartAppBlockBuilder /// /// Starts an app block builder. /// /// /// /// An app block builder can only be started when it's associated with an app block. /// /// /// /// Starting an app block builder starts a new instance, which is equivalent to an elastic /// fleet instance with application builder assistance functionality. /// /// /// Container for the necessary parameters to execute the StartAppBlockBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StartAppBlockBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// AppStream 2.0 can’t process the request right now because the Describe calls from /// your AWS account are being throttled by Amazon EC2. Try again later. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for StartAppBlockBuilder Operation Task StartAppBlockBuilderAsync(StartAppBlockBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StartFleet /// /// Starts the specified fleet. /// /// Container for the necessary parameters to execute the StartFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StartFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// AppStream 2.0 can’t process the request right now because the Describe calls from /// your AWS account are being throttled by Amazon EC2. Try again later. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for StartFleet Operation Task StartFleetAsync(StartFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StartImageBuilder /// /// Starts the specified image builder. /// /// Container for the necessary parameters to execute the StartImageBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StartImageBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The image can't be updated because it's not compatible for updates. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for StartImageBuilder Operation Task StartImageBuilderAsync(StartImageBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StopAppBlockBuilder /// /// Stops an app block builder. /// /// /// /// Stopping an app block builder terminates the instance, and the instance state is not /// persisted. /// /// /// Container for the necessary parameters to execute the StopAppBlockBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StopAppBlockBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for StopAppBlockBuilder Operation Task StopAppBlockBuilderAsync(StopAppBlockBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StopFleet /// /// Stops the specified fleet. /// /// Container for the necessary parameters to execute the StopFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StopFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The specified resource was not found. /// /// REST API Reference for StopFleet Operation Task StopFleetAsync(StopFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StopImageBuilder /// /// Stops the specified image builder. /// /// Container for the necessary parameters to execute the StopImageBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StopImageBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for StopImageBuilder Operation Task StopImageBuilderAsync(StopImageBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region TagResource /// /// Adds 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. /// /// /// Container for the necessary parameters to execute the TagResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the TagResource service method, as returned by AppStream. /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The specified resource was not found. /// /// REST API Reference for TagResource Operation Task TagResourceAsync(TagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UntagResource /// /// Disassociates 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. /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UntagResource service method, as returned by AppStream. /// /// The specified resource was not found. /// /// REST API Reference for UntagResource Operation Task UntagResourceAsync(UntagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateAppBlockBuilder /// /// Updates an app block builder. /// /// /// /// If the app block builder is in the STARTING or STOPPING /// state, you can't update it. If the app block builder is in the RUNNING /// state, you can only update the DisplayName and Description. If the app block builder /// is in the STOPPED state, you can update any attribute except the Name. /// /// /// Container for the necessary parameters to execute the UpdateAppBlockBuilder service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateAppBlockBuilder service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// AppStream 2.0 can’t process the request right now because the Describe calls from /// your AWS account are being throttled by Amazon EC2. Try again later. /// /// /// The specified resource is in use. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for UpdateAppBlockBuilder Operation Task UpdateAppBlockBuilderAsync(UpdateAppBlockBuilderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateApplication /// /// Updates the specified application. /// /// Container for the necessary parameters to execute the UpdateApplication service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateApplication service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for UpdateApplication Operation Task UpdateApplicationAsync(UpdateApplicationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateDirectoryConfig /// /// Updates 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. /// /// Container for the necessary parameters to execute the UpdateDirectoryConfig service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateDirectoryConfig service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The specified role is invalid. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for UpdateDirectoryConfig Operation Task UpdateDirectoryConfigAsync(UpdateDirectoryConfigRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateEntitlement /// /// Updates the specified entitlement. /// /// Container for the necessary parameters to execute the UpdateEntitlement service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateEntitlement service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The entitlement can't be found. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource was not found. /// /// REST API Reference for UpdateEntitlement Operation Task UpdateEntitlementAsync(UpdateEntitlementRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateFleet /// /// 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. /// ///
/// Container for the necessary parameters to execute the UpdateFleet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateFleet service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The image can't be updated because it's not compatible for updates. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// AppStream 2.0 can’t process the request right now because the Describe calls from /// your AWS account are being throttled by Amazon EC2. Try again later. /// /// /// The specified resource is in use. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for UpdateFleet Operation Task UpdateFleetAsync(UpdateFleetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateImagePermissions /// /// Adds or updates permissions for the specified private image. /// /// Container for the necessary parameters to execute the UpdateImagePermissions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateImagePermissions service method, as returned by AppStream. /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The specified resource exists and is not in use, but isn't available. /// /// /// The specified resource was not found. /// /// REST API Reference for UpdateImagePermissions Operation Task UpdateImagePermissionsAsync(UpdateImagePermissionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateStack /// /// Updates the specified fields for the specified stack. /// /// Container for the necessary parameters to execute the UpdateStack service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateStack service method, as returned by AppStream. /// /// An API error occurred. Wait a few minutes and try again. /// /// /// The image can't be updated because it's not compatible for updates. /// /// /// The resource cannot be created because your AWS account is suspended. For assistance, /// contact AWS Support. /// /// /// Indicates an incorrect combination of parameters, or a missing parameter. /// /// /// The specified role is invalid. /// /// /// The requested limit exceeds the permitted limit for an account. /// /// /// The attempted operation is not permitted. /// /// /// The specified resource is in use. /// /// /// The specified resource was not found. /// /// REST API Reference for UpdateStack Operation Task UpdateStackAsync(UpdateStackRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion } }