amazonka-elasticbeanstalk-2.0: Amazon Elastic Beanstalk 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.ElasticBeanstalk.Types.PlatformFramework

Description

 
Synopsis

Documentation

data PlatformFramework Source #

A framework supported by the platform.

See: newPlatformFramework smart constructor.

Constructors

PlatformFramework' 

Fields

Instances

Instances details
FromXML PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Generic PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Associated Types

type Rep PlatformFramework :: Type -> Type #

Read PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Show PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

NFData PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Methods

rnf :: PlatformFramework -> () #

Eq PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Hashable PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

type Rep PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

type Rep PlatformFramework = D1 ('MetaData "PlatformFramework" "Amazonka.ElasticBeanstalk.Types.PlatformFramework" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "PlatformFramework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlatformFramework :: PlatformFramework Source #

Create a value of PlatformFramework 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:PlatformFramework', platformFramework_name - The name of the framework.

$sel:version:PlatformFramework', platformFramework_version - The version of the framework.