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

ApiCallDetails

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

Provides information about an API operation that an entity invoked for an affected resource.

interface ApiCallDetails {
api?: string | null;
apiServiceName?: string | null;
firstSeen?: Date | number | null;
lastSeen?: Date | number | null;
}

§Properties

§
api?: string | null
[src]

The name of the operation that was invoked most recently and produced the finding.

§
apiServiceName?: string | null
[src]

The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.

§
firstSeen?: Date | number | null
[src]

The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.

§
lastSeen?: Date | number | null
[src]

The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.