Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Folder = "requirements"
Functions ¶
This section is empty.
Types ¶
type ListTypesResponse ¶
type ListTypesResponse struct { TypeSummaries []types.TypeSummary `json:"TypeSummaries"` NextToken *string `json:"NextToken,omitempty"` }
type ManagedPolicies ¶
type ManagedPolicies struct{}
func (ManagedPolicies) GetFileName ¶
func (p ManagedPolicies) GetFileName() string
func (ManagedPolicies) GetName ¶
func (p ManagedPolicies) GetName() string
func (ManagedPolicies) GetPolicies ¶
func (p ManagedPolicies) GetPolicies() ([]ManagedPolicy, error)
GetPolicies reads the services from a JSON file in a specified folder
func (ManagedPolicies) Install ¶
func (p ManagedPolicies) Install() error
type ManagedPolicy ¶
type Types ¶
type Types struct{}
func (Types) GetFileName ¶
func (Types) GetServices ¶
GetServices reads the services from a JSON file in a specified folder
Click to show internal directories.
Click to hide internal directories.