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

OperationSummary

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

A complex type that contains information about an operation that matches the criteria that you specified in a ListOperations request.

interface OperationSummary {
Id?: string | null;
Status?: OperationStatus | null;
}

§Properties

§
Id?: string | null
[src]

The ID for an operation.

§
Status?: OperationStatus | null
[src]

The status of the operation. Values include the following:

  • SUBMITTED: This is the initial state immediately after you submit a request.
  • PENDING: Cloud Map is performing the operation.
  • SUCCESS: The operation succeeded.
  • FAIL: The operation failed. For the failure reason, see ErrorMessage.