Documentation ¶
Index ¶
- type Client
- type CreateApiFuture
- type CreateApiMappingFuture
- type CreateAuthorizerFuture
- type CreateDeploymentFuture
- type CreateDomainNameFuture
- type CreateIntegrationFuture
- type CreateIntegrationResponseFuture
- type CreateModelFuture
- type CreateRouteFuture
- type CreateRouteResponseFuture
- type CreateStageFuture
- type CreateVpcLinkFuture
- type DeleteAccessLogSettingsFuture
- type DeleteApiFuture
- type DeleteApiMappingFuture
- type DeleteAuthorizerFuture
- type DeleteCorsConfigurationFuture
- type DeleteDeploymentFuture
- type DeleteDomainNameFuture
- type DeleteIntegrationFuture
- type DeleteIntegrationResponseFuture
- type DeleteModelFuture
- type DeleteRouteFuture
- type DeleteRouteRequestParameterFuture
- type DeleteRouteResponseFuture
- type DeleteRouteSettingsFuture
- type DeleteStageFuture
- type DeleteVpcLinkFuture
- type ExportApiFuture
- type GetApiFuture
- type GetApiMappingFuture
- type GetApiMappingsFuture
- type GetApisFuture
- type GetAuthorizerFuture
- type GetAuthorizersFuture
- type GetDeploymentFuture
- type GetDeploymentsFuture
- type GetDomainNameFuture
- type GetDomainNamesFuture
- type GetIntegrationFuture
- type GetIntegrationResponseFuture
- type GetIntegrationResponsesFuture
- type GetIntegrationsFuture
- type GetModelFuture
- type GetModelTemplateFuture
- type GetModelsFuture
- type GetRouteFuture
- type GetRouteResponseFuture
- type GetRouteResponsesFuture
- type GetRoutesFuture
- type GetStageFuture
- type GetStagesFuture
- type GetTagsFuture
- type GetVpcLinkFuture
- type GetVpcLinksFuture
- type ImportApiFuture
- type ReimportApiFuture
- type ResetAuthorizersCacheFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateApiFuture
- type UpdateApiMappingFuture
- type UpdateAuthorizerFuture
- type UpdateDeploymentFuture
- type UpdateDomainNameFuture
- type UpdateIntegrationFuture
- type UpdateIntegrationResponseFuture
- type UpdateModelFuture
- type UpdateRouteFuture
- type UpdateRouteResponseFuture
- type UpdateStageFuture
- type UpdateVpcLinkFuture
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 }
type CreateApiFuture ¶
func (*CreateApiFuture) Get ¶
func (r *CreateApiFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateApiOutput, error)
type CreateApiMappingFuture ¶
type CreateApiMappingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateApiMappingFuture) Get ¶
func (r *CreateApiMappingFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateApiMappingOutput, error)
type CreateAuthorizerFuture ¶
type CreateAuthorizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateAuthorizerFuture) Get ¶
func (r *CreateAuthorizerFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateAuthorizerOutput, error)
type CreateDeploymentFuture ¶
type CreateDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeploymentFuture) Get ¶
func (r *CreateDeploymentFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateDeploymentOutput, error)
type CreateDomainNameFuture ¶
type CreateDomainNameFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDomainNameFuture) Get ¶
func (r *CreateDomainNameFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateDomainNameOutput, error)
type CreateIntegrationFuture ¶
type CreateIntegrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateIntegrationFuture) Get ¶
func (r *CreateIntegrationFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateIntegrationOutput, error)
type CreateIntegrationResponseFuture ¶
type CreateIntegrationResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateIntegrationResponseFuture) Get ¶
func (r *CreateIntegrationResponseFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateIntegrationResponseOutput, error)
type CreateModelFuture ¶
func (*CreateModelFuture) Get ¶
func (r *CreateModelFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateModelOutput, error)
type CreateRouteFuture ¶
func (*CreateRouteFuture) Get ¶
func (r *CreateRouteFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateRouteOutput, error)
type CreateRouteResponseFuture ¶
type CreateRouteResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRouteResponseFuture) Get ¶
func (r *CreateRouteResponseFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateRouteResponseOutput, error)
type CreateStageFuture ¶
func (*CreateStageFuture) Get ¶
func (r *CreateStageFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateStageOutput, error)
type CreateVpcLinkFuture ¶
func (*CreateVpcLinkFuture) Get ¶
func (r *CreateVpcLinkFuture) Get(ctx workflow.Context) (*apigatewayv2.CreateVpcLinkOutput, error)
type DeleteAccessLogSettingsFuture ¶
type DeleteAccessLogSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAccessLogSettingsFuture) Get ¶
func (r *DeleteAccessLogSettingsFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteAccessLogSettingsOutput, error)
type DeleteApiFuture ¶
func (*DeleteApiFuture) Get ¶
func (r *DeleteApiFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteApiOutput, error)
type DeleteApiMappingFuture ¶
type DeleteApiMappingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteApiMappingFuture) Get ¶
func (r *DeleteApiMappingFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteApiMappingOutput, error)
type DeleteAuthorizerFuture ¶
type DeleteAuthorizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAuthorizerFuture) Get ¶
func (r *DeleteAuthorizerFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteAuthorizerOutput, error)
type DeleteCorsConfigurationFuture ¶
type DeleteCorsConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCorsConfigurationFuture) Get ¶
func (r *DeleteCorsConfigurationFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteCorsConfigurationOutput, error)
type DeleteDeploymentFuture ¶
type DeleteDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDeploymentFuture) Get ¶
func (r *DeleteDeploymentFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteDeploymentOutput, error)
type DeleteDomainNameFuture ¶
type DeleteDomainNameFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDomainNameFuture) Get ¶
func (r *DeleteDomainNameFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteDomainNameOutput, error)
type DeleteIntegrationFuture ¶
type DeleteIntegrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteIntegrationFuture) Get ¶
func (r *DeleteIntegrationFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteIntegrationOutput, error)
type DeleteIntegrationResponseFuture ¶
type DeleteIntegrationResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteIntegrationResponseFuture) Get ¶
func (r *DeleteIntegrationResponseFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteIntegrationResponseOutput, error)
type DeleteModelFuture ¶
func (*DeleteModelFuture) Get ¶
func (r *DeleteModelFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteModelOutput, error)
type DeleteRouteFuture ¶
func (*DeleteRouteFuture) Get ¶
func (r *DeleteRouteFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteRouteOutput, error)
type DeleteRouteRequestParameterFuture ¶
type DeleteRouteRequestParameterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRouteRequestParameterFuture) Get ¶
func (r *DeleteRouteRequestParameterFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteRouteRequestParameterOutput, error)
type DeleteRouteResponseFuture ¶
type DeleteRouteResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRouteResponseFuture) Get ¶
func (r *DeleteRouteResponseFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteRouteResponseOutput, error)
type DeleteRouteSettingsFuture ¶
type DeleteRouteSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRouteSettingsFuture) Get ¶
func (r *DeleteRouteSettingsFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteRouteSettingsOutput, error)
type DeleteStageFuture ¶
func (*DeleteStageFuture) Get ¶
func (r *DeleteStageFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteStageOutput, error)
type DeleteVpcLinkFuture ¶
func (*DeleteVpcLinkFuture) Get ¶
func (r *DeleteVpcLinkFuture) Get(ctx workflow.Context) (*apigatewayv2.DeleteVpcLinkOutput, error)
type ExportApiFuture ¶
func (*ExportApiFuture) Get ¶
func (r *ExportApiFuture) Get(ctx workflow.Context) (*apigatewayv2.ExportApiOutput, error)
type GetApiFuture ¶
func (*GetApiFuture) Get ¶
func (r *GetApiFuture) Get(ctx workflow.Context) (*apigatewayv2.GetApiOutput, error)
type GetApiMappingFuture ¶
func (*GetApiMappingFuture) Get ¶
func (r *GetApiMappingFuture) Get(ctx workflow.Context) (*apigatewayv2.GetApiMappingOutput, error)
type GetApiMappingsFuture ¶
func (*GetApiMappingsFuture) Get ¶
func (r *GetApiMappingsFuture) Get(ctx workflow.Context) (*apigatewayv2.GetApiMappingsOutput, error)
type GetApisFuture ¶
func (*GetApisFuture) Get ¶
func (r *GetApisFuture) Get(ctx workflow.Context) (*apigatewayv2.GetApisOutput, error)
type GetAuthorizerFuture ¶
func (*GetAuthorizerFuture) Get ¶
func (r *GetAuthorizerFuture) Get(ctx workflow.Context) (*apigatewayv2.GetAuthorizerOutput, error)
type GetAuthorizersFuture ¶
func (*GetAuthorizersFuture) Get ¶
func (r *GetAuthorizersFuture) Get(ctx workflow.Context) (*apigatewayv2.GetAuthorizersOutput, error)
type GetDeploymentFuture ¶
func (*GetDeploymentFuture) Get ¶
func (r *GetDeploymentFuture) Get(ctx workflow.Context) (*apigatewayv2.GetDeploymentOutput, error)
type GetDeploymentsFuture ¶
func (*GetDeploymentsFuture) Get ¶
func (r *GetDeploymentsFuture) Get(ctx workflow.Context) (*apigatewayv2.GetDeploymentsOutput, error)
type GetDomainNameFuture ¶
func (*GetDomainNameFuture) Get ¶
func (r *GetDomainNameFuture) Get(ctx workflow.Context) (*apigatewayv2.GetDomainNameOutput, error)
type GetDomainNamesFuture ¶
func (*GetDomainNamesFuture) Get ¶
func (r *GetDomainNamesFuture) Get(ctx workflow.Context) (*apigatewayv2.GetDomainNamesOutput, error)
type GetIntegrationFuture ¶
func (*GetIntegrationFuture) Get ¶
func (r *GetIntegrationFuture) Get(ctx workflow.Context) (*apigatewayv2.GetIntegrationOutput, error)
type GetIntegrationResponseFuture ¶
type GetIntegrationResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetIntegrationResponseFuture) Get ¶
func (r *GetIntegrationResponseFuture) Get(ctx workflow.Context) (*apigatewayv2.GetIntegrationResponseOutput, error)
type GetIntegrationResponsesFuture ¶
type GetIntegrationResponsesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetIntegrationResponsesFuture) Get ¶
func (r *GetIntegrationResponsesFuture) Get(ctx workflow.Context) (*apigatewayv2.GetIntegrationResponsesOutput, error)
type GetIntegrationsFuture ¶
type GetIntegrationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetIntegrationsFuture) Get ¶
func (r *GetIntegrationsFuture) Get(ctx workflow.Context) (*apigatewayv2.GetIntegrationsOutput, error)
type GetModelFuture ¶
func (*GetModelFuture) Get ¶
func (r *GetModelFuture) Get(ctx workflow.Context) (*apigatewayv2.GetModelOutput, error)
type GetModelTemplateFuture ¶
type GetModelTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetModelTemplateFuture) Get ¶
func (r *GetModelTemplateFuture) Get(ctx workflow.Context) (*apigatewayv2.GetModelTemplateOutput, error)
type GetModelsFuture ¶
func (*GetModelsFuture) Get ¶
func (r *GetModelsFuture) Get(ctx workflow.Context) (*apigatewayv2.GetModelsOutput, error)
type GetRouteFuture ¶
func (*GetRouteFuture) Get ¶
func (r *GetRouteFuture) Get(ctx workflow.Context) (*apigatewayv2.GetRouteOutput, error)
type GetRouteResponseFuture ¶
type GetRouteResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRouteResponseFuture) Get ¶
func (r *GetRouteResponseFuture) Get(ctx workflow.Context) (*apigatewayv2.GetRouteResponseOutput, error)
type GetRouteResponsesFuture ¶
type GetRouteResponsesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRouteResponsesFuture) Get ¶
func (r *GetRouteResponsesFuture) Get(ctx workflow.Context) (*apigatewayv2.GetRouteResponsesOutput, error)
type GetRoutesFuture ¶
func (*GetRoutesFuture) Get ¶
func (r *GetRoutesFuture) Get(ctx workflow.Context) (*apigatewayv2.GetRoutesOutput, error)
type GetStageFuture ¶
func (*GetStageFuture) Get ¶
func (r *GetStageFuture) Get(ctx workflow.Context) (*apigatewayv2.GetStageOutput, error)
type GetStagesFuture ¶
func (*GetStagesFuture) Get ¶
func (r *GetStagesFuture) Get(ctx workflow.Context) (*apigatewayv2.GetStagesOutput, error)
type GetTagsFuture ¶
func (*GetTagsFuture) Get ¶
func (r *GetTagsFuture) Get(ctx workflow.Context) (*apigatewayv2.GetTagsOutput, error)
type GetVpcLinkFuture ¶
func (*GetVpcLinkFuture) Get ¶
func (r *GetVpcLinkFuture) Get(ctx workflow.Context) (*apigatewayv2.GetVpcLinkOutput, error)
type GetVpcLinksFuture ¶
func (*GetVpcLinksFuture) Get ¶
func (r *GetVpcLinksFuture) Get(ctx workflow.Context) (*apigatewayv2.GetVpcLinksOutput, error)
type ImportApiFuture ¶
func (*ImportApiFuture) Get ¶
func (r *ImportApiFuture) Get(ctx workflow.Context) (*apigatewayv2.ImportApiOutput, error)
type ReimportApiFuture ¶
func (*ReimportApiFuture) Get ¶
func (r *ReimportApiFuture) Get(ctx workflow.Context) (*apigatewayv2.ReimportApiOutput, error)
type ResetAuthorizersCacheFuture ¶
type ResetAuthorizersCacheFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ResetAuthorizersCacheFuture) Get ¶
func (r *ResetAuthorizersCacheFuture) Get(ctx workflow.Context) (*apigatewayv2.ResetAuthorizersCacheOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*apigatewayv2.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*apigatewayv2.UntagResourceOutput, error)
type UpdateApiFuture ¶
func (*UpdateApiFuture) Get ¶
func (r *UpdateApiFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateApiOutput, error)
type UpdateApiMappingFuture ¶
type UpdateApiMappingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateApiMappingFuture) Get ¶
func (r *UpdateApiMappingFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateApiMappingOutput, error)
type UpdateAuthorizerFuture ¶
type UpdateAuthorizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAuthorizerFuture) Get ¶
func (r *UpdateAuthorizerFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateAuthorizerOutput, error)
type UpdateDeploymentFuture ¶
type UpdateDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDeploymentFuture) Get ¶
func (r *UpdateDeploymentFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateDeploymentOutput, error)
type UpdateDomainNameFuture ¶
type UpdateDomainNameFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDomainNameFuture) Get ¶
func (r *UpdateDomainNameFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateDomainNameOutput, error)
type UpdateIntegrationFuture ¶
type UpdateIntegrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateIntegrationFuture) Get ¶
func (r *UpdateIntegrationFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateIntegrationOutput, error)
type UpdateIntegrationResponseFuture ¶
type UpdateIntegrationResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateIntegrationResponseFuture) Get ¶
func (r *UpdateIntegrationResponseFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateIntegrationResponseOutput, error)
type UpdateModelFuture ¶
func (*UpdateModelFuture) Get ¶
func (r *UpdateModelFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateModelOutput, error)
type UpdateRouteFuture ¶
func (*UpdateRouteFuture) Get ¶
func (r *UpdateRouteFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateRouteOutput, error)
type UpdateRouteResponseFuture ¶
type UpdateRouteResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRouteResponseFuture) Get ¶
func (r *UpdateRouteResponseFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateRouteResponseOutput, error)
type UpdateStageFuture ¶
func (*UpdateStageFuture) Get ¶
func (r *UpdateStageFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateStageOutput, error)
type UpdateVpcLinkFuture ¶
func (*UpdateVpcLinkFuture) Get ¶
func (r *UpdateVpcLinkFuture) Get(ctx workflow.Context) (*apigatewayv2.UpdateVpcLinkOutput, error)
Click to show internal directories.
Click to hide internal directories.