Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateApiKey(ctx context.Context, params *apigateway.CreateApiKeyInput, ...) (*apigateway.CreateApiKeyOutput, error)
- func (_m *IClient) CreateAuthorizer(ctx context.Context, params *apigateway.CreateAuthorizerInput, ...) (*apigateway.CreateAuthorizerOutput, error)
- func (_m *IClient) CreateBasePathMapping(ctx context.Context, params *apigateway.CreateBasePathMappingInput, ...) (*apigateway.CreateBasePathMappingOutput, error)
- func (_m *IClient) CreateDeployment(ctx context.Context, params *apigateway.CreateDeploymentInput, ...) (*apigateway.CreateDeploymentOutput, error)
- func (_m *IClient) CreateDocumentationPart(ctx context.Context, params *apigateway.CreateDocumentationPartInput, ...) (*apigateway.CreateDocumentationPartOutput, error)
- func (_m *IClient) CreateDocumentationVersion(ctx context.Context, params *apigateway.CreateDocumentationVersionInput, ...) (*apigateway.CreateDocumentationVersionOutput, error)
- func (_m *IClient) CreateDomainName(ctx context.Context, params *apigateway.CreateDomainNameInput, ...) (*apigateway.CreateDomainNameOutput, error)
- func (_m *IClient) CreateModel(ctx context.Context, params *apigateway.CreateModelInput, ...) (*apigateway.CreateModelOutput, error)
- func (_m *IClient) CreateRequestValidator(ctx context.Context, params *apigateway.CreateRequestValidatorInput, ...) (*apigateway.CreateRequestValidatorOutput, error)
- func (_m *IClient) CreateResource(ctx context.Context, params *apigateway.CreateResourceInput, ...) (*apigateway.CreateResourceOutput, error)
- func (_m *IClient) CreateRestApi(ctx context.Context, params *apigateway.CreateRestApiInput, ...) (*apigateway.CreateRestApiOutput, error)
- func (_m *IClient) CreateStage(ctx context.Context, params *apigateway.CreateStageInput, ...) (*apigateway.CreateStageOutput, error)
- func (_m *IClient) CreateUsagePlan(ctx context.Context, params *apigateway.CreateUsagePlanInput, ...) (*apigateway.CreateUsagePlanOutput, error)
- func (_m *IClient) CreateUsagePlanKey(ctx context.Context, params *apigateway.CreateUsagePlanKeyInput, ...) (*apigateway.CreateUsagePlanKeyOutput, error)
- func (_m *IClient) CreateVpcLink(ctx context.Context, params *apigateway.CreateVpcLinkInput, ...) (*apigateway.CreateVpcLinkOutput, error)
- func (_m *IClient) DeleteApiKey(ctx context.Context, params *apigateway.DeleteApiKeyInput, ...) (*apigateway.DeleteApiKeyOutput, error)
- func (_m *IClient) DeleteAuthorizer(ctx context.Context, params *apigateway.DeleteAuthorizerInput, ...) (*apigateway.DeleteAuthorizerOutput, error)
- func (_m *IClient) DeleteBasePathMapping(ctx context.Context, params *apigateway.DeleteBasePathMappingInput, ...) (*apigateway.DeleteBasePathMappingOutput, error)
- func (_m *IClient) DeleteClientCertificate(ctx context.Context, params *apigateway.DeleteClientCertificateInput, ...) (*apigateway.DeleteClientCertificateOutput, error)
- func (_m *IClient) DeleteDeployment(ctx context.Context, params *apigateway.DeleteDeploymentInput, ...) (*apigateway.DeleteDeploymentOutput, error)
- func (_m *IClient) DeleteDocumentationPart(ctx context.Context, params *apigateway.DeleteDocumentationPartInput, ...) (*apigateway.DeleteDocumentationPartOutput, error)
- func (_m *IClient) DeleteDocumentationVersion(ctx context.Context, params *apigateway.DeleteDocumentationVersionInput, ...) (*apigateway.DeleteDocumentationVersionOutput, error)
- func (_m *IClient) DeleteDomainName(ctx context.Context, params *apigateway.DeleteDomainNameInput, ...) (*apigateway.DeleteDomainNameOutput, error)
- func (_m *IClient) DeleteGatewayResponse(ctx context.Context, params *apigateway.DeleteGatewayResponseInput, ...) (*apigateway.DeleteGatewayResponseOutput, error)
- func (_m *IClient) DeleteIntegration(ctx context.Context, params *apigateway.DeleteIntegrationInput, ...) (*apigateway.DeleteIntegrationOutput, error)
- func (_m *IClient) DeleteIntegrationResponse(ctx context.Context, params *apigateway.DeleteIntegrationResponseInput, ...) (*apigateway.DeleteIntegrationResponseOutput, error)
- func (_m *IClient) DeleteMethod(ctx context.Context, params *apigateway.DeleteMethodInput, ...) (*apigateway.DeleteMethodOutput, error)
- func (_m *IClient) DeleteMethodResponse(ctx context.Context, params *apigateway.DeleteMethodResponseInput, ...) (*apigateway.DeleteMethodResponseOutput, error)
- func (_m *IClient) DeleteModel(ctx context.Context, params *apigateway.DeleteModelInput, ...) (*apigateway.DeleteModelOutput, error)
- func (_m *IClient) DeleteRequestValidator(ctx context.Context, params *apigateway.DeleteRequestValidatorInput, ...) (*apigateway.DeleteRequestValidatorOutput, error)
- func (_m *IClient) DeleteResource(ctx context.Context, params *apigateway.DeleteResourceInput, ...) (*apigateway.DeleteResourceOutput, error)
- func (_m *IClient) DeleteRestApi(ctx context.Context, params *apigateway.DeleteRestApiInput, ...) (*apigateway.DeleteRestApiOutput, error)
- func (_m *IClient) DeleteStage(ctx context.Context, params *apigateway.DeleteStageInput, ...) (*apigateway.DeleteStageOutput, error)
- func (_m *IClient) DeleteUsagePlan(ctx context.Context, params *apigateway.DeleteUsagePlanInput, ...) (*apigateway.DeleteUsagePlanOutput, error)
- func (_m *IClient) DeleteUsagePlanKey(ctx context.Context, params *apigateway.DeleteUsagePlanKeyInput, ...) (*apigateway.DeleteUsagePlanKeyOutput, error)
- func (_m *IClient) DeleteVpcLink(ctx context.Context, params *apigateway.DeleteVpcLinkInput, ...) (*apigateway.DeleteVpcLinkOutput, error)
- func (_m *IClient) FlushStageAuthorizersCache(ctx context.Context, params *apigateway.FlushStageAuthorizersCacheInput, ...) (*apigateway.FlushStageAuthorizersCacheOutput, error)
- func (_m *IClient) FlushStageCache(ctx context.Context, params *apigateway.FlushStageCacheInput, ...) (*apigateway.FlushStageCacheOutput, error)
- func (_m *IClient) GenerateClientCertificate(ctx context.Context, params *apigateway.GenerateClientCertificateInput, ...) (*apigateway.GenerateClientCertificateOutput, error)
- func (_m *IClient) GetAccount(ctx context.Context, params *apigateway.GetAccountInput, ...) (*apigateway.GetAccountOutput, error)
- func (_m *IClient) GetApiKey(ctx context.Context, params *apigateway.GetApiKeyInput, ...) (*apigateway.GetApiKeyOutput, error)
- func (_m *IClient) GetApiKeys(ctx context.Context, params *apigateway.GetApiKeysInput, ...) (*apigateway.GetApiKeysOutput, error)
- func (_m *IClient) GetAuthorizer(ctx context.Context, params *apigateway.GetAuthorizerInput, ...) (*apigateway.GetAuthorizerOutput, error)
- func (_m *IClient) GetAuthorizers(ctx context.Context, params *apigateway.GetAuthorizersInput, ...) (*apigateway.GetAuthorizersOutput, error)
- func (_m *IClient) GetBasePathMapping(ctx context.Context, params *apigateway.GetBasePathMappingInput, ...) (*apigateway.GetBasePathMappingOutput, error)
- func (_m *IClient) GetBasePathMappings(ctx context.Context, params *apigateway.GetBasePathMappingsInput, ...) (*apigateway.GetBasePathMappingsOutput, error)
- func (_m *IClient) GetClientCertificate(ctx context.Context, params *apigateway.GetClientCertificateInput, ...) (*apigateway.GetClientCertificateOutput, error)
- func (_m *IClient) GetClientCertificates(ctx context.Context, params *apigateway.GetClientCertificatesInput, ...) (*apigateway.GetClientCertificatesOutput, error)
- func (_m *IClient) GetDeployment(ctx context.Context, params *apigateway.GetDeploymentInput, ...) (*apigateway.GetDeploymentOutput, error)
- func (_m *IClient) GetDeployments(ctx context.Context, params *apigateway.GetDeploymentsInput, ...) (*apigateway.GetDeploymentsOutput, error)
- func (_m *IClient) GetDocumentationPart(ctx context.Context, params *apigateway.GetDocumentationPartInput, ...) (*apigateway.GetDocumentationPartOutput, error)
- func (_m *IClient) GetDocumentationParts(ctx context.Context, params *apigateway.GetDocumentationPartsInput, ...) (*apigateway.GetDocumentationPartsOutput, error)
- func (_m *IClient) GetDocumentationVersion(ctx context.Context, params *apigateway.GetDocumentationVersionInput, ...) (*apigateway.GetDocumentationVersionOutput, error)
- func (_m *IClient) GetDocumentationVersions(ctx context.Context, params *apigateway.GetDocumentationVersionsInput, ...) (*apigateway.GetDocumentationVersionsOutput, error)
- func (_m *IClient) GetDomainName(ctx context.Context, params *apigateway.GetDomainNameInput, ...) (*apigateway.GetDomainNameOutput, error)
- func (_m *IClient) GetDomainNames(ctx context.Context, params *apigateway.GetDomainNamesInput, ...) (*apigateway.GetDomainNamesOutput, error)
- func (_m *IClient) GetExport(ctx context.Context, params *apigateway.GetExportInput, ...) (*apigateway.GetExportOutput, error)
- func (_m *IClient) GetGatewayResponse(ctx context.Context, params *apigateway.GetGatewayResponseInput, ...) (*apigateway.GetGatewayResponseOutput, error)
- func (_m *IClient) GetGatewayResponses(ctx context.Context, params *apigateway.GetGatewayResponsesInput, ...) (*apigateway.GetGatewayResponsesOutput, error)
- func (_m *IClient) GetIntegration(ctx context.Context, params *apigateway.GetIntegrationInput, ...) (*apigateway.GetIntegrationOutput, error)
- func (_m *IClient) GetIntegrationResponse(ctx context.Context, params *apigateway.GetIntegrationResponseInput, ...) (*apigateway.GetIntegrationResponseOutput, error)
- func (_m *IClient) GetMethod(ctx context.Context, params *apigateway.GetMethodInput, ...) (*apigateway.GetMethodOutput, error)
- func (_m *IClient) GetMethodResponse(ctx context.Context, params *apigateway.GetMethodResponseInput, ...) (*apigateway.GetMethodResponseOutput, error)
- func (_m *IClient) GetModel(ctx context.Context, params *apigateway.GetModelInput, ...) (*apigateway.GetModelOutput, error)
- func (_m *IClient) GetModelTemplate(ctx context.Context, params *apigateway.GetModelTemplateInput, ...) (*apigateway.GetModelTemplateOutput, error)
- func (_m *IClient) GetModels(ctx context.Context, params *apigateway.GetModelsInput, ...) (*apigateway.GetModelsOutput, error)
- func (_m *IClient) GetRequestValidator(ctx context.Context, params *apigateway.GetRequestValidatorInput, ...) (*apigateway.GetRequestValidatorOutput, error)
- func (_m *IClient) GetRequestValidators(ctx context.Context, params *apigateway.GetRequestValidatorsInput, ...) (*apigateway.GetRequestValidatorsOutput, error)
- func (_m *IClient) GetResource(ctx context.Context, params *apigateway.GetResourceInput, ...) (*apigateway.GetResourceOutput, error)
- func (_m *IClient) GetResources(ctx context.Context, params *apigateway.GetResourcesInput, ...) (*apigateway.GetResourcesOutput, error)
- func (_m *IClient) GetRestApi(ctx context.Context, params *apigateway.GetRestApiInput, ...) (*apigateway.GetRestApiOutput, error)
- func (_m *IClient) GetRestApis(ctx context.Context, params *apigateway.GetRestApisInput, ...) (*apigateway.GetRestApisOutput, error)
- func (_m *IClient) GetSdk(ctx context.Context, params *apigateway.GetSdkInput, ...) (*apigateway.GetSdkOutput, error)
- func (_m *IClient) GetSdkType(ctx context.Context, params *apigateway.GetSdkTypeInput, ...) (*apigateway.GetSdkTypeOutput, error)
- func (_m *IClient) GetSdkTypes(ctx context.Context, params *apigateway.GetSdkTypesInput, ...) (*apigateway.GetSdkTypesOutput, error)
- func (_m *IClient) GetStage(ctx context.Context, params *apigateway.GetStageInput, ...) (*apigateway.GetStageOutput, error)
- func (_m *IClient) GetStages(ctx context.Context, params *apigateway.GetStagesInput, ...) (*apigateway.GetStagesOutput, error)
- func (_m *IClient) GetTags(ctx context.Context, params *apigateway.GetTagsInput, ...) (*apigateway.GetTagsOutput, error)
- func (_m *IClient) GetUsage(ctx context.Context, params *apigateway.GetUsageInput, ...) (*apigateway.GetUsageOutput, error)
- func (_m *IClient) GetUsagePlan(ctx context.Context, params *apigateway.GetUsagePlanInput, ...) (*apigateway.GetUsagePlanOutput, error)
- func (_m *IClient) GetUsagePlanKey(ctx context.Context, params *apigateway.GetUsagePlanKeyInput, ...) (*apigateway.GetUsagePlanKeyOutput, error)
- func (_m *IClient) GetUsagePlanKeys(ctx context.Context, params *apigateway.GetUsagePlanKeysInput, ...) (*apigateway.GetUsagePlanKeysOutput, error)
- func (_m *IClient) GetUsagePlans(ctx context.Context, params *apigateway.GetUsagePlansInput, ...) (*apigateway.GetUsagePlansOutput, error)
- func (_m *IClient) GetVpcLink(ctx context.Context, params *apigateway.GetVpcLinkInput, ...) (*apigateway.GetVpcLinkOutput, error)
- func (_m *IClient) GetVpcLinks(ctx context.Context, params *apigateway.GetVpcLinksInput, ...) (*apigateway.GetVpcLinksOutput, error)
- func (_m *IClient) ImportApiKeys(ctx context.Context, params *apigateway.ImportApiKeysInput, ...) (*apigateway.ImportApiKeysOutput, error)
- func (_m *IClient) ImportDocumentationParts(ctx context.Context, params *apigateway.ImportDocumentationPartsInput, ...) (*apigateway.ImportDocumentationPartsOutput, error)
- func (_m *IClient) ImportRestApi(ctx context.Context, params *apigateway.ImportRestApiInput, ...) (*apigateway.ImportRestApiOutput, error)
- func (_m *IClient) Options() apigateway.Options
- func (_m *IClient) PutGatewayResponse(ctx context.Context, params *apigateway.PutGatewayResponseInput, ...) (*apigateway.PutGatewayResponseOutput, error)
- func (_m *IClient) PutIntegration(ctx context.Context, params *apigateway.PutIntegrationInput, ...) (*apigateway.PutIntegrationOutput, error)
- func (_m *IClient) PutIntegrationResponse(ctx context.Context, params *apigateway.PutIntegrationResponseInput, ...) (*apigateway.PutIntegrationResponseOutput, error)
- func (_m *IClient) PutMethod(ctx context.Context, params *apigateway.PutMethodInput, ...) (*apigateway.PutMethodOutput, error)
- func (_m *IClient) PutMethodResponse(ctx context.Context, params *apigateway.PutMethodResponseInput, ...) (*apigateway.PutMethodResponseOutput, error)
- func (_m *IClient) PutRestApi(ctx context.Context, params *apigateway.PutRestApiInput, ...) (*apigateway.PutRestApiOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *apigateway.TagResourceInput, ...) (*apigateway.TagResourceOutput, error)
- func (_m *IClient) TestInvokeAuthorizer(ctx context.Context, params *apigateway.TestInvokeAuthorizerInput, ...) (*apigateway.TestInvokeAuthorizerOutput, error)
- func (_m *IClient) TestInvokeMethod(ctx context.Context, params *apigateway.TestInvokeMethodInput, ...) (*apigateway.TestInvokeMethodOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *apigateway.UntagResourceInput, ...) (*apigateway.UntagResourceOutput, error)
- func (_m *IClient) UpdateAccount(ctx context.Context, params *apigateway.UpdateAccountInput, ...) (*apigateway.UpdateAccountOutput, error)
- func (_m *IClient) UpdateApiKey(ctx context.Context, params *apigateway.UpdateApiKeyInput, ...) (*apigateway.UpdateApiKeyOutput, error)
- func (_m *IClient) UpdateAuthorizer(ctx context.Context, params *apigateway.UpdateAuthorizerInput, ...) (*apigateway.UpdateAuthorizerOutput, error)
- func (_m *IClient) UpdateBasePathMapping(ctx context.Context, params *apigateway.UpdateBasePathMappingInput, ...) (*apigateway.UpdateBasePathMappingOutput, error)
- func (_m *IClient) UpdateClientCertificate(ctx context.Context, params *apigateway.UpdateClientCertificateInput, ...) (*apigateway.UpdateClientCertificateOutput, error)
- func (_m *IClient) UpdateDeployment(ctx context.Context, params *apigateway.UpdateDeploymentInput, ...) (*apigateway.UpdateDeploymentOutput, error)
- func (_m *IClient) UpdateDocumentationPart(ctx context.Context, params *apigateway.UpdateDocumentationPartInput, ...) (*apigateway.UpdateDocumentationPartOutput, error)
- func (_m *IClient) UpdateDocumentationVersion(ctx context.Context, params *apigateway.UpdateDocumentationVersionInput, ...) (*apigateway.UpdateDocumentationVersionOutput, error)
- func (_m *IClient) UpdateDomainName(ctx context.Context, params *apigateway.UpdateDomainNameInput, ...) (*apigateway.UpdateDomainNameOutput, error)
- func (_m *IClient) UpdateGatewayResponse(ctx context.Context, params *apigateway.UpdateGatewayResponseInput, ...) (*apigateway.UpdateGatewayResponseOutput, error)
- func (_m *IClient) UpdateIntegration(ctx context.Context, params *apigateway.UpdateIntegrationInput, ...) (*apigateway.UpdateIntegrationOutput, error)
- func (_m *IClient) UpdateIntegrationResponse(ctx context.Context, params *apigateway.UpdateIntegrationResponseInput, ...) (*apigateway.UpdateIntegrationResponseOutput, error)
- func (_m *IClient) UpdateMethod(ctx context.Context, params *apigateway.UpdateMethodInput, ...) (*apigateway.UpdateMethodOutput, error)
- func (_m *IClient) UpdateMethodResponse(ctx context.Context, params *apigateway.UpdateMethodResponseInput, ...) (*apigateway.UpdateMethodResponseOutput, error)
- func (_m *IClient) UpdateModel(ctx context.Context, params *apigateway.UpdateModelInput, ...) (*apigateway.UpdateModelOutput, error)
- func (_m *IClient) UpdateRequestValidator(ctx context.Context, params *apigateway.UpdateRequestValidatorInput, ...) (*apigateway.UpdateRequestValidatorOutput, error)
- func (_m *IClient) UpdateResource(ctx context.Context, params *apigateway.UpdateResourceInput, ...) (*apigateway.UpdateResourceOutput, error)
- func (_m *IClient) UpdateRestApi(ctx context.Context, params *apigateway.UpdateRestApiInput, ...) (*apigateway.UpdateRestApiOutput, error)
- func (_m *IClient) UpdateStage(ctx context.Context, params *apigateway.UpdateStageInput, ...) (*apigateway.UpdateStageOutput, error)
- func (_m *IClient) UpdateUsage(ctx context.Context, params *apigateway.UpdateUsageInput, ...) (*apigateway.UpdateUsageOutput, error)
- func (_m *IClient) UpdateUsagePlan(ctx context.Context, params *apigateway.UpdateUsagePlanInput, ...) (*apigateway.UpdateUsagePlanOutput, error)
- func (_m *IClient) UpdateVpcLink(ctx context.Context, params *apigateway.UpdateVpcLinkInput, ...) (*apigateway.UpdateVpcLinkOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CreateApiKey ¶
func (_m *IClient) CreateApiKey(ctx context.Context, params *apigateway.CreateApiKeyInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateApiKeyOutput, error)
CreateApiKey provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateAuthorizer ¶
func (_m *IClient) CreateAuthorizer(ctx context.Context, params *apigateway.CreateAuthorizerInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateAuthorizerOutput, error)
CreateAuthorizer provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateBasePathMapping ¶
func (_m *IClient) CreateBasePathMapping(ctx context.Context, params *apigateway.CreateBasePathMappingInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateBasePathMappingOutput, error)
CreateBasePathMapping provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDeployment ¶
func (_m *IClient) CreateDeployment(ctx context.Context, params *apigateway.CreateDeploymentInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateDeploymentOutput, error)
CreateDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDocumentationPart ¶
func (_m *IClient) CreateDocumentationPart(ctx context.Context, params *apigateway.CreateDocumentationPartInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateDocumentationPartOutput, error)
CreateDocumentationPart provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDocumentationVersion ¶
func (_m *IClient) CreateDocumentationVersion(ctx context.Context, params *apigateway.CreateDocumentationVersionInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateDocumentationVersionOutput, error)
CreateDocumentationVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDomainName ¶
func (_m *IClient) CreateDomainName(ctx context.Context, params *apigateway.CreateDomainNameInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateDomainNameOutput, error)
CreateDomainName provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateModel ¶
func (_m *IClient) CreateModel(ctx context.Context, params *apigateway.CreateModelInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateModelOutput, error)
CreateModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateRequestValidator ¶
func (_m *IClient) CreateRequestValidator(ctx context.Context, params *apigateway.CreateRequestValidatorInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateRequestValidatorOutput, error)
CreateRequestValidator provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateResource ¶
func (_m *IClient) CreateResource(ctx context.Context, params *apigateway.CreateResourceInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateResourceOutput, error)
CreateResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateRestApi ¶
func (_m *IClient) CreateRestApi(ctx context.Context, params *apigateway.CreateRestApiInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateRestApiOutput, error)
CreateRestApi provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateStage ¶
func (_m *IClient) CreateStage(ctx context.Context, params *apigateway.CreateStageInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateStageOutput, error)
CreateStage provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateUsagePlan ¶
func (_m *IClient) CreateUsagePlan(ctx context.Context, params *apigateway.CreateUsagePlanInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateUsagePlanOutput, error)
CreateUsagePlan provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateUsagePlanKey ¶
func (_m *IClient) CreateUsagePlanKey(ctx context.Context, params *apigateway.CreateUsagePlanKeyInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateUsagePlanKeyOutput, error)
CreateUsagePlanKey provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateVpcLink ¶
func (_m *IClient) CreateVpcLink(ctx context.Context, params *apigateway.CreateVpcLinkInput, optFns ...func(*apigateway.Options)) (*apigateway.CreateVpcLinkOutput, error)
CreateVpcLink provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteApiKey ¶
func (_m *IClient) DeleteApiKey(ctx context.Context, params *apigateway.DeleteApiKeyInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteApiKeyOutput, error)
DeleteApiKey provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteAuthorizer ¶
func (_m *IClient) DeleteAuthorizer(ctx context.Context, params *apigateway.DeleteAuthorizerInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteAuthorizerOutput, error)
DeleteAuthorizer provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteBasePathMapping ¶
func (_m *IClient) DeleteBasePathMapping(ctx context.Context, params *apigateway.DeleteBasePathMappingInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteBasePathMappingOutput, error)
DeleteBasePathMapping provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteClientCertificate ¶
func (_m *IClient) DeleteClientCertificate(ctx context.Context, params *apigateway.DeleteClientCertificateInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteClientCertificateOutput, error)
DeleteClientCertificate provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDeployment ¶
func (_m *IClient) DeleteDeployment(ctx context.Context, params *apigateway.DeleteDeploymentInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteDeploymentOutput, error)
DeleteDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDocumentationPart ¶
func (_m *IClient) DeleteDocumentationPart(ctx context.Context, params *apigateway.DeleteDocumentationPartInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteDocumentationPartOutput, error)
DeleteDocumentationPart provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDocumentationVersion ¶
func (_m *IClient) DeleteDocumentationVersion(ctx context.Context, params *apigateway.DeleteDocumentationVersionInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteDocumentationVersionOutput, error)
DeleteDocumentationVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDomainName ¶
func (_m *IClient) DeleteDomainName(ctx context.Context, params *apigateway.DeleteDomainNameInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteDomainNameOutput, error)
DeleteDomainName provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteGatewayResponse ¶
func (_m *IClient) DeleteGatewayResponse(ctx context.Context, params *apigateway.DeleteGatewayResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteGatewayResponseOutput, error)
DeleteGatewayResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteIntegration ¶
func (_m *IClient) DeleteIntegration(ctx context.Context, params *apigateway.DeleteIntegrationInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteIntegrationOutput, error)
DeleteIntegration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteIntegrationResponse ¶
func (_m *IClient) DeleteIntegrationResponse(ctx context.Context, params *apigateway.DeleteIntegrationResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteIntegrationResponseOutput, error)
DeleteIntegrationResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteMethod ¶
func (_m *IClient) DeleteMethod(ctx context.Context, params *apigateway.DeleteMethodInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteMethodOutput, error)
DeleteMethod provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteMethodResponse ¶
func (_m *IClient) DeleteMethodResponse(ctx context.Context, params *apigateway.DeleteMethodResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteMethodResponseOutput, error)
DeleteMethodResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteModel ¶
func (_m *IClient) DeleteModel(ctx context.Context, params *apigateway.DeleteModelInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteModelOutput, error)
DeleteModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteRequestValidator ¶
func (_m *IClient) DeleteRequestValidator(ctx context.Context, params *apigateway.DeleteRequestValidatorInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteRequestValidatorOutput, error)
DeleteRequestValidator provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteResource ¶
func (_m *IClient) DeleteResource(ctx context.Context, params *apigateway.DeleteResourceInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteResourceOutput, error)
DeleteResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteRestApi ¶
func (_m *IClient) DeleteRestApi(ctx context.Context, params *apigateway.DeleteRestApiInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteRestApiOutput, error)
DeleteRestApi provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteStage ¶
func (_m *IClient) DeleteStage(ctx context.Context, params *apigateway.DeleteStageInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteStageOutput, error)
DeleteStage provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteUsagePlan ¶
func (_m *IClient) DeleteUsagePlan(ctx context.Context, params *apigateway.DeleteUsagePlanInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteUsagePlanOutput, error)
DeleteUsagePlan provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteUsagePlanKey ¶
func (_m *IClient) DeleteUsagePlanKey(ctx context.Context, params *apigateway.DeleteUsagePlanKeyInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteUsagePlanKeyOutput, error)
DeleteUsagePlanKey provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteVpcLink ¶
func (_m *IClient) DeleteVpcLink(ctx context.Context, params *apigateway.DeleteVpcLinkInput, optFns ...func(*apigateway.Options)) (*apigateway.DeleteVpcLinkOutput, error)
DeleteVpcLink provides a mock function with given fields: ctx, params, optFns
func (*IClient) FlushStageAuthorizersCache ¶
func (_m *IClient) FlushStageAuthorizersCache(ctx context.Context, params *apigateway.FlushStageAuthorizersCacheInput, optFns ...func(*apigateway.Options)) (*apigateway.FlushStageAuthorizersCacheOutput, error)
FlushStageAuthorizersCache provides a mock function with given fields: ctx, params, optFns
func (*IClient) FlushStageCache ¶
func (_m *IClient) FlushStageCache(ctx context.Context, params *apigateway.FlushStageCacheInput, optFns ...func(*apigateway.Options)) (*apigateway.FlushStageCacheOutput, error)
FlushStageCache provides a mock function with given fields: ctx, params, optFns
func (*IClient) GenerateClientCertificate ¶
func (_m *IClient) GenerateClientCertificate(ctx context.Context, params *apigateway.GenerateClientCertificateInput, optFns ...func(*apigateway.Options)) (*apigateway.GenerateClientCertificateOutput, error)
GenerateClientCertificate provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAccount ¶
func (_m *IClient) GetAccount(ctx context.Context, params *apigateway.GetAccountInput, optFns ...func(*apigateway.Options)) (*apigateway.GetAccountOutput, error)
GetAccount provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetApiKey ¶
func (_m *IClient) GetApiKey(ctx context.Context, params *apigateway.GetApiKeyInput, optFns ...func(*apigateway.Options)) (*apigateway.GetApiKeyOutput, error)
GetApiKey provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetApiKeys ¶
func (_m *IClient) GetApiKeys(ctx context.Context, params *apigateway.GetApiKeysInput, optFns ...func(*apigateway.Options)) (*apigateway.GetApiKeysOutput, error)
GetApiKeys provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAuthorizer ¶
func (_m *IClient) GetAuthorizer(ctx context.Context, params *apigateway.GetAuthorizerInput, optFns ...func(*apigateway.Options)) (*apigateway.GetAuthorizerOutput, error)
GetAuthorizer provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAuthorizers ¶
func (_m *IClient) GetAuthorizers(ctx context.Context, params *apigateway.GetAuthorizersInput, optFns ...func(*apigateway.Options)) (*apigateway.GetAuthorizersOutput, error)
GetAuthorizers provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetBasePathMapping ¶
func (_m *IClient) GetBasePathMapping(ctx context.Context, params *apigateway.GetBasePathMappingInput, optFns ...func(*apigateway.Options)) (*apigateway.GetBasePathMappingOutput, error)
GetBasePathMapping provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetBasePathMappings ¶
func (_m *IClient) GetBasePathMappings(ctx context.Context, params *apigateway.GetBasePathMappingsInput, optFns ...func(*apigateway.Options)) (*apigateway.GetBasePathMappingsOutput, error)
GetBasePathMappings provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetClientCertificate ¶
func (_m *IClient) GetClientCertificate(ctx context.Context, params *apigateway.GetClientCertificateInput, optFns ...func(*apigateway.Options)) (*apigateway.GetClientCertificateOutput, error)
GetClientCertificate provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetClientCertificates ¶
func (_m *IClient) GetClientCertificates(ctx context.Context, params *apigateway.GetClientCertificatesInput, optFns ...func(*apigateway.Options)) (*apigateway.GetClientCertificatesOutput, error)
GetClientCertificates provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDeployment ¶
func (_m *IClient) GetDeployment(ctx context.Context, params *apigateway.GetDeploymentInput, optFns ...func(*apigateway.Options)) (*apigateway.GetDeploymentOutput, error)
GetDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDeployments ¶
func (_m *IClient) GetDeployments(ctx context.Context, params *apigateway.GetDeploymentsInput, optFns ...func(*apigateway.Options)) (*apigateway.GetDeploymentsOutput, error)
GetDeployments provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDocumentationPart ¶
func (_m *IClient) GetDocumentationPart(ctx context.Context, params *apigateway.GetDocumentationPartInput, optFns ...func(*apigateway.Options)) (*apigateway.GetDocumentationPartOutput, error)
GetDocumentationPart provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDocumentationParts ¶
func (_m *IClient) GetDocumentationParts(ctx context.Context, params *apigateway.GetDocumentationPartsInput, optFns ...func(*apigateway.Options)) (*apigateway.GetDocumentationPartsOutput, error)
GetDocumentationParts provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDocumentationVersion ¶
func (_m *IClient) GetDocumentationVersion(ctx context.Context, params *apigateway.GetDocumentationVersionInput, optFns ...func(*apigateway.Options)) (*apigateway.GetDocumentationVersionOutput, error)
GetDocumentationVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDocumentationVersions ¶
func (_m *IClient) GetDocumentationVersions(ctx context.Context, params *apigateway.GetDocumentationVersionsInput, optFns ...func(*apigateway.Options)) (*apigateway.GetDocumentationVersionsOutput, error)
GetDocumentationVersions provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDomainName ¶
func (_m *IClient) GetDomainName(ctx context.Context, params *apigateway.GetDomainNameInput, optFns ...func(*apigateway.Options)) (*apigateway.GetDomainNameOutput, error)
GetDomainName provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDomainNames ¶
func (_m *IClient) GetDomainNames(ctx context.Context, params *apigateway.GetDomainNamesInput, optFns ...func(*apigateway.Options)) (*apigateway.GetDomainNamesOutput, error)
GetDomainNames provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetExport ¶
func (_m *IClient) GetExport(ctx context.Context, params *apigateway.GetExportInput, optFns ...func(*apigateway.Options)) (*apigateway.GetExportOutput, error)
GetExport provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetGatewayResponse ¶
func (_m *IClient) GetGatewayResponse(ctx context.Context, params *apigateway.GetGatewayResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.GetGatewayResponseOutput, error)
GetGatewayResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetGatewayResponses ¶
func (_m *IClient) GetGatewayResponses(ctx context.Context, params *apigateway.GetGatewayResponsesInput, optFns ...func(*apigateway.Options)) (*apigateway.GetGatewayResponsesOutput, error)
GetGatewayResponses provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetIntegration ¶
func (_m *IClient) GetIntegration(ctx context.Context, params *apigateway.GetIntegrationInput, optFns ...func(*apigateway.Options)) (*apigateway.GetIntegrationOutput, error)
GetIntegration provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetIntegrationResponse ¶
func (_m *IClient) GetIntegrationResponse(ctx context.Context, params *apigateway.GetIntegrationResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.GetIntegrationResponseOutput, error)
GetIntegrationResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetMethod ¶
func (_m *IClient) GetMethod(ctx context.Context, params *apigateway.GetMethodInput, optFns ...func(*apigateway.Options)) (*apigateway.GetMethodOutput, error)
GetMethod provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetMethodResponse ¶
func (_m *IClient) GetMethodResponse(ctx context.Context, params *apigateway.GetMethodResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.GetMethodResponseOutput, error)
GetMethodResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetModel ¶
func (_m *IClient) GetModel(ctx context.Context, params *apigateway.GetModelInput, optFns ...func(*apigateway.Options)) (*apigateway.GetModelOutput, error)
GetModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetModelTemplate ¶
func (_m *IClient) GetModelTemplate(ctx context.Context, params *apigateway.GetModelTemplateInput, optFns ...func(*apigateway.Options)) (*apigateway.GetModelTemplateOutput, error)
GetModelTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetModels ¶
func (_m *IClient) GetModels(ctx context.Context, params *apigateway.GetModelsInput, optFns ...func(*apigateway.Options)) (*apigateway.GetModelsOutput, error)
GetModels provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRequestValidator ¶
func (_m *IClient) GetRequestValidator(ctx context.Context, params *apigateway.GetRequestValidatorInput, optFns ...func(*apigateway.Options)) (*apigateway.GetRequestValidatorOutput, error)
GetRequestValidator provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRequestValidators ¶
func (_m *IClient) GetRequestValidators(ctx context.Context, params *apigateway.GetRequestValidatorsInput, optFns ...func(*apigateway.Options)) (*apigateway.GetRequestValidatorsOutput, error)
GetRequestValidators provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetResource ¶
func (_m *IClient) GetResource(ctx context.Context, params *apigateway.GetResourceInput, optFns ...func(*apigateway.Options)) (*apigateway.GetResourceOutput, error)
GetResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetResources ¶
func (_m *IClient) GetResources(ctx context.Context, params *apigateway.GetResourcesInput, optFns ...func(*apigateway.Options)) (*apigateway.GetResourcesOutput, error)
GetResources provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRestApi ¶
func (_m *IClient) GetRestApi(ctx context.Context, params *apigateway.GetRestApiInput, optFns ...func(*apigateway.Options)) (*apigateway.GetRestApiOutput, error)
GetRestApi provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRestApis ¶
func (_m *IClient) GetRestApis(ctx context.Context, params *apigateway.GetRestApisInput, optFns ...func(*apigateway.Options)) (*apigateway.GetRestApisOutput, error)
GetRestApis provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSdk ¶
func (_m *IClient) GetSdk(ctx context.Context, params *apigateway.GetSdkInput, optFns ...func(*apigateway.Options)) (*apigateway.GetSdkOutput, error)
GetSdk provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSdkType ¶
func (_m *IClient) GetSdkType(ctx context.Context, params *apigateway.GetSdkTypeInput, optFns ...func(*apigateway.Options)) (*apigateway.GetSdkTypeOutput, error)
GetSdkType provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSdkTypes ¶
func (_m *IClient) GetSdkTypes(ctx context.Context, params *apigateway.GetSdkTypesInput, optFns ...func(*apigateway.Options)) (*apigateway.GetSdkTypesOutput, error)
GetSdkTypes provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetStage ¶
func (_m *IClient) GetStage(ctx context.Context, params *apigateway.GetStageInput, optFns ...func(*apigateway.Options)) (*apigateway.GetStageOutput, error)
GetStage provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetStages ¶
func (_m *IClient) GetStages(ctx context.Context, params *apigateway.GetStagesInput, optFns ...func(*apigateway.Options)) (*apigateway.GetStagesOutput, error)
GetStages provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetTags ¶
func (_m *IClient) GetTags(ctx context.Context, params *apigateway.GetTagsInput, optFns ...func(*apigateway.Options)) (*apigateway.GetTagsOutput, error)
GetTags provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetUsage ¶
func (_m *IClient) GetUsage(ctx context.Context, params *apigateway.GetUsageInput, optFns ...func(*apigateway.Options)) (*apigateway.GetUsageOutput, error)
GetUsage provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetUsagePlan ¶
func (_m *IClient) GetUsagePlan(ctx context.Context, params *apigateway.GetUsagePlanInput, optFns ...func(*apigateway.Options)) (*apigateway.GetUsagePlanOutput, error)
GetUsagePlan provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetUsagePlanKey ¶
func (_m *IClient) GetUsagePlanKey(ctx context.Context, params *apigateway.GetUsagePlanKeyInput, optFns ...func(*apigateway.Options)) (*apigateway.GetUsagePlanKeyOutput, error)
GetUsagePlanKey provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetUsagePlanKeys ¶
func (_m *IClient) GetUsagePlanKeys(ctx context.Context, params *apigateway.GetUsagePlanKeysInput, optFns ...func(*apigateway.Options)) (*apigateway.GetUsagePlanKeysOutput, error)
GetUsagePlanKeys provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetUsagePlans ¶
func (_m *IClient) GetUsagePlans(ctx context.Context, params *apigateway.GetUsagePlansInput, optFns ...func(*apigateway.Options)) (*apigateway.GetUsagePlansOutput, error)
GetUsagePlans provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetVpcLink ¶
func (_m *IClient) GetVpcLink(ctx context.Context, params *apigateway.GetVpcLinkInput, optFns ...func(*apigateway.Options)) (*apigateway.GetVpcLinkOutput, error)
GetVpcLink provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetVpcLinks ¶
func (_m *IClient) GetVpcLinks(ctx context.Context, params *apigateway.GetVpcLinksInput, optFns ...func(*apigateway.Options)) (*apigateway.GetVpcLinksOutput, error)
GetVpcLinks provides a mock function with given fields: ctx, params, optFns
func (*IClient) ImportApiKeys ¶
func (_m *IClient) ImportApiKeys(ctx context.Context, params *apigateway.ImportApiKeysInput, optFns ...func(*apigateway.Options)) (*apigateway.ImportApiKeysOutput, error)
ImportApiKeys provides a mock function with given fields: ctx, params, optFns
func (*IClient) ImportDocumentationParts ¶
func (_m *IClient) ImportDocumentationParts(ctx context.Context, params *apigateway.ImportDocumentationPartsInput, optFns ...func(*apigateway.Options)) (*apigateway.ImportDocumentationPartsOutput, error)
ImportDocumentationParts provides a mock function with given fields: ctx, params, optFns
func (*IClient) ImportRestApi ¶
func (_m *IClient) ImportRestApi(ctx context.Context, params *apigateway.ImportRestApiInput, optFns ...func(*apigateway.Options)) (*apigateway.ImportRestApiOutput, error)
ImportRestApi provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() apigateway.Options
Options provides a mock function with given fields:
func (*IClient) PutGatewayResponse ¶
func (_m *IClient) PutGatewayResponse(ctx context.Context, params *apigateway.PutGatewayResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.PutGatewayResponseOutput, error)
PutGatewayResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutIntegration ¶
func (_m *IClient) PutIntegration(ctx context.Context, params *apigateway.PutIntegrationInput, optFns ...func(*apigateway.Options)) (*apigateway.PutIntegrationOutput, error)
PutIntegration provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutIntegrationResponse ¶
func (_m *IClient) PutIntegrationResponse(ctx context.Context, params *apigateway.PutIntegrationResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.PutIntegrationResponseOutput, error)
PutIntegrationResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutMethod ¶
func (_m *IClient) PutMethod(ctx context.Context, params *apigateway.PutMethodInput, optFns ...func(*apigateway.Options)) (*apigateway.PutMethodOutput, error)
PutMethod provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutMethodResponse ¶
func (_m *IClient) PutMethodResponse(ctx context.Context, params *apigateway.PutMethodResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.PutMethodResponseOutput, error)
PutMethodResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutRestApi ¶
func (_m *IClient) PutRestApi(ctx context.Context, params *apigateway.PutRestApiInput, optFns ...func(*apigateway.Options)) (*apigateway.PutRestApiOutput, error)
PutRestApi provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *apigateway.TagResourceInput, optFns ...func(*apigateway.Options)) (*apigateway.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) TestInvokeAuthorizer ¶
func (_m *IClient) TestInvokeAuthorizer(ctx context.Context, params *apigateway.TestInvokeAuthorizerInput, optFns ...func(*apigateway.Options)) (*apigateway.TestInvokeAuthorizerOutput, error)
TestInvokeAuthorizer provides a mock function with given fields: ctx, params, optFns
func (*IClient) TestInvokeMethod ¶
func (_m *IClient) TestInvokeMethod(ctx context.Context, params *apigateway.TestInvokeMethodInput, optFns ...func(*apigateway.Options)) (*apigateway.TestInvokeMethodOutput, error)
TestInvokeMethod provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *apigateway.UntagResourceInput, optFns ...func(*apigateway.Options)) (*apigateway.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateAccount ¶
func (_m *IClient) UpdateAccount(ctx context.Context, params *apigateway.UpdateAccountInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateAccountOutput, error)
UpdateAccount provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateApiKey ¶
func (_m *IClient) UpdateApiKey(ctx context.Context, params *apigateway.UpdateApiKeyInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateApiKeyOutput, error)
UpdateApiKey provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateAuthorizer ¶
func (_m *IClient) UpdateAuthorizer(ctx context.Context, params *apigateway.UpdateAuthorizerInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateAuthorizerOutput, error)
UpdateAuthorizer provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateBasePathMapping ¶
func (_m *IClient) UpdateBasePathMapping(ctx context.Context, params *apigateway.UpdateBasePathMappingInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateBasePathMappingOutput, error)
UpdateBasePathMapping provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateClientCertificate ¶
func (_m *IClient) UpdateClientCertificate(ctx context.Context, params *apigateway.UpdateClientCertificateInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateClientCertificateOutput, error)
UpdateClientCertificate provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDeployment ¶
func (_m *IClient) UpdateDeployment(ctx context.Context, params *apigateway.UpdateDeploymentInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateDeploymentOutput, error)
UpdateDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDocumentationPart ¶
func (_m *IClient) UpdateDocumentationPart(ctx context.Context, params *apigateway.UpdateDocumentationPartInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateDocumentationPartOutput, error)
UpdateDocumentationPart provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDocumentationVersion ¶
func (_m *IClient) UpdateDocumentationVersion(ctx context.Context, params *apigateway.UpdateDocumentationVersionInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateDocumentationVersionOutput, error)
UpdateDocumentationVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDomainName ¶
func (_m *IClient) UpdateDomainName(ctx context.Context, params *apigateway.UpdateDomainNameInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateDomainNameOutput, error)
UpdateDomainName provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateGatewayResponse ¶
func (_m *IClient) UpdateGatewayResponse(ctx context.Context, params *apigateway.UpdateGatewayResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateGatewayResponseOutput, error)
UpdateGatewayResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateIntegration ¶
func (_m *IClient) UpdateIntegration(ctx context.Context, params *apigateway.UpdateIntegrationInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateIntegrationOutput, error)
UpdateIntegration provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateIntegrationResponse ¶
func (_m *IClient) UpdateIntegrationResponse(ctx context.Context, params *apigateway.UpdateIntegrationResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateIntegrationResponseOutput, error)
UpdateIntegrationResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateMethod ¶
func (_m *IClient) UpdateMethod(ctx context.Context, params *apigateway.UpdateMethodInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateMethodOutput, error)
UpdateMethod provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateMethodResponse ¶
func (_m *IClient) UpdateMethodResponse(ctx context.Context, params *apigateway.UpdateMethodResponseInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateMethodResponseOutput, error)
UpdateMethodResponse provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateModel ¶
func (_m *IClient) UpdateModel(ctx context.Context, params *apigateway.UpdateModelInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateModelOutput, error)
UpdateModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateRequestValidator ¶
func (_m *IClient) UpdateRequestValidator(ctx context.Context, params *apigateway.UpdateRequestValidatorInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateRequestValidatorOutput, error)
UpdateRequestValidator provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateResource ¶
func (_m *IClient) UpdateResource(ctx context.Context, params *apigateway.UpdateResourceInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateResourceOutput, error)
UpdateResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateRestApi ¶
func (_m *IClient) UpdateRestApi(ctx context.Context, params *apigateway.UpdateRestApiInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateRestApiOutput, error)
UpdateRestApi provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateStage ¶
func (_m *IClient) UpdateStage(ctx context.Context, params *apigateway.UpdateStageInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateStageOutput, error)
UpdateStage provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateUsage ¶
func (_m *IClient) UpdateUsage(ctx context.Context, params *apigateway.UpdateUsageInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateUsageOutput, error)
UpdateUsage provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateUsagePlan ¶
func (_m *IClient) UpdateUsagePlan(ctx context.Context, params *apigateway.UpdateUsagePlanInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateUsagePlanOutput, error)
UpdateUsagePlan provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateVpcLink ¶
func (_m *IClient) UpdateVpcLink(ctx context.Context, params *apigateway.UpdateVpcLinkInput, optFns ...func(*apigateway.Options)) (*apigateway.UpdateVpcLinkOutput, error)
UpdateVpcLink provides a mock function with given fields: ctx, params, optFns