Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data AwsEcrContainerAggregationResponse = AwsEcrContainerAggregationResponse' {
- accountId :: Maybe Text
- architecture :: Maybe Text
- imageSha :: Maybe Text
- imageTags :: Maybe [Text]
- repository :: Maybe Text
- severityCounts :: Maybe SeverityCounts
- resourceId :: Text
- newAwsEcrContainerAggregationResponse :: Text -> AwsEcrContainerAggregationResponse
- awsEcrContainerAggregationResponse_accountId :: Lens' AwsEcrContainerAggregationResponse (Maybe Text)
- awsEcrContainerAggregationResponse_architecture :: Lens' AwsEcrContainerAggregationResponse (Maybe Text)
- awsEcrContainerAggregationResponse_imageSha :: Lens' AwsEcrContainerAggregationResponse (Maybe Text)
- awsEcrContainerAggregationResponse_imageTags :: Lens' AwsEcrContainerAggregationResponse (Maybe [Text])
- awsEcrContainerAggregationResponse_repository :: Lens' AwsEcrContainerAggregationResponse (Maybe Text)
- awsEcrContainerAggregationResponse_severityCounts :: Lens' AwsEcrContainerAggregationResponse (Maybe SeverityCounts)
- awsEcrContainerAggregationResponse_resourceId :: Lens' AwsEcrContainerAggregationResponse Text
Documentation
data AwsEcrContainerAggregationResponse Source #
An aggregation of information about Amazon ECR containers.
See: newAwsEcrContainerAggregationResponse
smart constructor.
AwsEcrContainerAggregationResponse' | |
|
Instances
newAwsEcrContainerAggregationResponse Source #
Create a value of AwsEcrContainerAggregationResponse
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:accountId:AwsEcrContainerAggregationResponse'
, awsEcrContainerAggregationResponse_accountId
- The Amazon Web Services account ID of the account that owns the
container.
$sel:architecture:AwsEcrContainerAggregationResponse'
, awsEcrContainerAggregationResponse_architecture
- The architecture of the container.
$sel:imageSha:AwsEcrContainerAggregationResponse'
, awsEcrContainerAggregationResponse_imageSha
- The SHA value of the container image.
$sel:imageTags:AwsEcrContainerAggregationResponse'
, awsEcrContainerAggregationResponse_imageTags
- The container image stags.
$sel:repository:AwsEcrContainerAggregationResponse'
, awsEcrContainerAggregationResponse_repository
- The container repository.
$sel:severityCounts:AwsEcrContainerAggregationResponse'
, awsEcrContainerAggregationResponse_severityCounts
- The number of finding by severity.
$sel:resourceId:AwsEcrContainerAggregationResponse'
, awsEcrContainerAggregationResponse_resourceId
- The resource ID of the container.
awsEcrContainerAggregationResponse_accountId :: Lens' AwsEcrContainerAggregationResponse (Maybe Text) Source #
The Amazon Web Services account ID of the account that owns the container.
awsEcrContainerAggregationResponse_architecture :: Lens' AwsEcrContainerAggregationResponse (Maybe Text) Source #
The architecture of the container.
awsEcrContainerAggregationResponse_imageSha :: Lens' AwsEcrContainerAggregationResponse (Maybe Text) Source #
The SHA value of the container image.
awsEcrContainerAggregationResponse_imageTags :: Lens' AwsEcrContainerAggregationResponse (Maybe [Text]) Source #
The container image stags.
awsEcrContainerAggregationResponse_repository :: Lens' AwsEcrContainerAggregationResponse (Maybe Text) Source #
The container repository.
awsEcrContainerAggregationResponse_severityCounts :: Lens' AwsEcrContainerAggregationResponse (Maybe SeverityCounts) Source #
The number of finding by severity.
awsEcrContainerAggregationResponse_resourceId :: Lens' AwsEcrContainerAggregationResponse Text Source #
The resource ID of the container.