Documentation
¶
Index ¶
- type Client
- type CreateApiKeyFuture
- type CreateAuthorizerFuture
- type CreateBasePathMappingFuture
- type CreateDeploymentFuture
- type CreateDocumentationPartFuture
- type CreateDocumentationVersionFuture
- type CreateDomainNameFuture
- type CreateModelFuture
- type CreateRequestValidatorFuture
- type CreateResourceFuture
- type CreateRestApiFuture
- type CreateStageFuture
- type CreateUsagePlanFuture
- type CreateUsagePlanKeyFuture
- type CreateVpcLinkFuture
- type DeleteApiKeyFuture
- type DeleteAuthorizerFuture
- type DeleteBasePathMappingFuture
- type DeleteClientCertificateFuture
- type DeleteDeploymentFuture
- type DeleteDocumentationPartFuture
- type DeleteDocumentationVersionFuture
- type DeleteDomainNameFuture
- type DeleteGatewayResponseFuture
- type DeleteIntegrationFuture
- type DeleteIntegrationResponseFuture
- type DeleteMethodFuture
- type DeleteMethodResponseFuture
- type DeleteModelFuture
- type DeleteRequestValidatorFuture
- type DeleteResourceFuture
- type DeleteRestApiFuture
- type DeleteStageFuture
- type DeleteUsagePlanFuture
- type DeleteUsagePlanKeyFuture
- type DeleteVpcLinkFuture
- type FlushStageAuthorizersCacheFuture
- type FlushStageCacheFuture
- type GenerateClientCertificateFuture
- type GetAccountFuture
- type GetApiKeyFuture
- type GetApiKeysFuture
- type GetAuthorizerFuture
- type GetAuthorizersFuture
- type GetBasePathMappingFuture
- type GetBasePathMappingsFuture
- type GetClientCertificateFuture
- type GetClientCertificatesFuture
- type GetDeploymentFuture
- type GetDeploymentsFuture
- type GetDocumentationPartFuture
- type GetDocumentationPartsFuture
- type GetDocumentationVersionFuture
- type GetDocumentationVersionsFuture
- type GetDomainNameFuture
- type GetDomainNamesFuture
- type GetExportFuture
- type GetGatewayResponseFuture
- type GetGatewayResponsesFuture
- type GetIntegrationFuture
- type GetIntegrationResponseFuture
- type GetMethodFuture
- type GetMethodResponseFuture
- type GetModelFuture
- type GetModelTemplateFuture
- type GetModelsFuture
- type GetRequestValidatorFuture
- type GetRequestValidatorsFuture
- type GetResourceFuture
- type GetResourcesFuture
- type GetRestApiFuture
- type GetRestApisFuture
- type GetSdkFuture
- type GetSdkTypeFuture
- type GetSdkTypesFuture
- type GetStageFuture
- type GetStagesFuture
- type GetTagsFuture
- type GetUsageFuture
- type GetUsagePlanFuture
- type GetUsagePlanKeyFuture
- type GetUsagePlanKeysFuture
- type GetUsagePlansFuture
- type GetVpcLinkFuture
- type GetVpcLinksFuture
- type ImportApiKeysFuture
- type ImportDocumentationPartsFuture
- type ImportRestApiFuture
- type PutGatewayResponseFuture
- type PutIntegrationFuture
- type PutIntegrationResponseFuture
- type PutMethodFuture
- type PutMethodResponseFuture
- type PutRestApiFuture
- type TagResourceFuture
- type TestInvokeAuthorizerFuture
- type TestInvokeMethodFuture
- type UntagResourceFuture
- type UpdateAccountFuture
- type UpdateApiKeyFuture
- type UpdateAuthorizerFuture
- type UpdateBasePathMappingFuture
- type UpdateClientCertificateFuture
- type UpdateDeploymentFuture
- type UpdateDocumentationPartFuture
- type UpdateDocumentationVersionFuture
- type UpdateDomainNameFuture
- type UpdateGatewayResponseFuture
- type UpdateIntegrationFuture
- type UpdateIntegrationResponseFuture
- type UpdateMethodFuture
- type UpdateMethodResponseFuture
- type UpdateModelFuture
- type UpdateRequestValidatorFuture
- type UpdateResourceFuture
- type UpdateRestApiFuture
- type UpdateStageFuture
- type UpdateUsageFuture
- type UpdateUsagePlanFuture
- type UpdateVpcLinkFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateApiKey(ctx workflow.Context, input *apigateway.CreateApiKeyInput) (*apigateway.ApiKey, error) CreateApiKeyAsync(ctx workflow.Context, input *apigateway.CreateApiKeyInput) *CreateApiKeyFuture CreateAuthorizer(ctx workflow.Context, input *apigateway.CreateAuthorizerInput) (*apigateway.Authorizer, error) CreateAuthorizerAsync(ctx workflow.Context, input *apigateway.CreateAuthorizerInput) *CreateAuthorizerFuture CreateBasePathMapping(ctx workflow.Context, input *apigateway.CreateBasePathMappingInput) (*apigateway.BasePathMapping, error) CreateBasePathMappingAsync(ctx workflow.Context, input *apigateway.CreateBasePathMappingInput) *CreateBasePathMappingFuture CreateDeployment(ctx workflow.Context, input *apigateway.CreateDeploymentInput) (*apigateway.Deployment, error) CreateDeploymentAsync(ctx workflow.Context, input *apigateway.CreateDeploymentInput) *CreateDeploymentFuture CreateDocumentationPart(ctx workflow.Context, input *apigateway.CreateDocumentationPartInput) (*apigateway.DocumentationPart, error) CreateDocumentationPartAsync(ctx workflow.Context, input *apigateway.CreateDocumentationPartInput) *CreateDocumentationPartFuture CreateDocumentationVersion(ctx workflow.Context, input *apigateway.CreateDocumentationVersionInput) (*apigateway.DocumentationVersion, error) CreateDocumentationVersionAsync(ctx workflow.Context, input *apigateway.CreateDocumentationVersionInput) *CreateDocumentationVersionFuture CreateDomainName(ctx workflow.Context, input *apigateway.CreateDomainNameInput) (*apigateway.DomainName, error) CreateDomainNameAsync(ctx workflow.Context, input *apigateway.CreateDomainNameInput) *CreateDomainNameFuture CreateModel(ctx workflow.Context, input *apigateway.CreateModelInput) (*apigateway.Model, error) CreateModelAsync(ctx workflow.Context, input *apigateway.CreateModelInput) *CreateModelFuture CreateRequestValidator(ctx workflow.Context, input *apigateway.CreateRequestValidatorInput) (*apigateway.UpdateRequestValidatorOutput, error) CreateRequestValidatorAsync(ctx workflow.Context, input *apigateway.CreateRequestValidatorInput) *CreateRequestValidatorFuture CreateResource(ctx workflow.Context, input *apigateway.CreateResourceInput) (*apigateway.Resource, error) CreateResourceAsync(ctx workflow.Context, input *apigateway.CreateResourceInput) *CreateResourceFuture CreateRestApi(ctx workflow.Context, input *apigateway.CreateRestApiInput) (*apigateway.RestApi, error) CreateRestApiAsync(ctx workflow.Context, input *apigateway.CreateRestApiInput) *CreateRestApiFuture CreateStage(ctx workflow.Context, input *apigateway.CreateStageInput) (*apigateway.Stage, error) CreateStageAsync(ctx workflow.Context, input *apigateway.CreateStageInput) *CreateStageFuture CreateUsagePlan(ctx workflow.Context, input *apigateway.CreateUsagePlanInput) (*apigateway.UsagePlan, error) CreateUsagePlanAsync(ctx workflow.Context, input *apigateway.CreateUsagePlanInput) *CreateUsagePlanFuture CreateUsagePlanKey(ctx workflow.Context, input *apigateway.CreateUsagePlanKeyInput) (*apigateway.UsagePlanKey, error) CreateUsagePlanKeyAsync(ctx workflow.Context, input *apigateway.CreateUsagePlanKeyInput) *CreateUsagePlanKeyFuture CreateVpcLink(ctx workflow.Context, input *apigateway.CreateVpcLinkInput) (*apigateway.UpdateVpcLinkOutput, error) CreateVpcLinkAsync(ctx workflow.Context, input *apigateway.CreateVpcLinkInput) *CreateVpcLinkFuture DeleteApiKey(ctx workflow.Context, input *apigateway.DeleteApiKeyInput) (*apigateway.DeleteApiKeyOutput, error) DeleteApiKeyAsync(ctx workflow.Context, input *apigateway.DeleteApiKeyInput) *DeleteApiKeyFuture DeleteAuthorizer(ctx workflow.Context, input *apigateway.DeleteAuthorizerInput) (*apigateway.DeleteAuthorizerOutput, error) DeleteAuthorizerAsync(ctx workflow.Context, input *apigateway.DeleteAuthorizerInput) *DeleteAuthorizerFuture DeleteBasePathMapping(ctx workflow.Context, input *apigateway.DeleteBasePathMappingInput) (*apigateway.DeleteBasePathMappingOutput, error) DeleteBasePathMappingAsync(ctx workflow.Context, input *apigateway.DeleteBasePathMappingInput) *DeleteBasePathMappingFuture DeleteClientCertificate(ctx workflow.Context, input *apigateway.DeleteClientCertificateInput) (*apigateway.DeleteClientCertificateOutput, error) DeleteClientCertificateAsync(ctx workflow.Context, input *apigateway.DeleteClientCertificateInput) *DeleteClientCertificateFuture DeleteDeployment(ctx workflow.Context, input *apigateway.DeleteDeploymentInput) (*apigateway.DeleteDeploymentOutput, error) DeleteDeploymentAsync(ctx workflow.Context, input *apigateway.DeleteDeploymentInput) *DeleteDeploymentFuture DeleteDocumentationPart(ctx workflow.Context, input *apigateway.DeleteDocumentationPartInput) (*apigateway.DeleteDocumentationPartOutput, error) DeleteDocumentationPartAsync(ctx workflow.Context, input *apigateway.DeleteDocumentationPartInput) *DeleteDocumentationPartFuture DeleteDocumentationVersion(ctx workflow.Context, input *apigateway.DeleteDocumentationVersionInput) (*apigateway.DeleteDocumentationVersionOutput, error) DeleteDocumentationVersionAsync(ctx workflow.Context, input *apigateway.DeleteDocumentationVersionInput) *DeleteDocumentationVersionFuture DeleteDomainName(ctx workflow.Context, input *apigateway.DeleteDomainNameInput) (*apigateway.DeleteDomainNameOutput, error) DeleteDomainNameAsync(ctx workflow.Context, input *apigateway.DeleteDomainNameInput) *DeleteDomainNameFuture DeleteGatewayResponse(ctx workflow.Context, input *apigateway.DeleteGatewayResponseInput) (*apigateway.DeleteGatewayResponseOutput, error) DeleteGatewayResponseAsync(ctx workflow.Context, input *apigateway.DeleteGatewayResponseInput) *DeleteGatewayResponseFuture DeleteIntegration(ctx workflow.Context, input *apigateway.DeleteIntegrationInput) (*apigateway.DeleteIntegrationOutput, error) DeleteIntegrationAsync(ctx workflow.Context, input *apigateway.DeleteIntegrationInput) *DeleteIntegrationFuture DeleteIntegrationResponse(ctx workflow.Context, input *apigateway.DeleteIntegrationResponseInput) (*apigateway.DeleteIntegrationResponseOutput, error) DeleteIntegrationResponseAsync(ctx workflow.Context, input *apigateway.DeleteIntegrationResponseInput) *DeleteIntegrationResponseFuture DeleteMethod(ctx workflow.Context, input *apigateway.DeleteMethodInput) (*apigateway.DeleteMethodOutput, error) DeleteMethodAsync(ctx workflow.Context, input *apigateway.DeleteMethodInput) *DeleteMethodFuture DeleteMethodResponse(ctx workflow.Context, input *apigateway.DeleteMethodResponseInput) (*apigateway.DeleteMethodResponseOutput, error) DeleteMethodResponseAsync(ctx workflow.Context, input *apigateway.DeleteMethodResponseInput) *DeleteMethodResponseFuture DeleteModel(ctx workflow.Context, input *apigateway.DeleteModelInput) (*apigateway.DeleteModelOutput, error) DeleteModelAsync(ctx workflow.Context, input *apigateway.DeleteModelInput) *DeleteModelFuture DeleteRequestValidator(ctx workflow.Context, input *apigateway.DeleteRequestValidatorInput) (*apigateway.DeleteRequestValidatorOutput, error) DeleteRequestValidatorAsync(ctx workflow.Context, input *apigateway.DeleteRequestValidatorInput) *DeleteRequestValidatorFuture DeleteResource(ctx workflow.Context, input *apigateway.DeleteResourceInput) (*apigateway.DeleteResourceOutput, error) DeleteResourceAsync(ctx workflow.Context, input *apigateway.DeleteResourceInput) *DeleteResourceFuture DeleteRestApi(ctx workflow.Context, input *apigateway.DeleteRestApiInput) (*apigateway.DeleteRestApiOutput, error) DeleteRestApiAsync(ctx workflow.Context, input *apigateway.DeleteRestApiInput) *DeleteRestApiFuture DeleteStage(ctx workflow.Context, input *apigateway.DeleteStageInput) (*apigateway.DeleteStageOutput, error) DeleteStageAsync(ctx workflow.Context, input *apigateway.DeleteStageInput) *DeleteStageFuture DeleteUsagePlan(ctx workflow.Context, input *apigateway.DeleteUsagePlanInput) (*apigateway.DeleteUsagePlanOutput, error) DeleteUsagePlanAsync(ctx workflow.Context, input *apigateway.DeleteUsagePlanInput) *DeleteUsagePlanFuture DeleteUsagePlanKey(ctx workflow.Context, input *apigateway.DeleteUsagePlanKeyInput) (*apigateway.DeleteUsagePlanKeyOutput, error) DeleteUsagePlanKeyAsync(ctx workflow.Context, input *apigateway.DeleteUsagePlanKeyInput) *DeleteUsagePlanKeyFuture DeleteVpcLink(ctx workflow.Context, input *apigateway.DeleteVpcLinkInput) (*apigateway.DeleteVpcLinkOutput, error) DeleteVpcLinkAsync(ctx workflow.Context, input *apigateway.DeleteVpcLinkInput) *DeleteVpcLinkFuture FlushStageAuthorizersCache(ctx workflow.Context, input *apigateway.FlushStageAuthorizersCacheInput) (*apigateway.FlushStageAuthorizersCacheOutput, error) FlushStageAuthorizersCacheAsync(ctx workflow.Context, input *apigateway.FlushStageAuthorizersCacheInput) *FlushStageAuthorizersCacheFuture FlushStageCache(ctx workflow.Context, input *apigateway.FlushStageCacheInput) (*apigateway.FlushStageCacheOutput, error) FlushStageCacheAsync(ctx workflow.Context, input *apigateway.FlushStageCacheInput) *FlushStageCacheFuture GenerateClientCertificate(ctx workflow.Context, input *apigateway.GenerateClientCertificateInput) (*apigateway.ClientCertificate, error) GenerateClientCertificateAsync(ctx workflow.Context, input *apigateway.GenerateClientCertificateInput) *GenerateClientCertificateFuture GetAccount(ctx workflow.Context, input *apigateway.GetAccountInput) (*apigateway.Account, error) GetAccountAsync(ctx workflow.Context, input *apigateway.GetAccountInput) *GetAccountFuture GetApiKey(ctx workflow.Context, input *apigateway.GetApiKeyInput) (*apigateway.ApiKey, error) GetApiKeyAsync(ctx workflow.Context, input *apigateway.GetApiKeyInput) *GetApiKeyFuture GetApiKeys(ctx workflow.Context, input *apigateway.GetApiKeysInput) (*apigateway.GetApiKeysOutput, error) GetApiKeysAsync(ctx workflow.Context, input *apigateway.GetApiKeysInput) *GetApiKeysFuture GetAuthorizer(ctx workflow.Context, input *apigateway.GetAuthorizerInput) (*apigateway.Authorizer, error) GetAuthorizerAsync(ctx workflow.Context, input *apigateway.GetAuthorizerInput) *GetAuthorizerFuture GetAuthorizers(ctx workflow.Context, input *apigateway.GetAuthorizersInput) (*apigateway.GetAuthorizersOutput, error) GetAuthorizersAsync(ctx workflow.Context, input *apigateway.GetAuthorizersInput) *GetAuthorizersFuture GetBasePathMapping(ctx workflow.Context, input *apigateway.GetBasePathMappingInput) (*apigateway.BasePathMapping, error) GetBasePathMappingAsync(ctx workflow.Context, input *apigateway.GetBasePathMappingInput) *GetBasePathMappingFuture GetBasePathMappings(ctx workflow.Context, input *apigateway.GetBasePathMappingsInput) (*apigateway.GetBasePathMappingsOutput, error) GetBasePathMappingsAsync(ctx workflow.Context, input *apigateway.GetBasePathMappingsInput) *GetBasePathMappingsFuture GetClientCertificate(ctx workflow.Context, input *apigateway.GetClientCertificateInput) (*apigateway.ClientCertificate, error) GetClientCertificateAsync(ctx workflow.Context, input *apigateway.GetClientCertificateInput) *GetClientCertificateFuture GetClientCertificates(ctx workflow.Context, input *apigateway.GetClientCertificatesInput) (*apigateway.GetClientCertificatesOutput, error) GetClientCertificatesAsync(ctx workflow.Context, input *apigateway.GetClientCertificatesInput) *GetClientCertificatesFuture GetDeployment(ctx workflow.Context, input *apigateway.GetDeploymentInput) (*apigateway.Deployment, error) GetDeploymentAsync(ctx workflow.Context, input *apigateway.GetDeploymentInput) *GetDeploymentFuture GetDeployments(ctx workflow.Context, input *apigateway.GetDeploymentsInput) (*apigateway.GetDeploymentsOutput, error) GetDeploymentsAsync(ctx workflow.Context, input *apigateway.GetDeploymentsInput) *GetDeploymentsFuture GetDocumentationPart(ctx workflow.Context, input *apigateway.GetDocumentationPartInput) (*apigateway.DocumentationPart, error) GetDocumentationPartAsync(ctx workflow.Context, input *apigateway.GetDocumentationPartInput) *GetDocumentationPartFuture GetDocumentationParts(ctx workflow.Context, input *apigateway.GetDocumentationPartsInput) (*apigateway.GetDocumentationPartsOutput, error) GetDocumentationPartsAsync(ctx workflow.Context, input *apigateway.GetDocumentationPartsInput) *GetDocumentationPartsFuture GetDocumentationVersion(ctx workflow.Context, input *apigateway.GetDocumentationVersionInput) (*apigateway.DocumentationVersion, error) GetDocumentationVersionAsync(ctx workflow.Context, input *apigateway.GetDocumentationVersionInput) *GetDocumentationVersionFuture GetDocumentationVersions(ctx workflow.Context, input *apigateway.GetDocumentationVersionsInput) (*apigateway.GetDocumentationVersionsOutput, error) GetDocumentationVersionsAsync(ctx workflow.Context, input *apigateway.GetDocumentationVersionsInput) *GetDocumentationVersionsFuture GetDomainName(ctx workflow.Context, input *apigateway.GetDomainNameInput) (*apigateway.DomainName, error) GetDomainNameAsync(ctx workflow.Context, input *apigateway.GetDomainNameInput) *GetDomainNameFuture GetDomainNames(ctx workflow.Context, input *apigateway.GetDomainNamesInput) (*apigateway.GetDomainNamesOutput, error) GetDomainNamesAsync(ctx workflow.Context, input *apigateway.GetDomainNamesInput) *GetDomainNamesFuture GetExport(ctx workflow.Context, input *apigateway.GetExportInput) (*apigateway.GetExportOutput, error) GetExportAsync(ctx workflow.Context, input *apigateway.GetExportInput) *GetExportFuture GetGatewayResponse(ctx workflow.Context, input *apigateway.GetGatewayResponseInput) (*apigateway.UpdateGatewayResponseOutput, error) GetGatewayResponseAsync(ctx workflow.Context, input *apigateway.GetGatewayResponseInput) *GetGatewayResponseFuture GetGatewayResponses(ctx workflow.Context, input *apigateway.GetGatewayResponsesInput) (*apigateway.GetGatewayResponsesOutput, error) GetGatewayResponsesAsync(ctx workflow.Context, input *apigateway.GetGatewayResponsesInput) *GetGatewayResponsesFuture GetIntegration(ctx workflow.Context, input *apigateway.GetIntegrationInput) (*apigateway.Integration, error) GetIntegrationAsync(ctx workflow.Context, input *apigateway.GetIntegrationInput) *GetIntegrationFuture GetIntegrationResponse(ctx workflow.Context, input *apigateway.GetIntegrationResponseInput) (*apigateway.IntegrationResponse, error) GetIntegrationResponseAsync(ctx workflow.Context, input *apigateway.GetIntegrationResponseInput) *GetIntegrationResponseFuture GetMethod(ctx workflow.Context, input *apigateway.GetMethodInput) (*apigateway.Method, error) GetMethodAsync(ctx workflow.Context, input *apigateway.GetMethodInput) *GetMethodFuture GetMethodResponse(ctx workflow.Context, input *apigateway.GetMethodResponseInput) (*apigateway.MethodResponse, error) GetMethodResponseAsync(ctx workflow.Context, input *apigateway.GetMethodResponseInput) *GetMethodResponseFuture GetModel(ctx workflow.Context, input *apigateway.GetModelInput) (*apigateway.Model, error) GetModelAsync(ctx workflow.Context, input *apigateway.GetModelInput) *GetModelFuture GetModelTemplate(ctx workflow.Context, input *apigateway.GetModelTemplateInput) (*apigateway.GetModelTemplateOutput, error) GetModelTemplateAsync(ctx workflow.Context, input *apigateway.GetModelTemplateInput) *GetModelTemplateFuture GetModels(ctx workflow.Context, input *apigateway.GetModelsInput) (*apigateway.GetModelsOutput, error) GetModelsAsync(ctx workflow.Context, input *apigateway.GetModelsInput) *GetModelsFuture GetRequestValidator(ctx workflow.Context, input *apigateway.GetRequestValidatorInput) (*apigateway.UpdateRequestValidatorOutput, error) GetRequestValidatorAsync(ctx workflow.Context, input *apigateway.GetRequestValidatorInput) *GetRequestValidatorFuture GetRequestValidators(ctx workflow.Context, input *apigateway.GetRequestValidatorsInput) (*apigateway.GetRequestValidatorsOutput, error) GetRequestValidatorsAsync(ctx workflow.Context, input *apigateway.GetRequestValidatorsInput) *GetRequestValidatorsFuture GetResource(ctx workflow.Context, input *apigateway.GetResourceInput) (*apigateway.Resource, error) GetResourceAsync(ctx workflow.Context, input *apigateway.GetResourceInput) *GetResourceFuture GetResources(ctx workflow.Context, input *apigateway.GetResourcesInput) (*apigateway.GetResourcesOutput, error) GetResourcesAsync(ctx workflow.Context, input *apigateway.GetResourcesInput) *GetResourcesFuture GetRestApi(ctx workflow.Context, input *apigateway.GetRestApiInput) (*apigateway.RestApi, error) GetRestApiAsync(ctx workflow.Context, input *apigateway.GetRestApiInput) *GetRestApiFuture GetRestApis(ctx workflow.Context, input *apigateway.GetRestApisInput) (*apigateway.GetRestApisOutput, error) GetRestApisAsync(ctx workflow.Context, input *apigateway.GetRestApisInput) *GetRestApisFuture GetSdk(ctx workflow.Context, input *apigateway.GetSdkInput) (*apigateway.GetSdkOutput, error) GetSdkAsync(ctx workflow.Context, input *apigateway.GetSdkInput) *GetSdkFuture GetSdkType(ctx workflow.Context, input *apigateway.GetSdkTypeInput) (*apigateway.SdkType, error) GetSdkTypeAsync(ctx workflow.Context, input *apigateway.GetSdkTypeInput) *GetSdkTypeFuture GetSdkTypes(ctx workflow.Context, input *apigateway.GetSdkTypesInput) (*apigateway.GetSdkTypesOutput, error) GetSdkTypesAsync(ctx workflow.Context, input *apigateway.GetSdkTypesInput) *GetSdkTypesFuture GetStage(ctx workflow.Context, input *apigateway.GetStageInput) (*apigateway.Stage, error) GetStageAsync(ctx workflow.Context, input *apigateway.GetStageInput) *GetStageFuture GetStages(ctx workflow.Context, input *apigateway.GetStagesInput) (*apigateway.GetStagesOutput, error) GetStagesAsync(ctx workflow.Context, input *apigateway.GetStagesInput) *GetStagesFuture GetTags(ctx workflow.Context, input *apigateway.GetTagsInput) (*apigateway.GetTagsOutput, error) GetTagsAsync(ctx workflow.Context, input *apigateway.GetTagsInput) *GetTagsFuture GetUsage(ctx workflow.Context, input *apigateway.GetUsageInput) (*apigateway.Usage, error) GetUsageAsync(ctx workflow.Context, input *apigateway.GetUsageInput) *GetUsageFuture GetUsagePlan(ctx workflow.Context, input *apigateway.GetUsagePlanInput) (*apigateway.UsagePlan, error) GetUsagePlanAsync(ctx workflow.Context, input *apigateway.GetUsagePlanInput) *GetUsagePlanFuture GetUsagePlanKey(ctx workflow.Context, input *apigateway.GetUsagePlanKeyInput) (*apigateway.UsagePlanKey, error) GetUsagePlanKeyAsync(ctx workflow.Context, input *apigateway.GetUsagePlanKeyInput) *GetUsagePlanKeyFuture GetUsagePlanKeys(ctx workflow.Context, input *apigateway.GetUsagePlanKeysInput) (*apigateway.GetUsagePlanKeysOutput, error) GetUsagePlanKeysAsync(ctx workflow.Context, input *apigateway.GetUsagePlanKeysInput) *GetUsagePlanKeysFuture GetUsagePlans(ctx workflow.Context, input *apigateway.GetUsagePlansInput) (*apigateway.GetUsagePlansOutput, error) GetUsagePlansAsync(ctx workflow.Context, input *apigateway.GetUsagePlansInput) *GetUsagePlansFuture GetVpcLink(ctx workflow.Context, input *apigateway.GetVpcLinkInput) (*apigateway.UpdateVpcLinkOutput, error) GetVpcLinkAsync(ctx workflow.Context, input *apigateway.GetVpcLinkInput) *GetVpcLinkFuture GetVpcLinks(ctx workflow.Context, input *apigateway.GetVpcLinksInput) (*apigateway.GetVpcLinksOutput, error) GetVpcLinksAsync(ctx workflow.Context, input *apigateway.GetVpcLinksInput) *GetVpcLinksFuture ImportApiKeys(ctx workflow.Context, input *apigateway.ImportApiKeysInput) (*apigateway.ImportApiKeysOutput, error) ImportApiKeysAsync(ctx workflow.Context, input *apigateway.ImportApiKeysInput) *ImportApiKeysFuture ImportDocumentationParts(ctx workflow.Context, input *apigateway.ImportDocumentationPartsInput) (*apigateway.ImportDocumentationPartsOutput, error) ImportDocumentationPartsAsync(ctx workflow.Context, input *apigateway.ImportDocumentationPartsInput) *ImportDocumentationPartsFuture ImportRestApi(ctx workflow.Context, input *apigateway.ImportRestApiInput) (*apigateway.RestApi, error) ImportRestApiAsync(ctx workflow.Context, input *apigateway.ImportRestApiInput) *ImportRestApiFuture PutGatewayResponse(ctx workflow.Context, input *apigateway.PutGatewayResponseInput) (*apigateway.UpdateGatewayResponseOutput, error) PutGatewayResponseAsync(ctx workflow.Context, input *apigateway.PutGatewayResponseInput) *PutGatewayResponseFuture PutIntegration(ctx workflow.Context, input *apigateway.PutIntegrationInput) (*apigateway.Integration, error) PutIntegrationAsync(ctx workflow.Context, input *apigateway.PutIntegrationInput) *PutIntegrationFuture PutIntegrationResponse(ctx workflow.Context, input *apigateway.PutIntegrationResponseInput) (*apigateway.IntegrationResponse, error) PutIntegrationResponseAsync(ctx workflow.Context, input *apigateway.PutIntegrationResponseInput) *PutIntegrationResponseFuture PutMethod(ctx workflow.Context, input *apigateway.PutMethodInput) (*apigateway.Method, error) PutMethodAsync(ctx workflow.Context, input *apigateway.PutMethodInput) *PutMethodFuture PutMethodResponse(ctx workflow.Context, input *apigateway.PutMethodResponseInput) (*apigateway.MethodResponse, error) PutMethodResponseAsync(ctx workflow.Context, input *apigateway.PutMethodResponseInput) *PutMethodResponseFuture PutRestApi(ctx workflow.Context, input *apigateway.PutRestApiInput) (*apigateway.RestApi, error) PutRestApiAsync(ctx workflow.Context, input *apigateway.PutRestApiInput) *PutRestApiFuture TagResource(ctx workflow.Context, input *apigateway.TagResourceInput) (*apigateway.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *apigateway.TagResourceInput) *TagResourceFuture TestInvokeAuthorizer(ctx workflow.Context, input *apigateway.TestInvokeAuthorizerInput) (*apigateway.TestInvokeAuthorizerOutput, error) TestInvokeAuthorizerAsync(ctx workflow.Context, input *apigateway.TestInvokeAuthorizerInput) *TestInvokeAuthorizerFuture TestInvokeMethod(ctx workflow.Context, input *apigateway.TestInvokeMethodInput) (*apigateway.TestInvokeMethodOutput, error) TestInvokeMethodAsync(ctx workflow.Context, input *apigateway.TestInvokeMethodInput) *TestInvokeMethodFuture UntagResource(ctx workflow.Context, input *apigateway.UntagResourceInput) (*apigateway.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *apigateway.UntagResourceInput) *UntagResourceFuture UpdateAccount(ctx workflow.Context, input *apigateway.UpdateAccountInput) (*apigateway.Account, error) UpdateAccountAsync(ctx workflow.Context, input *apigateway.UpdateAccountInput) *UpdateAccountFuture UpdateApiKey(ctx workflow.Context, input *apigateway.UpdateApiKeyInput) (*apigateway.ApiKey, error) UpdateApiKeyAsync(ctx workflow.Context, input *apigateway.UpdateApiKeyInput) *UpdateApiKeyFuture UpdateAuthorizer(ctx workflow.Context, input *apigateway.UpdateAuthorizerInput) (*apigateway.Authorizer, error) UpdateAuthorizerAsync(ctx workflow.Context, input *apigateway.UpdateAuthorizerInput) *UpdateAuthorizerFuture UpdateBasePathMapping(ctx workflow.Context, input *apigateway.UpdateBasePathMappingInput) (*apigateway.BasePathMapping, error) UpdateBasePathMappingAsync(ctx workflow.Context, input *apigateway.UpdateBasePathMappingInput) *UpdateBasePathMappingFuture UpdateClientCertificate(ctx workflow.Context, input *apigateway.UpdateClientCertificateInput) (*apigateway.ClientCertificate, error) UpdateClientCertificateAsync(ctx workflow.Context, input *apigateway.UpdateClientCertificateInput) *UpdateClientCertificateFuture UpdateDeployment(ctx workflow.Context, input *apigateway.UpdateDeploymentInput) (*apigateway.Deployment, error) UpdateDeploymentAsync(ctx workflow.Context, input *apigateway.UpdateDeploymentInput) *UpdateDeploymentFuture UpdateDocumentationPart(ctx workflow.Context, input *apigateway.UpdateDocumentationPartInput) (*apigateway.DocumentationPart, error) UpdateDocumentationPartAsync(ctx workflow.Context, input *apigateway.UpdateDocumentationPartInput) *UpdateDocumentationPartFuture UpdateDocumentationVersion(ctx workflow.Context, input *apigateway.UpdateDocumentationVersionInput) (*apigateway.DocumentationVersion, error) UpdateDocumentationVersionAsync(ctx workflow.Context, input *apigateway.UpdateDocumentationVersionInput) *UpdateDocumentationVersionFuture UpdateDomainName(ctx workflow.Context, input *apigateway.UpdateDomainNameInput) (*apigateway.DomainName, error) UpdateDomainNameAsync(ctx workflow.Context, input *apigateway.UpdateDomainNameInput) *UpdateDomainNameFuture UpdateGatewayResponse(ctx workflow.Context, input *apigateway.UpdateGatewayResponseInput) (*apigateway.UpdateGatewayResponseOutput, error) UpdateGatewayResponseAsync(ctx workflow.Context, input *apigateway.UpdateGatewayResponseInput) *UpdateGatewayResponseFuture UpdateIntegration(ctx workflow.Context, input *apigateway.UpdateIntegrationInput) (*apigateway.Integration, error) UpdateIntegrationAsync(ctx workflow.Context, input *apigateway.UpdateIntegrationInput) *UpdateIntegrationFuture UpdateIntegrationResponse(ctx workflow.Context, input *apigateway.UpdateIntegrationResponseInput) (*apigateway.IntegrationResponse, error) UpdateIntegrationResponseAsync(ctx workflow.Context, input *apigateway.UpdateIntegrationResponseInput) *UpdateIntegrationResponseFuture UpdateMethod(ctx workflow.Context, input *apigateway.UpdateMethodInput) (*apigateway.Method, error) UpdateMethodAsync(ctx workflow.Context, input *apigateway.UpdateMethodInput) *UpdateMethodFuture UpdateMethodResponse(ctx workflow.Context, input *apigateway.UpdateMethodResponseInput) (*apigateway.MethodResponse, error) UpdateMethodResponseAsync(ctx workflow.Context, input *apigateway.UpdateMethodResponseInput) *UpdateMethodResponseFuture UpdateModel(ctx workflow.Context, input *apigateway.UpdateModelInput) (*apigateway.Model, error) UpdateModelAsync(ctx workflow.Context, input *apigateway.UpdateModelInput) *UpdateModelFuture UpdateRequestValidator(ctx workflow.Context, input *apigateway.UpdateRequestValidatorInput) (*apigateway.UpdateRequestValidatorOutput, error) UpdateRequestValidatorAsync(ctx workflow.Context, input *apigateway.UpdateRequestValidatorInput) *UpdateRequestValidatorFuture UpdateResource(ctx workflow.Context, input *apigateway.UpdateResourceInput) (*apigateway.Resource, error) UpdateResourceAsync(ctx workflow.Context, input *apigateway.UpdateResourceInput) *UpdateResourceFuture UpdateRestApi(ctx workflow.Context, input *apigateway.UpdateRestApiInput) (*apigateway.RestApi, error) UpdateRestApiAsync(ctx workflow.Context, input *apigateway.UpdateRestApiInput) *UpdateRestApiFuture UpdateStage(ctx workflow.Context, input *apigateway.UpdateStageInput) (*apigateway.Stage, error) UpdateStageAsync(ctx workflow.Context, input *apigateway.UpdateStageInput) *UpdateStageFuture UpdateUsage(ctx workflow.Context, input *apigateway.UpdateUsageInput) (*apigateway.Usage, error) UpdateUsageAsync(ctx workflow.Context, input *apigateway.UpdateUsageInput) *UpdateUsageFuture UpdateUsagePlan(ctx workflow.Context, input *apigateway.UpdateUsagePlanInput) (*apigateway.UsagePlan, error) UpdateUsagePlanAsync(ctx workflow.Context, input *apigateway.UpdateUsagePlanInput) *UpdateUsagePlanFuture UpdateVpcLink(ctx workflow.Context, input *apigateway.UpdateVpcLinkInput) (*apigateway.UpdateVpcLinkOutput, error) UpdateVpcLinkAsync(ctx workflow.Context, input *apigateway.UpdateVpcLinkInput) *UpdateVpcLinkFuture }
type CreateApiKeyFuture ¶
func (*CreateApiKeyFuture) Get ¶
func (r *CreateApiKeyFuture) Get(ctx workflow.Context) (*apigateway.ApiKey, error)
type CreateAuthorizerFuture ¶
type CreateAuthorizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateAuthorizerFuture) Get ¶
func (r *CreateAuthorizerFuture) Get(ctx workflow.Context) (*apigateway.Authorizer, error)
type CreateBasePathMappingFuture ¶
type CreateBasePathMappingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateBasePathMappingFuture) Get ¶
func (r *CreateBasePathMappingFuture) Get(ctx workflow.Context) (*apigateway.BasePathMapping, error)
type CreateDeploymentFuture ¶
type CreateDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeploymentFuture) Get ¶
func (r *CreateDeploymentFuture) Get(ctx workflow.Context) (*apigateway.Deployment, error)
type CreateDocumentationPartFuture ¶
type CreateDocumentationPartFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDocumentationPartFuture) Get ¶
func (r *CreateDocumentationPartFuture) Get(ctx workflow.Context) (*apigateway.DocumentationPart, error)
type CreateDocumentationVersionFuture ¶
type CreateDocumentationVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDocumentationVersionFuture) Get ¶
func (r *CreateDocumentationVersionFuture) Get(ctx workflow.Context) (*apigateway.DocumentationVersion, error)
type CreateDomainNameFuture ¶
type CreateDomainNameFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDomainNameFuture) Get ¶
func (r *CreateDomainNameFuture) Get(ctx workflow.Context) (*apigateway.DomainName, error)
type CreateModelFuture ¶
func (*CreateModelFuture) Get ¶
func (r *CreateModelFuture) Get(ctx workflow.Context) (*apigateway.Model, error)
type CreateRequestValidatorFuture ¶
type CreateRequestValidatorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRequestValidatorFuture) Get ¶
func (r *CreateRequestValidatorFuture) Get(ctx workflow.Context) (*apigateway.UpdateRequestValidatorOutput, error)
type CreateResourceFuture ¶
func (*CreateResourceFuture) Get ¶
func (r *CreateResourceFuture) Get(ctx workflow.Context) (*apigateway.Resource, error)
type CreateRestApiFuture ¶
func (*CreateRestApiFuture) Get ¶
func (r *CreateRestApiFuture) Get(ctx workflow.Context) (*apigateway.RestApi, error)
type CreateStageFuture ¶
func (*CreateStageFuture) Get ¶
func (r *CreateStageFuture) Get(ctx workflow.Context) (*apigateway.Stage, error)
type CreateUsagePlanFuture ¶
type CreateUsagePlanFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateUsagePlanFuture) Get ¶
func (r *CreateUsagePlanFuture) Get(ctx workflow.Context) (*apigateway.UsagePlan, error)
type CreateUsagePlanKeyFuture ¶
type CreateUsagePlanKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateUsagePlanKeyFuture) Get ¶
func (r *CreateUsagePlanKeyFuture) Get(ctx workflow.Context) (*apigateway.UsagePlanKey, error)
type CreateVpcLinkFuture ¶
func (*CreateVpcLinkFuture) Get ¶
func (r *CreateVpcLinkFuture) Get(ctx workflow.Context) (*apigateway.UpdateVpcLinkOutput, error)
type DeleteApiKeyFuture ¶
func (*DeleteApiKeyFuture) Get ¶
func (r *DeleteApiKeyFuture) Get(ctx workflow.Context) (*apigateway.DeleteApiKeyOutput, error)
type DeleteAuthorizerFuture ¶
type DeleteAuthorizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAuthorizerFuture) Get ¶
func (r *DeleteAuthorizerFuture) Get(ctx workflow.Context) (*apigateway.DeleteAuthorizerOutput, error)
type DeleteBasePathMappingFuture ¶
type DeleteBasePathMappingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBasePathMappingFuture) Get ¶
func (r *DeleteBasePathMappingFuture) Get(ctx workflow.Context) (*apigateway.DeleteBasePathMappingOutput, error)
type DeleteClientCertificateFuture ¶
type DeleteClientCertificateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteClientCertificateFuture) Get ¶
func (r *DeleteClientCertificateFuture) Get(ctx workflow.Context) (*apigateway.DeleteClientCertificateOutput, error)
type DeleteDeploymentFuture ¶
type DeleteDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDeploymentFuture) Get ¶
func (r *DeleteDeploymentFuture) Get(ctx workflow.Context) (*apigateway.DeleteDeploymentOutput, error)
type DeleteDocumentationPartFuture ¶
type DeleteDocumentationPartFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDocumentationPartFuture) Get ¶
func (r *DeleteDocumentationPartFuture) Get(ctx workflow.Context) (*apigateway.DeleteDocumentationPartOutput, error)
type DeleteDocumentationVersionFuture ¶
type DeleteDocumentationVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDocumentationVersionFuture) Get ¶
func (r *DeleteDocumentationVersionFuture) Get(ctx workflow.Context) (*apigateway.DeleteDocumentationVersionOutput, error)
type DeleteDomainNameFuture ¶
type DeleteDomainNameFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDomainNameFuture) Get ¶
func (r *DeleteDomainNameFuture) Get(ctx workflow.Context) (*apigateway.DeleteDomainNameOutput, error)
type DeleteGatewayResponseFuture ¶
type DeleteGatewayResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteGatewayResponseFuture) Get ¶
func (r *DeleteGatewayResponseFuture) Get(ctx workflow.Context) (*apigateway.DeleteGatewayResponseOutput, error)
type DeleteIntegrationFuture ¶
type DeleteIntegrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteIntegrationFuture) Get ¶
func (r *DeleteIntegrationFuture) Get(ctx workflow.Context) (*apigateway.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) (*apigateway.DeleteIntegrationResponseOutput, error)
type DeleteMethodFuture ¶
func (*DeleteMethodFuture) Get ¶
func (r *DeleteMethodFuture) Get(ctx workflow.Context) (*apigateway.DeleteMethodOutput, error)
type DeleteMethodResponseFuture ¶
type DeleteMethodResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMethodResponseFuture) Get ¶
func (r *DeleteMethodResponseFuture) Get(ctx workflow.Context) (*apigateway.DeleteMethodResponseOutput, error)
type DeleteModelFuture ¶
func (*DeleteModelFuture) Get ¶
func (r *DeleteModelFuture) Get(ctx workflow.Context) (*apigateway.DeleteModelOutput, error)
type DeleteRequestValidatorFuture ¶
type DeleteRequestValidatorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRequestValidatorFuture) Get ¶
func (r *DeleteRequestValidatorFuture) Get(ctx workflow.Context) (*apigateway.DeleteRequestValidatorOutput, error)
type DeleteResourceFuture ¶
func (*DeleteResourceFuture) Get ¶
func (r *DeleteResourceFuture) Get(ctx workflow.Context) (*apigateway.DeleteResourceOutput, error)
type DeleteRestApiFuture ¶
func (*DeleteRestApiFuture) Get ¶
func (r *DeleteRestApiFuture) Get(ctx workflow.Context) (*apigateway.DeleteRestApiOutput, error)
type DeleteStageFuture ¶
func (*DeleteStageFuture) Get ¶
func (r *DeleteStageFuture) Get(ctx workflow.Context) (*apigateway.DeleteStageOutput, error)
type DeleteUsagePlanFuture ¶
type DeleteUsagePlanFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteUsagePlanFuture) Get ¶
func (r *DeleteUsagePlanFuture) Get(ctx workflow.Context) (*apigateway.DeleteUsagePlanOutput, error)
type DeleteUsagePlanKeyFuture ¶
type DeleteUsagePlanKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteUsagePlanKeyFuture) Get ¶
func (r *DeleteUsagePlanKeyFuture) Get(ctx workflow.Context) (*apigateway.DeleteUsagePlanKeyOutput, error)
type DeleteVpcLinkFuture ¶
func (*DeleteVpcLinkFuture) Get ¶
func (r *DeleteVpcLinkFuture) Get(ctx workflow.Context) (*apigateway.DeleteVpcLinkOutput, error)
type FlushStageAuthorizersCacheFuture ¶
type FlushStageAuthorizersCacheFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*FlushStageAuthorizersCacheFuture) Get ¶
func (r *FlushStageAuthorizersCacheFuture) Get(ctx workflow.Context) (*apigateway.FlushStageAuthorizersCacheOutput, error)
type FlushStageCacheFuture ¶
type FlushStageCacheFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*FlushStageCacheFuture) Get ¶
func (r *FlushStageCacheFuture) Get(ctx workflow.Context) (*apigateway.FlushStageCacheOutput, error)
type GenerateClientCertificateFuture ¶
type GenerateClientCertificateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GenerateClientCertificateFuture) Get ¶
func (r *GenerateClientCertificateFuture) Get(ctx workflow.Context) (*apigateway.ClientCertificate, error)
type GetAccountFuture ¶
func (*GetAccountFuture) Get ¶
func (r *GetAccountFuture) Get(ctx workflow.Context) (*apigateway.Account, error)
type GetApiKeyFuture ¶
func (*GetApiKeyFuture) Get ¶
func (r *GetApiKeyFuture) Get(ctx workflow.Context) (*apigateway.ApiKey, error)
type GetApiKeysFuture ¶
func (*GetApiKeysFuture) Get ¶
func (r *GetApiKeysFuture) Get(ctx workflow.Context) (*apigateway.GetApiKeysOutput, error)
type GetAuthorizerFuture ¶
func (*GetAuthorizerFuture) Get ¶
func (r *GetAuthorizerFuture) Get(ctx workflow.Context) (*apigateway.Authorizer, error)
type GetAuthorizersFuture ¶
func (*GetAuthorizersFuture) Get ¶
func (r *GetAuthorizersFuture) Get(ctx workflow.Context) (*apigateway.GetAuthorizersOutput, error)
type GetBasePathMappingFuture ¶
type GetBasePathMappingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBasePathMappingFuture) Get ¶
func (r *GetBasePathMappingFuture) Get(ctx workflow.Context) (*apigateway.BasePathMapping, error)
type GetBasePathMappingsFuture ¶
type GetBasePathMappingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBasePathMappingsFuture) Get ¶
func (r *GetBasePathMappingsFuture) Get(ctx workflow.Context) (*apigateway.GetBasePathMappingsOutput, error)
type GetClientCertificateFuture ¶
type GetClientCertificateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetClientCertificateFuture) Get ¶
func (r *GetClientCertificateFuture) Get(ctx workflow.Context) (*apigateway.ClientCertificate, error)
type GetClientCertificatesFuture ¶
type GetClientCertificatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetClientCertificatesFuture) Get ¶
func (r *GetClientCertificatesFuture) Get(ctx workflow.Context) (*apigateway.GetClientCertificatesOutput, error)
type GetDeploymentFuture ¶
func (*GetDeploymentFuture) Get ¶
func (r *GetDeploymentFuture) Get(ctx workflow.Context) (*apigateway.Deployment, error)
type GetDeploymentsFuture ¶
func (*GetDeploymentsFuture) Get ¶
func (r *GetDeploymentsFuture) Get(ctx workflow.Context) (*apigateway.GetDeploymentsOutput, error)
type GetDocumentationPartFuture ¶
type GetDocumentationPartFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDocumentationPartFuture) Get ¶
func (r *GetDocumentationPartFuture) Get(ctx workflow.Context) (*apigateway.DocumentationPart, error)
type GetDocumentationPartsFuture ¶
type GetDocumentationPartsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDocumentationPartsFuture) Get ¶
func (r *GetDocumentationPartsFuture) Get(ctx workflow.Context) (*apigateway.GetDocumentationPartsOutput, error)
type GetDocumentationVersionFuture ¶
type GetDocumentationVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDocumentationVersionFuture) Get ¶
func (r *GetDocumentationVersionFuture) Get(ctx workflow.Context) (*apigateway.DocumentationVersion, error)
type GetDocumentationVersionsFuture ¶
type GetDocumentationVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDocumentationVersionsFuture) Get ¶
func (r *GetDocumentationVersionsFuture) Get(ctx workflow.Context) (*apigateway.GetDocumentationVersionsOutput, error)
type GetDomainNameFuture ¶
func (*GetDomainNameFuture) Get ¶
func (r *GetDomainNameFuture) Get(ctx workflow.Context) (*apigateway.DomainName, error)
type GetDomainNamesFuture ¶
func (*GetDomainNamesFuture) Get ¶
func (r *GetDomainNamesFuture) Get(ctx workflow.Context) (*apigateway.GetDomainNamesOutput, error)
type GetExportFuture ¶
func (*GetExportFuture) Get ¶
func (r *GetExportFuture) Get(ctx workflow.Context) (*apigateway.GetExportOutput, error)
type GetGatewayResponseFuture ¶
type GetGatewayResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetGatewayResponseFuture) Get ¶
func (r *GetGatewayResponseFuture) Get(ctx workflow.Context) (*apigateway.UpdateGatewayResponseOutput, error)
type GetGatewayResponsesFuture ¶
type GetGatewayResponsesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetGatewayResponsesFuture) Get ¶
func (r *GetGatewayResponsesFuture) Get(ctx workflow.Context) (*apigateway.GetGatewayResponsesOutput, error)
type GetIntegrationFuture ¶
func (*GetIntegrationFuture) Get ¶
func (r *GetIntegrationFuture) Get(ctx workflow.Context) (*apigateway.Integration, error)
type GetIntegrationResponseFuture ¶
type GetIntegrationResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetIntegrationResponseFuture) Get ¶
func (r *GetIntegrationResponseFuture) Get(ctx workflow.Context) (*apigateway.IntegrationResponse, error)
type GetMethodFuture ¶
func (*GetMethodFuture) Get ¶
func (r *GetMethodFuture) Get(ctx workflow.Context) (*apigateway.Method, error)
type GetMethodResponseFuture ¶
type GetMethodResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMethodResponseFuture) Get ¶
func (r *GetMethodResponseFuture) Get(ctx workflow.Context) (*apigateway.MethodResponse, error)
type GetModelFuture ¶
func (*GetModelFuture) Get ¶
func (r *GetModelFuture) Get(ctx workflow.Context) (*apigateway.Model, error)
type GetModelTemplateFuture ¶
type GetModelTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetModelTemplateFuture) Get ¶
func (r *GetModelTemplateFuture) Get(ctx workflow.Context) (*apigateway.GetModelTemplateOutput, error)
type GetModelsFuture ¶
func (*GetModelsFuture) Get ¶
func (r *GetModelsFuture) Get(ctx workflow.Context) (*apigateway.GetModelsOutput, error)
type GetRequestValidatorFuture ¶
type GetRequestValidatorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRequestValidatorFuture) Get ¶
func (r *GetRequestValidatorFuture) Get(ctx workflow.Context) (*apigateway.UpdateRequestValidatorOutput, error)
type GetRequestValidatorsFuture ¶
type GetRequestValidatorsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRequestValidatorsFuture) Get ¶
func (r *GetRequestValidatorsFuture) Get(ctx workflow.Context) (*apigateway.GetRequestValidatorsOutput, error)
type GetResourceFuture ¶
func (*GetResourceFuture) Get ¶
func (r *GetResourceFuture) Get(ctx workflow.Context) (*apigateway.Resource, error)
type GetResourcesFuture ¶
func (*GetResourcesFuture) Get ¶
func (r *GetResourcesFuture) Get(ctx workflow.Context) (*apigateway.GetResourcesOutput, error)
type GetRestApiFuture ¶
func (*GetRestApiFuture) Get ¶
func (r *GetRestApiFuture) Get(ctx workflow.Context) (*apigateway.RestApi, error)
type GetRestApisFuture ¶
func (*GetRestApisFuture) Get ¶
func (r *GetRestApisFuture) Get(ctx workflow.Context) (*apigateway.GetRestApisOutput, error)
type GetSdkFuture ¶
func (*GetSdkFuture) Get ¶
func (r *GetSdkFuture) Get(ctx workflow.Context) (*apigateway.GetSdkOutput, error)
type GetSdkTypeFuture ¶
func (*GetSdkTypeFuture) Get ¶
func (r *GetSdkTypeFuture) Get(ctx workflow.Context) (*apigateway.SdkType, error)
type GetSdkTypesFuture ¶
func (*GetSdkTypesFuture) Get ¶
func (r *GetSdkTypesFuture) Get(ctx workflow.Context) (*apigateway.GetSdkTypesOutput, error)
type GetStageFuture ¶
func (*GetStageFuture) Get ¶
func (r *GetStageFuture) Get(ctx workflow.Context) (*apigateway.Stage, error)
type GetStagesFuture ¶
func (*GetStagesFuture) Get ¶
func (r *GetStagesFuture) Get(ctx workflow.Context) (*apigateway.GetStagesOutput, error)
type GetTagsFuture ¶
func (*GetTagsFuture) Get ¶
func (r *GetTagsFuture) Get(ctx workflow.Context) (*apigateway.GetTagsOutput, error)
type GetUsageFuture ¶
func (*GetUsageFuture) Get ¶
func (r *GetUsageFuture) Get(ctx workflow.Context) (*apigateway.Usage, error)
type GetUsagePlanFuture ¶
func (*GetUsagePlanFuture) Get ¶
func (r *GetUsagePlanFuture) Get(ctx workflow.Context) (*apigateway.UsagePlan, error)
type GetUsagePlanKeyFuture ¶
type GetUsagePlanKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetUsagePlanKeyFuture) Get ¶
func (r *GetUsagePlanKeyFuture) Get(ctx workflow.Context) (*apigateway.UsagePlanKey, error)
type GetUsagePlanKeysFuture ¶
type GetUsagePlanKeysFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetUsagePlanKeysFuture) Get ¶
func (r *GetUsagePlanKeysFuture) Get(ctx workflow.Context) (*apigateway.GetUsagePlanKeysOutput, error)
type GetUsagePlansFuture ¶
func (*GetUsagePlansFuture) Get ¶
func (r *GetUsagePlansFuture) Get(ctx workflow.Context) (*apigateway.GetUsagePlansOutput, error)
type GetVpcLinkFuture ¶
func (*GetVpcLinkFuture) Get ¶
func (r *GetVpcLinkFuture) Get(ctx workflow.Context) (*apigateway.UpdateVpcLinkOutput, error)
type GetVpcLinksFuture ¶
func (*GetVpcLinksFuture) Get ¶
func (r *GetVpcLinksFuture) Get(ctx workflow.Context) (*apigateway.GetVpcLinksOutput, error)
type ImportApiKeysFuture ¶
func (*ImportApiKeysFuture) Get ¶
func (r *ImportApiKeysFuture) Get(ctx workflow.Context) (*apigateway.ImportApiKeysOutput, error)
type ImportDocumentationPartsFuture ¶
type ImportDocumentationPartsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportDocumentationPartsFuture) Get ¶
func (r *ImportDocumentationPartsFuture) Get(ctx workflow.Context) (*apigateway.ImportDocumentationPartsOutput, error)
type ImportRestApiFuture ¶
func (*ImportRestApiFuture) Get ¶
func (r *ImportRestApiFuture) Get(ctx workflow.Context) (*apigateway.RestApi, error)
type PutGatewayResponseFuture ¶
type PutGatewayResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutGatewayResponseFuture) Get ¶
func (r *PutGatewayResponseFuture) Get(ctx workflow.Context) (*apigateway.UpdateGatewayResponseOutput, error)
type PutIntegrationFuture ¶
func (*PutIntegrationFuture) Get ¶
func (r *PutIntegrationFuture) Get(ctx workflow.Context) (*apigateway.Integration, error)
type PutIntegrationResponseFuture ¶
type PutIntegrationResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutIntegrationResponseFuture) Get ¶
func (r *PutIntegrationResponseFuture) Get(ctx workflow.Context) (*apigateway.IntegrationResponse, error)
type PutMethodFuture ¶
func (*PutMethodFuture) Get ¶
func (r *PutMethodFuture) Get(ctx workflow.Context) (*apigateway.Method, error)
type PutMethodResponseFuture ¶
type PutMethodResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutMethodResponseFuture) Get ¶
func (r *PutMethodResponseFuture) Get(ctx workflow.Context) (*apigateway.MethodResponse, error)
type PutRestApiFuture ¶
func (*PutRestApiFuture) Get ¶
func (r *PutRestApiFuture) Get(ctx workflow.Context) (*apigateway.RestApi, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*apigateway.TagResourceOutput, error)
type TestInvokeAuthorizerFuture ¶
type TestInvokeAuthorizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TestInvokeAuthorizerFuture) Get ¶
func (r *TestInvokeAuthorizerFuture) Get(ctx workflow.Context) (*apigateway.TestInvokeAuthorizerOutput, error)
type TestInvokeMethodFuture ¶
type TestInvokeMethodFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TestInvokeMethodFuture) Get ¶
func (r *TestInvokeMethodFuture) Get(ctx workflow.Context) (*apigateway.TestInvokeMethodOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*apigateway.UntagResourceOutput, error)
type UpdateAccountFuture ¶
func (*UpdateAccountFuture) Get ¶
func (r *UpdateAccountFuture) Get(ctx workflow.Context) (*apigateway.Account, error)
type UpdateApiKeyFuture ¶
func (*UpdateApiKeyFuture) Get ¶
func (r *UpdateApiKeyFuture) Get(ctx workflow.Context) (*apigateway.ApiKey, error)
type UpdateAuthorizerFuture ¶
type UpdateAuthorizerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAuthorizerFuture) Get ¶
func (r *UpdateAuthorizerFuture) Get(ctx workflow.Context) (*apigateway.Authorizer, error)
type UpdateBasePathMappingFuture ¶
type UpdateBasePathMappingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateBasePathMappingFuture) Get ¶
func (r *UpdateBasePathMappingFuture) Get(ctx workflow.Context) (*apigateway.BasePathMapping, error)
type UpdateClientCertificateFuture ¶
type UpdateClientCertificateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateClientCertificateFuture) Get ¶
func (r *UpdateClientCertificateFuture) Get(ctx workflow.Context) (*apigateway.ClientCertificate, error)
type UpdateDeploymentFuture ¶
type UpdateDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDeploymentFuture) Get ¶
func (r *UpdateDeploymentFuture) Get(ctx workflow.Context) (*apigateway.Deployment, error)
type UpdateDocumentationPartFuture ¶
type UpdateDocumentationPartFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDocumentationPartFuture) Get ¶
func (r *UpdateDocumentationPartFuture) Get(ctx workflow.Context) (*apigateway.DocumentationPart, error)
type UpdateDocumentationVersionFuture ¶
type UpdateDocumentationVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDocumentationVersionFuture) Get ¶
func (r *UpdateDocumentationVersionFuture) Get(ctx workflow.Context) (*apigateway.DocumentationVersion, error)
type UpdateDomainNameFuture ¶
type UpdateDomainNameFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDomainNameFuture) Get ¶
func (r *UpdateDomainNameFuture) Get(ctx workflow.Context) (*apigateway.DomainName, error)
type UpdateGatewayResponseFuture ¶
type UpdateGatewayResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGatewayResponseFuture) Get ¶
func (r *UpdateGatewayResponseFuture) Get(ctx workflow.Context) (*apigateway.UpdateGatewayResponseOutput, error)
type UpdateIntegrationFuture ¶
type UpdateIntegrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateIntegrationFuture) Get ¶
func (r *UpdateIntegrationFuture) Get(ctx workflow.Context) (*apigateway.Integration, error)
type UpdateIntegrationResponseFuture ¶
type UpdateIntegrationResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateIntegrationResponseFuture) Get ¶
func (r *UpdateIntegrationResponseFuture) Get(ctx workflow.Context) (*apigateway.IntegrationResponse, error)
type UpdateMethodFuture ¶
func (*UpdateMethodFuture) Get ¶
func (r *UpdateMethodFuture) Get(ctx workflow.Context) (*apigateway.Method, error)
type UpdateMethodResponseFuture ¶
type UpdateMethodResponseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMethodResponseFuture) Get ¶
func (r *UpdateMethodResponseFuture) Get(ctx workflow.Context) (*apigateway.MethodResponse, error)
type UpdateModelFuture ¶
func (*UpdateModelFuture) Get ¶
func (r *UpdateModelFuture) Get(ctx workflow.Context) (*apigateway.Model, error)
type UpdateRequestValidatorFuture ¶
type UpdateRequestValidatorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRequestValidatorFuture) Get ¶
func (r *UpdateRequestValidatorFuture) Get(ctx workflow.Context) (*apigateway.UpdateRequestValidatorOutput, error)
type UpdateResourceFuture ¶
func (*UpdateResourceFuture) Get ¶
func (r *UpdateResourceFuture) Get(ctx workflow.Context) (*apigateway.Resource, error)
type UpdateRestApiFuture ¶
func (*UpdateRestApiFuture) Get ¶
func (r *UpdateRestApiFuture) Get(ctx workflow.Context) (*apigateway.RestApi, error)
type UpdateStageFuture ¶
func (*UpdateStageFuture) Get ¶
func (r *UpdateStageFuture) Get(ctx workflow.Context) (*apigateway.Stage, error)
type UpdateUsageFuture ¶
func (*UpdateUsageFuture) Get ¶
func (r *UpdateUsageFuture) Get(ctx workflow.Context) (*apigateway.Usage, error)
type UpdateUsagePlanFuture ¶
type UpdateUsagePlanFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateUsagePlanFuture) Get ¶
func (r *UpdateUsagePlanFuture) Get(ctx workflow.Context) (*apigateway.UsagePlan, error)
type UpdateVpcLinkFuture ¶
func (*UpdateVpcLinkFuture) Get ¶
func (r *UpdateVpcLinkFuture) Get(ctx workflow.Context) (*apigateway.UpdateVpcLinkOutput, error)
Click to show internal directories.
Click to hide internal directories.