apigatewayv2double

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 apigatewayv2double contains test double implementation of apigatewayv2iface.ApiGatewayV2API

Package apigatewayv2double provides a TestDouble implementation of apigatewayv2iface.ApiGatewayV2API

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 ApiGatewayV2Double

type ApiGatewayV2Double struct {
	apigatewayv2iface.ApiGatewayV2API
	*awsdouble.AWSTestDouble
}

ApiGatewayV2Double is TestDouble for apigatewayv2iface.ApiGatewayV2API

func NewDouble

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

Constructor for ApiGatewayV2Double 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 (*ApiGatewayV2Double) CreateApi

func (*ApiGatewayV2Double) CreateApiMapping

func (*ApiGatewayV2Double) CreateApiMappingRequest

func (*ApiGatewayV2Double) CreateApiMappingWithContext

func (*ApiGatewayV2Double) CreateApiRequest

func (*ApiGatewayV2Double) CreateApiWithContext

func (*ApiGatewayV2Double) CreateAuthorizer

func (*ApiGatewayV2Double) CreateAuthorizerRequest

func (*ApiGatewayV2Double) CreateAuthorizerWithContext

func (*ApiGatewayV2Double) CreateDeployment

func (*ApiGatewayV2Double) CreateDeploymentRequest

func (*ApiGatewayV2Double) CreateDeploymentWithContext

func (*ApiGatewayV2Double) CreateDomainName

func (*ApiGatewayV2Double) CreateDomainNameRequest

func (*ApiGatewayV2Double) CreateDomainNameWithContext

func (*ApiGatewayV2Double) CreateIntegration

func (*ApiGatewayV2Double) CreateIntegrationRequest

func (*ApiGatewayV2Double) CreateIntegrationWithContext

func (*ApiGatewayV2Double) CreateModel

func (*ApiGatewayV2Double) CreateModelRequest

func (*ApiGatewayV2Double) CreateModelWithContext

func (*ApiGatewayV2Double) CreateRoute

func (*ApiGatewayV2Double) CreateRouteRequest

func (*ApiGatewayV2Double) CreateRouteResponse

func (*ApiGatewayV2Double) CreateRouteResponseRequest

func (*ApiGatewayV2Double) CreateRouteResponseWithContext

func (*ApiGatewayV2Double) CreateRouteWithContext

func (*ApiGatewayV2Double) CreateStage

func (*ApiGatewayV2Double) CreateStageRequest

func (*ApiGatewayV2Double) CreateStageWithContext

func (*ApiGatewayV2Double) DeleteApi

func (*ApiGatewayV2Double) DeleteApiMapping

func (*ApiGatewayV2Double) DeleteApiMappingRequest

func (*ApiGatewayV2Double) DeleteApiMappingWithContext

func (*ApiGatewayV2Double) DeleteApiRequest

func (*ApiGatewayV2Double) DeleteApiWithContext

func (*ApiGatewayV2Double) DeleteAuthorizer

func (*ApiGatewayV2Double) DeleteAuthorizerRequest

func (*ApiGatewayV2Double) DeleteAuthorizerWithContext

func (*ApiGatewayV2Double) DeleteDeployment

func (*ApiGatewayV2Double) DeleteDeploymentRequest

func (*ApiGatewayV2Double) DeleteDeploymentWithContext

func (*ApiGatewayV2Double) DeleteDomainName

func (*ApiGatewayV2Double) DeleteDomainNameRequest

func (*ApiGatewayV2Double) DeleteDomainNameWithContext

func (*ApiGatewayV2Double) DeleteIntegration

func (*ApiGatewayV2Double) DeleteIntegrationRequest

func (*ApiGatewayV2Double) DeleteIntegrationWithContext

func (*ApiGatewayV2Double) DeleteModel

func (*ApiGatewayV2Double) DeleteModelRequest

func (*ApiGatewayV2Double) DeleteModelWithContext

func (*ApiGatewayV2Double) DeleteRoute

func (*ApiGatewayV2Double) DeleteRouteRequest

func (*ApiGatewayV2Double) DeleteRouteResponse

func (*ApiGatewayV2Double) DeleteRouteResponseRequest

func (*ApiGatewayV2Double) DeleteRouteResponseWithContext

func (*ApiGatewayV2Double) DeleteRouteSettings

func (*ApiGatewayV2Double) DeleteRouteSettingsRequest

func (*ApiGatewayV2Double) DeleteRouteSettingsWithContext

func (*ApiGatewayV2Double) DeleteRouteWithContext

func (*ApiGatewayV2Double) DeleteStage

func (*ApiGatewayV2Double) DeleteStageRequest

func (*ApiGatewayV2Double) DeleteStageWithContext

func (*ApiGatewayV2Double) GetApi

func (*ApiGatewayV2Double) GetApiMapping

func (*ApiGatewayV2Double) GetApiMappingRequest

func (*ApiGatewayV2Double) GetApiMappingWithContext

func (*ApiGatewayV2Double) GetApiMappings

func (*ApiGatewayV2Double) GetApiMappingsRequest

func (*ApiGatewayV2Double) GetApiMappingsWithContext

func (*ApiGatewayV2Double) GetApiRequest

func (*ApiGatewayV2Double) GetApiWithContext

func (d *ApiGatewayV2Double) GetApiWithContext(i0 context.Context, i1 *apigatewayv2.GetApiInput, i2 ...request.Option) (r0 *apigatewayv2.GetApiOutput, r1 error)

func (*ApiGatewayV2Double) GetApis

func (*ApiGatewayV2Double) GetApisRequest

func (*ApiGatewayV2Double) GetApisWithContext

func (d *ApiGatewayV2Double) GetApisWithContext(i0 context.Context, i1 *apigatewayv2.GetApisInput, i2 ...request.Option) (r0 *apigatewayv2.GetApisOutput, r1 error)

func (*ApiGatewayV2Double) GetAuthorizer

func (*ApiGatewayV2Double) GetAuthorizerRequest

func (*ApiGatewayV2Double) GetAuthorizerWithContext

func (*ApiGatewayV2Double) GetAuthorizers

func (*ApiGatewayV2Double) GetAuthorizersRequest

func (*ApiGatewayV2Double) GetAuthorizersWithContext

func (*ApiGatewayV2Double) GetDeployment

func (*ApiGatewayV2Double) GetDeploymentRequest

func (*ApiGatewayV2Double) GetDeploymentWithContext

func (*ApiGatewayV2Double) GetDeployments

func (*ApiGatewayV2Double) GetDeploymentsRequest

func (*ApiGatewayV2Double) GetDeploymentsWithContext

func (*ApiGatewayV2Double) GetDomainName

func (*ApiGatewayV2Double) GetDomainNameRequest

func (*ApiGatewayV2Double) GetDomainNameWithContext

func (*ApiGatewayV2Double) GetDomainNames

func (*ApiGatewayV2Double) GetDomainNamesRequest

func (*ApiGatewayV2Double) GetDomainNamesWithContext

func (*ApiGatewayV2Double) GetIntegration

func (*ApiGatewayV2Double) GetIntegrationRequest

func (*ApiGatewayV2Double) GetIntegrationResponse

func (*ApiGatewayV2Double) GetIntegrationResponseWithContext

func (*ApiGatewayV2Double) GetIntegrationWithContext

func (*ApiGatewayV2Double) GetIntegrations

func (*ApiGatewayV2Double) GetIntegrationsRequest

func (*ApiGatewayV2Double) GetIntegrationsWithContext

func (*ApiGatewayV2Double) GetModel

func (*ApiGatewayV2Double) GetModelRequest

func (*ApiGatewayV2Double) GetModelTemplate

func (*ApiGatewayV2Double) GetModelTemplateRequest

func (*ApiGatewayV2Double) GetModelTemplateWithContext

func (*ApiGatewayV2Double) GetModelWithContext

func (*ApiGatewayV2Double) GetModels

func (*ApiGatewayV2Double) GetModelsRequest

func (*ApiGatewayV2Double) GetModelsWithContext

func (*ApiGatewayV2Double) GetRoute

func (*ApiGatewayV2Double) GetRouteRequest

func (*ApiGatewayV2Double) GetRouteResponse

func (*ApiGatewayV2Double) GetRouteResponseRequest

func (*ApiGatewayV2Double) GetRouteResponseWithContext

func (*ApiGatewayV2Double) GetRouteResponses

func (*ApiGatewayV2Double) GetRouteResponsesRequest

func (*ApiGatewayV2Double) GetRouteResponsesWithContext

func (*ApiGatewayV2Double) GetRouteWithContext

func (*ApiGatewayV2Double) GetRoutes

func (*ApiGatewayV2Double) GetRoutesRequest

func (*ApiGatewayV2Double) GetRoutesWithContext

func (*ApiGatewayV2Double) GetStage

func (*ApiGatewayV2Double) GetStageRequest

func (*ApiGatewayV2Double) GetStageWithContext

func (*ApiGatewayV2Double) GetStages

func (*ApiGatewayV2Double) GetStagesRequest

func (*ApiGatewayV2Double) GetStagesWithContext

func (*ApiGatewayV2Double) GetTags

func (*ApiGatewayV2Double) GetTagsRequest

func (*ApiGatewayV2Double) GetTagsWithContext

func (d *ApiGatewayV2Double) GetTagsWithContext(i0 context.Context, i1 *apigatewayv2.GetTagsInput, i2 ...request.Option) (r0 *apigatewayv2.GetTagsOutput, r1 error)

func (*ApiGatewayV2Double) ImportApi

func (*ApiGatewayV2Double) ImportApiRequest

func (*ApiGatewayV2Double) ImportApiWithContext

func (*ApiGatewayV2Double) ReimportApi

func (*ApiGatewayV2Double) ReimportApiRequest

func (*ApiGatewayV2Double) ReimportApiWithContext

func (*ApiGatewayV2Double) TagResource

func (*ApiGatewayV2Double) TagResourceRequest

func (*ApiGatewayV2Double) TagResourceWithContext

func (*ApiGatewayV2Double) UntagResource

func (*ApiGatewayV2Double) UntagResourceRequest

func (*ApiGatewayV2Double) UntagResourceWithContext

func (*ApiGatewayV2Double) UpdateApi

func (*ApiGatewayV2Double) UpdateApiMapping

func (*ApiGatewayV2Double) UpdateApiMappingRequest

func (*ApiGatewayV2Double) UpdateApiMappingWithContext

func (*ApiGatewayV2Double) UpdateApiRequest

func (*ApiGatewayV2Double) UpdateApiWithContext

func (*ApiGatewayV2Double) UpdateAuthorizer

func (*ApiGatewayV2Double) UpdateAuthorizerRequest

func (*ApiGatewayV2Double) UpdateAuthorizerWithContext

func (*ApiGatewayV2Double) UpdateDeployment

func (*ApiGatewayV2Double) UpdateDeploymentRequest

func (*ApiGatewayV2Double) UpdateDeploymentWithContext

func (*ApiGatewayV2Double) UpdateDomainName

func (*ApiGatewayV2Double) UpdateDomainNameRequest

func (*ApiGatewayV2Double) UpdateDomainNameWithContext

func (*ApiGatewayV2Double) UpdateIntegration

func (*ApiGatewayV2Double) UpdateIntegrationRequest

func (*ApiGatewayV2Double) UpdateIntegrationWithContext

func (*ApiGatewayV2Double) UpdateModel

func (*ApiGatewayV2Double) UpdateModelRequest

func (*ApiGatewayV2Double) UpdateModelWithContext

func (*ApiGatewayV2Double) UpdateRoute

func (*ApiGatewayV2Double) UpdateRouteRequest

func (*ApiGatewayV2Double) UpdateRouteResponse

func (*ApiGatewayV2Double) UpdateRouteResponseRequest

func (*ApiGatewayV2Double) UpdateRouteResponseWithContext

func (*ApiGatewayV2Double) UpdateRouteWithContext

func (*ApiGatewayV2Double) UpdateStage

func (*ApiGatewayV2Double) UpdateStageRequest

func (*ApiGatewayV2Double) UpdateStageWithContext

Jump to

Keyboard shortcuts

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