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

BucketState

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

Describes the state of an Amazon Lightsail bucket.

interface BucketState {
code?: string | null;
message?: string | null;
}

§Properties

§
code?: string | null
[src]

The state code of the bucket.

The following codes are possible:

  • OK - The bucket is in a running state.
  • Unknown - Creation of the bucket might have timed-out. You might want to delete the bucket and create a new one.
§
message?: string | null
[src]

A message that describes the state of the bucket.