amazonka-appstream-2.0: Amazon AppStream SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppStream.UpdateStack

Description

Updates the specified fields for the specified stack.

Synopsis

Creating a Request

data UpdateStack Source #

See: newUpdateStack smart constructor.

Constructors

UpdateStack' 

Fields

Instances

Instances details
ToJSON UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.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

AWSRequest UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Associated Types

type AWSResponse UpdateStack #

Generic UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Associated Types

type Rep UpdateStack :: Type -> Type #

Read UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Show UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

NFData UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Methods

rnf :: UpdateStack -> () #

Eq UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Hashable UpdateStack Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

type AWSResponse 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "UpdateStack'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accessEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AccessEndpoint))) :*: (S1 ('MetaSel ('Just "applicationSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationSettings)) :*: S1 ('MetaSel ('Just "attributesToDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackAttribute])))) :*: (S1 ('MetaSel ('Just "deleteStorageConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "embedHostDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "feedbackURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "redirectURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "storageConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageConnector])) :*: S1 ('MetaSel ('Just "streamingExperienceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingExperienceSettings))) :*: (S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty UserSetting))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

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:

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.

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:attributesToDelete:UpdateStack', updateStack_attributesToDelete - The stack attributes to delete.

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

UpdateStack, updateStack_description - The description to display.

UpdateStack, updateStack_displayName - The stack name to display.

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.

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.

UpdateStack, updateStack_redirectURL - The URL that users are redirected to after their streaming session ends.

UpdateStack, updateStack_storageConnectors - The storage connectors to enable.

UpdateStack, updateStack_streamingExperienceSettings - The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

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

UpdateStack, updateStack_name - The name of the stack.

Request Lenses

updateStack_accessEndpoints :: Lens' UpdateStack (Maybe (NonEmpty AccessEndpoint)) Source #

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

updateStack_applicationSettings :: Lens' UpdateStack (Maybe ApplicationSettings) Source #

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.

updateStack_deleteStorageConnectors :: Lens' UpdateStack (Maybe Bool) Source #

Deletes the storage connectors currently enabled for the stack.

updateStack_description :: Lens' UpdateStack (Maybe Text) Source #

The description to display.

updateStack_displayName :: Lens' UpdateStack (Maybe Text) Source #

The stack name to display.

updateStack_embedHostDomains :: Lens' UpdateStack (Maybe (NonEmpty Text)) Source #

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.

updateStack_feedbackURL :: Lens' UpdateStack (Maybe Text) Source #

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.

updateStack_redirectURL :: Lens' UpdateStack (Maybe Text) Source #

The URL that users are redirected to after their streaming session ends.

updateStack_streamingExperienceSettings :: Lens' UpdateStack (Maybe StreamingExperienceSettings) Source #

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

updateStack_userSettings :: Lens' UpdateStack (Maybe (NonEmpty UserSetting)) Source #

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

updateStack_name :: Lens' UpdateStack Text Source #

The name of the stack.

Destructuring the Response

data UpdateStackResponse Source #

See: newUpdateStackResponse smart constructor.

Constructors

UpdateStackResponse' 

Fields

Instances

Instances details
Generic UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Associated Types

type Rep UpdateStackResponse :: Type -> Type #

Read UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Show UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

NFData UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

Methods

rnf :: UpdateStackResponse -> () #

Eq UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

type Rep UpdateStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateStack

type Rep UpdateStackResponse = D1 ('MetaData "UpdateStackResponse" "Amazonka.AppStream.UpdateStack" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

Response Lenses