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

LastSync

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

Provides details about the product's connection sync and contains the following sub-fields.

  • LastSyncTime
    
  • LastSyncStatus
    
  • LastSyncStatusMessage
    
  • LastSuccessfulSyncTime
    
  • LastSuccessfulSyncProvisioningArtifactID
    
interface LastSync {
LastSuccessfulSyncProvisioningArtifactId?: string | null;
LastSuccessfulSyncTime?: Date | number | null;
LastSyncStatus?: LastSyncStatus | null;
LastSyncStatusMessage?: string | null;
LastSyncTime?: Date | number | null;
}

§Properties

§
LastSuccessfulSyncProvisioningArtifactId?: string | null
[src]

The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.

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

The time of the latest successful sync from the source repo artifact to the Service Catalog product.

§
LastSyncStatus?: LastSyncStatus | null
[src]

The current status of the sync. Responses include SUCCEEDED or FAILED.

§
LastSyncStatusMessage?: string | null
[src]

The sync's status message.

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

The time of the last attempted sync from the repository to the Service Catalog product.