apigatewaymock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package apigatewaymock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIGatewayAPI

type MockAPIGatewayAPI struct {
	// contains filtered or unexported fields
}

MockAPIGatewayAPI is a mock of APIGatewayAPI interface.

func NewMockAPIGatewayAPI

func NewMockAPIGatewayAPI(ctrl *gomock.Controller) *MockAPIGatewayAPI

NewMockAPIGatewayAPI creates a new mock instance.

func (*MockAPIGatewayAPI) CreateApiKey

CreateApiKey mocks base method.

func (*MockAPIGatewayAPI) CreateApiKeyRequest

func (m *MockAPIGatewayAPI) CreateApiKeyRequest(arg0 *apigateway.CreateApiKeyInput) (*request.Request, *apigateway.ApiKey)

CreateApiKeyRequest mocks base method.

func (*MockAPIGatewayAPI) CreateApiKeyWithContext

func (m *MockAPIGatewayAPI) CreateApiKeyWithContext(arg0 context.Context, arg1 *apigateway.CreateApiKeyInput, arg2 ...request.Option) (*apigateway.ApiKey, error)

CreateApiKeyWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateAuthorizer

CreateAuthorizer mocks base method.

func (*MockAPIGatewayAPI) CreateAuthorizerRequest

CreateAuthorizerRequest mocks base method.

func (*MockAPIGatewayAPI) CreateAuthorizerWithContext

func (m *MockAPIGatewayAPI) CreateAuthorizerWithContext(arg0 context.Context, arg1 *apigateway.CreateAuthorizerInput, arg2 ...request.Option) (*apigateway.Authorizer, error)

CreateAuthorizerWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateBasePathMapping

CreateBasePathMapping mocks base method.

func (*MockAPIGatewayAPI) CreateBasePathMappingRequest

CreateBasePathMappingRequest mocks base method.

func (*MockAPIGatewayAPI) CreateBasePathMappingWithContext

func (m *MockAPIGatewayAPI) CreateBasePathMappingWithContext(arg0 context.Context, arg1 *apigateway.CreateBasePathMappingInput, arg2 ...request.Option) (*apigateway.BasePathMapping, error)

CreateBasePathMappingWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateDeployment

CreateDeployment mocks base method.

func (*MockAPIGatewayAPI) CreateDeploymentRequest

CreateDeploymentRequest mocks base method.

func (*MockAPIGatewayAPI) CreateDeploymentWithContext

func (m *MockAPIGatewayAPI) CreateDeploymentWithContext(arg0 context.Context, arg1 *apigateway.CreateDeploymentInput, arg2 ...request.Option) (*apigateway.Deployment, error)

CreateDeploymentWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateDocumentationPart

CreateDocumentationPart mocks base method.

func (*MockAPIGatewayAPI) CreateDocumentationPartRequest

CreateDocumentationPartRequest mocks base method.

func (*MockAPIGatewayAPI) CreateDocumentationPartWithContext

func (m *MockAPIGatewayAPI) CreateDocumentationPartWithContext(arg0 context.Context, arg1 *apigateway.CreateDocumentationPartInput, arg2 ...request.Option) (*apigateway.DocumentationPart, error)

CreateDocumentationPartWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateDocumentationVersion

CreateDocumentationVersion mocks base method.

func (*MockAPIGatewayAPI) CreateDocumentationVersionRequest

CreateDocumentationVersionRequest mocks base method.

func (*MockAPIGatewayAPI) CreateDocumentationVersionWithContext

func (m *MockAPIGatewayAPI) CreateDocumentationVersionWithContext(arg0 context.Context, arg1 *apigateway.CreateDocumentationVersionInput, arg2 ...request.Option) (*apigateway.DocumentationVersion, error)

CreateDocumentationVersionWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateDomainName

CreateDomainName mocks base method.

func (*MockAPIGatewayAPI) CreateDomainNameRequest

CreateDomainNameRequest mocks base method.

func (*MockAPIGatewayAPI) CreateDomainNameWithContext

func (m *MockAPIGatewayAPI) CreateDomainNameWithContext(arg0 context.Context, arg1 *apigateway.CreateDomainNameInput, arg2 ...request.Option) (*apigateway.DomainName, error)

CreateDomainNameWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateModel

CreateModel mocks base method.

func (*MockAPIGatewayAPI) CreateModelRequest

func (m *MockAPIGatewayAPI) CreateModelRequest(arg0 *apigateway.CreateModelInput) (*request.Request, *apigateway.Model)

CreateModelRequest mocks base method.

func (*MockAPIGatewayAPI) CreateModelWithContext

func (m *MockAPIGatewayAPI) CreateModelWithContext(arg0 context.Context, arg1 *apigateway.CreateModelInput, arg2 ...request.Option) (*apigateway.Model, error)

CreateModelWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateRequestValidator

CreateRequestValidator mocks base method.

func (*MockAPIGatewayAPI) CreateRequestValidatorRequest

CreateRequestValidatorRequest mocks base method.

func (*MockAPIGatewayAPI) CreateRequestValidatorWithContext

CreateRequestValidatorWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateResource

CreateResource mocks base method.

func (*MockAPIGatewayAPI) CreateResourceRequest

func (m *MockAPIGatewayAPI) CreateResourceRequest(arg0 *apigateway.CreateResourceInput) (*request.Request, *apigateway.Resource)

CreateResourceRequest mocks base method.

func (*MockAPIGatewayAPI) CreateResourceWithContext

func (m *MockAPIGatewayAPI) CreateResourceWithContext(arg0 context.Context, arg1 *apigateway.CreateResourceInput, arg2 ...request.Option) (*apigateway.Resource, error)

CreateResourceWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateRestApi

CreateRestApi mocks base method.

func (*MockAPIGatewayAPI) CreateRestApiRequest

func (m *MockAPIGatewayAPI) CreateRestApiRequest(arg0 *apigateway.CreateRestApiInput) (*request.Request, *apigateway.RestApi)

CreateRestApiRequest mocks base method.

func (*MockAPIGatewayAPI) CreateRestApiWithContext

func (m *MockAPIGatewayAPI) CreateRestApiWithContext(arg0 context.Context, arg1 *apigateway.CreateRestApiInput, arg2 ...request.Option) (*apigateway.RestApi, error)

CreateRestApiWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateStage

CreateStage mocks base method.

func (*MockAPIGatewayAPI) CreateStageRequest

func (m *MockAPIGatewayAPI) CreateStageRequest(arg0 *apigateway.CreateStageInput) (*request.Request, *apigateway.Stage)

CreateStageRequest mocks base method.

func (*MockAPIGatewayAPI) CreateStageWithContext

func (m *MockAPIGatewayAPI) CreateStageWithContext(arg0 context.Context, arg1 *apigateway.CreateStageInput, arg2 ...request.Option) (*apigateway.Stage, error)

CreateStageWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateUsagePlan

CreateUsagePlan mocks base method.

func (*MockAPIGatewayAPI) CreateUsagePlanKey

CreateUsagePlanKey mocks base method.

func (*MockAPIGatewayAPI) CreateUsagePlanKeyRequest

CreateUsagePlanKeyRequest mocks base method.

func (*MockAPIGatewayAPI) CreateUsagePlanKeyWithContext

func (m *MockAPIGatewayAPI) CreateUsagePlanKeyWithContext(arg0 context.Context, arg1 *apigateway.CreateUsagePlanKeyInput, arg2 ...request.Option) (*apigateway.UsagePlanKey, error)

CreateUsagePlanKeyWithContext mocks base method.

func (*MockAPIGatewayAPI) CreateUsagePlanRequest

CreateUsagePlanRequest mocks base method.

func (*MockAPIGatewayAPI) CreateUsagePlanWithContext

func (m *MockAPIGatewayAPI) CreateUsagePlanWithContext(arg0 context.Context, arg1 *apigateway.CreateUsagePlanInput, arg2 ...request.Option) (*apigateway.UsagePlan, error)

CreateUsagePlanWithContext mocks base method.

CreateVpcLink mocks base method.

func (*MockAPIGatewayAPI) CreateVpcLinkRequest

CreateVpcLinkRequest mocks base method.

func (*MockAPIGatewayAPI) CreateVpcLinkWithContext

func (m *MockAPIGatewayAPI) CreateVpcLinkWithContext(arg0 context.Context, arg1 *apigateway.CreateVpcLinkInput, arg2 ...request.Option) (*apigateway.UpdateVpcLinkOutput, error)

CreateVpcLinkWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteApiKey

DeleteApiKey mocks base method.

func (*MockAPIGatewayAPI) DeleteApiKeyRequest

DeleteApiKeyRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteApiKeyWithContext

func (m *MockAPIGatewayAPI) DeleteApiKeyWithContext(arg0 context.Context, arg1 *apigateway.DeleteApiKeyInput, arg2 ...request.Option) (*apigateway.DeleteApiKeyOutput, error)

DeleteApiKeyWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteAuthorizer

DeleteAuthorizer mocks base method.

func (*MockAPIGatewayAPI) DeleteAuthorizerRequest

DeleteAuthorizerRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteAuthorizerWithContext

func (m *MockAPIGatewayAPI) DeleteAuthorizerWithContext(arg0 context.Context, arg1 *apigateway.DeleteAuthorizerInput, arg2 ...request.Option) (*apigateway.DeleteAuthorizerOutput, error)

DeleteAuthorizerWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteBasePathMapping

DeleteBasePathMapping mocks base method.

func (*MockAPIGatewayAPI) DeleteBasePathMappingRequest

DeleteBasePathMappingRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteBasePathMappingWithContext

DeleteBasePathMappingWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteClientCertificate

DeleteClientCertificate mocks base method.

func (*MockAPIGatewayAPI) DeleteClientCertificateRequest

DeleteClientCertificateRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteClientCertificateWithContext

DeleteClientCertificateWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteDeployment

DeleteDeployment mocks base method.

func (*MockAPIGatewayAPI) DeleteDeploymentRequest

DeleteDeploymentRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteDeploymentWithContext

func (m *MockAPIGatewayAPI) DeleteDeploymentWithContext(arg0 context.Context, arg1 *apigateway.DeleteDeploymentInput, arg2 ...request.Option) (*apigateway.DeleteDeploymentOutput, error)

DeleteDeploymentWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteDocumentationPart

DeleteDocumentationPart mocks base method.

func (*MockAPIGatewayAPI) DeleteDocumentationPartRequest

DeleteDocumentationPartRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteDocumentationPartWithContext

DeleteDocumentationPartWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteDocumentationVersion

DeleteDocumentationVersion mocks base method.

func (*MockAPIGatewayAPI) DeleteDocumentationVersionRequest

DeleteDocumentationVersionRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteDocumentationVersionWithContext

DeleteDocumentationVersionWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteDomainName

DeleteDomainName mocks base method.

func (*MockAPIGatewayAPI) DeleteDomainNameRequest

DeleteDomainNameRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteDomainNameWithContext

func (m *MockAPIGatewayAPI) DeleteDomainNameWithContext(arg0 context.Context, arg1 *apigateway.DeleteDomainNameInput, arg2 ...request.Option) (*apigateway.DeleteDomainNameOutput, error)

DeleteDomainNameWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteGatewayResponse

DeleteGatewayResponse mocks base method.

func (*MockAPIGatewayAPI) DeleteGatewayResponseRequest

DeleteGatewayResponseRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteGatewayResponseWithContext

DeleteGatewayResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteIntegration

DeleteIntegration mocks base method.

func (*MockAPIGatewayAPI) DeleteIntegrationRequest

DeleteIntegrationRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteIntegrationResponse

DeleteIntegrationResponse mocks base method.

func (*MockAPIGatewayAPI) DeleteIntegrationResponseRequest

DeleteIntegrationResponseRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteIntegrationResponseWithContext

DeleteIntegrationResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteIntegrationWithContext

func (m *MockAPIGatewayAPI) DeleteIntegrationWithContext(arg0 context.Context, arg1 *apigateway.DeleteIntegrationInput, arg2 ...request.Option) (*apigateway.DeleteIntegrationOutput, error)

DeleteIntegrationWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteMethod

DeleteMethod mocks base method.

func (*MockAPIGatewayAPI) DeleteMethodRequest

DeleteMethodRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteMethodResponse

DeleteMethodResponse mocks base method.

func (*MockAPIGatewayAPI) DeleteMethodResponseRequest

DeleteMethodResponseRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteMethodResponseWithContext

DeleteMethodResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteMethodWithContext

func (m *MockAPIGatewayAPI) DeleteMethodWithContext(arg0 context.Context, arg1 *apigateway.DeleteMethodInput, arg2 ...request.Option) (*apigateway.DeleteMethodOutput, error)

DeleteMethodWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteModel

DeleteModel mocks base method.

func (*MockAPIGatewayAPI) DeleteModelRequest

DeleteModelRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteModelWithContext

func (m *MockAPIGatewayAPI) DeleteModelWithContext(arg0 context.Context, arg1 *apigateway.DeleteModelInput, arg2 ...request.Option) (*apigateway.DeleteModelOutput, error)

DeleteModelWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteRequestValidator

DeleteRequestValidator mocks base method.

func (*MockAPIGatewayAPI) DeleteRequestValidatorRequest

DeleteRequestValidatorRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteRequestValidatorWithContext

DeleteRequestValidatorWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteResource

DeleteResource mocks base method.

func (*MockAPIGatewayAPI) DeleteResourceRequest

DeleteResourceRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteResourceWithContext

func (m *MockAPIGatewayAPI) DeleteResourceWithContext(arg0 context.Context, arg1 *apigateway.DeleteResourceInput, arg2 ...request.Option) (*apigateway.DeleteResourceOutput, error)

DeleteResourceWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteRestApi

DeleteRestApi mocks base method.

func (*MockAPIGatewayAPI) DeleteRestApiRequest

DeleteRestApiRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteRestApiWithContext

func (m *MockAPIGatewayAPI) DeleteRestApiWithContext(arg0 context.Context, arg1 *apigateway.DeleteRestApiInput, arg2 ...request.Option) (*apigateway.DeleteRestApiOutput, error)

DeleteRestApiWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteStage

DeleteStage mocks base method.

func (*MockAPIGatewayAPI) DeleteStageRequest

DeleteStageRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteStageWithContext

func (m *MockAPIGatewayAPI) DeleteStageWithContext(arg0 context.Context, arg1 *apigateway.DeleteStageInput, arg2 ...request.Option) (*apigateway.DeleteStageOutput, error)

DeleteStageWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteUsagePlan

DeleteUsagePlan mocks base method.

func (*MockAPIGatewayAPI) DeleteUsagePlanKey

DeleteUsagePlanKey mocks base method.

func (*MockAPIGatewayAPI) DeleteUsagePlanKeyRequest

DeleteUsagePlanKeyRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteUsagePlanKeyWithContext

DeleteUsagePlanKeyWithContext mocks base method.

func (*MockAPIGatewayAPI) DeleteUsagePlanRequest

DeleteUsagePlanRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteUsagePlanWithContext

func (m *MockAPIGatewayAPI) DeleteUsagePlanWithContext(arg0 context.Context, arg1 *apigateway.DeleteUsagePlanInput, arg2 ...request.Option) (*apigateway.DeleteUsagePlanOutput, error)

DeleteUsagePlanWithContext mocks base method.

DeleteVpcLink mocks base method.

func (*MockAPIGatewayAPI) DeleteVpcLinkRequest

DeleteVpcLinkRequest mocks base method.

func (*MockAPIGatewayAPI) DeleteVpcLinkWithContext

func (m *MockAPIGatewayAPI) DeleteVpcLinkWithContext(arg0 context.Context, arg1 *apigateway.DeleteVpcLinkInput, arg2 ...request.Option) (*apigateway.DeleteVpcLinkOutput, error)

DeleteVpcLinkWithContext mocks base method.

func (*MockAPIGatewayAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAPIGatewayAPI) FlushStageAuthorizersCache

FlushStageAuthorizersCache mocks base method.

func (*MockAPIGatewayAPI) FlushStageAuthorizersCacheRequest

FlushStageAuthorizersCacheRequest mocks base method.

func (*MockAPIGatewayAPI) FlushStageAuthorizersCacheWithContext

FlushStageAuthorizersCacheWithContext mocks base method.

func (*MockAPIGatewayAPI) FlushStageCache

FlushStageCache mocks base method.

func (*MockAPIGatewayAPI) FlushStageCacheRequest

FlushStageCacheRequest mocks base method.

func (*MockAPIGatewayAPI) FlushStageCacheWithContext

func (m *MockAPIGatewayAPI) FlushStageCacheWithContext(arg0 context.Context, arg1 *apigateway.FlushStageCacheInput, arg2 ...request.Option) (*apigateway.FlushStageCacheOutput, error)

FlushStageCacheWithContext mocks base method.

func (*MockAPIGatewayAPI) GenerateClientCertificate

GenerateClientCertificate mocks base method.

func (*MockAPIGatewayAPI) GenerateClientCertificateRequest

GenerateClientCertificateRequest mocks base method.

func (*MockAPIGatewayAPI) GenerateClientCertificateWithContext

func (m *MockAPIGatewayAPI) GenerateClientCertificateWithContext(arg0 context.Context, arg1 *apigateway.GenerateClientCertificateInput, arg2 ...request.Option) (*apigateway.ClientCertificate, error)

GenerateClientCertificateWithContext mocks base method.

func (*MockAPIGatewayAPI) GetAccount

GetAccount mocks base method.

func (*MockAPIGatewayAPI) GetAccountRequest

GetAccountRequest mocks base method.

func (*MockAPIGatewayAPI) GetAccountWithContext

func (m *MockAPIGatewayAPI) GetAccountWithContext(arg0 context.Context, arg1 *apigateway.GetAccountInput, arg2 ...request.Option) (*apigateway.Account, error)

GetAccountWithContext mocks base method.

func (*MockAPIGatewayAPI) GetApiKey

GetApiKey mocks base method.

func (*MockAPIGatewayAPI) GetApiKeyRequest

GetApiKeyRequest mocks base method.

func (*MockAPIGatewayAPI) GetApiKeyWithContext

func (m *MockAPIGatewayAPI) GetApiKeyWithContext(arg0 context.Context, arg1 *apigateway.GetApiKeyInput, arg2 ...request.Option) (*apigateway.ApiKey, error)

GetApiKeyWithContext mocks base method.

func (*MockAPIGatewayAPI) GetApiKeys

GetApiKeys mocks base method.

func (*MockAPIGatewayAPI) GetApiKeysPages

func (m *MockAPIGatewayAPI) GetApiKeysPages(arg0 *apigateway.GetApiKeysInput, arg1 func(*apigateway.GetApiKeysOutput, bool) bool) error

GetApiKeysPages mocks base method.

func (*MockAPIGatewayAPI) GetApiKeysPagesWithContext

func (m *MockAPIGatewayAPI) GetApiKeysPagesWithContext(arg0 context.Context, arg1 *apigateway.GetApiKeysInput, arg2 func(*apigateway.GetApiKeysOutput, bool) bool, arg3 ...request.Option) error

GetApiKeysPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetApiKeysRequest

GetApiKeysRequest mocks base method.

func (*MockAPIGatewayAPI) GetApiKeysWithContext

func (m *MockAPIGatewayAPI) GetApiKeysWithContext(arg0 context.Context, arg1 *apigateway.GetApiKeysInput, arg2 ...request.Option) (*apigateway.GetApiKeysOutput, error)

GetApiKeysWithContext mocks base method.

func (*MockAPIGatewayAPI) GetAuthorizer

GetAuthorizer mocks base method.

func (*MockAPIGatewayAPI) GetAuthorizerRequest

GetAuthorizerRequest mocks base method.

func (*MockAPIGatewayAPI) GetAuthorizerWithContext

func (m *MockAPIGatewayAPI) GetAuthorizerWithContext(arg0 context.Context, arg1 *apigateway.GetAuthorizerInput, arg2 ...request.Option) (*apigateway.Authorizer, error)

GetAuthorizerWithContext mocks base method.

func (*MockAPIGatewayAPI) GetAuthorizers

GetAuthorizers mocks base method.

func (*MockAPIGatewayAPI) GetAuthorizersRequest

GetAuthorizersRequest mocks base method.

func (*MockAPIGatewayAPI) GetAuthorizersWithContext

func (m *MockAPIGatewayAPI) GetAuthorizersWithContext(arg0 context.Context, arg1 *apigateway.GetAuthorizersInput, arg2 ...request.Option) (*apigateway.GetAuthorizersOutput, error)

GetAuthorizersWithContext mocks base method.

func (*MockAPIGatewayAPI) GetBasePathMapping

GetBasePathMapping mocks base method.

func (*MockAPIGatewayAPI) GetBasePathMappingRequest

GetBasePathMappingRequest mocks base method.

func (*MockAPIGatewayAPI) GetBasePathMappingWithContext

func (m *MockAPIGatewayAPI) GetBasePathMappingWithContext(arg0 context.Context, arg1 *apigateway.GetBasePathMappingInput, arg2 ...request.Option) (*apigateway.BasePathMapping, error)

GetBasePathMappingWithContext mocks base method.

func (*MockAPIGatewayAPI) GetBasePathMappings

GetBasePathMappings mocks base method.

func (*MockAPIGatewayAPI) GetBasePathMappingsPages

GetBasePathMappingsPages mocks base method.

func (*MockAPIGatewayAPI) GetBasePathMappingsPagesWithContext

func (m *MockAPIGatewayAPI) GetBasePathMappingsPagesWithContext(arg0 context.Context, arg1 *apigateway.GetBasePathMappingsInput, arg2 func(*apigateway.GetBasePathMappingsOutput, bool) bool, arg3 ...request.Option) error

GetBasePathMappingsPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetBasePathMappingsRequest

GetBasePathMappingsRequest mocks base method.

func (*MockAPIGatewayAPI) GetBasePathMappingsWithContext

GetBasePathMappingsWithContext mocks base method.

func (*MockAPIGatewayAPI) GetClientCertificate

GetClientCertificate mocks base method.

func (*MockAPIGatewayAPI) GetClientCertificateRequest

GetClientCertificateRequest mocks base method.

func (*MockAPIGatewayAPI) GetClientCertificateWithContext

func (m *MockAPIGatewayAPI) GetClientCertificateWithContext(arg0 context.Context, arg1 *apigateway.GetClientCertificateInput, arg2 ...request.Option) (*apigateway.ClientCertificate, error)

GetClientCertificateWithContext mocks base method.

func (*MockAPIGatewayAPI) GetClientCertificates

GetClientCertificates mocks base method.

func (*MockAPIGatewayAPI) GetClientCertificatesPages

GetClientCertificatesPages mocks base method.

func (*MockAPIGatewayAPI) GetClientCertificatesPagesWithContext

func (m *MockAPIGatewayAPI) GetClientCertificatesPagesWithContext(arg0 context.Context, arg1 *apigateway.GetClientCertificatesInput, arg2 func(*apigateway.GetClientCertificatesOutput, bool) bool, arg3 ...request.Option) error

GetClientCertificatesPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetClientCertificatesRequest

GetClientCertificatesRequest mocks base method.

func (*MockAPIGatewayAPI) GetClientCertificatesWithContext

GetClientCertificatesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDeployment

GetDeployment mocks base method.

func (*MockAPIGatewayAPI) GetDeploymentRequest

GetDeploymentRequest mocks base method.

func (*MockAPIGatewayAPI) GetDeploymentWithContext

func (m *MockAPIGatewayAPI) GetDeploymentWithContext(arg0 context.Context, arg1 *apigateway.GetDeploymentInput, arg2 ...request.Option) (*apigateway.Deployment, error)

GetDeploymentWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDeployments

GetDeployments mocks base method.

func (*MockAPIGatewayAPI) GetDeploymentsPages

func (m *MockAPIGatewayAPI) GetDeploymentsPages(arg0 *apigateway.GetDeploymentsInput, arg1 func(*apigateway.GetDeploymentsOutput, bool) bool) error

GetDeploymentsPages mocks base method.

func (*MockAPIGatewayAPI) GetDeploymentsPagesWithContext

func (m *MockAPIGatewayAPI) GetDeploymentsPagesWithContext(arg0 context.Context, arg1 *apigateway.GetDeploymentsInput, arg2 func(*apigateway.GetDeploymentsOutput, bool) bool, arg3 ...request.Option) error

GetDeploymentsPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDeploymentsRequest

GetDeploymentsRequest mocks base method.

func (*MockAPIGatewayAPI) GetDeploymentsWithContext

func (m *MockAPIGatewayAPI) GetDeploymentsWithContext(arg0 context.Context, arg1 *apigateway.GetDeploymentsInput, arg2 ...request.Option) (*apigateway.GetDeploymentsOutput, error)

GetDeploymentsWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationPart

GetDocumentationPart mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationPartRequest

GetDocumentationPartRequest mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationPartWithContext

func (m *MockAPIGatewayAPI) GetDocumentationPartWithContext(arg0 context.Context, arg1 *apigateway.GetDocumentationPartInput, arg2 ...request.Option) (*apigateway.DocumentationPart, error)

GetDocumentationPartWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationParts

GetDocumentationParts mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationPartsRequest

GetDocumentationPartsRequest mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationPartsWithContext

GetDocumentationPartsWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationVersion

GetDocumentationVersion mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationVersionRequest

GetDocumentationVersionRequest mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationVersionWithContext

func (m *MockAPIGatewayAPI) GetDocumentationVersionWithContext(arg0 context.Context, arg1 *apigateway.GetDocumentationVersionInput, arg2 ...request.Option) (*apigateway.DocumentationVersion, error)

GetDocumentationVersionWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationVersions

GetDocumentationVersions mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationVersionsRequest

GetDocumentationVersionsRequest mocks base method.

func (*MockAPIGatewayAPI) GetDocumentationVersionsWithContext

GetDocumentationVersionsWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDomainName

GetDomainName mocks base method.

func (*MockAPIGatewayAPI) GetDomainNameRequest

GetDomainNameRequest mocks base method.

func (*MockAPIGatewayAPI) GetDomainNameWithContext

func (m *MockAPIGatewayAPI) GetDomainNameWithContext(arg0 context.Context, arg1 *apigateway.GetDomainNameInput, arg2 ...request.Option) (*apigateway.DomainName, error)

GetDomainNameWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDomainNames

GetDomainNames mocks base method.

func (*MockAPIGatewayAPI) GetDomainNamesPages

func (m *MockAPIGatewayAPI) GetDomainNamesPages(arg0 *apigateway.GetDomainNamesInput, arg1 func(*apigateway.GetDomainNamesOutput, bool) bool) error

GetDomainNamesPages mocks base method.

func (*MockAPIGatewayAPI) GetDomainNamesPagesWithContext

func (m *MockAPIGatewayAPI) GetDomainNamesPagesWithContext(arg0 context.Context, arg1 *apigateway.GetDomainNamesInput, arg2 func(*apigateway.GetDomainNamesOutput, bool) bool, arg3 ...request.Option) error

GetDomainNamesPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetDomainNamesRequest

GetDomainNamesRequest mocks base method.

func (*MockAPIGatewayAPI) GetDomainNamesWithContext

func (m *MockAPIGatewayAPI) GetDomainNamesWithContext(arg0 context.Context, arg1 *apigateway.GetDomainNamesInput, arg2 ...request.Option) (*apigateway.GetDomainNamesOutput, error)

GetDomainNamesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetExport

GetExport mocks base method.

func (*MockAPIGatewayAPI) GetExportRequest

GetExportRequest mocks base method.

func (*MockAPIGatewayAPI) GetExportWithContext

func (m *MockAPIGatewayAPI) GetExportWithContext(arg0 context.Context, arg1 *apigateway.GetExportInput, arg2 ...request.Option) (*apigateway.GetExportOutput, error)

GetExportWithContext mocks base method.

func (*MockAPIGatewayAPI) GetGatewayResponse

GetGatewayResponse mocks base method.

func (*MockAPIGatewayAPI) GetGatewayResponseRequest

GetGatewayResponseRequest mocks base method.

func (*MockAPIGatewayAPI) GetGatewayResponseWithContext

GetGatewayResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) GetGatewayResponses

GetGatewayResponses mocks base method.

func (*MockAPIGatewayAPI) GetGatewayResponsesRequest

GetGatewayResponsesRequest mocks base method.

func (*MockAPIGatewayAPI) GetGatewayResponsesWithContext

GetGatewayResponsesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetIntegration

GetIntegration mocks base method.

func (*MockAPIGatewayAPI) GetIntegrationRequest

GetIntegrationRequest mocks base method.

func (*MockAPIGatewayAPI) GetIntegrationResponse

GetIntegrationResponse mocks base method.

func (*MockAPIGatewayAPI) GetIntegrationResponseRequest

GetIntegrationResponseRequest mocks base method.

func (*MockAPIGatewayAPI) GetIntegrationResponseWithContext

func (m *MockAPIGatewayAPI) GetIntegrationResponseWithContext(arg0 context.Context, arg1 *apigateway.GetIntegrationResponseInput, arg2 ...request.Option) (*apigateway.IntegrationResponse, error)

GetIntegrationResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) GetIntegrationWithContext

func (m *MockAPIGatewayAPI) GetIntegrationWithContext(arg0 context.Context, arg1 *apigateway.GetIntegrationInput, arg2 ...request.Option) (*apigateway.Integration, error)

GetIntegrationWithContext mocks base method.

func (*MockAPIGatewayAPI) GetMethod

GetMethod mocks base method.

func (*MockAPIGatewayAPI) GetMethodRequest

GetMethodRequest mocks base method.

func (*MockAPIGatewayAPI) GetMethodResponse

GetMethodResponse mocks base method.

func (*MockAPIGatewayAPI) GetMethodResponseRequest

GetMethodResponseRequest mocks base method.

func (*MockAPIGatewayAPI) GetMethodResponseWithContext

func (m *MockAPIGatewayAPI) GetMethodResponseWithContext(arg0 context.Context, arg1 *apigateway.GetMethodResponseInput, arg2 ...request.Option) (*apigateway.MethodResponse, error)

GetMethodResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) GetMethodWithContext

func (m *MockAPIGatewayAPI) GetMethodWithContext(arg0 context.Context, arg1 *apigateway.GetMethodInput, arg2 ...request.Option) (*apigateway.Method, error)

GetMethodWithContext mocks base method.

func (*MockAPIGatewayAPI) GetModel

GetModel mocks base method.

func (*MockAPIGatewayAPI) GetModelRequest

func (m *MockAPIGatewayAPI) GetModelRequest(arg0 *apigateway.GetModelInput) (*request.Request, *apigateway.Model)

GetModelRequest mocks base method.

func (*MockAPIGatewayAPI) GetModelTemplate

GetModelTemplate mocks base method.

func (*MockAPIGatewayAPI) GetModelTemplateRequest

GetModelTemplateRequest mocks base method.

func (*MockAPIGatewayAPI) GetModelTemplateWithContext

func (m *MockAPIGatewayAPI) GetModelTemplateWithContext(arg0 context.Context, arg1 *apigateway.GetModelTemplateInput, arg2 ...request.Option) (*apigateway.GetModelTemplateOutput, error)

GetModelTemplateWithContext mocks base method.

func (*MockAPIGatewayAPI) GetModelWithContext

func (m *MockAPIGatewayAPI) GetModelWithContext(arg0 context.Context, arg1 *apigateway.GetModelInput, arg2 ...request.Option) (*apigateway.Model, error)

GetModelWithContext mocks base method.

func (*MockAPIGatewayAPI) GetModels

GetModels mocks base method.

func (*MockAPIGatewayAPI) GetModelsPages

func (m *MockAPIGatewayAPI) GetModelsPages(arg0 *apigateway.GetModelsInput, arg1 func(*apigateway.GetModelsOutput, bool) bool) error

GetModelsPages mocks base method.

func (*MockAPIGatewayAPI) GetModelsPagesWithContext

func (m *MockAPIGatewayAPI) GetModelsPagesWithContext(arg0 context.Context, arg1 *apigateway.GetModelsInput, arg2 func(*apigateway.GetModelsOutput, bool) bool, arg3 ...request.Option) error

GetModelsPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetModelsRequest

GetModelsRequest mocks base method.

func (*MockAPIGatewayAPI) GetModelsWithContext

func (m *MockAPIGatewayAPI) GetModelsWithContext(arg0 context.Context, arg1 *apigateway.GetModelsInput, arg2 ...request.Option) (*apigateway.GetModelsOutput, error)

GetModelsWithContext mocks base method.

func (*MockAPIGatewayAPI) GetRequestValidator

GetRequestValidator mocks base method.

func (*MockAPIGatewayAPI) GetRequestValidatorRequest

GetRequestValidatorRequest mocks base method.

func (*MockAPIGatewayAPI) GetRequestValidatorWithContext

GetRequestValidatorWithContext mocks base method.

func (*MockAPIGatewayAPI) GetRequestValidators

GetRequestValidators mocks base method.

func (*MockAPIGatewayAPI) GetRequestValidatorsRequest

GetRequestValidatorsRequest mocks base method.

func (*MockAPIGatewayAPI) GetRequestValidatorsWithContext

GetRequestValidatorsWithContext mocks base method.

func (*MockAPIGatewayAPI) GetResource

GetResource mocks base method.

func (*MockAPIGatewayAPI) GetResourceRequest

GetResourceRequest mocks base method.

func (*MockAPIGatewayAPI) GetResourceWithContext

func (m *MockAPIGatewayAPI) GetResourceWithContext(arg0 context.Context, arg1 *apigateway.GetResourceInput, arg2 ...request.Option) (*apigateway.Resource, error)

GetResourceWithContext mocks base method.

func (*MockAPIGatewayAPI) GetResources

GetResources mocks base method.

func (*MockAPIGatewayAPI) GetResourcesPages

func (m *MockAPIGatewayAPI) GetResourcesPages(arg0 *apigateway.GetResourcesInput, arg1 func(*apigateway.GetResourcesOutput, bool) bool) error

GetResourcesPages mocks base method.

func (*MockAPIGatewayAPI) GetResourcesPagesWithContext

func (m *MockAPIGatewayAPI) GetResourcesPagesWithContext(arg0 context.Context, arg1 *apigateway.GetResourcesInput, arg2 func(*apigateway.GetResourcesOutput, bool) bool, arg3 ...request.Option) error

GetResourcesPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetResourcesRequest

GetResourcesRequest mocks base method.

func (*MockAPIGatewayAPI) GetResourcesWithContext

func (m *MockAPIGatewayAPI) GetResourcesWithContext(arg0 context.Context, arg1 *apigateway.GetResourcesInput, arg2 ...request.Option) (*apigateway.GetResourcesOutput, error)

GetResourcesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetRestApi

GetRestApi mocks base method.

func (*MockAPIGatewayAPI) GetRestApiRequest

GetRestApiRequest mocks base method.

func (*MockAPIGatewayAPI) GetRestApiWithContext

func (m *MockAPIGatewayAPI) GetRestApiWithContext(arg0 context.Context, arg1 *apigateway.GetRestApiInput, arg2 ...request.Option) (*apigateway.RestApi, error)

GetRestApiWithContext mocks base method.

func (*MockAPIGatewayAPI) GetRestApis

GetRestApis mocks base method.

func (*MockAPIGatewayAPI) GetRestApisPages

func (m *MockAPIGatewayAPI) GetRestApisPages(arg0 *apigateway.GetRestApisInput, arg1 func(*apigateway.GetRestApisOutput, bool) bool) error

GetRestApisPages mocks base method.

func (*MockAPIGatewayAPI) GetRestApisPagesWithContext

func (m *MockAPIGatewayAPI) GetRestApisPagesWithContext(arg0 context.Context, arg1 *apigateway.GetRestApisInput, arg2 func(*apigateway.GetRestApisOutput, bool) bool, arg3 ...request.Option) error

GetRestApisPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetRestApisRequest

GetRestApisRequest mocks base method.

func (*MockAPIGatewayAPI) GetRestApisWithContext

func (m *MockAPIGatewayAPI) GetRestApisWithContext(arg0 context.Context, arg1 *apigateway.GetRestApisInput, arg2 ...request.Option) (*apigateway.GetRestApisOutput, error)

GetRestApisWithContext mocks base method.

func (*MockAPIGatewayAPI) GetSdk

GetSdk mocks base method.

func (*MockAPIGatewayAPI) GetSdkRequest

GetSdkRequest mocks base method.

func (*MockAPIGatewayAPI) GetSdkType

GetSdkType mocks base method.

func (*MockAPIGatewayAPI) GetSdkTypeRequest

GetSdkTypeRequest mocks base method.

func (*MockAPIGatewayAPI) GetSdkTypeWithContext

func (m *MockAPIGatewayAPI) GetSdkTypeWithContext(arg0 context.Context, arg1 *apigateway.GetSdkTypeInput, arg2 ...request.Option) (*apigateway.SdkType, error)

GetSdkTypeWithContext mocks base method.

func (*MockAPIGatewayAPI) GetSdkTypes

GetSdkTypes mocks base method.

func (*MockAPIGatewayAPI) GetSdkTypesRequest

GetSdkTypesRequest mocks base method.

func (*MockAPIGatewayAPI) GetSdkTypesWithContext

func (m *MockAPIGatewayAPI) GetSdkTypesWithContext(arg0 context.Context, arg1 *apigateway.GetSdkTypesInput, arg2 ...request.Option) (*apigateway.GetSdkTypesOutput, error)

GetSdkTypesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetSdkWithContext

func (m *MockAPIGatewayAPI) GetSdkWithContext(arg0 context.Context, arg1 *apigateway.GetSdkInput, arg2 ...request.Option) (*apigateway.GetSdkOutput, error)

GetSdkWithContext mocks base method.

func (*MockAPIGatewayAPI) GetStage

GetStage mocks base method.

func (*MockAPIGatewayAPI) GetStageRequest

func (m *MockAPIGatewayAPI) GetStageRequest(arg0 *apigateway.GetStageInput) (*request.Request, *apigateway.Stage)

GetStageRequest mocks base method.

func (*MockAPIGatewayAPI) GetStageWithContext

func (m *MockAPIGatewayAPI) GetStageWithContext(arg0 context.Context, arg1 *apigateway.GetStageInput, arg2 ...request.Option) (*apigateway.Stage, error)

GetStageWithContext mocks base method.

func (*MockAPIGatewayAPI) GetStages

GetStages mocks base method.

func (*MockAPIGatewayAPI) GetStagesRequest

GetStagesRequest mocks base method.

func (*MockAPIGatewayAPI) GetStagesWithContext

func (m *MockAPIGatewayAPI) GetStagesWithContext(arg0 context.Context, arg1 *apigateway.GetStagesInput, arg2 ...request.Option) (*apigateway.GetStagesOutput, error)

GetStagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetTags

GetTags mocks base method.

func (*MockAPIGatewayAPI) GetTagsRequest

GetTagsRequest mocks base method.

func (*MockAPIGatewayAPI) GetTagsWithContext

func (m *MockAPIGatewayAPI) GetTagsWithContext(arg0 context.Context, arg1 *apigateway.GetTagsInput, arg2 ...request.Option) (*apigateway.GetTagsOutput, error)

GetTagsWithContext mocks base method.

func (*MockAPIGatewayAPI) GetUsage

GetUsage mocks base method.

func (*MockAPIGatewayAPI) GetUsagePages

func (m *MockAPIGatewayAPI) GetUsagePages(arg0 *apigateway.GetUsageInput, arg1 func(*apigateway.Usage, bool) bool) error

GetUsagePages mocks base method.

func (*MockAPIGatewayAPI) GetUsagePagesWithContext

func (m *MockAPIGatewayAPI) GetUsagePagesWithContext(arg0 context.Context, arg1 *apigateway.GetUsageInput, arg2 func(*apigateway.Usage, bool) bool, arg3 ...request.Option) error

GetUsagePagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlan

GetUsagePlan mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanKey

GetUsagePlanKey mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanKeyRequest

GetUsagePlanKeyRequest mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanKeyWithContext

func (m *MockAPIGatewayAPI) GetUsagePlanKeyWithContext(arg0 context.Context, arg1 *apigateway.GetUsagePlanKeyInput, arg2 ...request.Option) (*apigateway.UsagePlanKey, error)

GetUsagePlanKeyWithContext mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanKeys

GetUsagePlanKeys mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanKeysPages

func (m *MockAPIGatewayAPI) GetUsagePlanKeysPages(arg0 *apigateway.GetUsagePlanKeysInput, arg1 func(*apigateway.GetUsagePlanKeysOutput, bool) bool) error

GetUsagePlanKeysPages mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanKeysPagesWithContext

func (m *MockAPIGatewayAPI) GetUsagePlanKeysPagesWithContext(arg0 context.Context, arg1 *apigateway.GetUsagePlanKeysInput, arg2 func(*apigateway.GetUsagePlanKeysOutput, bool) bool, arg3 ...request.Option) error

GetUsagePlanKeysPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanKeysRequest

GetUsagePlanKeysRequest mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanKeysWithContext

func (m *MockAPIGatewayAPI) GetUsagePlanKeysWithContext(arg0 context.Context, arg1 *apigateway.GetUsagePlanKeysInput, arg2 ...request.Option) (*apigateway.GetUsagePlanKeysOutput, error)

GetUsagePlanKeysWithContext mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanRequest

GetUsagePlanRequest mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlanWithContext

func (m *MockAPIGatewayAPI) GetUsagePlanWithContext(arg0 context.Context, arg1 *apigateway.GetUsagePlanInput, arg2 ...request.Option) (*apigateway.UsagePlan, error)

GetUsagePlanWithContext mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlans

GetUsagePlans mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlansPages

func (m *MockAPIGatewayAPI) GetUsagePlansPages(arg0 *apigateway.GetUsagePlansInput, arg1 func(*apigateway.GetUsagePlansOutput, bool) bool) error

GetUsagePlansPages mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlansPagesWithContext

func (m *MockAPIGatewayAPI) GetUsagePlansPagesWithContext(arg0 context.Context, arg1 *apigateway.GetUsagePlansInput, arg2 func(*apigateway.GetUsagePlansOutput, bool) bool, arg3 ...request.Option) error

GetUsagePlansPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlansRequest

GetUsagePlansRequest mocks base method.

func (*MockAPIGatewayAPI) GetUsagePlansWithContext

func (m *MockAPIGatewayAPI) GetUsagePlansWithContext(arg0 context.Context, arg1 *apigateway.GetUsagePlansInput, arg2 ...request.Option) (*apigateway.GetUsagePlansOutput, error)

GetUsagePlansWithContext mocks base method.

func (*MockAPIGatewayAPI) GetUsageRequest

func (m *MockAPIGatewayAPI) GetUsageRequest(arg0 *apigateway.GetUsageInput) (*request.Request, *apigateway.Usage)

GetUsageRequest mocks base method.

func (*MockAPIGatewayAPI) GetUsageWithContext

func (m *MockAPIGatewayAPI) GetUsageWithContext(arg0 context.Context, arg1 *apigateway.GetUsageInput, arg2 ...request.Option) (*apigateway.Usage, error)

GetUsageWithContext mocks base method.

GetVpcLink mocks base method.

func (*MockAPIGatewayAPI) GetVpcLinkRequest

GetVpcLinkRequest mocks base method.

func (*MockAPIGatewayAPI) GetVpcLinkWithContext

func (m *MockAPIGatewayAPI) GetVpcLinkWithContext(arg0 context.Context, arg1 *apigateway.GetVpcLinkInput, arg2 ...request.Option) (*apigateway.UpdateVpcLinkOutput, error)

GetVpcLinkWithContext mocks base method.

GetVpcLinks mocks base method.

func (*MockAPIGatewayAPI) GetVpcLinksPages

func (m *MockAPIGatewayAPI) GetVpcLinksPages(arg0 *apigateway.GetVpcLinksInput, arg1 func(*apigateway.GetVpcLinksOutput, bool) bool) error

GetVpcLinksPages mocks base method.

func (*MockAPIGatewayAPI) GetVpcLinksPagesWithContext

func (m *MockAPIGatewayAPI) GetVpcLinksPagesWithContext(arg0 context.Context, arg1 *apigateway.GetVpcLinksInput, arg2 func(*apigateway.GetVpcLinksOutput, bool) bool, arg3 ...request.Option) error

GetVpcLinksPagesWithContext mocks base method.

func (*MockAPIGatewayAPI) GetVpcLinksRequest

GetVpcLinksRequest mocks base method.

func (*MockAPIGatewayAPI) GetVpcLinksWithContext

func (m *MockAPIGatewayAPI) GetVpcLinksWithContext(arg0 context.Context, arg1 *apigateway.GetVpcLinksInput, arg2 ...request.Option) (*apigateway.GetVpcLinksOutput, error)

GetVpcLinksWithContext mocks base method.

func (*MockAPIGatewayAPI) ImportApiKeys

ImportApiKeys mocks base method.

func (*MockAPIGatewayAPI) ImportApiKeysRequest

ImportApiKeysRequest mocks base method.

func (*MockAPIGatewayAPI) ImportApiKeysWithContext

func (m *MockAPIGatewayAPI) ImportApiKeysWithContext(arg0 context.Context, arg1 *apigateway.ImportApiKeysInput, arg2 ...request.Option) (*apigateway.ImportApiKeysOutput, error)

ImportApiKeysWithContext mocks base method.

func (*MockAPIGatewayAPI) ImportDocumentationParts

ImportDocumentationParts mocks base method.

func (*MockAPIGatewayAPI) ImportDocumentationPartsRequest

ImportDocumentationPartsRequest mocks base method.

func (*MockAPIGatewayAPI) ImportDocumentationPartsWithContext

ImportDocumentationPartsWithContext mocks base method.

func (*MockAPIGatewayAPI) ImportRestApi

ImportRestApi mocks base method.

func (*MockAPIGatewayAPI) ImportRestApiRequest

func (m *MockAPIGatewayAPI) ImportRestApiRequest(arg0 *apigateway.ImportRestApiInput) (*request.Request, *apigateway.RestApi)

ImportRestApiRequest mocks base method.

func (*MockAPIGatewayAPI) ImportRestApiWithContext

func (m *MockAPIGatewayAPI) ImportRestApiWithContext(arg0 context.Context, arg1 *apigateway.ImportRestApiInput, arg2 ...request.Option) (*apigateway.RestApi, error)

ImportRestApiWithContext mocks base method.

func (*MockAPIGatewayAPI) PutGatewayResponse

PutGatewayResponse mocks base method.

func (*MockAPIGatewayAPI) PutGatewayResponseRequest

PutGatewayResponseRequest mocks base method.

func (*MockAPIGatewayAPI) PutGatewayResponseWithContext

PutGatewayResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) PutIntegration

PutIntegration mocks base method.

func (*MockAPIGatewayAPI) PutIntegrationRequest

PutIntegrationRequest mocks base method.

func (*MockAPIGatewayAPI) PutIntegrationResponse

PutIntegrationResponse mocks base method.

func (*MockAPIGatewayAPI) PutIntegrationResponseRequest

PutIntegrationResponseRequest mocks base method.

func (*MockAPIGatewayAPI) PutIntegrationResponseWithContext

func (m *MockAPIGatewayAPI) PutIntegrationResponseWithContext(arg0 context.Context, arg1 *apigateway.PutIntegrationResponseInput, arg2 ...request.Option) (*apigateway.IntegrationResponse, error)

PutIntegrationResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) PutIntegrationWithContext

func (m *MockAPIGatewayAPI) PutIntegrationWithContext(arg0 context.Context, arg1 *apigateway.PutIntegrationInput, arg2 ...request.Option) (*apigateway.Integration, error)

PutIntegrationWithContext mocks base method.

func (*MockAPIGatewayAPI) PutMethod

PutMethod mocks base method.

func (*MockAPIGatewayAPI) PutMethodRequest

PutMethodRequest mocks base method.

func (*MockAPIGatewayAPI) PutMethodResponse

PutMethodResponse mocks base method.

func (*MockAPIGatewayAPI) PutMethodResponseRequest

PutMethodResponseRequest mocks base method.

func (*MockAPIGatewayAPI) PutMethodResponseWithContext

func (m *MockAPIGatewayAPI) PutMethodResponseWithContext(arg0 context.Context, arg1 *apigateway.PutMethodResponseInput, arg2 ...request.Option) (*apigateway.MethodResponse, error)

PutMethodResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) PutMethodWithContext

func (m *MockAPIGatewayAPI) PutMethodWithContext(arg0 context.Context, arg1 *apigateway.PutMethodInput, arg2 ...request.Option) (*apigateway.Method, error)

PutMethodWithContext mocks base method.

func (*MockAPIGatewayAPI) PutRestApi

PutRestApi mocks base method.

func (*MockAPIGatewayAPI) PutRestApiRequest

PutRestApiRequest mocks base method.

func (*MockAPIGatewayAPI) PutRestApiWithContext

func (m *MockAPIGatewayAPI) PutRestApiWithContext(arg0 context.Context, arg1 *apigateway.PutRestApiInput, arg2 ...request.Option) (*apigateway.RestApi, error)

PutRestApiWithContext mocks base method.

func (*MockAPIGatewayAPI) TagResource

TagResource mocks base method.

func (*MockAPIGatewayAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockAPIGatewayAPI) TagResourceWithContext

func (m *MockAPIGatewayAPI) TagResourceWithContext(arg0 context.Context, arg1 *apigateway.TagResourceInput, arg2 ...request.Option) (*apigateway.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockAPIGatewayAPI) TestInvokeAuthorizer

TestInvokeAuthorizer mocks base method.

func (*MockAPIGatewayAPI) TestInvokeAuthorizerRequest

TestInvokeAuthorizerRequest mocks base method.

func (*MockAPIGatewayAPI) TestInvokeAuthorizerWithContext

TestInvokeAuthorizerWithContext mocks base method.

func (*MockAPIGatewayAPI) TestInvokeMethod

TestInvokeMethod mocks base method.

func (*MockAPIGatewayAPI) TestInvokeMethodRequest

TestInvokeMethodRequest mocks base method.

func (*MockAPIGatewayAPI) TestInvokeMethodWithContext

func (m *MockAPIGatewayAPI) TestInvokeMethodWithContext(arg0 context.Context, arg1 *apigateway.TestInvokeMethodInput, arg2 ...request.Option) (*apigateway.TestInvokeMethodOutput, error)

TestInvokeMethodWithContext mocks base method.

func (*MockAPIGatewayAPI) UntagResource

UntagResource mocks base method.

func (*MockAPIGatewayAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockAPIGatewayAPI) UntagResourceWithContext

func (m *MockAPIGatewayAPI) UntagResourceWithContext(arg0 context.Context, arg1 *apigateway.UntagResourceInput, arg2 ...request.Option) (*apigateway.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateAccount

UpdateAccount mocks base method.

func (*MockAPIGatewayAPI) UpdateAccountRequest

func (m *MockAPIGatewayAPI) UpdateAccountRequest(arg0 *apigateway.UpdateAccountInput) (*request.Request, *apigateway.Account)

UpdateAccountRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateAccountWithContext

func (m *MockAPIGatewayAPI) UpdateAccountWithContext(arg0 context.Context, arg1 *apigateway.UpdateAccountInput, arg2 ...request.Option) (*apigateway.Account, error)

UpdateAccountWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateApiKey

UpdateApiKey mocks base method.

func (*MockAPIGatewayAPI) UpdateApiKeyRequest

func (m *MockAPIGatewayAPI) UpdateApiKeyRequest(arg0 *apigateway.UpdateApiKeyInput) (*request.Request, *apigateway.ApiKey)

UpdateApiKeyRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateApiKeyWithContext

func (m *MockAPIGatewayAPI) UpdateApiKeyWithContext(arg0 context.Context, arg1 *apigateway.UpdateApiKeyInput, arg2 ...request.Option) (*apigateway.ApiKey, error)

UpdateApiKeyWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateAuthorizer

UpdateAuthorizer mocks base method.

func (*MockAPIGatewayAPI) UpdateAuthorizerRequest

UpdateAuthorizerRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateAuthorizerWithContext

func (m *MockAPIGatewayAPI) UpdateAuthorizerWithContext(arg0 context.Context, arg1 *apigateway.UpdateAuthorizerInput, arg2 ...request.Option) (*apigateway.Authorizer, error)

UpdateAuthorizerWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateBasePathMapping

UpdateBasePathMapping mocks base method.

func (*MockAPIGatewayAPI) UpdateBasePathMappingRequest

UpdateBasePathMappingRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateBasePathMappingWithContext

func (m *MockAPIGatewayAPI) UpdateBasePathMappingWithContext(arg0 context.Context, arg1 *apigateway.UpdateBasePathMappingInput, arg2 ...request.Option) (*apigateway.BasePathMapping, error)

UpdateBasePathMappingWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateClientCertificate

UpdateClientCertificate mocks base method.

func (*MockAPIGatewayAPI) UpdateClientCertificateRequest

UpdateClientCertificateRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateClientCertificateWithContext

func (m *MockAPIGatewayAPI) UpdateClientCertificateWithContext(arg0 context.Context, arg1 *apigateway.UpdateClientCertificateInput, arg2 ...request.Option) (*apigateway.ClientCertificate, error)

UpdateClientCertificateWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateDeployment

UpdateDeployment mocks base method.

func (*MockAPIGatewayAPI) UpdateDeploymentRequest

UpdateDeploymentRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateDeploymentWithContext

func (m *MockAPIGatewayAPI) UpdateDeploymentWithContext(arg0 context.Context, arg1 *apigateway.UpdateDeploymentInput, arg2 ...request.Option) (*apigateway.Deployment, error)

UpdateDeploymentWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateDocumentationPart

UpdateDocumentationPart mocks base method.

func (*MockAPIGatewayAPI) UpdateDocumentationPartRequest

UpdateDocumentationPartRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateDocumentationPartWithContext

func (m *MockAPIGatewayAPI) UpdateDocumentationPartWithContext(arg0 context.Context, arg1 *apigateway.UpdateDocumentationPartInput, arg2 ...request.Option) (*apigateway.DocumentationPart, error)

UpdateDocumentationPartWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateDocumentationVersion

UpdateDocumentationVersion mocks base method.

func (*MockAPIGatewayAPI) UpdateDocumentationVersionRequest

UpdateDocumentationVersionRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateDocumentationVersionWithContext

func (m *MockAPIGatewayAPI) UpdateDocumentationVersionWithContext(arg0 context.Context, arg1 *apigateway.UpdateDocumentationVersionInput, arg2 ...request.Option) (*apigateway.DocumentationVersion, error)

UpdateDocumentationVersionWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateDomainName

UpdateDomainName mocks base method.

func (*MockAPIGatewayAPI) UpdateDomainNameRequest

UpdateDomainNameRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateDomainNameWithContext

func (m *MockAPIGatewayAPI) UpdateDomainNameWithContext(arg0 context.Context, arg1 *apigateway.UpdateDomainNameInput, arg2 ...request.Option) (*apigateway.DomainName, error)

UpdateDomainNameWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateGatewayResponse

UpdateGatewayResponse mocks base method.

func (*MockAPIGatewayAPI) UpdateGatewayResponseRequest

UpdateGatewayResponseRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateGatewayResponseWithContext

UpdateGatewayResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateIntegration

UpdateIntegration mocks base method.

func (*MockAPIGatewayAPI) UpdateIntegrationRequest

UpdateIntegrationRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateIntegrationResponse

UpdateIntegrationResponse mocks base method.

func (*MockAPIGatewayAPI) UpdateIntegrationResponseRequest

UpdateIntegrationResponseRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateIntegrationResponseWithContext

func (m *MockAPIGatewayAPI) UpdateIntegrationResponseWithContext(arg0 context.Context, arg1 *apigateway.UpdateIntegrationResponseInput, arg2 ...request.Option) (*apigateway.IntegrationResponse, error)

UpdateIntegrationResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateIntegrationWithContext

func (m *MockAPIGatewayAPI) UpdateIntegrationWithContext(arg0 context.Context, arg1 *apigateway.UpdateIntegrationInput, arg2 ...request.Option) (*apigateway.Integration, error)

UpdateIntegrationWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateMethod

UpdateMethod mocks base method.

func (*MockAPIGatewayAPI) UpdateMethodRequest

func (m *MockAPIGatewayAPI) UpdateMethodRequest(arg0 *apigateway.UpdateMethodInput) (*request.Request, *apigateway.Method)

UpdateMethodRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateMethodResponse

UpdateMethodResponse mocks base method.

func (*MockAPIGatewayAPI) UpdateMethodResponseRequest

UpdateMethodResponseRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateMethodResponseWithContext

func (m *MockAPIGatewayAPI) UpdateMethodResponseWithContext(arg0 context.Context, arg1 *apigateway.UpdateMethodResponseInput, arg2 ...request.Option) (*apigateway.MethodResponse, error)

UpdateMethodResponseWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateMethodWithContext

func (m *MockAPIGatewayAPI) UpdateMethodWithContext(arg0 context.Context, arg1 *apigateway.UpdateMethodInput, arg2 ...request.Option) (*apigateway.Method, error)

UpdateMethodWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateModel

UpdateModel mocks base method.

func (*MockAPIGatewayAPI) UpdateModelRequest

func (m *MockAPIGatewayAPI) UpdateModelRequest(arg0 *apigateway.UpdateModelInput) (*request.Request, *apigateway.Model)

UpdateModelRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateModelWithContext

func (m *MockAPIGatewayAPI) UpdateModelWithContext(arg0 context.Context, arg1 *apigateway.UpdateModelInput, arg2 ...request.Option) (*apigateway.Model, error)

UpdateModelWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateRequestValidator

UpdateRequestValidator mocks base method.

func (*MockAPIGatewayAPI) UpdateRequestValidatorRequest

UpdateRequestValidatorRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateRequestValidatorWithContext

UpdateRequestValidatorWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateResource

UpdateResource mocks base method.

func (*MockAPIGatewayAPI) UpdateResourceRequest

func (m *MockAPIGatewayAPI) UpdateResourceRequest(arg0 *apigateway.UpdateResourceInput) (*request.Request, *apigateway.Resource)

UpdateResourceRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateResourceWithContext

func (m *MockAPIGatewayAPI) UpdateResourceWithContext(arg0 context.Context, arg1 *apigateway.UpdateResourceInput, arg2 ...request.Option) (*apigateway.Resource, error)

UpdateResourceWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateRestApi

UpdateRestApi mocks base method.

func (*MockAPIGatewayAPI) UpdateRestApiRequest

func (m *MockAPIGatewayAPI) UpdateRestApiRequest(arg0 *apigateway.UpdateRestApiInput) (*request.Request, *apigateway.RestApi)

UpdateRestApiRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateRestApiWithContext

func (m *MockAPIGatewayAPI) UpdateRestApiWithContext(arg0 context.Context, arg1 *apigateway.UpdateRestApiInput, arg2 ...request.Option) (*apigateway.RestApi, error)

UpdateRestApiWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateStage

UpdateStage mocks base method.

func (*MockAPIGatewayAPI) UpdateStageRequest

func (m *MockAPIGatewayAPI) UpdateStageRequest(arg0 *apigateway.UpdateStageInput) (*request.Request, *apigateway.Stage)

UpdateStageRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateStageWithContext

func (m *MockAPIGatewayAPI) UpdateStageWithContext(arg0 context.Context, arg1 *apigateway.UpdateStageInput, arg2 ...request.Option) (*apigateway.Stage, error)

UpdateStageWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateUsage

UpdateUsage mocks base method.

func (*MockAPIGatewayAPI) UpdateUsagePlan

UpdateUsagePlan mocks base method.

func (*MockAPIGatewayAPI) UpdateUsagePlanRequest

UpdateUsagePlanRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateUsagePlanWithContext

func (m *MockAPIGatewayAPI) UpdateUsagePlanWithContext(arg0 context.Context, arg1 *apigateway.UpdateUsagePlanInput, arg2 ...request.Option) (*apigateway.UsagePlan, error)

UpdateUsagePlanWithContext mocks base method.

func (*MockAPIGatewayAPI) UpdateUsageRequest

func (m *MockAPIGatewayAPI) UpdateUsageRequest(arg0 *apigateway.UpdateUsageInput) (*request.Request, *apigateway.Usage)

UpdateUsageRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateUsageWithContext

func (m *MockAPIGatewayAPI) UpdateUsageWithContext(arg0 context.Context, arg1 *apigateway.UpdateUsageInput, arg2 ...request.Option) (*apigateway.Usage, error)

UpdateUsageWithContext mocks base method.

UpdateVpcLink mocks base method.

func (*MockAPIGatewayAPI) UpdateVpcLinkRequest

UpdateVpcLinkRequest mocks base method.

func (*MockAPIGatewayAPI) UpdateVpcLinkWithContext

func (m *MockAPIGatewayAPI) UpdateVpcLinkWithContext(arg0 context.Context, arg1 *apigateway.UpdateVpcLinkInput, arg2 ...request.Option) (*apigateway.UpdateVpcLinkOutput, error)

UpdateVpcLinkWithContext mocks base method.

type MockAPIGatewayAPIMockRecorder

type MockAPIGatewayAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockAPIGatewayAPIMockRecorder is the mock recorder for MockAPIGatewayAPI.

func (*MockAPIGatewayAPIMockRecorder) CreateApiKey

func (mr *MockAPIGatewayAPIMockRecorder) CreateApiKey(arg0 interface{}) *gomock.Call

CreateApiKey indicates an expected call of CreateApiKey.

func (*MockAPIGatewayAPIMockRecorder) CreateApiKeyRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateApiKeyRequest(arg0 interface{}) *gomock.Call

CreateApiKeyRequest indicates an expected call of CreateApiKeyRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateApiKeyWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateApiKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateApiKeyWithContext indicates an expected call of CreateApiKeyWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateAuthorizer

func (mr *MockAPIGatewayAPIMockRecorder) CreateAuthorizer(arg0 interface{}) *gomock.Call

CreateAuthorizer indicates an expected call of CreateAuthorizer.

func (*MockAPIGatewayAPIMockRecorder) CreateAuthorizerRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateAuthorizerRequest(arg0 interface{}) *gomock.Call

CreateAuthorizerRequest indicates an expected call of CreateAuthorizerRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateAuthorizerWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateAuthorizerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAuthorizerWithContext indicates an expected call of CreateAuthorizerWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateBasePathMapping

func (mr *MockAPIGatewayAPIMockRecorder) CreateBasePathMapping(arg0 interface{}) *gomock.Call

CreateBasePathMapping indicates an expected call of CreateBasePathMapping.

func (*MockAPIGatewayAPIMockRecorder) CreateBasePathMappingRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateBasePathMappingRequest(arg0 interface{}) *gomock.Call

CreateBasePathMappingRequest indicates an expected call of CreateBasePathMappingRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateBasePathMappingWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateBasePathMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBasePathMappingWithContext indicates an expected call of CreateBasePathMappingWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateDeployment

func (mr *MockAPIGatewayAPIMockRecorder) CreateDeployment(arg0 interface{}) *gomock.Call

CreateDeployment indicates an expected call of CreateDeployment.

func (*MockAPIGatewayAPIMockRecorder) CreateDeploymentRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateDeploymentRequest(arg0 interface{}) *gomock.Call

CreateDeploymentRequest indicates an expected call of CreateDeploymentRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateDeploymentWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDeploymentWithContext indicates an expected call of CreateDeploymentWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateDocumentationPart

func (mr *MockAPIGatewayAPIMockRecorder) CreateDocumentationPart(arg0 interface{}) *gomock.Call

CreateDocumentationPart indicates an expected call of CreateDocumentationPart.

func (*MockAPIGatewayAPIMockRecorder) CreateDocumentationPartRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateDocumentationPartRequest(arg0 interface{}) *gomock.Call

CreateDocumentationPartRequest indicates an expected call of CreateDocumentationPartRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateDocumentationPartWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateDocumentationPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDocumentationPartWithContext indicates an expected call of CreateDocumentationPartWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateDocumentationVersion

func (mr *MockAPIGatewayAPIMockRecorder) CreateDocumentationVersion(arg0 interface{}) *gomock.Call

CreateDocumentationVersion indicates an expected call of CreateDocumentationVersion.

func (*MockAPIGatewayAPIMockRecorder) CreateDocumentationVersionRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateDocumentationVersionRequest(arg0 interface{}) *gomock.Call

CreateDocumentationVersionRequest indicates an expected call of CreateDocumentationVersionRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateDocumentationVersionWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateDocumentationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDocumentationVersionWithContext indicates an expected call of CreateDocumentationVersionWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateDomainName

func (mr *MockAPIGatewayAPIMockRecorder) CreateDomainName(arg0 interface{}) *gomock.Call

CreateDomainName indicates an expected call of CreateDomainName.

func (*MockAPIGatewayAPIMockRecorder) CreateDomainNameRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateDomainNameRequest(arg0 interface{}) *gomock.Call

CreateDomainNameRequest indicates an expected call of CreateDomainNameRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateDomainNameWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateDomainNameWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDomainNameWithContext indicates an expected call of CreateDomainNameWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateModel

func (mr *MockAPIGatewayAPIMockRecorder) CreateModel(arg0 interface{}) *gomock.Call

CreateModel indicates an expected call of CreateModel.

func (*MockAPIGatewayAPIMockRecorder) CreateModelRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateModelRequest(arg0 interface{}) *gomock.Call

CreateModelRequest indicates an expected call of CreateModelRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateModelWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateModelWithContext indicates an expected call of CreateModelWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateRequestValidator

func (mr *MockAPIGatewayAPIMockRecorder) CreateRequestValidator(arg0 interface{}) *gomock.Call

CreateRequestValidator indicates an expected call of CreateRequestValidator.

func (*MockAPIGatewayAPIMockRecorder) CreateRequestValidatorRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateRequestValidatorRequest(arg0 interface{}) *gomock.Call

CreateRequestValidatorRequest indicates an expected call of CreateRequestValidatorRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateRequestValidatorWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateRequestValidatorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRequestValidatorWithContext indicates an expected call of CreateRequestValidatorWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateResource

func (mr *MockAPIGatewayAPIMockRecorder) CreateResource(arg0 interface{}) *gomock.Call

CreateResource indicates an expected call of CreateResource.

func (*MockAPIGatewayAPIMockRecorder) CreateResourceRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateResourceRequest(arg0 interface{}) *gomock.Call

CreateResourceRequest indicates an expected call of CreateResourceRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateResourceWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateResourceWithContext indicates an expected call of CreateResourceWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateRestApi

func (mr *MockAPIGatewayAPIMockRecorder) CreateRestApi(arg0 interface{}) *gomock.Call

CreateRestApi indicates an expected call of CreateRestApi.

func (*MockAPIGatewayAPIMockRecorder) CreateRestApiRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateRestApiRequest(arg0 interface{}) *gomock.Call

CreateRestApiRequest indicates an expected call of CreateRestApiRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateRestApiWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateRestApiWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRestApiWithContext indicates an expected call of CreateRestApiWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateStage

func (mr *MockAPIGatewayAPIMockRecorder) CreateStage(arg0 interface{}) *gomock.Call

CreateStage indicates an expected call of CreateStage.

func (*MockAPIGatewayAPIMockRecorder) CreateStageRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateStageRequest(arg0 interface{}) *gomock.Call

CreateStageRequest indicates an expected call of CreateStageRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateStageWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateStageWithContext indicates an expected call of CreateStageWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateUsagePlan

func (mr *MockAPIGatewayAPIMockRecorder) CreateUsagePlan(arg0 interface{}) *gomock.Call

CreateUsagePlan indicates an expected call of CreateUsagePlan.

func (*MockAPIGatewayAPIMockRecorder) CreateUsagePlanKey

func (mr *MockAPIGatewayAPIMockRecorder) CreateUsagePlanKey(arg0 interface{}) *gomock.Call

CreateUsagePlanKey indicates an expected call of CreateUsagePlanKey.

func (*MockAPIGatewayAPIMockRecorder) CreateUsagePlanKeyRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateUsagePlanKeyRequest(arg0 interface{}) *gomock.Call

CreateUsagePlanKeyRequest indicates an expected call of CreateUsagePlanKeyRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateUsagePlanKeyWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateUsagePlanKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUsagePlanKeyWithContext indicates an expected call of CreateUsagePlanKeyWithContext.

func (*MockAPIGatewayAPIMockRecorder) CreateUsagePlanRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateUsagePlanRequest(arg0 interface{}) *gomock.Call

CreateUsagePlanRequest indicates an expected call of CreateUsagePlanRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateUsagePlanWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateUsagePlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUsagePlanWithContext indicates an expected call of CreateUsagePlanWithContext.

func (mr *MockAPIGatewayAPIMockRecorder) CreateVpcLink(arg0 interface{}) *gomock.Call

CreateVpcLink indicates an expected call of CreateVpcLink.

func (*MockAPIGatewayAPIMockRecorder) CreateVpcLinkRequest

func (mr *MockAPIGatewayAPIMockRecorder) CreateVpcLinkRequest(arg0 interface{}) *gomock.Call

CreateVpcLinkRequest indicates an expected call of CreateVpcLinkRequest.

func (*MockAPIGatewayAPIMockRecorder) CreateVpcLinkWithContext

func (mr *MockAPIGatewayAPIMockRecorder) CreateVpcLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcLinkWithContext indicates an expected call of CreateVpcLinkWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteApiKey

func (mr *MockAPIGatewayAPIMockRecorder) DeleteApiKey(arg0 interface{}) *gomock.Call

DeleteApiKey indicates an expected call of DeleteApiKey.

func (*MockAPIGatewayAPIMockRecorder) DeleteApiKeyRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteApiKeyRequest(arg0 interface{}) *gomock.Call

DeleteApiKeyRequest indicates an expected call of DeleteApiKeyRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteApiKeyWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteApiKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteApiKeyWithContext indicates an expected call of DeleteApiKeyWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteAuthorizer

func (mr *MockAPIGatewayAPIMockRecorder) DeleteAuthorizer(arg0 interface{}) *gomock.Call

DeleteAuthorizer indicates an expected call of DeleteAuthorizer.

func (*MockAPIGatewayAPIMockRecorder) DeleteAuthorizerRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteAuthorizerRequest(arg0 interface{}) *gomock.Call

DeleteAuthorizerRequest indicates an expected call of DeleteAuthorizerRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteAuthorizerWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteAuthorizerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAuthorizerWithContext indicates an expected call of DeleteAuthorizerWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteBasePathMapping

func (mr *MockAPIGatewayAPIMockRecorder) DeleteBasePathMapping(arg0 interface{}) *gomock.Call

DeleteBasePathMapping indicates an expected call of DeleteBasePathMapping.

func (*MockAPIGatewayAPIMockRecorder) DeleteBasePathMappingRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteBasePathMappingRequest(arg0 interface{}) *gomock.Call

DeleteBasePathMappingRequest indicates an expected call of DeleteBasePathMappingRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteBasePathMappingWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteBasePathMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBasePathMappingWithContext indicates an expected call of DeleteBasePathMappingWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteClientCertificate

func (mr *MockAPIGatewayAPIMockRecorder) DeleteClientCertificate(arg0 interface{}) *gomock.Call

DeleteClientCertificate indicates an expected call of DeleteClientCertificate.

func (*MockAPIGatewayAPIMockRecorder) DeleteClientCertificateRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteClientCertificateRequest(arg0 interface{}) *gomock.Call

DeleteClientCertificateRequest indicates an expected call of DeleteClientCertificateRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteClientCertificateWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteClientCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClientCertificateWithContext indicates an expected call of DeleteClientCertificateWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteDeployment

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDeployment(arg0 interface{}) *gomock.Call

DeleteDeployment indicates an expected call of DeleteDeployment.

func (*MockAPIGatewayAPIMockRecorder) DeleteDeploymentRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDeploymentRequest(arg0 interface{}) *gomock.Call

DeleteDeploymentRequest indicates an expected call of DeleteDeploymentRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteDeploymentWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDeploymentWithContext indicates an expected call of DeleteDeploymentWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteDocumentationPart

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDocumentationPart(arg0 interface{}) *gomock.Call

DeleteDocumentationPart indicates an expected call of DeleteDocumentationPart.

func (*MockAPIGatewayAPIMockRecorder) DeleteDocumentationPartRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDocumentationPartRequest(arg0 interface{}) *gomock.Call

DeleteDocumentationPartRequest indicates an expected call of DeleteDocumentationPartRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteDocumentationPartWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDocumentationPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDocumentationPartWithContext indicates an expected call of DeleteDocumentationPartWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteDocumentationVersion

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDocumentationVersion(arg0 interface{}) *gomock.Call

DeleteDocumentationVersion indicates an expected call of DeleteDocumentationVersion.

func (*MockAPIGatewayAPIMockRecorder) DeleteDocumentationVersionRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDocumentationVersionRequest(arg0 interface{}) *gomock.Call

DeleteDocumentationVersionRequest indicates an expected call of DeleteDocumentationVersionRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteDocumentationVersionWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDocumentationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDocumentationVersionWithContext indicates an expected call of DeleteDocumentationVersionWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteDomainName

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDomainName(arg0 interface{}) *gomock.Call

DeleteDomainName indicates an expected call of DeleteDomainName.

func (*MockAPIGatewayAPIMockRecorder) DeleteDomainNameRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDomainNameRequest(arg0 interface{}) *gomock.Call

DeleteDomainNameRequest indicates an expected call of DeleteDomainNameRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteDomainNameWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteDomainNameWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDomainNameWithContext indicates an expected call of DeleteDomainNameWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteGatewayResponse

func (mr *MockAPIGatewayAPIMockRecorder) DeleteGatewayResponse(arg0 interface{}) *gomock.Call

DeleteGatewayResponse indicates an expected call of DeleteGatewayResponse.

func (*MockAPIGatewayAPIMockRecorder) DeleteGatewayResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteGatewayResponseRequest(arg0 interface{}) *gomock.Call

DeleteGatewayResponseRequest indicates an expected call of DeleteGatewayResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteGatewayResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteGatewayResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGatewayResponseWithContext indicates an expected call of DeleteGatewayResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteIntegration

func (mr *MockAPIGatewayAPIMockRecorder) DeleteIntegration(arg0 interface{}) *gomock.Call

DeleteIntegration indicates an expected call of DeleteIntegration.

func (*MockAPIGatewayAPIMockRecorder) DeleteIntegrationRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteIntegrationRequest(arg0 interface{}) *gomock.Call

DeleteIntegrationRequest indicates an expected call of DeleteIntegrationRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteIntegrationResponse

func (mr *MockAPIGatewayAPIMockRecorder) DeleteIntegrationResponse(arg0 interface{}) *gomock.Call

DeleteIntegrationResponse indicates an expected call of DeleteIntegrationResponse.

func (*MockAPIGatewayAPIMockRecorder) DeleteIntegrationResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteIntegrationResponseRequest(arg0 interface{}) *gomock.Call

DeleteIntegrationResponseRequest indicates an expected call of DeleteIntegrationResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteIntegrationResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteIntegrationResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIntegrationResponseWithContext indicates an expected call of DeleteIntegrationResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteIntegrationWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteIntegrationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIntegrationWithContext indicates an expected call of DeleteIntegrationWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteMethod

func (mr *MockAPIGatewayAPIMockRecorder) DeleteMethod(arg0 interface{}) *gomock.Call

DeleteMethod indicates an expected call of DeleteMethod.

func (*MockAPIGatewayAPIMockRecorder) DeleteMethodRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteMethodRequest(arg0 interface{}) *gomock.Call

DeleteMethodRequest indicates an expected call of DeleteMethodRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteMethodResponse

func (mr *MockAPIGatewayAPIMockRecorder) DeleteMethodResponse(arg0 interface{}) *gomock.Call

DeleteMethodResponse indicates an expected call of DeleteMethodResponse.

func (*MockAPIGatewayAPIMockRecorder) DeleteMethodResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteMethodResponseRequest(arg0 interface{}) *gomock.Call

DeleteMethodResponseRequest indicates an expected call of DeleteMethodResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteMethodResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteMethodResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMethodResponseWithContext indicates an expected call of DeleteMethodResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteMethodWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteMethodWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMethodWithContext indicates an expected call of DeleteMethodWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteModel

func (mr *MockAPIGatewayAPIMockRecorder) DeleteModel(arg0 interface{}) *gomock.Call

DeleteModel indicates an expected call of DeleteModel.

func (*MockAPIGatewayAPIMockRecorder) DeleteModelRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteModelRequest(arg0 interface{}) *gomock.Call

DeleteModelRequest indicates an expected call of DeleteModelRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteModelWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteModelWithContext indicates an expected call of DeleteModelWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteRequestValidator

func (mr *MockAPIGatewayAPIMockRecorder) DeleteRequestValidator(arg0 interface{}) *gomock.Call

DeleteRequestValidator indicates an expected call of DeleteRequestValidator.

func (*MockAPIGatewayAPIMockRecorder) DeleteRequestValidatorRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteRequestValidatorRequest(arg0 interface{}) *gomock.Call

DeleteRequestValidatorRequest indicates an expected call of DeleteRequestValidatorRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteRequestValidatorWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteRequestValidatorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRequestValidatorWithContext indicates an expected call of DeleteRequestValidatorWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteResource

func (mr *MockAPIGatewayAPIMockRecorder) DeleteResource(arg0 interface{}) *gomock.Call

DeleteResource indicates an expected call of DeleteResource.

func (*MockAPIGatewayAPIMockRecorder) DeleteResourceRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteResourceRequest(arg0 interface{}) *gomock.Call

DeleteResourceRequest indicates an expected call of DeleteResourceRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteResourceWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteResourceWithContext indicates an expected call of DeleteResourceWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteRestApi

func (mr *MockAPIGatewayAPIMockRecorder) DeleteRestApi(arg0 interface{}) *gomock.Call

DeleteRestApi indicates an expected call of DeleteRestApi.

func (*MockAPIGatewayAPIMockRecorder) DeleteRestApiRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteRestApiRequest(arg0 interface{}) *gomock.Call

DeleteRestApiRequest indicates an expected call of DeleteRestApiRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteRestApiWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteRestApiWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRestApiWithContext indicates an expected call of DeleteRestApiWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteStage

func (mr *MockAPIGatewayAPIMockRecorder) DeleteStage(arg0 interface{}) *gomock.Call

DeleteStage indicates an expected call of DeleteStage.

func (*MockAPIGatewayAPIMockRecorder) DeleteStageRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteStageRequest(arg0 interface{}) *gomock.Call

DeleteStageRequest indicates an expected call of DeleteStageRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteStageWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteStageWithContext indicates an expected call of DeleteStageWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteUsagePlan

func (mr *MockAPIGatewayAPIMockRecorder) DeleteUsagePlan(arg0 interface{}) *gomock.Call

DeleteUsagePlan indicates an expected call of DeleteUsagePlan.

func (*MockAPIGatewayAPIMockRecorder) DeleteUsagePlanKey

func (mr *MockAPIGatewayAPIMockRecorder) DeleteUsagePlanKey(arg0 interface{}) *gomock.Call

DeleteUsagePlanKey indicates an expected call of DeleteUsagePlanKey.

func (*MockAPIGatewayAPIMockRecorder) DeleteUsagePlanKeyRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteUsagePlanKeyRequest(arg0 interface{}) *gomock.Call

DeleteUsagePlanKeyRequest indicates an expected call of DeleteUsagePlanKeyRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteUsagePlanKeyWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteUsagePlanKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUsagePlanKeyWithContext indicates an expected call of DeleteUsagePlanKeyWithContext.

func (*MockAPIGatewayAPIMockRecorder) DeleteUsagePlanRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteUsagePlanRequest(arg0 interface{}) *gomock.Call

DeleteUsagePlanRequest indicates an expected call of DeleteUsagePlanRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteUsagePlanWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteUsagePlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUsagePlanWithContext indicates an expected call of DeleteUsagePlanWithContext.

func (mr *MockAPIGatewayAPIMockRecorder) DeleteVpcLink(arg0 interface{}) *gomock.Call

DeleteVpcLink indicates an expected call of DeleteVpcLink.

func (*MockAPIGatewayAPIMockRecorder) DeleteVpcLinkRequest

func (mr *MockAPIGatewayAPIMockRecorder) DeleteVpcLinkRequest(arg0 interface{}) *gomock.Call

DeleteVpcLinkRequest indicates an expected call of DeleteVpcLinkRequest.

func (*MockAPIGatewayAPIMockRecorder) DeleteVpcLinkWithContext

func (mr *MockAPIGatewayAPIMockRecorder) DeleteVpcLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcLinkWithContext indicates an expected call of DeleteVpcLinkWithContext.

func (*MockAPIGatewayAPIMockRecorder) FlushStageAuthorizersCache

func (mr *MockAPIGatewayAPIMockRecorder) FlushStageAuthorizersCache(arg0 interface{}) *gomock.Call

FlushStageAuthorizersCache indicates an expected call of FlushStageAuthorizersCache.

func (*MockAPIGatewayAPIMockRecorder) FlushStageAuthorizersCacheRequest

func (mr *MockAPIGatewayAPIMockRecorder) FlushStageAuthorizersCacheRequest(arg0 interface{}) *gomock.Call

FlushStageAuthorizersCacheRequest indicates an expected call of FlushStageAuthorizersCacheRequest.

func (*MockAPIGatewayAPIMockRecorder) FlushStageAuthorizersCacheWithContext

func (mr *MockAPIGatewayAPIMockRecorder) FlushStageAuthorizersCacheWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FlushStageAuthorizersCacheWithContext indicates an expected call of FlushStageAuthorizersCacheWithContext.

func (*MockAPIGatewayAPIMockRecorder) FlushStageCache

func (mr *MockAPIGatewayAPIMockRecorder) FlushStageCache(arg0 interface{}) *gomock.Call

FlushStageCache indicates an expected call of FlushStageCache.

func (*MockAPIGatewayAPIMockRecorder) FlushStageCacheRequest

func (mr *MockAPIGatewayAPIMockRecorder) FlushStageCacheRequest(arg0 interface{}) *gomock.Call

FlushStageCacheRequest indicates an expected call of FlushStageCacheRequest.

func (*MockAPIGatewayAPIMockRecorder) FlushStageCacheWithContext

func (mr *MockAPIGatewayAPIMockRecorder) FlushStageCacheWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FlushStageCacheWithContext indicates an expected call of FlushStageCacheWithContext.

func (*MockAPIGatewayAPIMockRecorder) GenerateClientCertificate

func (mr *MockAPIGatewayAPIMockRecorder) GenerateClientCertificate(arg0 interface{}) *gomock.Call

GenerateClientCertificate indicates an expected call of GenerateClientCertificate.

func (*MockAPIGatewayAPIMockRecorder) GenerateClientCertificateRequest

func (mr *MockAPIGatewayAPIMockRecorder) GenerateClientCertificateRequest(arg0 interface{}) *gomock.Call

GenerateClientCertificateRequest indicates an expected call of GenerateClientCertificateRequest.

func (*MockAPIGatewayAPIMockRecorder) GenerateClientCertificateWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GenerateClientCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateClientCertificateWithContext indicates an expected call of GenerateClientCertificateWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetAccount

func (mr *MockAPIGatewayAPIMockRecorder) GetAccount(arg0 interface{}) *gomock.Call

GetAccount indicates an expected call of GetAccount.

func (*MockAPIGatewayAPIMockRecorder) GetAccountRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetAccountRequest(arg0 interface{}) *gomock.Call

GetAccountRequest indicates an expected call of GetAccountRequest.

func (*MockAPIGatewayAPIMockRecorder) GetAccountWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountWithContext indicates an expected call of GetAccountWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetApiKey

func (mr *MockAPIGatewayAPIMockRecorder) GetApiKey(arg0 interface{}) *gomock.Call

GetApiKey indicates an expected call of GetApiKey.

func (*MockAPIGatewayAPIMockRecorder) GetApiKeyRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetApiKeyRequest(arg0 interface{}) *gomock.Call

GetApiKeyRequest indicates an expected call of GetApiKeyRequest.

func (*MockAPIGatewayAPIMockRecorder) GetApiKeyWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetApiKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetApiKeyWithContext indicates an expected call of GetApiKeyWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetApiKeys

func (mr *MockAPIGatewayAPIMockRecorder) GetApiKeys(arg0 interface{}) *gomock.Call

GetApiKeys indicates an expected call of GetApiKeys.

func (*MockAPIGatewayAPIMockRecorder) GetApiKeysPages

func (mr *MockAPIGatewayAPIMockRecorder) GetApiKeysPages(arg0, arg1 interface{}) *gomock.Call

GetApiKeysPages indicates an expected call of GetApiKeysPages.

func (*MockAPIGatewayAPIMockRecorder) GetApiKeysPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetApiKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetApiKeysPagesWithContext indicates an expected call of GetApiKeysPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetApiKeysRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetApiKeysRequest(arg0 interface{}) *gomock.Call

GetApiKeysRequest indicates an expected call of GetApiKeysRequest.

func (*MockAPIGatewayAPIMockRecorder) GetApiKeysWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetApiKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetApiKeysWithContext indicates an expected call of GetApiKeysWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetAuthorizer

func (mr *MockAPIGatewayAPIMockRecorder) GetAuthorizer(arg0 interface{}) *gomock.Call

GetAuthorizer indicates an expected call of GetAuthorizer.

func (*MockAPIGatewayAPIMockRecorder) GetAuthorizerRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetAuthorizerRequest(arg0 interface{}) *gomock.Call

GetAuthorizerRequest indicates an expected call of GetAuthorizerRequest.

func (*MockAPIGatewayAPIMockRecorder) GetAuthorizerWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetAuthorizerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAuthorizerWithContext indicates an expected call of GetAuthorizerWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetAuthorizers

func (mr *MockAPIGatewayAPIMockRecorder) GetAuthorizers(arg0 interface{}) *gomock.Call

GetAuthorizers indicates an expected call of GetAuthorizers.

func (*MockAPIGatewayAPIMockRecorder) GetAuthorizersRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetAuthorizersRequest(arg0 interface{}) *gomock.Call

GetAuthorizersRequest indicates an expected call of GetAuthorizersRequest.

func (*MockAPIGatewayAPIMockRecorder) GetAuthorizersWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetAuthorizersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAuthorizersWithContext indicates an expected call of GetAuthorizersWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetBasePathMapping

func (mr *MockAPIGatewayAPIMockRecorder) GetBasePathMapping(arg0 interface{}) *gomock.Call

GetBasePathMapping indicates an expected call of GetBasePathMapping.

func (*MockAPIGatewayAPIMockRecorder) GetBasePathMappingRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetBasePathMappingRequest(arg0 interface{}) *gomock.Call

GetBasePathMappingRequest indicates an expected call of GetBasePathMappingRequest.

func (*MockAPIGatewayAPIMockRecorder) GetBasePathMappingWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetBasePathMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBasePathMappingWithContext indicates an expected call of GetBasePathMappingWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetBasePathMappings

func (mr *MockAPIGatewayAPIMockRecorder) GetBasePathMappings(arg0 interface{}) *gomock.Call

GetBasePathMappings indicates an expected call of GetBasePathMappings.

func (*MockAPIGatewayAPIMockRecorder) GetBasePathMappingsPages

func (mr *MockAPIGatewayAPIMockRecorder) GetBasePathMappingsPages(arg0, arg1 interface{}) *gomock.Call

GetBasePathMappingsPages indicates an expected call of GetBasePathMappingsPages.

func (*MockAPIGatewayAPIMockRecorder) GetBasePathMappingsPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetBasePathMappingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetBasePathMappingsPagesWithContext indicates an expected call of GetBasePathMappingsPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetBasePathMappingsRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetBasePathMappingsRequest(arg0 interface{}) *gomock.Call

GetBasePathMappingsRequest indicates an expected call of GetBasePathMappingsRequest.

func (*MockAPIGatewayAPIMockRecorder) GetBasePathMappingsWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetBasePathMappingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBasePathMappingsWithContext indicates an expected call of GetBasePathMappingsWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetClientCertificate

func (mr *MockAPIGatewayAPIMockRecorder) GetClientCertificate(arg0 interface{}) *gomock.Call

GetClientCertificate indicates an expected call of GetClientCertificate.

func (*MockAPIGatewayAPIMockRecorder) GetClientCertificateRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetClientCertificateRequest(arg0 interface{}) *gomock.Call

GetClientCertificateRequest indicates an expected call of GetClientCertificateRequest.

func (*MockAPIGatewayAPIMockRecorder) GetClientCertificateWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetClientCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetClientCertificateWithContext indicates an expected call of GetClientCertificateWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetClientCertificates

func (mr *MockAPIGatewayAPIMockRecorder) GetClientCertificates(arg0 interface{}) *gomock.Call

GetClientCertificates indicates an expected call of GetClientCertificates.

func (*MockAPIGatewayAPIMockRecorder) GetClientCertificatesPages

func (mr *MockAPIGatewayAPIMockRecorder) GetClientCertificatesPages(arg0, arg1 interface{}) *gomock.Call

GetClientCertificatesPages indicates an expected call of GetClientCertificatesPages.

func (*MockAPIGatewayAPIMockRecorder) GetClientCertificatesPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetClientCertificatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetClientCertificatesPagesWithContext indicates an expected call of GetClientCertificatesPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetClientCertificatesRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetClientCertificatesRequest(arg0 interface{}) *gomock.Call

GetClientCertificatesRequest indicates an expected call of GetClientCertificatesRequest.

func (*MockAPIGatewayAPIMockRecorder) GetClientCertificatesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetClientCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetClientCertificatesWithContext indicates an expected call of GetClientCertificatesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDeployment

func (mr *MockAPIGatewayAPIMockRecorder) GetDeployment(arg0 interface{}) *gomock.Call

GetDeployment indicates an expected call of GetDeployment.

func (*MockAPIGatewayAPIMockRecorder) GetDeploymentRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetDeploymentRequest(arg0 interface{}) *gomock.Call

GetDeploymentRequest indicates an expected call of GetDeploymentRequest.

func (*MockAPIGatewayAPIMockRecorder) GetDeploymentWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeploymentWithContext indicates an expected call of GetDeploymentWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDeployments

func (mr *MockAPIGatewayAPIMockRecorder) GetDeployments(arg0 interface{}) *gomock.Call

GetDeployments indicates an expected call of GetDeployments.

func (*MockAPIGatewayAPIMockRecorder) GetDeploymentsPages

func (mr *MockAPIGatewayAPIMockRecorder) GetDeploymentsPages(arg0, arg1 interface{}) *gomock.Call

GetDeploymentsPages indicates an expected call of GetDeploymentsPages.

func (*MockAPIGatewayAPIMockRecorder) GetDeploymentsPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDeploymentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetDeploymentsPagesWithContext indicates an expected call of GetDeploymentsPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDeploymentsRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetDeploymentsRequest(arg0 interface{}) *gomock.Call

GetDeploymentsRequest indicates an expected call of GetDeploymentsRequest.

func (*MockAPIGatewayAPIMockRecorder) GetDeploymentsWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDeploymentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeploymentsWithContext indicates an expected call of GetDeploymentsWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationPart

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationPart(arg0 interface{}) *gomock.Call

GetDocumentationPart indicates an expected call of GetDocumentationPart.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationPartRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationPartRequest(arg0 interface{}) *gomock.Call

GetDocumentationPartRequest indicates an expected call of GetDocumentationPartRequest.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationPartWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDocumentationPartWithContext indicates an expected call of GetDocumentationPartWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationParts

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationParts(arg0 interface{}) *gomock.Call

GetDocumentationParts indicates an expected call of GetDocumentationParts.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationPartsRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationPartsRequest(arg0 interface{}) *gomock.Call

GetDocumentationPartsRequest indicates an expected call of GetDocumentationPartsRequest.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationPartsWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationPartsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDocumentationPartsWithContext indicates an expected call of GetDocumentationPartsWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationVersion

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationVersion(arg0 interface{}) *gomock.Call

GetDocumentationVersion indicates an expected call of GetDocumentationVersion.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationVersionRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationVersionRequest(arg0 interface{}) *gomock.Call

GetDocumentationVersionRequest indicates an expected call of GetDocumentationVersionRequest.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationVersionWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDocumentationVersionWithContext indicates an expected call of GetDocumentationVersionWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationVersions

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationVersions(arg0 interface{}) *gomock.Call

GetDocumentationVersions indicates an expected call of GetDocumentationVersions.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationVersionsRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationVersionsRequest(arg0 interface{}) *gomock.Call

GetDocumentationVersionsRequest indicates an expected call of GetDocumentationVersionsRequest.

func (*MockAPIGatewayAPIMockRecorder) GetDocumentationVersionsWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDocumentationVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDocumentationVersionsWithContext indicates an expected call of GetDocumentationVersionsWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDomainName

func (mr *MockAPIGatewayAPIMockRecorder) GetDomainName(arg0 interface{}) *gomock.Call

GetDomainName indicates an expected call of GetDomainName.

func (*MockAPIGatewayAPIMockRecorder) GetDomainNameRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetDomainNameRequest(arg0 interface{}) *gomock.Call

GetDomainNameRequest indicates an expected call of GetDomainNameRequest.

func (*MockAPIGatewayAPIMockRecorder) GetDomainNameWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDomainNameWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDomainNameWithContext indicates an expected call of GetDomainNameWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDomainNames

func (mr *MockAPIGatewayAPIMockRecorder) GetDomainNames(arg0 interface{}) *gomock.Call

GetDomainNames indicates an expected call of GetDomainNames.

func (*MockAPIGatewayAPIMockRecorder) GetDomainNamesPages

func (mr *MockAPIGatewayAPIMockRecorder) GetDomainNamesPages(arg0, arg1 interface{}) *gomock.Call

GetDomainNamesPages indicates an expected call of GetDomainNamesPages.

func (*MockAPIGatewayAPIMockRecorder) GetDomainNamesPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDomainNamesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetDomainNamesPagesWithContext indicates an expected call of GetDomainNamesPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetDomainNamesRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetDomainNamesRequest(arg0 interface{}) *gomock.Call

GetDomainNamesRequest indicates an expected call of GetDomainNamesRequest.

func (*MockAPIGatewayAPIMockRecorder) GetDomainNamesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetDomainNamesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDomainNamesWithContext indicates an expected call of GetDomainNamesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetExport

func (mr *MockAPIGatewayAPIMockRecorder) GetExport(arg0 interface{}) *gomock.Call

GetExport indicates an expected call of GetExport.

func (*MockAPIGatewayAPIMockRecorder) GetExportRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetExportRequest(arg0 interface{}) *gomock.Call

GetExportRequest indicates an expected call of GetExportRequest.

func (*MockAPIGatewayAPIMockRecorder) GetExportWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetExportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetExportWithContext indicates an expected call of GetExportWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetGatewayResponse

func (mr *MockAPIGatewayAPIMockRecorder) GetGatewayResponse(arg0 interface{}) *gomock.Call

GetGatewayResponse indicates an expected call of GetGatewayResponse.

func (*MockAPIGatewayAPIMockRecorder) GetGatewayResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetGatewayResponseRequest(arg0 interface{}) *gomock.Call

GetGatewayResponseRequest indicates an expected call of GetGatewayResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) GetGatewayResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetGatewayResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGatewayResponseWithContext indicates an expected call of GetGatewayResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetGatewayResponses

func (mr *MockAPIGatewayAPIMockRecorder) GetGatewayResponses(arg0 interface{}) *gomock.Call

GetGatewayResponses indicates an expected call of GetGatewayResponses.

func (*MockAPIGatewayAPIMockRecorder) GetGatewayResponsesRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetGatewayResponsesRequest(arg0 interface{}) *gomock.Call

GetGatewayResponsesRequest indicates an expected call of GetGatewayResponsesRequest.

func (*MockAPIGatewayAPIMockRecorder) GetGatewayResponsesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetGatewayResponsesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGatewayResponsesWithContext indicates an expected call of GetGatewayResponsesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetIntegration

func (mr *MockAPIGatewayAPIMockRecorder) GetIntegration(arg0 interface{}) *gomock.Call

GetIntegration indicates an expected call of GetIntegration.

func (*MockAPIGatewayAPIMockRecorder) GetIntegrationRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetIntegrationRequest(arg0 interface{}) *gomock.Call

GetIntegrationRequest indicates an expected call of GetIntegrationRequest.

func (*MockAPIGatewayAPIMockRecorder) GetIntegrationResponse

func (mr *MockAPIGatewayAPIMockRecorder) GetIntegrationResponse(arg0 interface{}) *gomock.Call

GetIntegrationResponse indicates an expected call of GetIntegrationResponse.

func (*MockAPIGatewayAPIMockRecorder) GetIntegrationResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetIntegrationResponseRequest(arg0 interface{}) *gomock.Call

GetIntegrationResponseRequest indicates an expected call of GetIntegrationResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) GetIntegrationResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetIntegrationResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIntegrationResponseWithContext indicates an expected call of GetIntegrationResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetIntegrationWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetIntegrationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIntegrationWithContext indicates an expected call of GetIntegrationWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetMethod

func (mr *MockAPIGatewayAPIMockRecorder) GetMethod(arg0 interface{}) *gomock.Call

GetMethod indicates an expected call of GetMethod.

func (*MockAPIGatewayAPIMockRecorder) GetMethodRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetMethodRequest(arg0 interface{}) *gomock.Call

GetMethodRequest indicates an expected call of GetMethodRequest.

func (*MockAPIGatewayAPIMockRecorder) GetMethodResponse

func (mr *MockAPIGatewayAPIMockRecorder) GetMethodResponse(arg0 interface{}) *gomock.Call

GetMethodResponse indicates an expected call of GetMethodResponse.

func (*MockAPIGatewayAPIMockRecorder) GetMethodResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetMethodResponseRequest(arg0 interface{}) *gomock.Call

GetMethodResponseRequest indicates an expected call of GetMethodResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) GetMethodResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetMethodResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMethodResponseWithContext indicates an expected call of GetMethodResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetMethodWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetMethodWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMethodWithContext indicates an expected call of GetMethodWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetModel

func (mr *MockAPIGatewayAPIMockRecorder) GetModel(arg0 interface{}) *gomock.Call

GetModel indicates an expected call of GetModel.

func (*MockAPIGatewayAPIMockRecorder) GetModelRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetModelRequest(arg0 interface{}) *gomock.Call

GetModelRequest indicates an expected call of GetModelRequest.

func (*MockAPIGatewayAPIMockRecorder) GetModelTemplate

func (mr *MockAPIGatewayAPIMockRecorder) GetModelTemplate(arg0 interface{}) *gomock.Call

GetModelTemplate indicates an expected call of GetModelTemplate.

func (*MockAPIGatewayAPIMockRecorder) GetModelTemplateRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetModelTemplateRequest(arg0 interface{}) *gomock.Call

GetModelTemplateRequest indicates an expected call of GetModelTemplateRequest.

func (*MockAPIGatewayAPIMockRecorder) GetModelTemplateWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetModelTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModelTemplateWithContext indicates an expected call of GetModelTemplateWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetModelWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModelWithContext indicates an expected call of GetModelWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetModels

func (mr *MockAPIGatewayAPIMockRecorder) GetModels(arg0 interface{}) *gomock.Call

GetModels indicates an expected call of GetModels.

func (*MockAPIGatewayAPIMockRecorder) GetModelsPages

func (mr *MockAPIGatewayAPIMockRecorder) GetModelsPages(arg0, arg1 interface{}) *gomock.Call

GetModelsPages indicates an expected call of GetModelsPages.

func (*MockAPIGatewayAPIMockRecorder) GetModelsPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetModelsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetModelsPagesWithContext indicates an expected call of GetModelsPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetModelsRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetModelsRequest(arg0 interface{}) *gomock.Call

GetModelsRequest indicates an expected call of GetModelsRequest.

func (*MockAPIGatewayAPIMockRecorder) GetModelsWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetModelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModelsWithContext indicates an expected call of GetModelsWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetRequestValidator

func (mr *MockAPIGatewayAPIMockRecorder) GetRequestValidator(arg0 interface{}) *gomock.Call

GetRequestValidator indicates an expected call of GetRequestValidator.

func (*MockAPIGatewayAPIMockRecorder) GetRequestValidatorRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetRequestValidatorRequest(arg0 interface{}) *gomock.Call

GetRequestValidatorRequest indicates an expected call of GetRequestValidatorRequest.

func (*MockAPIGatewayAPIMockRecorder) GetRequestValidatorWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetRequestValidatorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRequestValidatorWithContext indicates an expected call of GetRequestValidatorWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetRequestValidators

func (mr *MockAPIGatewayAPIMockRecorder) GetRequestValidators(arg0 interface{}) *gomock.Call

GetRequestValidators indicates an expected call of GetRequestValidators.

func (*MockAPIGatewayAPIMockRecorder) GetRequestValidatorsRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetRequestValidatorsRequest(arg0 interface{}) *gomock.Call

GetRequestValidatorsRequest indicates an expected call of GetRequestValidatorsRequest.

func (*MockAPIGatewayAPIMockRecorder) GetRequestValidatorsWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetRequestValidatorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRequestValidatorsWithContext indicates an expected call of GetRequestValidatorsWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetResource

func (mr *MockAPIGatewayAPIMockRecorder) GetResource(arg0 interface{}) *gomock.Call

GetResource indicates an expected call of GetResource.

func (*MockAPIGatewayAPIMockRecorder) GetResourceRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetResourceRequest(arg0 interface{}) *gomock.Call

GetResourceRequest indicates an expected call of GetResourceRequest.

func (*MockAPIGatewayAPIMockRecorder) GetResourceWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResourceWithContext indicates an expected call of GetResourceWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetResources

func (mr *MockAPIGatewayAPIMockRecorder) GetResources(arg0 interface{}) *gomock.Call

GetResources indicates an expected call of GetResources.

func (*MockAPIGatewayAPIMockRecorder) GetResourcesPages

func (mr *MockAPIGatewayAPIMockRecorder) GetResourcesPages(arg0, arg1 interface{}) *gomock.Call

GetResourcesPages indicates an expected call of GetResourcesPages.

func (*MockAPIGatewayAPIMockRecorder) GetResourcesPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetResourcesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetResourcesPagesWithContext indicates an expected call of GetResourcesPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetResourcesRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetResourcesRequest(arg0 interface{}) *gomock.Call

GetResourcesRequest indicates an expected call of GetResourcesRequest.

func (*MockAPIGatewayAPIMockRecorder) GetResourcesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResourcesWithContext indicates an expected call of GetResourcesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetRestApi

func (mr *MockAPIGatewayAPIMockRecorder) GetRestApi(arg0 interface{}) *gomock.Call

GetRestApi indicates an expected call of GetRestApi.

func (*MockAPIGatewayAPIMockRecorder) GetRestApiRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetRestApiRequest(arg0 interface{}) *gomock.Call

GetRestApiRequest indicates an expected call of GetRestApiRequest.

func (*MockAPIGatewayAPIMockRecorder) GetRestApiWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetRestApiWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRestApiWithContext indicates an expected call of GetRestApiWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetRestApis

func (mr *MockAPIGatewayAPIMockRecorder) GetRestApis(arg0 interface{}) *gomock.Call

GetRestApis indicates an expected call of GetRestApis.

func (*MockAPIGatewayAPIMockRecorder) GetRestApisPages

func (mr *MockAPIGatewayAPIMockRecorder) GetRestApisPages(arg0, arg1 interface{}) *gomock.Call

GetRestApisPages indicates an expected call of GetRestApisPages.

func (*MockAPIGatewayAPIMockRecorder) GetRestApisPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetRestApisPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetRestApisPagesWithContext indicates an expected call of GetRestApisPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetRestApisRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetRestApisRequest(arg0 interface{}) *gomock.Call

GetRestApisRequest indicates an expected call of GetRestApisRequest.

func (*MockAPIGatewayAPIMockRecorder) GetRestApisWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetRestApisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRestApisWithContext indicates an expected call of GetRestApisWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetSdk

func (mr *MockAPIGatewayAPIMockRecorder) GetSdk(arg0 interface{}) *gomock.Call

GetSdk indicates an expected call of GetSdk.

func (*MockAPIGatewayAPIMockRecorder) GetSdkRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetSdkRequest(arg0 interface{}) *gomock.Call

GetSdkRequest indicates an expected call of GetSdkRequest.

func (*MockAPIGatewayAPIMockRecorder) GetSdkType

func (mr *MockAPIGatewayAPIMockRecorder) GetSdkType(arg0 interface{}) *gomock.Call

GetSdkType indicates an expected call of GetSdkType.

func (*MockAPIGatewayAPIMockRecorder) GetSdkTypeRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetSdkTypeRequest(arg0 interface{}) *gomock.Call

GetSdkTypeRequest indicates an expected call of GetSdkTypeRequest.

func (*MockAPIGatewayAPIMockRecorder) GetSdkTypeWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetSdkTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSdkTypeWithContext indicates an expected call of GetSdkTypeWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetSdkTypes

func (mr *MockAPIGatewayAPIMockRecorder) GetSdkTypes(arg0 interface{}) *gomock.Call

GetSdkTypes indicates an expected call of GetSdkTypes.

func (*MockAPIGatewayAPIMockRecorder) GetSdkTypesRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetSdkTypesRequest(arg0 interface{}) *gomock.Call

GetSdkTypesRequest indicates an expected call of GetSdkTypesRequest.

func (*MockAPIGatewayAPIMockRecorder) GetSdkTypesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetSdkTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSdkTypesWithContext indicates an expected call of GetSdkTypesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetSdkWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetSdkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSdkWithContext indicates an expected call of GetSdkWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetStage

func (mr *MockAPIGatewayAPIMockRecorder) GetStage(arg0 interface{}) *gomock.Call

GetStage indicates an expected call of GetStage.

func (*MockAPIGatewayAPIMockRecorder) GetStageRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetStageRequest(arg0 interface{}) *gomock.Call

GetStageRequest indicates an expected call of GetStageRequest.

func (*MockAPIGatewayAPIMockRecorder) GetStageWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStageWithContext indicates an expected call of GetStageWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetStages

func (mr *MockAPIGatewayAPIMockRecorder) GetStages(arg0 interface{}) *gomock.Call

GetStages indicates an expected call of GetStages.

func (*MockAPIGatewayAPIMockRecorder) GetStagesRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetStagesRequest(arg0 interface{}) *gomock.Call

GetStagesRequest indicates an expected call of GetStagesRequest.

func (*MockAPIGatewayAPIMockRecorder) GetStagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetStagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStagesWithContext indicates an expected call of GetStagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetTags

func (mr *MockAPIGatewayAPIMockRecorder) GetTags(arg0 interface{}) *gomock.Call

GetTags indicates an expected call of GetTags.

func (*MockAPIGatewayAPIMockRecorder) GetTagsRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetTagsRequest(arg0 interface{}) *gomock.Call

GetTagsRequest indicates an expected call of GetTagsRequest.

func (*MockAPIGatewayAPIMockRecorder) GetTagsWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTagsWithContext indicates an expected call of GetTagsWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetUsage

func (mr *MockAPIGatewayAPIMockRecorder) GetUsage(arg0 interface{}) *gomock.Call

GetUsage indicates an expected call of GetUsage.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePages

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePages(arg0, arg1 interface{}) *gomock.Call

GetUsagePages indicates an expected call of GetUsagePages.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetUsagePagesWithContext indicates an expected call of GetUsagePagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlan

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlan(arg0 interface{}) *gomock.Call

GetUsagePlan indicates an expected call of GetUsagePlan.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanKey

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanKey(arg0 interface{}) *gomock.Call

GetUsagePlanKey indicates an expected call of GetUsagePlanKey.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanKeyRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanKeyRequest(arg0 interface{}) *gomock.Call

GetUsagePlanKeyRequest indicates an expected call of GetUsagePlanKeyRequest.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanKeyWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUsagePlanKeyWithContext indicates an expected call of GetUsagePlanKeyWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanKeys

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanKeys(arg0 interface{}) *gomock.Call

GetUsagePlanKeys indicates an expected call of GetUsagePlanKeys.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanKeysPages

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanKeysPages(arg0, arg1 interface{}) *gomock.Call

GetUsagePlanKeysPages indicates an expected call of GetUsagePlanKeysPages.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanKeysPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetUsagePlanKeysPagesWithContext indicates an expected call of GetUsagePlanKeysPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanKeysRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanKeysRequest(arg0 interface{}) *gomock.Call

GetUsagePlanKeysRequest indicates an expected call of GetUsagePlanKeysRequest.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanKeysWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUsagePlanKeysWithContext indicates an expected call of GetUsagePlanKeysWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanRequest(arg0 interface{}) *gomock.Call

GetUsagePlanRequest indicates an expected call of GetUsagePlanRequest.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlanWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUsagePlanWithContext indicates an expected call of GetUsagePlanWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlans

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlans(arg0 interface{}) *gomock.Call

GetUsagePlans indicates an expected call of GetUsagePlans.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlansPages

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlansPages(arg0, arg1 interface{}) *gomock.Call

GetUsagePlansPages indicates an expected call of GetUsagePlansPages.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlansPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlansPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetUsagePlansPagesWithContext indicates an expected call of GetUsagePlansPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlansRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlansRequest(arg0 interface{}) *gomock.Call

GetUsagePlansRequest indicates an expected call of GetUsagePlansRequest.

func (*MockAPIGatewayAPIMockRecorder) GetUsagePlansWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetUsagePlansWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUsagePlansWithContext indicates an expected call of GetUsagePlansWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetUsageRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetUsageRequest(arg0 interface{}) *gomock.Call

GetUsageRequest indicates an expected call of GetUsageRequest.

func (*MockAPIGatewayAPIMockRecorder) GetUsageWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUsageWithContext indicates an expected call of GetUsageWithContext.

func (mr *MockAPIGatewayAPIMockRecorder) GetVpcLink(arg0 interface{}) *gomock.Call

GetVpcLink indicates an expected call of GetVpcLink.

func (*MockAPIGatewayAPIMockRecorder) GetVpcLinkRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetVpcLinkRequest(arg0 interface{}) *gomock.Call

GetVpcLinkRequest indicates an expected call of GetVpcLinkRequest.

func (*MockAPIGatewayAPIMockRecorder) GetVpcLinkWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetVpcLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVpcLinkWithContext indicates an expected call of GetVpcLinkWithContext.

func (mr *MockAPIGatewayAPIMockRecorder) GetVpcLinks(arg0 interface{}) *gomock.Call

GetVpcLinks indicates an expected call of GetVpcLinks.

func (*MockAPIGatewayAPIMockRecorder) GetVpcLinksPages

func (mr *MockAPIGatewayAPIMockRecorder) GetVpcLinksPages(arg0, arg1 interface{}) *gomock.Call

GetVpcLinksPages indicates an expected call of GetVpcLinksPages.

func (*MockAPIGatewayAPIMockRecorder) GetVpcLinksPagesWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetVpcLinksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetVpcLinksPagesWithContext indicates an expected call of GetVpcLinksPagesWithContext.

func (*MockAPIGatewayAPIMockRecorder) GetVpcLinksRequest

func (mr *MockAPIGatewayAPIMockRecorder) GetVpcLinksRequest(arg0 interface{}) *gomock.Call

GetVpcLinksRequest indicates an expected call of GetVpcLinksRequest.

func (*MockAPIGatewayAPIMockRecorder) GetVpcLinksWithContext

func (mr *MockAPIGatewayAPIMockRecorder) GetVpcLinksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVpcLinksWithContext indicates an expected call of GetVpcLinksWithContext.

func (*MockAPIGatewayAPIMockRecorder) ImportApiKeys

func (mr *MockAPIGatewayAPIMockRecorder) ImportApiKeys(arg0 interface{}) *gomock.Call

ImportApiKeys indicates an expected call of ImportApiKeys.

func (*MockAPIGatewayAPIMockRecorder) ImportApiKeysRequest

func (mr *MockAPIGatewayAPIMockRecorder) ImportApiKeysRequest(arg0 interface{}) *gomock.Call

ImportApiKeysRequest indicates an expected call of ImportApiKeysRequest.

func (*MockAPIGatewayAPIMockRecorder) ImportApiKeysWithContext

func (mr *MockAPIGatewayAPIMockRecorder) ImportApiKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportApiKeysWithContext indicates an expected call of ImportApiKeysWithContext.

func (*MockAPIGatewayAPIMockRecorder) ImportDocumentationParts

func (mr *MockAPIGatewayAPIMockRecorder) ImportDocumentationParts(arg0 interface{}) *gomock.Call

ImportDocumentationParts indicates an expected call of ImportDocumentationParts.

func (*MockAPIGatewayAPIMockRecorder) ImportDocumentationPartsRequest

func (mr *MockAPIGatewayAPIMockRecorder) ImportDocumentationPartsRequest(arg0 interface{}) *gomock.Call

ImportDocumentationPartsRequest indicates an expected call of ImportDocumentationPartsRequest.

func (*MockAPIGatewayAPIMockRecorder) ImportDocumentationPartsWithContext

func (mr *MockAPIGatewayAPIMockRecorder) ImportDocumentationPartsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportDocumentationPartsWithContext indicates an expected call of ImportDocumentationPartsWithContext.

func (*MockAPIGatewayAPIMockRecorder) ImportRestApi

func (mr *MockAPIGatewayAPIMockRecorder) ImportRestApi(arg0 interface{}) *gomock.Call

ImportRestApi indicates an expected call of ImportRestApi.

func (*MockAPIGatewayAPIMockRecorder) ImportRestApiRequest

func (mr *MockAPIGatewayAPIMockRecorder) ImportRestApiRequest(arg0 interface{}) *gomock.Call

ImportRestApiRequest indicates an expected call of ImportRestApiRequest.

func (*MockAPIGatewayAPIMockRecorder) ImportRestApiWithContext

func (mr *MockAPIGatewayAPIMockRecorder) ImportRestApiWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportRestApiWithContext indicates an expected call of ImportRestApiWithContext.

func (*MockAPIGatewayAPIMockRecorder) PutGatewayResponse

func (mr *MockAPIGatewayAPIMockRecorder) PutGatewayResponse(arg0 interface{}) *gomock.Call

PutGatewayResponse indicates an expected call of PutGatewayResponse.

func (*MockAPIGatewayAPIMockRecorder) PutGatewayResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) PutGatewayResponseRequest(arg0 interface{}) *gomock.Call

PutGatewayResponseRequest indicates an expected call of PutGatewayResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) PutGatewayResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) PutGatewayResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutGatewayResponseWithContext indicates an expected call of PutGatewayResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) PutIntegration

func (mr *MockAPIGatewayAPIMockRecorder) PutIntegration(arg0 interface{}) *gomock.Call

PutIntegration indicates an expected call of PutIntegration.

func (*MockAPIGatewayAPIMockRecorder) PutIntegrationRequest

func (mr *MockAPIGatewayAPIMockRecorder) PutIntegrationRequest(arg0 interface{}) *gomock.Call

PutIntegrationRequest indicates an expected call of PutIntegrationRequest.

func (*MockAPIGatewayAPIMockRecorder) PutIntegrationResponse

func (mr *MockAPIGatewayAPIMockRecorder) PutIntegrationResponse(arg0 interface{}) *gomock.Call

PutIntegrationResponse indicates an expected call of PutIntegrationResponse.

func (*MockAPIGatewayAPIMockRecorder) PutIntegrationResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) PutIntegrationResponseRequest(arg0 interface{}) *gomock.Call

PutIntegrationResponseRequest indicates an expected call of PutIntegrationResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) PutIntegrationResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) PutIntegrationResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutIntegrationResponseWithContext indicates an expected call of PutIntegrationResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) PutIntegrationWithContext

func (mr *MockAPIGatewayAPIMockRecorder) PutIntegrationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutIntegrationWithContext indicates an expected call of PutIntegrationWithContext.

func (*MockAPIGatewayAPIMockRecorder) PutMethod

func (mr *MockAPIGatewayAPIMockRecorder) PutMethod(arg0 interface{}) *gomock.Call

PutMethod indicates an expected call of PutMethod.

func (*MockAPIGatewayAPIMockRecorder) PutMethodRequest

func (mr *MockAPIGatewayAPIMockRecorder) PutMethodRequest(arg0 interface{}) *gomock.Call

PutMethodRequest indicates an expected call of PutMethodRequest.

func (*MockAPIGatewayAPIMockRecorder) PutMethodResponse

func (mr *MockAPIGatewayAPIMockRecorder) PutMethodResponse(arg0 interface{}) *gomock.Call

PutMethodResponse indicates an expected call of PutMethodResponse.

func (*MockAPIGatewayAPIMockRecorder) PutMethodResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) PutMethodResponseRequest(arg0 interface{}) *gomock.Call

PutMethodResponseRequest indicates an expected call of PutMethodResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) PutMethodResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) PutMethodResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutMethodResponseWithContext indicates an expected call of PutMethodResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) PutMethodWithContext

func (mr *MockAPIGatewayAPIMockRecorder) PutMethodWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutMethodWithContext indicates an expected call of PutMethodWithContext.

func (*MockAPIGatewayAPIMockRecorder) PutRestApi

func (mr *MockAPIGatewayAPIMockRecorder) PutRestApi(arg0 interface{}) *gomock.Call

PutRestApi indicates an expected call of PutRestApi.

func (*MockAPIGatewayAPIMockRecorder) PutRestApiRequest

func (mr *MockAPIGatewayAPIMockRecorder) PutRestApiRequest(arg0 interface{}) *gomock.Call

PutRestApiRequest indicates an expected call of PutRestApiRequest.

func (*MockAPIGatewayAPIMockRecorder) PutRestApiWithContext

func (mr *MockAPIGatewayAPIMockRecorder) PutRestApiWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRestApiWithContext indicates an expected call of PutRestApiWithContext.

func (*MockAPIGatewayAPIMockRecorder) TagResource

func (mr *MockAPIGatewayAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockAPIGatewayAPIMockRecorder) TagResourceRequest

func (mr *MockAPIGatewayAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockAPIGatewayAPIMockRecorder) TagResourceWithContext

func (mr *MockAPIGatewayAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockAPIGatewayAPIMockRecorder) TestInvokeAuthorizer

func (mr *MockAPIGatewayAPIMockRecorder) TestInvokeAuthorizer(arg0 interface{}) *gomock.Call

TestInvokeAuthorizer indicates an expected call of TestInvokeAuthorizer.

func (*MockAPIGatewayAPIMockRecorder) TestInvokeAuthorizerRequest

func (mr *MockAPIGatewayAPIMockRecorder) TestInvokeAuthorizerRequest(arg0 interface{}) *gomock.Call

TestInvokeAuthorizerRequest indicates an expected call of TestInvokeAuthorizerRequest.

func (*MockAPIGatewayAPIMockRecorder) TestInvokeAuthorizerWithContext

func (mr *MockAPIGatewayAPIMockRecorder) TestInvokeAuthorizerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestInvokeAuthorizerWithContext indicates an expected call of TestInvokeAuthorizerWithContext.

func (*MockAPIGatewayAPIMockRecorder) TestInvokeMethod

func (mr *MockAPIGatewayAPIMockRecorder) TestInvokeMethod(arg0 interface{}) *gomock.Call

TestInvokeMethod indicates an expected call of TestInvokeMethod.

func (*MockAPIGatewayAPIMockRecorder) TestInvokeMethodRequest

func (mr *MockAPIGatewayAPIMockRecorder) TestInvokeMethodRequest(arg0 interface{}) *gomock.Call

TestInvokeMethodRequest indicates an expected call of TestInvokeMethodRequest.

func (*MockAPIGatewayAPIMockRecorder) TestInvokeMethodWithContext

func (mr *MockAPIGatewayAPIMockRecorder) TestInvokeMethodWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestInvokeMethodWithContext indicates an expected call of TestInvokeMethodWithContext.

func (*MockAPIGatewayAPIMockRecorder) UntagResource

func (mr *MockAPIGatewayAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockAPIGatewayAPIMockRecorder) UntagResourceRequest

func (mr *MockAPIGatewayAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockAPIGatewayAPIMockRecorder) UntagResourceWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateAccount

func (mr *MockAPIGatewayAPIMockRecorder) UpdateAccount(arg0 interface{}) *gomock.Call

UpdateAccount indicates an expected call of UpdateAccount.

func (*MockAPIGatewayAPIMockRecorder) UpdateAccountRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateAccountRequest(arg0 interface{}) *gomock.Call

UpdateAccountRequest indicates an expected call of UpdateAccountRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateAccountWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccountWithContext indicates an expected call of UpdateAccountWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateApiKey

func (mr *MockAPIGatewayAPIMockRecorder) UpdateApiKey(arg0 interface{}) *gomock.Call

UpdateApiKey indicates an expected call of UpdateApiKey.

func (*MockAPIGatewayAPIMockRecorder) UpdateApiKeyRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateApiKeyRequest(arg0 interface{}) *gomock.Call

UpdateApiKeyRequest indicates an expected call of UpdateApiKeyRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateApiKeyWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateApiKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateApiKeyWithContext indicates an expected call of UpdateApiKeyWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateAuthorizer

func (mr *MockAPIGatewayAPIMockRecorder) UpdateAuthorizer(arg0 interface{}) *gomock.Call

UpdateAuthorizer indicates an expected call of UpdateAuthorizer.

func (*MockAPIGatewayAPIMockRecorder) UpdateAuthorizerRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateAuthorizerRequest(arg0 interface{}) *gomock.Call

UpdateAuthorizerRequest indicates an expected call of UpdateAuthorizerRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateAuthorizerWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateAuthorizerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAuthorizerWithContext indicates an expected call of UpdateAuthorizerWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateBasePathMapping

func (mr *MockAPIGatewayAPIMockRecorder) UpdateBasePathMapping(arg0 interface{}) *gomock.Call

UpdateBasePathMapping indicates an expected call of UpdateBasePathMapping.

func (*MockAPIGatewayAPIMockRecorder) UpdateBasePathMappingRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateBasePathMappingRequest(arg0 interface{}) *gomock.Call

UpdateBasePathMappingRequest indicates an expected call of UpdateBasePathMappingRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateBasePathMappingWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateBasePathMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateBasePathMappingWithContext indicates an expected call of UpdateBasePathMappingWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateClientCertificate

func (mr *MockAPIGatewayAPIMockRecorder) UpdateClientCertificate(arg0 interface{}) *gomock.Call

UpdateClientCertificate indicates an expected call of UpdateClientCertificate.

func (*MockAPIGatewayAPIMockRecorder) UpdateClientCertificateRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateClientCertificateRequest(arg0 interface{}) *gomock.Call

UpdateClientCertificateRequest indicates an expected call of UpdateClientCertificateRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateClientCertificateWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateClientCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateClientCertificateWithContext indicates an expected call of UpdateClientCertificateWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateDeployment

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDeployment(arg0 interface{}) *gomock.Call

UpdateDeployment indicates an expected call of UpdateDeployment.

func (*MockAPIGatewayAPIMockRecorder) UpdateDeploymentRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDeploymentRequest(arg0 interface{}) *gomock.Call

UpdateDeploymentRequest indicates an expected call of UpdateDeploymentRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateDeploymentWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDeploymentWithContext indicates an expected call of UpdateDeploymentWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateDocumentationPart

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDocumentationPart(arg0 interface{}) *gomock.Call

UpdateDocumentationPart indicates an expected call of UpdateDocumentationPart.

func (*MockAPIGatewayAPIMockRecorder) UpdateDocumentationPartRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDocumentationPartRequest(arg0 interface{}) *gomock.Call

UpdateDocumentationPartRequest indicates an expected call of UpdateDocumentationPartRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateDocumentationPartWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDocumentationPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDocumentationPartWithContext indicates an expected call of UpdateDocumentationPartWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateDocumentationVersion

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDocumentationVersion(arg0 interface{}) *gomock.Call

UpdateDocumentationVersion indicates an expected call of UpdateDocumentationVersion.

func (*MockAPIGatewayAPIMockRecorder) UpdateDocumentationVersionRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDocumentationVersionRequest(arg0 interface{}) *gomock.Call

UpdateDocumentationVersionRequest indicates an expected call of UpdateDocumentationVersionRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateDocumentationVersionWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDocumentationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDocumentationVersionWithContext indicates an expected call of UpdateDocumentationVersionWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateDomainName

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDomainName(arg0 interface{}) *gomock.Call

UpdateDomainName indicates an expected call of UpdateDomainName.

func (*MockAPIGatewayAPIMockRecorder) UpdateDomainNameRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDomainNameRequest(arg0 interface{}) *gomock.Call

UpdateDomainNameRequest indicates an expected call of UpdateDomainNameRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateDomainNameWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateDomainNameWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDomainNameWithContext indicates an expected call of UpdateDomainNameWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateGatewayResponse

func (mr *MockAPIGatewayAPIMockRecorder) UpdateGatewayResponse(arg0 interface{}) *gomock.Call

UpdateGatewayResponse indicates an expected call of UpdateGatewayResponse.

func (*MockAPIGatewayAPIMockRecorder) UpdateGatewayResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateGatewayResponseRequest(arg0 interface{}) *gomock.Call

UpdateGatewayResponseRequest indicates an expected call of UpdateGatewayResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateGatewayResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateGatewayResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGatewayResponseWithContext indicates an expected call of UpdateGatewayResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateIntegration

func (mr *MockAPIGatewayAPIMockRecorder) UpdateIntegration(arg0 interface{}) *gomock.Call

UpdateIntegration indicates an expected call of UpdateIntegration.

func (*MockAPIGatewayAPIMockRecorder) UpdateIntegrationRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateIntegrationRequest(arg0 interface{}) *gomock.Call

UpdateIntegrationRequest indicates an expected call of UpdateIntegrationRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateIntegrationResponse

func (mr *MockAPIGatewayAPIMockRecorder) UpdateIntegrationResponse(arg0 interface{}) *gomock.Call

UpdateIntegrationResponse indicates an expected call of UpdateIntegrationResponse.

func (*MockAPIGatewayAPIMockRecorder) UpdateIntegrationResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateIntegrationResponseRequest(arg0 interface{}) *gomock.Call

UpdateIntegrationResponseRequest indicates an expected call of UpdateIntegrationResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateIntegrationResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateIntegrationResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateIntegrationResponseWithContext indicates an expected call of UpdateIntegrationResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateIntegrationWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateIntegrationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateIntegrationWithContext indicates an expected call of UpdateIntegrationWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateMethod

func (mr *MockAPIGatewayAPIMockRecorder) UpdateMethod(arg0 interface{}) *gomock.Call

UpdateMethod indicates an expected call of UpdateMethod.

func (*MockAPIGatewayAPIMockRecorder) UpdateMethodRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateMethodRequest(arg0 interface{}) *gomock.Call

UpdateMethodRequest indicates an expected call of UpdateMethodRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateMethodResponse

func (mr *MockAPIGatewayAPIMockRecorder) UpdateMethodResponse(arg0 interface{}) *gomock.Call

UpdateMethodResponse indicates an expected call of UpdateMethodResponse.

func (*MockAPIGatewayAPIMockRecorder) UpdateMethodResponseRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateMethodResponseRequest(arg0 interface{}) *gomock.Call

UpdateMethodResponseRequest indicates an expected call of UpdateMethodResponseRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateMethodResponseWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateMethodResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateMethodResponseWithContext indicates an expected call of UpdateMethodResponseWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateMethodWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateMethodWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateMethodWithContext indicates an expected call of UpdateMethodWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateModel

func (mr *MockAPIGatewayAPIMockRecorder) UpdateModel(arg0 interface{}) *gomock.Call

UpdateModel indicates an expected call of UpdateModel.

func (*MockAPIGatewayAPIMockRecorder) UpdateModelRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateModelRequest(arg0 interface{}) *gomock.Call

UpdateModelRequest indicates an expected call of UpdateModelRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateModelWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateModelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateModelWithContext indicates an expected call of UpdateModelWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateRequestValidator

func (mr *MockAPIGatewayAPIMockRecorder) UpdateRequestValidator(arg0 interface{}) *gomock.Call

UpdateRequestValidator indicates an expected call of UpdateRequestValidator.

func (*MockAPIGatewayAPIMockRecorder) UpdateRequestValidatorRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateRequestValidatorRequest(arg0 interface{}) *gomock.Call

UpdateRequestValidatorRequest indicates an expected call of UpdateRequestValidatorRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateRequestValidatorWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateRequestValidatorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRequestValidatorWithContext indicates an expected call of UpdateRequestValidatorWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateResource

func (mr *MockAPIGatewayAPIMockRecorder) UpdateResource(arg0 interface{}) *gomock.Call

UpdateResource indicates an expected call of UpdateResource.

func (*MockAPIGatewayAPIMockRecorder) UpdateResourceRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateResourceRequest(arg0 interface{}) *gomock.Call

UpdateResourceRequest indicates an expected call of UpdateResourceRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateResourceWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateResourceWithContext indicates an expected call of UpdateResourceWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateRestApi

func (mr *MockAPIGatewayAPIMockRecorder) UpdateRestApi(arg0 interface{}) *gomock.Call

UpdateRestApi indicates an expected call of UpdateRestApi.

func (*MockAPIGatewayAPIMockRecorder) UpdateRestApiRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateRestApiRequest(arg0 interface{}) *gomock.Call

UpdateRestApiRequest indicates an expected call of UpdateRestApiRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateRestApiWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateRestApiWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRestApiWithContext indicates an expected call of UpdateRestApiWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateStage

func (mr *MockAPIGatewayAPIMockRecorder) UpdateStage(arg0 interface{}) *gomock.Call

UpdateStage indicates an expected call of UpdateStage.

func (*MockAPIGatewayAPIMockRecorder) UpdateStageRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateStageRequest(arg0 interface{}) *gomock.Call

UpdateStageRequest indicates an expected call of UpdateStageRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateStageWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateStageWithContext indicates an expected call of UpdateStageWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateUsage

func (mr *MockAPIGatewayAPIMockRecorder) UpdateUsage(arg0 interface{}) *gomock.Call

UpdateUsage indicates an expected call of UpdateUsage.

func (*MockAPIGatewayAPIMockRecorder) UpdateUsagePlan

func (mr *MockAPIGatewayAPIMockRecorder) UpdateUsagePlan(arg0 interface{}) *gomock.Call

UpdateUsagePlan indicates an expected call of UpdateUsagePlan.

func (*MockAPIGatewayAPIMockRecorder) UpdateUsagePlanRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateUsagePlanRequest(arg0 interface{}) *gomock.Call

UpdateUsagePlanRequest indicates an expected call of UpdateUsagePlanRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateUsagePlanWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateUsagePlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUsagePlanWithContext indicates an expected call of UpdateUsagePlanWithContext.

func (*MockAPIGatewayAPIMockRecorder) UpdateUsageRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateUsageRequest(arg0 interface{}) *gomock.Call

UpdateUsageRequest indicates an expected call of UpdateUsageRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateUsageWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUsageWithContext indicates an expected call of UpdateUsageWithContext.

func (mr *MockAPIGatewayAPIMockRecorder) UpdateVpcLink(arg0 interface{}) *gomock.Call

UpdateVpcLink indicates an expected call of UpdateVpcLink.

func (*MockAPIGatewayAPIMockRecorder) UpdateVpcLinkRequest

func (mr *MockAPIGatewayAPIMockRecorder) UpdateVpcLinkRequest(arg0 interface{}) *gomock.Call

UpdateVpcLinkRequest indicates an expected call of UpdateVpcLinkRequest.

func (*MockAPIGatewayAPIMockRecorder) UpdateVpcLinkWithContext

func (mr *MockAPIGatewayAPIMockRecorder) UpdateVpcLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateVpcLinkWithContext indicates an expected call of UpdateVpcLinkWithContext.

Jump to

Keyboard shortcuts

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