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

GetTrailStatusResponse

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

Returns the objects or data listed below if successful. Otherwise, returns an error.

interface GetTrailStatusResponse {
IsLogging?: boolean | null;
LatestCloudWatchLogsDeliveryError?: string | null;
LatestCloudWatchLogsDeliveryTime?: Date | number | null;
LatestDeliveryAttemptSucceeded?: string | null;
LatestDeliveryAttemptTime?: string | null;
LatestDeliveryError?: string | null;
LatestDeliveryTime?: Date | number | null;
LatestDigestDeliveryError?: string | null;
LatestDigestDeliveryTime?: Date | number | null;
LatestNotificationAttemptSucceeded?: string | null;
LatestNotificationAttemptTime?: string | null;
LatestNotificationError?: string | null;
LatestNotificationTime?: Date | number | null;
StartLoggingTime?: Date | number | null;
StopLoggingTime?: Date | number | null;
TimeLoggingStarted?: string | null;
TimeLoggingStopped?: string | null;
}

§Properties

§
IsLogging?: boolean | null
[src]

Whether the CloudTrail trail is currently logging Amazon Web Services API calls.

§
LatestCloudWatchLogsDeliveryError?: string | null
[src]

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

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

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

§
LatestDeliveryAttemptSucceeded?: string | null
[src]

This field is no longer in use.

§
LatestDeliveryAttemptTime?: string | null
[src]

This field is no longer in use.

§
LatestDeliveryError?: string | null
[src]

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information, see Error Responses in the Amazon S3 API Reference.

Note: This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, create a new bucket, and then call UpdateTrail to specify the new bucket; or fix the existing objects so that CloudTrail can again write to the bucket.

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

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

§
LatestDigestDeliveryError?: string | null
[src]

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information, see Error Responses in the Amazon S3 API Reference.

Note: This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, create a new bucket, and then call UpdateTrail to specify the new bucket; or fix the existing objects so that CloudTrail can again write to the bucket.

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

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

§
LatestNotificationAttemptSucceeded?: string | null
[src]

This field is no longer in use.

§
LatestNotificationAttemptTime?: string | null
[src]

This field is no longer in use.

§
LatestNotificationError?: string | null
[src]

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

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

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

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

Specifies the most recent date and time when CloudTrail started recording API calls for an Amazon Web Services account.

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

Specifies the most recent date and time when CloudTrail stopped recording API calls for an Amazon Web Services account.

§
TimeLoggingStarted?: string | null
[src]

This field is no longer in use.

§
TimeLoggingStopped?: string | null
[src]

This field is no longer in use.