Versions in this module Expand all Collapse all v0 v0.3.0 Aug 24, 2026 Changes in this version + var CFNOnlyConstructs = []CFNOnlyConstruct + var DeprecatedServices = []DeprecatedService + var EmulatorBlocked = []EmulatorBlockedType + func DeprecatedCount(service DeprecatedService) int + func DeprecatedServiceViaCount() int + func DeprecatedTotal() int + func EvidenceProvider() string + func EvidenceVersion() string + func XformName(name string) string + type CFNOnlyConstruct struct + Reason string + Type string + type Cohort string + const CohortCFNOnly + const CohortCFNUnmodeled + const CohortDeprecated + const CohortEmulatorBlocked + const CohortRegistryLaggard + const CohortTFOnly + const CohortUnmapped + func Lookup(tfType string) (cohort Cohort, sentence string, ok bool) + type DeprecatedService struct + CFNPrefix string + Reason string + Service string + TFPrefix string + type EmulatorBlockedType struct + Admitted bool + Reason string + Type string + type FlociCapability struct + Evidence string + Source string + Status FlociStatus + func FlociServiceCapability(digest, service string) (FlociCapability, bool) + func FlociTypeCapability(digest, tfType, mechanism string) (FlociCapability, bool) + type FlociStatus string + const FlociBroken + const FlociImplemented + const FlociPartial + const FlociUnimplemented + const FlociUnverified + type LaggardType struct + CFNType string + TFType string + func RegistryLaggardTypes() []LaggardType + type NoteGroup struct + Count int + Note string + func CFNUnmodeledGroups() (groups []NoteGroup, total int) + func TFOnlyGroups() (groups []NoteGroup, total int) + func UnmappedGroups() (groups []NoteGroup, total int) + type TagVerb struct + Ambiguous bool + CLIService string + Composable bool + Known bool + Operation string + Reason string + ResourceArg string + Service string + TagKeyField string + TagValueField string + TagsArg string + TagsShape string + func TagVerbForType(tfType string) (TagVerb, bool) + type UnmappedGroup = NoteGroup