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.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the API action.

interface AwsApiCallAction {
AffectedResources?: {
[key: string]: string | null | undefined;
}
| null;
Api?: string | null;
CallerType?: string | null;
DomainDetails?: DomainDetails | null;
ErrorCode?: string | null;
RemoteAccountDetails?: RemoteAccountDetails | null;
RemoteIpDetails?: RemoteIpDetails | null;
ServiceName?: string | null;
UserAgent?: string | null;
}

§Properties

§
AffectedResources?: {
[key: string]: string | null | undefined;
}
| null
[src]

The details of the Amazon Web Services account that made the API call. This field identifies the resources that were affected by this API call.

§
Api?: string | null
[src]

The Amazon Web Services API name.

§
CallerType?: string | null
[src]

The Amazon Web Services API caller type.

§
DomainDetails?: DomainDetails | null
[src]

The domain information for the Amazon Web Services API call.

§
ErrorCode?: string | null
[src]

The error code of the failed Amazon Web Services API action.

§
RemoteAccountDetails?: RemoteAccountDetails | null
[src]

The details of the Amazon Web Services account that made the API call. This field appears if the call was made from outside your account.

§
RemoteIpDetails?: RemoteIpDetails | null
[src]

The remote IP information of the connection that initiated the Amazon Web Services API call.

§
ServiceName?: string | null
[src]

The Amazon Web Services service name whose API was invoked.

§
UserAgent?: string | null
[src]

The agent through which the API request was made.