libZSservicesZSamazonka-appstreamZSamazonka-appstream
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppStream

Contents

Description

Derived from API version 2016-12-01 of the AWS service descriptions, licensed under Apache 2.0.

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:

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2016-12-01 of the Amazon AppStream SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by AppStream.

InvalidRoleException

_InvalidRoleException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified role is invalid.

RequestLimitExceededException

_RequestLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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.

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource already exists.

IncompatibleImageException

_IncompatibleImageException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The image can't be updated because it's not compatible for updates.

ConcurrentModificationException

_ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An API error occurred. Wait a few minutes and try again.

OperationNotPermittedException

_OperationNotPermittedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The attempted operation is not permitted.

InvalidAccountStatusException

_InvalidAccountStatusException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource was not found.

InvalidParameterCombinationException

_InvalidParameterCombinationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Indicates an incorrect combination of parameters, or a missing parameter.

ResourceNotAvailableException

_ResourceNotAvailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource exists and is not in use, but isn't available.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The requested limit exceeds the permitted limit for an account.

ResourceInUseException

_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource is in use.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

FleetStopped

newFleetStopped :: Wait DescribeFleets Source #

Polls DescribeFleets every 30 seconds until a successful state is reached. An error is returned after 40 failed checks.

FleetStarted

newFleetStarted :: Wait DescribeFleets Source #

Polls DescribeFleets every 30 seconds until a successful state is reached. An error is returned after 40 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateUsageReportSubscription

data CreateUsageReportSubscription Source #

See: newCreateUsageReportSubscription smart constructor.

Instances

Instances details
Eq CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

Read CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

Show CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

Generic CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

Associated Types

type Rep CreateUsageReportSubscription :: Type -> Type #

NFData CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

Hashable CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

ToJSON CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

AWSRequest CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

ToHeaders CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

ToPath CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

ToQuery CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

type Rep CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

type Rep CreateUsageReportSubscription = D1 ('MetaData "CreateUsageReportSubscription" "Amazonka.AppStream.CreateUsageReportSubscription" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateUsageReportSubscription'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse CreateUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

newCreateUsageReportSubscription :: CreateUsageReportSubscription Source #

Create a value of CreateUsageReportSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data CreateUsageReportSubscriptionResponse Source #

Instances

Instances details
Eq CreateUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

Read CreateUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

Show CreateUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

Generic CreateUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

NFData CreateUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

type Rep CreateUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUsageReportSubscription

type Rep CreateUsageReportSubscriptionResponse = D1 ('MetaData "CreateUsageReportSubscriptionResponse" "Amazonka.AppStream.CreateUsageReportSubscription" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateUsageReportSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UsageReportSchedule)) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateUsageReportSubscriptionResponse Source #

Create a value of CreateUsageReportSubscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schedule:CreateUsageReportSubscriptionResponse', createUsageReportSubscriptionResponse_schedule - The schedule for generating usage reports.

$sel:s3BucketName:CreateUsageReportSubscriptionResponse', createUsageReportSubscriptionResponse_s3BucketName - The Amazon S3 bucket where generated reports are stored.

If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

$sel:httpStatus:CreateUsageReportSubscriptionResponse', createUsageReportSubscriptionResponse_httpStatus - The response's http status code.

DisassociateFleet

data DisassociateFleet Source #

See: newDisassociateFleet smart constructor.

Instances

Instances details
Eq DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Read DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Show DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Generic DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Associated Types

type Rep DisassociateFleet :: Type -> Type #

NFData DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Methods

rnf :: DisassociateFleet -> () #

Hashable DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

ToJSON DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

AWSRequest DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Associated Types

type AWSResponse DisassociateFleet #

ToHeaders DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

ToPath DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

ToQuery DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

type Rep DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

type Rep DisassociateFleet = D1 ('MetaData "DisassociateFleet" "Amazonka.AppStream.DisassociateFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DisassociateFleet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

newDisassociateFleet Source #

Create a value of DisassociateFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetName:DisassociateFleet', disassociateFleet_fleetName - The name of the fleet.

$sel:stackName:DisassociateFleet', disassociateFleet_stackName - The name of the stack.

data DisassociateFleetResponse Source #

See: newDisassociateFleetResponse smart constructor.

Instances

Instances details
Eq DisassociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Read DisassociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Show DisassociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Generic DisassociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

Associated Types

type Rep DisassociateFleetResponse :: Type -> Type #

NFData DisassociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

type Rep DisassociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisassociateFleet

type Rep DisassociateFleetResponse = D1 ('MetaData "DisassociateFleetResponse" "Amazonka.AppStream.DisassociateFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DisassociateFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateFleetResponse Source #

Create a value of DisassociateFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisassociateFleetResponse', disassociateFleetResponse_httpStatus - The response's http status code.

ListAssociatedFleets (Paginated)

data ListAssociatedFleets Source #

See: newListAssociatedFleets smart constructor.

Instances

Instances details
Eq ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Read ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Show ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Generic ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Associated Types

type Rep ListAssociatedFleets :: Type -> Type #

NFData ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Methods

rnf :: ListAssociatedFleets -> () #

Hashable ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

ToJSON ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

AWSPager ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

AWSRequest ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Associated Types

type AWSResponse ListAssociatedFleets #

ToHeaders ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

ToPath ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

ToQuery ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

type Rep ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

type Rep ListAssociatedFleets = D1 ('MetaData "ListAssociatedFleets" "Amazonka.AppStream.ListAssociatedFleets" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ListAssociatedFleets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListAssociatedFleets Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

newListAssociatedFleets Source #

Create a value of ListAssociatedFleets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListAssociatedFleets', listAssociatedFleets_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:stackName:ListAssociatedFleets', listAssociatedFleets_stackName - The name of the stack.

data ListAssociatedFleetsResponse Source #

See: newListAssociatedFleetsResponse smart constructor.

Instances

Instances details
Eq ListAssociatedFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Read ListAssociatedFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Show ListAssociatedFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Generic ListAssociatedFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

Associated Types

type Rep ListAssociatedFleetsResponse :: Type -> Type #

NFData ListAssociatedFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

type Rep ListAssociatedFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedFleets

type Rep ListAssociatedFleetsResponse = D1 ('MetaData "ListAssociatedFleetsResponse" "Amazonka.AppStream.ListAssociatedFleets" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ListAssociatedFleetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssociatedFleetsResponse Source #

Create a value of ListAssociatedFleetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListAssociatedFleets', listAssociatedFleetsResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:names:ListAssociatedFleetsResponse', listAssociatedFleetsResponse_names - The name of the fleet.

$sel:httpStatus:ListAssociatedFleetsResponse', listAssociatedFleetsResponse_httpStatus - The response's http status code.

DeleteStack

data DeleteStack Source #

See: newDeleteStack smart constructor.

Constructors

DeleteStack' Text 

Instances

Instances details
Eq DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Read DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Show DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Generic DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Associated Types

type Rep DeleteStack :: Type -> Type #

NFData DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Methods

rnf :: DeleteStack -> () #

Hashable DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

ToJSON DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

AWSRequest DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Associated Types

type AWSResponse DeleteStack #

ToHeaders DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Methods

toHeaders :: DeleteStack -> [Header] #

ToPath DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

ToQuery DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

type Rep DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

type Rep DeleteStack = D1 ('MetaData "DeleteStack" "Amazonka.AppStream.DeleteStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteStack Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

newDeleteStack Source #

Create a value of DeleteStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:DeleteStack', deleteStack_name - The name of the stack.

data DeleteStackResponse Source #

See: newDeleteStackResponse smart constructor.

Instances

Instances details
Eq DeleteStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Read DeleteStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Show DeleteStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Generic DeleteStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Associated Types

type Rep DeleteStackResponse :: Type -> Type #

NFData DeleteStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

Methods

rnf :: DeleteStackResponse -> () #

type Rep DeleteStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteStack

type Rep DeleteStackResponse = D1 ('MetaData "DeleteStackResponse" "Amazonka.AppStream.DeleteStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteStackResponse Source #

Create a value of DeleteStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteStackResponse', deleteStackResponse_httpStatus - The response's http status code.

UpdateStack

data UpdateStack Source #

See: newUpdateStack smart constructor.

Instances

Instances details
Eq UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Read UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Show UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Generic UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Associated Types

type Rep UpdateStack :: Type -> Type #

NFData UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Methods

rnf :: UpdateStack -> () #

Hashable UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

ToJSON UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

AWSRequest UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Associated Types

type AWSResponse UpdateStack #

ToHeaders UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Methods

toHeaders :: UpdateStack -> [Header] #

ToPath UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

ToQuery UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

type Rep UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

type Rep UpdateStack = D1 ('MetaData "UpdateStack" "Amazonka.AppStream.UpdateStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateStack'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty UserSetting))) :*: (S1 ('MetaSel ('Just "applicationSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationSettings)) :*: S1 ('MetaSel ('Just "feedbackURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "attributesToDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackAttribute])) :*: (S1 ('MetaSel ('Just "deleteStorageConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "storageConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageConnector]))))) :*: ((S1 ('MetaSel ('Just "accessEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AccessEndpoint))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "embedHostDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "redirectURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

newUpdateStack Source #

Create a value of UpdateStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userSettings:UpdateStack', updateStack_userSettings - The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

$sel:applicationSettings:UpdateStack', updateStack_applicationSettings - The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

$sel:feedbackURL:UpdateStack', updateStack_feedbackURL - The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

$sel:attributesToDelete:UpdateStack', updateStack_attributesToDelete - The stack attributes to delete.

$sel:deleteStorageConnectors:UpdateStack', updateStack_deleteStorageConnectors - Deletes the storage connectors currently enabled for the stack.

$sel:storageConnectors:UpdateStack', updateStack_storageConnectors - The storage connectors to enable.

$sel:accessEndpoints:UpdateStack', updateStack_accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

$sel:displayName:UpdateStack', updateStack_displayName - The stack name to display.

$sel:embedHostDomains:UpdateStack', updateStack_embedHostDomains - The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

$sel:description:UpdateStack', updateStack_description - The description to display.

$sel:redirectURL:UpdateStack', updateStack_redirectURL - The URL that users are redirected to after their streaming session ends.

$sel:name:UpdateStack', updateStack_name - The name of the stack.

data UpdateStackResponse Source #

See: newUpdateStackResponse smart constructor.

Instances

Instances details
Eq UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Read UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Show UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Generic UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Associated Types

type Rep UpdateStackResponse :: Type -> Type #

NFData UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Methods

rnf :: UpdateStackResponse -> () #

type Rep UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

type Rep UpdateStackResponse = D1 ('MetaData "UpdateStackResponse" "Amazonka.AppStream.UpdateStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Stack)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateStackResponse Source #

Create a value of UpdateStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stack:UpdateStackResponse', updateStackResponse_stack - Information about the stack.

$sel:httpStatus:UpdateStackResponse', updateStackResponse_httpStatus - The response's http status code.

CreateDirectoryConfig

data CreateDirectoryConfig Source #

See: newCreateDirectoryConfig smart constructor.

Instances

Instances details
Eq CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

Show CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

Generic CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

Associated Types

type Rep CreateDirectoryConfig :: Type -> Type #

NFData CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

Methods

rnf :: CreateDirectoryConfig -> () #

Hashable CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

ToJSON CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

AWSRequest CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

Associated Types

type AWSResponse CreateDirectoryConfig #

ToHeaders CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

ToPath CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

ToQuery CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

type Rep CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

type Rep CreateDirectoryConfig = D1 ('MetaData "CreateDirectoryConfig" "Amazonka.AppStream.CreateDirectoryConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateDirectoryConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceAccountCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceAccountCredentials)) :*: (S1 ('MetaSel ('Just "directoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationalUnitDistinguishedNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))
type AWSResponse CreateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

newCreateDirectoryConfig Source #

Create a value of CreateDirectoryConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceAccountCredentials:CreateDirectoryConfig', createDirectoryConfig_serviceAccountCredentials - The credentials for the service account used by the fleet or image builder to connect to the directory.

$sel:directoryName:CreateDirectoryConfig', createDirectoryConfig_directoryName - The fully qualified name of the directory (for example, corp.example.com).

$sel:organizationalUnitDistinguishedNames:CreateDirectoryConfig', createDirectoryConfig_organizationalUnitDistinguishedNames - The distinguished names of the organizational units for computer accounts.

data CreateDirectoryConfigResponse Source #

See: newCreateDirectoryConfigResponse smart constructor.

Instances

Instances details
Eq CreateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

Show CreateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

Generic CreateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

Associated Types

type Rep CreateDirectoryConfigResponse :: Type -> Type #

NFData CreateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

type Rep CreateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateDirectoryConfig

type Rep CreateDirectoryConfigResponse = D1 ('MetaData "CreateDirectoryConfigResponse" "Amazonka.AppStream.CreateDirectoryConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateDirectoryConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectoryConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDirectoryConfigResponse Source #

Create a value of CreateDirectoryConfigResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:directoryConfig:CreateDirectoryConfigResponse', createDirectoryConfigResponse_directoryConfig - Information about the directory configuration.

$sel:httpStatus:CreateDirectoryConfigResponse', createDirectoryConfigResponse_httpStatus - The response's http status code.

DescribeUsers (Paginated)

data DescribeUsers Source #

See: newDescribeUsers smart constructor.

Instances

Instances details
Eq DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Read DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Show DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Generic DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Associated Types

type Rep DescribeUsers :: Type -> Type #

NFData DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Methods

rnf :: DescribeUsers -> () #

Hashable DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

ToJSON DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

AWSPager DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

AWSRequest DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Associated Types

type AWSResponse DescribeUsers #

ToHeaders DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

ToPath DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

ToQuery DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

type Rep DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

type Rep DescribeUsers = D1 ('MetaData "DescribeUsers" "Amazonka.AppStream.DescribeUsers" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeUsers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthenticationType))))
type AWSResponse DescribeUsers Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

newDescribeUsers Source #

Create a value of DescribeUsers with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeUsers', describeUsers_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:DescribeUsers', describeUsers_maxResults - The maximum size of each page of results.

$sel:authenticationType:DescribeUsers', describeUsers_authenticationType - The authentication type for the users in the user pool to describe. You must specify USERPOOL.

data DescribeUsersResponse Source #

See: newDescribeUsersResponse smart constructor.

Instances

Instances details
Eq DescribeUsersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Show DescribeUsersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Generic DescribeUsersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Associated Types

type Rep DescribeUsersResponse :: Type -> Type #

NFData DescribeUsersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

Methods

rnf :: DescribeUsersResponse -> () #

type Rep DescribeUsersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsers

type Rep DescribeUsersResponse = D1 ('MetaData "DescribeUsersResponse" "Amazonka.AppStream.DescribeUsers" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeUsersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [User])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeUsersResponse Source #

Create a value of DescribeUsersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:users:DescribeUsersResponse', describeUsersResponse_users - Information about users in the user pool.

$sel:nextToken:DescribeUsers', describeUsersResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:httpStatus:DescribeUsersResponse', describeUsersResponse_httpStatus - The response's http status code.

ListAssociatedStacks (Paginated)

data ListAssociatedStacks Source #

See: newListAssociatedStacks smart constructor.

Instances

Instances details
Eq ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Read ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Show ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Generic ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Associated Types

type Rep ListAssociatedStacks :: Type -> Type #

NFData ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Methods

rnf :: ListAssociatedStacks -> () #

Hashable ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

ToJSON ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

AWSPager ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

AWSRequest ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Associated Types

type AWSResponse ListAssociatedStacks #

ToHeaders ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

ToPath ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

ToQuery ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacks = D1 ('MetaData "ListAssociatedStacks" "Amazonka.AppStream.ListAssociatedStacks" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ListAssociatedStacks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

newListAssociatedStacks Source #

Create a value of ListAssociatedStacks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListAssociatedStacks', listAssociatedStacks_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:fleetName:ListAssociatedStacks', listAssociatedStacks_fleetName - The name of the fleet.

data ListAssociatedStacksResponse Source #

See: newListAssociatedStacksResponse smart constructor.

Instances

Instances details
Eq ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Read ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Show ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Generic ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Associated Types

type Rep ListAssociatedStacksResponse :: Type -> Type #

NFData ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacksResponse = D1 ('MetaData "ListAssociatedStacksResponse" "Amazonka.AppStream.ListAssociatedStacks" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ListAssociatedStacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssociatedStacksResponse Source #

Create a value of ListAssociatedStacksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListAssociatedStacks', listAssociatedStacksResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:names:ListAssociatedStacksResponse', listAssociatedStacksResponse_names - The name of the stack.

$sel:httpStatus:ListAssociatedStacksResponse', listAssociatedStacksResponse_httpStatus - The response's http status code.

DeleteFleet

data DeleteFleet Source #

See: newDeleteFleet smart constructor.

Constructors

DeleteFleet' Text 

Instances

Instances details
Eq DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Read DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Show DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Generic DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Associated Types

type Rep DeleteFleet :: Type -> Type #

NFData DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Methods

rnf :: DeleteFleet -> () #

Hashable DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

ToJSON DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

AWSRequest DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Associated Types

type AWSResponse DeleteFleet #

ToHeaders DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Methods

toHeaders :: DeleteFleet -> [Header] #

ToPath DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

ToQuery DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

type Rep DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

type Rep DeleteFleet = D1 ('MetaData "DeleteFleet" "Amazonka.AppStream.DeleteFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteFleet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFleet Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

newDeleteFleet Source #

Create a value of DeleteFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:DeleteFleet', deleteFleet_name - The name of the fleet.

data DeleteFleetResponse Source #

See: newDeleteFleetResponse smart constructor.

Instances

Instances details
Eq DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Read DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Show DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Generic DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Associated Types

type Rep DeleteFleetResponse :: Type -> Type #

NFData DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

Methods

rnf :: DeleteFleetResponse -> () #

type Rep DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteFleet

type Rep DeleteFleetResponse = D1 ('MetaData "DeleteFleetResponse" "Amazonka.AppStream.DeleteFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFleetResponse Source #

Create a value of DeleteFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteFleetResponse', deleteFleetResponse_httpStatus - The response's http status code.

UpdateFleet

data UpdateFleet Source #

See: newUpdateFleet smart constructor.

Instances

Instances details
Eq UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Read UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Show UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Generic UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Associated Types

type Rep UpdateFleet :: Type -> Type #

NFData UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Methods

rnf :: UpdateFleet -> () #

Hashable UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

ToJSON UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

AWSRequest UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Associated Types

type AWSResponse UpdateFleet #

ToHeaders UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Methods

toHeaders :: UpdateFleet -> [Header] #

ToPath UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

ToQuery UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

type Rep UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

type Rep UpdateFleet = D1 ('MetaData "UpdateFleet" "Amazonka.AppStream.UpdateFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateFleet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "domainJoinInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainJoinInfo)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "disconnectTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxUserDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "attributesToDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FleetAttribute])) :*: S1 ('MetaSel ('Just "idleDisconnectTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "deleteVpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "enableDefaultInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "streamView") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamView)) :*: S1 ('MetaSel ('Just "computeCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeCapacity))))))))
type AWSResponse UpdateFleet Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

newUpdateFleet :: UpdateFleet Source #

Create a value of UpdateFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainJoinInfo:UpdateFleet', updateFleet_domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

$sel:iamRoleArn:UpdateFleet', updateFleet_iamRoleArn - The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

$sel:disconnectTimeoutInSeconds:UpdateFleet', updateFleet_disconnectTimeoutInSeconds - The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 360000.

$sel:maxUserDurationInSeconds:UpdateFleet', updateFleet_maxUserDurationInSeconds - The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 360000.

$sel:attributesToDelete:UpdateFleet', updateFleet_attributesToDelete - The fleet attributes to delete.

$sel:idleDisconnectTimeoutInSeconds:UpdateFleet', updateFleet_idleDisconnectTimeoutInSeconds - The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

$sel:deleteVpcConfig:UpdateFleet', updateFleet_deleteVpcConfig - Deletes the VPC association for the specified fleet.

$sel:instanceType:UpdateFleet', updateFleet_instanceType - The instance type to use when launching fleet instances. The following instance types are available:

  • stream.standard.small
  • stream.standard.medium
  • stream.standard.large
  • stream.compute.large
  • stream.compute.xlarge
  • stream.compute.2xlarge
  • stream.compute.4xlarge
  • stream.compute.8xlarge
  • stream.memory.large
  • stream.memory.xlarge
  • stream.memory.2xlarge
  • stream.memory.4xlarge
  • stream.memory.8xlarge
  • stream.memory.z1d.large
  • stream.memory.z1d.xlarge
  • stream.memory.z1d.2xlarge
  • stream.memory.z1d.3xlarge
  • stream.memory.z1d.6xlarge
  • stream.memory.z1d.12xlarge
  • stream.graphics-design.large
  • stream.graphics-design.xlarge
  • stream.graphics-design.2xlarge
  • stream.graphics-design.4xlarge
  • stream.graphics-desktop.2xlarge
  • stream.graphics.g4dn.xlarge
  • stream.graphics.g4dn.2xlarge
  • stream.graphics.g4dn.4xlarge
  • stream.graphics.g4dn.8xlarge
  • stream.graphics.g4dn.12xlarge
  • stream.graphics.g4dn.16xlarge
  • stream.graphics-pro.4xlarge
  • stream.graphics-pro.8xlarge
  • stream.graphics-pro.16xlarge

$sel:vpcConfig:UpdateFleet', updateFleet_vpcConfig - The VPC configuration for the fleet.

$sel:name:UpdateFleet', updateFleet_name - A unique name for the fleet.

$sel:imageArn:UpdateFleet', updateFleet_imageArn - The ARN of the public, private, or shared image to use.

$sel:displayName:UpdateFleet', updateFleet_displayName - The fleet name to display.

$sel:enableDefaultInternetAccess:UpdateFleet', updateFleet_enableDefaultInternetAccess - Enables or disables default internet access for the fleet.

$sel:imageName:UpdateFleet', updateFleet_imageName - The name of the image used to create the fleet.

$sel:description:UpdateFleet', updateFleet_description - The description to display.

$sel:streamView:UpdateFleet', updateFleet_streamView - The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

$sel:computeCapacity:UpdateFleet', updateFleet_computeCapacity - The desired capacity for the fleet.

data UpdateFleetResponse Source #

See: newUpdateFleetResponse smart constructor.

Instances

Instances details
Eq UpdateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Read UpdateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Show UpdateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Generic UpdateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Associated Types

type Rep UpdateFleetResponse :: Type -> Type #

NFData UpdateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

Methods

rnf :: UpdateFleetResponse -> () #

type Rep UpdateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateFleet

type Rep UpdateFleetResponse = D1 ('MetaData "UpdateFleetResponse" "Amazonka.AppStream.UpdateFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Fleet)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFleetResponse Source #

Create a value of UpdateFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleet:UpdateFleetResponse', updateFleetResponse_fleet - Information about the fleet.

$sel:httpStatus:UpdateFleetResponse', updateFleetResponse_httpStatus - The response's http status code.

DeleteImageBuilder

data DeleteImageBuilder Source #

See: newDeleteImageBuilder smart constructor.

Instances

Instances details
Eq DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Read DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Show DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Generic DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Associated Types

type Rep DeleteImageBuilder :: Type -> Type #

NFData DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Methods

rnf :: DeleteImageBuilder -> () #

Hashable DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

ToJSON DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

AWSRequest DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Associated Types

type AWSResponse DeleteImageBuilder #

ToHeaders DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

ToPath DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

ToQuery DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

type Rep DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

type Rep DeleteImageBuilder = D1 ('MetaData "DeleteImageBuilder" "Amazonka.AppStream.DeleteImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteImageBuilder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

newDeleteImageBuilder Source #

Create a value of DeleteImageBuilder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:DeleteImageBuilder', deleteImageBuilder_name - The name of the image builder.

data DeleteImageBuilderResponse Source #

See: newDeleteImageBuilderResponse smart constructor.

Instances

Instances details
Eq DeleteImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Read DeleteImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Show DeleteImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Generic DeleteImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

Associated Types

type Rep DeleteImageBuilderResponse :: Type -> Type #

NFData DeleteImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

type Rep DeleteImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImageBuilder

type Rep DeleteImageBuilderResponse = D1 ('MetaData "DeleteImageBuilderResponse" "Amazonka.AppStream.DeleteImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteImageBuilderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageBuilder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteImageBuilderResponse Source #

Create a value of DeleteImageBuilderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageBuilder:DeleteImageBuilderResponse', deleteImageBuilderResponse_imageBuilder - Information about the image builder.

$sel:httpStatus:DeleteImageBuilderResponse', deleteImageBuilderResponse_httpStatus - The response's http status code.

AssociateFleet

data AssociateFleet Source #

See: newAssociateFleet smart constructor.

Constructors

AssociateFleet' Text Text 

Instances

Instances details
Eq AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Read AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Show AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Generic AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Associated Types

type Rep AssociateFleet :: Type -> Type #

NFData AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Methods

rnf :: AssociateFleet -> () #

Hashable AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

ToJSON AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

AWSRequest AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Associated Types

type AWSResponse AssociateFleet #

ToHeaders AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

ToPath AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

ToQuery AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

type Rep AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

type Rep AssociateFleet = D1 ('MetaData "AssociateFleet" "Amazonka.AppStream.AssociateFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "AssociateFleet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociateFleet Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

newAssociateFleet Source #

Create a value of AssociateFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetName:AssociateFleet', associateFleet_fleetName - The name of the fleet.

$sel:stackName:AssociateFleet', associateFleet_stackName - The name of the stack.

data AssociateFleetResponse Source #

See: newAssociateFleetResponse smart constructor.

Instances

Instances details
Eq AssociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Read AssociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Show AssociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Generic AssociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Associated Types

type Rep AssociateFleetResponse :: Type -> Type #

NFData AssociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

Methods

rnf :: AssociateFleetResponse -> () #

type Rep AssociateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.AssociateFleet

type Rep AssociateFleetResponse = D1 ('MetaData "AssociateFleetResponse" "Amazonka.AppStream.AssociateFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "AssociateFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateFleetResponse Source #

Create a value of AssociateFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:AssociateFleetResponse', associateFleetResponse_httpStatus - The response's http status code.

CreateImageBuilder

data CreateImageBuilder Source #

See: newCreateImageBuilder smart constructor.

Instances

Instances details
Eq CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Read CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Show CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Generic CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Associated Types

type Rep CreateImageBuilder :: Type -> Type #

NFData CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Methods

rnf :: CreateImageBuilder -> () #

Hashable CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

ToJSON CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

AWSRequest CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Associated Types

type AWSResponse CreateImageBuilder #

ToHeaders CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

ToPath CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

ToQuery CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

type Rep CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

type Rep CreateImageBuilder = D1 ('MetaData "CreateImageBuilder" "Amazonka.AppStream.CreateImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateImageBuilder'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "domainJoinInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainJoinInfo)) :*: (S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accessEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AccessEndpoint))))) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: (S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "enableDefaultInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "appstreamAgentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

newCreateImageBuilder Source #

Create a value of CreateImageBuilder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainJoinInfo:CreateImageBuilder', createImageBuilder_domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

$sel:iamRoleArn:CreateImageBuilder', createImageBuilder_iamRoleArn - The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

$sel:accessEndpoints:CreateImageBuilder', createImageBuilder_accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints.

$sel:vpcConfig:CreateImageBuilder', createImageBuilder_vpcConfig - The VPC configuration for the image builder. You can specify only one subnet.

$sel:imageArn:CreateImageBuilder', createImageBuilder_imageArn - The ARN of the public, private, or shared image to use.

$sel:displayName:CreateImageBuilder', createImageBuilder_displayName - The image builder name to display.

$sel:enableDefaultInternetAccess:CreateImageBuilder', createImageBuilder_enableDefaultInternetAccess - Enables or disables default internet access for the image builder.

$sel:imageName:CreateImageBuilder', createImageBuilder_imageName - The name of the image used to create the image builder.

$sel:description:CreateImageBuilder', createImageBuilder_description - The description to display.

$sel:appstreamAgentVersion:CreateImageBuilder', createImageBuilder_appstreamAgentVersion - The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

$sel:tags:CreateImageBuilder', createImageBuilder_tags - The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

If you do not specify a value, the value is set to an empty string.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

$sel:name:CreateImageBuilder', createImageBuilder_name - A unique name for the image builder.

$sel:instanceType:CreateImageBuilder', createImageBuilder_instanceType - The instance type to use when launching the image builder. The following instance types are available:

  • stream.standard.small
  • stream.standard.medium
  • stream.standard.large
  • stream.compute.large
  • stream.compute.xlarge
  • stream.compute.2xlarge
  • stream.compute.4xlarge
  • stream.compute.8xlarge
  • stream.memory.large
  • stream.memory.xlarge
  • stream.memory.2xlarge
  • stream.memory.4xlarge
  • stream.memory.8xlarge
  • stream.memory.z1d.large
  • stream.memory.z1d.xlarge
  • stream.memory.z1d.2xlarge
  • stream.memory.z1d.3xlarge
  • stream.memory.z1d.6xlarge
  • stream.memory.z1d.12xlarge
  • stream.graphics-design.large
  • stream.graphics-design.xlarge
  • stream.graphics-design.2xlarge
  • stream.graphics-design.4xlarge
  • stream.graphics-desktop.2xlarge
  • stream.graphics.g4dn.xlarge
  • stream.graphics.g4dn.2xlarge
  • stream.graphics.g4dn.4xlarge
  • stream.graphics.g4dn.8xlarge
  • stream.graphics.g4dn.12xlarge
  • stream.graphics.g4dn.16xlarge
  • stream.graphics-pro.4xlarge
  • stream.graphics-pro.8xlarge
  • stream.graphics-pro.16xlarge

data CreateImageBuilderResponse Source #

See: newCreateImageBuilderResponse smart constructor.

Instances

Instances details
Eq CreateImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Read CreateImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Show CreateImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Generic CreateImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

Associated Types

type Rep CreateImageBuilderResponse :: Type -> Type #

NFData CreateImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

type Rep CreateImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilder

type Rep CreateImageBuilderResponse = D1 ('MetaData "CreateImageBuilderResponse" "Amazonka.AppStream.CreateImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateImageBuilderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageBuilder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateImageBuilderResponse Source #

Create a value of CreateImageBuilderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageBuilder:CreateImageBuilderResponse', createImageBuilderResponse_imageBuilder - Information about the image builder.

$sel:httpStatus:CreateImageBuilderResponse', createImageBuilderResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.AppStream.ListTagsForResource" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.AppStream.ListTagsForResource" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The information about the tags.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

DescribeDirectoryConfigs (Paginated)

data DescribeDirectoryConfigs Source #

See: newDescribeDirectoryConfigs smart constructor.

Instances

Instances details
Eq DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

Read DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

Show DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

Generic DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

Associated Types

type Rep DescribeDirectoryConfigs :: Type -> Type #

NFData DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

Hashable DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

ToJSON DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

AWSPager DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

AWSRequest DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

ToHeaders DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

ToPath DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

ToQuery DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

type Rep DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

type Rep DescribeDirectoryConfigs = D1 ('MetaData "DescribeDirectoryConfigs" "Amazonka.AppStream.DescribeDirectoryConfigs" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeDirectoryConfigs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "directoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeDirectoryConfigs Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

newDescribeDirectoryConfigs :: DescribeDirectoryConfigs Source #

Create a value of DescribeDirectoryConfigs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeDirectoryConfigs', describeDirectoryConfigs_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:directoryNames:DescribeDirectoryConfigs', describeDirectoryConfigs_directoryNames - The directory names.

$sel:maxResults:DescribeDirectoryConfigs', describeDirectoryConfigs_maxResults - The maximum size of each page of results.

data DescribeDirectoryConfigsResponse Source #

See: newDescribeDirectoryConfigsResponse smart constructor.

Instances

Instances details
Eq DescribeDirectoryConfigsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

Show DescribeDirectoryConfigsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

Generic DescribeDirectoryConfigsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

Associated Types

type Rep DescribeDirectoryConfigsResponse :: Type -> Type #

NFData DescribeDirectoryConfigsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

type Rep DescribeDirectoryConfigsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeDirectoryConfigs

type Rep DescribeDirectoryConfigsResponse = D1 ('MetaData "DescribeDirectoryConfigsResponse" "Amazonka.AppStream.DescribeDirectoryConfigs" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeDirectoryConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "directoryConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DirectoryConfig])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDirectoryConfigsResponse Source #

Create a value of DescribeDirectoryConfigsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeDirectoryConfigs', describeDirectoryConfigsResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:directoryConfigs:DescribeDirectoryConfigsResponse', describeDirectoryConfigsResponse_directoryConfigs - Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

$sel:httpStatus:DescribeDirectoryConfigsResponse', describeDirectoryConfigsResponse_httpStatus - The response's http status code.

CreateImageBuilderStreamingURL

data CreateImageBuilderStreamingURL Source #

See: newCreateImageBuilderStreamingURL smart constructor.

Instances

Instances details
Eq CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

Read CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

Show CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

Generic CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

Associated Types

type Rep CreateImageBuilderStreamingURL :: Type -> Type #

NFData CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

Hashable CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

ToJSON CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

AWSRequest CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

ToHeaders CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

ToPath CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

ToQuery CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

type Rep CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

type Rep CreateImageBuilderStreamingURL = D1 ('MetaData "CreateImageBuilderStreamingURL" "Amazonka.AppStream.CreateImageBuilderStreamingURL" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateImageBuilderStreamingURL'" 'PrefixI 'True) (S1 ('MetaSel ('Just "validity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateImageBuilderStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

newCreateImageBuilderStreamingURL Source #

Create a value of CreateImageBuilderStreamingURL with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:validity:CreateImageBuilderStreamingURL', createImageBuilderStreamingURL_validity - The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

$sel:name:CreateImageBuilderStreamingURL', createImageBuilderStreamingURL_name - The name of the image builder.

data CreateImageBuilderStreamingURLResponse Source #

Instances

Instances details
Eq CreateImageBuilderStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

Read CreateImageBuilderStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

Show CreateImageBuilderStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

Generic CreateImageBuilderStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

NFData CreateImageBuilderStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

type Rep CreateImageBuilderStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateImageBuilderStreamingURL

type Rep CreateImageBuilderStreamingURLResponse = D1 ('MetaData "CreateImageBuilderStreamingURLResponse" "Amazonka.AppStream.CreateImageBuilderStreamingURL" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateImageBuilderStreamingURLResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "expires") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateImageBuilderStreamingURLResponse Source #

Create a value of CreateImageBuilderStreamingURLResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:streamingURL:CreateImageBuilderStreamingURLResponse', createImageBuilderStreamingURLResponse_streamingURL - The URL to start the AppStream 2.0 streaming session.

$sel:expires:CreateImageBuilderStreamingURLResponse', createImageBuilderStreamingURLResponse_expires - The elapsed time, in seconds after the Unix epoch, when this URL expires.

$sel:httpStatus:CreateImageBuilderStreamingURLResponse', createImageBuilderStreamingURLResponse_httpStatus - The response's http status code.

DescribeSessions (Paginated)

data DescribeSessions Source #

See: newDescribeSessions smart constructor.

Instances

Instances details
Eq DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Read DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Show DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Generic DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Associated Types

type Rep DescribeSessions :: Type -> Type #

NFData DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Methods

rnf :: DescribeSessions -> () #

Hashable DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

ToJSON DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

AWSPager DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

AWSRequest DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Associated Types

type AWSResponse DescribeSessions #

ToHeaders DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

ToPath DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

ToQuery DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

type Rep DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

type Rep DescribeSessions = D1 ('MetaData "DescribeSessions" "Amazonka.AppStream.DescribeSessions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeSessions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthenticationType)) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse DescribeSessions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

newDescribeSessions Source #

Create a value of DescribeSessions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userId:DescribeSessions', describeSessions_userId - The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

$sel:nextToken:DescribeSessions', describeSessions_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:limit:DescribeSessions', describeSessions_limit - The size of each page of results. The default value is 20 and the maximum value is 50.

$sel:authenticationType:DescribeSessions', describeSessions_authenticationType - The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.

$sel:stackName:DescribeSessions', describeSessions_stackName - The name of the stack. This value is case-sensitive.

$sel:fleetName:DescribeSessions', describeSessions_fleetName - The name of the fleet. This value is case-sensitive.

data DescribeSessionsResponse Source #

See: newDescribeSessionsResponse smart constructor.

Instances

Instances details
Eq DescribeSessionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Read DescribeSessionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Show DescribeSessionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Generic DescribeSessionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

Associated Types

type Rep DescribeSessionsResponse :: Type -> Type #

NFData DescribeSessionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

type Rep DescribeSessionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeSessions

type Rep DescribeSessionsResponse = D1 ('MetaData "DescribeSessionsResponse" "Amazonka.AppStream.DescribeSessions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeSessionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sessions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Session])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeSessionsResponse Source #

Create a value of DescribeSessionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeSessions', describeSessionsResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:sessions:DescribeSessionsResponse', describeSessionsResponse_sessions - Information about the streaming sessions.

$sel:httpStatus:DescribeSessionsResponse', describeSessionsResponse_httpStatus - The response's http status code.

DescribeStacks (Paginated)

data DescribeStacks Source #

See: newDescribeStacks smart constructor.

Constructors

DescribeStacks' (Maybe Text) (Maybe [Text]) 

Instances

Instances details
Eq DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Read DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Show DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Generic DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Associated Types

type Rep DescribeStacks :: Type -> Type #

NFData DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Methods

rnf :: DescribeStacks -> () #

Hashable DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

ToJSON DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

AWSPager DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

AWSRequest DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Associated Types

type AWSResponse DescribeStacks #

ToHeaders DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

ToPath DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

ToQuery DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

type Rep DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

type Rep DescribeStacks = D1 ('MetaData "DescribeStacks" "Amazonka.AppStream.DescribeStacks" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeStacks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))
type AWSResponse DescribeStacks Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

newDescribeStacks :: DescribeStacks Source #

Create a value of DescribeStacks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeStacks', describeStacks_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:names:DescribeStacks', describeStacks_names - The names of the stacks to describe.

data DescribeStacksResponse Source #

See: newDescribeStacksResponse smart constructor.

Instances

Instances details
Eq DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Read DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Show DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Generic DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Associated Types

type Rep DescribeStacksResponse :: Type -> Type #

NFData DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

Methods

rnf :: DescribeStacksResponse -> () #

type Rep DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeStacks

type Rep DescribeStacksResponse = D1 ('MetaData "DescribeStacksResponse" "Amazonka.AppStream.DescribeStacks" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeStacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Stack])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeStacksResponse Source #

Create a value of DescribeStacksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeStacks', describeStacksResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:stacks:DescribeStacksResponse', describeStacksResponse_stacks - Information about the stacks.

$sel:httpStatus:DescribeStacksResponse', describeStacksResponse_httpStatus - The response's http status code.

DescribeFleets (Paginated)

data DescribeFleets Source #

See: newDescribeFleets smart constructor.

Constructors

DescribeFleets' (Maybe Text) (Maybe [Text]) 

Instances

Instances details
Eq DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Read DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Show DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Generic DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Associated Types

type Rep DescribeFleets :: Type -> Type #

NFData DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Methods

rnf :: DescribeFleets -> () #

Hashable DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

ToJSON DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

AWSPager DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

AWSRequest DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Associated Types

type AWSResponse DescribeFleets #

ToHeaders DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

ToPath DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

ToQuery DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

type Rep DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

type Rep DescribeFleets = D1 ('MetaData "DescribeFleets" "Amazonka.AppStream.DescribeFleets" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeFleets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))
type AWSResponse DescribeFleets Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

newDescribeFleets :: DescribeFleets Source #

Create a value of DescribeFleets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeFleets', describeFleets_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:names:DescribeFleets', describeFleets_names - The names of the fleets to describe.

data DescribeFleetsResponse Source #

See: newDescribeFleetsResponse smart constructor.

Instances

Instances details
Eq DescribeFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Read DescribeFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Show DescribeFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Generic DescribeFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Associated Types

type Rep DescribeFleetsResponse :: Type -> Type #

NFData DescribeFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

Methods

rnf :: DescribeFleetsResponse -> () #

type Rep DescribeFleetsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeFleets

type Rep DescribeFleetsResponse = D1 ('MetaData "DescribeFleetsResponse" "Amazonka.AppStream.DescribeFleets" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeFleetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fleets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Fleet])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFleetsResponse Source #

Create a value of DescribeFleetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeFleets', describeFleetsResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:fleets:DescribeFleetsResponse', describeFleetsResponse_fleets - Information about the fleets.

$sel:httpStatus:DescribeFleetsResponse', describeFleetsResponse_httpStatus - The response's http status code.

DescribeImageBuilders (Paginated)

data DescribeImageBuilders Source #

See: newDescribeImageBuilders smart constructor.

Instances

Instances details
Eq DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Read DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Show DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Generic DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Associated Types

type Rep DescribeImageBuilders :: Type -> Type #

NFData DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Methods

rnf :: DescribeImageBuilders -> () #

Hashable DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

ToJSON DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

AWSPager DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

AWSRequest DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Associated Types

type AWSResponse DescribeImageBuilders #

ToHeaders DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

ToPath DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

ToQuery DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

type Rep DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

type Rep DescribeImageBuilders = D1 ('MetaData "DescribeImageBuilders" "Amazonka.AppStream.DescribeImageBuilders" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeImageBuilders'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeImageBuilders Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

newDescribeImageBuilders :: DescribeImageBuilders Source #

Create a value of DescribeImageBuilders with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeImageBuilders', describeImageBuilders_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:names:DescribeImageBuilders', describeImageBuilders_names - The names of the image builders to describe.

$sel:maxResults:DescribeImageBuilders', describeImageBuilders_maxResults - The maximum size of each page of results.

data DescribeImageBuildersResponse Source #

See: newDescribeImageBuildersResponse smart constructor.

Instances

Instances details
Eq DescribeImageBuildersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Read DescribeImageBuildersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Show DescribeImageBuildersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Generic DescribeImageBuildersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

Associated Types

type Rep DescribeImageBuildersResponse :: Type -> Type #

NFData DescribeImageBuildersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

type Rep DescribeImageBuildersResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImageBuilders

type Rep DescribeImageBuildersResponse = D1 ('MetaData "DescribeImageBuildersResponse" "Amazonka.AppStream.DescribeImageBuilders" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeImageBuildersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageBuilders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ImageBuilder])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeImageBuildersResponse Source #

Create a value of DescribeImageBuildersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageBuilders:DescribeImageBuildersResponse', describeImageBuildersResponse_imageBuilders - Information about the image builders.

$sel:nextToken:DescribeImageBuilders', describeImageBuildersResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:httpStatus:DescribeImageBuildersResponse', describeImageBuildersResponse_httpStatus - The response's http status code.

EnableUser

data EnableUser Source #

See: newEnableUser smart constructor.

Instances

Instances details
Eq EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Show EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Generic EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Associated Types

type Rep EnableUser :: Type -> Type #

NFData EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Methods

rnf :: EnableUser -> () #

Hashable EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

ToJSON EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

AWSRequest EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Associated Types

type AWSResponse EnableUser #

ToHeaders EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Methods

toHeaders :: EnableUser -> [Header] #

ToPath EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

ToQuery EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

type Rep EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

type Rep EnableUser = D1 ('MetaData "EnableUser" "Amazonka.AppStream.EnableUser" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "EnableUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthenticationType)))
type AWSResponse EnableUser Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

newEnableUser Source #

Create a value of EnableUser with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userName:EnableUser', enableUser_userName - The email address of the user.

Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.

$sel:authenticationType:EnableUser', enableUser_authenticationType - The authentication type for the user. You must specify USERPOOL.

data EnableUserResponse Source #

See: newEnableUserResponse smart constructor.

Constructors

EnableUserResponse' Int 

Instances

Instances details
Eq EnableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Read EnableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Show EnableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Generic EnableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Associated Types

type Rep EnableUserResponse :: Type -> Type #

NFData EnableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

Methods

rnf :: EnableUserResponse -> () #

type Rep EnableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.EnableUser

type Rep EnableUserResponse = D1 ('MetaData "EnableUserResponse" "Amazonka.AppStream.EnableUser" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "EnableUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableUserResponse Source #

Create a value of EnableUserResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:EnableUserResponse', enableUserResponse_httpStatus - The response's http status code.

DescribeUserStackAssociations (Paginated)

data DescribeUserStackAssociations Source #

See: newDescribeUserStackAssociations smart constructor.

Instances

Instances details
Eq DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Show DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Generic DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Associated Types

type Rep DescribeUserStackAssociations :: Type -> Type #

NFData DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Hashable DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

ToJSON DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

AWSPager DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

AWSRequest DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

ToHeaders DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

ToPath DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

ToQuery DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

type Rep DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

type Rep DescribeUserStackAssociations = D1 ('MetaData "DescribeUserStackAssociations" "Amazonka.AppStream.DescribeUserStackAssociations" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeUserStackAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthenticationType)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

newDescribeUserStackAssociations :: DescribeUserStackAssociations Source #

Create a value of DescribeUserStackAssociations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userName:DescribeUserStackAssociations', describeUserStackAssociations_userName - The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.

$sel:nextToken:DescribeUserStackAssociations', describeUserStackAssociations_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:authenticationType:DescribeUserStackAssociations', describeUserStackAssociations_authenticationType - The authentication type for the user who is associated with the stack. You must specify USERPOOL.

$sel:maxResults:DescribeUserStackAssociations', describeUserStackAssociations_maxResults - The maximum size of each page of results.

$sel:stackName:DescribeUserStackAssociations', describeUserStackAssociations_stackName - The name of the stack that is associated with the user.

data DescribeUserStackAssociationsResponse Source #

Instances

Instances details
Eq DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Show DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Generic DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

NFData DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

type Rep DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

type Rep DescribeUserStackAssociationsResponse = D1 ('MetaData "DescribeUserStackAssociationsResponse" "Amazonka.AppStream.DescribeUserStackAssociations" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeUserStackAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userStackAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty UserStackAssociation))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeUserStackAssociationsResponse Source #

Create a value of DescribeUserStackAssociationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userStackAssociations:DescribeUserStackAssociationsResponse', describeUserStackAssociationsResponse_userStackAssociations - The UserStackAssociation objects.

$sel:nextToken:DescribeUserStackAssociations', describeUserStackAssociationsResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:httpStatus:DescribeUserStackAssociationsResponse', describeUserStackAssociationsResponse_httpStatus - The response's http status code.

CreateUpdatedImage

data CreateUpdatedImage Source #

See: newCreateUpdatedImage smart constructor.

Instances

Instances details
Eq CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Read CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Show CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Generic CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Associated Types

type Rep CreateUpdatedImage :: Type -> Type #

NFData CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Methods

rnf :: CreateUpdatedImage -> () #

Hashable CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

ToJSON CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

AWSRequest CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Associated Types

type AWSResponse CreateUpdatedImage #

ToHeaders CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

ToPath CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

ToQuery CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

type Rep CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

type Rep CreateUpdatedImage = D1 ('MetaData "CreateUpdatedImage" "Amazonka.AppStream.CreateUpdatedImage" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateUpdatedImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "newImageTags'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "newImageDescription'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "newImageDisplayName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "existingImageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newImageName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateUpdatedImage Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

newCreateUpdatedImage Source #

Create a value of CreateUpdatedImage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:newImageTags':CreateUpdatedImage', createUpdatedImage_newImageTags - The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

If you do not specify a value, the value is set to an empty string.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

$sel:newImageDescription':CreateUpdatedImage', createUpdatedImage_newImageDescription - The description to display for the new image.

$sel:newImageDisplayName':CreateUpdatedImage', createUpdatedImage_newImageDisplayName - The name to display for the new image.

$sel:dryRun:CreateUpdatedImage', createUpdatedImage_dryRun - Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to true, AppStream 2.0 displays whether image updates are available. If this value is set to false, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.

$sel:existingImageName:CreateUpdatedImage', createUpdatedImage_existingImageName - The name of the image to update.

$sel:newImageName':CreateUpdatedImage', createUpdatedImage_newImageName - The name of the new image. The name must be unique within the AWS account and Region.

data CreateUpdatedImageResponse Source #

See: newCreateUpdatedImageResponse smart constructor.

Instances

Instances details
Eq CreateUpdatedImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Read CreateUpdatedImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Show CreateUpdatedImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Generic CreateUpdatedImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

Associated Types

type Rep CreateUpdatedImageResponse :: Type -> Type #

NFData CreateUpdatedImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

type Rep CreateUpdatedImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUpdatedImage

type Rep CreateUpdatedImageResponse = D1 ('MetaData "CreateUpdatedImageResponse" "Amazonka.AppStream.CreateUpdatedImage" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateUpdatedImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Image)) :*: (S1 ('MetaSel ('Just "canUpdateImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateUpdatedImageResponse Source #

Create a value of CreateUpdatedImageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:image:CreateUpdatedImageResponse', createUpdatedImageResponse_image - Undocumented member.

$sel:canUpdateImage:CreateUpdatedImageResponse', createUpdatedImageResponse_canUpdateImage - Indicates whether a new image can be created.

$sel:httpStatus:CreateUpdatedImageResponse', createUpdatedImageResponse_httpStatus - The response's http status code.

DescribeUsageReportSubscriptions

data DescribeUsageReportSubscriptions Source #

See: newDescribeUsageReportSubscriptions smart constructor.

Instances

Instances details
Eq DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

Read DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

Show DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

Generic DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

Associated Types

type Rep DescribeUsageReportSubscriptions :: Type -> Type #

NFData DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

Hashable DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

ToJSON DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

AWSRequest DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

ToHeaders DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

ToPath DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

ToQuery DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

type Rep DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

type Rep DescribeUsageReportSubscriptions = D1 ('MetaData "DescribeUsageReportSubscriptions" "Amazonka.AppStream.DescribeUsageReportSubscriptions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeUsageReportSubscriptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse DescribeUsageReportSubscriptions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

newDescribeUsageReportSubscriptions :: DescribeUsageReportSubscriptions Source #

Create a value of DescribeUsageReportSubscriptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeUsageReportSubscriptions', describeUsageReportSubscriptions_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:DescribeUsageReportSubscriptions', describeUsageReportSubscriptions_maxResults - The maximum size of each page of results.

data DescribeUsageReportSubscriptionsResponse Source #

Instances

Instances details
Eq DescribeUsageReportSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

Read DescribeUsageReportSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

Show DescribeUsageReportSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

Generic DescribeUsageReportSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

NFData DescribeUsageReportSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

type Rep DescribeUsageReportSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUsageReportSubscriptions

type Rep DescribeUsageReportSubscriptionsResponse = D1 ('MetaData "DescribeUsageReportSubscriptionsResponse" "Amazonka.AppStream.DescribeUsageReportSubscriptions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeUsageReportSubscriptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usageReportSubscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UsageReportSubscription])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeUsageReportSubscriptionsResponse Source #

Create a value of DescribeUsageReportSubscriptionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:usageReportSubscriptions:DescribeUsageReportSubscriptionsResponse', describeUsageReportSubscriptionsResponse_usageReportSubscriptions - Information about the usage report subscription.

$sel:nextToken:DescribeUsageReportSubscriptions', describeUsageReportSubscriptionsResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:httpStatus:DescribeUsageReportSubscriptionsResponse', describeUsageReportSubscriptionsResponse_httpStatus - The response's http status code.

UpdateImagePermissions

data UpdateImagePermissions Source #

See: newUpdateImagePermissions smart constructor.

Instances

Instances details
Eq UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Read UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Show UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Generic UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Associated Types

type Rep UpdateImagePermissions :: Type -> Type #

NFData UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Methods

rnf :: UpdateImagePermissions -> () #

Hashable UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

ToJSON UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

AWSRequest UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Associated Types

type AWSResponse UpdateImagePermissions #

ToHeaders UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

ToPath UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

ToQuery UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

type Rep UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

type Rep UpdateImagePermissions = D1 ('MetaData "UpdateImagePermissions" "Amazonka.AppStream.UpdateImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateImagePermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sharedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "imagePermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImagePermissions))))
type AWSResponse UpdateImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

newUpdateImagePermissions Source #

Create a value of UpdateImagePermissions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:UpdateImagePermissions', updateImagePermissions_name - The name of the private image.

$sel:sharedAccountId:UpdateImagePermissions', updateImagePermissions_sharedAccountId - The 12-digit identifier of the AWS account for which you want add or update image permissions.

$sel:imagePermissions:UpdateImagePermissions', updateImagePermissions_imagePermissions - The permissions for the image.

data UpdateImagePermissionsResponse Source #

See: newUpdateImagePermissionsResponse smart constructor.

Instances

Instances details
Eq UpdateImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Read UpdateImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Show UpdateImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Generic UpdateImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

Associated Types

type Rep UpdateImagePermissionsResponse :: Type -> Type #

NFData UpdateImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

type Rep UpdateImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateImagePermissions

type Rep UpdateImagePermissionsResponse = D1 ('MetaData "UpdateImagePermissionsResponse" "Amazonka.AppStream.UpdateImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateImagePermissionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateImagePermissionsResponse Source #

Create a value of UpdateImagePermissionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateImagePermissionsResponse', updateImagePermissionsResponse_httpStatus - The response's http status code.

DeleteImagePermissions

data DeleteImagePermissions Source #

See: newDeleteImagePermissions smart constructor.

Instances

Instances details
Eq DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Read DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Show DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Generic DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Associated Types

type Rep DeleteImagePermissions :: Type -> Type #

NFData DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Methods

rnf :: DeleteImagePermissions -> () #

Hashable DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

ToJSON DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

AWSRequest DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Associated Types

type AWSResponse DeleteImagePermissions #

ToHeaders DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

ToPath DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

ToQuery DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

type Rep DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

type Rep DeleteImagePermissions = D1 ('MetaData "DeleteImagePermissions" "Amazonka.AppStream.DeleteImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteImagePermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sharedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

newDeleteImagePermissions Source #

Create a value of DeleteImagePermissions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:DeleteImagePermissions', deleteImagePermissions_name - The name of the private image.

$sel:sharedAccountId:DeleteImagePermissions', deleteImagePermissions_sharedAccountId - The 12-digit identifier of the AWS account for which to delete image permissions.

data DeleteImagePermissionsResponse Source #

See: newDeleteImagePermissionsResponse smart constructor.

Instances

Instances details
Eq DeleteImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Read DeleteImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Show DeleteImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Generic DeleteImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

Associated Types

type Rep DeleteImagePermissionsResponse :: Type -> Type #

NFData DeleteImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

type Rep DeleteImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImagePermissions

type Rep DeleteImagePermissionsResponse = D1 ('MetaData "DeleteImagePermissionsResponse" "Amazonka.AppStream.DeleteImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteImagePermissionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteImagePermissionsResponse Source #

Create a value of DeleteImagePermissionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteImagePermissionsResponse', deleteImagePermissionsResponse_httpStatus - The response's http status code.

StopFleet

data StopFleet Source #

See: newStopFleet smart constructor.

Constructors

StopFleet' Text 

Instances

Instances details
Eq StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Read StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Show StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Generic StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Associated Types

type Rep StopFleet :: Type -> Type #

NFData StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Methods

rnf :: StopFleet -> () #

Hashable StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

ToJSON StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

AWSRequest StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Associated Types

type AWSResponse StopFleet #

ToHeaders StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Methods

toHeaders :: StopFleet -> [Header] #

ToPath StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

ToQuery StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

type Rep StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

type Rep StopFleet = D1 ('MetaData "StopFleet" "Amazonka.AppStream.StopFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StopFleet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopFleet Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

newStopFleet Source #

Create a value of StopFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:StopFleet', stopFleet_name - The name of the fleet.

data StopFleetResponse Source #

See: newStopFleetResponse smart constructor.

Constructors

StopFleetResponse' Int 

Instances

Instances details
Eq StopFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Read StopFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Show StopFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Generic StopFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Associated Types

type Rep StopFleetResponse :: Type -> Type #

NFData StopFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

Methods

rnf :: StopFleetResponse -> () #

type Rep StopFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopFleet

type Rep StopFleetResponse = D1 ('MetaData "StopFleetResponse" "Amazonka.AppStream.StopFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StopFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopFleetResponse Source #

Create a value of StopFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StopFleetResponse', stopFleetResponse_httpStatus - The response's http status code.

StartImageBuilder

data StartImageBuilder Source #

See: newStartImageBuilder smart constructor.

Instances

Instances details
Eq StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Read StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Show StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Generic StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Associated Types

type Rep StartImageBuilder :: Type -> Type #

NFData StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Methods

rnf :: StartImageBuilder -> () #

Hashable StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

ToJSON StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

AWSRequest StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Associated Types

type AWSResponse StartImageBuilder #

ToHeaders StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

ToPath StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

ToQuery StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

type Rep StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

type Rep StartImageBuilder = D1 ('MetaData "StartImageBuilder" "Amazonka.AppStream.StartImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StartImageBuilder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appstreamAgentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

newStartImageBuilder Source #

Create a value of StartImageBuilder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:appstreamAgentVersion:StartImageBuilder', startImageBuilder_appstreamAgentVersion - The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

$sel:name:StartImageBuilder', startImageBuilder_name - The name of the image builder.

data StartImageBuilderResponse Source #

See: newStartImageBuilderResponse smart constructor.

Instances

Instances details
Eq StartImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Read StartImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Show StartImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Generic StartImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

Associated Types

type Rep StartImageBuilderResponse :: Type -> Type #

NFData StartImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

type Rep StartImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartImageBuilder

type Rep StartImageBuilderResponse = D1 ('MetaData "StartImageBuilderResponse" "Amazonka.AppStream.StartImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StartImageBuilderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageBuilder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartImageBuilderResponse Source #

Create a value of StartImageBuilderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageBuilder:StartImageBuilderResponse', startImageBuilderResponse_imageBuilder - Information about the image builder.

$sel:httpStatus:StartImageBuilderResponse', startImageBuilderResponse_httpStatus - The response's http status code.

BatchAssociateUserStack

data BatchAssociateUserStack Source #

See: newBatchAssociateUserStack smart constructor.

Instances

Instances details
Eq BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Show BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Generic BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Associated Types

type Rep BatchAssociateUserStack :: Type -> Type #

NFData BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Methods

rnf :: BatchAssociateUserStack -> () #

Hashable BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

ToJSON BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

AWSRequest BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

ToHeaders BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

ToPath BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

ToQuery BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

type Rep BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

type Rep BatchAssociateUserStack = D1 ('MetaData "BatchAssociateUserStack" "Amazonka.AppStream.BatchAssociateUserStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "BatchAssociateUserStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userStackAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty UserStackAssociation))))
type AWSResponse BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

newBatchAssociateUserStack Source #

Create a value of BatchAssociateUserStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userStackAssociations:BatchAssociateUserStack', batchAssociateUserStack_userStackAssociations - The list of UserStackAssociation objects.

data BatchAssociateUserStackResponse Source #

See: newBatchAssociateUserStackResponse smart constructor.

Instances

Instances details
Eq BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Show BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Generic BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Associated Types

type Rep BatchAssociateUserStackResponse :: Type -> Type #

NFData BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

type Rep BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

type Rep BatchAssociateUserStackResponse = D1 ('MetaData "BatchAssociateUserStackResponse" "Amazonka.AppStream.BatchAssociateUserStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "BatchAssociateUserStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserStackAssociationError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchAssociateUserStackResponse Source #

Create a value of BatchAssociateUserStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errors:BatchAssociateUserStackResponse', batchAssociateUserStackResponse_errors - The list of UserStackAssociationError objects.

$sel:httpStatus:BatchAssociateUserStackResponse', batchAssociateUserStackResponse_httpStatus - The response's http status code.

DescribeImagePermissions

data DescribeImagePermissions Source #

See: newDescribeImagePermissions smart constructor.

Instances

Instances details
Eq DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Read DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Show DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Generic DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Associated Types

type Rep DescribeImagePermissions :: Type -> Type #

NFData DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Hashable DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

ToJSON DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

AWSRequest DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

ToHeaders DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

ToPath DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

ToQuery DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

type Rep DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

type Rep DescribeImagePermissions = D1 ('MetaData "DescribeImagePermissions" "Amazonka.AppStream.DescribeImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeImagePermissions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sharedAwsAccountIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

newDescribeImagePermissions Source #

Create a value of DescribeImagePermissions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeImagePermissions', describeImagePermissions_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:sharedAwsAccountIds:DescribeImagePermissions', describeImagePermissions_sharedAwsAccountIds - The 12-digit identifier of one or more AWS accounts with which the image is shared.

$sel:maxResults:DescribeImagePermissions', describeImagePermissions_maxResults - The maximum size of each page of results.

$sel:name:DescribeImagePermissions', describeImagePermissions_name - The name of the private image for which to describe permissions. The image must be one that you own.

data DescribeImagePermissionsResponse Source #

See: newDescribeImagePermissionsResponse smart constructor.

Instances

Instances details
Eq DescribeImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Read DescribeImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Show DescribeImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Generic DescribeImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

Associated Types

type Rep DescribeImagePermissionsResponse :: Type -> Type #

NFData DescribeImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

type Rep DescribeImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImagePermissions

type Rep DescribeImagePermissionsResponse = D1 ('MetaData "DescribeImagePermissionsResponse" "Amazonka.AppStream.DescribeImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeImagePermissionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sharedImagePermissionsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SharedImagePermissions])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeImagePermissionsResponse Source #

Create a value of DescribeImagePermissionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sharedImagePermissionsList:DescribeImagePermissionsResponse', describeImagePermissionsResponse_sharedImagePermissionsList - The permissions for a private image that you own.

$sel:nextToken:DescribeImagePermissions', describeImagePermissionsResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:name:DescribeImagePermissions', describeImagePermissionsResponse_name - The name of the private image.

$sel:httpStatus:DescribeImagePermissionsResponse', describeImagePermissionsResponse_httpStatus - The response's http status code.

DeleteDirectoryConfig

data DeleteDirectoryConfig Source #

See: newDeleteDirectoryConfig smart constructor.

Instances

Instances details
Eq DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Read DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Show DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Generic DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Associated Types

type Rep DeleteDirectoryConfig :: Type -> Type #

NFData DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Methods

rnf :: DeleteDirectoryConfig -> () #

Hashable DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

ToJSON DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

AWSRequest DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Associated Types

type AWSResponse DeleteDirectoryConfig #

ToHeaders DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

ToPath DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

ToQuery DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

type Rep DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

type Rep DeleteDirectoryConfig = D1 ('MetaData "DeleteDirectoryConfig" "Amazonka.AppStream.DeleteDirectoryConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteDirectoryConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

newDeleteDirectoryConfig Source #

Create a value of DeleteDirectoryConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:directoryName:DeleteDirectoryConfig', deleteDirectoryConfig_directoryName - The name of the directory configuration.

data DeleteDirectoryConfigResponse Source #

See: newDeleteDirectoryConfigResponse smart constructor.

Instances

Instances details
Eq DeleteDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Read DeleteDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Show DeleteDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Generic DeleteDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

Associated Types

type Rep DeleteDirectoryConfigResponse :: Type -> Type #

NFData DeleteDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

type Rep DeleteDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteDirectoryConfig

type Rep DeleteDirectoryConfigResponse = D1 ('MetaData "DeleteDirectoryConfigResponse" "Amazonka.AppStream.DeleteDirectoryConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteDirectoryConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDirectoryConfigResponse Source #

Create a value of DeleteDirectoryConfigResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteDirectoryConfigResponse', deleteDirectoryConfigResponse_httpStatus - The response's http status code.

UpdateDirectoryConfig

data UpdateDirectoryConfig Source #

See: newUpdateDirectoryConfig smart constructor.

Instances

Instances details
Eq UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

Show UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

Generic UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

Associated Types

type Rep UpdateDirectoryConfig :: Type -> Type #

NFData UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

Methods

rnf :: UpdateDirectoryConfig -> () #

Hashable UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

ToJSON UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

AWSRequest UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

Associated Types

type AWSResponse UpdateDirectoryConfig #

ToHeaders UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

ToPath UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

ToQuery UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

type Rep UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

type Rep UpdateDirectoryConfig = D1 ('MetaData "UpdateDirectoryConfig" "Amazonka.AppStream.UpdateDirectoryConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateDirectoryConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceAccountCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceAccountCredentials)) :*: (S1 ('MetaSel ('Just "organizationalUnitDistinguishedNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "directoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateDirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

newUpdateDirectoryConfig Source #

Create a value of UpdateDirectoryConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceAccountCredentials:UpdateDirectoryConfig', updateDirectoryConfig_serviceAccountCredentials - The credentials for the service account used by the fleet or image builder to connect to the directory.

$sel:organizationalUnitDistinguishedNames:UpdateDirectoryConfig', updateDirectoryConfig_organizationalUnitDistinguishedNames - The distinguished names of the organizational units for computer accounts.

$sel:directoryName:UpdateDirectoryConfig', updateDirectoryConfig_directoryName - The name of the Directory Config object.

data UpdateDirectoryConfigResponse Source #

See: newUpdateDirectoryConfigResponse smart constructor.

Instances

Instances details
Eq UpdateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

Show UpdateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

Generic UpdateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

Associated Types

type Rep UpdateDirectoryConfigResponse :: Type -> Type #

NFData UpdateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

type Rep UpdateDirectoryConfigResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateDirectoryConfig

type Rep UpdateDirectoryConfigResponse = D1 ('MetaData "UpdateDirectoryConfigResponse" "Amazonka.AppStream.UpdateDirectoryConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateDirectoryConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectoryConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDirectoryConfigResponse Source #

Create a value of UpdateDirectoryConfigResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:directoryConfig:UpdateDirectoryConfigResponse', updateDirectoryConfigResponse_directoryConfig - Information about the Directory Config object.

$sel:httpStatus:UpdateDirectoryConfigResponse', updateDirectoryConfigResponse_httpStatus - The response's http status code.

CreateFleet

data CreateFleet Source #

See: newCreateFleet smart constructor.

Instances

Instances details
Eq CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Read CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Show CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Generic CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Associated Types

type Rep CreateFleet :: Type -> Type #

NFData CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Methods

rnf :: CreateFleet -> () #

Hashable CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

ToJSON CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

AWSRequest CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Associated Types

type AWSResponse CreateFleet #

ToHeaders CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Methods

toHeaders :: CreateFleet -> [Header] #

ToPath CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

ToQuery CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

type Rep CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

type Rep CreateFleet = D1 ('MetaData "CreateFleet" "Amazonka.AppStream.CreateFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateFleet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "domainJoinInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainJoinInfo)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "disconnectTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxUserDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "idleDisconnectTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "fleetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FleetType))) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableDefaultInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "streamView") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamView)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "computeCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComputeCapacity)))))))
type AWSResponse CreateFleet Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

newCreateFleet Source #

Create a value of CreateFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainJoinInfo:CreateFleet', createFleet_domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

$sel:iamRoleArn:CreateFleet', createFleet_iamRoleArn - The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

$sel:disconnectTimeoutInSeconds:CreateFleet', createFleet_disconnectTimeoutInSeconds - The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 360000.

$sel:maxUserDurationInSeconds:CreateFleet', createFleet_maxUserDurationInSeconds - The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 360000.

$sel:idleDisconnectTimeoutInSeconds:CreateFleet', createFleet_idleDisconnectTimeoutInSeconds - The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

$sel:fleetType:CreateFleet', createFleet_fleetType - The fleet type.

ALWAYS_ON
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
ON_DEMAND
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.

$sel:vpcConfig:CreateFleet', createFleet_vpcConfig - The VPC configuration for the fleet.

$sel:imageArn:CreateFleet', createFleet_imageArn - The ARN of the public, private, or shared image to use.

$sel:displayName:CreateFleet', createFleet_displayName - The fleet name to display.

$sel:enableDefaultInternetAccess:CreateFleet', createFleet_enableDefaultInternetAccess - Enables or disables default internet access for the fleet.

$sel:imageName:CreateFleet', createFleet_imageName - The name of the image used to create the fleet.

$sel:description:CreateFleet', createFleet_description - The description to display.

$sel:streamView:CreateFleet', createFleet_streamView - The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

$sel:tags:CreateFleet', createFleet_tags - The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

$sel:name:CreateFleet', createFleet_name - A unique name for the fleet.

$sel:instanceType:CreateFleet', createFleet_instanceType - The instance type to use when launching fleet instances. The following instance types are available:

  • stream.standard.small
  • stream.standard.medium
  • stream.standard.large
  • stream.compute.large
  • stream.compute.xlarge
  • stream.compute.2xlarge
  • stream.compute.4xlarge
  • stream.compute.8xlarge
  • stream.memory.large
  • stream.memory.xlarge
  • stream.memory.2xlarge
  • stream.memory.4xlarge
  • stream.memory.8xlarge
  • stream.memory.z1d.large
  • stream.memory.z1d.xlarge
  • stream.memory.z1d.2xlarge
  • stream.memory.z1d.3xlarge
  • stream.memory.z1d.6xlarge
  • stream.memory.z1d.12xlarge
  • stream.graphics-design.large
  • stream.graphics-design.xlarge
  • stream.graphics-design.2xlarge
  • stream.graphics-design.4xlarge
  • stream.graphics-desktop.2xlarge
  • stream.graphics.g4dn.xlarge
  • stream.graphics.g4dn.2xlarge
  • stream.graphics.g4dn.4xlarge
  • stream.graphics.g4dn.8xlarge
  • stream.graphics.g4dn.12xlarge
  • stream.graphics.g4dn.16xlarge
  • stream.graphics-pro.4xlarge
  • stream.graphics-pro.8xlarge
  • stream.graphics-pro.16xlarge

$sel:computeCapacity:CreateFleet', createFleet_computeCapacity - The desired capacity for the fleet.

data CreateFleetResponse Source #

See: newCreateFleetResponse smart constructor.

Instances

Instances details
Eq CreateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Read CreateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Show CreateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Generic CreateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Associated Types

type Rep CreateFleetResponse :: Type -> Type #

NFData CreateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

Methods

rnf :: CreateFleetResponse -> () #

type Rep CreateFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateFleet

type Rep CreateFleetResponse = D1 ('MetaData "CreateFleetResponse" "Amazonka.AppStream.CreateFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Fleet)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateFleetResponse Source #

Create a value of CreateFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleet:CreateFleetResponse', createFleetResponse_fleet - Information about the fleet.

$sel:httpStatus:CreateFleetResponse', createFleetResponse_httpStatus - The response's http status code.

CreateStack

data CreateStack Source #

See: newCreateStack smart constructor.

Instances

Instances details
Eq CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Read CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Show CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Generic CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Associated Types

type Rep CreateStack :: Type -> Type #

NFData CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Methods

rnf :: CreateStack -> () #

Hashable CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

ToJSON CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

AWSRequest CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Associated Types

type AWSResponse CreateStack #

ToHeaders CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Methods

toHeaders :: CreateStack -> [Header] #

ToPath CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

ToQuery CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

type Rep CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

type Rep CreateStack = D1 ('MetaData "CreateStack" "Amazonka.AppStream.CreateStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateStack'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty UserSetting))) :*: S1 ('MetaSel ('Just "applicationSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationSettings))) :*: (S1 ('MetaSel ('Just "feedbackURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "storageConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageConnector])) :*: S1 ('MetaSel ('Just "accessEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AccessEndpoint)))))) :*: ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "embedHostDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "redirectURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateStack Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

newCreateStack Source #

Create a value of CreateStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userSettings:CreateStack', createStack_userSettings - The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

$sel:applicationSettings:CreateStack', createStack_applicationSettings - The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

$sel:feedbackURL:CreateStack', createStack_feedbackURL - The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

$sel:storageConnectors:CreateStack', createStack_storageConnectors - The storage connectors to enable.

$sel:accessEndpoints:CreateStack', createStack_accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

$sel:displayName:CreateStack', createStack_displayName - The stack name to display.

$sel:embedHostDomains:CreateStack', createStack_embedHostDomains - The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

$sel:description:CreateStack', createStack_description - The description to display.

$sel:tags:CreateStack', createStack_tags - The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

$sel:redirectURL:CreateStack', createStack_redirectURL - The URL that users are redirected to after their streaming session ends.

$sel:name:CreateStack', createStack_name - The name of the stack.

data CreateStackResponse Source #

See: newCreateStackResponse smart constructor.

Instances

Instances details
Eq CreateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Read CreateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Show CreateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Generic CreateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Associated Types

type Rep CreateStackResponse :: Type -> Type #

NFData CreateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

Methods

rnf :: CreateStackResponse -> () #

type Rep CreateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStack

type Rep CreateStackResponse = D1 ('MetaData "CreateStackResponse" "Amazonka.AppStream.CreateStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Stack)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateStackResponse Source #

Create a value of CreateStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stack:CreateStackResponse', createStackResponse_stack - Information about the stack.

$sel:httpStatus:CreateStackResponse', createStackResponse_httpStatus - The response's http status code.

CopyImage

data CopyImage Source #

See: newCopyImage smart constructor.

Constructors

CopyImage' (Maybe Text) Text Text Text 

Instances

Instances details
Eq CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Read CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Show CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Generic CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Associated Types

type Rep CopyImage :: Type -> Type #

NFData CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Methods

rnf :: CopyImage -> () #

Hashable CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

ToJSON CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

AWSRequest CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Associated Types

type AWSResponse CopyImage #

ToHeaders CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Methods

toHeaders :: CopyImage -> [Header] #

ToPath CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

ToQuery CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

type Rep CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

type Rep CopyImage = D1 ('MetaData "CopyImage" "Amazonka.AppStream.CopyImage" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CopyImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationImageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceImageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "destinationImageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CopyImage Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

newCopyImage Source #

Create a value of CopyImage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationImageDescription:CopyImage', copyImage_destinationImageDescription - The description that the image will have when it is copied to the destination.

$sel:sourceImageName:CopyImage', copyImage_sourceImageName - The name of the image to copy.

$sel:destinationImageName:CopyImage', copyImage_destinationImageName - The name that the image will have when it is copied to the destination.

$sel:destinationRegion:CopyImage', copyImage_destinationRegion - The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

data CopyImageResponse Source #

See: newCopyImageResponse smart constructor.

Instances

Instances details
Eq CopyImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Read CopyImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Show CopyImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Generic CopyImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Associated Types

type Rep CopyImageResponse :: Type -> Type #

NFData CopyImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

Methods

rnf :: CopyImageResponse -> () #

type Rep CopyImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.CopyImage

type Rep CopyImageResponse = D1 ('MetaData "CopyImageResponse" "Amazonka.AppStream.CopyImage" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CopyImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationImageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyImageResponse Source #

Create a value of CopyImageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationImageName:CopyImage', copyImageResponse_destinationImageName - The name of the destination image.

$sel:httpStatus:CopyImageResponse', copyImageResponse_httpStatus - The response's http status code.

ExpireSession

data ExpireSession Source #

See: newExpireSession smart constructor.

Constructors

ExpireSession' Text 

Instances

Instances details
Eq ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Read ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Show ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Generic ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Associated Types

type Rep ExpireSession :: Type -> Type #

NFData ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Methods

rnf :: ExpireSession -> () #

Hashable ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

ToJSON ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

AWSRequest ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Associated Types

type AWSResponse ExpireSession #

ToHeaders ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

ToPath ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

ToQuery ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

type Rep ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

type Rep ExpireSession = D1 ('MetaData "ExpireSession" "Amazonka.AppStream.ExpireSession" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ExpireSession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ExpireSession Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

newExpireSession Source #

Create a value of ExpireSession with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sessionId:ExpireSession', expireSession_sessionId - The identifier of the streaming session.

data ExpireSessionResponse Source #

See: newExpireSessionResponse smart constructor.

Instances

Instances details
Eq ExpireSessionResponse Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Read ExpireSessionResponse Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Show ExpireSessionResponse Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Generic ExpireSessionResponse Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Associated Types

type Rep ExpireSessionResponse :: Type -> Type #

NFData ExpireSessionResponse Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

Methods

rnf :: ExpireSessionResponse -> () #

type Rep ExpireSessionResponse Source # 
Instance details

Defined in Amazonka.AppStream.ExpireSession

type Rep ExpireSessionResponse = D1 ('MetaData "ExpireSessionResponse" "Amazonka.AppStream.ExpireSession" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ExpireSessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newExpireSessionResponse Source #

Create a value of ExpireSessionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:ExpireSessionResponse', expireSessionResponse_httpStatus - The response's http status code.

CreateUser

data CreateUser Source #

See: newCreateUser smart constructor.

Instances

Instances details
Eq CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Show CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Generic CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Associated Types

type Rep CreateUser :: Type -> Type #

NFData CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Methods

rnf :: CreateUser -> () #

Hashable CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

ToJSON CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

AWSRequest CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Associated Types

type AWSResponse CreateUser #

ToHeaders CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Methods

toHeaders :: CreateUser -> [Header] #

ToPath CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

ToQuery CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

type Rep CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

type Rep CreateUser = D1 ('MetaData "CreateUser" "Amazonka.AppStream.CreateUser" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "messageAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageAction))) :*: (S1 ('MetaSel ('Just "firstName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthenticationType)))))
type AWSResponse CreateUser Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

newCreateUser Source #

Create a value of CreateUser with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastName:CreateUser', createUser_lastName - The last name, or surname, of the user.

$sel:messageAction:CreateUser', createUser_messageAction - The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.

The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.

$sel:firstName:CreateUser', createUser_firstName - The first name, or given name, of the user.

$sel:userName:CreateUser', createUser_userName - The email address of the user.

Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.

$sel:authenticationType:CreateUser', createUser_authenticationType - The authentication type for the user. You must specify USERPOOL.

data CreateUserResponse Source #

See: newCreateUserResponse smart constructor.

Constructors

CreateUserResponse' Int 

Instances

Instances details
Eq CreateUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Read CreateUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Show CreateUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Generic CreateUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Associated Types

type Rep CreateUserResponse :: Type -> Type #

NFData CreateUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

Methods

rnf :: CreateUserResponse -> () #

type Rep CreateUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateUser

type Rep CreateUserResponse = D1 ('MetaData "CreateUserResponse" "Amazonka.AppStream.CreateUser" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateUserResponse Source #

Create a value of CreateUserResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CreateUserResponse', createUserResponse_httpStatus - The response's http status code.

DisableUser

data DisableUser Source #

See: newDisableUser smart constructor.

Instances

Instances details
Eq DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Show DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Generic DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Associated Types

type Rep DisableUser :: Type -> Type #

NFData DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Methods

rnf :: DisableUser -> () #

Hashable DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

ToJSON DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

AWSRequest DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Associated Types

type AWSResponse DisableUser #

ToHeaders DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Methods

toHeaders :: DisableUser -> [Header] #

ToPath DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

ToQuery DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

type Rep DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

type Rep DisableUser = D1 ('MetaData "DisableUser" "Amazonka.AppStream.DisableUser" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DisableUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthenticationType)))
type AWSResponse DisableUser Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

newDisableUser Source #

Create a value of DisableUser with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userName:DisableUser', disableUser_userName - The email address of the user.

Users' email addresses are case-sensitive.

$sel:authenticationType:DisableUser', disableUser_authenticationType - The authentication type for the user. You must specify USERPOOL.

data DisableUserResponse Source #

See: newDisableUserResponse smart constructor.

Instances

Instances details
Eq DisableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Read DisableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Show DisableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Generic DisableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Associated Types

type Rep DisableUserResponse :: Type -> Type #

NFData DisableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

Methods

rnf :: DisableUserResponse -> () #

type Rep DisableUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DisableUser

type Rep DisableUserResponse = D1 ('MetaData "DisableUserResponse" "Amazonka.AppStream.DisableUser" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DisableUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisableUserResponse Source #

Create a value of DisableUserResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisableUserResponse', disableUserResponse_httpStatus - The response's http status code.

DeleteUser

data DeleteUser Source #

See: newDeleteUser smart constructor.

Instances

Instances details
Eq DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Show DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Generic DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Associated Types

type Rep DeleteUser :: Type -> Type #

NFData DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Methods

rnf :: DeleteUser -> () #

Hashable DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

ToJSON DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

AWSRequest DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Associated Types

type AWSResponse DeleteUser #

ToHeaders DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Methods

toHeaders :: DeleteUser -> [Header] #

ToPath DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

ToQuery DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

type Rep DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

type Rep DeleteUser = D1 ('MetaData "DeleteUser" "Amazonka.AppStream.DeleteUser" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthenticationType)))
type AWSResponse DeleteUser Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

newDeleteUser Source #

Create a value of DeleteUser with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userName:DeleteUser', deleteUser_userName - The email address of the user.

Users' email addresses are case-sensitive.

$sel:authenticationType:DeleteUser', deleteUser_authenticationType - The authentication type for the user. You must specify USERPOOL.

data DeleteUserResponse Source #

See: newDeleteUserResponse smart constructor.

Constructors

DeleteUserResponse' Int 

Instances

Instances details
Eq DeleteUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Read DeleteUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Show DeleteUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Generic DeleteUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Associated Types

type Rep DeleteUserResponse :: Type -> Type #

NFData DeleteUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

Methods

rnf :: DeleteUserResponse -> () #

type Rep DeleteUserResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUser

type Rep DeleteUserResponse = D1 ('MetaData "DeleteUserResponse" "Amazonka.AppStream.DeleteUser" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteUserResponse Source #

Create a value of DeleteUserResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteUserResponse', deleteUserResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.AppStream.TagResource" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tags:TagResource', tagResource_tags - The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.AppStream.TagResource" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

CreateStreamingURL

data CreateStreamingURL Source #

See: newCreateStreamingURL smart constructor.

Instances

Instances details
Eq CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Read CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Show CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Generic CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Associated Types

type Rep CreateStreamingURL :: Type -> Type #

NFData CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Methods

rnf :: CreateStreamingURL -> () #

Hashable CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

ToJSON CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

AWSRequest CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Associated Types

type AWSResponse CreateStreamingURL #

ToHeaders CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

ToPath CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

ToQuery CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

type Rep CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

type Rep CreateStreamingURL = D1 ('MetaData "CreateStreamingURL" "Amazonka.AppStream.CreateStreamingURL" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateStreamingURL'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sessionContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "validity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateStreamingURL Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

newCreateStreamingURL Source #

Create a value of CreateStreamingURL with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sessionContext:CreateStreamingURL', createStreamingURL_sessionContext - The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

$sel:applicationId:CreateStreamingURL', createStreamingURL_applicationId - The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

$sel:validity:CreateStreamingURL', createStreamingURL_validity - The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.

$sel:stackName:CreateStreamingURL', createStreamingURL_stackName - The name of the stack.

$sel:fleetName:CreateStreamingURL', createStreamingURL_fleetName - The name of the fleet.

$sel:userId:CreateStreamingURL', createStreamingURL_userId - The identifier of the user.

data CreateStreamingURLResponse Source #

See: newCreateStreamingURLResponse smart constructor.

Instances

Instances details
Eq CreateStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Read CreateStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Show CreateStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Generic CreateStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

Associated Types

type Rep CreateStreamingURLResponse :: Type -> Type #

NFData CreateStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

type Rep CreateStreamingURLResponse Source # 
Instance details

Defined in Amazonka.AppStream.CreateStreamingURL

type Rep CreateStreamingURLResponse = D1 ('MetaData "CreateStreamingURLResponse" "Amazonka.AppStream.CreateStreamingURL" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "CreateStreamingURLResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "expires") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateStreamingURLResponse Source #

Create a value of CreateStreamingURLResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:streamingURL:CreateStreamingURLResponse', createStreamingURLResponse_streamingURL - The URL to start the AppStream 2.0 streaming session.

$sel:expires:CreateStreamingURLResponse', createStreamingURLResponse_expires - The elapsed time, in seconds after the Unix epoch, when this URL expires.

$sel:httpStatus:CreateStreamingURLResponse', createStreamingURLResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.AppStream.UntagResource" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys for the tags to disassociate.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppStream.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.AppStream.UntagResource" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

StartFleet

data StartFleet Source #

See: newStartFleet smart constructor.

Constructors

StartFleet' Text 

Instances

Instances details
Eq StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Read StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Show StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Generic StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Associated Types

type Rep StartFleet :: Type -> Type #

NFData StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Methods

rnf :: StartFleet -> () #

Hashable StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

ToJSON StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

AWSRequest StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Associated Types

type AWSResponse StartFleet #

ToHeaders StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Methods

toHeaders :: StartFleet -> [Header] #

ToPath StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

ToQuery StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

type Rep StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

type Rep StartFleet = D1 ('MetaData "StartFleet" "Amazonka.AppStream.StartFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StartFleet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartFleet Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

newStartFleet Source #

Create a value of StartFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:StartFleet', startFleet_name - The name of the fleet.

data StartFleetResponse Source #

See: newStartFleetResponse smart constructor.

Constructors

StartFleetResponse' Int 

Instances

Instances details
Eq StartFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Read StartFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Show StartFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Generic StartFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Associated Types

type Rep StartFleetResponse :: Type -> Type #

NFData StartFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

Methods

rnf :: StartFleetResponse -> () #

type Rep StartFleetResponse Source # 
Instance details

Defined in Amazonka.AppStream.StartFleet

type Rep StartFleetResponse = D1 ('MetaData "StartFleetResponse" "Amazonka.AppStream.StartFleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StartFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartFleetResponse Source #

Create a value of StartFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StartFleetResponse', startFleetResponse_httpStatus - The response's http status code.

StopImageBuilder

data StopImageBuilder Source #

See: newStopImageBuilder smart constructor.

Constructors

StopImageBuilder' Text 

Instances

Instances details
Eq StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Read StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Show StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Generic StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Associated Types

type Rep StopImageBuilder :: Type -> Type #

NFData StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Methods

rnf :: StopImageBuilder -> () #

Hashable StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

ToJSON StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

AWSRequest StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Associated Types

type AWSResponse StopImageBuilder #

ToHeaders StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

ToPath StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

ToQuery StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

type Rep StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

type Rep StopImageBuilder = D1 ('MetaData "StopImageBuilder" "Amazonka.AppStream.StopImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StopImageBuilder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

newStopImageBuilder Source #

Create a value of StopImageBuilder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:StopImageBuilder', stopImageBuilder_name - The name of the image builder.

data StopImageBuilderResponse Source #

See: newStopImageBuilderResponse smart constructor.

Instances

Instances details
Eq StopImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Read StopImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Show StopImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Generic StopImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

Associated Types

type Rep StopImageBuilderResponse :: Type -> Type #

NFData StopImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

type Rep StopImageBuilderResponse Source # 
Instance details

Defined in Amazonka.AppStream.StopImageBuilder

type Rep StopImageBuilderResponse = D1 ('MetaData "StopImageBuilderResponse" "Amazonka.AppStream.StopImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StopImageBuilderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageBuilder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopImageBuilderResponse Source #

Create a value of StopImageBuilderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageBuilder:StopImageBuilderResponse', stopImageBuilderResponse_imageBuilder - Information about the image builder.

$sel:httpStatus:StopImageBuilderResponse', stopImageBuilderResponse_httpStatus - The response's http status code.

DeleteImage

data DeleteImage Source #

See: newDeleteImage smart constructor.

Constructors

DeleteImage' Text 

Instances

Instances details
Eq DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Read DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Show DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Generic DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Associated Types

type Rep DeleteImage :: Type -> Type #

NFData DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Methods

rnf :: DeleteImage -> () #

Hashable DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

ToJSON DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

AWSRequest DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Associated Types

type AWSResponse DeleteImage #

ToHeaders DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Methods

toHeaders :: DeleteImage -> [Header] #

ToPath DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

ToQuery DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

type Rep DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

type Rep DeleteImage = D1 ('MetaData "DeleteImage" "Amazonka.AppStream.DeleteImage" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteImage Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

newDeleteImage Source #

Create a value of DeleteImage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:DeleteImage', deleteImage_name - The name of the image.

data DeleteImageResponse Source #

See: newDeleteImageResponse smart constructor.

Instances

Instances details
Eq DeleteImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Read DeleteImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Show DeleteImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Generic DeleteImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Associated Types

type Rep DeleteImageResponse :: Type -> Type #

NFData DeleteImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

Methods

rnf :: DeleteImageResponse -> () #

type Rep DeleteImageResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteImage

type Rep DeleteImageResponse = D1 ('MetaData "DeleteImageResponse" "Amazonka.AppStream.DeleteImage" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Image)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteImageResponse Source #

Create a value of DeleteImageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:image:DeleteImageResponse', deleteImageResponse_image - Information about the image.

$sel:httpStatus:DeleteImageResponse', deleteImageResponse_httpStatus - The response's http status code.

DeleteUsageReportSubscription

data DeleteUsageReportSubscription Source #

See: newDeleteUsageReportSubscription smart constructor.

Instances

Instances details
Eq DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

Read DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

Show DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

Generic DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

Associated Types

type Rep DeleteUsageReportSubscription :: Type -> Type #

NFData DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

Hashable DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

ToJSON DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

AWSRequest DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

ToHeaders DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

ToPath DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

ToQuery DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

type Rep DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

type Rep DeleteUsageReportSubscription = D1 ('MetaData "DeleteUsageReportSubscription" "Amazonka.AppStream.DeleteUsageReportSubscription" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteUsageReportSubscription'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DeleteUsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

newDeleteUsageReportSubscription :: DeleteUsageReportSubscription Source #

Create a value of DeleteUsageReportSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data DeleteUsageReportSubscriptionResponse Source #

Instances

Instances details
Eq DeleteUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

Read DeleteUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

Show DeleteUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

Generic DeleteUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

NFData DeleteUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

type Rep DeleteUsageReportSubscriptionResponse Source # 
Instance details

Defined in Amazonka.AppStream.DeleteUsageReportSubscription

type Rep DeleteUsageReportSubscriptionResponse = D1 ('MetaData "DeleteUsageReportSubscriptionResponse" "Amazonka.AppStream.DeleteUsageReportSubscription" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteUsageReportSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteUsageReportSubscriptionResponse Source #

Create a value of DeleteUsageReportSubscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteUsageReportSubscriptionResponse', deleteUsageReportSubscriptionResponse_httpStatus - The response's http status code.

BatchDisassociateUserStack

data BatchDisassociateUserStack Source #

See: newBatchDisassociateUserStack smart constructor.

Instances

Instances details
Eq BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Show BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Generic BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Associated Types

type Rep BatchDisassociateUserStack :: Type -> Type #

NFData BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Hashable BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

ToJSON BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

AWSRequest BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

ToHeaders BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

ToPath BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

ToQuery BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type Rep BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type Rep BatchDisassociateUserStack = D1 ('MetaData "BatchDisassociateUserStack" "Amazonka.AppStream.BatchDisassociateUserStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "BatchDisassociateUserStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userStackAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty UserStackAssociation))))
type AWSResponse BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

newBatchDisassociateUserStack Source #

Create a value of BatchDisassociateUserStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userStackAssociations:BatchDisassociateUserStack', batchDisassociateUserStack_userStackAssociations - The list of UserStackAssociation objects.

data BatchDisassociateUserStackResponse Source #

Instances

Instances details
Eq BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Show BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Generic BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Associated Types

type Rep BatchDisassociateUserStackResponse :: Type -> Type #

NFData BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type Rep BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type Rep BatchDisassociateUserStackResponse = D1 ('MetaData "BatchDisassociateUserStackResponse" "Amazonka.AppStream.BatchDisassociateUserStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "BatchDisassociateUserStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserStackAssociationError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDisassociateUserStackResponse Source #

Create a value of BatchDisassociateUserStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errors:BatchDisassociateUserStackResponse', batchDisassociateUserStackResponse_errors - The list of UserStackAssociationError objects.

$sel:httpStatus:BatchDisassociateUserStackResponse', batchDisassociateUserStackResponse_httpStatus - The response's http status code.

DescribeImages (Paginated)

data DescribeImages Source #

See: newDescribeImages smart constructor.

Instances

Instances details
Eq DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Read DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Show DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Generic DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Associated Types

type Rep DescribeImages :: Type -> Type #

NFData DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Methods

rnf :: DescribeImages -> () #

Hashable DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

ToJSON DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

AWSPager DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

AWSRequest DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Associated Types

type AWSResponse DescribeImages #

ToHeaders DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

ToPath DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

ToQuery DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

type Rep DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

type Rep DescribeImages = D1 ('MetaData "DescribeImages" "Amazonka.AppStream.DescribeImages" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeImages'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisibilityType)) :*: (S1 ('MetaSel ('Just "arns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse DescribeImages Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

newDescribeImages :: DescribeImages Source #

Create a value of DescribeImages with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeImages', describeImages_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:names:DescribeImages', describeImages_names - The names of the public or private images to describe.

$sel:type':DescribeImages', describeImages_type - The type of image (public, private, or shared) to describe.

$sel:arns:DescribeImages', describeImages_arns - The ARNs of the public, private, and shared images to describe.

$sel:maxResults:DescribeImages', describeImages_maxResults - The maximum size of each page of results.

data DescribeImagesResponse Source #

See: newDescribeImagesResponse smart constructor.

Instances

Instances details
Eq DescribeImagesResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Read DescribeImagesResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Show DescribeImagesResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Generic DescribeImagesResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Associated Types

type Rep DescribeImagesResponse :: Type -> Type #

NFData DescribeImagesResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

Methods

rnf :: DescribeImagesResponse -> () #

type Rep DescribeImagesResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeImages

type Rep DescribeImagesResponse = D1 ('MetaData "DescribeImagesResponse" "Amazonka.AppStream.DescribeImages" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeImagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "images") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Image])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeImagesResponse Source #

Create a value of DescribeImagesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:images:DescribeImagesResponse', describeImagesResponse_images - Information about the images.

$sel:nextToken:DescribeImages', describeImagesResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:httpStatus:DescribeImagesResponse', describeImagesResponse_httpStatus - The response's http status code.

Types

AccessEndpointType

newtype AccessEndpointType Source #

Instances

Instances details
Eq AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Ord AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Read AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Show AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Generic AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Associated Types

type Rep AccessEndpointType :: Type -> Type #

NFData AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Methods

rnf :: AccessEndpointType -> () #

Hashable AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToJSON AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToJSONKey AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

FromJSON AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

FromJSONKey AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToLog AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToHeader AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToQuery AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

FromXML AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToXML AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToByteString AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

FromText AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToText AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

type Rep AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

type Rep AccessEndpointType = D1 ('MetaData "AccessEndpointType" "Amazonka.AppStream.Types.AccessEndpointType" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "AccessEndpointType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccessEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Action

newtype Action Source #

Constructors

Action' 

Fields

Instances

Instances details
Eq Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

(==) :: Action -> Action -> Bool #

(/=) :: Action -> Action -> Bool #

Ord Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Read Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Show Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Generic Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Associated Types

type Rep Action :: Type -> Type #

Methods

from :: Action -> Rep Action x #

to :: Rep Action x -> Action #

NFData Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

rnf :: Action -> () #

Hashable Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

hashWithSalt :: Int -> Action -> Int #

hash :: Action -> Int #

ToJSON Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToJSONKey Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

FromJSON Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

FromJSONKey Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToLog Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToHeader Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

toHeader :: HeaderName -> Action -> [Header] #

ToQuery Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

FromXML Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToXML Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

toXML :: Action -> XML #

ToByteString Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

toBS :: Action -> ByteString #

FromText Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToText Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

toText :: Action -> Text #

type Rep Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

type Rep Action = D1 ('MetaData "Action" "Amazonka.AppStream.Types.Action" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "Action'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthenticationType

newtype AuthenticationType Source #

Instances

Instances details
Eq AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Ord AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Read AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Show AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Generic AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Associated Types

type Rep AuthenticationType :: Type -> Type #

NFData AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Methods

rnf :: AuthenticationType -> () #

Hashable AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToJSON AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToJSONKey AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

FromJSON AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

FromJSONKey AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToLog AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToHeader AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToQuery AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

FromXML AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToXML AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToByteString AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

FromText AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToText AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

type Rep AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

type Rep AuthenticationType = D1 ('MetaData "AuthenticationType" "Amazonka.AppStream.Types.AuthenticationType" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "AuthenticationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FleetAttribute

newtype FleetAttribute Source #

The fleet attribute.

Constructors

FleetAttribute' 

Instances

Instances details
Eq FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Ord FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Read FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Show FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Generic FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Associated Types

type Rep FleetAttribute :: Type -> Type #

NFData FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Methods

rnf :: FleetAttribute -> () #

Hashable FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToJSON FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToJSONKey FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

FromJSON FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

FromJSONKey FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToLog FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToHeader FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToQuery FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

FromXML FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToXML FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Methods

toXML :: FleetAttribute -> XML #

ToByteString FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

FromText FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToText FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

type Rep FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

type Rep FleetAttribute = D1 ('MetaData "FleetAttribute" "Amazonka.AppStream.Types.FleetAttribute" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "FleetAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFleetAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FleetErrorCode

newtype FleetErrorCode Source #

Constructors

FleetErrorCode' 

Bundled Patterns

pattern FleetErrorCode_DOMAIN_JOIN_ERROR_ACCESS_DENIED :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_ERROR_FILE_NOT_FOUND :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_ERROR_INVALID_PARAMETER :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_ERROR_LOGON_FAILURE :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_ERROR_MORE_DATA :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_ERROR_NOT_SUPPORTED :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_INTERNAL_SERVICE_ERROR :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_NERR_PASSWORD_EXPIRED :: FleetErrorCode 
pattern FleetErrorCode_DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED :: FleetErrorCode 
pattern FleetErrorCode_FLEET_INSTANCE_PROVISIONING_FAILURE :: FleetErrorCode 
pattern FleetErrorCode_FLEET_STOPPED :: FleetErrorCode 
pattern FleetErrorCode_IAM_SERVICE_ROLE_IS_MISSING :: FleetErrorCode 
pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION :: FleetErrorCode 
pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION :: FleetErrorCode 
pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION :: FleetErrorCode 
pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION :: FleetErrorCode 
pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION :: FleetErrorCode 
pattern FleetErrorCode_IGW_NOT_ATTACHED :: FleetErrorCode 
pattern FleetErrorCode_IMAGE_NOT_FOUND :: FleetErrorCode 
pattern FleetErrorCode_INTERNAL_SERVICE_ERROR :: FleetErrorCode 
pattern FleetErrorCode_INVALID_SUBNET_CONFIGURATION :: FleetErrorCode 
pattern FleetErrorCode_MACHINE_ROLE_IS_MISSING :: FleetErrorCode 
pattern FleetErrorCode_NETWORK_INTERFACE_LIMIT_EXCEEDED :: FleetErrorCode 
pattern FleetErrorCode_SECURITY_GROUPS_NOT_FOUND :: FleetErrorCode 
pattern FleetErrorCode_STS_DISABLED_IN_REGION :: FleetErrorCode 
pattern FleetErrorCode_SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES :: FleetErrorCode 
pattern FleetErrorCode_SUBNET_NOT_FOUND :: FleetErrorCode 

Instances

Instances details
Eq FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Ord FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Read FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Show FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Generic FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Associated Types

type Rep FleetErrorCode :: Type -> Type #

NFData FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Methods

rnf :: FleetErrorCode -> () #

Hashable FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToJSON FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToJSONKey FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

FromJSON FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

FromJSONKey FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToLog FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToHeader FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToQuery FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

FromXML FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToXML FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Methods

toXML :: FleetErrorCode -> XML #

ToByteString FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

FromText FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToText FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

type Rep FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

type Rep FleetErrorCode = D1 ('MetaData "FleetErrorCode" "Amazonka.AppStream.Types.FleetErrorCode" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "FleetErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFleetErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FleetState

newtype FleetState Source #

Constructors

FleetState' 

Fields

Instances

Instances details
Eq FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Ord FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Read FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Show FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Generic FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Associated Types

type Rep FleetState :: Type -> Type #

NFData FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Methods

rnf :: FleetState -> () #

Hashable FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToJSON FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToJSONKey FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

FromJSON FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

FromJSONKey FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToLog FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToHeader FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToQuery FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

FromXML FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToXML FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Methods

toXML :: FleetState -> XML #

ToByteString FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

FromText FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToText FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Methods

toText :: FleetState -> Text #

type Rep FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

type Rep FleetState = D1 ('MetaData "FleetState" "Amazonka.AppStream.Types.FleetState" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "FleetState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFleetState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FleetType

newtype FleetType Source #

Constructors

FleetType' 

Fields

Bundled Patterns

pattern FleetType_ALWAYS_ON :: FleetType 
pattern FleetType_ON_DEMAND :: FleetType 

Instances

Instances details
Eq FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Ord FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Read FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Show FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Generic FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Associated Types

type Rep FleetType :: Type -> Type #

NFData FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Methods

rnf :: FleetType -> () #

Hashable FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToJSON FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToJSONKey FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

FromJSON FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

FromJSONKey FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToLog FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToHeader FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToQuery FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

FromXML FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToXML FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Methods

toXML :: FleetType -> XML #

ToByteString FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Methods

toBS :: FleetType -> ByteString #

FromText FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToText FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Methods

toText :: FleetType -> Text #

type Rep FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

type Rep FleetType = D1 ('MetaData "FleetType" "Amazonka.AppStream.Types.FleetType" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "FleetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFleetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageBuilderState

newtype ImageBuilderState Source #

Instances

Instances details
Eq ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Ord ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Read ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Show ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Generic ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Associated Types

type Rep ImageBuilderState :: Type -> Type #

NFData ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Methods

rnf :: ImageBuilderState -> () #

Hashable ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToJSON ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToJSONKey ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

FromJSON ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

FromJSONKey ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToLog ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToHeader ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToQuery ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

FromXML ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToXML ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToByteString ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

FromText ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToText ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

type Rep ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

type Rep ImageBuilderState = D1 ('MetaData "ImageBuilderState" "Amazonka.AppStream.Types.ImageBuilderState" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "ImageBuilderState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageBuilderState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageBuilderStateChangeReasonCode

newtype ImageBuilderStateChangeReasonCode Source #

Instances

Instances details
Eq ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Ord ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Read ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Show ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Generic ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Associated Types

type Rep ImageBuilderStateChangeReasonCode :: Type -> Type #

NFData ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Hashable ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToJSON ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToJSONKey ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

FromJSON ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

FromJSONKey ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToLog ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToHeader ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToQuery ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

FromXML ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToXML ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToByteString ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

FromText ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToText ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

type Rep ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

type Rep ImageBuilderStateChangeReasonCode = D1 ('MetaData "ImageBuilderStateChangeReasonCode" "Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "ImageBuilderStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageBuilderStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageState

newtype ImageState Source #

Constructors

ImageState' 

Fields

Instances

Instances details
Eq ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Ord ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Read ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Show ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Generic ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Associated Types

type Rep ImageState :: Type -> Type #

NFData ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Methods

rnf :: ImageState -> () #

Hashable ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToJSON ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToJSONKey ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

FromJSON ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

FromJSONKey ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToLog ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToHeader ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToQuery ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

FromXML ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToXML ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Methods

toXML :: ImageState -> XML #

ToByteString ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

FromText ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToText ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Methods

toText :: ImageState -> Text #

type Rep ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

type Rep ImageState = D1 ('MetaData "ImageState" "Amazonka.AppStream.Types.ImageState" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "ImageState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageStateChangeReasonCode

newtype ImageStateChangeReasonCode Source #

Instances

Instances details
Eq ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Ord ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Read ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Show ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Generic ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Associated Types

type Rep ImageStateChangeReasonCode :: Type -> Type #

NFData ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Hashable ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToJSON ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToJSONKey ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

FromJSON ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

FromJSONKey ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToLog ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToHeader ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToQuery ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

FromXML ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToXML ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToByteString ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

FromText ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToText ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

type Rep ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

type Rep ImageStateChangeReasonCode = D1 ('MetaData "ImageStateChangeReasonCode" "Amazonka.AppStream.Types.ImageStateChangeReasonCode" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "ImageStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MessageAction

newtype MessageAction Source #

Constructors

MessageAction' 

Instances

Instances details
Eq MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Ord MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Read MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Show MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Generic MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Associated Types

type Rep MessageAction :: Type -> Type #

NFData MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Methods

rnf :: MessageAction -> () #

Hashable MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToJSON MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToJSONKey MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

FromJSON MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

FromJSONKey MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToLog MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToHeader MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToQuery MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

FromXML MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToXML MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Methods

toXML :: MessageAction -> XML #

ToByteString MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

FromText MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToText MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Methods

toText :: MessageAction -> Text #

type Rep MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

type Rep MessageAction = D1 ('MetaData "MessageAction" "Amazonka.AppStream.Types.MessageAction" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "MessageAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMessageAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Permission

newtype Permission Source #

Constructors

Permission' 

Fields

Bundled Patterns

pattern Permission_DISABLED :: Permission 
pattern Permission_ENABLED :: Permission 

Instances

Instances details
Eq Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Ord Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Read Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Show Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Generic Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Associated Types

type Rep Permission :: Type -> Type #

NFData Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Methods

rnf :: Permission -> () #

Hashable Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToJSON Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToJSONKey Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

FromJSON Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

FromJSONKey Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToLog Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToHeader Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToQuery Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

FromXML Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToXML Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Methods

toXML :: Permission -> XML #

ToByteString Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

FromText Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToText Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Methods

toText :: Permission -> Text #

type Rep Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

type Rep Permission = D1 ('MetaData "Permission" "Amazonka.AppStream.Types.Permission" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "Permission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPermission") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlatformType

newtype PlatformType Source #

Constructors

PlatformType' 

Instances

Instances details
Eq PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Ord PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Read PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Show PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Generic PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Associated Types

type Rep PlatformType :: Type -> Type #

NFData PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Methods

rnf :: PlatformType -> () #

Hashable PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToJSON PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

FromJSON PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

FromJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToLog PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToHeader PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToQuery PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

FromXML PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToXML PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Methods

toXML :: PlatformType -> XML #

ToByteString PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

FromText PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToText PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Methods

toText :: PlatformType -> Text #

type Rep PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

type Rep PlatformType = D1 ('MetaData "PlatformType" "Amazonka.AppStream.Types.PlatformType" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "PlatformType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlatformType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SessionConnectionState

newtype SessionConnectionState Source #

Instances

Instances details
Eq SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Ord SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Read SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Show SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Generic SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Associated Types

type Rep SessionConnectionState :: Type -> Type #

NFData SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Methods

rnf :: SessionConnectionState -> () #

Hashable SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToJSON SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToJSONKey SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

FromJSON SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

FromJSONKey SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToLog SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToHeader SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToQuery SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

FromXML SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToXML SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToByteString SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

FromText SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToText SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

type Rep SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

type Rep SessionConnectionState = D1 ('MetaData "SessionConnectionState" "Amazonka.AppStream.Types.SessionConnectionState" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "SessionConnectionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSessionConnectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SessionState

newtype SessionState Source #

Possible values for the state of a streaming session.

Constructors

SessionState' 

Instances

Instances details
Eq SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Ord SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Read SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Show SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Generic SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Associated Types

type Rep SessionState :: Type -> Type #

NFData SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Methods

rnf :: SessionState -> () #

Hashable SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToJSON SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToJSONKey SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

FromJSON SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

FromJSONKey SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToLog SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToHeader SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToQuery SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

FromXML SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToXML SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Methods

toXML :: SessionState -> XML #

ToByteString SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

FromText SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToText SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Methods

toText :: SessionState -> Text #

type Rep SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

type Rep SessionState = D1 ('MetaData "SessionState" "Amazonka.AppStream.Types.SessionState" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "SessionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSessionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackAttribute

newtype StackAttribute Source #

Constructors

StackAttribute' 

Instances

Instances details
Eq StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Ord StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Read StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Show StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Generic StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Associated Types

type Rep StackAttribute :: Type -> Type #

NFData StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Methods

rnf :: StackAttribute -> () #

Hashable StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToJSON StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToJSONKey StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

FromJSON StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

FromJSONKey StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToLog StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToHeader StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToQuery StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

FromXML StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToXML StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Methods

toXML :: StackAttribute -> XML #

ToByteString StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

FromText StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToText StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

type Rep StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

type Rep StackAttribute = D1 ('MetaData "StackAttribute" "Amazonka.AppStream.Types.StackAttribute" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "StackAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackErrorCode

newtype StackErrorCode Source #

Constructors

StackErrorCode' 

Instances

Instances details
Eq StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Ord StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Read StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Show StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Generic StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Associated Types

type Rep StackErrorCode :: Type -> Type #

NFData StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Methods

rnf :: StackErrorCode -> () #

Hashable StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToJSON StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToJSONKey StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

FromJSON StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

FromJSONKey StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToLog StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToHeader StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToQuery StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

FromXML StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToXML StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Methods

toXML :: StackErrorCode -> XML #

ToByteString StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

FromText StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToText StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

type Rep StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

type Rep StackErrorCode = D1 ('MetaData "StackErrorCode" "Amazonka.AppStream.Types.StackErrorCode" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "StackErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StorageConnectorType

newtype StorageConnectorType Source #

The type of storage connector.

Instances

Instances details
Eq StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Ord StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Read StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Show StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Generic StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Associated Types

type Rep StorageConnectorType :: Type -> Type #

NFData StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Methods

rnf :: StorageConnectorType -> () #

Hashable StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToJSON StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToJSONKey StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

FromJSON StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

FromJSONKey StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToLog StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToHeader StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToQuery StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

FromXML StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToXML StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToByteString StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

FromText StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToText StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

type Rep StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

type Rep StorageConnectorType = D1 ('MetaData "StorageConnectorType" "Amazonka.AppStream.Types.StorageConnectorType" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "StorageConnectorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStorageConnectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StreamView

newtype StreamView Source #

Constructors

StreamView' 

Fields

Bundled Patterns

pattern StreamView_APP :: StreamView 
pattern StreamView_DESKTOP :: StreamView 

Instances

Instances details
Eq StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Ord StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Read StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Show StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Generic StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Associated Types

type Rep StreamView :: Type -> Type #

NFData StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Methods

rnf :: StreamView -> () #

Hashable StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToJSON StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToJSONKey StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

FromJSON StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

FromJSONKey StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToLog StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToHeader StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToQuery StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

FromXML StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToXML StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Methods

toXML :: StreamView -> XML #

ToByteString StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

FromText StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToText StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Methods

toText :: StreamView -> Text #

type Rep StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

type Rep StreamView = D1 ('MetaData "StreamView" "Amazonka.AppStream.Types.StreamView" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "StreamView'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStreamView") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UsageReportExecutionErrorCode

newtype UsageReportExecutionErrorCode Source #

Instances

Instances details
Eq UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Ord UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Read UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Show UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Generic UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Associated Types

type Rep UsageReportExecutionErrorCode :: Type -> Type #

NFData UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Hashable UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToJSON UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToJSONKey UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

FromJSON UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

FromJSONKey UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToLog UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToHeader UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToQuery UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

FromXML UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToXML UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToByteString UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

FromText UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToText UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

type Rep UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

type Rep UsageReportExecutionErrorCode = D1 ('MetaData "UsageReportExecutionErrorCode" "Amazonka.AppStream.Types.UsageReportExecutionErrorCode" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "UsageReportExecutionErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUsageReportExecutionErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UsageReportSchedule

newtype UsageReportSchedule Source #

Bundled Patterns

pattern UsageReportSchedule_DAILY :: UsageReportSchedule 

Instances

Instances details
Eq UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Ord UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Read UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Show UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Generic UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Associated Types

type Rep UsageReportSchedule :: Type -> Type #

NFData UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Methods

rnf :: UsageReportSchedule -> () #

Hashable UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToJSON UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToJSONKey UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

FromJSON UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

FromJSONKey UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToLog UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToHeader UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToQuery UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

FromXML UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToXML UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToByteString UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

FromText UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToText UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

type Rep UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

type Rep UsageReportSchedule = D1 ('MetaData "UsageReportSchedule" "Amazonka.AppStream.Types.UsageReportSchedule" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "UsageReportSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUsageReportSchedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UserStackAssociationErrorCode

newtype UserStackAssociationErrorCode Source #

Instances

Instances details
Eq UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Ord UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Read UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Show UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Generic UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Associated Types

type Rep UserStackAssociationErrorCode :: Type -> Type #

NFData UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Hashable UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToJSON UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToJSONKey UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

FromJSON UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

FromJSONKey UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToLog UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToHeader UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToQuery UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

FromXML UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToXML UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToByteString UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

FromText UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToText UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

type Rep UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

type Rep UserStackAssociationErrorCode = D1 ('MetaData "UserStackAssociationErrorCode" "Amazonka.AppStream.Types.UserStackAssociationErrorCode" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "UserStackAssociationErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUserStackAssociationErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VisibilityType

newtype VisibilityType Source #

Constructors

VisibilityType' 

Instances

Instances details
Eq VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Ord VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Read VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Show VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Generic VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Associated Types

type Rep VisibilityType :: Type -> Type #

NFData VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Methods

rnf :: VisibilityType -> () #

Hashable VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToJSON VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToJSONKey VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

FromJSON VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

FromJSONKey VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToLog VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToHeader VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToQuery VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

FromXML VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToXML VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Methods

toXML :: VisibilityType -> XML #

ToByteString VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

FromText VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToText VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

type Rep VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

type Rep VisibilityType = D1 ('MetaData "VisibilityType" "Amazonka.AppStream.Types.VisibilityType" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'True) (C1 ('MetaCons "VisibilityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVisibilityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccessEndpoint

data AccessEndpoint Source #

Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.

See: newAccessEndpoint smart constructor.

Instances

Instances details
Eq AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

Read AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

Show AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

Generic AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

Associated Types

type Rep AccessEndpoint :: Type -> Type #

NFData AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

Methods

rnf :: AccessEndpoint -> () #

Hashable AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

ToJSON AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

FromJSON AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

type Rep AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

type Rep AccessEndpoint = D1 ('MetaData "AccessEndpoint" "Amazonka.AppStream.Types.AccessEndpoint" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "AccessEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AccessEndpointType)))

newAccessEndpoint Source #

Create a value of AccessEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vpceId:AccessEndpoint', accessEndpoint_vpceId - The identifier (ID) of the VPC in which the interface endpoint is used.

$sel:endpointType:AccessEndpoint', accessEndpoint_endpointType - The type of interface endpoint.

Application

data Application Source #

Describes an application in the application catalog.

See: newApplication smart constructor.

Instances

Instances details
Eq Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

Read Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

Show Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

Generic Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

Associated Types

type Rep Application :: Type -> Type #

NFData Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

Methods

rnf :: Application -> () #

Hashable Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

FromJSON Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

type Rep Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

newApplication :: Application Source #

Create a value of Application with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:Application', application_enabled - If there is a problem, the application can be disabled after image creation.

$sel:launchPath:Application', application_launchPath - The path to the application executable in the instance.

$sel:launchParameters:Application', application_launchParameters - The arguments that are passed to the application at launch.

$sel:name:Application', application_name - The name of the application.

$sel:displayName:Application', application_displayName - The application name to display.

$sel:metadata:Application', application_metadata - Additional attributes that describe the application.

$sel:iconURL:Application', application_iconURL - The URL for the application icon. This URL might be time-limited.

ApplicationSettings

data ApplicationSettings Source #

The persistent application settings for users of a stack.

See: newApplicationSettings smart constructor.

Instances

Instances details
Eq ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

Read ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

Show ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

Generic ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

Associated Types

type Rep ApplicationSettings :: Type -> Type #

NFData ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

Methods

rnf :: ApplicationSettings -> () #

Hashable ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

ToJSON ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

type Rep ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

type Rep ApplicationSettings = D1 ('MetaData "ApplicationSettings" "Amazonka.AppStream.Types.ApplicationSettings" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ApplicationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "settingsGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newApplicationSettings Source #

Create a value of ApplicationSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:settingsGroup:ApplicationSettings', applicationSettings_settingsGroup - The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.

$sel:enabled:ApplicationSettings', applicationSettings_enabled - Enables or disables persistent application settings for users during their streaming sessions.

ApplicationSettingsResponse

data ApplicationSettingsResponse Source #

Describes the persistent application settings for users of a stack.

See: newApplicationSettingsResponse smart constructor.

Instances

Instances details
Eq ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

Read ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

Show ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

Generic ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

Associated Types

type Rep ApplicationSettingsResponse :: Type -> Type #

NFData ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

Hashable ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

FromJSON ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

type Rep ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

type Rep ApplicationSettingsResponse = D1 ('MetaData "ApplicationSettingsResponse" "Amazonka.AppStream.Types.ApplicationSettingsResponse" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ApplicationSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "settingsGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newApplicationSettingsResponse :: ApplicationSettingsResponse Source #

Create a value of ApplicationSettingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:ApplicationSettingsResponse', applicationSettingsResponse_enabled - Specifies whether persistent application settings are enabled for users during their streaming sessions.

$sel:settingsGroup:ApplicationSettingsResponse', applicationSettingsResponse_settingsGroup - The path prefix for the S3 bucket where users’ persistent application settings are stored.

$sel:s3BucketName:ApplicationSettingsResponse', applicationSettingsResponse_s3BucketName - The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.

ComputeCapacity

data ComputeCapacity Source #

Describes the capacity for a fleet.

See: newComputeCapacity smart constructor.

Constructors

ComputeCapacity' Int 

Instances

Instances details
Eq ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Read ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Show ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Generic ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Associated Types

type Rep ComputeCapacity :: Type -> Type #

NFData ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Methods

rnf :: ComputeCapacity -> () #

Hashable ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

ToJSON ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

type Rep ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

type Rep ComputeCapacity = D1 ('MetaData "ComputeCapacity" "Amazonka.AppStream.Types.ComputeCapacity" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ComputeCapacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newComputeCapacity Source #

Create a value of ComputeCapacity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:desiredInstances:ComputeCapacity', computeCapacity_desiredInstances - The desired number of streaming instances.

ComputeCapacityStatus

data ComputeCapacityStatus Source #

Describes the capacity status for a fleet.

See: newComputeCapacityStatus smart constructor.

Instances

Instances details
Eq ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

Read ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

Show ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

Generic ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

Associated Types

type Rep ComputeCapacityStatus :: Type -> Type #

NFData ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

Methods

rnf :: ComputeCapacityStatus -> () #

Hashable ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

FromJSON ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

type Rep ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

type Rep ComputeCapacityStatus = D1 ('MetaData "ComputeCapacityStatus" "Amazonka.AppStream.Types.ComputeCapacityStatus" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ComputeCapacityStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inUse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "running") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "available") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "desired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newComputeCapacityStatus Source #

Create a value of ComputeCapacityStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inUse:ComputeCapacityStatus', computeCapacityStatus_inUse - The number of instances in use for streaming.

$sel:running:ComputeCapacityStatus', computeCapacityStatus_running - The total number of simultaneous streaming instances that are running.

$sel:available:ComputeCapacityStatus', computeCapacityStatus_available - The number of currently available instances that can be used to stream sessions.

$sel:desired:ComputeCapacityStatus', computeCapacityStatus_desired - The desired number of streaming instances.

DirectoryConfig

data DirectoryConfig Source #

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

See: newDirectoryConfig smart constructor.

Instances

Instances details
Eq DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

Show DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

Generic DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

Associated Types

type Rep DirectoryConfig :: Type -> Type #

NFData DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

Methods

rnf :: DirectoryConfig -> () #

Hashable DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

FromJSON DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

type Rep DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

type Rep DirectoryConfig = D1 ('MetaData "DirectoryConfig" "Amazonka.AppStream.Types.DirectoryConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DirectoryConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "serviceAccountCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceAccountCredentials))) :*: (S1 ('MetaSel ('Just "organizationalUnitDistinguishedNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "directoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDirectoryConfig Source #

Create a value of DirectoryConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdTime:DirectoryConfig', directoryConfig_createdTime - The time the directory configuration was created.

$sel:serviceAccountCredentials:DirectoryConfig', directoryConfig_serviceAccountCredentials - The credentials for the service account used by the fleet or image builder to connect to the directory.

$sel:organizationalUnitDistinguishedNames:DirectoryConfig', directoryConfig_organizationalUnitDistinguishedNames - The distinguished names of the organizational units for computer accounts.

$sel:directoryName:DirectoryConfig', directoryConfig_directoryName - The fully qualified name of the directory (for example, corp.example.com).

DomainJoinInfo

data DomainJoinInfo Source #

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

See: newDomainJoinInfo smart constructor.

Constructors

DomainJoinInfo' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

Read DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

Show DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

Generic DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

Associated Types

type Rep DomainJoinInfo :: Type -> Type #

NFData DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

Methods

rnf :: DomainJoinInfo -> () #

Hashable DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

ToJSON DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

FromJSON DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

type Rep DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

type Rep DomainJoinInfo = D1 ('MetaData "DomainJoinInfo" "Amazonka.AppStream.Types.DomainJoinInfo" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DomainJoinInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationalUnitDistinguishedName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "directoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDomainJoinInfo :: DomainJoinInfo Source #

Create a value of DomainJoinInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:organizationalUnitDistinguishedName:DomainJoinInfo', domainJoinInfo_organizationalUnitDistinguishedName - The distinguished name of the organizational unit for computer accounts.

$sel:directoryName:DomainJoinInfo', domainJoinInfo_directoryName - The fully qualified name of the directory (for example, corp.example.com).

Fleet

data Fleet Source #

Describes a fleet.

See: newFleet smart constructor.

Instances

Instances details
Eq Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Methods

(==) :: Fleet -> Fleet -> Bool #

(/=) :: Fleet -> Fleet -> Bool #

Read Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Show Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Methods

showsPrec :: Int -> Fleet -> ShowS #

show :: Fleet -> String #

showList :: [Fleet] -> ShowS #

Generic Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Associated Types

type Rep Fleet :: Type -> Type #

Methods

from :: Fleet -> Rep Fleet x #

to :: Rep Fleet x -> Fleet #

NFData Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Methods

rnf :: Fleet -> () #

Hashable Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Methods

hashWithSalt :: Int -> Fleet -> Int #

hash :: Fleet -> Int #

FromJSON Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

type Rep Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

type Rep Fleet = D1 ('MetaData "Fleet" "Amazonka.AppStream.Types.Fleet" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "Fleet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "domainJoinInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainJoinInfo)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "disconnectTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxUserDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "idleDisconnectTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "fleetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FleetType))) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: (S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fleetErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FleetError])))))) :*: (((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableDefaultInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "streamView") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamView))))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "computeCapacityStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComputeCapacityStatus) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FleetState)))))))

newFleet Source #

Create a value of Fleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainJoinInfo:Fleet', fleet_domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

$sel:iamRoleArn:Fleet', fleet_iamRoleArn - The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

$sel:disconnectTimeoutInSeconds:Fleet', fleet_disconnectTimeoutInSeconds - The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 360000.

$sel:maxUserDurationInSeconds:Fleet', fleet_maxUserDurationInSeconds - The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 360000.

$sel:createdTime:Fleet', fleet_createdTime - The time the fleet was created.

$sel:idleDisconnectTimeoutInSeconds:Fleet', fleet_idleDisconnectTimeoutInSeconds - The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

$sel:fleetType:Fleet', fleet_fleetType - The fleet type.

ALWAYS_ON
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
ON_DEMAND
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.

$sel:vpcConfig:Fleet', fleet_vpcConfig - The VPC configuration for the fleet.

$sel:imageArn:Fleet', fleet_imageArn - The ARN for the public, private, or shared image.

$sel:fleetErrors:Fleet', fleet_fleetErrors - The fleet errors.

$sel:displayName:Fleet', fleet_displayName - The fleet name to display.

$sel:enableDefaultInternetAccess:Fleet', fleet_enableDefaultInternetAccess - Indicates whether default internet access is enabled for the fleet.

$sel:imageName:Fleet', fleet_imageName - The name of the image used to create the fleet.

$sel:description:Fleet', fleet_description - The description to display.

$sel:streamView:Fleet', fleet_streamView - The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

$sel:arn:Fleet', fleet_arn - The Amazon Resource Name (ARN) for the fleet.

$sel:name:Fleet', fleet_name - The name of the fleet.

$sel:instanceType:Fleet', fleet_instanceType - The instance type to use when launching fleet instances. The following instance types are available:

  • stream.standard.small
  • stream.standard.medium
  • stream.standard.large
  • stream.compute.large
  • stream.compute.xlarge
  • stream.compute.2xlarge
  • stream.compute.4xlarge
  • stream.compute.8xlarge
  • stream.memory.large
  • stream.memory.xlarge
  • stream.memory.2xlarge
  • stream.memory.4xlarge
  • stream.memory.8xlarge
  • stream.memory.z1d.large
  • stream.memory.z1d.xlarge
  • stream.memory.z1d.2xlarge
  • stream.memory.z1d.3xlarge
  • stream.memory.z1d.6xlarge
  • stream.memory.z1d.12xlarge
  • stream.graphics-design.large
  • stream.graphics-design.xlarge
  • stream.graphics-design.2xlarge
  • stream.graphics-design.4xlarge
  • stream.graphics-desktop.2xlarge
  • stream.graphics.g4dn.xlarge
  • stream.graphics.g4dn.2xlarge
  • stream.graphics.g4dn.4xlarge
  • stream.graphics.g4dn.8xlarge
  • stream.graphics.g4dn.12xlarge
  • stream.graphics.g4dn.16xlarge
  • stream.graphics-pro.4xlarge
  • stream.graphics-pro.8xlarge
  • stream.graphics-pro.16xlarge

$sel:computeCapacityStatus:Fleet', fleet_computeCapacityStatus - The capacity status for the fleet.

$sel:state:Fleet', fleet_state - The current state for the fleet.

FleetError

data FleetError Source #

Describes a fleet error.

See: newFleetError smart constructor.

Instances

Instances details
Eq FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

Read FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

Show FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

Generic FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

Associated Types

type Rep FleetError :: Type -> Type #

NFData FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

Methods

rnf :: FleetError -> () #

Hashable FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

FromJSON FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

type Rep FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

type Rep FleetError = D1 ('MetaData "FleetError" "Amazonka.AppStream.Types.FleetError" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "FleetError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FleetErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFleetError :: FleetError Source #

Create a value of FleetError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:FleetError', fleetError_errorCode - The error code.

$sel:errorMessage:FleetError', fleetError_errorMessage - The error message.

Image

data Image Source #

Describes an image.

See: newImage smart constructor.

Instances

Instances details
Eq Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Methods

(==) :: Image -> Image -> Bool #

(/=) :: Image -> Image -> Bool #

Read Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Show Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Methods

showsPrec :: Int -> Image -> ShowS #

show :: Image -> String #

showList :: [Image] -> ShowS #

Generic Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Associated Types

type Rep Image :: Type -> Type #

Methods

from :: Image -> Rep Image x #

to :: Rep Image x -> Image #

NFData Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Methods

rnf :: Image -> () #

Hashable Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Methods

hashWithSalt :: Int -> Image -> Int #

hash :: Image -> Int #

FromJSON Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

type Rep Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

type Rep Image = D1 ('MetaData "Image" "Amazonka.AppStream.Types.Image" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "Image'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageState)) :*: S1 ('MetaSel ('Just "imagePermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImagePermissions))) :*: (S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformType)) :*: S1 ('MetaSel ('Just "publicBaseImageReleasedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageStateChangeReason)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "imageBuilderSupported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: (((S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisibilityType)) :*: S1 ('MetaSel ('Just "imageBuilderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "imageErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceError])) :*: S1 ('MetaSel ('Just "baseImageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "appstreamAgentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Application])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newImage Source #

Arguments

:: Text

$sel:name:Image'

-> Image 

Create a value of Image with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:Image', image_state - The image starts in the PENDING state. If image creation succeeds, the state is AVAILABLE. If image creation fails, the state is FAILED.

$sel:imagePermissions:Image', image_imagePermissions - The permissions to provide to the destination AWS account for the specified image.

$sel:platform:Image', image_platform - The operating system platform of the image.

$sel:publicBaseImageReleasedDate:Image', image_publicBaseImageReleasedDate - The release date of the public base image. For private images, this date is the release date of the base image from which the image was created.

$sel:stateChangeReason:Image', image_stateChangeReason - The reason why the last state change occurred.

$sel:arn:Image', image_arn - The ARN of the image.

$sel:createdTime:Image', image_createdTime - The time the image was created.

$sel:imageBuilderSupported:Image', image_imageBuilderSupported - Indicates whether an image builder can be launched from this image.

$sel:visibility:Image', image_visibility - Indicates whether the image is public or private.

$sel:imageBuilderName:Image', image_imageBuilderName - The name of the image builder that was used to create the private image. If the image is shared, this value is null.

$sel:imageErrors:Image', image_imageErrors - Describes the errors that are returned when a new image can't be created.

$sel:baseImageArn:Image', image_baseImageArn - The ARN of the image from which this image was created.

$sel:displayName:Image', image_displayName - The image name to display.

$sel:description:Image', image_description - The description to display.

$sel:appstreamAgentVersion:Image', image_appstreamAgentVersion - The version of the AppStream 2.0 agent to use for instances that are launched from this image.

$sel:applications:Image', image_applications - The applications associated with the image.

$sel:name:Image', image_name - The name of the image.

ImageBuilder

data ImageBuilder Source #

Describes a virtual machine that is used to create an image.

See: newImageBuilder smart constructor.

Instances

Instances details
Eq ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

Read ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

Show ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

Generic ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

Associated Types

type Rep ImageBuilder :: Type -> Type #

NFData ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

Methods

rnf :: ImageBuilder -> () #

Hashable ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

FromJSON ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

type Rep ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

type Rep ImageBuilder = D1 ('MetaData "ImageBuilder" "Amazonka.AppStream.Types.ImageBuilder" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ImageBuilder'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "domainJoinInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainJoinInfo)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilderState)) :*: S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformType)))) :*: ((S1 ('MetaSel ('Just "networkAccessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkAccessConfiguration)) :*: S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilderStateChangeReason))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "imageBuilderErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceError])))))) :*: (((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accessEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AccessEndpoint)))) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableDefaultInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appstreamAgentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newImageBuilder Source #

Create a value of ImageBuilder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainJoinInfo:ImageBuilder', imageBuilder_domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

$sel:iamRoleArn:ImageBuilder', imageBuilder_iamRoleArn - The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

$sel:state:ImageBuilder', imageBuilder_state - The state of the image builder.

$sel:platform:ImageBuilder', imageBuilder_platform - The operating system platform of the image builder.

$sel:networkAccessConfiguration:ImageBuilder', imageBuilder_networkAccessConfiguration - Undocumented member.

$sel:stateChangeReason:ImageBuilder', imageBuilder_stateChangeReason - The reason why the last state change occurred.

$sel:arn:ImageBuilder', imageBuilder_arn - The ARN for the image builder.

$sel:createdTime:ImageBuilder', imageBuilder_createdTime - The time stamp when the image builder was created.

$sel:imageBuilderErrors:ImageBuilder', imageBuilder_imageBuilderErrors - The image builder errors.

$sel:instanceType:ImageBuilder', imageBuilder_instanceType - The instance type for the image builder. The following instance types are available:

  • stream.standard.small
  • stream.standard.medium
  • stream.standard.large
  • stream.compute.large
  • stream.compute.xlarge
  • stream.compute.2xlarge
  • stream.compute.4xlarge
  • stream.compute.8xlarge
  • stream.memory.large
  • stream.memory.xlarge
  • stream.memory.2xlarge
  • stream.memory.4xlarge
  • stream.memory.8xlarge
  • stream.memory.z1d.large
  • stream.memory.z1d.xlarge
  • stream.memory.z1d.2xlarge
  • stream.memory.z1d.3xlarge
  • stream.memory.z1d.6xlarge
  • stream.memory.z1d.12xlarge
  • stream.graphics-design.large
  • stream.graphics-design.xlarge
  • stream.graphics-design.2xlarge
  • stream.graphics-design.4xlarge
  • stream.graphics-desktop.2xlarge
  • stream.graphics.g4dn.xlarge
  • stream.graphics.g4dn.2xlarge
  • stream.graphics.g4dn.4xlarge
  • stream.graphics.g4dn.8xlarge
  • stream.graphics.g4dn.12xlarge
  • stream.graphics.g4dn.16xlarge
  • stream.graphics-pro.4xlarge
  • stream.graphics-pro.8xlarge
  • stream.graphics-pro.16xlarge

$sel:accessEndpoints:ImageBuilder', imageBuilder_accessEndpoints - The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.

$sel:vpcConfig:ImageBuilder', imageBuilder_vpcConfig - The VPC configuration of the image builder.

$sel:imageArn:ImageBuilder', imageBuilder_imageArn - The ARN of the image from which this builder was created.

$sel:displayName:ImageBuilder', imageBuilder_displayName - The image builder name to display.

$sel:enableDefaultInternetAccess:ImageBuilder', imageBuilder_enableDefaultInternetAccess - Enables or disables default internet access for the image builder.

$sel:description:ImageBuilder', imageBuilder_description - The description to display.

$sel:appstreamAgentVersion:ImageBuilder', imageBuilder_appstreamAgentVersion - The version of the AppStream 2.0 agent that is currently being used by the image builder.

$sel:name:ImageBuilder', imageBuilder_name - The name of the image builder.

ImageBuilderStateChangeReason

data ImageBuilderStateChangeReason Source #

Describes the reason why the last image builder state change occurred.

See: newImageBuilderStateChangeReason smart constructor.

Instances

Instances details
Eq ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

Read ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

Show ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

Generic ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

Associated Types

type Rep ImageBuilderStateChangeReason :: Type -> Type #

NFData ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

Hashable ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

FromJSON ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

type Rep ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

type Rep ImageBuilderStateChangeReason = D1 ('MetaData "ImageBuilderStateChangeReason" "Amazonka.AppStream.Types.ImageBuilderStateChangeReason" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ImageBuilderStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilderStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newImageBuilderStateChangeReason :: ImageBuilderStateChangeReason Source #

Create a value of ImageBuilderStateChangeReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:ImageBuilderStateChangeReason', imageBuilderStateChangeReason_code - The state change reason code.

$sel:message:ImageBuilderStateChangeReason', imageBuilderStateChangeReason_message - The state change reason message.

ImagePermissions

data ImagePermissions Source #

Describes the permissions for an image.

See: newImagePermissions smart constructor.

Instances

Instances details
Eq ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

Read ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

Show ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

Generic ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

Associated Types

type Rep ImagePermissions :: Type -> Type #

NFData ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

Methods

rnf :: ImagePermissions -> () #

Hashable ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

ToJSON ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

FromJSON ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

type Rep ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

type Rep ImagePermissions = D1 ('MetaData "ImagePermissions" "Amazonka.AppStream.Types.ImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ImagePermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowFleet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "allowImageBuilder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newImagePermissions :: ImagePermissions Source #

Create a value of ImagePermissions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowFleet:ImagePermissions', imagePermissions_allowFleet - Indicates whether the image can be used for a fleet.

$sel:allowImageBuilder:ImagePermissions', imagePermissions_allowImageBuilder - Indicates whether the image can be used for an image builder.

ImageStateChangeReason

data ImageStateChangeReason Source #

Describes the reason why the last image state change occurred.

See: newImageStateChangeReason smart constructor.

Instances

Instances details
Eq ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

Read ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

Show ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

Generic ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

Associated Types

type Rep ImageStateChangeReason :: Type -> Type #

NFData ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

Methods

rnf :: ImageStateChangeReason -> () #

Hashable ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

FromJSON ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

type Rep ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

type Rep ImageStateChangeReason = D1 ('MetaData "ImageStateChangeReason" "Amazonka.AppStream.Types.ImageStateChangeReason" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ImageStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newImageStateChangeReason :: ImageStateChangeReason Source #

Create a value of ImageStateChangeReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:ImageStateChangeReason', imageStateChangeReason_code - The state change reason code.

$sel:message:ImageStateChangeReason', imageStateChangeReason_message - The state change reason message.

LastReportGenerationExecutionError

data LastReportGenerationExecutionError Source #

Describes the error that is returned when a usage report can't be generated.

See: newLastReportGenerationExecutionError smart constructor.

Instances

Instances details
Eq LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Read LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Show LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Generic LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Associated Types

type Rep LastReportGenerationExecutionError :: Type -> Type #

NFData LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Hashable LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

FromJSON LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

type Rep LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

type Rep LastReportGenerationExecutionError = D1 ('MetaData "LastReportGenerationExecutionError" "Amazonka.AppStream.Types.LastReportGenerationExecutionError" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "LastReportGenerationExecutionError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UsageReportExecutionErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLastReportGenerationExecutionError :: LastReportGenerationExecutionError Source #

Create a value of LastReportGenerationExecutionError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:LastReportGenerationExecutionError', lastReportGenerationExecutionError_errorCode - The error code for the error that is returned when a usage report can't be generated.

$sel:errorMessage:LastReportGenerationExecutionError', lastReportGenerationExecutionError_errorMessage - The error message for the error that is returned when a usage report can't be generated.

NetworkAccessConfiguration

data NetworkAccessConfiguration Source #

Describes the network details of the fleet or image builder instance.

See: newNetworkAccessConfiguration smart constructor.

Instances

Instances details
Eq NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Read NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Show NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Generic NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Associated Types

type Rep NetworkAccessConfiguration :: Type -> Type #

NFData NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Hashable NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

FromJSON NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

type Rep NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

type Rep NetworkAccessConfiguration = D1 ('MetaData "NetworkAccessConfiguration" "Amazonka.AppStream.Types.NetworkAccessConfiguration" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "NetworkAccessConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eniId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eniPrivateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNetworkAccessConfiguration :: NetworkAccessConfiguration Source #

Create a value of NetworkAccessConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eniId:NetworkAccessConfiguration', networkAccessConfiguration_eniId - The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.

$sel:eniPrivateIpAddress:NetworkAccessConfiguration', networkAccessConfiguration_eniPrivateIpAddress - The private IP address of the elastic network interface that is attached to instances in your VPC.

ResourceError

data ResourceError Source #

Describes a resource error.

See: newResourceError smart constructor.

Instances

Instances details
Eq ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

Read ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

Show ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

Generic ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

Associated Types

type Rep ResourceError :: Type -> Type #

NFData ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

Methods

rnf :: ResourceError -> () #

Hashable ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

FromJSON ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

type Rep ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

type Rep ResourceError = D1 ('MetaData "ResourceError" "Amazonka.AppStream.Types.ResourceError" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ResourceError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FleetErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newResourceError :: ResourceError Source #

Create a value of ResourceError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:ResourceError', resourceError_errorCode - The error code.

$sel:errorMessage:ResourceError', resourceError_errorMessage - The error message.

$sel:errorTimestamp:ResourceError', resourceError_errorTimestamp - The time the error occurred.

ServiceAccountCredentials

data ServiceAccountCredentials Source #

Describes the credentials for the service account used by the fleet or image builder to connect to the directory.

See: newServiceAccountCredentials smart constructor.

Instances

Instances details
Eq ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

Show ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

Generic ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

Associated Types

type Rep ServiceAccountCredentials :: Type -> Type #

NFData ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

Hashable ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

ToJSON ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

FromJSON ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

type Rep ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

type Rep ServiceAccountCredentials = D1 ('MetaData "ServiceAccountCredentials" "Amazonka.AppStream.Types.ServiceAccountCredentials" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ServiceAccountCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "accountPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newServiceAccountCredentials Source #

Create a value of ServiceAccountCredentials with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountName:ServiceAccountCredentials', serviceAccountCredentials_accountName - The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

$sel:accountPassword:ServiceAccountCredentials', serviceAccountCredentials_accountPassword - The password for the account.

Session

data Session Source #

Describes a streaming session.

See: newSession smart constructor.

Instances

Instances details
Eq Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Methods

(==) :: Session -> Session -> Bool #

(/=) :: Session -> Session -> Bool #

Read Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Show Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Generic Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Associated Types

type Rep Session :: Type -> Type #

Methods

from :: Session -> Rep Session x #

to :: Rep Session x -> Session #

NFData Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Methods

rnf :: Session -> () #

Hashable Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Methods

hashWithSalt :: Int -> Session -> Int #

hash :: Session -> Int #

FromJSON Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

type Rep Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

newSession Source #

Create a value of Session with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:networkAccessConfiguration:Session', session_networkAccessConfiguration - The network details for the streaming session.

$sel:maxExpirationTime:Session', session_maxExpirationTime - The time when the streaming session is set to expire. This time is based on the MaxUserDurationinSeconds value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in SessionMaxExpirationTime, when the DisconnectTimeOutInSeconds elapses or the user chooses to end his or her session. If the DisconnectTimeOutInSeconds elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.

$sel:startTime:Session', session_startTime - The time when a streaming instance is dedicated for the user.

$sel:authenticationType:Session', session_authenticationType - The authentication method. The user is authenticated using a streaming URL (API) or SAML 2.0 federation (SAML).

$sel:connectionState:Session', session_connectionState - Specifies whether a user is connected to the streaming session.

$sel:id:Session', session_id - The identifier of the streaming session.

$sel:userId:Session', session_userId - The identifier of the user for whom the session was created.

$sel:stackName:Session', session_stackName - The name of the stack for the streaming session.

$sel:fleetName:Session', session_fleetName - The name of the fleet for the streaming session.

$sel:state:Session', session_state - The current state of the streaming session.

SharedImagePermissions

data SharedImagePermissions Source #

Describes the permissions that are available to the specified AWS account for a shared image.

See: newSharedImagePermissions smart constructor.

Instances

Instances details
Eq SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

Read SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

Show SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

Generic SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

Associated Types

type Rep SharedImagePermissions :: Type -> Type #

NFData SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

Methods

rnf :: SharedImagePermissions -> () #

Hashable SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

FromJSON SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

type Rep SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

type Rep SharedImagePermissions = D1 ('MetaData "SharedImagePermissions" "Amazonka.AppStream.Types.SharedImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "SharedImagePermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sharedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "imagePermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImagePermissions)))

newSharedImagePermissions Source #

Create a value of SharedImagePermissions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sharedAccountId:SharedImagePermissions', sharedImagePermissions_sharedAccountId - The 12-digit identifier of the AWS account with which the image is shared.

$sel:imagePermissions:SharedImagePermissions', sharedImagePermissions_imagePermissions - Describes the permissions for a shared image.

Stack

data Stack Source #

Describes a stack.

See: newStack smart constructor.

Instances

Instances details
Eq Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Methods

(==) :: Stack -> Stack -> Bool #

(/=) :: Stack -> Stack -> Bool #

Read Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Show Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Methods

showsPrec :: Int -> Stack -> ShowS #

show :: Stack -> String #

showList :: [Stack] -> ShowS #

Generic Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Associated Types

type Rep Stack :: Type -> Type #

Methods

from :: Stack -> Rep Stack x #

to :: Rep Stack x -> Stack #

NFData Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Methods

rnf :: Stack -> () #

Hashable Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Methods

hashWithSalt :: Int -> Stack -> Int #

hash :: Stack -> Int #

FromJSON Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

type Rep Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

type Rep Stack = D1 ('MetaData "Stack" "Amazonka.AppStream.Types.Stack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "Stack'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty UserSetting))) :*: (S1 ('MetaSel ('Just "applicationSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationSettingsResponse)) :*: S1 ('MetaSel ('Just "feedbackURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "storageConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageConnector]))))) :*: ((S1 ('MetaSel ('Just "accessEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AccessEndpoint))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackError])))) :*: ((S1 ('MetaSel ('Just "embedHostDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "redirectURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newStack Source #

Arguments

:: Text

$sel:name:Stack'

-> Stack 

Create a value of Stack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userSettings:Stack', stack_userSettings - The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.

$sel:applicationSettings:Stack', stack_applicationSettings - The persistent application settings for users of the stack.

$sel:feedbackURL:Stack', stack_feedbackURL - The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

$sel:arn:Stack', stack_arn - The ARN of the stack.

$sel:createdTime:Stack', stack_createdTime - The time the stack was created.

$sel:storageConnectors:Stack', stack_storageConnectors - The storage connectors to enable.

$sel:accessEndpoints:Stack', stack_accessEndpoints - The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

$sel:displayName:Stack', stack_displayName - The stack name to display.

$sel:stackErrors:Stack', stack_stackErrors - The errors for the stack.

$sel:embedHostDomains:Stack', stack_embedHostDomains - The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

$sel:description:Stack', stack_description - The description to display.

$sel:redirectURL:Stack', stack_redirectURL - The URL that users are redirected to after their streaming session ends.

$sel:name:Stack', stack_name - The name of the stack.

StackError

data StackError Source #

Describes a stack error.

See: newStackError smart constructor.

Instances

Instances details
Eq StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Read StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Show StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Generic StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Associated Types

type Rep StackError :: Type -> Type #

NFData StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Methods

rnf :: StackError -> () #

Hashable StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

FromJSON StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

type Rep StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

type Rep StackError = D1 ('MetaData "StackError" "Amazonka.AppStream.Types.StackError" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StackError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStackError :: StackError Source #

Create a value of StackError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:StackError', stackError_errorCode - The error code.

$sel:errorMessage:StackError', stackError_errorMessage - The error message.

StorageConnector

data StorageConnector Source #

Describes a connector that enables persistent storage for users.

See: newStorageConnector smart constructor.

Instances

Instances details
Eq StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

Read StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

Show StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

Generic StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

Associated Types

type Rep StorageConnector :: Type -> Type #

NFData StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

Methods

rnf :: StorageConnector -> () #

Hashable StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

ToJSON StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

FromJSON StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

type Rep StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

type Rep StorageConnector = D1 ('MetaData "StorageConnector" "Amazonka.AppStream.Types.StorageConnector" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "StorageConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StorageConnectorType))))

newStorageConnector Source #

Create a value of StorageConnector with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domains:StorageConnector', storageConnector_domains - The names of the domains for the account.

$sel:resourceIdentifier:StorageConnector', storageConnector_resourceIdentifier - The ARN of the storage connector.

$sel:connectorType:StorageConnector', storageConnector_connectorType - The type of storage connector.

UsageReportSubscription

data UsageReportSubscription Source #

Describes information about the usage report subscription.

See: newUsageReportSubscription smart constructor.

Instances

Instances details
Eq UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

Read UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

Show UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

Generic UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

Associated Types

type Rep UsageReportSubscription :: Type -> Type #

NFData UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

Methods

rnf :: UsageReportSubscription -> () #

Hashable UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

FromJSON UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

type Rep UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

type Rep UsageReportSubscription = D1 ('MetaData "UsageReportSubscription" "Amazonka.AppStream.Types.UsageReportSubscription" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UsageReportSubscription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastGeneratedReportDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UsageReportSchedule))) :*: (S1 ('MetaSel ('Just "subscriptionErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LastReportGenerationExecutionError])) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUsageReportSubscription :: UsageReportSubscription Source #

Create a value of UsageReportSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastGeneratedReportDate:UsageReportSubscription', usageReportSubscription_lastGeneratedReportDate - The time when the last usage report was generated.

$sel:schedule:UsageReportSubscription', usageReportSubscription_schedule - The schedule for generating usage reports.

$sel:subscriptionErrors:UsageReportSubscription', usageReportSubscription_subscriptionErrors - The errors that were returned if usage reports couldn't be generated.

$sel:s3BucketName:UsageReportSubscription', usageReportSubscription_s3BucketName - The Amazon S3 bucket where generated reports are stored.

If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

User

data User Source #

Describes a user in the user pool.

See: newUser smart constructor.

Instances

Instances details
Eq User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

Show User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Generic User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Associated Types

type Rep User :: Type -> Type #

Methods

from :: User -> Rep User x #

to :: Rep User x -> User #

NFData User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Methods

rnf :: User -> () #

Hashable User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

FromJSON User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

type Rep User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

newUser Source #

Create a value of User with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:User', user_status - The status of the user in the user pool. The status can be one of the following:

  • UNCONFIRMED – The user is created but not confirmed.
  • CONFIRMED – The user is confirmed.
  • ARCHIVED – The user is no longer active.
  • COMPROMISED – The user is disabled because of a potential security threat.
  • UNKNOWN – The user status is not known.

$sel:enabled:User', user_enabled - Specifies whether the user in the user pool is enabled.

$sel:lastName:User', user_lastName - The last name, or surname, of the user.

$sel:arn:User', user_arn - The ARN of the user.

$sel:createdTime:User', user_createdTime - The date and time the user was created in the user pool.

$sel:userName:User', user_userName - The email address of the user.

Users' email addresses are case-sensitive.

$sel:firstName:User', user_firstName - The first name, or given name, of the user.

$sel:authenticationType:User', user_authenticationType - The authentication type for the user.

UserSetting

data UserSetting Source #

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

See: newUserSetting smart constructor.

Instances

Instances details
Eq UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Read UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Show UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Generic UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Associated Types

type Rep UserSetting :: Type -> Type #

NFData UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Methods

rnf :: UserSetting -> () #

Hashable UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

ToJSON UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

FromJSON UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

type Rep UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

type Rep UserSetting = D1 ('MetaData "UserSetting" "Amazonka.AppStream.Types.UserSetting" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UserSetting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action) :*: S1 ('MetaSel ('Just "permission") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Permission)))

newUserSetting Source #

Create a value of UserSetting with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:UserSetting', userSetting_action - The action that is enabled or disabled.

$sel:permission:UserSetting', userSetting_permission - Indicates whether the action is enabled or disabled.

UserStackAssociation

data UserStackAssociation Source #

Describes a user in the user pool and the associated stack.

See: newUserStackAssociation smart constructor.

Instances

Instances details
Eq UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Show UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Generic UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Associated Types

type Rep UserStackAssociation :: Type -> Type #

NFData UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Methods

rnf :: UserStackAssociation -> () #

Hashable UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

ToJSON UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

FromJSON UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

type Rep UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

type Rep UserStackAssociation = D1 ('MetaData "UserStackAssociation" "Amazonka.AppStream.Types.UserStackAssociation" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UserStackAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sendEmailNotification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthenticationType))))

newUserStackAssociation Source #

Create a value of UserStackAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sendEmailNotification:UserStackAssociation', userStackAssociation_sendEmailNotification - Specifies whether a welcome email is sent to a user after the user is created in the user pool.

$sel:stackName:UserStackAssociation', userStackAssociation_stackName - The name of the stack that is associated with the user.

$sel:userName:UserStackAssociation', userStackAssociation_userName - The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.

$sel:authenticationType:UserStackAssociation', userStackAssociation_authenticationType - The authentication type for the user.

UserStackAssociationError

data UserStackAssociationError Source #

Describes the error that is returned when a user can’t be associated with or disassociated from a stack.

See: newUserStackAssociationError smart constructor.

Instances

Instances details
Eq UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Show UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Generic UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Associated Types

type Rep UserStackAssociationError :: Type -> Type #

NFData UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Hashable UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

FromJSON UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

type Rep UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

type Rep UserStackAssociationError = D1 ('MetaData "UserStackAssociationError" "Amazonka.AppStream.Types.UserStackAssociationError" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UserStackAssociationError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userStackAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserStackAssociation)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserStackAssociationErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUserStackAssociationError :: UserStackAssociationError Source #

Create a value of UserStackAssociationError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userStackAssociation:UserStackAssociationError', userStackAssociationError_userStackAssociation - Information about the user and associated stack.

$sel:errorCode:UserStackAssociationError', userStackAssociationError_errorCode - The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

$sel:errorMessage:UserStackAssociationError', userStackAssociationError_errorMessage - The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.

VpcConfig

data VpcConfig Source #

Describes VPC configuration information for fleets and image builders.

See: newVpcConfig smart constructor.

Constructors

VpcConfig' (Maybe [Text]) (Maybe [Text]) 

Instances

Instances details
Eq VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

Read VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

Show VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

Generic VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

Associated Types

type Rep VpcConfig :: Type -> Type #

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Hashable VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

ToJSON VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

FromJSON VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

type Rep VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.AppStream.Types.VpcConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "VpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newVpcConfig :: VpcConfig Source #

Create a value of VpcConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:VpcConfig', vpcConfig_securityGroupIds - The identifiers of the security groups for the fleet or image builder.

$sel:subnetIds:VpcConfig', vpcConfig_subnetIds - The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.