Documentation
¶
Index ¶
- type IClient
- func (_m *IClient) CreateLandingZone(ctx context.Context, params *controltower.CreateLandingZoneInput, ...) (*controltower.CreateLandingZoneOutput, error)
- func (_m *IClient) DeleteLandingZone(ctx context.Context, params *controltower.DeleteLandingZoneInput, ...) (*controltower.DeleteLandingZoneOutput, error)
- func (_m *IClient) DisableBaseline(ctx context.Context, params *controltower.DisableBaselineInput, ...) (*controltower.DisableBaselineOutput, error)
- func (_m *IClient) DisableControl(ctx context.Context, params *controltower.DisableControlInput, ...) (*controltower.DisableControlOutput, error)
- func (_m *IClient) EnableBaseline(ctx context.Context, params *controltower.EnableBaselineInput, ...) (*controltower.EnableBaselineOutput, error)
- func (_m *IClient) EnableControl(ctx context.Context, params *controltower.EnableControlInput, ...) (*controltower.EnableControlOutput, error)
- func (_m *IClient) GetBaseline(ctx context.Context, params *controltower.GetBaselineInput, ...) (*controltower.GetBaselineOutput, error)
- func (_m *IClient) GetBaselineOperation(ctx context.Context, params *controltower.GetBaselineOperationInput, ...) (*controltower.GetBaselineOperationOutput, error)
- func (_m *IClient) GetControlOperation(ctx context.Context, params *controltower.GetControlOperationInput, ...) (*controltower.GetControlOperationOutput, error)
- func (_m *IClient) GetEnabledBaseline(ctx context.Context, params *controltower.GetEnabledBaselineInput, ...) (*controltower.GetEnabledBaselineOutput, error)
- func (_m *IClient) GetEnabledControl(ctx context.Context, params *controltower.GetEnabledControlInput, ...) (*controltower.GetEnabledControlOutput, error)
- func (_m *IClient) GetLandingZone(ctx context.Context, params *controltower.GetLandingZoneInput, ...) (*controltower.GetLandingZoneOutput, error)
- func (_m *IClient) GetLandingZoneOperation(ctx context.Context, params *controltower.GetLandingZoneOperationInput, ...) (*controltower.GetLandingZoneOperationOutput, error)
- func (_m *IClient) ListBaselines(ctx context.Context, params *controltower.ListBaselinesInput, ...) (*controltower.ListBaselinesOutput, error)
- func (_m *IClient) ListControlOperations(ctx context.Context, params *controltower.ListControlOperationsInput, ...) (*controltower.ListControlOperationsOutput, error)
- func (_m *IClient) ListEnabledBaselines(ctx context.Context, params *controltower.ListEnabledBaselinesInput, ...) (*controltower.ListEnabledBaselinesOutput, error)
- func (_m *IClient) ListEnabledControls(ctx context.Context, params *controltower.ListEnabledControlsInput, ...) (*controltower.ListEnabledControlsOutput, error)
- func (_m *IClient) ListLandingZoneOperations(ctx context.Context, params *controltower.ListLandingZoneOperationsInput, ...) (*controltower.ListLandingZoneOperationsOutput, error)
- func (_m *IClient) ListLandingZones(ctx context.Context, params *controltower.ListLandingZonesInput, ...) (*controltower.ListLandingZonesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *controltower.ListTagsForResourceInput, ...) (*controltower.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() controltower.Options
- func (_m *IClient) ResetEnabledBaseline(ctx context.Context, params *controltower.ResetEnabledBaselineInput, ...) (*controltower.ResetEnabledBaselineOutput, error)
- func (_m *IClient) ResetEnabledControl(ctx context.Context, params *controltower.ResetEnabledControlInput, ...) (*controltower.ResetEnabledControlOutput, error)
- func (_m *IClient) ResetLandingZone(ctx context.Context, params *controltower.ResetLandingZoneInput, ...) (*controltower.ResetLandingZoneOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *controltower.TagResourceInput, ...) (*controltower.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *controltower.UntagResourceInput, ...) (*controltower.UntagResourceOutput, error)
- func (_m *IClient) UpdateEnabledBaseline(ctx context.Context, params *controltower.UpdateEnabledBaselineInput, ...) (*controltower.UpdateEnabledBaselineOutput, error)
- func (_m *IClient) UpdateEnabledControl(ctx context.Context, params *controltower.UpdateEnabledControlInput, ...) (*controltower.UpdateEnabledControlOutput, error)
- func (_m *IClient) UpdateLandingZone(ctx context.Context, params *controltower.UpdateLandingZoneInput, ...) (*controltower.UpdateLandingZoneOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CreateLandingZone ¶
func (_m *IClient) CreateLandingZone(ctx context.Context, params *controltower.CreateLandingZoneInput, optFns ...func(*controltower.Options)) (*controltower.CreateLandingZoneOutput, error)
CreateLandingZone provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteLandingZone ¶
func (_m *IClient) DeleteLandingZone(ctx context.Context, params *controltower.DeleteLandingZoneInput, optFns ...func(*controltower.Options)) (*controltower.DeleteLandingZoneOutput, error)
DeleteLandingZone provides a mock function with given fields: ctx, params, optFns
func (*IClient) DisableBaseline ¶
func (_m *IClient) DisableBaseline(ctx context.Context, params *controltower.DisableBaselineInput, optFns ...func(*controltower.Options)) (*controltower.DisableBaselineOutput, error)
DisableBaseline provides a mock function with given fields: ctx, params, optFns
func (*IClient) DisableControl ¶
func (_m *IClient) DisableControl(ctx context.Context, params *controltower.DisableControlInput, optFns ...func(*controltower.Options)) (*controltower.DisableControlOutput, error)
DisableControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) EnableBaseline ¶
func (_m *IClient) EnableBaseline(ctx context.Context, params *controltower.EnableBaselineInput, optFns ...func(*controltower.Options)) (*controltower.EnableBaselineOutput, error)
EnableBaseline provides a mock function with given fields: ctx, params, optFns
func (*IClient) EnableControl ¶
func (_m *IClient) EnableControl(ctx context.Context, params *controltower.EnableControlInput, optFns ...func(*controltower.Options)) (*controltower.EnableControlOutput, error)
EnableControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetBaseline ¶
func (_m *IClient) GetBaseline(ctx context.Context, params *controltower.GetBaselineInput, optFns ...func(*controltower.Options)) (*controltower.GetBaselineOutput, error)
GetBaseline provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetBaselineOperation ¶
func (_m *IClient) GetBaselineOperation(ctx context.Context, params *controltower.GetBaselineOperationInput, optFns ...func(*controltower.Options)) (*controltower.GetBaselineOperationOutput, error)
GetBaselineOperation provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetControlOperation ¶
func (_m *IClient) GetControlOperation(ctx context.Context, params *controltower.GetControlOperationInput, optFns ...func(*controltower.Options)) (*controltower.GetControlOperationOutput, error)
GetControlOperation provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetEnabledBaseline ¶
func (_m *IClient) GetEnabledBaseline(ctx context.Context, params *controltower.GetEnabledBaselineInput, optFns ...func(*controltower.Options)) (*controltower.GetEnabledBaselineOutput, error)
GetEnabledBaseline provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetEnabledControl ¶
func (_m *IClient) GetEnabledControl(ctx context.Context, params *controltower.GetEnabledControlInput, optFns ...func(*controltower.Options)) (*controltower.GetEnabledControlOutput, error)
GetEnabledControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetLandingZone ¶
func (_m *IClient) GetLandingZone(ctx context.Context, params *controltower.GetLandingZoneInput, optFns ...func(*controltower.Options)) (*controltower.GetLandingZoneOutput, error)
GetLandingZone provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetLandingZoneOperation ¶
func (_m *IClient) GetLandingZoneOperation(ctx context.Context, params *controltower.GetLandingZoneOperationInput, optFns ...func(*controltower.Options)) (*controltower.GetLandingZoneOperationOutput, error)
GetLandingZoneOperation provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListBaselines ¶
func (_m *IClient) ListBaselines(ctx context.Context, params *controltower.ListBaselinesInput, optFns ...func(*controltower.Options)) (*controltower.ListBaselinesOutput, error)
ListBaselines provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListControlOperations ¶
func (_m *IClient) ListControlOperations(ctx context.Context, params *controltower.ListControlOperationsInput, optFns ...func(*controltower.Options)) (*controltower.ListControlOperationsOutput, error)
ListControlOperations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListEnabledBaselines ¶
func (_m *IClient) ListEnabledBaselines(ctx context.Context, params *controltower.ListEnabledBaselinesInput, optFns ...func(*controltower.Options)) (*controltower.ListEnabledBaselinesOutput, error)
ListEnabledBaselines provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListEnabledControls ¶
func (_m *IClient) ListEnabledControls(ctx context.Context, params *controltower.ListEnabledControlsInput, optFns ...func(*controltower.Options)) (*controltower.ListEnabledControlsOutput, error)
ListEnabledControls provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListLandingZoneOperations ¶
func (_m *IClient) ListLandingZoneOperations(ctx context.Context, params *controltower.ListLandingZoneOperationsInput, optFns ...func(*controltower.Options)) (*controltower.ListLandingZoneOperationsOutput, error)
ListLandingZoneOperations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListLandingZones ¶
func (_m *IClient) ListLandingZones(ctx context.Context, params *controltower.ListLandingZonesInput, optFns ...func(*controltower.Options)) (*controltower.ListLandingZonesOutput, error)
ListLandingZones provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *controltower.ListTagsForResourceInput, optFns ...func(*controltower.Options)) (*controltower.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() controltower.Options
Options provides a mock function with given fields:
func (*IClient) ResetEnabledBaseline ¶
func (_m *IClient) ResetEnabledBaseline(ctx context.Context, params *controltower.ResetEnabledBaselineInput, optFns ...func(*controltower.Options)) (*controltower.ResetEnabledBaselineOutput, error)
ResetEnabledBaseline provides a mock function with given fields: ctx, params, optFns
func (*IClient) ResetEnabledControl ¶ added in v0.1.0
func (_m *IClient) ResetEnabledControl(ctx context.Context, params *controltower.ResetEnabledControlInput, optFns ...func(*controltower.Options)) (*controltower.ResetEnabledControlOutput, error)
ResetEnabledControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) ResetLandingZone ¶
func (_m *IClient) ResetLandingZone(ctx context.Context, params *controltower.ResetLandingZoneInput, optFns ...func(*controltower.Options)) (*controltower.ResetLandingZoneOutput, error)
ResetLandingZone provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *controltower.TagResourceInput, optFns ...func(*controltower.Options)) (*controltower.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *controltower.UntagResourceInput, optFns ...func(*controltower.Options)) (*controltower.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateEnabledBaseline ¶
func (_m *IClient) UpdateEnabledBaseline(ctx context.Context, params *controltower.UpdateEnabledBaselineInput, optFns ...func(*controltower.Options)) (*controltower.UpdateEnabledBaselineOutput, error)
UpdateEnabledBaseline provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateEnabledControl ¶
func (_m *IClient) UpdateEnabledControl(ctx context.Context, params *controltower.UpdateEnabledControlInput, optFns ...func(*controltower.Options)) (*controltower.UpdateEnabledControlOutput, error)
UpdateEnabledControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateLandingZone ¶
func (_m *IClient) UpdateLandingZone(ctx context.Context, params *controltower.UpdateLandingZoneInput, optFns ...func(*controltower.Options)) (*controltower.UpdateLandingZoneOutput, error)
UpdateLandingZone provides a mock function with given fields: ctx, params, optFns