Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
_xraySegmentAwsElasticBeanstalk :: XRaySegmentAws -> !Maybe XRaySegmentAwsElasticBeanstalkaws-xray-client Network.AWS.XRayClient.Segment Information about an Elastic Beanstalk environment. You can find this information in a file named varelasticbeanstalkxrayenvironment.conf on the latest Elastic Beanstalk platforms.
_xraySegmentAwsElasticBeanstalkDeploymentId :: XRaySegmentAwsElasticBeanstalk -> !Maybe Intaws-xray-client Network.AWS.XRayClient.Segment number indicating the ID of the last successful deployment to the instance that served the request.
_xraySegmentAwsElasticBeanstalkEnvironmentName :: XRaySegmentAwsElasticBeanstalk -> !Maybe Textaws-xray-client Network.AWS.XRayClient.Segment The name of the environment.
_xraySegmentAwsElasticBeanstalkVersionLabel :: XRaySegmentAwsElasticBeanstalk -> !Maybe Textaws-xray-client Network.AWS.XRayClient.Segment The name of the application version that is currently deployed to the instance that served the request.
xraySegmentAwsElasticBeanstalk :: Lens' XRaySegmentAws (Maybe XRaySegmentAwsElasticBeanstalk)aws-xray-client Network.AWS.XRayClient.Segment No documentation available.
xraySegmentAwsElasticBeanstalkDef :: XRaySegmentAwsElasticBeanstalkaws-xray-client Network.AWS.XRayClient.Segment Constructor for XRaySegmentAwsElasticBeanstalk with fields initialized to Nothing.
xraySegmentAwsElasticBeanstalkDeploymentId :: Lens' XRaySegmentAwsElasticBeanstalk (Maybe Int)aws-xray-client Network.AWS.XRayClient.Segment No documentation available.
xraySegmentAwsElasticBeanstalkEnvironmentName :: Lens' XRaySegmentAwsElasticBeanstalk (Maybe Text)aws-xray-client Network.AWS.XRayClient.Segment No documentation available.
xraySegmentAwsElasticBeanstalkVersionLabel :: Lens' XRaySegmentAwsElasticBeanstalk (Maybe Text)aws-xray-client Network.AWS.XRayClient.Segment No documentation available.
class IsSql99AggregationExpressionSyntax agg =>
IsSql2003FirstValueAndLastValueExpressionSyntax aggbeam-core Database.Beam.Backend.SQL.SQL2003 Optional SQL2003 "FIRST_VALUE and LAST_VALUE function" T616 support