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.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
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.

Request Lenses

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_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_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_deleteStorageConnectors :: Lens' UpdateStack (Maybe Bool) Source #

Deletes the storage connectors currently enabled for the stack.

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_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_description :: Lens' UpdateStack (Maybe Text) Source #

The description to display.

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

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

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
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.

Response Lenses