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

AppSummary

import type { AppSummary } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";

Information about the application.

interface AppSummary {
appId?: string | null;
creationTime?: Date | number | null;
description?: string | null;
importedAppId?: string | null;
lastModified?: Date | number | null;
latestReplicationTime?: Date | number | null;
launchConfigurationStatus?: AppLaunchConfigurationStatus | null;
launchDetails?: LaunchDetails | null;
launchStatus?: AppLaunchStatus | null;
launchStatusMessage?: string | null;
name?: string | null;
replicationConfigurationStatus?: AppReplicationConfigurationStatus | null;
replicationStatus?: AppReplicationStatus | null;
replicationStatusMessage?: string | null;
roleName?: string | null;
status?: AppStatus | null;
statusMessage?: string | null;
totalServerGroups?: number | null;
totalServers?: number | null;
}

§Properties

§
appId?: string | null
[src]

The unique ID of the application.

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

The creation time of the application.

§
description?: string | null
[src]

The description of the application.

§
importedAppId?: string | null
[src]

The ID of the application.

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

The last modified time of the application.

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

The timestamp of the application's most recent successful replication.

§
launchConfigurationStatus?: AppLaunchConfigurationStatus | null
[src]

Status of the launch configuration.

§
launchDetails?: LaunchDetails | null
[src]

Details about the latest launch of the application.

§
launchStatus?: AppLaunchStatus | null
[src]

The launch status of the application.

§
launchStatusMessage?: string | null
[src]

A message related to the launch status of the application.

§
name?: string | null
[src]

The name of the application.

§
replicationConfigurationStatus?: AppReplicationConfigurationStatus | null
[src]

Status of the replication configuration.

§
replicationStatus?: AppReplicationStatus | null
[src]

The replication status of the application.

§
replicationStatusMessage?: string | null
[src]

A message related to the replication status of the application.

§
roleName?: string | null
[src]

The name of the service role in the customer's account used by Server Migration Service.

§
status?: AppStatus | null
[src]

Status of the application.

§
statusMessage?: string | null
[src]

A message related to the status of the application

§
totalServerGroups?: number | null
[src]

The number of server groups present in the application.

§
totalServers?: number | null
[src]

The number of servers present in the application.