apigatewayv2stub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	CreateApi(ctx workflow.Context, input *apigatewayv2.CreateApiInput) (*apigatewayv2.CreateApiOutput, error)
	CreateApiAsync(ctx workflow.Context, input *apigatewayv2.CreateApiInput) *CreateApiFuture

	CreateApiMapping(ctx workflow.Context, input *apigatewayv2.CreateApiMappingInput) (*apigatewayv2.CreateApiMappingOutput, error)
	CreateApiMappingAsync(ctx workflow.Context, input *apigatewayv2.CreateApiMappingInput) *CreateApiMappingFuture

	CreateAuthorizer(ctx workflow.Context, input *apigatewayv2.CreateAuthorizerInput) (*apigatewayv2.CreateAuthorizerOutput, error)
	CreateAuthorizerAsync(ctx workflow.Context, input *apigatewayv2.CreateAuthorizerInput) *CreateAuthorizerFuture

	CreateDeployment(ctx workflow.Context, input *apigatewayv2.CreateDeploymentInput) (*apigatewayv2.CreateDeploymentOutput, error)
	CreateDeploymentAsync(ctx workflow.Context, input *apigatewayv2.CreateDeploymentInput) *CreateDeploymentFuture

	CreateDomainName(ctx workflow.Context, input *apigatewayv2.CreateDomainNameInput) (*apigatewayv2.CreateDomainNameOutput, error)
	CreateDomainNameAsync(ctx workflow.Context, input *apigatewayv2.CreateDomainNameInput) *CreateDomainNameFuture

	CreateIntegration(ctx workflow.Context, input *apigatewayv2.CreateIntegrationInput) (*apigatewayv2.CreateIntegrationOutput, error)
	CreateIntegrationAsync(ctx workflow.Context, input *apigatewayv2.CreateIntegrationInput) *CreateIntegrationFuture

	CreateIntegrationResponse(ctx workflow.Context, input *apigatewayv2.CreateIntegrationResponseInput) (*apigatewayv2.CreateIntegrationResponseOutput, error)
	CreateIntegrationResponseAsync(ctx workflow.Context, input *apigatewayv2.CreateIntegrationResponseInput) *CreateIntegrationResponseFuture

	CreateModel(ctx workflow.Context, input *apigatewayv2.CreateModelInput) (*apigatewayv2.CreateModelOutput, error)
	CreateModelAsync(ctx workflow.Context, input *apigatewayv2.CreateModelInput) *CreateModelFuture

	CreateRoute(ctx workflow.Context, input *apigatewayv2.CreateRouteInput) (*apigatewayv2.CreateRouteOutput, error)
	CreateRouteAsync(ctx workflow.Context, input *apigatewayv2.CreateRouteInput) *CreateRouteFuture

	CreateRouteResponse(ctx workflow.Context, input *apigatewayv2.CreateRouteResponseInput) (*apigatewayv2.CreateRouteResponseOutput, error)
	CreateRouteResponseAsync(ctx workflow.Context, input *apigatewayv2.CreateRouteResponseInput) *CreateRouteResponseFuture

	CreateStage(ctx workflow.Context, input *apigatewayv2.CreateStageInput) (*apigatewayv2.CreateStageOutput, error)
	CreateStageAsync(ctx workflow.Context, input *apigatewayv2.CreateStageInput) *CreateStageFuture

	CreateVpcLink(ctx workflow.Context, input *apigatewayv2.CreateVpcLinkInput) (*apigatewayv2.CreateVpcLinkOutput, error)
	CreateVpcLinkAsync(ctx workflow.Context, input *apigatewayv2.CreateVpcLinkInput) *CreateVpcLinkFuture

	DeleteAccessLogSettings(ctx workflow.Context, input *apigatewayv2.DeleteAccessLogSettingsInput) (*apigatewayv2.DeleteAccessLogSettingsOutput, error)
	DeleteAccessLogSettingsAsync(ctx workflow.Context, input *apigatewayv2.DeleteAccessLogSettingsInput) *DeleteAccessLogSettingsFuture

	DeleteApi(ctx workflow.Context, input *apigatewayv2.DeleteApiInput) (*apigatewayv2.DeleteApiOutput, error)
	DeleteApiAsync(ctx workflow.Context, input *apigatewayv2.DeleteApiInput) *DeleteApiFuture

	DeleteApiMapping(ctx workflow.Context, input *apigatewayv2.DeleteApiMappingInput) (*apigatewayv2.DeleteApiMappingOutput, error)
	DeleteApiMappingAsync(ctx workflow.Context, input *apigatewayv2.DeleteApiMappingInput) *DeleteApiMappingFuture

	DeleteAuthorizer(ctx workflow.Context, input *apigatewayv2.DeleteAuthorizerInput) (*apigatewayv2.DeleteAuthorizerOutput, error)
	DeleteAuthorizerAsync(ctx workflow.Context, input *apigatewayv2.DeleteAuthorizerInput) *DeleteAuthorizerFuture

	DeleteCorsConfiguration(ctx workflow.Context, input *apigatewayv2.DeleteCorsConfigurationInput) (*apigatewayv2.DeleteCorsConfigurationOutput, error)
	DeleteCorsConfigurationAsync(ctx workflow.Context, input *apigatewayv2.DeleteCorsConfigurationInput) *DeleteCorsConfigurationFuture

	DeleteDeployment(ctx workflow.Context, input *apigatewayv2.DeleteDeploymentInput) (*apigatewayv2.DeleteDeploymentOutput, error)
	DeleteDeploymentAsync(ctx workflow.Context, input *apigatewayv2.DeleteDeploymentInput) *DeleteDeploymentFuture

	DeleteDomainName(ctx workflow.Context, input *apigatewayv2.DeleteDomainNameInput) (*apigatewayv2.DeleteDomainNameOutput, error)
	DeleteDomainNameAsync(ctx workflow.Context, input *apigatewayv2.DeleteDomainNameInput) *DeleteDomainNameFuture

	DeleteIntegration(ctx workflow.Context, input *apigatewayv2.DeleteIntegrationInput) (*apigatewayv2.DeleteIntegrationOutput, error)
	DeleteIntegrationAsync(ctx workflow.Context, input *apigatewayv2.DeleteIntegrationInput) *DeleteIntegrationFuture

	DeleteIntegrationResponse(ctx workflow.Context, input *apigatewayv2.DeleteIntegrationResponseInput) (*apigatewayv2.DeleteIntegrationResponseOutput, error)
	DeleteIntegrationResponseAsync(ctx workflow.Context, input *apigatewayv2.DeleteIntegrationResponseInput) *DeleteIntegrationResponseFuture

	DeleteModel(ctx workflow.Context, input *apigatewayv2.DeleteModelInput) (*apigatewayv2.DeleteModelOutput, error)
	DeleteModelAsync(ctx workflow.Context, input *apigatewayv2.DeleteModelInput) *DeleteModelFuture

	DeleteRoute(ctx workflow.Context, input *apigatewayv2.DeleteRouteInput) (*apigatewayv2.DeleteRouteOutput, error)
	DeleteRouteAsync(ctx workflow.Context, input *apigatewayv2.DeleteRouteInput) *DeleteRouteFuture

	DeleteRouteRequestParameter(ctx workflow.Context, input *apigatewayv2.DeleteRouteRequestParameterInput) (*apigatewayv2.DeleteRouteRequestParameterOutput, error)
	DeleteRouteRequestParameterAsync(ctx workflow.Context, input *apigatewayv2.DeleteRouteRequestParameterInput) *DeleteRouteRequestParameterFuture

	DeleteRouteResponse(ctx workflow.Context, input *apigatewayv2.DeleteRouteResponseInput) (*apigatewayv2.DeleteRouteResponseOutput, error)
	DeleteRouteResponseAsync(ctx workflow.Context, input *apigatewayv2.DeleteRouteResponseInput) *DeleteRouteResponseFuture

	DeleteRouteSettings(ctx workflow.Context, input *apigatewayv2.DeleteRouteSettingsInput) (*apigatewayv2.DeleteRouteSettingsOutput, error)
	DeleteRouteSettingsAsync(ctx workflow.Context, input *apigatewayv2.DeleteRouteSettingsInput) *DeleteRouteSettingsFuture

	DeleteStage(ctx workflow.Context, input *apigatewayv2.DeleteStageInput) (*apigatewayv2.DeleteStageOutput, error)
	DeleteStageAsync(ctx workflow.Context, input *apigatewayv2.DeleteStageInput) *DeleteStageFuture

	DeleteVpcLink(ctx workflow.Context, input *apigatewayv2.DeleteVpcLinkInput) (*apigatewayv2.DeleteVpcLinkOutput, error)
	DeleteVpcLinkAsync(ctx workflow.Context, input *apigatewayv2.DeleteVpcLinkInput) *DeleteVpcLinkFuture

	ExportApi(ctx workflow.Context, input *apigatewayv2.ExportApiInput) (*apigatewayv2.ExportApiOutput, error)
	ExportApiAsync(ctx workflow.Context, input *apigatewayv2.ExportApiInput) *ExportApiFuture

	GetApi(ctx workflow.Context, input *apigatewayv2.GetApiInput) (*apigatewayv2.GetApiOutput, error)
	GetApiAsync(ctx workflow.Context, input *apigatewayv2.GetApiInput) *GetApiFuture

	GetApiMapping(ctx workflow.Context, input *apigatewayv2.GetApiMappingInput) (*apigatewayv2.GetApiMappingOutput, error)
	GetApiMappingAsync(ctx workflow.Context, input *apigatewayv2.GetApiMappingInput) *GetApiMappingFuture

	GetApiMappings(ctx workflow.Context, input *apigatewayv2.GetApiMappingsInput) (*apigatewayv2.GetApiMappingsOutput, error)
	GetApiMappingsAsync(ctx workflow.Context, input *apigatewayv2.GetApiMappingsInput) *GetApiMappingsFuture

	GetApis(ctx workflow.Context, input *apigatewayv2.GetApisInput) (*apigatewayv2.GetApisOutput, error)
	GetApisAsync(ctx workflow.Context, input *apigatewayv2.GetApisInput) *GetApisFuture

	GetAuthorizer(ctx workflow.Context, input *apigatewayv2.GetAuthorizerInput) (*apigatewayv2.GetAuthorizerOutput, error)
	GetAuthorizerAsync(ctx workflow.Context, input *apigatewayv2.GetAuthorizerInput) *GetAuthorizerFuture

	GetAuthorizers(ctx workflow.Context, input *apigatewayv2.GetAuthorizersInput) (*apigatewayv2.GetAuthorizersOutput, error)
	GetAuthorizersAsync(ctx workflow.Context, input *apigatewayv2.GetAuthorizersInput) *GetAuthorizersFuture

	GetDeployment(ctx workflow.Context, input *apigatewayv2.GetDeploymentInput) (*apigatewayv2.GetDeploymentOutput, error)
	GetDeploymentAsync(ctx workflow.Context, input *apigatewayv2.GetDeploymentInput) *GetDeploymentFuture

	GetDeployments(ctx workflow.Context, input *apigatewayv2.GetDeploymentsInput) (*apigatewayv2.GetDeploymentsOutput, error)
	GetDeploymentsAsync(ctx workflow.Context, input *apigatewayv2.GetDeploymentsInput) *GetDeploymentsFuture

	GetDomainName(ctx workflow.Context, input *apigatewayv2.GetDomainNameInput) (*apigatewayv2.GetDomainNameOutput, error)
	GetDomainNameAsync(ctx workflow.Context, input *apigatewayv2.GetDomainNameInput) *GetDomainNameFuture

	GetDomainNames(ctx workflow.Context, input *apigatewayv2.GetDomainNamesInput) (*apigatewayv2.GetDomainNamesOutput, error)
	GetDomainNamesAsync(ctx workflow.Context, input *apigatewayv2.GetDomainNamesInput) *GetDomainNamesFuture

	GetIntegration(ctx workflow.Context, input *apigatewayv2.GetIntegrationInput) (*apigatewayv2.GetIntegrationOutput, error)
	GetIntegrationAsync(ctx workflow.Context, input *apigatewayv2.GetIntegrationInput) *GetIntegrationFuture

	GetIntegrationResponse(ctx workflow.Context, input *apigatewayv2.GetIntegrationResponseInput) (*apigatewayv2.GetIntegrationResponseOutput, error)
	GetIntegrationResponseAsync(ctx workflow.Context, input *apigatewayv2.GetIntegrationResponseInput) *GetIntegrationResponseFuture

	GetIntegrationResponses(ctx workflow.Context, input *apigatewayv2.GetIntegrationResponsesInput) (*apigatewayv2.GetIntegrationResponsesOutput, error)
	GetIntegrationResponsesAsync(ctx workflow.Context, input *apigatewayv2.GetIntegrationResponsesInput) *GetIntegrationResponsesFuture

	GetIntegrations(ctx workflow.Context, input *apigatewayv2.GetIntegrationsInput) (*apigatewayv2.GetIntegrationsOutput, error)
	GetIntegrationsAsync(ctx workflow.Context, input *apigatewayv2.GetIntegrationsInput) *GetIntegrationsFuture

	GetModel(ctx workflow.Context, input *apigatewayv2.GetModelInput) (*apigatewayv2.GetModelOutput, error)
	GetModelAsync(ctx workflow.Context, input *apigatewayv2.GetModelInput) *GetModelFuture

	GetModelTemplate(ctx workflow.Context, input *apigatewayv2.GetModelTemplateInput) (*apigatewayv2.GetModelTemplateOutput, error)
	GetModelTemplateAsync(ctx workflow.Context, input *apigatewayv2.GetModelTemplateInput) *GetModelTemplateFuture

	GetModels(ctx workflow.Context, input *apigatewayv2.GetModelsInput) (*apigatewayv2.GetModelsOutput, error)
	GetModelsAsync(ctx workflow.Context, input *apigatewayv2.GetModelsInput) *GetModelsFuture

	GetRoute(ctx workflow.Context, input *apigatewayv2.GetRouteInput) (*apigatewayv2.GetRouteOutput, error)
	GetRouteAsync(ctx workflow.Context, input *apigatewayv2.GetRouteInput) *GetRouteFuture

	GetRouteResponse(ctx workflow.Context, input *apigatewayv2.GetRouteResponseInput) (*apigatewayv2.GetRouteResponseOutput, error)
	GetRouteResponseAsync(ctx workflow.Context, input *apigatewayv2.GetRouteResponseInput) *GetRouteResponseFuture

	GetRouteResponses(ctx workflow.Context, input *apigatewayv2.GetRouteResponsesInput) (*apigatewayv2.GetRouteResponsesOutput, error)
	GetRouteResponsesAsync(ctx workflow.Context, input *apigatewayv2.GetRouteResponsesInput) *GetRouteResponsesFuture

	GetRoutes(ctx workflow.Context, input *apigatewayv2.GetRoutesInput) (*apigatewayv2.GetRoutesOutput, error)
	GetRoutesAsync(ctx workflow.Context, input *apigatewayv2.GetRoutesInput) *GetRoutesFuture

	GetStage(ctx workflow.Context, input *apigatewayv2.GetStageInput) (*apigatewayv2.GetStageOutput, error)
	GetStageAsync(ctx workflow.Context, input *apigatewayv2.GetStageInput) *GetStageFuture

	GetStages(ctx workflow.Context, input *apigatewayv2.GetStagesInput) (*apigatewayv2.GetStagesOutput, error)
	GetStagesAsync(ctx workflow.Context, input *apigatewayv2.GetStagesInput) *GetStagesFuture

	GetTags(ctx workflow.Context, input *apigatewayv2.GetTagsInput) (*apigatewayv2.GetTagsOutput, error)
	GetTagsAsync(ctx workflow.Context, input *apigatewayv2.GetTagsInput) *GetTagsFuture

	GetVpcLink(ctx workflow.Context, input *apigatewayv2.GetVpcLinkInput) (*apigatewayv2.GetVpcLinkOutput, error)
	GetVpcLinkAsync(ctx workflow.Context, input *apigatewayv2.GetVpcLinkInput) *GetVpcLinkFuture

	GetVpcLinks(ctx workflow.Context, input *apigatewayv2.GetVpcLinksInput) (*apigatewayv2.GetVpcLinksOutput, error)
	GetVpcLinksAsync(ctx workflow.Context, input *apigatewayv2.GetVpcLinksInput) *GetVpcLinksFuture

	ImportApi(ctx workflow.Context, input *apigatewayv2.ImportApiInput) (*apigatewayv2.ImportApiOutput, error)
	ImportApiAsync(ctx workflow.Context, input *apigatewayv2.ImportApiInput) *ImportApiFuture

	ReimportApi(ctx workflow.Context, input *apigatewayv2.ReimportApiInput) (*apigatewayv2.ReimportApiOutput, error)
	ReimportApiAsync(ctx workflow.Context, input *apigatewayv2.ReimportApiInput) *ReimportApiFuture

	ResetAuthorizersCache(ctx workflow.Context, input *apigatewayv2.ResetAuthorizersCacheInput) (*apigatewayv2.ResetAuthorizersCacheOutput, error)
	ResetAuthorizersCacheAsync(ctx workflow.Context, input *apigatewayv2.ResetAuthorizersCacheInput) *ResetAuthorizersCacheFuture

	TagResource(ctx workflow.Context, input *apigatewayv2.TagResourceInput) (*apigatewayv2.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *apigatewayv2.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *apigatewayv2.UntagResourceInput) (*apigatewayv2.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *apigatewayv2.UntagResourceInput) *UntagResourceFuture

	UpdateApi(ctx workflow.Context, input *apigatewayv2.UpdateApiInput) (*apigatewayv2.UpdateApiOutput, error)
	UpdateApiAsync(ctx workflow.Context, input *apigatewayv2.UpdateApiInput) *UpdateApiFuture

	UpdateApiMapping(ctx workflow.Context, input *apigatewayv2.UpdateApiMappingInput) (*apigatewayv2.UpdateApiMappingOutput, error)
	UpdateApiMappingAsync(ctx workflow.Context, input *apigatewayv2.UpdateApiMappingInput) *UpdateApiMappingFuture

	UpdateAuthorizer(ctx workflow.Context, input *apigatewayv2.UpdateAuthorizerInput) (*apigatewayv2.UpdateAuthorizerOutput, error)
	UpdateAuthorizerAsync(ctx workflow.Context, input *apigatewayv2.UpdateAuthorizerInput) *UpdateAuthorizerFuture

	UpdateDeployment(ctx workflow.Context, input *apigatewayv2.UpdateDeploymentInput) (*apigatewayv2.UpdateDeploymentOutput, error)
	UpdateDeploymentAsync(ctx workflow.Context, input *apigatewayv2.UpdateDeploymentInput) *UpdateDeploymentFuture

	UpdateDomainName(ctx workflow.Context, input *apigatewayv2.UpdateDomainNameInput) (*apigatewayv2.UpdateDomainNameOutput, error)
	UpdateDomainNameAsync(ctx workflow.Context, input *apigatewayv2.UpdateDomainNameInput) *UpdateDomainNameFuture

	UpdateIntegration(ctx workflow.Context, input *apigatewayv2.UpdateIntegrationInput) (*apigatewayv2.UpdateIntegrationOutput, error)
	UpdateIntegrationAsync(ctx workflow.Context, input *apigatewayv2.UpdateIntegrationInput) *UpdateIntegrationFuture

	UpdateIntegrationResponse(ctx workflow.Context, input *apigatewayv2.UpdateIntegrationResponseInput) (*apigatewayv2.UpdateIntegrationResponseOutput, error)
	UpdateIntegrationResponseAsync(ctx workflow.Context, input *apigatewayv2.UpdateIntegrationResponseInput) *UpdateIntegrationResponseFuture

	UpdateModel(ctx workflow.Context, input *apigatewayv2.UpdateModelInput) (*apigatewayv2.UpdateModelOutput, error)
	UpdateModelAsync(ctx workflow.Context, input *apigatewayv2.UpdateModelInput) *UpdateModelFuture

	UpdateRoute(ctx workflow.Context, input *apigatewayv2.UpdateRouteInput) (*apigatewayv2.UpdateRouteOutput, error)
	UpdateRouteAsync(ctx workflow.Context, input *apigatewayv2.UpdateRouteInput) *UpdateRouteFuture

	UpdateRouteResponse(ctx workflow.Context, input *apigatewayv2.UpdateRouteResponseInput) (*apigatewayv2.UpdateRouteResponseOutput, error)
	UpdateRouteResponseAsync(ctx workflow.Context, input *apigatewayv2.UpdateRouteResponseInput) *UpdateRouteResponseFuture

	UpdateStage(ctx workflow.Context, input *apigatewayv2.UpdateStageInput) (*apigatewayv2.UpdateStageOutput, error)
	UpdateStageAsync(ctx workflow.Context, input *apigatewayv2.UpdateStageInput) *UpdateStageFuture

	UpdateVpcLink(ctx workflow.Context, input *apigatewayv2.UpdateVpcLinkInput) (*apigatewayv2.UpdateVpcLinkOutput, error)
	UpdateVpcLinkAsync(ctx workflow.Context, input *apigatewayv2.UpdateVpcLinkInput) *UpdateVpcLinkFuture
}

func NewClient

func NewClient() Client

type CreateApiFuture

type CreateApiFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateApiFuture) Get

type CreateApiMappingFuture

type CreateApiMappingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateApiMappingFuture) Get

type CreateAuthorizerFuture

type CreateAuthorizerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateAuthorizerFuture) Get

type CreateDeploymentFuture

type CreateDeploymentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDeploymentFuture) Get

type CreateDomainNameFuture

type CreateDomainNameFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDomainNameFuture) Get

type CreateIntegrationFuture

type CreateIntegrationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateIntegrationFuture) Get

type CreateIntegrationResponseFuture

type CreateIntegrationResponseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateIntegrationResponseFuture) Get

type CreateModelFuture

type CreateModelFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateModelFuture) Get

type CreateRouteFuture

type CreateRouteFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateRouteFuture) Get

type CreateRouteResponseFuture

type CreateRouteResponseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateRouteResponseFuture) Get

type CreateStageFuture

type CreateStageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateStageFuture) Get

type CreateVpcLinkFuture

type CreateVpcLinkFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateVpcLinkFuture) Get

type DeleteAccessLogSettingsFuture

type DeleteAccessLogSettingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteAccessLogSettingsFuture) Get

type DeleteApiFuture

type DeleteApiFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteApiFuture) Get

type DeleteApiMappingFuture

type DeleteApiMappingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteApiMappingFuture) Get

type DeleteAuthorizerFuture

type DeleteAuthorizerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteAuthorizerFuture) Get

type DeleteCorsConfigurationFuture

type DeleteCorsConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteCorsConfigurationFuture) Get

type DeleteDeploymentFuture

type DeleteDeploymentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteDeploymentFuture) Get

type DeleteDomainNameFuture

type DeleteDomainNameFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteDomainNameFuture) Get

type DeleteIntegrationFuture

type DeleteIntegrationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteIntegrationFuture) Get

type DeleteIntegrationResponseFuture

type DeleteIntegrationResponseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteIntegrationResponseFuture) Get

type DeleteModelFuture

type DeleteModelFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteModelFuture) Get

type DeleteRouteFuture

type DeleteRouteFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteRouteFuture) Get

type DeleteRouteRequestParameterFuture

type DeleteRouteRequestParameterFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteRouteRequestParameterFuture) Get

type DeleteRouteResponseFuture

type DeleteRouteResponseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteRouteResponseFuture) Get

type DeleteRouteSettingsFuture

type DeleteRouteSettingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteRouteSettingsFuture) Get

type DeleteStageFuture

type DeleteStageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteStageFuture) Get

type DeleteVpcLinkFuture

type DeleteVpcLinkFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteVpcLinkFuture) Get

type ExportApiFuture

type ExportApiFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ExportApiFuture) Get

type GetApiFuture

type GetApiFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetApiFuture) Get

type GetApiMappingFuture

type GetApiMappingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetApiMappingFuture) Get

type GetApiMappingsFuture

type GetApiMappingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetApiMappingsFuture) Get

type GetApisFuture

type GetApisFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetApisFuture) Get

type GetAuthorizerFuture

type GetAuthorizerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAuthorizerFuture) Get

type GetAuthorizersFuture

type GetAuthorizersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAuthorizersFuture) Get

type GetDeploymentFuture

type GetDeploymentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeploymentFuture) Get

type GetDeploymentsFuture

type GetDeploymentsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeploymentsFuture) Get

type GetDomainNameFuture

type GetDomainNameFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDomainNameFuture) Get

type GetDomainNamesFuture

type GetDomainNamesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDomainNamesFuture) Get

type GetIntegrationFuture

type GetIntegrationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetIntegrationFuture) Get

type GetIntegrationResponseFuture

type GetIntegrationResponseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetIntegrationResponseFuture) Get

type GetIntegrationResponsesFuture

type GetIntegrationResponsesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetIntegrationResponsesFuture) Get

type GetIntegrationsFuture

type GetIntegrationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetIntegrationsFuture) Get

type GetModelFuture

type GetModelFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetModelFuture) Get

type GetModelTemplateFuture

type GetModelTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetModelTemplateFuture) Get

type GetModelsFuture

type GetModelsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetModelsFuture) Get

type GetRouteFuture

type GetRouteFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetRouteFuture) Get

type GetRouteResponseFuture

type GetRouteResponseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetRouteResponseFuture) Get

type GetRouteResponsesFuture

type GetRouteResponsesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetRouteResponsesFuture) Get

type GetRoutesFuture

type GetRoutesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetRoutesFuture) Get

type GetStageFuture

type GetStageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetStageFuture) Get

type GetStagesFuture

type GetStagesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetStagesFuture) Get

type GetTagsFuture

type GetTagsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetTagsFuture) Get

type GetVpcLinkFuture

type GetVpcLinkFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetVpcLinkFuture) Get

type GetVpcLinksFuture

type GetVpcLinksFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetVpcLinksFuture) Get

type ImportApiFuture

type ImportApiFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ImportApiFuture) Get

type ReimportApiFuture

type ReimportApiFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ReimportApiFuture) Get

type ResetAuthorizersCacheFuture

type ResetAuthorizersCacheFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ResetAuthorizersCacheFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateApiFuture

type UpdateApiFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateApiFuture) Get

type UpdateApiMappingFuture

type UpdateApiMappingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateApiMappingFuture) Get

type UpdateAuthorizerFuture

type UpdateAuthorizerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateAuthorizerFuture) Get

type UpdateDeploymentFuture

type UpdateDeploymentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDeploymentFuture) Get

type UpdateDomainNameFuture

type UpdateDomainNameFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDomainNameFuture) Get

type UpdateIntegrationFuture

type UpdateIntegrationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateIntegrationFuture) Get

type UpdateIntegrationResponseFuture

type UpdateIntegrationResponseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateIntegrationResponseFuture) Get

type UpdateModelFuture

type UpdateModelFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateModelFuture) Get

type UpdateRouteFuture

type UpdateRouteFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateRouteFuture) Get

type UpdateRouteResponseFuture

type UpdateRouteResponseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateRouteResponseFuture) Get

type UpdateStageFuture

type UpdateStageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateStageFuture) Get

type UpdateVpcLinkFuture

type UpdateVpcLinkFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateVpcLinkFuture) Get

Jump to

Keyboard shortcuts

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