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

AwsApiCallAction

import type { AwsApiCallAction } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsApiCallAction {
AffectedResources?: {
[key: string]: string | null | undefined;
}
| null;
Api?: string | null;
CallerType?: string | null;
DomainDetails?: AwsApiCallActionDomainDetails | null;
FirstSeen?: string | null;
LastSeen?: string | null;
RemoteIpDetails?: ActionRemoteIpDetails | null;
ServiceName?: string | null;
}

§Properties

§
AffectedResources?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Api?: string | null
[src]
§
CallerType?: string | null
[src]
§
FirstSeen?: string | null
[src]
§
LastSeen?: string | null
[src]
§
RemoteIpDetails?: ActionRemoteIpDetails | null
[src]
§
ServiceName?: string | null
[src]