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 AwsLambdaLayerVersionDetails = AwsLambdaLayerVersionDetails' {
- createdDate :: Maybe Text
- version :: Maybe Integer
- compatibleRuntimes :: Maybe [Text]
- newAwsLambdaLayerVersionDetails :: AwsLambdaLayerVersionDetails
- awsLambdaLayerVersionDetails_createdDate :: Lens' AwsLambdaLayerVersionDetails (Maybe Text)
- awsLambdaLayerVersionDetails_version :: Lens' AwsLambdaLayerVersionDetails (Maybe Integer)
- awsLambdaLayerVersionDetails_compatibleRuntimes :: Lens' AwsLambdaLayerVersionDetails (Maybe [Text])
Documentation
data AwsLambdaLayerVersionDetails Source #
Details about a Lambda layer version.
See: newAwsLambdaLayerVersionDetails
smart constructor.
AwsLambdaLayerVersionDetails' | |
|
Instances
newAwsLambdaLayerVersionDetails :: AwsLambdaLayerVersionDetails Source #
Create a value of AwsLambdaLayerVersionDetails
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:createdDate:AwsLambdaLayerVersionDetails'
, awsLambdaLayerVersionDetails_createdDate
- Indicates when the version was created.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
$sel:version:AwsLambdaLayerVersionDetails'
, awsLambdaLayerVersionDetails_version
- The version number.
$sel:compatibleRuntimes:AwsLambdaLayerVersionDetails'
, awsLambdaLayerVersionDetails_compatibleRuntimes
- The layer's compatible runtimes. Maximum number of five items.
Valid values: nodejs10.x
| nodejs12.x
| java8
| java11
|
python2.7
| python3.6
| python3.7
| python3.8
| dotnetcore1.0
| dotnetcore2.1
| go1.x
| ruby2.5
| provided
awsLambdaLayerVersionDetails_createdDate :: Lens' AwsLambdaLayerVersionDetails (Maybe Text) Source #
Indicates when the version was created.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
awsLambdaLayerVersionDetails_version :: Lens' AwsLambdaLayerVersionDetails (Maybe Integer) Source #
The version number.
awsLambdaLayerVersionDetails_compatibleRuntimes :: Lens' AwsLambdaLayerVersionDetails (Maybe [Text]) Source #
The layer's compatible runtimes. Maximum number of five items.
Valid values: nodejs10.x
| nodejs12.x
| java8
| java11
|
python2.7
| python3.6
| python3.7
| python3.8
| dotnetcore1.0
| dotnetcore2.1
| go1.x
| ruby2.5
| provided