/*
* 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
{
///
/// Paginators for the service
///
IAppStreamPaginatorFactory Paginators { get; }
#region AssociateAppBlockBuilderAppBlock
///
/// Associates the specified app block builder with the specified app block.
///
/// Container for the necessary parameters to execute the AssociateAppBlockBuilderAppBlock service method.
///
/// 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
AssociateAppBlockBuilderAppBlockResponse AssociateAppBlockBuilderAppBlock(AssociateAppBlockBuilderAppBlockRequest request);
///
/// 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, 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.
///
/// 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
AssociateApplicationFleetResponse AssociateApplicationFleet(AssociateApplicationFleetRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region AssociateApplicationToEntitlement
///
/// Associates an application to entitle.
///
/// Container for the necessary parameters to execute the AssociateApplicationToEntitlement service method.
///
/// 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
AssociateApplicationToEntitlementResponse AssociateApplicationToEntitlement(AssociateApplicationToEntitlementRequest request);
///
/// 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, 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.
///
/// 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
AssociateFleetResponse AssociateFleet(AssociateFleetRequest request);
///
/// 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, 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.
///
/// 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
BatchAssociateUserStackResponse BatchAssociateUserStack(BatchAssociateUserStackRequest request);
///
/// 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, 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.
///
/// 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
BatchDisassociateUserStackResponse BatchDisassociateUserStack(BatchDisassociateUserStackRequest request);
///
/// 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, 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.
///
/// 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
CopyImageResponse CopyImage(CopyImageRequest request);
///
/// 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, 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.
///
/// 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
CreateAppBlockResponse CreateAppBlock(CreateAppBlockRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateAppBlockBuilder
///
/// Creates an app block builder.
///
/// Container for the necessary parameters to execute the CreateAppBlockBuilder service method.
///
/// 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
CreateAppBlockBuilderResponse CreateAppBlockBuilder(CreateAppBlockBuilderRequest request);
///
/// 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, 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.
///
/// 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
CreateAppBlockBuilderStreamingURLResponse CreateAppBlockBuilderStreamingURL(CreateAppBlockBuilderStreamingURLRequest request);
///
/// 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, 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.
///
/// 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
CreateApplicationResponse CreateApplication(CreateApplicationRequest request);
///
/// 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, 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.
///
/// 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
CreateDirectoryConfigResponse CreateDirectoryConfig(CreateDirectoryConfigRequest request);
///
/// 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, 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.
///
/// 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
CreateEntitlementResponse CreateEntitlement(CreateEntitlementRequest request);
///
/// 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, 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.
///
/// 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
CreateFleetResponse CreateFleet(CreateFleetRequest request);
///
/// 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, 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.
///
/// 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
CreateImageBuilderResponse CreateImageBuilder(CreateImageBuilderRequest request);
///
/// 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, 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.
///
/// 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
CreateImageBuilderStreamingURLResponse CreateImageBuilderStreamingURL(CreateImageBuilderStreamingURLRequest request);
///
/// 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, 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.
///
/// 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
CreateStackResponse CreateStack(CreateStackRequest request);
///
/// 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, 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.
///
/// 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
CreateStreamingURLResponse CreateStreamingURL(CreateStreamingURLRequest request);
///
/// 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, 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.
///
/// 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
CreateUpdatedImageResponse CreateUpdatedImage(CreateUpdatedImageRequest request);
///
/// 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, 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.
///
/// 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
CreateUsageReportSubscriptionResponse CreateUsageReportSubscription(CreateUsageReportSubscriptionRequest request);
///
/// 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, 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.
///
/// 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
CreateUserResponse CreateUser(CreateUserRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteAppBlock
///
/// Deletes an app block.
///
/// Container for the necessary parameters to execute the DeleteAppBlock service method.
///
/// 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
DeleteAppBlockResponse DeleteAppBlock(DeleteAppBlockRequest request);
///
/// 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, 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.
///
/// 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
DeleteAppBlockBuilderResponse DeleteAppBlockBuilder(DeleteAppBlockBuilderRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteApplication
///
/// Deletes an application.
///
/// Container for the necessary parameters to execute the DeleteApplication service method.
///
/// 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
DeleteApplicationResponse DeleteApplication(DeleteApplicationRequest request);
///
/// 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, 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.
///
/// 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
DeleteDirectoryConfigResponse DeleteDirectoryConfig(DeleteDirectoryConfigRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteEntitlement
///
/// Deletes the specified entitlement.
///
/// Container for the necessary parameters to execute the DeleteEntitlement service method.
///
/// 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
DeleteEntitlementResponse DeleteEntitlement(DeleteEntitlementRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteFleet
///
/// Deletes the specified fleet.
///
/// Container for the necessary parameters to execute the DeleteFleet service method.
///
/// 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
DeleteFleetResponse DeleteFleet(DeleteFleetRequest request);
///
/// 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, 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.
///
/// 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
DeleteImageResponse DeleteImage(DeleteImageRequest request);
///
/// 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, 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.
///
/// 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
DeleteImageBuilderResponse DeleteImageBuilder(DeleteImageBuilderRequest request);
///
/// 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, 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.
///
/// 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
DeleteImagePermissionsResponse DeleteImagePermissions(DeleteImagePermissionsRequest request);
///
/// 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, 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.
///
/// 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
DeleteStackResponse DeleteStack(DeleteStackRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteUsageReportSubscription
///
/// Disables usage report generation.
///
/// Container for the necessary parameters to execute the DeleteUsageReportSubscription service method.
///
/// 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
DeleteUsageReportSubscriptionResponse DeleteUsageReportSubscription(DeleteUsageReportSubscriptionRequest request);
///
/// 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, 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.
///
/// The response from the DeleteUser service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for DeleteUser Operation
DeleteUserResponse DeleteUser(DeleteUserRequest request);
///
/// 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, 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.
///
/// 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
DescribeAppBlockBuilderAppBlockAssociationsResponse DescribeAppBlockBuilderAppBlockAssociations(DescribeAppBlockBuilderAppBlockAssociationsRequest request);
///
/// 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, 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.
///
/// 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
DescribeAppBlockBuildersResponse DescribeAppBlockBuilders(DescribeAppBlockBuildersRequest request);
///
/// 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, 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.
///
/// 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
DescribeAppBlocksResponse DescribeAppBlocks(DescribeAppBlocksRequest request);
///
/// 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, 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.
///
/// 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
DescribeApplicationFleetAssociationsResponse DescribeApplicationFleetAssociations(DescribeApplicationFleetAssociationsRequest request);
///
/// 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, 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.
///
/// 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
DescribeApplicationsResponse DescribeApplications(DescribeApplicationsRequest request);
///
/// 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, 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.
///
/// The response from the DescribeDirectoryConfigs service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for DescribeDirectoryConfigs Operation
DescribeDirectoryConfigsResponse DescribeDirectoryConfigs(DescribeDirectoryConfigsRequest request);
///
/// 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, 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.
///
/// 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
DescribeEntitlementsResponse DescribeEntitlements(DescribeEntitlementsRequest request);
///
/// 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, 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.
///
/// The response from the DescribeFleets service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for DescribeFleets Operation
DescribeFleetsResponse DescribeFleets(DescribeFleetsRequest request);
///
/// 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, 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.
///
/// The response from the DescribeImageBuilders service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for DescribeImageBuilders Operation
DescribeImageBuildersResponse DescribeImageBuilders(DescribeImageBuildersRequest request);
///
/// 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, 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.
///
/// The response from the DescribeImagePermissions service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for DescribeImagePermissions Operation
DescribeImagePermissionsResponse DescribeImagePermissions(DescribeImagePermissionsRequest request);
///
/// 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, 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.
///
/// 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
DescribeImagesResponse DescribeImages(DescribeImagesRequest request);
///
/// 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, 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.
///
/// 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
DescribeSessionsResponse DescribeSessions(DescribeSessionsRequest request);
///
/// 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, 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.
///
/// The response from the DescribeStacks service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for DescribeStacks Operation
DescribeStacksResponse DescribeStacks(DescribeStacksRequest request);
///
/// 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, 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.
///
/// 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
DescribeUsageReportSubscriptionsResponse DescribeUsageReportSubscriptions(DescribeUsageReportSubscriptionsRequest request);
///
/// 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, 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.
///
/// 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
DescribeUsersResponse DescribeUsers(DescribeUsersRequest request);
///
/// 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, 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.
///
/// 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
DescribeUserStackAssociationsResponse DescribeUserStackAssociations(DescribeUserStackAssociationsRequest request);
///
/// 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, 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.
///
/// The response from the DisableUser service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for DisableUser Operation
DisableUserResponse DisableUser(DisableUserRequest request);
///
/// 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, 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.
///
/// 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
DisassociateAppBlockBuilderAppBlockResponse DisassociateAppBlockBuilderAppBlock(DisassociateAppBlockBuilderAppBlockRequest request);
///
/// 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, 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.
///
/// 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
DisassociateApplicationFleetResponse DisassociateApplicationFleet(DisassociateApplicationFleetRequest request);
///
/// 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, 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.
///
/// 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
DisassociateApplicationFromEntitlementResponse DisassociateApplicationFromEntitlement(DisassociateApplicationFromEntitlementRequest request);
///
/// 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, 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.
///
/// 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
DisassociateFleetResponse DisassociateFleet(DisassociateFleetRequest request);
///
/// 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, 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.
///
/// 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
EnableUserResponse EnableUser(EnableUserRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ExpireSession
///
/// Immediately stops the specified streaming session.
///
/// Container for the necessary parameters to execute the ExpireSession service method.
///
/// The response from the ExpireSession service method, as returned by AppStream.
/// REST API Reference for ExpireSession Operation
ExpireSessionResponse ExpireSession(ExpireSessionRequest request);
///
/// 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, 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.
///
/// The response from the ListAssociatedFleets service method, as returned by AppStream.
/// REST API Reference for ListAssociatedFleets Operation
ListAssociatedFleetsResponse ListAssociatedFleets(ListAssociatedFleetsRequest request);
///
/// 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, 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.
///
/// The response from the ListAssociatedStacks service method, as returned by AppStream.
/// REST API Reference for ListAssociatedStacks Operation
ListAssociatedStacksResponse ListAssociatedStacks(ListAssociatedStacksRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListEntitledApplications
///
/// Retrieves a list of entitled applications.
///
/// Container for the necessary parameters to execute the ListEntitledApplications service method.
///
/// 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
ListEntitledApplicationsResponse ListEntitledApplications(ListEntitledApplicationsRequest request);
///
/// 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, 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.
///
/// The response from the ListTagsForResource service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for ListTagsForResource Operation
ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request);
///
/// 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, 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.
///
/// 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
StartAppBlockBuilderResponse StartAppBlockBuilder(StartAppBlockBuilderRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region StartFleet
///
/// Starts the specified fleet.
///
/// Container for the necessary parameters to execute the StartFleet service method.
///
/// 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
StartFleetResponse StartFleet(StartFleetRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region StartImageBuilder
///
/// Starts the specified image builder.
///
/// Container for the necessary parameters to execute the StartImageBuilder service method.
///
/// 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
StartImageBuilderResponse StartImageBuilder(StartImageBuilderRequest request);
///
/// 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, 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.
///
/// 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
StopAppBlockBuilderResponse StopAppBlockBuilder(StopAppBlockBuilderRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region StopFleet
///
/// Stops the specified fleet.
///
/// Container for the necessary parameters to execute the StopFleet service method.
///
/// 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
StopFleetResponse StopFleet(StopFleetRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region StopImageBuilder
///
/// Stops the specified image builder.
///
/// Container for the necessary parameters to execute the StopImageBuilder service method.
///
/// 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
StopImageBuilderResponse StopImageBuilder(StopImageBuilderRequest request);
///
/// 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, 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.
///
/// 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
TagResourceResponse TagResource(TagResourceRequest request);
///
/// 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, 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.
///
/// The response from the UntagResource service method, as returned by AppStream.
///
/// The specified resource was not found.
///
/// REST API Reference for UntagResource Operation
UntagResourceResponse UntagResource(UntagResourceRequest request);
///
/// 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, 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.
///
/// 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
UpdateAppBlockBuilderResponse UpdateAppBlockBuilder(UpdateAppBlockBuilderRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateApplication
///
/// Updates the specified application.
///
/// Container for the necessary parameters to execute the UpdateApplication service method.
///
/// 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
UpdateApplicationResponse UpdateApplication(UpdateApplicationRequest request);
///
/// 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, 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.
///
/// 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
UpdateDirectoryConfigResponse UpdateDirectoryConfig(UpdateDirectoryConfigRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateEntitlement
///
/// Updates the specified entitlement.
///
/// Container for the necessary parameters to execute the UpdateEntitlement service method.
///
/// 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
UpdateEntitlementResponse UpdateEntitlement(UpdateEntitlementRequest request);
///
/// 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, 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.
///
/// 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
UpdateFleetResponse UpdateFleet(UpdateFleetRequest request);
///
/// 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, 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.
///
/// 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
UpdateImagePermissionsResponse UpdateImagePermissions(UpdateImagePermissionsRequest request);
///
/// 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, 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.
///
/// 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
UpdateStackResponse UpdateStack(UpdateStackRequest request);
///
/// 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, CancellationToken cancellationToken = default(CancellationToken));
#endregion
}
}