robomakerdouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package robomakerdouble contains test double implementation of robomakeriface.RoboMakerAPI

Package robomakerdouble provides a TestDouble implementation of robomakeriface.RoboMakerAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RoboMakerDouble

type RoboMakerDouble struct {
	robomakeriface.RoboMakerAPI
	*awsdouble.AWSTestDouble
}

RoboMakerDouble is TestDouble for robomakeriface.RoboMakerAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *RoboMakerDouble

Constructor for RoboMakerDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*RoboMakerDouble) CancelDeploymentJob

func (*RoboMakerDouble) CancelDeploymentJobRequest

func (*RoboMakerDouble) CancelDeploymentJobWithContext

func (d *RoboMakerDouble) CancelDeploymentJobWithContext(i0 context.Context, i1 *robomaker.CancelDeploymentJobInput, i2 ...request.Option) (r0 *robomaker.CancelDeploymentJobOutput, r1 error)

func (*RoboMakerDouble) CancelSimulationJob

func (*RoboMakerDouble) CancelSimulationJobBatch

func (*RoboMakerDouble) CancelSimulationJobBatchWithContext

func (d *RoboMakerDouble) CancelSimulationJobBatchWithContext(i0 context.Context, i1 *robomaker.CancelSimulationJobBatchInput, i2 ...request.Option) (r0 *robomaker.CancelSimulationJobBatchOutput, r1 error)

func (*RoboMakerDouble) CancelSimulationJobRequest

func (*RoboMakerDouble) CancelSimulationJobWithContext

func (d *RoboMakerDouble) CancelSimulationJobWithContext(i0 context.Context, i1 *robomaker.CancelSimulationJobInput, i2 ...request.Option) (r0 *robomaker.CancelSimulationJobOutput, r1 error)

func (*RoboMakerDouble) CreateDeploymentJob

func (*RoboMakerDouble) CreateDeploymentJobRequest

func (*RoboMakerDouble) CreateDeploymentJobWithContext

func (d *RoboMakerDouble) CreateDeploymentJobWithContext(i0 context.Context, i1 *robomaker.CreateDeploymentJobInput, i2 ...request.Option) (r0 *robomaker.CreateDeploymentJobOutput, r1 error)

func (*RoboMakerDouble) CreateFleet

func (*RoboMakerDouble) CreateFleetRequest

func (*RoboMakerDouble) CreateFleetWithContext

func (d *RoboMakerDouble) CreateFleetWithContext(i0 context.Context, i1 *robomaker.CreateFleetInput, i2 ...request.Option) (r0 *robomaker.CreateFleetOutput, r1 error)

func (*RoboMakerDouble) CreateRobot

func (*RoboMakerDouble) CreateRobotApplication

func (*RoboMakerDouble) CreateRobotApplicationRequest

func (*RoboMakerDouble) CreateRobotApplicationWithContext

func (d *RoboMakerDouble) CreateRobotApplicationWithContext(i0 context.Context, i1 *robomaker.CreateRobotApplicationInput, i2 ...request.Option) (r0 *robomaker.CreateRobotApplicationOutput, r1 error)

func (*RoboMakerDouble) CreateRobotRequest

func (*RoboMakerDouble) CreateRobotWithContext

func (d *RoboMakerDouble) CreateRobotWithContext(i0 context.Context, i1 *robomaker.CreateRobotInput, i2 ...request.Option) (r0 *robomaker.CreateRobotOutput, r1 error)

func (*RoboMakerDouble) CreateSimulationJob

func (*RoboMakerDouble) CreateSimulationJobRequest

func (*RoboMakerDouble) CreateSimulationJobWithContext

func (d *RoboMakerDouble) CreateSimulationJobWithContext(i0 context.Context, i1 *robomaker.CreateSimulationJobInput, i2 ...request.Option) (r0 *robomaker.CreateSimulationJobOutput, r1 error)

func (*RoboMakerDouble) DeleteFleet

func (*RoboMakerDouble) DeleteFleetRequest

func (*RoboMakerDouble) DeleteFleetWithContext

func (d *RoboMakerDouble) DeleteFleetWithContext(i0 context.Context, i1 *robomaker.DeleteFleetInput, i2 ...request.Option) (r0 *robomaker.DeleteFleetOutput, r1 error)

func (*RoboMakerDouble) DeleteRobot

func (*RoboMakerDouble) DeleteRobotApplication

func (*RoboMakerDouble) DeleteRobotApplicationRequest

func (*RoboMakerDouble) DeleteRobotApplicationWithContext

func (d *RoboMakerDouble) DeleteRobotApplicationWithContext(i0 context.Context, i1 *robomaker.DeleteRobotApplicationInput, i2 ...request.Option) (r0 *robomaker.DeleteRobotApplicationOutput, r1 error)

func (*RoboMakerDouble) DeleteRobotRequest

func (*RoboMakerDouble) DeleteRobotWithContext

func (d *RoboMakerDouble) DeleteRobotWithContext(i0 context.Context, i1 *robomaker.DeleteRobotInput, i2 ...request.Option) (r0 *robomaker.DeleteRobotOutput, r1 error)

func (*RoboMakerDouble) DeregisterRobot

func (*RoboMakerDouble) DeregisterRobotRequest

func (*RoboMakerDouble) DeregisterRobotWithContext

func (d *RoboMakerDouble) DeregisterRobotWithContext(i0 context.Context, i1 *robomaker.DeregisterRobotInput, i2 ...request.Option) (r0 *robomaker.DeregisterRobotOutput, r1 error)

func (*RoboMakerDouble) DescribeDeploymentJob

func (*RoboMakerDouble) DescribeDeploymentJobRequest

func (*RoboMakerDouble) DescribeDeploymentJobWithContext

func (d *RoboMakerDouble) DescribeDeploymentJobWithContext(i0 context.Context, i1 *robomaker.DescribeDeploymentJobInput, i2 ...request.Option) (r0 *robomaker.DescribeDeploymentJobOutput, r1 error)

func (*RoboMakerDouble) DescribeFleet

func (*RoboMakerDouble) DescribeFleetRequest

func (*RoboMakerDouble) DescribeFleetWithContext

func (d *RoboMakerDouble) DescribeFleetWithContext(i0 context.Context, i1 *robomaker.DescribeFleetInput, i2 ...request.Option) (r0 *robomaker.DescribeFleetOutput, r1 error)

func (*RoboMakerDouble) DescribeRobot

func (*RoboMakerDouble) DescribeRobotApplication

func (*RoboMakerDouble) DescribeRobotApplicationWithContext

func (d *RoboMakerDouble) DescribeRobotApplicationWithContext(i0 context.Context, i1 *robomaker.DescribeRobotApplicationInput, i2 ...request.Option) (r0 *robomaker.DescribeRobotApplicationOutput, r1 error)

func (*RoboMakerDouble) DescribeRobotRequest

func (*RoboMakerDouble) DescribeRobotWithContext

func (d *RoboMakerDouble) DescribeRobotWithContext(i0 context.Context, i1 *robomaker.DescribeRobotInput, i2 ...request.Option) (r0 *robomaker.DescribeRobotOutput, r1 error)

func (*RoboMakerDouble) DescribeSimulationJob

func (*RoboMakerDouble) DescribeSimulationJobRequest

func (*RoboMakerDouble) DescribeSimulationJobWithContext

func (d *RoboMakerDouble) DescribeSimulationJobWithContext(i0 context.Context, i1 *robomaker.DescribeSimulationJobInput, i2 ...request.Option) (r0 *robomaker.DescribeSimulationJobOutput, r1 error)

func (*RoboMakerDouble) ListDeploymentJobs

func (*RoboMakerDouble) ListDeploymentJobsPages

func (d *RoboMakerDouble) ListDeploymentJobsPages(i0 *robomaker.ListDeploymentJobsInput, i1 func(*robomaker.ListDeploymentJobsOutput, bool) bool) (r0 error)

func (*RoboMakerDouble) ListDeploymentJobsPagesWithContext

func (d *RoboMakerDouble) ListDeploymentJobsPagesWithContext(i0 context.Context, i1 *robomaker.ListDeploymentJobsInput, i2 func(*robomaker.ListDeploymentJobsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*RoboMakerDouble) ListDeploymentJobsRequest

func (*RoboMakerDouble) ListDeploymentJobsWithContext

func (d *RoboMakerDouble) ListDeploymentJobsWithContext(i0 context.Context, i1 *robomaker.ListDeploymentJobsInput, i2 ...request.Option) (r0 *robomaker.ListDeploymentJobsOutput, r1 error)

func (*RoboMakerDouble) ListFleets

func (*RoboMakerDouble) ListFleetsPages

func (d *RoboMakerDouble) ListFleetsPages(i0 *robomaker.ListFleetsInput, i1 func(*robomaker.ListFleetsOutput, bool) bool) (r0 error)

func (*RoboMakerDouble) ListFleetsPagesWithContext

func (d *RoboMakerDouble) ListFleetsPagesWithContext(i0 context.Context, i1 *robomaker.ListFleetsInput, i2 func(*robomaker.ListFleetsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*RoboMakerDouble) ListFleetsRequest

func (d *RoboMakerDouble) ListFleetsRequest(i0 *robomaker.ListFleetsInput) (r0 *request.Request, r1 *robomaker.ListFleetsOutput)

func (*RoboMakerDouble) ListFleetsWithContext

func (d *RoboMakerDouble) ListFleetsWithContext(i0 context.Context, i1 *robomaker.ListFleetsInput, i2 ...request.Option) (r0 *robomaker.ListFleetsOutput, r1 error)

func (*RoboMakerDouble) ListRobotApplications

func (*RoboMakerDouble) ListRobotApplicationsPages

func (d *RoboMakerDouble) ListRobotApplicationsPages(i0 *robomaker.ListRobotApplicationsInput, i1 func(*robomaker.ListRobotApplicationsOutput, bool) bool) (r0 error)

func (*RoboMakerDouble) ListRobotApplicationsPagesWithContext

func (d *RoboMakerDouble) ListRobotApplicationsPagesWithContext(i0 context.Context, i1 *robomaker.ListRobotApplicationsInput, i2 func(*robomaker.ListRobotApplicationsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*RoboMakerDouble) ListRobotApplicationsRequest

func (*RoboMakerDouble) ListRobotApplicationsWithContext

func (d *RoboMakerDouble) ListRobotApplicationsWithContext(i0 context.Context, i1 *robomaker.ListRobotApplicationsInput, i2 ...request.Option) (r0 *robomaker.ListRobotApplicationsOutput, r1 error)

func (*RoboMakerDouble) ListRobots

func (*RoboMakerDouble) ListRobotsPages

func (d *RoboMakerDouble) ListRobotsPages(i0 *robomaker.ListRobotsInput, i1 func(*robomaker.ListRobotsOutput, bool) bool) (r0 error)

func (*RoboMakerDouble) ListRobotsPagesWithContext

func (d *RoboMakerDouble) ListRobotsPagesWithContext(i0 context.Context, i1 *robomaker.ListRobotsInput, i2 func(*robomaker.ListRobotsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*RoboMakerDouble) ListRobotsRequest

func (d *RoboMakerDouble) ListRobotsRequest(i0 *robomaker.ListRobotsInput) (r0 *request.Request, r1 *robomaker.ListRobotsOutput)

func (*RoboMakerDouble) ListRobotsWithContext

func (d *RoboMakerDouble) ListRobotsWithContext(i0 context.Context, i1 *robomaker.ListRobotsInput, i2 ...request.Option) (r0 *robomaker.ListRobotsOutput, r1 error)

func (*RoboMakerDouble) ListSimulationApplicationsPages

func (d *RoboMakerDouble) ListSimulationApplicationsPages(i0 *robomaker.ListSimulationApplicationsInput, i1 func(*robomaker.ListSimulationApplicationsOutput, bool) bool) (r0 error)

func (*RoboMakerDouble) ListSimulationApplicationsPagesWithContext

func (d *RoboMakerDouble) ListSimulationApplicationsPagesWithContext(i0 context.Context, i1 *robomaker.ListSimulationApplicationsInput, i2 func(*robomaker.ListSimulationApplicationsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*RoboMakerDouble) ListSimulationJobBatches

func (*RoboMakerDouble) ListSimulationJobBatchesPages

func (d *RoboMakerDouble) ListSimulationJobBatchesPages(i0 *robomaker.ListSimulationJobBatchesInput, i1 func(*robomaker.ListSimulationJobBatchesOutput, bool) bool) (r0 error)

func (*RoboMakerDouble) ListSimulationJobBatchesPagesWithContext

func (d *RoboMakerDouble) ListSimulationJobBatchesPagesWithContext(i0 context.Context, i1 *robomaker.ListSimulationJobBatchesInput, i2 func(*robomaker.ListSimulationJobBatchesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*RoboMakerDouble) ListSimulationJobBatchesWithContext

func (d *RoboMakerDouble) ListSimulationJobBatchesWithContext(i0 context.Context, i1 *robomaker.ListSimulationJobBatchesInput, i2 ...request.Option) (r0 *robomaker.ListSimulationJobBatchesOutput, r1 error)

func (*RoboMakerDouble) ListSimulationJobs

func (*RoboMakerDouble) ListSimulationJobsPages

func (d *RoboMakerDouble) ListSimulationJobsPages(i0 *robomaker.ListSimulationJobsInput, i1 func(*robomaker.ListSimulationJobsOutput, bool) bool) (r0 error)

func (*RoboMakerDouble) ListSimulationJobsPagesWithContext

func (d *RoboMakerDouble) ListSimulationJobsPagesWithContext(i0 context.Context, i1 *robomaker.ListSimulationJobsInput, i2 func(*robomaker.ListSimulationJobsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*RoboMakerDouble) ListSimulationJobsRequest

func (*RoboMakerDouble) ListSimulationJobsWithContext

func (d *RoboMakerDouble) ListSimulationJobsWithContext(i0 context.Context, i1 *robomaker.ListSimulationJobsInput, i2 ...request.Option) (r0 *robomaker.ListSimulationJobsOutput, r1 error)

func (*RoboMakerDouble) ListTagsForResource

func (*RoboMakerDouble) ListTagsForResourceRequest

func (*RoboMakerDouble) ListTagsForResourceWithContext

func (d *RoboMakerDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *robomaker.ListTagsForResourceInput, i2 ...request.Option) (r0 *robomaker.ListTagsForResourceOutput, r1 error)

func (*RoboMakerDouble) RegisterRobot

func (*RoboMakerDouble) RegisterRobotRequest

func (*RoboMakerDouble) RegisterRobotWithContext

func (d *RoboMakerDouble) RegisterRobotWithContext(i0 context.Context, i1 *robomaker.RegisterRobotInput, i2 ...request.Option) (r0 *robomaker.RegisterRobotOutput, r1 error)

func (*RoboMakerDouble) RestartSimulationJob

func (*RoboMakerDouble) RestartSimulationJobRequest

func (*RoboMakerDouble) RestartSimulationJobWithContext

func (d *RoboMakerDouble) RestartSimulationJobWithContext(i0 context.Context, i1 *robomaker.RestartSimulationJobInput, i2 ...request.Option) (r0 *robomaker.RestartSimulationJobOutput, r1 error)

func (*RoboMakerDouble) StartSimulationJobBatch

func (*RoboMakerDouble) StartSimulationJobBatchRequest

func (*RoboMakerDouble) StartSimulationJobBatchWithContext

func (d *RoboMakerDouble) StartSimulationJobBatchWithContext(i0 context.Context, i1 *robomaker.StartSimulationJobBatchInput, i2 ...request.Option) (r0 *robomaker.StartSimulationJobBatchOutput, r1 error)

func (*RoboMakerDouble) SyncDeploymentJob

func (*RoboMakerDouble) SyncDeploymentJobRequest

func (*RoboMakerDouble) SyncDeploymentJobWithContext

func (d *RoboMakerDouble) SyncDeploymentJobWithContext(i0 context.Context, i1 *robomaker.SyncDeploymentJobInput, i2 ...request.Option) (r0 *robomaker.SyncDeploymentJobOutput, r1 error)

func (*RoboMakerDouble) TagResource

func (*RoboMakerDouble) TagResourceRequest

func (*RoboMakerDouble) TagResourceWithContext

func (d *RoboMakerDouble) TagResourceWithContext(i0 context.Context, i1 *robomaker.TagResourceInput, i2 ...request.Option) (r0 *robomaker.TagResourceOutput, r1 error)

func (*RoboMakerDouble) UntagResource

func (*RoboMakerDouble) UntagResourceRequest

func (*RoboMakerDouble) UntagResourceWithContext

func (d *RoboMakerDouble) UntagResourceWithContext(i0 context.Context, i1 *robomaker.UntagResourceInput, i2 ...request.Option) (r0 *robomaker.UntagResourceOutput, r1 error)

func (*RoboMakerDouble) UpdateRobotApplication

func (*RoboMakerDouble) UpdateRobotApplicationRequest

func (*RoboMakerDouble) UpdateRobotApplicationWithContext

func (d *RoboMakerDouble) UpdateRobotApplicationWithContext(i0 context.Context, i1 *robomaker.UpdateRobotApplicationInput, i2 ...request.Option) (r0 *robomaker.UpdateRobotApplicationOutput, r1 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL