# Functions
GetMockClient is a convenience method to be called only from tests.
NewMockClient creates a new mock instance.
NewMockIBuilder creates a new mock instance.
# Structs
Builder is an IBuilder implementation that knows how to produce a mocked AWS Client for testing purposes.
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
MockIBuilder is a mock of IBuilder interface.
MockIBuilderMockRecorder is the mock recorder for MockIBuilder.