Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AggregationResponse

import type { AggregationResponse } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

A structure that contains details about the results of an aggregation type.

interface AggregationResponse {
accountAggregation?: AccountAggregationResponse | null;
amiAggregation?: AmiAggregationResponse | null;
awsEcrContainerAggregation?: AwsEcrContainerAggregationResponse | null;
ec2InstanceAggregation?: Ec2InstanceAggregationResponse | null;
findingTypeAggregation?: FindingTypeAggregationResponse | null;
imageLayerAggregation?: ImageLayerAggregationResponse | null;
packageAggregation?: PackageAggregationResponse | null;
repositoryAggregation?: RepositoryAggregationResponse | null;
titleAggregation?: TitleAggregationResponse | null;
}

§Properties

§
accountAggregation?: AccountAggregationResponse | null
[src]

An object that contains details about an aggregation response based on Amazon Web Services account IDs.

§
amiAggregation?: AmiAggregationResponse | null
[src]

An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).

§
awsEcrContainerAggregation?: AwsEcrContainerAggregationResponse | null
[src]

An object that contains details about an aggregation response based on Amazon ECR container images.

§
ec2InstanceAggregation?: Ec2InstanceAggregationResponse | null
[src]

An object that contains details about an aggregation response based on Amazon EC2 instances.

§
findingTypeAggregation?: FindingTypeAggregationResponse | null
[src]

An object that contains details about an aggregation response based on finding types.

§
imageLayerAggregation?: ImageLayerAggregationResponse | null
[src]

An object that contains details about an aggregation response based on container image layers.

§
packageAggregation?: PackageAggregationResponse | null
[src]

An object that contains details about an aggregation response based on operating system package type.

§
repositoryAggregation?: RepositoryAggregationResponse | null
[src]

An object that contains details about an aggregation response based on Amazon ECR repositories.

§
titleAggregation?: TitleAggregationResponse | null
[src]

An object that contains details about an aggregation response based on finding title.