amplifydouble

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 amplifydouble contains test double implementation of amplifyiface.AmplifyAPI

Package amplifydouble provides a TestDouble implementation of amplifyiface.AmplifyAPI

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 AmplifyDouble

type AmplifyDouble struct {
	amplifyiface.AmplifyAPI
	*awsdouble.AWSTestDouble
}

AmplifyDouble is TestDouble for amplifyiface.AmplifyAPI

func NewDouble

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

Constructor for AmplifyDouble 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 (*AmplifyDouble) CreateApp

func (d *AmplifyDouble) CreateApp(i0 *amplify.CreateAppInput) (r0 *amplify.CreateAppOutput, r1 error)

func (*AmplifyDouble) CreateAppRequest

func (d *AmplifyDouble) CreateAppRequest(i0 *amplify.CreateAppInput) (r0 *request.Request, r1 *amplify.CreateAppOutput)

func (*AmplifyDouble) CreateAppWithContext

func (d *AmplifyDouble) CreateAppWithContext(i0 context.Context, i1 *amplify.CreateAppInput, i2 ...request.Option) (r0 *amplify.CreateAppOutput, r1 error)

func (*AmplifyDouble) CreateBackendEnvironment

func (*AmplifyDouble) CreateBackendEnvironmentRequest

func (*AmplifyDouble) CreateBackendEnvironmentWithContext

func (d *AmplifyDouble) CreateBackendEnvironmentWithContext(i0 context.Context, i1 *amplify.CreateBackendEnvironmentInput, i2 ...request.Option) (r0 *amplify.CreateBackendEnvironmentOutput, r1 error)

func (*AmplifyDouble) CreateBranch

func (d *AmplifyDouble) CreateBranch(i0 *amplify.CreateBranchInput) (r0 *amplify.CreateBranchOutput, r1 error)

func (*AmplifyDouble) CreateBranchRequest

func (d *AmplifyDouble) CreateBranchRequest(i0 *amplify.CreateBranchInput) (r0 *request.Request, r1 *amplify.CreateBranchOutput)

func (*AmplifyDouble) CreateBranchWithContext

func (d *AmplifyDouble) CreateBranchWithContext(i0 context.Context, i1 *amplify.CreateBranchInput, i2 ...request.Option) (r0 *amplify.CreateBranchOutput, r1 error)

func (*AmplifyDouble) CreateDeployment

func (*AmplifyDouble) CreateDeploymentRequest

func (d *AmplifyDouble) CreateDeploymentRequest(i0 *amplify.CreateDeploymentInput) (r0 *request.Request, r1 *amplify.CreateDeploymentOutput)

func (*AmplifyDouble) CreateDeploymentWithContext

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

func (*AmplifyDouble) CreateDomainAssociation

func (*AmplifyDouble) CreateDomainAssociationRequest

func (*AmplifyDouble) CreateDomainAssociationWithContext

func (d *AmplifyDouble) CreateDomainAssociationWithContext(i0 context.Context, i1 *amplify.CreateDomainAssociationInput, i2 ...request.Option) (r0 *amplify.CreateDomainAssociationOutput, r1 error)

func (*AmplifyDouble) CreateWebhook

func (d *AmplifyDouble) CreateWebhook(i0 *amplify.CreateWebhookInput) (r0 *amplify.CreateWebhookOutput, r1 error)

func (*AmplifyDouble) CreateWebhookRequest

func (d *AmplifyDouble) CreateWebhookRequest(i0 *amplify.CreateWebhookInput) (r0 *request.Request, r1 *amplify.CreateWebhookOutput)

func (*AmplifyDouble) CreateWebhookWithContext

func (d *AmplifyDouble) CreateWebhookWithContext(i0 context.Context, i1 *amplify.CreateWebhookInput, i2 ...request.Option) (r0 *amplify.CreateWebhookOutput, r1 error)

func (*AmplifyDouble) DeleteApp

func (d *AmplifyDouble) DeleteApp(i0 *amplify.DeleteAppInput) (r0 *amplify.DeleteAppOutput, r1 error)

func (*AmplifyDouble) DeleteAppRequest

func (d *AmplifyDouble) DeleteAppRequest(i0 *amplify.DeleteAppInput) (r0 *request.Request, r1 *amplify.DeleteAppOutput)

func (*AmplifyDouble) DeleteAppWithContext

func (d *AmplifyDouble) DeleteAppWithContext(i0 context.Context, i1 *amplify.DeleteAppInput, i2 ...request.Option) (r0 *amplify.DeleteAppOutput, r1 error)

func (*AmplifyDouble) DeleteBackendEnvironment

func (*AmplifyDouble) DeleteBackendEnvironmentRequest

func (*AmplifyDouble) DeleteBackendEnvironmentWithContext

func (d *AmplifyDouble) DeleteBackendEnvironmentWithContext(i0 context.Context, i1 *amplify.DeleteBackendEnvironmentInput, i2 ...request.Option) (r0 *amplify.DeleteBackendEnvironmentOutput, r1 error)

func (*AmplifyDouble) DeleteBranch

func (d *AmplifyDouble) DeleteBranch(i0 *amplify.DeleteBranchInput) (r0 *amplify.DeleteBranchOutput, r1 error)

func (*AmplifyDouble) DeleteBranchRequest

func (d *AmplifyDouble) DeleteBranchRequest(i0 *amplify.DeleteBranchInput) (r0 *request.Request, r1 *amplify.DeleteBranchOutput)

func (*AmplifyDouble) DeleteBranchWithContext

func (d *AmplifyDouble) DeleteBranchWithContext(i0 context.Context, i1 *amplify.DeleteBranchInput, i2 ...request.Option) (r0 *amplify.DeleteBranchOutput, r1 error)

func (*AmplifyDouble) DeleteDomainAssociation

func (*AmplifyDouble) DeleteDomainAssociationRequest

func (*AmplifyDouble) DeleteDomainAssociationWithContext

func (d *AmplifyDouble) DeleteDomainAssociationWithContext(i0 context.Context, i1 *amplify.DeleteDomainAssociationInput, i2 ...request.Option) (r0 *amplify.DeleteDomainAssociationOutput, r1 error)

func (*AmplifyDouble) DeleteJob

func (d *AmplifyDouble) DeleteJob(i0 *amplify.DeleteJobInput) (r0 *amplify.DeleteJobOutput, r1 error)

func (*AmplifyDouble) DeleteJobRequest

func (d *AmplifyDouble) DeleteJobRequest(i0 *amplify.DeleteJobInput) (r0 *request.Request, r1 *amplify.DeleteJobOutput)

func (*AmplifyDouble) DeleteJobWithContext

func (d *AmplifyDouble) DeleteJobWithContext(i0 context.Context, i1 *amplify.DeleteJobInput, i2 ...request.Option) (r0 *amplify.DeleteJobOutput, r1 error)

func (*AmplifyDouble) DeleteWebhook

func (d *AmplifyDouble) DeleteWebhook(i0 *amplify.DeleteWebhookInput) (r0 *amplify.DeleteWebhookOutput, r1 error)

func (*AmplifyDouble) DeleteWebhookRequest

func (d *AmplifyDouble) DeleteWebhookRequest(i0 *amplify.DeleteWebhookInput) (r0 *request.Request, r1 *amplify.DeleteWebhookOutput)

func (*AmplifyDouble) DeleteWebhookWithContext

func (d *AmplifyDouble) DeleteWebhookWithContext(i0 context.Context, i1 *amplify.DeleteWebhookInput, i2 ...request.Option) (r0 *amplify.DeleteWebhookOutput, r1 error)

func (*AmplifyDouble) GenerateAccessLogs

func (*AmplifyDouble) GenerateAccessLogsRequest

func (d *AmplifyDouble) GenerateAccessLogsRequest(i0 *amplify.GenerateAccessLogsInput) (r0 *request.Request, r1 *amplify.GenerateAccessLogsOutput)

func (*AmplifyDouble) GenerateAccessLogsWithContext

func (d *AmplifyDouble) GenerateAccessLogsWithContext(i0 context.Context, i1 *amplify.GenerateAccessLogsInput, i2 ...request.Option) (r0 *amplify.GenerateAccessLogsOutput, r1 error)

func (*AmplifyDouble) GetApp

func (d *AmplifyDouble) GetApp(i0 *amplify.GetAppInput) (r0 *amplify.GetAppOutput, r1 error)

func (*AmplifyDouble) GetAppRequest

func (d *AmplifyDouble) GetAppRequest(i0 *amplify.GetAppInput) (r0 *request.Request, r1 *amplify.GetAppOutput)

func (*AmplifyDouble) GetAppWithContext

func (d *AmplifyDouble) GetAppWithContext(i0 context.Context, i1 *amplify.GetAppInput, i2 ...request.Option) (r0 *amplify.GetAppOutput, r1 error)

func (*AmplifyDouble) GetArtifactUrl

func (*AmplifyDouble) GetArtifactUrlRequest

func (d *AmplifyDouble) GetArtifactUrlRequest(i0 *amplify.GetArtifactUrlInput) (r0 *request.Request, r1 *amplify.GetArtifactUrlOutput)

func (*AmplifyDouble) GetArtifactUrlWithContext

func (d *AmplifyDouble) GetArtifactUrlWithContext(i0 context.Context, i1 *amplify.GetArtifactUrlInput, i2 ...request.Option) (r0 *amplify.GetArtifactUrlOutput, r1 error)

func (*AmplifyDouble) GetBackendEnvironment

func (*AmplifyDouble) GetBackendEnvironmentRequest

func (d *AmplifyDouble) GetBackendEnvironmentRequest(i0 *amplify.GetBackendEnvironmentInput) (r0 *request.Request, r1 *amplify.GetBackendEnvironmentOutput)

func (*AmplifyDouble) GetBackendEnvironmentWithContext

func (d *AmplifyDouble) GetBackendEnvironmentWithContext(i0 context.Context, i1 *amplify.GetBackendEnvironmentInput, i2 ...request.Option) (r0 *amplify.GetBackendEnvironmentOutput, r1 error)

func (*AmplifyDouble) GetBranch

func (d *AmplifyDouble) GetBranch(i0 *amplify.GetBranchInput) (r0 *amplify.GetBranchOutput, r1 error)

func (*AmplifyDouble) GetBranchRequest

func (d *AmplifyDouble) GetBranchRequest(i0 *amplify.GetBranchInput) (r0 *request.Request, r1 *amplify.GetBranchOutput)

func (*AmplifyDouble) GetBranchWithContext

func (d *AmplifyDouble) GetBranchWithContext(i0 context.Context, i1 *amplify.GetBranchInput, i2 ...request.Option) (r0 *amplify.GetBranchOutput, r1 error)

func (*AmplifyDouble) GetDomainAssociation

func (*AmplifyDouble) GetDomainAssociationRequest

func (d *AmplifyDouble) GetDomainAssociationRequest(i0 *amplify.GetDomainAssociationInput) (r0 *request.Request, r1 *amplify.GetDomainAssociationOutput)

func (*AmplifyDouble) GetDomainAssociationWithContext

func (d *AmplifyDouble) GetDomainAssociationWithContext(i0 context.Context, i1 *amplify.GetDomainAssociationInput, i2 ...request.Option) (r0 *amplify.GetDomainAssociationOutput, r1 error)

func (*AmplifyDouble) GetJob

func (d *AmplifyDouble) GetJob(i0 *amplify.GetJobInput) (r0 *amplify.GetJobOutput, r1 error)

func (*AmplifyDouble) GetJobRequest

func (d *AmplifyDouble) GetJobRequest(i0 *amplify.GetJobInput) (r0 *request.Request, r1 *amplify.GetJobOutput)

func (*AmplifyDouble) GetJobWithContext

func (d *AmplifyDouble) GetJobWithContext(i0 context.Context, i1 *amplify.GetJobInput, i2 ...request.Option) (r0 *amplify.GetJobOutput, r1 error)

func (*AmplifyDouble) GetWebhook

func (d *AmplifyDouble) GetWebhook(i0 *amplify.GetWebhookInput) (r0 *amplify.GetWebhookOutput, r1 error)

func (*AmplifyDouble) GetWebhookRequest

func (d *AmplifyDouble) GetWebhookRequest(i0 *amplify.GetWebhookInput) (r0 *request.Request, r1 *amplify.GetWebhookOutput)

func (*AmplifyDouble) GetWebhookWithContext

func (d *AmplifyDouble) GetWebhookWithContext(i0 context.Context, i1 *amplify.GetWebhookInput, i2 ...request.Option) (r0 *amplify.GetWebhookOutput, r1 error)

func (*AmplifyDouble) ListApps

func (d *AmplifyDouble) ListApps(i0 *amplify.ListAppsInput) (r0 *amplify.ListAppsOutput, r1 error)

func (*AmplifyDouble) ListAppsRequest

func (d *AmplifyDouble) ListAppsRequest(i0 *amplify.ListAppsInput) (r0 *request.Request, r1 *amplify.ListAppsOutput)

func (*AmplifyDouble) ListAppsWithContext

func (d *AmplifyDouble) ListAppsWithContext(i0 context.Context, i1 *amplify.ListAppsInput, i2 ...request.Option) (r0 *amplify.ListAppsOutput, r1 error)

func (*AmplifyDouble) ListArtifacts

func (d *AmplifyDouble) ListArtifacts(i0 *amplify.ListArtifactsInput) (r0 *amplify.ListArtifactsOutput, r1 error)

func (*AmplifyDouble) ListArtifactsRequest

func (d *AmplifyDouble) ListArtifactsRequest(i0 *amplify.ListArtifactsInput) (r0 *request.Request, r1 *amplify.ListArtifactsOutput)

func (*AmplifyDouble) ListArtifactsWithContext

func (d *AmplifyDouble) ListArtifactsWithContext(i0 context.Context, i1 *amplify.ListArtifactsInput, i2 ...request.Option) (r0 *amplify.ListArtifactsOutput, r1 error)

func (*AmplifyDouble) ListBackendEnvironments

func (*AmplifyDouble) ListBackendEnvironmentsRequest

func (*AmplifyDouble) ListBackendEnvironmentsWithContext

func (d *AmplifyDouble) ListBackendEnvironmentsWithContext(i0 context.Context, i1 *amplify.ListBackendEnvironmentsInput, i2 ...request.Option) (r0 *amplify.ListBackendEnvironmentsOutput, r1 error)

func (*AmplifyDouble) ListBranches

func (d *AmplifyDouble) ListBranches(i0 *amplify.ListBranchesInput) (r0 *amplify.ListBranchesOutput, r1 error)

func (*AmplifyDouble) ListBranchesRequest

func (d *AmplifyDouble) ListBranchesRequest(i0 *amplify.ListBranchesInput) (r0 *request.Request, r1 *amplify.ListBranchesOutput)

func (*AmplifyDouble) ListBranchesWithContext

func (d *AmplifyDouble) ListBranchesWithContext(i0 context.Context, i1 *amplify.ListBranchesInput, i2 ...request.Option) (r0 *amplify.ListBranchesOutput, r1 error)

func (*AmplifyDouble) ListDomainAssociations

func (*AmplifyDouble) ListDomainAssociationsRequest

func (d *AmplifyDouble) ListDomainAssociationsRequest(i0 *amplify.ListDomainAssociationsInput) (r0 *request.Request, r1 *amplify.ListDomainAssociationsOutput)

func (*AmplifyDouble) ListDomainAssociationsWithContext

func (d *AmplifyDouble) ListDomainAssociationsWithContext(i0 context.Context, i1 *amplify.ListDomainAssociationsInput, i2 ...request.Option) (r0 *amplify.ListDomainAssociationsOutput, r1 error)

func (*AmplifyDouble) ListJobs

func (d *AmplifyDouble) ListJobs(i0 *amplify.ListJobsInput) (r0 *amplify.ListJobsOutput, r1 error)

func (*AmplifyDouble) ListJobsRequest

func (d *AmplifyDouble) ListJobsRequest(i0 *amplify.ListJobsInput) (r0 *request.Request, r1 *amplify.ListJobsOutput)

func (*AmplifyDouble) ListJobsWithContext

func (d *AmplifyDouble) ListJobsWithContext(i0 context.Context, i1 *amplify.ListJobsInput, i2 ...request.Option) (r0 *amplify.ListJobsOutput, r1 error)

func (*AmplifyDouble) ListTagsForResource

func (*AmplifyDouble) ListTagsForResourceRequest

func (d *AmplifyDouble) ListTagsForResourceRequest(i0 *amplify.ListTagsForResourceInput) (r0 *request.Request, r1 *amplify.ListTagsForResourceOutput)

func (*AmplifyDouble) ListTagsForResourceWithContext

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

func (*AmplifyDouble) ListWebhooks

func (d *AmplifyDouble) ListWebhooks(i0 *amplify.ListWebhooksInput) (r0 *amplify.ListWebhooksOutput, r1 error)

func (*AmplifyDouble) ListWebhooksRequest

func (d *AmplifyDouble) ListWebhooksRequest(i0 *amplify.ListWebhooksInput) (r0 *request.Request, r1 *amplify.ListWebhooksOutput)

func (*AmplifyDouble) ListWebhooksWithContext

func (d *AmplifyDouble) ListWebhooksWithContext(i0 context.Context, i1 *amplify.ListWebhooksInput, i2 ...request.Option) (r0 *amplify.ListWebhooksOutput, r1 error)

func (*AmplifyDouble) StartDeployment

func (*AmplifyDouble) StartDeploymentRequest

func (d *AmplifyDouble) StartDeploymentRequest(i0 *amplify.StartDeploymentInput) (r0 *request.Request, r1 *amplify.StartDeploymentOutput)

func (*AmplifyDouble) StartDeploymentWithContext

func (d *AmplifyDouble) StartDeploymentWithContext(i0 context.Context, i1 *amplify.StartDeploymentInput, i2 ...request.Option) (r0 *amplify.StartDeploymentOutput, r1 error)

func (*AmplifyDouble) StartJob

func (d *AmplifyDouble) StartJob(i0 *amplify.StartJobInput) (r0 *amplify.StartJobOutput, r1 error)

func (*AmplifyDouble) StartJobRequest

func (d *AmplifyDouble) StartJobRequest(i0 *amplify.StartJobInput) (r0 *request.Request, r1 *amplify.StartJobOutput)

func (*AmplifyDouble) StartJobWithContext

func (d *AmplifyDouble) StartJobWithContext(i0 context.Context, i1 *amplify.StartJobInput, i2 ...request.Option) (r0 *amplify.StartJobOutput, r1 error)

func (*AmplifyDouble) StopJob

func (d *AmplifyDouble) StopJob(i0 *amplify.StopJobInput) (r0 *amplify.StopJobOutput, r1 error)

func (*AmplifyDouble) StopJobRequest

func (d *AmplifyDouble) StopJobRequest(i0 *amplify.StopJobInput) (r0 *request.Request, r1 *amplify.StopJobOutput)

func (*AmplifyDouble) StopJobWithContext

func (d *AmplifyDouble) StopJobWithContext(i0 context.Context, i1 *amplify.StopJobInput, i2 ...request.Option) (r0 *amplify.StopJobOutput, r1 error)

func (*AmplifyDouble) TagResource

func (d *AmplifyDouble) TagResource(i0 *amplify.TagResourceInput) (r0 *amplify.TagResourceOutput, r1 error)

func (*AmplifyDouble) TagResourceRequest

func (d *AmplifyDouble) TagResourceRequest(i0 *amplify.TagResourceInput) (r0 *request.Request, r1 *amplify.TagResourceOutput)

func (*AmplifyDouble) TagResourceWithContext

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

func (*AmplifyDouble) UntagResource

func (d *AmplifyDouble) UntagResource(i0 *amplify.UntagResourceInput) (r0 *amplify.UntagResourceOutput, r1 error)

func (*AmplifyDouble) UntagResourceRequest

func (d *AmplifyDouble) UntagResourceRequest(i0 *amplify.UntagResourceInput) (r0 *request.Request, r1 *amplify.UntagResourceOutput)

func (*AmplifyDouble) UntagResourceWithContext

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

func (*AmplifyDouble) UpdateApp

func (d *AmplifyDouble) UpdateApp(i0 *amplify.UpdateAppInput) (r0 *amplify.UpdateAppOutput, r1 error)

func (*AmplifyDouble) UpdateAppRequest

func (d *AmplifyDouble) UpdateAppRequest(i0 *amplify.UpdateAppInput) (r0 *request.Request, r1 *amplify.UpdateAppOutput)

func (*AmplifyDouble) UpdateAppWithContext

func (d *AmplifyDouble) UpdateAppWithContext(i0 context.Context, i1 *amplify.UpdateAppInput, i2 ...request.Option) (r0 *amplify.UpdateAppOutput, r1 error)

func (*AmplifyDouble) UpdateBranch

func (d *AmplifyDouble) UpdateBranch(i0 *amplify.UpdateBranchInput) (r0 *amplify.UpdateBranchOutput, r1 error)

func (*AmplifyDouble) UpdateBranchRequest

func (d *AmplifyDouble) UpdateBranchRequest(i0 *amplify.UpdateBranchInput) (r0 *request.Request, r1 *amplify.UpdateBranchOutput)

func (*AmplifyDouble) UpdateBranchWithContext

func (d *AmplifyDouble) UpdateBranchWithContext(i0 context.Context, i1 *amplify.UpdateBranchInput, i2 ...request.Option) (r0 *amplify.UpdateBranchOutput, r1 error)

func (*AmplifyDouble) UpdateDomainAssociation

func (*AmplifyDouble) UpdateDomainAssociationRequest

func (*AmplifyDouble) UpdateDomainAssociationWithContext

func (d *AmplifyDouble) UpdateDomainAssociationWithContext(i0 context.Context, i1 *amplify.UpdateDomainAssociationInput, i2 ...request.Option) (r0 *amplify.UpdateDomainAssociationOutput, r1 error)

func (*AmplifyDouble) UpdateWebhook

func (d *AmplifyDouble) UpdateWebhook(i0 *amplify.UpdateWebhookInput) (r0 *amplify.UpdateWebhookOutput, r1 error)

func (*AmplifyDouble) UpdateWebhookRequest

func (d *AmplifyDouble) UpdateWebhookRequest(i0 *amplify.UpdateWebhookInput) (r0 *request.Request, r1 *amplify.UpdateWebhookOutput)

func (*AmplifyDouble) UpdateWebhookWithContext

func (d *AmplifyDouble) UpdateWebhookWithContext(i0 context.Context, i1 *amplify.UpdateWebhookInput, i2 ...request.Option) (r0 *amplify.UpdateWebhookOutput, r1 error)

Jump to

Keyboard shortcuts

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