README ¶ sfn-depends Usage Usage: sfn-depends [OPTION] STATE_MACHINE_ARN... -period string period -version print version and exit $ sfn-depends -period 1d pool-card-stg-cron-test validate pool-card-stg-cron-test state machine is successfully completed. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Client func NewClient() (*Client, error) func (client *Client) Validate(stateMachines []string, period time.Duration) error type SfnAPI Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { Sfn SfnAPI Region string AccountId string } func NewClient ¶ func NewClient() (*Client, error) func (*Client) Validate ¶ func (client *Client) Validate(stateMachines []string, period time.Duration) error type SfnAPI ¶ type SfnAPI interface { ListExecutions(ctx context.Context, params *sfn.ListExecutionsInput, optFns ...func(*sfn.Options)) (*sfn.ListExecutionsOutput, error) } Source Files ¶ View all Source files sfn.go Directories ¶ Show internal Expand all Path Synopsis cmd sfn-depends Click to show internal directories. Click to hide internal directories.