Documentation ¶
Overview ¶
Package controltowermock is a generated GoMock package.
Index ¶
- type MockControlTowerAPI
- func (m *MockControlTowerAPI) DeleteLandingZone(arg0 *controltower.DeleteLandingZoneInput) (*controltower.DeleteLandingZoneOutput, error)
- func (m *MockControlTowerAPI) DeleteLandingZoneRequest(arg0 *controltower.DeleteLandingZoneInput) (*request.Request, *controltower.DeleteLandingZoneOutput)
- func (m *MockControlTowerAPI) DeleteLandingZoneWithContext(arg0 context.Context, arg1 *controltower.DeleteLandingZoneInput, ...) (*controltower.DeleteLandingZoneOutput, error)
- func (m *MockControlTowerAPI) DisableBaseline(arg0 *controltower.DisableBaselineInput) (*controltower.DisableBaselineOutput, error)
- func (m *MockControlTowerAPI) DisableBaselineRequest(arg0 *controltower.DisableBaselineInput) (*request.Request, *controltower.DisableBaselineOutput)
- func (m *MockControlTowerAPI) DisableBaselineWithContext(arg0 context.Context, arg1 *controltower.DisableBaselineInput, ...) (*controltower.DisableBaselineOutput, error)
- func (m *MockControlTowerAPI) DisableControl(arg0 *controltower.DisableControlInput) (*controltower.DisableControlOutput, error)
- func (m *MockControlTowerAPI) DisableControlRequest(arg0 *controltower.DisableControlInput) (*request.Request, *controltower.DisableControlOutput)
- func (m *MockControlTowerAPI) DisableControlWithContext(arg0 context.Context, arg1 *controltower.DisableControlInput, ...) (*controltower.DisableControlOutput, error)
- func (m *MockControlTowerAPI) EXPECT() *MockControlTowerAPIMockRecorder
- func (m *MockControlTowerAPI) EnableBaseline(arg0 *controltower.EnableBaselineInput) (*controltower.EnableBaselineOutput, error)
- func (m *MockControlTowerAPI) EnableBaselineRequest(arg0 *controltower.EnableBaselineInput) (*request.Request, *controltower.EnableBaselineOutput)
- func (m *MockControlTowerAPI) EnableBaselineWithContext(arg0 context.Context, arg1 *controltower.EnableBaselineInput, ...) (*controltower.EnableBaselineOutput, error)
- func (m *MockControlTowerAPI) EnableControl(arg0 *controltower.EnableControlInput) (*controltower.EnableControlOutput, error)
- func (m *MockControlTowerAPI) EnableControlRequest(arg0 *controltower.EnableControlInput) (*request.Request, *controltower.EnableControlOutput)
- func (m *MockControlTowerAPI) EnableControlWithContext(arg0 context.Context, arg1 *controltower.EnableControlInput, ...) (*controltower.EnableControlOutput, error)
- func (m *MockControlTowerAPI) GetBaseline(arg0 *controltower.GetBaselineInput) (*controltower.GetBaselineOutput, error)
- func (m *MockControlTowerAPI) GetBaselineOperation(arg0 *controltower.GetBaselineOperationInput) (*controltower.GetBaselineOperationOutput, error)
- func (m *MockControlTowerAPI) GetBaselineOperationRequest(arg0 *controltower.GetBaselineOperationInput) (*request.Request, *controltower.GetBaselineOperationOutput)
- func (m *MockControlTowerAPI) GetBaselineOperationWithContext(arg0 context.Context, arg1 *controltower.GetBaselineOperationInput, ...) (*controltower.GetBaselineOperationOutput, error)
- func (m *MockControlTowerAPI) GetBaselineRequest(arg0 *controltower.GetBaselineInput) (*request.Request, *controltower.GetBaselineOutput)
- func (m *MockControlTowerAPI) GetBaselineWithContext(arg0 context.Context, arg1 *controltower.GetBaselineInput, ...) (*controltower.GetBaselineOutput, error)
- func (m *MockControlTowerAPI) GetControlOperation(arg0 *controltower.GetControlOperationInput) (*controltower.GetControlOperationOutput, error)
- func (m *MockControlTowerAPI) GetControlOperationRequest(arg0 *controltower.GetControlOperationInput) (*request.Request, *controltower.GetControlOperationOutput)
- func (m *MockControlTowerAPI) GetControlOperationWithContext(arg0 context.Context, arg1 *controltower.GetControlOperationInput, ...) (*controltower.GetControlOperationOutput, error)
- func (m *MockControlTowerAPI) GetEnabledBaseline(arg0 *controltower.GetEnabledBaselineInput) (*controltower.GetEnabledBaselineOutput, error)
- func (m *MockControlTowerAPI) GetEnabledBaselineRequest(arg0 *controltower.GetEnabledBaselineInput) (*request.Request, *controltower.GetEnabledBaselineOutput)
- func (m *MockControlTowerAPI) GetEnabledBaselineWithContext(arg0 context.Context, arg1 *controltower.GetEnabledBaselineInput, ...) (*controltower.GetEnabledBaselineOutput, error)
- func (m *MockControlTowerAPI) GetEnabledControl(arg0 *controltower.GetEnabledControlInput) (*controltower.GetEnabledControlOutput, error)
- func (m *MockControlTowerAPI) GetEnabledControlRequest(arg0 *controltower.GetEnabledControlInput) (*request.Request, *controltower.GetEnabledControlOutput)
- func (m *MockControlTowerAPI) GetEnabledControlWithContext(arg0 context.Context, arg1 *controltower.GetEnabledControlInput, ...) (*controltower.GetEnabledControlOutput, error)
- func (m *MockControlTowerAPI) GetLandingZoneOperation(arg0 *controltower.GetLandingZoneOperationInput) (*controltower.GetLandingZoneOperationOutput, error)
- func (m *MockControlTowerAPI) GetLandingZoneOperationRequest(arg0 *controltower.GetLandingZoneOperationInput) (*request.Request, *controltower.GetLandingZoneOperationOutput)
- func (m *MockControlTowerAPI) GetLandingZoneOperationWithContext(arg0 context.Context, arg1 *controltower.GetLandingZoneOperationInput, ...) (*controltower.GetLandingZoneOperationOutput, error)
- func (m *MockControlTowerAPI) ListBaselines(arg0 *controltower.ListBaselinesInput) (*controltower.ListBaselinesOutput, error)
- func (m *MockControlTowerAPI) ListBaselinesPages(arg0 *controltower.ListBaselinesInput, ...) error
- func (m *MockControlTowerAPI) ListBaselinesPagesWithContext(arg0 context.Context, arg1 *controltower.ListBaselinesInput, ...) error
- func (m *MockControlTowerAPI) ListBaselinesRequest(arg0 *controltower.ListBaselinesInput) (*request.Request, *controltower.ListBaselinesOutput)
- func (m *MockControlTowerAPI) ListBaselinesWithContext(arg0 context.Context, arg1 *controltower.ListBaselinesInput, ...) (*controltower.ListBaselinesOutput, error)
- func (m *MockControlTowerAPI) ListControlOperations(arg0 *controltower.ListControlOperationsInput) (*controltower.ListControlOperationsOutput, error)
- func (m *MockControlTowerAPI) ListControlOperationsPages(arg0 *controltower.ListControlOperationsInput, ...) error
- func (m *MockControlTowerAPI) ListControlOperationsPagesWithContext(arg0 context.Context, arg1 *controltower.ListControlOperationsInput, ...) error
- func (m *MockControlTowerAPI) ListControlOperationsRequest(arg0 *controltower.ListControlOperationsInput) (*request.Request, *controltower.ListControlOperationsOutput)
- func (m *MockControlTowerAPI) ListControlOperationsWithContext(arg0 context.Context, arg1 *controltower.ListControlOperationsInput, ...) (*controltower.ListControlOperationsOutput, error)
- func (m *MockControlTowerAPI) ListEnabledBaselines(arg0 *controltower.ListEnabledBaselinesInput) (*controltower.ListEnabledBaselinesOutput, error)
- func (m *MockControlTowerAPI) ListEnabledBaselinesPages(arg0 *controltower.ListEnabledBaselinesInput, ...) error
- func (m *MockControlTowerAPI) ListEnabledBaselinesPagesWithContext(arg0 context.Context, arg1 *controltower.ListEnabledBaselinesInput, ...) error
- func (m *MockControlTowerAPI) ListEnabledBaselinesRequest(arg0 *controltower.ListEnabledBaselinesInput) (*request.Request, *controltower.ListEnabledBaselinesOutput)
- func (m *MockControlTowerAPI) ListEnabledBaselinesWithContext(arg0 context.Context, arg1 *controltower.ListEnabledBaselinesInput, ...) (*controltower.ListEnabledBaselinesOutput, error)
- func (m *MockControlTowerAPI) ListEnabledControls(arg0 *controltower.ListEnabledControlsInput) (*controltower.ListEnabledControlsOutput, error)
- func (m *MockControlTowerAPI) ListEnabledControlsPages(arg0 *controltower.ListEnabledControlsInput, ...) error
- func (m *MockControlTowerAPI) ListEnabledControlsPagesWithContext(arg0 context.Context, arg1 *controltower.ListEnabledControlsInput, ...) error
- func (m *MockControlTowerAPI) ListEnabledControlsRequest(arg0 *controltower.ListEnabledControlsInput) (*request.Request, *controltower.ListEnabledControlsOutput)
- func (m *MockControlTowerAPI) ListEnabledControlsWithContext(arg0 context.Context, arg1 *controltower.ListEnabledControlsInput, ...) (*controltower.ListEnabledControlsOutput, error)
- func (m *MockControlTowerAPI) ListLandingZones(arg0 *controltower.ListLandingZonesInput) (*controltower.ListLandingZonesOutput, error)
- func (m *MockControlTowerAPI) ListLandingZonesPages(arg0 *controltower.ListLandingZonesInput, ...) error
- func (m *MockControlTowerAPI) ListLandingZonesPagesWithContext(arg0 context.Context, arg1 *controltower.ListLandingZonesInput, ...) error
- func (m *MockControlTowerAPI) ListLandingZonesRequest(arg0 *controltower.ListLandingZonesInput) (*request.Request, *controltower.ListLandingZonesOutput)
- func (m *MockControlTowerAPI) ListLandingZonesWithContext(arg0 context.Context, arg1 *controltower.ListLandingZonesInput, ...) (*controltower.ListLandingZonesOutput, error)
- func (m *MockControlTowerAPI) ListTagsForResource(arg0 *controltower.ListTagsForResourceInput) (*controltower.ListTagsForResourceOutput, error)
- func (m *MockControlTowerAPI) ListTagsForResourceRequest(arg0 *controltower.ListTagsForResourceInput) (*request.Request, *controltower.ListTagsForResourceOutput)
- func (m *MockControlTowerAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *controltower.ListTagsForResourceInput, ...) (*controltower.ListTagsForResourceOutput, error)
- func (m *MockControlTowerAPI) ResetEnabledBaseline(arg0 *controltower.ResetEnabledBaselineInput) (*controltower.ResetEnabledBaselineOutput, error)
- func (m *MockControlTowerAPI) ResetEnabledBaselineRequest(arg0 *controltower.ResetEnabledBaselineInput) (*request.Request, *controltower.ResetEnabledBaselineOutput)
- func (m *MockControlTowerAPI) ResetEnabledBaselineWithContext(arg0 context.Context, arg1 *controltower.ResetEnabledBaselineInput, ...) (*controltower.ResetEnabledBaselineOutput, error)
- func (m *MockControlTowerAPI) ResetLandingZone(arg0 *controltower.ResetLandingZoneInput) (*controltower.ResetLandingZoneOutput, error)
- func (m *MockControlTowerAPI) ResetLandingZoneRequest(arg0 *controltower.ResetLandingZoneInput) (*request.Request, *controltower.ResetLandingZoneOutput)
- func (m *MockControlTowerAPI) ResetLandingZoneWithContext(arg0 context.Context, arg1 *controltower.ResetLandingZoneInput, ...) (*controltower.ResetLandingZoneOutput, error)
- func (m *MockControlTowerAPI) TagResource(arg0 *controltower.TagResourceInput) (*controltower.TagResourceOutput, error)
- func (m *MockControlTowerAPI) TagResourceRequest(arg0 *controltower.TagResourceInput) (*request.Request, *controltower.TagResourceOutput)
- func (m *MockControlTowerAPI) TagResourceWithContext(arg0 context.Context, arg1 *controltower.TagResourceInput, ...) (*controltower.TagResourceOutput, error)
- func (m *MockControlTowerAPI) UntagResource(arg0 *controltower.UntagResourceInput) (*controltower.UntagResourceOutput, error)
- func (m *MockControlTowerAPI) UntagResourceRequest(arg0 *controltower.UntagResourceInput) (*request.Request, *controltower.UntagResourceOutput)
- func (m *MockControlTowerAPI) UntagResourceWithContext(arg0 context.Context, arg1 *controltower.UntagResourceInput, ...) (*controltower.UntagResourceOutput, error)
- func (m *MockControlTowerAPI) UpdateEnabledBaseline(arg0 *controltower.UpdateEnabledBaselineInput) (*controltower.UpdateEnabledBaselineOutput, error)
- func (m *MockControlTowerAPI) UpdateEnabledBaselineRequest(arg0 *controltower.UpdateEnabledBaselineInput) (*request.Request, *controltower.UpdateEnabledBaselineOutput)
- func (m *MockControlTowerAPI) UpdateEnabledBaselineWithContext(arg0 context.Context, arg1 *controltower.UpdateEnabledBaselineInput, ...) (*controltower.UpdateEnabledBaselineOutput, error)
- type MockControlTowerAPIMockRecorder
- func (mr *MockControlTowerAPIMockRecorder) DeleteLandingZone(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) DeleteLandingZoneRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) DeleteLandingZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) DisableBaseline(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) DisableBaselineRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) DisableBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) DisableControl(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) DisableControlRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) DisableControlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) EnableBaseline(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) EnableBaselineRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) EnableBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) EnableControl(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) EnableControlRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) EnableControlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetBaseline(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetBaselineOperation(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetBaselineOperationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetBaselineOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetBaselineRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetControlOperation(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetControlOperationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetControlOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetEnabledBaseline(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetEnabledBaselineRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetEnabledBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetEnabledControl(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetEnabledControlRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetEnabledControlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetLandingZoneOperation(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetLandingZoneOperationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) GetLandingZoneOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListBaselines(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListBaselinesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListBaselinesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListBaselinesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListBaselinesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListControlOperations(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListControlOperationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListControlOperationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListControlOperationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListControlOperationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselines(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselinesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselinesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselinesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselinesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledControls(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledControlsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledControlsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledControlsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListEnabledControlsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListLandingZones(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListLandingZonesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListLandingZonesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListLandingZonesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListLandingZonesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ResetEnabledBaseline(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ResetEnabledBaselineRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ResetEnabledBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ResetLandingZone(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ResetLandingZoneRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) ResetLandingZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) UpdateEnabledBaseline(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) UpdateEnabledBaselineRequest(arg0 interface{}) *gomock.Call
- func (mr *MockControlTowerAPIMockRecorder) UpdateEnabledBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockControlTowerAPI ¶
type MockControlTowerAPI struct {
// contains filtered or unexported fields
}
MockControlTowerAPI is a mock of ControlTowerAPI interface
func NewMockControlTowerAPI ¶
func NewMockControlTowerAPI(ctrl *gomock.Controller) *MockControlTowerAPI
NewMockControlTowerAPI creates a new mock instance
func (*MockControlTowerAPI) DeleteLandingZone ¶ added in v1.54.2
func (m *MockControlTowerAPI) DeleteLandingZone(arg0 *controltower.DeleteLandingZoneInput) (*controltower.DeleteLandingZoneOutput, error)
DeleteLandingZone mocks base method
func (*MockControlTowerAPI) DeleteLandingZoneRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) DeleteLandingZoneRequest(arg0 *controltower.DeleteLandingZoneInput) (*request.Request, *controltower.DeleteLandingZoneOutput)
DeleteLandingZoneRequest mocks base method
func (*MockControlTowerAPI) DeleteLandingZoneWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) DeleteLandingZoneWithContext(arg0 context.Context, arg1 *controltower.DeleteLandingZoneInput, arg2 ...request.Option) (*controltower.DeleteLandingZoneOutput, error)
DeleteLandingZoneWithContext mocks base method
func (*MockControlTowerAPI) DisableBaseline ¶ added in v1.54.2
func (m *MockControlTowerAPI) DisableBaseline(arg0 *controltower.DisableBaselineInput) (*controltower.DisableBaselineOutput, error)
DisableBaseline mocks base method
func (*MockControlTowerAPI) DisableBaselineRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) DisableBaselineRequest(arg0 *controltower.DisableBaselineInput) (*request.Request, *controltower.DisableBaselineOutput)
DisableBaselineRequest mocks base method
func (*MockControlTowerAPI) DisableBaselineWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) DisableBaselineWithContext(arg0 context.Context, arg1 *controltower.DisableBaselineInput, arg2 ...request.Option) (*controltower.DisableBaselineOutput, error)
DisableBaselineWithContext mocks base method
func (*MockControlTowerAPI) DisableControl ¶
func (m *MockControlTowerAPI) DisableControl(arg0 *controltower.DisableControlInput) (*controltower.DisableControlOutput, error)
DisableControl mocks base method
func (*MockControlTowerAPI) DisableControlRequest ¶
func (m *MockControlTowerAPI) DisableControlRequest(arg0 *controltower.DisableControlInput) (*request.Request, *controltower.DisableControlOutput)
DisableControlRequest mocks base method
func (*MockControlTowerAPI) DisableControlWithContext ¶
func (m *MockControlTowerAPI) DisableControlWithContext(arg0 context.Context, arg1 *controltower.DisableControlInput, arg2 ...request.Option) (*controltower.DisableControlOutput, error)
DisableControlWithContext mocks base method
func (*MockControlTowerAPI) EXPECT ¶
func (m *MockControlTowerAPI) EXPECT() *MockControlTowerAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockControlTowerAPI) EnableBaseline ¶ added in v1.54.2
func (m *MockControlTowerAPI) EnableBaseline(arg0 *controltower.EnableBaselineInput) (*controltower.EnableBaselineOutput, error)
EnableBaseline mocks base method
func (*MockControlTowerAPI) EnableBaselineRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) EnableBaselineRequest(arg0 *controltower.EnableBaselineInput) (*request.Request, *controltower.EnableBaselineOutput)
EnableBaselineRequest mocks base method
func (*MockControlTowerAPI) EnableBaselineWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) EnableBaselineWithContext(arg0 context.Context, arg1 *controltower.EnableBaselineInput, arg2 ...request.Option) (*controltower.EnableBaselineOutput, error)
EnableBaselineWithContext mocks base method
func (*MockControlTowerAPI) EnableControl ¶
func (m *MockControlTowerAPI) EnableControl(arg0 *controltower.EnableControlInput) (*controltower.EnableControlOutput, error)
EnableControl mocks base method
func (*MockControlTowerAPI) EnableControlRequest ¶
func (m *MockControlTowerAPI) EnableControlRequest(arg0 *controltower.EnableControlInput) (*request.Request, *controltower.EnableControlOutput)
EnableControlRequest mocks base method
func (*MockControlTowerAPI) EnableControlWithContext ¶
func (m *MockControlTowerAPI) EnableControlWithContext(arg0 context.Context, arg1 *controltower.EnableControlInput, arg2 ...request.Option) (*controltower.EnableControlOutput, error)
EnableControlWithContext mocks base method
func (*MockControlTowerAPI) GetBaseline ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetBaseline(arg0 *controltower.GetBaselineInput) (*controltower.GetBaselineOutput, error)
GetBaseline mocks base method
func (*MockControlTowerAPI) GetBaselineOperation ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetBaselineOperation(arg0 *controltower.GetBaselineOperationInput) (*controltower.GetBaselineOperationOutput, error)
GetBaselineOperation mocks base method
func (*MockControlTowerAPI) GetBaselineOperationRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetBaselineOperationRequest(arg0 *controltower.GetBaselineOperationInput) (*request.Request, *controltower.GetBaselineOperationOutput)
GetBaselineOperationRequest mocks base method
func (*MockControlTowerAPI) GetBaselineOperationWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetBaselineOperationWithContext(arg0 context.Context, arg1 *controltower.GetBaselineOperationInput, arg2 ...request.Option) (*controltower.GetBaselineOperationOutput, error)
GetBaselineOperationWithContext mocks base method
func (*MockControlTowerAPI) GetBaselineRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetBaselineRequest(arg0 *controltower.GetBaselineInput) (*request.Request, *controltower.GetBaselineOutput)
GetBaselineRequest mocks base method
func (*MockControlTowerAPI) GetBaselineWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetBaselineWithContext(arg0 context.Context, arg1 *controltower.GetBaselineInput, arg2 ...request.Option) (*controltower.GetBaselineOutput, error)
GetBaselineWithContext mocks base method
func (*MockControlTowerAPI) GetControlOperation ¶
func (m *MockControlTowerAPI) GetControlOperation(arg0 *controltower.GetControlOperationInput) (*controltower.GetControlOperationOutput, error)
GetControlOperation mocks base method
func (*MockControlTowerAPI) GetControlOperationRequest ¶
func (m *MockControlTowerAPI) GetControlOperationRequest(arg0 *controltower.GetControlOperationInput) (*request.Request, *controltower.GetControlOperationOutput)
GetControlOperationRequest mocks base method
func (*MockControlTowerAPI) GetControlOperationWithContext ¶
func (m *MockControlTowerAPI) GetControlOperationWithContext(arg0 context.Context, arg1 *controltower.GetControlOperationInput, arg2 ...request.Option) (*controltower.GetControlOperationOutput, error)
GetControlOperationWithContext mocks base method
func (*MockControlTowerAPI) GetEnabledBaseline ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetEnabledBaseline(arg0 *controltower.GetEnabledBaselineInput) (*controltower.GetEnabledBaselineOutput, error)
GetEnabledBaseline mocks base method
func (*MockControlTowerAPI) GetEnabledBaselineRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetEnabledBaselineRequest(arg0 *controltower.GetEnabledBaselineInput) (*request.Request, *controltower.GetEnabledBaselineOutput)
GetEnabledBaselineRequest mocks base method
func (*MockControlTowerAPI) GetEnabledBaselineWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetEnabledBaselineWithContext(arg0 context.Context, arg1 *controltower.GetEnabledBaselineInput, arg2 ...request.Option) (*controltower.GetEnabledBaselineOutput, error)
GetEnabledBaselineWithContext mocks base method
func (*MockControlTowerAPI) GetEnabledControl ¶ added in v1.45.25
func (m *MockControlTowerAPI) GetEnabledControl(arg0 *controltower.GetEnabledControlInput) (*controltower.GetEnabledControlOutput, error)
GetEnabledControl mocks base method
func (*MockControlTowerAPI) GetEnabledControlRequest ¶ added in v1.45.25
func (m *MockControlTowerAPI) GetEnabledControlRequest(arg0 *controltower.GetEnabledControlInput) (*request.Request, *controltower.GetEnabledControlOutput)
GetEnabledControlRequest mocks base method
func (*MockControlTowerAPI) GetEnabledControlWithContext ¶ added in v1.45.25
func (m *MockControlTowerAPI) GetEnabledControlWithContext(arg0 context.Context, arg1 *controltower.GetEnabledControlInput, arg2 ...request.Option) (*controltower.GetEnabledControlOutput, error)
GetEnabledControlWithContext mocks base method
func (*MockControlTowerAPI) GetLandingZoneOperation ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetLandingZoneOperation(arg0 *controltower.GetLandingZoneOperationInput) (*controltower.GetLandingZoneOperationOutput, error)
GetLandingZoneOperation mocks base method
func (*MockControlTowerAPI) GetLandingZoneOperationRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetLandingZoneOperationRequest(arg0 *controltower.GetLandingZoneOperationInput) (*request.Request, *controltower.GetLandingZoneOperationOutput)
GetLandingZoneOperationRequest mocks base method
func (*MockControlTowerAPI) GetLandingZoneOperationWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) GetLandingZoneOperationWithContext(arg0 context.Context, arg1 *controltower.GetLandingZoneOperationInput, arg2 ...request.Option) (*controltower.GetLandingZoneOperationOutput, error)
GetLandingZoneOperationWithContext mocks base method
func (*MockControlTowerAPI) ListBaselines ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListBaselines(arg0 *controltower.ListBaselinesInput) (*controltower.ListBaselinesOutput, error)
ListBaselines mocks base method
func (*MockControlTowerAPI) ListBaselinesPages ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListBaselinesPages(arg0 *controltower.ListBaselinesInput, arg1 func(*controltower.ListBaselinesOutput, bool) bool) error
ListBaselinesPages mocks base method
func (*MockControlTowerAPI) ListBaselinesPagesWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListBaselinesPagesWithContext(arg0 context.Context, arg1 *controltower.ListBaselinesInput, arg2 func(*controltower.ListBaselinesOutput, bool) bool, arg3 ...request.Option) error
ListBaselinesPagesWithContext mocks base method
func (*MockControlTowerAPI) ListBaselinesRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListBaselinesRequest(arg0 *controltower.ListBaselinesInput) (*request.Request, *controltower.ListBaselinesOutput)
ListBaselinesRequest mocks base method
func (*MockControlTowerAPI) ListBaselinesWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListBaselinesWithContext(arg0 context.Context, arg1 *controltower.ListBaselinesInput, arg2 ...request.Option) (*controltower.ListBaselinesOutput, error)
ListBaselinesWithContext mocks base method
func (*MockControlTowerAPI) ListControlOperations ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListControlOperations(arg0 *controltower.ListControlOperationsInput) (*controltower.ListControlOperationsOutput, error)
ListControlOperations mocks base method
func (*MockControlTowerAPI) ListControlOperationsPages ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListControlOperationsPages(arg0 *controltower.ListControlOperationsInput, arg1 func(*controltower.ListControlOperationsOutput, bool) bool) error
ListControlOperationsPages mocks base method
func (*MockControlTowerAPI) ListControlOperationsPagesWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListControlOperationsPagesWithContext(arg0 context.Context, arg1 *controltower.ListControlOperationsInput, arg2 func(*controltower.ListControlOperationsOutput, bool) bool, arg3 ...request.Option) error
ListControlOperationsPagesWithContext mocks base method
func (*MockControlTowerAPI) ListControlOperationsRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListControlOperationsRequest(arg0 *controltower.ListControlOperationsInput) (*request.Request, *controltower.ListControlOperationsOutput)
ListControlOperationsRequest mocks base method
func (*MockControlTowerAPI) ListControlOperationsWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListControlOperationsWithContext(arg0 context.Context, arg1 *controltower.ListControlOperationsInput, arg2 ...request.Option) (*controltower.ListControlOperationsOutput, error)
ListControlOperationsWithContext mocks base method
func (*MockControlTowerAPI) ListEnabledBaselines ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListEnabledBaselines(arg0 *controltower.ListEnabledBaselinesInput) (*controltower.ListEnabledBaselinesOutput, error)
ListEnabledBaselines mocks base method
func (*MockControlTowerAPI) ListEnabledBaselinesPages ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListEnabledBaselinesPages(arg0 *controltower.ListEnabledBaselinesInput, arg1 func(*controltower.ListEnabledBaselinesOutput, bool) bool) error
ListEnabledBaselinesPages mocks base method
func (*MockControlTowerAPI) ListEnabledBaselinesPagesWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListEnabledBaselinesPagesWithContext(arg0 context.Context, arg1 *controltower.ListEnabledBaselinesInput, arg2 func(*controltower.ListEnabledBaselinesOutput, bool) bool, arg3 ...request.Option) error
ListEnabledBaselinesPagesWithContext mocks base method
func (*MockControlTowerAPI) ListEnabledBaselinesRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListEnabledBaselinesRequest(arg0 *controltower.ListEnabledBaselinesInput) (*request.Request, *controltower.ListEnabledBaselinesOutput)
ListEnabledBaselinesRequest mocks base method
func (*MockControlTowerAPI) ListEnabledBaselinesWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListEnabledBaselinesWithContext(arg0 context.Context, arg1 *controltower.ListEnabledBaselinesInput, arg2 ...request.Option) (*controltower.ListEnabledBaselinesOutput, error)
ListEnabledBaselinesWithContext mocks base method
func (*MockControlTowerAPI) ListEnabledControls ¶
func (m *MockControlTowerAPI) ListEnabledControls(arg0 *controltower.ListEnabledControlsInput) (*controltower.ListEnabledControlsOutput, error)
ListEnabledControls mocks base method
func (*MockControlTowerAPI) ListEnabledControlsPages ¶
func (m *MockControlTowerAPI) ListEnabledControlsPages(arg0 *controltower.ListEnabledControlsInput, arg1 func(*controltower.ListEnabledControlsOutput, bool) bool) error
ListEnabledControlsPages mocks base method
func (*MockControlTowerAPI) ListEnabledControlsPagesWithContext ¶
func (m *MockControlTowerAPI) ListEnabledControlsPagesWithContext(arg0 context.Context, arg1 *controltower.ListEnabledControlsInput, arg2 func(*controltower.ListEnabledControlsOutput, bool) bool, arg3 ...request.Option) error
ListEnabledControlsPagesWithContext mocks base method
func (*MockControlTowerAPI) ListEnabledControlsRequest ¶
func (m *MockControlTowerAPI) ListEnabledControlsRequest(arg0 *controltower.ListEnabledControlsInput) (*request.Request, *controltower.ListEnabledControlsOutput)
ListEnabledControlsRequest mocks base method
func (*MockControlTowerAPI) ListEnabledControlsWithContext ¶
func (m *MockControlTowerAPI) ListEnabledControlsWithContext(arg0 context.Context, arg1 *controltower.ListEnabledControlsInput, arg2 ...request.Option) (*controltower.ListEnabledControlsOutput, error)
ListEnabledControlsWithContext mocks base method
func (*MockControlTowerAPI) ListLandingZones ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListLandingZones(arg0 *controltower.ListLandingZonesInput) (*controltower.ListLandingZonesOutput, error)
ListLandingZones mocks base method
func (*MockControlTowerAPI) ListLandingZonesPages ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListLandingZonesPages(arg0 *controltower.ListLandingZonesInput, arg1 func(*controltower.ListLandingZonesOutput, bool) bool) error
ListLandingZonesPages mocks base method
func (*MockControlTowerAPI) ListLandingZonesPagesWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListLandingZonesPagesWithContext(arg0 context.Context, arg1 *controltower.ListLandingZonesInput, arg2 func(*controltower.ListLandingZonesOutput, bool) bool, arg3 ...request.Option) error
ListLandingZonesPagesWithContext mocks base method
func (*MockControlTowerAPI) ListLandingZonesRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListLandingZonesRequest(arg0 *controltower.ListLandingZonesInput) (*request.Request, *controltower.ListLandingZonesOutput)
ListLandingZonesRequest mocks base method
func (*MockControlTowerAPI) ListLandingZonesWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListLandingZonesWithContext(arg0 context.Context, arg1 *controltower.ListLandingZonesInput, arg2 ...request.Option) (*controltower.ListLandingZonesOutput, error)
ListLandingZonesWithContext mocks base method
func (*MockControlTowerAPI) ListTagsForResource ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListTagsForResource(arg0 *controltower.ListTagsForResourceInput) (*controltower.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockControlTowerAPI) ListTagsForResourceRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListTagsForResourceRequest(arg0 *controltower.ListTagsForResourceInput) (*request.Request, *controltower.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockControlTowerAPI) ListTagsForResourceWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *controltower.ListTagsForResourceInput, arg2 ...request.Option) (*controltower.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockControlTowerAPI) ResetEnabledBaseline ¶ added in v1.54.2
func (m *MockControlTowerAPI) ResetEnabledBaseline(arg0 *controltower.ResetEnabledBaselineInput) (*controltower.ResetEnabledBaselineOutput, error)
ResetEnabledBaseline mocks base method
func (*MockControlTowerAPI) ResetEnabledBaselineRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) ResetEnabledBaselineRequest(arg0 *controltower.ResetEnabledBaselineInput) (*request.Request, *controltower.ResetEnabledBaselineOutput)
ResetEnabledBaselineRequest mocks base method
func (*MockControlTowerAPI) ResetEnabledBaselineWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ResetEnabledBaselineWithContext(arg0 context.Context, arg1 *controltower.ResetEnabledBaselineInput, arg2 ...request.Option) (*controltower.ResetEnabledBaselineOutput, error)
ResetEnabledBaselineWithContext mocks base method
func (*MockControlTowerAPI) ResetLandingZone ¶ added in v1.54.2
func (m *MockControlTowerAPI) ResetLandingZone(arg0 *controltower.ResetLandingZoneInput) (*controltower.ResetLandingZoneOutput, error)
ResetLandingZone mocks base method
func (*MockControlTowerAPI) ResetLandingZoneRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) ResetLandingZoneRequest(arg0 *controltower.ResetLandingZoneInput) (*request.Request, *controltower.ResetLandingZoneOutput)
ResetLandingZoneRequest mocks base method
func (*MockControlTowerAPI) ResetLandingZoneWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) ResetLandingZoneWithContext(arg0 context.Context, arg1 *controltower.ResetLandingZoneInput, arg2 ...request.Option) (*controltower.ResetLandingZoneOutput, error)
ResetLandingZoneWithContext mocks base method
func (*MockControlTowerAPI) TagResource ¶ added in v1.54.2
func (m *MockControlTowerAPI) TagResource(arg0 *controltower.TagResourceInput) (*controltower.TagResourceOutput, error)
TagResource mocks base method
func (*MockControlTowerAPI) TagResourceRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) TagResourceRequest(arg0 *controltower.TagResourceInput) (*request.Request, *controltower.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockControlTowerAPI) TagResourceWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) TagResourceWithContext(arg0 context.Context, arg1 *controltower.TagResourceInput, arg2 ...request.Option) (*controltower.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockControlTowerAPI) UntagResource ¶ added in v1.54.2
func (m *MockControlTowerAPI) UntagResource(arg0 *controltower.UntagResourceInput) (*controltower.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockControlTowerAPI) UntagResourceRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) UntagResourceRequest(arg0 *controltower.UntagResourceInput) (*request.Request, *controltower.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockControlTowerAPI) UntagResourceWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) UntagResourceWithContext(arg0 context.Context, arg1 *controltower.UntagResourceInput, arg2 ...request.Option) (*controltower.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockControlTowerAPI) UpdateEnabledBaseline ¶ added in v1.54.2
func (m *MockControlTowerAPI) UpdateEnabledBaseline(arg0 *controltower.UpdateEnabledBaselineInput) (*controltower.UpdateEnabledBaselineOutput, error)
UpdateEnabledBaseline mocks base method
func (*MockControlTowerAPI) UpdateEnabledBaselineRequest ¶ added in v1.54.2
func (m *MockControlTowerAPI) UpdateEnabledBaselineRequest(arg0 *controltower.UpdateEnabledBaselineInput) (*request.Request, *controltower.UpdateEnabledBaselineOutput)
UpdateEnabledBaselineRequest mocks base method
func (*MockControlTowerAPI) UpdateEnabledBaselineWithContext ¶ added in v1.54.2
func (m *MockControlTowerAPI) UpdateEnabledBaselineWithContext(arg0 context.Context, arg1 *controltower.UpdateEnabledBaselineInput, arg2 ...request.Option) (*controltower.UpdateEnabledBaselineOutput, error)
UpdateEnabledBaselineWithContext mocks base method
type MockControlTowerAPIMockRecorder ¶
type MockControlTowerAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockControlTowerAPIMockRecorder is the mock recorder for MockControlTowerAPI
func (*MockControlTowerAPIMockRecorder) DeleteLandingZone ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) DeleteLandingZone(arg0 interface{}) *gomock.Call
DeleteLandingZone indicates an expected call of DeleteLandingZone
func (*MockControlTowerAPIMockRecorder) DeleteLandingZoneRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) DeleteLandingZoneRequest(arg0 interface{}) *gomock.Call
DeleteLandingZoneRequest indicates an expected call of DeleteLandingZoneRequest
func (*MockControlTowerAPIMockRecorder) DeleteLandingZoneWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) DeleteLandingZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteLandingZoneWithContext indicates an expected call of DeleteLandingZoneWithContext
func (*MockControlTowerAPIMockRecorder) DisableBaseline ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) DisableBaseline(arg0 interface{}) *gomock.Call
DisableBaseline indicates an expected call of DisableBaseline
func (*MockControlTowerAPIMockRecorder) DisableBaselineRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) DisableBaselineRequest(arg0 interface{}) *gomock.Call
DisableBaselineRequest indicates an expected call of DisableBaselineRequest
func (*MockControlTowerAPIMockRecorder) DisableBaselineWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) DisableBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisableBaselineWithContext indicates an expected call of DisableBaselineWithContext
func (*MockControlTowerAPIMockRecorder) DisableControl ¶
func (mr *MockControlTowerAPIMockRecorder) DisableControl(arg0 interface{}) *gomock.Call
DisableControl indicates an expected call of DisableControl
func (*MockControlTowerAPIMockRecorder) DisableControlRequest ¶
func (mr *MockControlTowerAPIMockRecorder) DisableControlRequest(arg0 interface{}) *gomock.Call
DisableControlRequest indicates an expected call of DisableControlRequest
func (*MockControlTowerAPIMockRecorder) DisableControlWithContext ¶
func (mr *MockControlTowerAPIMockRecorder) DisableControlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisableControlWithContext indicates an expected call of DisableControlWithContext
func (*MockControlTowerAPIMockRecorder) EnableBaseline ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) EnableBaseline(arg0 interface{}) *gomock.Call
EnableBaseline indicates an expected call of EnableBaseline
func (*MockControlTowerAPIMockRecorder) EnableBaselineRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) EnableBaselineRequest(arg0 interface{}) *gomock.Call
EnableBaselineRequest indicates an expected call of EnableBaselineRequest
func (*MockControlTowerAPIMockRecorder) EnableBaselineWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) EnableBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
EnableBaselineWithContext indicates an expected call of EnableBaselineWithContext
func (*MockControlTowerAPIMockRecorder) EnableControl ¶
func (mr *MockControlTowerAPIMockRecorder) EnableControl(arg0 interface{}) *gomock.Call
EnableControl indicates an expected call of EnableControl
func (*MockControlTowerAPIMockRecorder) EnableControlRequest ¶
func (mr *MockControlTowerAPIMockRecorder) EnableControlRequest(arg0 interface{}) *gomock.Call
EnableControlRequest indicates an expected call of EnableControlRequest
func (*MockControlTowerAPIMockRecorder) EnableControlWithContext ¶
func (mr *MockControlTowerAPIMockRecorder) EnableControlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
EnableControlWithContext indicates an expected call of EnableControlWithContext
func (*MockControlTowerAPIMockRecorder) GetBaseline ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetBaseline(arg0 interface{}) *gomock.Call
GetBaseline indicates an expected call of GetBaseline
func (*MockControlTowerAPIMockRecorder) GetBaselineOperation ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetBaselineOperation(arg0 interface{}) *gomock.Call
GetBaselineOperation indicates an expected call of GetBaselineOperation
func (*MockControlTowerAPIMockRecorder) GetBaselineOperationRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetBaselineOperationRequest(arg0 interface{}) *gomock.Call
GetBaselineOperationRequest indicates an expected call of GetBaselineOperationRequest
func (*MockControlTowerAPIMockRecorder) GetBaselineOperationWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetBaselineOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBaselineOperationWithContext indicates an expected call of GetBaselineOperationWithContext
func (*MockControlTowerAPIMockRecorder) GetBaselineRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetBaselineRequest(arg0 interface{}) *gomock.Call
GetBaselineRequest indicates an expected call of GetBaselineRequest
func (*MockControlTowerAPIMockRecorder) GetBaselineWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBaselineWithContext indicates an expected call of GetBaselineWithContext
func (*MockControlTowerAPIMockRecorder) GetControlOperation ¶
func (mr *MockControlTowerAPIMockRecorder) GetControlOperation(arg0 interface{}) *gomock.Call
GetControlOperation indicates an expected call of GetControlOperation
func (*MockControlTowerAPIMockRecorder) GetControlOperationRequest ¶
func (mr *MockControlTowerAPIMockRecorder) GetControlOperationRequest(arg0 interface{}) *gomock.Call
GetControlOperationRequest indicates an expected call of GetControlOperationRequest
func (*MockControlTowerAPIMockRecorder) GetControlOperationWithContext ¶
func (mr *MockControlTowerAPIMockRecorder) GetControlOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetControlOperationWithContext indicates an expected call of GetControlOperationWithContext
func (*MockControlTowerAPIMockRecorder) GetEnabledBaseline ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetEnabledBaseline(arg0 interface{}) *gomock.Call
GetEnabledBaseline indicates an expected call of GetEnabledBaseline
func (*MockControlTowerAPIMockRecorder) GetEnabledBaselineRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetEnabledBaselineRequest(arg0 interface{}) *gomock.Call
GetEnabledBaselineRequest indicates an expected call of GetEnabledBaselineRequest
func (*MockControlTowerAPIMockRecorder) GetEnabledBaselineWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetEnabledBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetEnabledBaselineWithContext indicates an expected call of GetEnabledBaselineWithContext
func (*MockControlTowerAPIMockRecorder) GetEnabledControl ¶ added in v1.45.25
func (mr *MockControlTowerAPIMockRecorder) GetEnabledControl(arg0 interface{}) *gomock.Call
GetEnabledControl indicates an expected call of GetEnabledControl
func (*MockControlTowerAPIMockRecorder) GetEnabledControlRequest ¶ added in v1.45.25
func (mr *MockControlTowerAPIMockRecorder) GetEnabledControlRequest(arg0 interface{}) *gomock.Call
GetEnabledControlRequest indicates an expected call of GetEnabledControlRequest
func (*MockControlTowerAPIMockRecorder) GetEnabledControlWithContext ¶ added in v1.45.25
func (mr *MockControlTowerAPIMockRecorder) GetEnabledControlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetEnabledControlWithContext indicates an expected call of GetEnabledControlWithContext
func (*MockControlTowerAPIMockRecorder) GetLandingZoneOperation ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetLandingZoneOperation(arg0 interface{}) *gomock.Call
GetLandingZoneOperation indicates an expected call of GetLandingZoneOperation
func (*MockControlTowerAPIMockRecorder) GetLandingZoneOperationRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetLandingZoneOperationRequest(arg0 interface{}) *gomock.Call
GetLandingZoneOperationRequest indicates an expected call of GetLandingZoneOperationRequest
func (*MockControlTowerAPIMockRecorder) GetLandingZoneOperationWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) GetLandingZoneOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLandingZoneOperationWithContext indicates an expected call of GetLandingZoneOperationWithContext
func (*MockControlTowerAPIMockRecorder) ListBaselines ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListBaselines(arg0 interface{}) *gomock.Call
ListBaselines indicates an expected call of ListBaselines
func (*MockControlTowerAPIMockRecorder) ListBaselinesPages ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListBaselinesPages(arg0, arg1 interface{}) *gomock.Call
ListBaselinesPages indicates an expected call of ListBaselinesPages
func (*MockControlTowerAPIMockRecorder) ListBaselinesPagesWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListBaselinesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListBaselinesPagesWithContext indicates an expected call of ListBaselinesPagesWithContext
func (*MockControlTowerAPIMockRecorder) ListBaselinesRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListBaselinesRequest(arg0 interface{}) *gomock.Call
ListBaselinesRequest indicates an expected call of ListBaselinesRequest
func (*MockControlTowerAPIMockRecorder) ListBaselinesWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListBaselinesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBaselinesWithContext indicates an expected call of ListBaselinesWithContext
func (*MockControlTowerAPIMockRecorder) ListControlOperations ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListControlOperations(arg0 interface{}) *gomock.Call
ListControlOperations indicates an expected call of ListControlOperations
func (*MockControlTowerAPIMockRecorder) ListControlOperationsPages ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListControlOperationsPages(arg0, arg1 interface{}) *gomock.Call
ListControlOperationsPages indicates an expected call of ListControlOperationsPages
func (*MockControlTowerAPIMockRecorder) ListControlOperationsPagesWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListControlOperationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListControlOperationsPagesWithContext indicates an expected call of ListControlOperationsPagesWithContext
func (*MockControlTowerAPIMockRecorder) ListControlOperationsRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListControlOperationsRequest(arg0 interface{}) *gomock.Call
ListControlOperationsRequest indicates an expected call of ListControlOperationsRequest
func (*MockControlTowerAPIMockRecorder) ListControlOperationsWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListControlOperationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListControlOperationsWithContext indicates an expected call of ListControlOperationsWithContext
func (*MockControlTowerAPIMockRecorder) ListEnabledBaselines ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselines(arg0 interface{}) *gomock.Call
ListEnabledBaselines indicates an expected call of ListEnabledBaselines
func (*MockControlTowerAPIMockRecorder) ListEnabledBaselinesPages ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselinesPages(arg0, arg1 interface{}) *gomock.Call
ListEnabledBaselinesPages indicates an expected call of ListEnabledBaselinesPages
func (*MockControlTowerAPIMockRecorder) ListEnabledBaselinesPagesWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselinesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListEnabledBaselinesPagesWithContext indicates an expected call of ListEnabledBaselinesPagesWithContext
func (*MockControlTowerAPIMockRecorder) ListEnabledBaselinesRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselinesRequest(arg0 interface{}) *gomock.Call
ListEnabledBaselinesRequest indicates an expected call of ListEnabledBaselinesRequest
func (*MockControlTowerAPIMockRecorder) ListEnabledBaselinesWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListEnabledBaselinesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListEnabledBaselinesWithContext indicates an expected call of ListEnabledBaselinesWithContext
func (*MockControlTowerAPIMockRecorder) ListEnabledControls ¶
func (mr *MockControlTowerAPIMockRecorder) ListEnabledControls(arg0 interface{}) *gomock.Call
ListEnabledControls indicates an expected call of ListEnabledControls
func (*MockControlTowerAPIMockRecorder) ListEnabledControlsPages ¶
func (mr *MockControlTowerAPIMockRecorder) ListEnabledControlsPages(arg0, arg1 interface{}) *gomock.Call
ListEnabledControlsPages indicates an expected call of ListEnabledControlsPages
func (*MockControlTowerAPIMockRecorder) ListEnabledControlsPagesWithContext ¶
func (mr *MockControlTowerAPIMockRecorder) ListEnabledControlsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListEnabledControlsPagesWithContext indicates an expected call of ListEnabledControlsPagesWithContext
func (*MockControlTowerAPIMockRecorder) ListEnabledControlsRequest ¶
func (mr *MockControlTowerAPIMockRecorder) ListEnabledControlsRequest(arg0 interface{}) *gomock.Call
ListEnabledControlsRequest indicates an expected call of ListEnabledControlsRequest
func (*MockControlTowerAPIMockRecorder) ListEnabledControlsWithContext ¶
func (mr *MockControlTowerAPIMockRecorder) ListEnabledControlsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListEnabledControlsWithContext indicates an expected call of ListEnabledControlsWithContext
func (*MockControlTowerAPIMockRecorder) ListLandingZones ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListLandingZones(arg0 interface{}) *gomock.Call
ListLandingZones indicates an expected call of ListLandingZones
func (*MockControlTowerAPIMockRecorder) ListLandingZonesPages ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListLandingZonesPages(arg0, arg1 interface{}) *gomock.Call
ListLandingZonesPages indicates an expected call of ListLandingZonesPages
func (*MockControlTowerAPIMockRecorder) ListLandingZonesPagesWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListLandingZonesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListLandingZonesPagesWithContext indicates an expected call of ListLandingZonesPagesWithContext
func (*MockControlTowerAPIMockRecorder) ListLandingZonesRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListLandingZonesRequest(arg0 interface{}) *gomock.Call
ListLandingZonesRequest indicates an expected call of ListLandingZonesRequest
func (*MockControlTowerAPIMockRecorder) ListLandingZonesWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListLandingZonesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListLandingZonesWithContext indicates an expected call of ListLandingZonesWithContext
func (*MockControlTowerAPIMockRecorder) ListTagsForResource ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockControlTowerAPIMockRecorder) ListTagsForResourceRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockControlTowerAPIMockRecorder) ListTagsForResourceWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockControlTowerAPIMockRecorder) ResetEnabledBaseline ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ResetEnabledBaseline(arg0 interface{}) *gomock.Call
ResetEnabledBaseline indicates an expected call of ResetEnabledBaseline
func (*MockControlTowerAPIMockRecorder) ResetEnabledBaselineRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ResetEnabledBaselineRequest(arg0 interface{}) *gomock.Call
ResetEnabledBaselineRequest indicates an expected call of ResetEnabledBaselineRequest
func (*MockControlTowerAPIMockRecorder) ResetEnabledBaselineWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ResetEnabledBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ResetEnabledBaselineWithContext indicates an expected call of ResetEnabledBaselineWithContext
func (*MockControlTowerAPIMockRecorder) ResetLandingZone ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ResetLandingZone(arg0 interface{}) *gomock.Call
ResetLandingZone indicates an expected call of ResetLandingZone
func (*MockControlTowerAPIMockRecorder) ResetLandingZoneRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ResetLandingZoneRequest(arg0 interface{}) *gomock.Call
ResetLandingZoneRequest indicates an expected call of ResetLandingZoneRequest
func (*MockControlTowerAPIMockRecorder) ResetLandingZoneWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) ResetLandingZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ResetLandingZoneWithContext indicates an expected call of ResetLandingZoneWithContext
func (*MockControlTowerAPIMockRecorder) TagResource ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockControlTowerAPIMockRecorder) TagResourceRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockControlTowerAPIMockRecorder) TagResourceWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockControlTowerAPIMockRecorder) UntagResource ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockControlTowerAPIMockRecorder) UntagResourceRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockControlTowerAPIMockRecorder) UntagResourceWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockControlTowerAPIMockRecorder) UpdateEnabledBaseline ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) UpdateEnabledBaseline(arg0 interface{}) *gomock.Call
UpdateEnabledBaseline indicates an expected call of UpdateEnabledBaseline
func (*MockControlTowerAPIMockRecorder) UpdateEnabledBaselineRequest ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) UpdateEnabledBaselineRequest(arg0 interface{}) *gomock.Call
UpdateEnabledBaselineRequest indicates an expected call of UpdateEnabledBaselineRequest
func (*MockControlTowerAPIMockRecorder) UpdateEnabledBaselineWithContext ¶ added in v1.54.2
func (mr *MockControlTowerAPIMockRecorder) UpdateEnabledBaselineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateEnabledBaselineWithContext indicates an expected call of UpdateEnabledBaselineWithContext