codedeploydouble

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: 8 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 codedeploydouble contains test double implementation of codedeployiface.CodeDeployAPI

Package codedeploydouble provides a TestDouble implementation of codedeployiface.CodeDeployAPI

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

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 CodeDeployDouble

type CodeDeployDouble struct {
	codedeployiface.CodeDeployAPI
	*awsdouble.AWSTestDouble
}

CodeDeployDouble is TestDouble for codedeployiface.CodeDeployAPI

func NewDouble

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

Constructor for CodeDeployDouble 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 (*CodeDeployDouble) BatchGetApplications

func (*CodeDeployDouble) BatchGetApplicationsRequest

func (*CodeDeployDouble) BatchGetApplicationsWithContext

func (*CodeDeployDouble) BatchGetDeploymentGroups

func (*CodeDeployDouble) BatchGetDeploymentGroupsWithContext

func (*CodeDeployDouble) BatchGetDeployments

func (*CodeDeployDouble) BatchGetDeploymentsRequest

func (*CodeDeployDouble) BatchGetDeploymentsWithContext

func (d *CodeDeployDouble) BatchGetDeploymentsWithContext(i0 context.Context, i1 *codedeploy.BatchGetDeploymentsInput, i2 ...request.Option) (r0 *codedeploy.BatchGetDeploymentsOutput, r1 error)

func (*CodeDeployDouble) ContinueDeployment

func (*CodeDeployDouble) ContinueDeploymentRequest

func (*CodeDeployDouble) ContinueDeploymentWithContext

func (d *CodeDeployDouble) ContinueDeploymentWithContext(i0 context.Context, i1 *codedeploy.ContinueDeploymentInput, i2 ...request.Option) (r0 *codedeploy.ContinueDeploymentOutput, r1 error)

func (*CodeDeployDouble) CreateApplication

func (*CodeDeployDouble) CreateApplicationRequest

func (*CodeDeployDouble) CreateApplicationWithContext

func (d *CodeDeployDouble) CreateApplicationWithContext(i0 context.Context, i1 *codedeploy.CreateApplicationInput, i2 ...request.Option) (r0 *codedeploy.CreateApplicationOutput, r1 error)

func (*CodeDeployDouble) CreateDeployment

func (*CodeDeployDouble) CreateDeploymentConfig

func (*CodeDeployDouble) CreateDeploymentConfigRequest

func (*CodeDeployDouble) CreateDeploymentConfigWithContext

func (*CodeDeployDouble) CreateDeploymentGroup

func (*CodeDeployDouble) CreateDeploymentGroupRequest

func (*CodeDeployDouble) CreateDeploymentGroupWithContext

func (*CodeDeployDouble) CreateDeploymentRequest

func (*CodeDeployDouble) CreateDeploymentWithContext

func (d *CodeDeployDouble) CreateDeploymentWithContext(i0 context.Context, i1 *codedeploy.CreateDeploymentInput, i2 ...request.Option) (r0 *codedeploy.CreateDeploymentOutput, r1 error)

func (*CodeDeployDouble) DeleteApplication

func (*CodeDeployDouble) DeleteApplicationRequest

func (*CodeDeployDouble) DeleteApplicationWithContext

func (d *CodeDeployDouble) DeleteApplicationWithContext(i0 context.Context, i1 *codedeploy.DeleteApplicationInput, i2 ...request.Option) (r0 *codedeploy.DeleteApplicationOutput, r1 error)

func (*CodeDeployDouble) DeleteDeploymentConfig

func (*CodeDeployDouble) DeleteDeploymentConfigRequest

func (*CodeDeployDouble) DeleteDeploymentConfigWithContext

func (*CodeDeployDouble) DeleteDeploymentGroup

func (*CodeDeployDouble) DeleteDeploymentGroupRequest

func (*CodeDeployDouble) DeleteDeploymentGroupWithContext

func (*CodeDeployDouble) DeleteGitHubAccountToken

func (*CodeDeployDouble) DeleteGitHubAccountTokenWithContext

func (*CodeDeployDouble) GetApplication

func (*CodeDeployDouble) GetApplicationRequest

func (*CodeDeployDouble) GetApplicationRevision

func (*CodeDeployDouble) GetApplicationRevisionRequest

func (*CodeDeployDouble) GetApplicationRevisionWithContext

func (*CodeDeployDouble) GetApplicationWithContext

func (d *CodeDeployDouble) GetApplicationWithContext(i0 context.Context, i1 *codedeploy.GetApplicationInput, i2 ...request.Option) (r0 *codedeploy.GetApplicationOutput, r1 error)

func (*CodeDeployDouble) GetDeployment

func (*CodeDeployDouble) GetDeploymentConfig

func (*CodeDeployDouble) GetDeploymentConfigRequest

func (*CodeDeployDouble) GetDeploymentConfigWithContext

func (d *CodeDeployDouble) GetDeploymentConfigWithContext(i0 context.Context, i1 *codedeploy.GetDeploymentConfigInput, i2 ...request.Option) (r0 *codedeploy.GetDeploymentConfigOutput, r1 error)

func (*CodeDeployDouble) GetDeploymentGroup

func (*CodeDeployDouble) GetDeploymentGroupRequest

func (*CodeDeployDouble) GetDeploymentGroupWithContext

func (d *CodeDeployDouble) GetDeploymentGroupWithContext(i0 context.Context, i1 *codedeploy.GetDeploymentGroupInput, i2 ...request.Option) (r0 *codedeploy.GetDeploymentGroupOutput, r1 error)

func (*CodeDeployDouble) GetDeploymentInstance

func (*CodeDeployDouble) GetDeploymentInstanceRequest

func (*CodeDeployDouble) GetDeploymentInstanceWithContext

func (*CodeDeployDouble) GetDeploymentRequest

func (*CodeDeployDouble) GetDeploymentTarget

func (*CodeDeployDouble) GetDeploymentTargetRequest

func (*CodeDeployDouble) GetDeploymentTargetWithContext

func (d *CodeDeployDouble) GetDeploymentTargetWithContext(i0 context.Context, i1 *codedeploy.GetDeploymentTargetInput, i2 ...request.Option) (r0 *codedeploy.GetDeploymentTargetOutput, r1 error)

func (*CodeDeployDouble) GetDeploymentWithContext

func (d *CodeDeployDouble) GetDeploymentWithContext(i0 context.Context, i1 *codedeploy.GetDeploymentInput, i2 ...request.Option) (r0 *codedeploy.GetDeploymentOutput, r1 error)

func (*CodeDeployDouble) GetOnPremisesInstance

func (*CodeDeployDouble) GetOnPremisesInstanceRequest

func (*CodeDeployDouble) GetOnPremisesInstanceWithContext

func (*CodeDeployDouble) ListApplicationRevisions

func (*CodeDeployDouble) ListApplicationRevisionsPages

func (*CodeDeployDouble) ListApplicationRevisionsPagesWithContext

func (d *CodeDeployDouble) ListApplicationRevisionsPagesWithContext(i0 context.Context, i1 *codedeploy.ListApplicationRevisionsInput, i2 func(*codedeploy.ListApplicationRevisionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodeDeployDouble) ListApplicationRevisionsWithContext

func (*CodeDeployDouble) ListApplications

func (*CodeDeployDouble) ListApplicationsPages

func (d *CodeDeployDouble) ListApplicationsPages(i0 *codedeploy.ListApplicationsInput, i1 func(*codedeploy.ListApplicationsOutput, bool) bool) (r0 error)

func (*CodeDeployDouble) ListApplicationsPagesWithContext

func (d *CodeDeployDouble) ListApplicationsPagesWithContext(i0 context.Context, i1 *codedeploy.ListApplicationsInput, i2 func(*codedeploy.ListApplicationsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodeDeployDouble) ListApplicationsRequest

func (*CodeDeployDouble) ListApplicationsWithContext

func (d *CodeDeployDouble) ListApplicationsWithContext(i0 context.Context, i1 *codedeploy.ListApplicationsInput, i2 ...request.Option) (r0 *codedeploy.ListApplicationsOutput, r1 error)

func (*CodeDeployDouble) ListDeploymentConfigs

func (*CodeDeployDouble) ListDeploymentConfigsPages

func (d *CodeDeployDouble) ListDeploymentConfigsPages(i0 *codedeploy.ListDeploymentConfigsInput, i1 func(*codedeploy.ListDeploymentConfigsOutput, bool) bool) (r0 error)

func (*CodeDeployDouble) ListDeploymentConfigsPagesWithContext

func (d *CodeDeployDouble) ListDeploymentConfigsPagesWithContext(i0 context.Context, i1 *codedeploy.ListDeploymentConfigsInput, i2 func(*codedeploy.ListDeploymentConfigsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodeDeployDouble) ListDeploymentConfigsRequest

func (*CodeDeployDouble) ListDeploymentConfigsWithContext

func (*CodeDeployDouble) ListDeploymentGroups

func (*CodeDeployDouble) ListDeploymentGroupsPages

func (d *CodeDeployDouble) ListDeploymentGroupsPages(i0 *codedeploy.ListDeploymentGroupsInput, i1 func(*codedeploy.ListDeploymentGroupsOutput, bool) bool) (r0 error)

func (*CodeDeployDouble) ListDeploymentGroupsPagesWithContext

func (d *CodeDeployDouble) ListDeploymentGroupsPagesWithContext(i0 context.Context, i1 *codedeploy.ListDeploymentGroupsInput, i2 func(*codedeploy.ListDeploymentGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodeDeployDouble) ListDeploymentGroupsRequest

func (*CodeDeployDouble) ListDeploymentGroupsWithContext

func (*CodeDeployDouble) ListDeploymentInstances

func (*CodeDeployDouble) ListDeploymentInstancesPages

func (*CodeDeployDouble) ListDeploymentInstancesPagesWithContext

func (d *CodeDeployDouble) ListDeploymentInstancesPagesWithContext(i0 context.Context, i1 *codedeploy.ListDeploymentInstancesInput, i2 func(*codedeploy.ListDeploymentInstancesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodeDeployDouble) ListDeploymentInstancesWithContext

func (*CodeDeployDouble) ListDeploymentTargets

func (*CodeDeployDouble) ListDeploymentTargetsRequest

func (*CodeDeployDouble) ListDeploymentTargetsWithContext

func (*CodeDeployDouble) ListDeployments

func (*CodeDeployDouble) ListDeploymentsPages

func (d *CodeDeployDouble) ListDeploymentsPages(i0 *codedeploy.ListDeploymentsInput, i1 func(*codedeploy.ListDeploymentsOutput, bool) bool) (r0 error)

func (*CodeDeployDouble) ListDeploymentsPagesWithContext

func (d *CodeDeployDouble) ListDeploymentsPagesWithContext(i0 context.Context, i1 *codedeploy.ListDeploymentsInput, i2 func(*codedeploy.ListDeploymentsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodeDeployDouble) ListDeploymentsRequest

func (*CodeDeployDouble) ListDeploymentsWithContext

func (d *CodeDeployDouble) ListDeploymentsWithContext(i0 context.Context, i1 *codedeploy.ListDeploymentsInput, i2 ...request.Option) (r0 *codedeploy.ListDeploymentsOutput, r1 error)

func (*CodeDeployDouble) ListOnPremisesInstances

func (*CodeDeployDouble) ListOnPremisesInstancesWithContext

func (*CodeDeployDouble) ListTagsForResource

func (*CodeDeployDouble) ListTagsForResourceRequest

func (*CodeDeployDouble) ListTagsForResourceWithContext

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

func (*CodeDeployDouble) StopDeployment

func (*CodeDeployDouble) StopDeploymentRequest

func (*CodeDeployDouble) StopDeploymentWithContext

func (d *CodeDeployDouble) StopDeploymentWithContext(i0 context.Context, i1 *codedeploy.StopDeploymentInput, i2 ...request.Option) (r0 *codedeploy.StopDeploymentOutput, r1 error)

func (*CodeDeployDouble) TagResource

func (*CodeDeployDouble) TagResourceRequest

func (*CodeDeployDouble) TagResourceWithContext

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

func (*CodeDeployDouble) UntagResource

func (*CodeDeployDouble) UntagResourceRequest

func (*CodeDeployDouble) UntagResourceWithContext

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

func (*CodeDeployDouble) UpdateApplication

func (*CodeDeployDouble) UpdateApplicationRequest

func (*CodeDeployDouble) UpdateApplicationWithContext

func (d *CodeDeployDouble) UpdateApplicationWithContext(i0 context.Context, i1 *codedeploy.UpdateApplicationInput, i2 ...request.Option) (r0 *codedeploy.UpdateApplicationOutput, r1 error)

func (*CodeDeployDouble) UpdateDeploymentGroup

func (*CodeDeployDouble) UpdateDeploymentGroupRequest

func (*CodeDeployDouble) UpdateDeploymentGroupWithContext

func (*CodeDeployDouble) WaitUntilDeploymentSuccessful

func (d *CodeDeployDouble) WaitUntilDeploymentSuccessful(i0 *codedeploy.GetDeploymentInput) (r0 error)

func (*CodeDeployDouble) WaitUntilDeploymentSuccessfulWithContext

func (d *CodeDeployDouble) WaitUntilDeploymentSuccessfulWithContext(i0 context.Context, i1 *codedeploy.GetDeploymentInput, i2 ...request.WaiterOption) (r0 error)

Jump to

Keyboard shortcuts

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