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

Description

 
Synopsis

Documentation

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.