github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/pkg/providers/aws/sam/sam.go (about)

     1  package sam
     2  
     3  type SAM struct {
     4  	APIs          []API
     5  	Applications  []Application
     6  	Functions     []Function
     7  	HttpAPIs      []HttpAPI
     8  	SimpleTables  []SimpleTable
     9  	StateMachines []StateMachine
    10  }