Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsElasticBeanstalkEnvironmentTier = AwsElasticBeanstalkEnvironmentTier' {}
- newAwsElasticBeanstalkEnvironmentTier :: AwsElasticBeanstalkEnvironmentTier
- awsElasticBeanstalkEnvironmentTier_name :: Lens' AwsElasticBeanstalkEnvironmentTier (Maybe Text)
- awsElasticBeanstalkEnvironmentTier_version :: Lens' AwsElasticBeanstalkEnvironmentTier (Maybe Text)
- awsElasticBeanstalkEnvironmentTier_type :: Lens' AwsElasticBeanstalkEnvironmentTier (Maybe Text)
Documentation
data AwsElasticBeanstalkEnvironmentTier Source #
Contains information about the tier of the environment.
See: newAwsElasticBeanstalkEnvironmentTier
smart constructor.
Instances
newAwsElasticBeanstalkEnvironmentTier :: AwsElasticBeanstalkEnvironmentTier Source #
Create a value of AwsElasticBeanstalkEnvironmentTier
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:AwsElasticBeanstalkEnvironmentTier'
, awsElasticBeanstalkEnvironmentTier_name
- The name of the environment tier.
$sel:version:AwsElasticBeanstalkEnvironmentTier'
, awsElasticBeanstalkEnvironmentTier_version
- The version of the environment tier.
$sel:type':AwsElasticBeanstalkEnvironmentTier'
, awsElasticBeanstalkEnvironmentTier_type
- The type of environment tier.
awsElasticBeanstalkEnvironmentTier_name :: Lens' AwsElasticBeanstalkEnvironmentTier (Maybe Text) Source #
The name of the environment tier.
awsElasticBeanstalkEnvironmentTier_version :: Lens' AwsElasticBeanstalkEnvironmentTier (Maybe Text) Source #
The version of the environment tier.
awsElasticBeanstalkEnvironmentTier_type :: Lens' AwsElasticBeanstalkEnvironmentTier (Maybe Text) Source #
The type of environment tier.