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 AwsEcrContainerImageDetails = AwsEcrContainerImageDetails' {
- registryId :: Maybe Text
- imageTags :: Maybe [Text]
- imageDigest :: Maybe Text
- imagePublishedAt :: Maybe Text
- architecture :: Maybe Text
- repositoryName :: Maybe Text
- newAwsEcrContainerImageDetails :: AwsEcrContainerImageDetails
- awsEcrContainerImageDetails_registryId :: Lens' AwsEcrContainerImageDetails (Maybe Text)
- awsEcrContainerImageDetails_imageTags :: Lens' AwsEcrContainerImageDetails (Maybe [Text])
- awsEcrContainerImageDetails_imageDigest :: Lens' AwsEcrContainerImageDetails (Maybe Text)
- awsEcrContainerImageDetails_imagePublishedAt :: Lens' AwsEcrContainerImageDetails (Maybe Text)
- awsEcrContainerImageDetails_architecture :: Lens' AwsEcrContainerImageDetails (Maybe Text)
- awsEcrContainerImageDetails_repositoryName :: Lens' AwsEcrContainerImageDetails (Maybe Text)
Documentation
data AwsEcrContainerImageDetails Source #
Information about an Amazon ECR image.
See: newAwsEcrContainerImageDetails
smart constructor.
AwsEcrContainerImageDetails' | |
|
Instances
newAwsEcrContainerImageDetails :: AwsEcrContainerImageDetails Source #
Create a value of AwsEcrContainerImageDetails
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:registryId:AwsEcrContainerImageDetails'
, awsEcrContainerImageDetails_registryId
- The Amazon Web Services account identifier that is associated with the
registry that the image belongs to.
$sel:imageTags:AwsEcrContainerImageDetails'
, awsEcrContainerImageDetails_imageTags
- The list of tags that are associated with the image.
$sel:imageDigest:AwsEcrContainerImageDetails'
, awsEcrContainerImageDetails_imageDigest
- The sha256 digest of the image manifest.
$sel:imagePublishedAt:AwsEcrContainerImageDetails'
, awsEcrContainerImageDetails_imagePublishedAt
- The date and time when the image was pushed to the repository.
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:architecture:AwsEcrContainerImageDetails'
, awsEcrContainerImageDetails_architecture
- The architecture of the image.
$sel:repositoryName:AwsEcrContainerImageDetails'
, awsEcrContainerImageDetails_repositoryName
- The name of the repository that the image belongs to.
awsEcrContainerImageDetails_registryId :: Lens' AwsEcrContainerImageDetails (Maybe Text) Source #
The Amazon Web Services account identifier that is associated with the registry that the image belongs to.
awsEcrContainerImageDetails_imageTags :: Lens' AwsEcrContainerImageDetails (Maybe [Text]) Source #
The list of tags that are associated with the image.
awsEcrContainerImageDetails_imageDigest :: Lens' AwsEcrContainerImageDetails (Maybe Text) Source #
The sha256 digest of the image manifest.
awsEcrContainerImageDetails_imagePublishedAt :: Lens' AwsEcrContainerImageDetails (Maybe Text) Source #
The date and time when the image was pushed to the repository.
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
.
awsEcrContainerImageDetails_architecture :: Lens' AwsEcrContainerImageDetails (Maybe Text) Source #
The architecture of the image.
awsEcrContainerImageDetails_repositoryName :: Lens' AwsEcrContainerImageDetails (Maybe Text) Source #
The name of the repository that the image belongs to.