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

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_ConcurrentModificationException :: AsError a => Fold a ServiceError Source #

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

_EntitlementAlreadyExistsException :: AsError a => Fold a ServiceError Source #

The entitlement already exists.

_EntitlementNotFoundException :: AsError a => Fold a ServiceError Source #

The entitlement can't be found.

_IncompatibleImageException :: AsError a => Fold a ServiceError Source #

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

_InvalidAccountStatusException :: AsError a => Fold a ServiceError Source #

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

_InvalidParameterCombinationException :: AsError a => Fold a ServiceError Source #

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

_InvalidRoleException :: AsError a => Fold a ServiceError Source #

The specified role is invalid.

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The requested limit exceeds the permitted limit for an account.

_OperationNotPermittedException :: AsError a => Fold a ServiceError Source #

The attempted operation is not permitted.

_RequestLimitExceededException :: AsError a => Fold 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 :: AsError a => Fold a ServiceError Source #

The specified resource already exists.

_ResourceInUseException :: AsError a => Fold a ServiceError Source #

The specified resource is in use.

_ResourceNotAvailableException :: AsError a => Fold a ServiceError Source #

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

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified resource was not found.

AccessEndpointType

newtype AccessEndpointType Source #

Instances

Instances details
FromJSON AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

FromJSONKey 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

ToByteString AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToHeader AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToLog AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToQuery 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

FromXML AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

ToXML 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 #

Read AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Show AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

NFData AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Methods

rnf :: AccessEndpointType -> () #

Eq AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Ord AccessEndpointType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpointType

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

FromJSONKey Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToJSON Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToJSONKey Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToByteString Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

toBS :: Action -> ByteString #

ToHeader Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

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

ToLog Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

ToQuery Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

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 #

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 #

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 #

Read Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Show Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

NFData Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

rnf :: Action -> () #

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

Hashable Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

Methods

hashWithSalt :: Int -> Action -> Int #

hash :: Action -> Int #

type Rep Action Source # 
Instance details

Defined in Amazonka.AppStream.Types.Action

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

AppVisibility

newtype AppVisibility Source #

Constructors

AppVisibility' 

Instances

Instances details
FromJSON AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

FromJSONKey AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

ToJSON AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

ToJSONKey AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

ToByteString AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

ToHeader AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

ToLog AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

ToQuery AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

FromText AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

ToText AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

Methods

toText :: AppVisibility -> Text #

FromXML AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

ToXML AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

Methods

toXML :: AppVisibility -> XML #

Generic AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

Associated Types

type Rep AppVisibility :: Type -> Type #

Read AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

Show AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

NFData AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

Methods

rnf :: AppVisibility -> () #

Eq AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

Ord AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

Hashable AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

type Rep AppVisibility Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppVisibility

type Rep AppVisibility = D1 ('MetaData "AppVisibility" "Amazonka.AppStream.Types.AppVisibility" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "AppVisibility'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationAttribute

newtype ApplicationAttribute Source #

Instances

Instances details
FromJSON ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

FromJSONKey ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

ToJSON ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

ToJSONKey ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

ToByteString ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

ToHeader ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

ToLog ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

ToQuery ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

FromText ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

ToText ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

FromXML ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

ToXML ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

Generic ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

Associated Types

type Rep ApplicationAttribute :: Type -> Type #

Read ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

Show ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

NFData ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

Methods

rnf :: ApplicationAttribute -> () #

Eq ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

Ord ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

Hashable ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

type Rep ApplicationAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationAttribute

type Rep ApplicationAttribute = D1 ('MetaData "ApplicationAttribute" "Amazonka.AppStream.Types.ApplicationAttribute" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "ApplicationAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthenticationType

newtype AuthenticationType Source #

Instances

Instances details
FromJSON AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

FromJSONKey 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

ToByteString AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToHeader AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToLog AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToQuery 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

FromXML AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

ToXML 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 #

Read AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Show AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

NFData AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Methods

rnf :: AuthenticationType -> () #

Eq AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Ord AuthenticationType Source # 
Instance details

Defined in Amazonka.AppStream.Types.AuthenticationType

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "AuthenticationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CertificateBasedAuthStatus

newtype CertificateBasedAuthStatus Source #

Instances

Instances details
FromJSON CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

FromJSONKey CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

ToJSON CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

ToJSONKey CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

ToByteString CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

ToHeader CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

ToLog CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

ToQuery CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

FromText CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

ToText CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

FromXML CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

ToXML CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

Generic CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

Associated Types

type Rep CertificateBasedAuthStatus :: Type -> Type #

Read CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

Show CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

NFData CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

Eq CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

Ord CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

Hashable CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

type Rep CertificateBasedAuthStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthStatus

type Rep CertificateBasedAuthStatus = D1 ('MetaData "CertificateBasedAuthStatus" "Amazonka.AppStream.Types.CertificateBasedAuthStatus" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "CertificateBasedAuthStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCertificateBasedAuthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FleetAttribute

newtype FleetAttribute Source #

The fleet attribute.

Constructors

FleetAttribute' 

Instances

Instances details
FromJSON FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

FromJSONKey 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

ToByteString FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToHeader FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToLog FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

ToQuery 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

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 #

Generic FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Associated Types

type Rep FleetAttribute :: Type -> Type #

Read FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Show FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

NFData FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Methods

rnf :: FleetAttribute -> () #

Eq FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Ord FleetAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetAttribute

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

FromJSONKey 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

ToByteString FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToHeader FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToLog FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

ToQuery 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

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 #

Generic FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Associated Types

type Rep FleetErrorCode :: Type -> Type #

Read FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Show FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

NFData FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Methods

rnf :: FleetErrorCode -> () #

Eq FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Ord FleetErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetErrorCode

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

FromJSONKey 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

ToByteString FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToHeader FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToLog FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

ToQuery 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 #

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 #

Generic FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Associated Types

type Rep FleetState :: Type -> Type #

Read FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Show FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

NFData FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Methods

rnf :: FleetState -> () #

Eq FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Ord FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

Hashable FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

type Rep FleetState Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetState

type Rep FleetState = D1 ('MetaData "FleetState" "Amazonka.AppStream.Types.FleetState" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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_ELASTIC :: FleetType 
pattern FleetType_ON_DEMAND :: FleetType 

Instances

Instances details
FromJSON FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

FromJSONKey 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

ToByteString FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Methods

toBS :: FleetType -> ByteString #

ToHeader FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToLog FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

ToQuery FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

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 #

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 #

Generic FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Associated Types

type Rep FleetType :: Type -> Type #

Read FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Show FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

NFData FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Methods

rnf :: FleetType -> () #

Eq FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Ord FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

Hashable FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

type Rep FleetType Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetType

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

ImageBuilderState

newtype ImageBuilderState Source #

Instances

Instances details
FromJSON ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

FromJSONKey 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

ToByteString ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToHeader ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToLog ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToQuery 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

FromXML ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

ToXML 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 #

Read ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Show ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

NFData ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Methods

rnf :: ImageBuilderState -> () #

Eq ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Ord ImageBuilderState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderState

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "ImageBuilderState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageBuilderState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageBuilderStateChangeReasonCode

newtype ImageBuilderStateChangeReasonCode Source #

Instances

Instances details
FromJSON ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

FromJSONKey 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

ToByteString ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToHeader ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToLog ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToQuery 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

FromXML ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

ToXML 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 #

Read ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Show ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

NFData ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Eq ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Ord ImageBuilderStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReasonCode

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

FromJSONKey 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

ToByteString ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToHeader ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToLog ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

ToQuery 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 #

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 #

Generic ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Associated Types

type Rep ImageState :: Type -> Type #

Read ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Show ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

NFData ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Methods

rnf :: ImageState -> () #

Eq ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Ord ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

Hashable ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

type Rep ImageState Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageState

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

ImageStateChangeReasonCode

newtype ImageStateChangeReasonCode Source #

Instances

Instances details
FromJSON ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

FromJSONKey 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

ToByteString ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToHeader ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToLog ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToQuery 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

FromXML ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

ToXML 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 #

Read ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Show ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

NFData ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Eq ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Ord ImageStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReasonCode

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "ImageStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MessageAction

newtype MessageAction Source #

Constructors

MessageAction' 

Instances

Instances details
FromJSON MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

FromJSONKey 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

ToByteString MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToHeader MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToLog MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

ToQuery 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 #

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 #

Generic MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Associated Types

type Rep MessageAction :: Type -> Type #

Read MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Show MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

NFData MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Methods

rnf :: MessageAction -> () #

Eq MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Ord MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

Hashable MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

type Rep MessageAction Source # 
Instance details

Defined in Amazonka.AppStream.Types.MessageAction

type Rep MessageAction = D1 ('MetaData "MessageAction" "Amazonka.AppStream.Types.MessageAction" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

FromJSONKey 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

ToByteString Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToHeader Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToLog Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

ToQuery 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 #

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 #

Generic Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Associated Types

type Rep Permission :: Type -> Type #

Read Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Show Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

NFData Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Methods

rnf :: Permission -> () #

Eq Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Ord Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

Hashable Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

type Rep Permission Source # 
Instance details

Defined in Amazonka.AppStream.Types.Permission

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

PlatformType

newtype PlatformType Source #

Constructors

PlatformType' 

Instances

Instances details
FromJSON PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

FromJSONKey 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

ToByteString PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToHeader PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToLog PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

ToQuery 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 #

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 #

Generic PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Associated Types

type Rep PlatformType :: Type -> Type #

Read PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Show PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

NFData PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Methods

rnf :: PlatformType -> () #

Eq PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Ord PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

Hashable PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

type Rep PlatformType Source # 
Instance details

Defined in Amazonka.AppStream.Types.PlatformType

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

PreferredProtocol

newtype PreferredProtocol Source #

Instances

Instances details
FromJSON PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

FromJSONKey PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

ToJSON PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

ToJSONKey PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

ToByteString PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

ToHeader PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

ToLog PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

ToQuery PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

FromText PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

ToText PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

FromXML PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

ToXML PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

Generic PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

Associated Types

type Rep PreferredProtocol :: Type -> Type #

Read PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

Show PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

NFData PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

Methods

rnf :: PreferredProtocol -> () #

Eq PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

Ord PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

Hashable PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

type Rep PreferredProtocol Source # 
Instance details

Defined in Amazonka.AppStream.Types.PreferredProtocol

type Rep PreferredProtocol = D1 ('MetaData "PreferredProtocol" "Amazonka.AppStream.Types.PreferredProtocol" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "PreferredProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPreferredProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SessionConnectionState

newtype SessionConnectionState Source #

Instances

Instances details
FromJSON SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

FromJSONKey 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

ToByteString SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToHeader SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToLog SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToQuery 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

FromXML SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

ToXML 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 #

Read SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Show SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

NFData SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Methods

rnf :: SessionConnectionState -> () #

Eq SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Ord SessionConnectionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionConnectionState

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

FromJSONKey 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

ToByteString SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToHeader SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToLog SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

ToQuery 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 #

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 #

Generic SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Associated Types

type Rep SessionState :: Type -> Type #

Read SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Show SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

NFData SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Methods

rnf :: SessionState -> () #

Eq SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Ord SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

Hashable SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

type Rep SessionState Source # 
Instance details

Defined in Amazonka.AppStream.Types.SessionState

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

StackAttribute

newtype StackAttribute Source #

Constructors

StackAttribute' 

Instances

Instances details
FromJSON StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

FromJSONKey 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

ToByteString StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToHeader StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToLog StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

ToQuery 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

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 #

Generic StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Associated Types

type Rep StackAttribute :: Type -> Type #

Read StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Show StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

NFData StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Methods

rnf :: StackAttribute -> () #

Eq StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Ord StackAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackAttribute

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "StackAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackErrorCode

newtype StackErrorCode Source #

Constructors

StackErrorCode' 

Instances

Instances details
FromJSON StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

FromJSONKey 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

ToByteString StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToHeader StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToLog StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

ToQuery 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

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 #

Generic StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Associated Types

type Rep StackErrorCode :: Type -> Type #

Read StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Show StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

NFData StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Methods

rnf :: StackErrorCode -> () #

Eq StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Ord StackErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackErrorCode

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

FromJSONKey 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

ToByteString StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToHeader StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToLog StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToQuery 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

FromXML StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

ToXML 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 #

Read StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Show StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

NFData StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Methods

rnf :: StorageConnectorType -> () #

Eq StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Ord StorageConnectorType Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnectorType

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

FromJSONKey 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

ToByteString StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToHeader StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToLog StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

ToQuery 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 #

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 #

Generic StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Associated Types

type Rep StreamView :: Type -> Type #

Read StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Show StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

NFData StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Methods

rnf :: StreamView -> () #

Eq StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Ord StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

Hashable StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

type Rep StreamView Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamView

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

UsageReportExecutionErrorCode

newtype UsageReportExecutionErrorCode Source #

Instances

Instances details
FromJSON UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

FromJSONKey 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

ToByteString UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToHeader UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToLog UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToQuery 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

FromXML UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

ToXML 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 #

Read UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Show UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

NFData UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Eq UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Ord UsageReportExecutionErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportExecutionErrorCode

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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
FromJSON UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

FromJSONKey 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

ToByteString UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToHeader UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToLog UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToQuery 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

FromXML UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

ToXML 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 #

Read UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Show UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

NFData UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Methods

rnf :: UsageReportSchedule -> () #

Eq UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Ord UsageReportSchedule Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSchedule

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "UsageReportSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUsageReportSchedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UserStackAssociationErrorCode

newtype UserStackAssociationErrorCode Source #

Instances

Instances details
FromJSON UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

FromJSONKey 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

ToByteString UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToHeader UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToLog UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToQuery 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

FromXML UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

ToXML 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 #

Read UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Show UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

NFData UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Eq UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Ord UserStackAssociationErrorCode Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationErrorCode

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'True) (C1 ('MetaCons "UserStackAssociationErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUserStackAssociationErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VisibilityType

newtype VisibilityType Source #

Constructors

VisibilityType' 

Instances

Instances details
FromJSON VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

FromJSONKey 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

ToByteString VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToHeader VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToLog VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

ToQuery 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

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 #

Generic VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Associated Types

type Rep VisibilityType :: Type -> Type #

Read VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Show VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

NFData VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Methods

rnf :: VisibilityType -> () #

Eq VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Ord VisibilityType Source # 
Instance details

Defined in Amazonka.AppStream.Types.VisibilityType

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

Constructors

AccessEndpoint' 

Fields

Instances

Instances details
FromJSON AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

ToJSON 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 #

Read AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

Show AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

NFData AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

Methods

rnf :: AccessEndpoint -> () #

Eq AccessEndpoint Source # 
Instance details

Defined in Amazonka.AppStream.Types.AccessEndpoint

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

accessEndpoint_vpceId :: Lens' AccessEndpoint (Maybe Text) Source #

The identifier (ID) of the VPC in which the interface endpoint is used.

AppBlock

data AppBlock Source #

Describes an app block.

App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.

This is only supported for Elastic fleets.

See: newAppBlock smart constructor.

Constructors

AppBlock' 

Fields

Instances

Instances details
FromJSON AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Generic AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Associated Types

type Rep AppBlock :: Type -> Type #

Methods

from :: AppBlock -> Rep AppBlock x #

to :: Rep AppBlock x -> AppBlock #

Read AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Show AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

NFData AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Methods

rnf :: AppBlock -> () #

Eq AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Hashable AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Methods

hashWithSalt :: Int -> AppBlock -> Int #

hash :: AppBlock -> Int #

type Rep AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

newAppBlock Source #

Create a value of AppBlock 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:AppBlock', appBlock_createdTime - The created time of the app block.

$sel:description:AppBlock', appBlock_description - The description of the app block.

$sel:displayName:AppBlock', appBlock_displayName - The display name of the app block.

$sel:sourceS3Location:AppBlock', appBlock_sourceS3Location - The source S3 location of the app block.

$sel:name:AppBlock', appBlock_name - The name of the app block.

$sel:arn:AppBlock', appBlock_arn - The ARN of the app block.

$sel:setupScriptDetails:AppBlock', appBlock_setupScriptDetails - The setup script details of the app block.

appBlock_createdTime :: Lens' AppBlock (Maybe UTCTime) Source #

The created time of the app block.

appBlock_description :: Lens' AppBlock (Maybe Text) Source #

The description of the app block.

appBlock_displayName :: Lens' AppBlock (Maybe Text) Source #

The display name of the app block.

appBlock_sourceS3Location :: Lens' AppBlock (Maybe S3Location) Source #

The source S3 location of the app block.

appBlock_name :: Lens' AppBlock Text Source #

The name of the app block.

appBlock_arn :: Lens' AppBlock Text Source #

The ARN of the app block.

appBlock_setupScriptDetails :: Lens' AppBlock ScriptDetails Source #

The setup script details of the app block.

Application

data Application Source #

Describes an application in the application catalog.

See: newApplication smart constructor.

Constructors

Application' 

Fields

Instances

Instances details
FromJSON 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 #

Read Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

Show Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

NFData Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

Methods

rnf :: Application -> () #

Eq Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

Hashable Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

type Rep Application Source # 
Instance details

Defined in Amazonka.AppStream.Types.Application

type Rep Application = D1 ('MetaData "Application" "Amazonka.AppStream.Types.Application" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "Application'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "appBlockArn") '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 "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "iconS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))))) :*: (((S1 ('MetaSel ('Just "iconURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceFamilies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "launchParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformType])) :*: S1 ('MetaSel ('Just "workingDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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:appBlockArn:Application', application_appBlockArn - The app block ARN of the application.

$sel:arn:Application', application_arn - The ARN of the application.

$sel:createdTime:Application', application_createdTime - The time at which the application was created within the app block.

$sel:description:Application', application_description - The description of the application.

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

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

$sel:iconS3Location:Application', application_iconS3Location - The S3 location of the application icon.

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

$sel:instanceFamilies:Application', application_instanceFamilies - The instance families for the application.

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

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

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

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

$sel:platforms:Application', application_platforms - The platforms on which the application can run.

$sel:workingDirectory:Application', application_workingDirectory - The working directory for the application.

application_appBlockArn :: Lens' Application (Maybe Text) Source #

The app block ARN of the application.

application_arn :: Lens' Application (Maybe Text) Source #

The ARN of the application.

application_createdTime :: Lens' Application (Maybe UTCTime) Source #

The time at which the application was created within the app block.

application_description :: Lens' Application (Maybe Text) Source #

The description of the application.

application_displayName :: Lens' Application (Maybe Text) Source #

The application name to display.

application_enabled :: Lens' Application (Maybe Bool) Source #

If there is a problem, the application can be disabled after image creation.

application_iconS3Location :: Lens' Application (Maybe S3Location) Source #

The S3 location of the application icon.

application_iconURL :: Lens' Application (Maybe Text) Source #

The URL for the application icon. This URL might be time-limited.

application_instanceFamilies :: Lens' Application (Maybe [Text]) Source #

The instance families for the application.

application_launchParameters :: Lens' Application (Maybe Text) Source #

The arguments that are passed to the application at launch.

application_launchPath :: Lens' Application (Maybe Text) Source #

The path to the application executable in the instance.

application_metadata :: Lens' Application (Maybe (HashMap Text Text)) Source #

Additional attributes that describe the application.

application_name :: Lens' Application (Maybe Text) Source #

The name of the application.

application_platforms :: Lens' Application (Maybe [PlatformType]) Source #

The platforms on which the application can run.

application_workingDirectory :: Lens' Application (Maybe Text) Source #

The working directory for the application.

ApplicationFleetAssociation

data ApplicationFleetAssociation Source #

Describes the application fleet association.

See: newApplicationFleetAssociation smart constructor.

Constructors

ApplicationFleetAssociation' 

Fields

Instances

Instances details
FromJSON ApplicationFleetAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationFleetAssociation

Generic ApplicationFleetAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationFleetAssociation

Associated Types

type Rep ApplicationFleetAssociation :: Type -> Type #

Read ApplicationFleetAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationFleetAssociation

Show ApplicationFleetAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationFleetAssociation

NFData ApplicationFleetAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationFleetAssociation

Eq ApplicationFleetAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationFleetAssociation

Hashable ApplicationFleetAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationFleetAssociation

type Rep ApplicationFleetAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationFleetAssociation

type Rep ApplicationFleetAssociation = D1 ('MetaData "ApplicationFleetAssociation" "Amazonka.AppStream.Types.ApplicationFleetAssociation" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "ApplicationFleetAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newApplicationFleetAssociation Source #

Create a value of ApplicationFleetAssociation 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:ApplicationFleetAssociation', applicationFleetAssociation_fleetName - The name of the fleet associated with the application.

$sel:applicationArn:ApplicationFleetAssociation', applicationFleetAssociation_applicationArn - The ARN of the application associated with the fleet.

applicationFleetAssociation_fleetName :: Lens' ApplicationFleetAssociation Text Source #

The name of the fleet associated with the application.

applicationFleetAssociation_applicationArn :: Lens' ApplicationFleetAssociation Text Source #

The ARN of the application associated with the fleet.

ApplicationSettings

data ApplicationSettings Source #

The persistent application settings for users of a stack.

See: newApplicationSettings smart constructor.

Constructors

ApplicationSettings' 

Fields

  • settingsGroup :: Maybe Text

    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.

  • enabled :: Bool

    Enables or disables persistent application settings for users during their streaming sessions.

Instances

Instances details
ToJSON 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 #

Read ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

Show ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

NFData ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

Methods

rnf :: ApplicationSettings -> () #

Eq ApplicationSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettings

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

applicationSettings_settingsGroup :: Lens' ApplicationSettings (Maybe Text) Source #

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.

applicationSettings_enabled :: Lens' ApplicationSettings Bool Source #

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.

Constructors

ApplicationSettingsResponse' 

Fields

  • enabled :: Maybe Bool

    Specifies whether persistent application settings are enabled for users during their streaming sessions.

  • s3BucketName :: Maybe Text

    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.

  • settingsGroup :: Maybe Text

    The path prefix for the S3 bucket where users’ persistent application settings are stored.

Instances

Instances details
FromJSON 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 #

Read ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

Show ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

NFData ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

Eq ApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.AppStream.Types.ApplicationSettingsResponse

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "ApplicationSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "settingsGroup") '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: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.

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

applicationSettingsResponse_enabled :: Lens' ApplicationSettingsResponse (Maybe Bool) Source #

Specifies whether persistent application settings are enabled for users during their streaming sessions.

applicationSettingsResponse_s3BucketName :: Lens' ApplicationSettingsResponse (Maybe Text) Source #

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.

applicationSettingsResponse_settingsGroup :: Lens' ApplicationSettingsResponse (Maybe Text) Source #

The path prefix for the S3 bucket where users’ persistent application settings are stored.

CertificateBasedAuthProperties

data CertificateBasedAuthProperties Source #

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

See: newCertificateBasedAuthProperties smart constructor.

Constructors

CertificateBasedAuthProperties' 

Fields

Instances

Instances details
FromJSON CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

ToJSON CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

Generic CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

Associated Types

type Rep CertificateBasedAuthProperties :: Type -> Type #

Read CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

Show CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

NFData CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

Eq CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

Hashable CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

type Rep CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.AppStream.Types.CertificateBasedAuthProperties

type Rep CertificateBasedAuthProperties = D1 ('MetaData "CertificateBasedAuthProperties" "Amazonka.AppStream.Types.CertificateBasedAuthProperties" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "CertificateBasedAuthProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateAuthorityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateBasedAuthStatus))))

newCertificateBasedAuthProperties :: CertificateBasedAuthProperties Source #

Create a value of CertificateBasedAuthProperties 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:certificateAuthorityArn:CertificateBasedAuthProperties', certificateBasedAuthProperties_certificateAuthorityArn - The ARN of the AWS Certificate Manager Private CA resource.

$sel:status:CertificateBasedAuthProperties', certificateBasedAuthProperties_status - The status of the certificate-based authentication properties.

certificateBasedAuthProperties_certificateAuthorityArn :: Lens' CertificateBasedAuthProperties (Maybe Text) Source #

The ARN of the AWS Certificate Manager Private CA resource.

ComputeCapacity

data ComputeCapacity Source #

Describes the capacity for a fleet.

See: newComputeCapacity smart constructor.

Constructors

ComputeCapacity' 

Fields

Instances

Instances details
ToJSON 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 #

Read ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Show ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

NFData ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Methods

rnf :: ComputeCapacity -> () #

Eq ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

computeCapacity_desiredInstances :: Lens' ComputeCapacity Int Source #

The desired number of streaming instances.

ComputeCapacityStatus

data ComputeCapacityStatus Source #

Describes the capacity status for a fleet.

See: newComputeCapacityStatus smart constructor.

Constructors

ComputeCapacityStatus' 

Fields

  • available :: Maybe Int

    The number of currently available instances that can be used to stream sessions.

  • inUse :: Maybe Int

    The number of instances in use for streaming.

  • running :: Maybe Int

    The total number of simultaneous streaming instances that are running.

  • desired :: Int

    The desired number of streaming instances.

Instances

Instances details
FromJSON 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 #

Read ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

Show ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

NFData ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

Methods

rnf :: ComputeCapacityStatus -> () #

Eq ComputeCapacityStatus Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacityStatus

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "ComputeCapacityStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "available") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "inUse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "running") '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:available:ComputeCapacityStatus', computeCapacityStatus_available - The number of currently available instances that can be used to stream sessions.

$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:desired:ComputeCapacityStatus', computeCapacityStatus_desired - The desired number of streaming instances.

computeCapacityStatus_available :: Lens' ComputeCapacityStatus (Maybe Int) Source #

The number of currently available instances that can be used to stream sessions.

computeCapacityStatus_inUse :: Lens' ComputeCapacityStatus (Maybe Int) Source #

The number of instances in use for streaming.

computeCapacityStatus_running :: Lens' ComputeCapacityStatus (Maybe Int) Source #

The total number of simultaneous streaming instances that are running.

computeCapacityStatus_desired :: Lens' ComputeCapacityStatus Int Source #

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.

Constructors

DirectoryConfig' 

Fields

  • certificateBasedAuthProperties :: Maybe CertificateBasedAuthProperties

    The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

  • createdTime :: Maybe POSIX

    The time the directory configuration was created.

  • organizationalUnitDistinguishedNames :: Maybe [Text]

    The distinguished names of the organizational units for computer accounts.

  • serviceAccountCredentials :: Maybe ServiceAccountCredentials

    The credentials for the service account used by the fleet or image builder to connect to the directory.

  • directoryName :: Text

    The fully qualified name of the directory (for example, corp.example.com).

Instances

Instances details
FromJSON 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 #

Show DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

NFData DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

Methods

rnf :: DirectoryConfig -> () #

Eq DirectoryConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.DirectoryConfig

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "DirectoryConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "certificateBasedAuthProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateBasedAuthProperties)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "organizationalUnitDistinguishedNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "serviceAccountCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceAccountCredentials)) :*: 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:certificateBasedAuthProperties:DirectoryConfig', directoryConfig_certificateBasedAuthProperties - The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

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

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

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

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

directoryConfig_certificateBasedAuthProperties :: Lens' DirectoryConfig (Maybe CertificateBasedAuthProperties) Source #

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

directoryConfig_createdTime :: Lens' DirectoryConfig (Maybe UTCTime) Source #

The time the directory configuration was created.

directoryConfig_organizationalUnitDistinguishedNames :: Lens' DirectoryConfig (Maybe [Text]) Source #

The distinguished names of the organizational units for computer accounts.

directoryConfig_serviceAccountCredentials :: Lens' DirectoryConfig (Maybe ServiceAccountCredentials) Source #

The credentials for the service account used by the fleet or image builder to connect to the directory.

directoryConfig_directoryName :: Lens' DirectoryConfig Text Source #

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' 

Fields

Instances

Instances details
FromJSON DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

ToJSON 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 #

Read DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

Show DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

NFData DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

Methods

rnf :: DomainJoinInfo -> () #

Eq DomainJoinInfo Source # 
Instance details

Defined in Amazonka.AppStream.Types.DomainJoinInfo

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "DomainJoinInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationalUnitDistinguishedName") '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:directoryName:DomainJoinInfo', domainJoinInfo_directoryName - The fully qualified name of the directory (for example, corp.example.com).

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

domainJoinInfo_directoryName :: Lens' DomainJoinInfo (Maybe Text) Source #

The fully qualified name of the directory (for example, corp.example.com).

domainJoinInfo_organizationalUnitDistinguishedName :: Lens' DomainJoinInfo (Maybe Text) Source #

The distinguished name of the organizational unit for computer accounts.

EntitledApplication

data EntitledApplication Source #

The application associated to an entitlement. Access is controlled based on user attributes.

See: newEntitledApplication smart constructor.

Constructors

EntitledApplication' 

Fields

Instances

Instances details
FromJSON EntitledApplication Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitledApplication

Generic EntitledApplication Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitledApplication

Associated Types

type Rep EntitledApplication :: Type -> Type #

Read EntitledApplication Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitledApplication

Show EntitledApplication Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitledApplication

NFData EntitledApplication Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitledApplication

Methods

rnf :: EntitledApplication -> () #

Eq EntitledApplication Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitledApplication

Hashable EntitledApplication Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitledApplication

type Rep EntitledApplication Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitledApplication

type Rep EntitledApplication = D1 ('MetaData "EntitledApplication" "Amazonka.AppStream.Types.EntitledApplication" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "EntitledApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEntitledApplication Source #

Create a value of EntitledApplication 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:applicationIdentifier:EntitledApplication', entitledApplication_applicationIdentifier - The identifier of the application.

Entitlement

data Entitlement Source #

Specifies an entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.

See: newEntitlement smart constructor.

Constructors

Entitlement' 

Fields

Instances

Instances details
FromJSON Entitlement Source # 
Instance details

Defined in Amazonka.AppStream.Types.Entitlement

Generic Entitlement Source # 
Instance details

Defined in Amazonka.AppStream.Types.Entitlement

Associated Types

type Rep Entitlement :: Type -> Type #

Read Entitlement Source # 
Instance details

Defined in Amazonka.AppStream.Types.Entitlement

Show Entitlement Source # 
Instance details

Defined in Amazonka.AppStream.Types.Entitlement

NFData Entitlement Source # 
Instance details

Defined in Amazonka.AppStream.Types.Entitlement

Methods

rnf :: Entitlement -> () #

Eq Entitlement Source # 
Instance details

Defined in Amazonka.AppStream.Types.Entitlement

Hashable Entitlement Source # 
Instance details

Defined in Amazonka.AppStream.Types.Entitlement

type Rep Entitlement Source # 
Instance details

Defined in Amazonka.AppStream.Types.Entitlement

newEntitlement Source #

Create a value of Entitlement 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:Entitlement', entitlement_createdTime - The time when the entitlement was created.

$sel:description:Entitlement', entitlement_description - The description of the entitlement.

$sel:lastModifiedTime:Entitlement', entitlement_lastModifiedTime - The time when the entitlement was last modified.

Entitlement, entitlement_name - The name of the entitlement.

$sel:stackName:Entitlement', entitlement_stackName - The name of the stack with which the entitlement is associated.

$sel:appVisibility:Entitlement', entitlement_appVisibility - Specifies whether all or selected apps are entitled.

$sel:attributes:Entitlement', entitlement_attributes - The attributes of the entitlement.

entitlement_createdTime :: Lens' Entitlement (Maybe UTCTime) Source #

The time when the entitlement was created.

entitlement_description :: Lens' Entitlement (Maybe Text) Source #

The description of the entitlement.

entitlement_lastModifiedTime :: Lens' Entitlement (Maybe UTCTime) Source #

The time when the entitlement was last modified.

entitlement_name :: Lens' Entitlement Text Source #

The name of the entitlement.

entitlement_stackName :: Lens' Entitlement Text Source #

The name of the stack with which the entitlement is associated.

entitlement_appVisibility :: Lens' Entitlement AppVisibility Source #

Specifies whether all or selected apps are entitled.

EntitlementAttribute

data EntitlementAttribute Source #

An attribute associated with an entitlement. Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an Amazon AppStream 2.0 SAML application.

See: newEntitlementAttribute smart constructor.

Constructors

EntitlementAttribute' 

Fields

  • name :: Text

    A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

    The following are valid values:

    • roles
    • department
    • organization
    • groups
    • title
    • costCenter
    • userType
  • value :: Text

    A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.

Instances

Instances details
FromJSON EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

ToJSON EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Generic EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Associated Types

type Rep EntitlementAttribute :: Type -> Type #

Read EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Show EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

NFData EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Methods

rnf :: EntitlementAttribute -> () #

Eq EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

Hashable EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

type Rep EntitlementAttribute Source # 
Instance details

Defined in Amazonka.AppStream.Types.EntitlementAttribute

type Rep EntitlementAttribute = D1 ('MetaData "EntitlementAttribute" "Amazonka.AppStream.Types.EntitlementAttribute" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "EntitlementAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEntitlementAttribute Source #

Create a value of EntitlementAttribute 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:EntitlementAttribute', entitlementAttribute_name - A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

The following are valid values:

  • roles
  • department
  • organization
  • groups
  • title
  • costCenter
  • userType

$sel:value:EntitlementAttribute', entitlementAttribute_value - A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.

entitlementAttribute_name :: Lens' EntitlementAttribute Text Source #

A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

The following are valid values:

  • roles
  • department
  • organization
  • groups
  • title
  • costCenter
  • userType

entitlementAttribute_value :: Lens' EntitlementAttribute Text Source #

A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.

Fleet

data Fleet Source #

Describes a fleet.

See: newFleet smart constructor.

Constructors

Fleet' 

Fields

  • createdTime :: Maybe POSIX

    The time the fleet was created.

  • description :: Maybe Text

    The description to display.

  • disconnectTimeoutInSeconds :: Maybe Int

    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.

  • displayName :: Maybe Text

    The fleet name to display.

  • domainJoinInfo :: Maybe DomainJoinInfo

    The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

  • enableDefaultInternetAccess :: Maybe Bool

    Indicates whether default internet access is enabled for the fleet.

  • fleetErrors :: Maybe [FleetError]

    The fleet errors.

  • fleetType :: Maybe 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.
  • iamRoleArn :: Maybe Text

    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.

  • idleDisconnectTimeoutInSeconds :: Maybe Int

    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.

  • imageArn :: Maybe Text

    The ARN for the public, private, or shared image.

  • imageName :: Maybe Text

    The name of the image used to create the fleet.

  • maxConcurrentSessions :: Maybe Int

    The maximum number of concurrent sessions for the fleet.

  • maxUserDurationInSeconds :: Maybe Int

    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.

  • platform :: Maybe PlatformType

    The platform of the fleet.

  • sessionScriptS3Location :: Maybe S3Location

    The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

  • streamView :: Maybe 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.

  • usbDeviceFilterStrings :: Maybe [Text]

    The USB device filter strings associated with the fleet.

  • vpcConfig :: Maybe VpcConfig

    The VPC configuration for the fleet.

  • arn :: Text

    The Amazon Resource Name (ARN) for the fleet.

  • name :: Text

    The name of the fleet.

  • instanceType :: Text

    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
  • computeCapacityStatus :: ComputeCapacityStatus

    The capacity status for the fleet.

  • state :: FleetState

    The current state for the fleet.

Instances

Instances details
FromJSON Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

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 #

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 #

NFData Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Methods

rnf :: Fleet -> () #

Eq Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Methods

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

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

Hashable Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

Methods

hashWithSalt :: Int -> Fleet -> Int #

hash :: Fleet -> Int #

type Rep Fleet Source # 
Instance details

Defined in Amazonka.AppStream.Types.Fleet

type Rep Fleet = D1 ('MetaData "Fleet" "Amazonka.AppStream.Types.Fleet" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "Fleet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "disconnectTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainJoinInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainJoinInfo)) :*: S1 ('MetaSel ('Just "enableDefaultInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "fleetErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FleetError])) :*: (S1 ('MetaSel ('Just "fleetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FleetType)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "idleDisconnectTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "maxConcurrentSessions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxUserDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformType)))) :*: (S1 ('MetaSel ('Just "sessionScriptS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: (S1 ('MetaSel ('Just "streamView") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamView)) :*: S1 ('MetaSel ('Just "usbDeviceFilterStrings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: (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:createdTime:Fleet', fleet_createdTime - The time the fleet was created.

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

$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:displayName:Fleet', fleet_displayName - The fleet name to display.

$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:enableDefaultInternetAccess:Fleet', fleet_enableDefaultInternetAccess - Indicates whether default internet access is enabled for the fleet.

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

$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: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: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:imageArn:Fleet', fleet_imageArn - The ARN for the public, private, or shared image.

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

$sel:maxConcurrentSessions:Fleet', fleet_maxConcurrentSessions - The maximum number of concurrent sessions for the fleet.

$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:platform:Fleet', fleet_platform - The platform of the fleet.

$sel:sessionScriptS3Location:Fleet', fleet_sessionScriptS3Location - The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

$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:usbDeviceFilterStrings:Fleet', fleet_usbDeviceFilterStrings - The USB device filter strings associated with the fleet.

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

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

fleet_createdTime :: Lens' Fleet (Maybe UTCTime) Source #

The time the fleet was created.

fleet_description :: Lens' Fleet (Maybe Text) Source #

The description to display.

fleet_disconnectTimeoutInSeconds :: Lens' Fleet (Maybe Int) Source #

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.

fleet_displayName :: Lens' Fleet (Maybe Text) Source #

The fleet name to display.

fleet_domainJoinInfo :: Lens' Fleet (Maybe DomainJoinInfo) Source #

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

fleet_enableDefaultInternetAccess :: Lens' Fleet (Maybe Bool) Source #

Indicates whether default internet access is enabled for the fleet.

fleet_fleetType :: Lens' Fleet (Maybe FleetType) Source #

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.

fleet_iamRoleArn :: Lens' Fleet (Maybe Text) Source #

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.

fleet_idleDisconnectTimeoutInSeconds :: Lens' Fleet (Maybe Int) Source #

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.

fleet_imageArn :: Lens' Fleet (Maybe Text) Source #

The ARN for the public, private, or shared image.

fleet_imageName :: Lens' Fleet (Maybe Text) Source #

The name of the image used to create the fleet.

fleet_maxConcurrentSessions :: Lens' Fleet (Maybe Int) Source #

The maximum number of concurrent sessions for the fleet.

fleet_maxUserDurationInSeconds :: Lens' Fleet (Maybe Int) Source #

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.

fleet_platform :: Lens' Fleet (Maybe PlatformType) Source #

The platform of the fleet.

fleet_sessionScriptS3Location :: Lens' Fleet (Maybe S3Location) Source #

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

fleet_streamView :: Lens' Fleet (Maybe StreamView) Source #

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.

fleet_usbDeviceFilterStrings :: Lens' Fleet (Maybe [Text]) Source #

The USB device filter strings associated with the fleet.

fleet_vpcConfig :: Lens' Fleet (Maybe VpcConfig) Source #

The VPC configuration for the fleet.

fleet_arn :: Lens' Fleet Text Source #

The Amazon Resource Name (ARN) for the fleet.

fleet_name :: Lens' Fleet Text Source #

The name of the fleet.

fleet_instanceType :: Lens' Fleet Text Source #

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

fleet_state :: Lens' Fleet FleetState Source #

The current state for the fleet.

FleetError

data FleetError Source #

Describes a fleet error.

See: newFleetError smart constructor.

Constructors

FleetError' 

Fields

Instances

Instances details
FromJSON 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 #

Read FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

Show FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

NFData FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

Methods

rnf :: FleetError -> () #

Eq FleetError Source # 
Instance details

Defined in Amazonka.AppStream.Types.FleetError

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

Constructors

Image' 

Fields

Instances

Instances details
FromJSON Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

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 #

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 #

NFData Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Methods

rnf :: Image -> () #

Eq Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Methods

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

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

Hashable Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

Methods

hashWithSalt :: Int -> Image -> Int #

hash :: Image -> Int #

type Rep Image Source # 
Instance details

Defined in Amazonka.AppStream.Types.Image

type Rep Image = D1 ('MetaData "Image" "Amazonka.AppStream.Types.Image" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "Image'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Application])) :*: S1 ('MetaSel ('Just "appstreamAgentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "baseImageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageBuilderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "imageBuilderSupported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "imageErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceError]))) :*: (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 "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageState))) :*: (S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageStateChangeReason)) :*: (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisibilityType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newImage Source #

Arguments

:: Text

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:applications:Image', image_applications - The applications associated with the image.

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

Image, image_arn - The ARN of the image.

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

Image, image_createdTime - The time the image was created.

Image, image_description - The description to display.

Image, image_displayName - The image name to display.

$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:imageBuilderSupported:Image', image_imageBuilderSupported - Indicates whether an image builder can be launched from this image.

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

$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: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:stateChangeReason:Image', image_stateChangeReason - The reason why the last state change occurred.

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

Image, image_name - The name of the image.

image_applications :: Lens' Image (Maybe [Application]) Source #

The applications associated with the image.

image_appstreamAgentVersion :: Lens' Image (Maybe Text) Source #

The version of the AppStream 2.0 agent to use for instances that are launched from this image.

image_arn :: Lens' Image (Maybe Text) Source #

The ARN of the image.

image_baseImageArn :: Lens' Image (Maybe Text) Source #

The ARN of the image from which this image was created.

image_createdTime :: Lens' Image (Maybe UTCTime) Source #

The time the image was created.

image_description :: Lens' Image (Maybe Text) Source #

The description to display.

image_displayName :: Lens' Image (Maybe Text) Source #

The image name to display.

image_imageBuilderName :: Lens' Image (Maybe Text) Source #

The name of the image builder that was used to create the private image. If the image is shared, this value is null.

image_imageBuilderSupported :: Lens' Image (Maybe Bool) Source #

Indicates whether an image builder can be launched from this image.

image_imageErrors :: Lens' Image (Maybe [ResourceError]) Source #

Describes the errors that are returned when a new image can't be created.

image_imagePermissions :: Lens' Image (Maybe ImagePermissions) Source #

The permissions to provide to the destination AWS account for the specified image.

image_platform :: Lens' Image (Maybe PlatformType) Source #

The operating system platform of the image.

image_publicBaseImageReleasedDate :: Lens' Image (Maybe UTCTime) Source #

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.

image_state :: Lens' Image (Maybe ImageState) Source #

The image starts in the PENDING state. If image creation succeeds, the state is AVAILABLE. If image creation fails, the state is FAILED.

image_stateChangeReason :: Lens' Image (Maybe ImageStateChangeReason) Source #

The reason why the last state change occurred.

image_visibility :: Lens' Image (Maybe VisibilityType) Source #

Indicates whether the image is public or private.

image_name :: Lens' Image Text Source #

The name of the image.

ImageBuilder

data ImageBuilder Source #

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

See: newImageBuilder smart constructor.

Constructors

ImageBuilder' 

Fields

Instances

Instances details
FromJSON 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 #

Read ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

Show ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

NFData ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

Methods

rnf :: ImageBuilder -> () #

Eq ImageBuilder Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilder

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "ImageBuilder'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accessEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AccessEndpoint))) :*: S1 ('MetaSel ('Just "appstreamAgentVersion") '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 "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainJoinInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainJoinInfo)) :*: (S1 ('MetaSel ('Just "enableDefaultInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageBuilderErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceError]))) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkAccessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkAccessConfiguration)))) :*: ((S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformType)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilderState))) :*: (S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageBuilderStateChangeReason)) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: 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: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:appstreamAgentVersion:ImageBuilder', imageBuilder_appstreamAgentVersion - The version of the AppStream 2.0 agent that is currently being used by the image builder.

$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:description:ImageBuilder', imageBuilder_description - The description to display.

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

$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:enableDefaultInternetAccess:ImageBuilder', imageBuilder_enableDefaultInternetAccess - Enables or disables default internet access for the image builder.

$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:imageArn:ImageBuilder', imageBuilder_imageArn - The ARN of the image from which this 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:networkAccessConfiguration:ImageBuilder', imageBuilder_networkAccessConfiguration - Undocumented member.

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

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

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

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

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

imageBuilder_accessEndpoints :: Lens' ImageBuilder (Maybe (NonEmpty AccessEndpoint)) Source #

The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.

imageBuilder_appstreamAgentVersion :: Lens' ImageBuilder (Maybe Text) Source #

The version of the AppStream 2.0 agent that is currently being used by the image builder.

imageBuilder_arn :: Lens' ImageBuilder (Maybe Text) Source #

The ARN for the image builder.

imageBuilder_createdTime :: Lens' ImageBuilder (Maybe UTCTime) Source #

The time stamp when the image builder was created.

imageBuilder_description :: Lens' ImageBuilder (Maybe Text) Source #

The description to display.

imageBuilder_displayName :: Lens' ImageBuilder (Maybe Text) Source #

The image builder name to display.

imageBuilder_domainJoinInfo :: Lens' ImageBuilder (Maybe DomainJoinInfo) Source #

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

imageBuilder_enableDefaultInternetAccess :: Lens' ImageBuilder (Maybe Bool) Source #

Enables or disables default internet access for the image builder.

imageBuilder_iamRoleArn :: Lens' ImageBuilder (Maybe Text) Source #

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.

imageBuilder_imageArn :: Lens' ImageBuilder (Maybe Text) Source #

The ARN of the image from which this builder was created.

imageBuilder_instanceType :: Lens' ImageBuilder (Maybe Text) Source #

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

imageBuilder_platform :: Lens' ImageBuilder (Maybe PlatformType) Source #

The operating system platform of the image builder.

imageBuilder_vpcConfig :: Lens' ImageBuilder (Maybe VpcConfig) Source #

The VPC configuration of the image builder.

imageBuilder_name :: Lens' ImageBuilder Text Source #

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.

Constructors

ImageBuilderStateChangeReason' 

Fields

Instances

Instances details
FromJSON 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 #

Read ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

Show ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

NFData ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

Eq ImageBuilderStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageBuilderStateChangeReason

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

Constructors

ImagePermissions' 

Fields

Instances

Instances details
FromJSON ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

ToJSON 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 #

Read ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

Show ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

NFData ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

Methods

rnf :: ImagePermissions -> () #

Eq ImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImagePermissions

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

imagePermissions_allowFleet :: Lens' ImagePermissions (Maybe Bool) Source #

Indicates whether the image can be used for a fleet.

imagePermissions_allowImageBuilder :: Lens' ImagePermissions (Maybe Bool) Source #

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.

Constructors

ImageStateChangeReason' 

Fields

Instances

Instances details
FromJSON 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 #

Read ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

Show ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

NFData ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

Methods

rnf :: ImageStateChangeReason -> () #

Eq ImageStateChangeReason Source # 
Instance details

Defined in Amazonka.AppStream.Types.ImageStateChangeReason

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

Constructors

LastReportGenerationExecutionError' 

Fields

Instances

Instances details
FromJSON 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 #

Read LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Show LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

NFData LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Eq LastReportGenerationExecutionError Source # 
Instance details

Defined in Amazonka.AppStream.Types.LastReportGenerationExecutionError

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

lastReportGenerationExecutionError_errorCode :: Lens' LastReportGenerationExecutionError (Maybe UsageReportExecutionErrorCode) Source #

The error code for the error that is returned when a usage report can't be generated.

lastReportGenerationExecutionError_errorMessage :: Lens' LastReportGenerationExecutionError (Maybe Text) Source #

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.

Constructors

NetworkAccessConfiguration' 

Fields

  • eniId :: Maybe Text

    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.

  • eniPrivateIpAddress :: Maybe Text

    The private IP address of the elastic network interface that is attached to instances in your VPC.

Instances

Instances details
FromJSON 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 #

Read NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Show NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

NFData NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Eq NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

networkAccessConfiguration_eniId :: Lens' NetworkAccessConfiguration (Maybe Text) Source #

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.

networkAccessConfiguration_eniPrivateIpAddress :: Lens' NetworkAccessConfiguration (Maybe Text) Source #

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.

Constructors

ResourceError' 

Fields

Instances

Instances details
FromJSON 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 #

Read ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

Show ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

NFData ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

Methods

rnf :: ResourceError -> () #

Eq ResourceError Source # 
Instance details

Defined in Amazonka.AppStream.Types.ResourceError

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

S3Location

data S3Location Source #

Describes the S3 location.

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

Instances

Instances details
FromJSON S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.AppStream.Types.S3Location" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Location Source #

Create a value of S3Location 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:s3Bucket:S3Location', s3Location_s3Bucket - The S3 bucket of the S3 object.

$sel:s3Key:S3Location', s3Location_s3Key - The S3 key of the S3 object.

s3Location_s3Bucket :: Lens' S3Location Text Source #

The S3 bucket of the S3 object.

s3Location_s3Key :: Lens' S3Location Text Source #

The S3 key of the S3 object.

ScriptDetails

data ScriptDetails Source #

Describes the details of the script.

See: newScriptDetails smart constructor.

Constructors

ScriptDetails' 

Fields

Instances

Instances details
FromJSON ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

ToJSON ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

Generic ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

Associated Types

type Rep ScriptDetails :: Type -> Type #

Read ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

Show ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

NFData ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

Methods

rnf :: ScriptDetails -> () #

Eq ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

Hashable ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

type Rep ScriptDetails Source # 
Instance details

Defined in Amazonka.AppStream.Types.ScriptDetails

type Rep ScriptDetails = D1 ('MetaData "ScriptDetails" "Amazonka.AppStream.Types.ScriptDetails" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "ScriptDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "executableParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scriptS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)) :*: (S1 ('MetaSel ('Just "executablePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "timeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newScriptDetails Source #

Create a value of ScriptDetails 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:executableParameters:ScriptDetails', scriptDetails_executableParameters - The runtime parameters passed to the run path for the script.

$sel:scriptS3Location:ScriptDetails', scriptDetails_scriptS3Location - The S3 object location for the script.

$sel:executablePath:ScriptDetails', scriptDetails_executablePath - The run path for the script.

$sel:timeoutInSeconds:ScriptDetails', scriptDetails_timeoutInSeconds - The run timeout, in seconds, for the script.

scriptDetails_executableParameters :: Lens' ScriptDetails (Maybe Text) Source #

The runtime parameters passed to the run path for the script.

scriptDetails_scriptS3Location :: Lens' ScriptDetails S3Location Source #

The S3 object location for the script.

scriptDetails_timeoutInSeconds :: Lens' ScriptDetails Int Source #

The run timeout, in seconds, for the script.

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.

Constructors

ServiceAccountCredentials' 

Fields

  • accountName :: Sensitive Text

    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.

  • accountPassword :: Sensitive Text

    The password for the account.

Instances

Instances details
FromJSON ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

ToJSON 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 #

Show ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

NFData ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

Eq ServiceAccountCredentials Source # 
Instance details

Defined in Amazonka.AppStream.Types.ServiceAccountCredentials

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

serviceAccountCredentials_accountName :: Lens' ServiceAccountCredentials Text Source #

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.

Session

data Session Source #

Describes a streaming session.

See: newSession smart constructor.

Constructors

Session' 

Fields

  • authenticationType :: Maybe AuthenticationType

    The authentication method. The user is authenticated using a streaming URL (API) or SAML 2.0 federation (SAML).

  • connectionState :: Maybe SessionConnectionState

    Specifies whether a user is connected to the streaming session.

  • maxExpirationTime :: Maybe POSIX

    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.

  • networkAccessConfiguration :: Maybe NetworkAccessConfiguration

    The network details for the streaming session.

  • startTime :: Maybe POSIX

    The time when a streaming instance is dedicated for the user.

  • id :: Text

    The identifier of the streaming session.

  • userId :: Text

    The identifier of the user for whom the session was created.

  • stackName :: Text

    The name of the stack for the streaming session.

  • fleetName :: Text

    The name of the fleet for the streaming session.

  • state :: SessionState

    The current state of the streaming session.

Instances

Instances details
FromJSON 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 #

Read Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Show Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

NFData Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Methods

rnf :: Session -> () #

Eq Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Methods

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

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

Hashable Session Source # 
Instance details

Defined in Amazonka.AppStream.Types.Session

Methods

hashWithSalt :: Int -> Session -> Int #

hash :: Session -> Int #

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: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: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:networkAccessConfiguration:Session', session_networkAccessConfiguration - The network details for the streaming session.

$sel:startTime:Session', session_startTime - The time when a streaming instance is dedicated for the user.

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

session_authenticationType :: Lens' Session (Maybe AuthenticationType) Source #

The authentication method. The user is authenticated using a streaming URL (API) or SAML 2.0 federation (SAML).

session_connectionState :: Lens' Session (Maybe SessionConnectionState) Source #

Specifies whether a user is connected to the streaming session.

session_maxExpirationTime :: Lens' Session (Maybe UTCTime) Source #

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.

session_networkAccessConfiguration :: Lens' Session (Maybe NetworkAccessConfiguration) Source #

The network details for the streaming session.

session_startTime :: Lens' Session (Maybe UTCTime) Source #

The time when a streaming instance is dedicated for the user.

session_id :: Lens' Session Text Source #

The identifier of the streaming session.

session_userId :: Lens' Session Text Source #

The identifier of the user for whom the session was created.

session_stackName :: Lens' Session Text Source #

The name of the stack for the streaming session.

session_fleetName :: Lens' Session Text Source #

The name of the fleet for the streaming session.

session_state :: Lens' Session SessionState Source #

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.

Constructors

SharedImagePermissions' 

Fields

Instances

Instances details
FromJSON 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 #

Read SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

Show SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

NFData SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

Methods

rnf :: SharedImagePermissions -> () #

Eq SharedImagePermissions Source # 
Instance details

Defined in Amazonka.AppStream.Types.SharedImagePermissions

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

sharedImagePermissions_sharedAccountId :: Lens' SharedImagePermissions Text Source #

The 12-digit identifier of the AWS account with which the image is shared.

Stack

data Stack Source #

Describes a stack.

See: newStack smart constructor.

Constructors

Stack' 

Fields

Instances

Instances details
FromJSON Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

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 #

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 #

NFData Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Methods

rnf :: Stack -> () #

Eq Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Methods

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

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

Hashable Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

Methods

hashWithSalt :: Int -> Stack -> Int #

hash :: Stack -> Int #

type Rep Stack Source # 
Instance details

Defined in Amazonka.AppStream.Types.Stack

type Rep Stack = D1 ('MetaData "Stack" "Amazonka.AppStream.Types.Stack" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "Stack'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accessEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AccessEndpoint))) :*: (S1 ('MetaSel ('Just "applicationSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationSettingsResponse)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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 "stackErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackError])))) :*: ((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))))))

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: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:applicationSettings:Stack', stack_applicationSettings - The persistent application settings for users of the stack.

$sel:arn:Stack', stack_arn - The ARN of the stack.

$sel:createdTime:Stack', stack_createdTime - The time the stack was created.

$sel:description:Stack', stack_description - The description to display.

$sel:displayName:Stack', stack_displayName - The stack name to display.

$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: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:redirectURL:Stack', stack_redirectURL - The URL that users are redirected to after their streaming session ends.

$sel:stackErrors:Stack', stack_stackErrors - The errors for the stack.

$sel:storageConnectors:Stack', stack_storageConnectors - The storage connectors to enable.

$sel:streamingExperienceSettings:Stack', stack_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.

$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:name:Stack', stack_name - The name of the stack.

stack_accessEndpoints :: Lens' Stack (Maybe (NonEmpty AccessEndpoint)) Source #

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.

stack_applicationSettings :: Lens' Stack (Maybe ApplicationSettingsResponse) Source #

The persistent application settings for users of the stack.

stack_arn :: Lens' Stack (Maybe Text) Source #

The ARN of the stack.

stack_createdTime :: Lens' Stack (Maybe UTCTime) Source #

The time the stack was created.

stack_description :: Lens' Stack (Maybe Text) Source #

The description to display.

stack_displayName :: Lens' Stack (Maybe Text) Source #

The stack name to display.

stack_embedHostDomains :: Lens' Stack (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.

stack_feedbackURL :: Lens' Stack (Maybe Text) Source #

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.

stack_redirectURL :: Lens' Stack (Maybe Text) Source #

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

stack_stackErrors :: Lens' Stack (Maybe [StackError]) Source #

The errors for the stack.

stack_storageConnectors :: Lens' Stack (Maybe [StorageConnector]) Source #

The storage connectors to enable.

stack_streamingExperienceSettings :: Lens' Stack (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.

stack_userSettings :: Lens' Stack (Maybe (NonEmpty UserSetting)) Source #

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

stack_name :: Lens' Stack Text Source #

The name of the stack.

StackError

data StackError Source #

Describes a stack error.

See: newStackError smart constructor.

Constructors

StackError' 

Fields

Instances

Instances details
FromJSON 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 #

Read StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Show StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

NFData StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Methods

rnf :: StackError -> () #

Eq StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

Constructors

StorageConnector' 

Fields

Instances

Instances details
FromJSON StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

ToJSON 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 #

Read StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

Show StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

NFData StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

Methods

rnf :: StorageConnector -> () #

Eq StorageConnector Source # 
Instance details

Defined in Amazonka.AppStream.Types.StorageConnector

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

storageConnector_domains :: Lens' StorageConnector (Maybe [Text]) Source #

The names of the domains for the account.

StreamingExperienceSettings

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

See: newStreamingExperienceSettings smart constructor.

Constructors

StreamingExperienceSettings' 

Fields

Instances

Instances details
FromJSON StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

ToJSON StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

Generic StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

Associated Types

type Rep StreamingExperienceSettings :: Type -> Type #

Read StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

Show StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

NFData StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

Eq StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

Hashable StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

type Rep StreamingExperienceSettings Source # 
Instance details

Defined in Amazonka.AppStream.Types.StreamingExperienceSettings

type Rep StreamingExperienceSettings = D1 ('MetaData "StreamingExperienceSettings" "Amazonka.AppStream.Types.StreamingExperienceSettings" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "StreamingExperienceSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preferredProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PreferredProtocol))))

newStreamingExperienceSettings :: StreamingExperienceSettings Source #

Create a value of StreamingExperienceSettings 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:preferredProtocol:StreamingExperienceSettings', streamingExperienceSettings_preferredProtocol - The preferred protocol that you want to use while streaming your application.

streamingExperienceSettings_preferredProtocol :: Lens' StreamingExperienceSettings (Maybe PreferredProtocol) Source #

The preferred protocol that you want to use while streaming your application.

UsageReportSubscription

data UsageReportSubscription Source #

Describes information about the usage report subscription.

See: newUsageReportSubscription smart constructor.

Constructors

UsageReportSubscription' 

Fields

  • lastGeneratedReportDate :: Maybe POSIX

    The time when the last usage report was generated.

  • s3BucketName :: Maybe Text

    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.

  • schedule :: Maybe UsageReportSchedule

    The schedule for generating usage reports.

  • subscriptionErrors :: Maybe [LastReportGenerationExecutionError]

    The errors that were returned if usage reports couldn't be generated.

Instances

Instances details
FromJSON 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 #

Read UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

Show UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

NFData UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

Methods

rnf :: UsageReportSubscription -> () #

Eq UsageReportSubscription Source # 
Instance details

Defined in Amazonka.AppStream.Types.UsageReportSubscription

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "UsageReportSubscription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastGeneratedReportDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UsageReportSchedule)) :*: S1 ('MetaSel ('Just "subscriptionErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LastReportGenerationExecutionError])))))

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

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

usageReportSubscription_s3BucketName :: Lens' UsageReportSubscription (Maybe Text) Source #

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.

usageReportSubscription_subscriptionErrors :: Lens' UsageReportSubscription (Maybe [LastReportGenerationExecutionError]) Source #

The errors that were returned if usage reports couldn't be generated.

User

data User Source #

Describes a user in the user pool.

See: newUser smart constructor.

Constructors

User' 

Fields

Instances

Instances details
FromJSON User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

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 #

Show User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

NFData User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Methods

rnf :: User -> () #

Eq User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Methods

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

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

Hashable User Source # 
Instance details

Defined in Amazonka.AppStream.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

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: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:enabled:User', user_enabled - Specifies whether the user in the user pool is enabled.

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

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

$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:userName:User', user_userName - The email address of the user.

Users' email addresses are case-sensitive.

$sel:authenticationType:User', user_authenticationType - The authentication type for the user.

user_arn :: Lens' User (Maybe Text) Source #

The ARN of the user.

user_createdTime :: Lens' User (Maybe UTCTime) Source #

The date and time the user was created in the user pool.

user_enabled :: Lens' User (Maybe Bool) Source #

Specifies whether the user in the user pool is enabled.

user_firstName :: Lens' User (Maybe Text) Source #

The first name, or given name, of the user.

user_lastName :: Lens' User (Maybe Text) Source #

The last name, or surname, of the user.

user_status :: Lens' User (Maybe Text) Source #

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.

user_userName :: Lens' User (Maybe Text) Source #

The email address of the user.

Users' email addresses are case-sensitive.

user_authenticationType :: Lens' User AuthenticationType Source #

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.

Constructors

UserSetting' 

Fields

Instances

Instances details
FromJSON UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

ToJSON 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 #

Read UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Show UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

NFData UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Methods

rnf :: UserSetting -> () #

Eq UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

userSetting_action :: Lens' UserSetting Action Source #

The action that is enabled or disabled.

userSetting_permission :: Lens' UserSetting Permission Source #

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.

Constructors

UserStackAssociation' 

Fields

Instances

Instances details
FromJSON UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

ToJSON 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 #

Show UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

NFData UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Methods

rnf :: UserStackAssociation -> () #

Eq UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

userStackAssociation_sendEmailNotification :: Lens' UserStackAssociation (Maybe Bool) Source #

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

userStackAssociation_stackName :: Lens' UserStackAssociation Text Source #

The name of the stack that is associated with the user.

userStackAssociation_userName :: Lens' UserStackAssociation Text Source #

The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.

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.

Constructors

UserStackAssociationError' 

Fields

Instances

Instances details
FromJSON 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 #

Show UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

NFData UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Eq UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "UserStackAssociationError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserStackAssociationErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userStackAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserStackAssociation)))))

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

$sel:userStackAssociation:UserStackAssociationError', userStackAssociationError_userStackAssociation - Information about the user and associated stack.

userStackAssociationError_errorCode :: Lens' UserStackAssociationError (Maybe UserStackAssociationErrorCode) Source #

The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

userStackAssociationError_errorMessage :: Lens' UserStackAssociationError (Maybe Text) Source #

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' 

Fields

  • securityGroupIds :: Maybe [Text]

    The identifiers of the security groups for the fleet or image builder.

  • subnetIds :: Maybe [Text]

    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.

Instances

Instances details
FromJSON VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

ToJSON 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 #

Read VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

Show VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Eq VpcConfig Source # 
Instance details

Defined in Amazonka.AppStream.Types.VpcConfig

Hashable 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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.

vpcConfig_securityGroupIds :: Lens' VpcConfig (Maybe [Text]) Source #

The identifiers of the security groups for the fleet or image builder.

vpcConfig_subnetIds :: Lens' VpcConfig (Maybe [Text]) Source #

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.