Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
FSx file-systems, aliases, DRAs
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketbitz committed Jul 22, 2022
1 parent 0d98a38 commit 739bb9b
Show file tree
Hide file tree
Showing 7 changed files with 820 additions and 0 deletions.
40 changes: 40 additions & 0 deletions client/mocks/mock_fsx.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions client/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ type EmrClient interface {
//go:generate mockgen -package=mocks -destination=./mocks/mock_fsx.go . FsxClient
type FsxClient interface {
DescribeBackups(ctx context.Context, params *fsx.DescribeBackupsInput, optFns ...func(*fsx.Options)) (*fsx.DescribeBackupsOutput, error)
DescribeFileSystems(ctx context.Context, params *fsx.DescribeFileSystemsInput, optFns ...func(*fsx.Options)) (*fsx.DescribeFileSystemsOutput, error)
DescribeFileSystemAliases(ctx context.Context, params *fsx.DescribeFileSystemAliasesInput, optFns ...func(*fsx.Options)) (*fsx.DescribeFileSystemAliasesOutput, error)
}

//go:generate mockgen -package=mocks -destination=./mocks/mock_iam.go . IamClient
Expand Down
Loading

0 comments on commit 739bb9b

Please sign in to comment.