ModuleProvisioningState type

Defines values for ModuleProvisioningState. Possible values include: 'Created', 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Cancelled', 'Updating'

type ModuleProvisioningState =
  | "Created"
  | "Creating"
  | "StartingImportModuleRunbook"
  | "RunningImportModuleRunbook"
  | "ContentRetrieved"
  | "ContentDownloaded"
  | "ContentValidated"
  | "ConnectionTypeImported"
  | "ContentStored"
  | "ModuleDataStored"
  | "ActivitiesStored"
  | "ModuleImportRunbookComplete"
  | "Succeeded"
  | "Failed"
  | "Cancelled"
  | "Updating"