Documentation ¶
Index ¶
- func FunctionGraphClientBuilder() *http_client.HcHttpClientBuilder
- func GenReqDefForAsyncInvokeFunction() *def.HttpRequestDef
- func GenReqDefForAsyncInvokeReservedFunction() *def.HttpRequestDef
- func GenReqDefForBatchDeleteFunctionTriggers() *def.HttpRequestDef
- func GenReqDefForBatchDeleteWorkflows() *def.HttpRequestDef
- func GenReqDefForCancelAsyncInvocation() *def.HttpRequestDef
- func GenReqDefForCreateDependency() *def.HttpRequestDef
- func GenReqDefForCreateDependencyVersion() *def.HttpRequestDef
- func GenReqDefForCreateEvent() *def.HttpRequestDef
- func GenReqDefForCreateFunction() *def.HttpRequestDef
- func GenReqDefForCreateFunctionTrigger() *def.HttpRequestDef
- func GenReqDefForCreateFunctionVersion() *def.HttpRequestDef
- func GenReqDefForCreateVersionAlias() *def.HttpRequestDef
- func GenReqDefForCreateWorkflow() *def.HttpRequestDef
- func GenReqDefForDeleteDependency() *def.HttpRequestDef
- func GenReqDefForDeleteDependencyVersion() *def.HttpRequestDef
- func GenReqDefForDeleteEvent() *def.HttpRequestDef
- func GenReqDefForDeleteFunction() *def.HttpRequestDef
- func GenReqDefForDeleteFunctionAsyncInvokeConfig() *def.HttpRequestDef
- func GenReqDefForDeleteFunctionTrigger() *def.HttpRequestDef
- func GenReqDefForDeleteVersionAlias() *def.HttpRequestDef
- func GenReqDefForEnableLtsLogs() *def.HttpRequestDef
- func GenReqDefForExportFunction() *def.HttpRequestDef
- func GenReqDefForImportFunction() *def.HttpRequestDef
- func GenReqDefForInvokeFunction() *def.HttpRequestDef
- func GenReqDefForListAsyncInvocations() *def.HttpRequestDef
- func GenReqDefForListDependencies() *def.HttpRequestDef
- func GenReqDefForListDependencyVersion() *def.HttpRequestDef
- func GenReqDefForListEvents() *def.HttpRequestDef
- func GenReqDefForListFunctionAsMetric() *def.HttpRequestDef
- func GenReqDefForListFunctionAsyncInvokeConfig() *def.HttpRequestDef
- func GenReqDefForListFunctionReservedInstances() *def.HttpRequestDef
- func GenReqDefForListFunctionStatistics() *def.HttpRequestDef
- func GenReqDefForListFunctionTriggers() *def.HttpRequestDef
- func GenReqDefForListFunctionVersions() *def.HttpRequestDef
- func GenReqDefForListFunctions() *def.HttpRequestDef
- func GenReqDefForListQuotas() *def.HttpRequestDef
- func GenReqDefForListReservedInstanceConfigs() *def.HttpRequestDef
- func GenReqDefForListStatistics() *def.HttpRequestDef
- func GenReqDefForListVersionAliases() *def.HttpRequestDef
- func GenReqDefForListWorkflow() *def.HttpRequestDef
- func GenReqDefForListWorkflowExecutions() *def.HttpRequestDef
- func GenReqDefForRetryWorkFlow() *def.HttpRequestDef
- func GenReqDefForShowDependcy() *def.HttpRequestDef
- func GenReqDefForShowDependencyVersion() *def.HttpRequestDef
- func GenReqDefForShowEvent() *def.HttpRequestDef
- func GenReqDefForShowFunctionAsyncInvokeConfig() *def.HttpRequestDef
- func GenReqDefForShowFunctionCode() *def.HttpRequestDef
- func GenReqDefForShowFunctionConfig() *def.HttpRequestDef
- func GenReqDefForShowFunctionTrigger() *def.HttpRequestDef
- func GenReqDefForShowLtsLogDetails() *def.HttpRequestDef
- func GenReqDefForShowTenantMetric() *def.HttpRequestDef
- func GenReqDefForShowTracing() *def.HttpRequestDef
- func GenReqDefForShowVersionAlias() *def.HttpRequestDef
- func GenReqDefForShowWorkFlow() *def.HttpRequestDef
- func GenReqDefForShowWorkFlowMetric() *def.HttpRequestDef
- func GenReqDefForShowWorkflowExecution() *def.HttpRequestDef
- func GenReqDefForShowWorkflowExecutionForPage() *def.HttpRequestDef
- func GenReqDefForStartSyncWorkflowExecution() *def.HttpRequestDef
- func GenReqDefForStartWorkflowExecution() *def.HttpRequestDef
- func GenReqDefForStopWorkFlow() *def.HttpRequestDef
- func GenReqDefForUpdateDependcy() *def.HttpRequestDef
- func GenReqDefForUpdateEvent() *def.HttpRequestDef
- func GenReqDefForUpdateFunctionAsyncInvokeConfig() *def.HttpRequestDef
- func GenReqDefForUpdateFunctionCode() *def.HttpRequestDef
- func GenReqDefForUpdateFunctionConfig() *def.HttpRequestDef
- func GenReqDefForUpdateFunctionMaxInstanceConfig() *def.HttpRequestDef
- func GenReqDefForUpdateFunctionReservedInstancesCount() *def.HttpRequestDef
- func GenReqDefForUpdateTracing() *def.HttpRequestDef
- func GenReqDefForUpdateTrigger() *def.HttpRequestDef
- func GenReqDefForUpdateVersionAlias() *def.HttpRequestDef
- func GenReqDefForUpdateWorkFlow() *def.HttpRequestDef
- type AsyncInvokeFunctionInvoker
- type AsyncInvokeReservedFunctionInvoker
- type BatchDeleteFunctionTriggersInvoker
- type BatchDeleteWorkflowsInvoker
- type CancelAsyncInvocationInvoker
- type CreateDependencyInvoker
- type CreateDependencyVersionInvoker
- type CreateEventInvoker
- type CreateFunctionInvoker
- type CreateFunctionTriggerInvoker
- type CreateFunctionVersionInvoker
- type CreateVersionAliasInvoker
- type CreateWorkflowInvoker
- type DeleteDependencyInvoker
- type DeleteDependencyVersionInvoker
- type DeleteEventInvoker
- type DeleteFunctionAsyncInvokeConfigInvoker
- type DeleteFunctionInvoker
- type DeleteFunctionTriggerInvoker
- type DeleteVersionAliasInvoker
- type EnableLtsLogsInvoker
- type ExportFunctionInvoker
- type FunctionGraphClient
- func (c *FunctionGraphClient) AsyncInvokeFunction(request *model.AsyncInvokeFunctionRequest) (*model.AsyncInvokeFunctionResponse, error)
- func (c *FunctionGraphClient) AsyncInvokeFunctionInvoker(request *model.AsyncInvokeFunctionRequest) *AsyncInvokeFunctionInvoker
- func (c *FunctionGraphClient) AsyncInvokeReservedFunction(request *model.AsyncInvokeReservedFunctionRequest) (*model.AsyncInvokeReservedFunctionResponse, error)
- func (c *FunctionGraphClient) AsyncInvokeReservedFunctionInvoker(request *model.AsyncInvokeReservedFunctionRequest) *AsyncInvokeReservedFunctionInvoker
- func (c *FunctionGraphClient) BatchDeleteFunctionTriggers(request *model.BatchDeleteFunctionTriggersRequest) (*model.BatchDeleteFunctionTriggersResponse, error)
- func (c *FunctionGraphClient) BatchDeleteFunctionTriggersInvoker(request *model.BatchDeleteFunctionTriggersRequest) *BatchDeleteFunctionTriggersInvoker
- func (c *FunctionGraphClient) BatchDeleteWorkflows(request *model.BatchDeleteWorkflowsRequest) (*model.BatchDeleteWorkflowsResponse, error)
- func (c *FunctionGraphClient) BatchDeleteWorkflowsInvoker(request *model.BatchDeleteWorkflowsRequest) *BatchDeleteWorkflowsInvoker
- func (c *FunctionGraphClient) CancelAsyncInvocation(request *model.CancelAsyncInvocationRequest) (*model.CancelAsyncInvocationResponse, error)
- func (c *FunctionGraphClient) CancelAsyncInvocationInvoker(request *model.CancelAsyncInvocationRequest) *CancelAsyncInvocationInvoker
- func (c *FunctionGraphClient) CreateDependency(request *model.CreateDependencyRequest) (*model.CreateDependencyResponse, error)
- func (c *FunctionGraphClient) CreateDependencyInvoker(request *model.CreateDependencyRequest) *CreateDependencyInvoker
- func (c *FunctionGraphClient) CreateDependencyVersion(request *model.CreateDependencyVersionRequest) (*model.CreateDependencyVersionResponse, error)
- func (c *FunctionGraphClient) CreateDependencyVersionInvoker(request *model.CreateDependencyVersionRequest) *CreateDependencyVersionInvoker
- func (c *FunctionGraphClient) CreateEvent(request *model.CreateEventRequest) (*model.CreateEventResponse, error)
- func (c *FunctionGraphClient) CreateEventInvoker(request *model.CreateEventRequest) *CreateEventInvoker
- func (c *FunctionGraphClient) CreateFunction(request *model.CreateFunctionRequest) (*model.CreateFunctionResponse, error)
- func (c *FunctionGraphClient) CreateFunctionInvoker(request *model.CreateFunctionRequest) *CreateFunctionInvoker
- func (c *FunctionGraphClient) CreateFunctionTrigger(request *model.CreateFunctionTriggerRequest) (*model.CreateFunctionTriggerResponse, error)
- func (c *FunctionGraphClient) CreateFunctionTriggerInvoker(request *model.CreateFunctionTriggerRequest) *CreateFunctionTriggerInvoker
- func (c *FunctionGraphClient) CreateFunctionVersion(request *model.CreateFunctionVersionRequest) (*model.CreateFunctionVersionResponse, error)
- func (c *FunctionGraphClient) CreateFunctionVersionInvoker(request *model.CreateFunctionVersionRequest) *CreateFunctionVersionInvoker
- func (c *FunctionGraphClient) CreateVersionAlias(request *model.CreateVersionAliasRequest) (*model.CreateVersionAliasResponse, error)
- func (c *FunctionGraphClient) CreateVersionAliasInvoker(request *model.CreateVersionAliasRequest) *CreateVersionAliasInvoker
- func (c *FunctionGraphClient) CreateWorkflow(request *model.CreateWorkflowRequest) (*model.CreateWorkflowResponse, error)
- func (c *FunctionGraphClient) CreateWorkflowInvoker(request *model.CreateWorkflowRequest) *CreateWorkflowInvoker
- func (c *FunctionGraphClient) DeleteDependency(request *model.DeleteDependencyRequest) (*model.DeleteDependencyResponse, error)
- func (c *FunctionGraphClient) DeleteDependencyInvoker(request *model.DeleteDependencyRequest) *DeleteDependencyInvoker
- func (c *FunctionGraphClient) DeleteDependencyVersion(request *model.DeleteDependencyVersionRequest) (*model.DeleteDependencyVersionResponse, error)
- func (c *FunctionGraphClient) DeleteDependencyVersionInvoker(request *model.DeleteDependencyVersionRequest) *DeleteDependencyVersionInvoker
- func (c *FunctionGraphClient) DeleteEvent(request *model.DeleteEventRequest) (*model.DeleteEventResponse, error)
- func (c *FunctionGraphClient) DeleteEventInvoker(request *model.DeleteEventRequest) *DeleteEventInvoker
- func (c *FunctionGraphClient) DeleteFunction(request *model.DeleteFunctionRequest) (*model.DeleteFunctionResponse, error)
- func (c *FunctionGraphClient) DeleteFunctionAsyncInvokeConfig(request *model.DeleteFunctionAsyncInvokeConfigRequest) (*model.DeleteFunctionAsyncInvokeConfigResponse, error)
- func (c *FunctionGraphClient) DeleteFunctionAsyncInvokeConfigInvoker(request *model.DeleteFunctionAsyncInvokeConfigRequest) *DeleteFunctionAsyncInvokeConfigInvoker
- func (c *FunctionGraphClient) DeleteFunctionInvoker(request *model.DeleteFunctionRequest) *DeleteFunctionInvoker
- func (c *FunctionGraphClient) DeleteFunctionTrigger(request *model.DeleteFunctionTriggerRequest) (*model.DeleteFunctionTriggerResponse, error)
- func (c *FunctionGraphClient) DeleteFunctionTriggerInvoker(request *model.DeleteFunctionTriggerRequest) *DeleteFunctionTriggerInvoker
- func (c *FunctionGraphClient) DeleteVersionAlias(request *model.DeleteVersionAliasRequest) (*model.DeleteVersionAliasResponse, error)
- func (c *FunctionGraphClient) DeleteVersionAliasInvoker(request *model.DeleteVersionAliasRequest) *DeleteVersionAliasInvoker
- func (c *FunctionGraphClient) EnableLtsLogs(request *model.EnableLtsLogsRequest) (*model.EnableLtsLogsResponse, error)
- func (c *FunctionGraphClient) EnableLtsLogsInvoker(request *model.EnableLtsLogsRequest) *EnableLtsLogsInvoker
- func (c *FunctionGraphClient) ExportFunction(request *model.ExportFunctionRequest) (*model.ExportFunctionResponse, error)
- func (c *FunctionGraphClient) ExportFunctionInvoker(request *model.ExportFunctionRequest) *ExportFunctionInvoker
- func (c *FunctionGraphClient) ImportFunction(request *model.ImportFunctionRequest) (*model.ImportFunctionResponse, error)
- func (c *FunctionGraphClient) ImportFunctionInvoker(request *model.ImportFunctionRequest) *ImportFunctionInvoker
- func (c *FunctionGraphClient) InvokeFunction(request *model.InvokeFunctionRequest) (*model.InvokeFunctionResponse, error)
- func (c *FunctionGraphClient) InvokeFunctionInvoker(request *model.InvokeFunctionRequest) *InvokeFunctionInvoker
- func (c *FunctionGraphClient) ListAsyncInvocations(request *model.ListAsyncInvocationsRequest) (*model.ListAsyncInvocationsResponse, error)
- func (c *FunctionGraphClient) ListAsyncInvocationsInvoker(request *model.ListAsyncInvocationsRequest) *ListAsyncInvocationsInvoker
- func (c *FunctionGraphClient) ListDependencies(request *model.ListDependenciesRequest) (*model.ListDependenciesResponse, error)
- func (c *FunctionGraphClient) ListDependenciesInvoker(request *model.ListDependenciesRequest) *ListDependenciesInvoker
- func (c *FunctionGraphClient) ListDependencyVersion(request *model.ListDependencyVersionRequest) (*model.ListDependencyVersionResponse, error)
- func (c *FunctionGraphClient) ListDependencyVersionInvoker(request *model.ListDependencyVersionRequest) *ListDependencyVersionInvoker
- func (c *FunctionGraphClient) ListEvents(request *model.ListEventsRequest) (*model.ListEventsResponse, error)
- func (c *FunctionGraphClient) ListEventsInvoker(request *model.ListEventsRequest) *ListEventsInvoker
- func (c *FunctionGraphClient) ListFunctionAsMetric(request *model.ListFunctionAsMetricRequest) (*model.ListFunctionAsMetricResponse, error)
- func (c *FunctionGraphClient) ListFunctionAsMetricInvoker(request *model.ListFunctionAsMetricRequest) *ListFunctionAsMetricInvoker
- func (c *FunctionGraphClient) ListFunctionAsyncInvokeConfig(request *model.ListFunctionAsyncInvokeConfigRequest) (*model.ListFunctionAsyncInvokeConfigResponse, error)
- func (c *FunctionGraphClient) ListFunctionAsyncInvokeConfigInvoker(request *model.ListFunctionAsyncInvokeConfigRequest) *ListFunctionAsyncInvokeConfigInvoker
- func (c *FunctionGraphClient) ListFunctionReservedInstances(request *model.ListFunctionReservedInstancesRequest) (*model.ListFunctionReservedInstancesResponse, error)
- func (c *FunctionGraphClient) ListFunctionReservedInstancesInvoker(request *model.ListFunctionReservedInstancesRequest) *ListFunctionReservedInstancesInvoker
- func (c *FunctionGraphClient) ListFunctionStatistics(request *model.ListFunctionStatisticsRequest) (*model.ListFunctionStatisticsResponse, error)
- func (c *FunctionGraphClient) ListFunctionStatisticsInvoker(request *model.ListFunctionStatisticsRequest) *ListFunctionStatisticsInvoker
- func (c *FunctionGraphClient) ListFunctionTriggers(request *model.ListFunctionTriggersRequest) (*model.ListFunctionTriggersResponse, error)
- func (c *FunctionGraphClient) ListFunctionTriggersInvoker(request *model.ListFunctionTriggersRequest) *ListFunctionTriggersInvoker
- func (c *FunctionGraphClient) ListFunctionVersions(request *model.ListFunctionVersionsRequest) (*model.ListFunctionVersionsResponse, error)
- func (c *FunctionGraphClient) ListFunctionVersionsInvoker(request *model.ListFunctionVersionsRequest) *ListFunctionVersionsInvoker
- func (c *FunctionGraphClient) ListFunctions(request *model.ListFunctionsRequest) (*model.ListFunctionsResponse, error)
- func (c *FunctionGraphClient) ListFunctionsInvoker(request *model.ListFunctionsRequest) *ListFunctionsInvoker
- func (c *FunctionGraphClient) ListQuotas(request *model.ListQuotasRequest) (*model.ListQuotasResponse, error)
- func (c *FunctionGraphClient) ListQuotasInvoker(request *model.ListQuotasRequest) *ListQuotasInvoker
- func (c *FunctionGraphClient) ListReservedInstanceConfigs(request *model.ListReservedInstanceConfigsRequest) (*model.ListReservedInstanceConfigsResponse, error)
- func (c *FunctionGraphClient) ListReservedInstanceConfigsInvoker(request *model.ListReservedInstanceConfigsRequest) *ListReservedInstanceConfigsInvoker
- func (c *FunctionGraphClient) ListStatistics(request *model.ListStatisticsRequest) (*model.ListStatisticsResponse, error)
- func (c *FunctionGraphClient) ListStatisticsInvoker(request *model.ListStatisticsRequest) *ListStatisticsInvoker
- func (c *FunctionGraphClient) ListVersionAliases(request *model.ListVersionAliasesRequest) (*model.ListVersionAliasesResponse, error)
- func (c *FunctionGraphClient) ListVersionAliasesInvoker(request *model.ListVersionAliasesRequest) *ListVersionAliasesInvoker
- func (c *FunctionGraphClient) ListWorkflow(request *model.ListWorkflowRequest) (*model.ListWorkflowResponse, error)
- func (c *FunctionGraphClient) ListWorkflowExecutions(request *model.ListWorkflowExecutionsRequest) (*model.ListWorkflowExecutionsResponse, error)
- func (c *FunctionGraphClient) ListWorkflowExecutionsInvoker(request *model.ListWorkflowExecutionsRequest) *ListWorkflowExecutionsInvoker
- func (c *FunctionGraphClient) ListWorkflowInvoker(request *model.ListWorkflowRequest) *ListWorkflowInvoker
- func (c *FunctionGraphClient) RetryWorkFlow(request *model.RetryWorkFlowRequest) (*model.RetryWorkFlowResponse, error)
- func (c *FunctionGraphClient) RetryWorkFlowInvoker(request *model.RetryWorkFlowRequest) *RetryWorkFlowInvoker
- func (c *FunctionGraphClient) ShowDependcy(request *model.ShowDependcyRequest) (*model.ShowDependcyResponse, error)
- func (c *FunctionGraphClient) ShowDependcyInvoker(request *model.ShowDependcyRequest) *ShowDependcyInvoker
- func (c *FunctionGraphClient) ShowDependencyVersion(request *model.ShowDependencyVersionRequest) (*model.ShowDependencyVersionResponse, error)
- func (c *FunctionGraphClient) ShowDependencyVersionInvoker(request *model.ShowDependencyVersionRequest) *ShowDependencyVersionInvoker
- func (c *FunctionGraphClient) ShowEvent(request *model.ShowEventRequest) (*model.ShowEventResponse, error)
- func (c *FunctionGraphClient) ShowEventInvoker(request *model.ShowEventRequest) *ShowEventInvoker
- func (c *FunctionGraphClient) ShowFunctionAsyncInvokeConfig(request *model.ShowFunctionAsyncInvokeConfigRequest) (*model.ShowFunctionAsyncInvokeConfigResponse, error)
- func (c *FunctionGraphClient) ShowFunctionAsyncInvokeConfigInvoker(request *model.ShowFunctionAsyncInvokeConfigRequest) *ShowFunctionAsyncInvokeConfigInvoker
- func (c *FunctionGraphClient) ShowFunctionCode(request *model.ShowFunctionCodeRequest) (*model.ShowFunctionCodeResponse, error)
- func (c *FunctionGraphClient) ShowFunctionCodeInvoker(request *model.ShowFunctionCodeRequest) *ShowFunctionCodeInvoker
- func (c *FunctionGraphClient) ShowFunctionConfig(request *model.ShowFunctionConfigRequest) (*model.ShowFunctionConfigResponse, error)
- func (c *FunctionGraphClient) ShowFunctionConfigInvoker(request *model.ShowFunctionConfigRequest) *ShowFunctionConfigInvoker
- func (c *FunctionGraphClient) ShowFunctionTrigger(request *model.ShowFunctionTriggerRequest) (*model.ShowFunctionTriggerResponse, error)
- func (c *FunctionGraphClient) ShowFunctionTriggerInvoker(request *model.ShowFunctionTriggerRequest) *ShowFunctionTriggerInvoker
- func (c *FunctionGraphClient) ShowLtsLogDetails(request *model.ShowLtsLogDetailsRequest) (*model.ShowLtsLogDetailsResponse, error)
- func (c *FunctionGraphClient) ShowLtsLogDetailsInvoker(request *model.ShowLtsLogDetailsRequest) *ShowLtsLogDetailsInvoker
- func (c *FunctionGraphClient) ShowTenantMetric(request *model.ShowTenantMetricRequest) (*model.ShowTenantMetricResponse, error)
- func (c *FunctionGraphClient) ShowTenantMetricInvoker(request *model.ShowTenantMetricRequest) *ShowTenantMetricInvoker
- func (c *FunctionGraphClient) ShowTracing(request *model.ShowTracingRequest) (*model.ShowTracingResponse, error)
- func (c *FunctionGraphClient) ShowTracingInvoker(request *model.ShowTracingRequest) *ShowTracingInvoker
- func (c *FunctionGraphClient) ShowVersionAlias(request *model.ShowVersionAliasRequest) (*model.ShowVersionAliasResponse, error)
- func (c *FunctionGraphClient) ShowVersionAliasInvoker(request *model.ShowVersionAliasRequest) *ShowVersionAliasInvoker
- func (c *FunctionGraphClient) ShowWorkFlow(request *model.ShowWorkFlowRequest) (*model.ShowWorkFlowResponse, error)
- func (c *FunctionGraphClient) ShowWorkFlowInvoker(request *model.ShowWorkFlowRequest) *ShowWorkFlowInvoker
- func (c *FunctionGraphClient) ShowWorkFlowMetric(request *model.ShowWorkFlowMetricRequest) (*model.ShowWorkFlowMetricResponse, error)
- func (c *FunctionGraphClient) ShowWorkFlowMetricInvoker(request *model.ShowWorkFlowMetricRequest) *ShowWorkFlowMetricInvoker
- func (c *FunctionGraphClient) ShowWorkflowExecution(request *model.ShowWorkflowExecutionRequest) (*model.ShowWorkflowExecutionResponse, error)
- func (c *FunctionGraphClient) ShowWorkflowExecutionForPage(request *model.ShowWorkflowExecutionForPageRequest) (*model.ShowWorkflowExecutionForPageResponse, error)
- func (c *FunctionGraphClient) ShowWorkflowExecutionForPageInvoker(request *model.ShowWorkflowExecutionForPageRequest) *ShowWorkflowExecutionForPageInvoker
- func (c *FunctionGraphClient) ShowWorkflowExecutionInvoker(request *model.ShowWorkflowExecutionRequest) *ShowWorkflowExecutionInvoker
- func (c *FunctionGraphClient) StartSyncWorkflowExecution(request *model.StartSyncWorkflowExecutionRequest) (*model.StartSyncWorkflowExecutionResponse, error)
- func (c *FunctionGraphClient) StartSyncWorkflowExecutionInvoker(request *model.StartSyncWorkflowExecutionRequest) *StartSyncWorkflowExecutionInvoker
- func (c *FunctionGraphClient) StartWorkflowExecution(request *model.StartWorkflowExecutionRequest) (*model.StartWorkflowExecutionResponse, error)
- func (c *FunctionGraphClient) StartWorkflowExecutionInvoker(request *model.StartWorkflowExecutionRequest) *StartWorkflowExecutionInvoker
- func (c *FunctionGraphClient) StopWorkFlow(request *model.StopWorkFlowRequest) (*model.StopWorkFlowResponse, error)
- func (c *FunctionGraphClient) StopWorkFlowInvoker(request *model.StopWorkFlowRequest) *StopWorkFlowInvoker
- func (c *FunctionGraphClient) UpdateDependcy(request *model.UpdateDependcyRequest) (*model.UpdateDependcyResponse, error)
- func (c *FunctionGraphClient) UpdateDependcyInvoker(request *model.UpdateDependcyRequest) *UpdateDependcyInvoker
- func (c *FunctionGraphClient) UpdateEvent(request *model.UpdateEventRequest) (*model.UpdateEventResponse, error)
- func (c *FunctionGraphClient) UpdateEventInvoker(request *model.UpdateEventRequest) *UpdateEventInvoker
- func (c *FunctionGraphClient) UpdateFunctionAsyncInvokeConfig(request *model.UpdateFunctionAsyncInvokeConfigRequest) (*model.UpdateFunctionAsyncInvokeConfigResponse, error)
- func (c *FunctionGraphClient) UpdateFunctionAsyncInvokeConfigInvoker(request *model.UpdateFunctionAsyncInvokeConfigRequest) *UpdateFunctionAsyncInvokeConfigInvoker
- func (c *FunctionGraphClient) UpdateFunctionCode(request *model.UpdateFunctionCodeRequest) (*model.UpdateFunctionCodeResponse, error)
- func (c *FunctionGraphClient) UpdateFunctionCodeInvoker(request *model.UpdateFunctionCodeRequest) *UpdateFunctionCodeInvoker
- func (c *FunctionGraphClient) UpdateFunctionConfig(request *model.UpdateFunctionConfigRequest) (*model.UpdateFunctionConfigResponse, error)
- func (c *FunctionGraphClient) UpdateFunctionConfigInvoker(request *model.UpdateFunctionConfigRequest) *UpdateFunctionConfigInvoker
- func (c *FunctionGraphClient) UpdateFunctionMaxInstanceConfig(request *model.UpdateFunctionMaxInstanceConfigRequest) (*model.UpdateFunctionMaxInstanceConfigResponse, error)
- func (c *FunctionGraphClient) UpdateFunctionMaxInstanceConfigInvoker(request *model.UpdateFunctionMaxInstanceConfigRequest) *UpdateFunctionMaxInstanceConfigInvoker
- func (c *FunctionGraphClient) UpdateFunctionReservedInstancesCount(request *model.UpdateFunctionReservedInstancesCountRequest) (*model.UpdateFunctionReservedInstancesCountResponse, error)
- func (c *FunctionGraphClient) UpdateFunctionReservedInstancesCountInvoker(request *model.UpdateFunctionReservedInstancesCountRequest) *UpdateFunctionReservedInstancesCountInvoker
- func (c *FunctionGraphClient) UpdateTracing(request *model.UpdateTracingRequest) (*model.UpdateTracingResponse, error)
- func (c *FunctionGraphClient) UpdateTracingInvoker(request *model.UpdateTracingRequest) *UpdateTracingInvoker
- func (c *FunctionGraphClient) UpdateTrigger(request *model.UpdateTriggerRequest) (*model.UpdateTriggerResponse, error)
- func (c *FunctionGraphClient) UpdateTriggerInvoker(request *model.UpdateTriggerRequest) *UpdateTriggerInvoker
- func (c *FunctionGraphClient) UpdateVersionAlias(request *model.UpdateVersionAliasRequest) (*model.UpdateVersionAliasResponse, error)
- func (c *FunctionGraphClient) UpdateVersionAliasInvoker(request *model.UpdateVersionAliasRequest) *UpdateVersionAliasInvoker
- func (c *FunctionGraphClient) UpdateWorkFlow(request *model.UpdateWorkFlowRequest) (*model.UpdateWorkFlowResponse, error)
- func (c *FunctionGraphClient) UpdateWorkFlowInvoker(request *model.UpdateWorkFlowRequest) *UpdateWorkFlowInvoker
- type ImportFunctionInvoker
- type InvokeFunctionInvoker
- type ListAsyncInvocationsInvoker
- type ListDependenciesInvoker
- type ListDependencyVersionInvoker
- type ListEventsInvoker
- type ListFunctionAsMetricInvoker
- type ListFunctionAsyncInvokeConfigInvoker
- type ListFunctionReservedInstancesInvoker
- type ListFunctionStatisticsInvoker
- type ListFunctionTriggersInvoker
- type ListFunctionVersionsInvoker
- type ListFunctionsInvoker
- type ListQuotasInvoker
- type ListReservedInstanceConfigsInvoker
- type ListStatisticsInvoker
- type ListVersionAliasesInvoker
- type ListWorkflowExecutionsInvoker
- type ListWorkflowInvoker
- type RetryWorkFlowInvoker
- type ShowDependcyInvoker
- type ShowDependencyVersionInvoker
- type ShowEventInvoker
- type ShowFunctionAsyncInvokeConfigInvoker
- type ShowFunctionCodeInvoker
- type ShowFunctionConfigInvoker
- type ShowFunctionTriggerInvoker
- type ShowLtsLogDetailsInvoker
- type ShowTenantMetricInvoker
- type ShowTracingInvoker
- type ShowVersionAliasInvoker
- type ShowWorkFlowInvoker
- type ShowWorkFlowMetricInvoker
- type ShowWorkflowExecutionForPageInvoker
- type ShowWorkflowExecutionInvoker
- type StartSyncWorkflowExecutionInvoker
- type StartWorkflowExecutionInvoker
- type StopWorkFlowInvoker
- type UpdateDependcyInvoker
- type UpdateEventInvoker
- type UpdateFunctionAsyncInvokeConfigInvoker
- type UpdateFunctionCodeInvoker
- type UpdateFunctionConfigInvoker
- type UpdateFunctionMaxInstanceConfigInvoker
- type UpdateFunctionReservedInstancesCountInvoker
- type UpdateTracingInvoker
- type UpdateTriggerInvoker
- type UpdateVersionAliasInvoker
- type UpdateWorkFlowInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FunctionGraphClientBuilder ¶
func FunctionGraphClientBuilder() *http_client.HcHttpClientBuilder
func GenReqDefForAsyncInvokeFunction ¶
func GenReqDefForAsyncInvokeFunction() *def.HttpRequestDef
func GenReqDefForAsyncInvokeReservedFunction ¶ added in v0.0.47
func GenReqDefForAsyncInvokeReservedFunction() *def.HttpRequestDef
func GenReqDefForBatchDeleteFunctionTriggers ¶
func GenReqDefForBatchDeleteFunctionTriggers() *def.HttpRequestDef
func GenReqDefForBatchDeleteWorkflows ¶ added in v0.0.81
func GenReqDefForBatchDeleteWorkflows() *def.HttpRequestDef
func GenReqDefForCancelAsyncInvocation ¶ added in v0.0.86
func GenReqDefForCancelAsyncInvocation() *def.HttpRequestDef
func GenReqDefForCreateDependency ¶
func GenReqDefForCreateDependency() *def.HttpRequestDef
func GenReqDefForCreateDependencyVersion ¶ added in v0.1.12
func GenReqDefForCreateDependencyVersion() *def.HttpRequestDef
func GenReqDefForCreateEvent ¶
func GenReqDefForCreateEvent() *def.HttpRequestDef
func GenReqDefForCreateFunction ¶
func GenReqDefForCreateFunction() *def.HttpRequestDef
func GenReqDefForCreateFunctionTrigger ¶
func GenReqDefForCreateFunctionTrigger() *def.HttpRequestDef
func GenReqDefForCreateFunctionVersion ¶
func GenReqDefForCreateFunctionVersion() *def.HttpRequestDef
func GenReqDefForCreateVersionAlias ¶
func GenReqDefForCreateVersionAlias() *def.HttpRequestDef
func GenReqDefForCreateWorkflow ¶ added in v0.0.81
func GenReqDefForCreateWorkflow() *def.HttpRequestDef
func GenReqDefForDeleteDependency ¶
func GenReqDefForDeleteDependency() *def.HttpRequestDef
func GenReqDefForDeleteDependencyVersion ¶ added in v0.1.12
func GenReqDefForDeleteDependencyVersion() *def.HttpRequestDef
func GenReqDefForDeleteEvent ¶
func GenReqDefForDeleteEvent() *def.HttpRequestDef
func GenReqDefForDeleteFunction ¶
func GenReqDefForDeleteFunction() *def.HttpRequestDef
func GenReqDefForDeleteFunctionAsyncInvokeConfig ¶
func GenReqDefForDeleteFunctionAsyncInvokeConfig() *def.HttpRequestDef
func GenReqDefForDeleteFunctionTrigger ¶
func GenReqDefForDeleteFunctionTrigger() *def.HttpRequestDef
func GenReqDefForDeleteVersionAlias ¶
func GenReqDefForDeleteVersionAlias() *def.HttpRequestDef
func GenReqDefForEnableLtsLogs ¶ added in v0.0.53
func GenReqDefForEnableLtsLogs() *def.HttpRequestDef
func GenReqDefForExportFunction ¶ added in v0.0.47
func GenReqDefForExportFunction() *def.HttpRequestDef
func GenReqDefForImportFunction ¶ added in v0.0.47
func GenReqDefForImportFunction() *def.HttpRequestDef
func GenReqDefForInvokeFunction ¶
func GenReqDefForInvokeFunction() *def.HttpRequestDef
func GenReqDefForListAsyncInvocations ¶ added in v0.0.104
func GenReqDefForListAsyncInvocations() *def.HttpRequestDef
func GenReqDefForListDependencies ¶
func GenReqDefForListDependencies() *def.HttpRequestDef
func GenReqDefForListDependencyVersion ¶ added in v0.1.12
func GenReqDefForListDependencyVersion() *def.HttpRequestDef
func GenReqDefForListEvents ¶
func GenReqDefForListEvents() *def.HttpRequestDef
func GenReqDefForListFunctionAsMetric ¶ added in v0.1.12
func GenReqDefForListFunctionAsMetric() *def.HttpRequestDef
func GenReqDefForListFunctionAsyncInvokeConfig ¶
func GenReqDefForListFunctionAsyncInvokeConfig() *def.HttpRequestDef
func GenReqDefForListFunctionReservedInstances ¶ added in v0.1.12
func GenReqDefForListFunctionReservedInstances() *def.HttpRequestDef
func GenReqDefForListFunctionStatistics ¶
func GenReqDefForListFunctionStatistics() *def.HttpRequestDef
func GenReqDefForListFunctionTriggers ¶
func GenReqDefForListFunctionTriggers() *def.HttpRequestDef
func GenReqDefForListFunctionVersions ¶
func GenReqDefForListFunctionVersions() *def.HttpRequestDef
func GenReqDefForListFunctions ¶
func GenReqDefForListFunctions() *def.HttpRequestDef
func GenReqDefForListQuotas ¶
func GenReqDefForListQuotas() *def.HttpRequestDef
func GenReqDefForListReservedInstanceConfigs ¶ added in v0.1.12
func GenReqDefForListReservedInstanceConfigs() *def.HttpRequestDef
func GenReqDefForListStatistics ¶
func GenReqDefForListStatistics() *def.HttpRequestDef
func GenReqDefForListVersionAliases ¶
func GenReqDefForListVersionAliases() *def.HttpRequestDef
func GenReqDefForListWorkflow ¶ added in v0.0.104
func GenReqDefForListWorkflow() *def.HttpRequestDef
func GenReqDefForListWorkflowExecutions ¶ added in v0.0.81
func GenReqDefForListWorkflowExecutions() *def.HttpRequestDef
func GenReqDefForRetryWorkFlow ¶ added in v0.0.81
func GenReqDefForRetryWorkFlow() *def.HttpRequestDef
func GenReqDefForShowDependcy ¶ added in v0.0.104
func GenReqDefForShowDependcy() *def.HttpRequestDef
func GenReqDefForShowDependencyVersion ¶ added in v0.1.12
func GenReqDefForShowDependencyVersion() *def.HttpRequestDef
func GenReqDefForShowEvent ¶
func GenReqDefForShowEvent() *def.HttpRequestDef
func GenReqDefForShowFunctionAsyncInvokeConfig ¶
func GenReqDefForShowFunctionAsyncInvokeConfig() *def.HttpRequestDef
func GenReqDefForShowFunctionCode ¶
func GenReqDefForShowFunctionCode() *def.HttpRequestDef
func GenReqDefForShowFunctionConfig ¶
func GenReqDefForShowFunctionConfig() *def.HttpRequestDef
func GenReqDefForShowFunctionTrigger ¶
func GenReqDefForShowFunctionTrigger() *def.HttpRequestDef
func GenReqDefForShowLtsLogDetails ¶ added in v0.0.53
func GenReqDefForShowLtsLogDetails() *def.HttpRequestDef
func GenReqDefForShowTenantMetric ¶ added in v0.0.81
func GenReqDefForShowTenantMetric() *def.HttpRequestDef
func GenReqDefForShowTracing ¶ added in v0.0.68
func GenReqDefForShowTracing() *def.HttpRequestDef
func GenReqDefForShowVersionAlias ¶
func GenReqDefForShowVersionAlias() *def.HttpRequestDef
func GenReqDefForShowWorkFlow ¶ added in v0.0.81
func GenReqDefForShowWorkFlow() *def.HttpRequestDef
func GenReqDefForShowWorkFlowMetric ¶ added in v0.0.81
func GenReqDefForShowWorkFlowMetric() *def.HttpRequestDef
func GenReqDefForShowWorkflowExecution ¶ added in v0.0.81
func GenReqDefForShowWorkflowExecution() *def.HttpRequestDef
func GenReqDefForShowWorkflowExecutionForPage ¶ added in v0.1.10
func GenReqDefForShowWorkflowExecutionForPage() *def.HttpRequestDef
func GenReqDefForStartSyncWorkflowExecution ¶ added in v0.0.86
func GenReqDefForStartSyncWorkflowExecution() *def.HttpRequestDef
func GenReqDefForStartWorkflowExecution ¶ added in v0.0.81
func GenReqDefForStartWorkflowExecution() *def.HttpRequestDef
func GenReqDefForStopWorkFlow ¶ added in v0.0.81
func GenReqDefForStopWorkFlow() *def.HttpRequestDef
func GenReqDefForUpdateDependcy ¶ added in v0.0.104
func GenReqDefForUpdateDependcy() *def.HttpRequestDef
func GenReqDefForUpdateEvent ¶
func GenReqDefForUpdateEvent() *def.HttpRequestDef
func GenReqDefForUpdateFunctionAsyncInvokeConfig ¶
func GenReqDefForUpdateFunctionAsyncInvokeConfig() *def.HttpRequestDef
func GenReqDefForUpdateFunctionCode ¶
func GenReqDefForUpdateFunctionCode() *def.HttpRequestDef
func GenReqDefForUpdateFunctionConfig ¶
func GenReqDefForUpdateFunctionConfig() *def.HttpRequestDef
func GenReqDefForUpdateFunctionMaxInstanceConfig ¶ added in v0.0.96
func GenReqDefForUpdateFunctionMaxInstanceConfig() *def.HttpRequestDef
func GenReqDefForUpdateFunctionReservedInstancesCount ¶ added in v0.0.104
func GenReqDefForUpdateFunctionReservedInstancesCount() *def.HttpRequestDef
func GenReqDefForUpdateTracing ¶ added in v0.0.68
func GenReqDefForUpdateTracing() *def.HttpRequestDef
func GenReqDefForUpdateTrigger ¶
func GenReqDefForUpdateTrigger() *def.HttpRequestDef
func GenReqDefForUpdateVersionAlias ¶
func GenReqDefForUpdateVersionAlias() *def.HttpRequestDef
func GenReqDefForUpdateWorkFlow ¶ added in v0.0.81
func GenReqDefForUpdateWorkFlow() *def.HttpRequestDef
Types ¶
type AsyncInvokeFunctionInvoker ¶ added in v0.0.90
type AsyncInvokeFunctionInvoker struct {
*invoker.BaseInvoker
}
func (*AsyncInvokeFunctionInvoker) Invoke ¶ added in v0.0.90
func (i *AsyncInvokeFunctionInvoker) Invoke() (*model.AsyncInvokeFunctionResponse, error)
type AsyncInvokeReservedFunctionInvoker ¶ added in v0.0.90
type AsyncInvokeReservedFunctionInvoker struct {
*invoker.BaseInvoker
}
func (*AsyncInvokeReservedFunctionInvoker) Invoke ¶ added in v0.0.90
func (i *AsyncInvokeReservedFunctionInvoker) Invoke() (*model.AsyncInvokeReservedFunctionResponse, error)
type BatchDeleteFunctionTriggersInvoker ¶ added in v0.0.90
type BatchDeleteFunctionTriggersInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteFunctionTriggersInvoker) Invoke ¶ added in v0.0.90
func (i *BatchDeleteFunctionTriggersInvoker) Invoke() (*model.BatchDeleteFunctionTriggersResponse, error)
type BatchDeleteWorkflowsInvoker ¶ added in v0.0.90
type BatchDeleteWorkflowsInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteWorkflowsInvoker) Invoke ¶ added in v0.0.90
func (i *BatchDeleteWorkflowsInvoker) Invoke() (*model.BatchDeleteWorkflowsResponse, error)
type CancelAsyncInvocationInvoker ¶ added in v0.0.90
type CancelAsyncInvocationInvoker struct {
*invoker.BaseInvoker
}
func (*CancelAsyncInvocationInvoker) Invoke ¶ added in v0.0.90
func (i *CancelAsyncInvocationInvoker) Invoke() (*model.CancelAsyncInvocationResponse, error)
type CreateDependencyInvoker ¶ added in v0.0.90
type CreateDependencyInvoker struct {
*invoker.BaseInvoker
}
func (*CreateDependencyInvoker) Invoke ¶ added in v0.0.90
func (i *CreateDependencyInvoker) Invoke() (*model.CreateDependencyResponse, error)
type CreateDependencyVersionInvoker ¶ added in v0.1.12
type CreateDependencyVersionInvoker struct {
*invoker.BaseInvoker
}
func (*CreateDependencyVersionInvoker) Invoke ¶ added in v0.1.12
func (i *CreateDependencyVersionInvoker) Invoke() (*model.CreateDependencyVersionResponse, error)
type CreateEventInvoker ¶ added in v0.0.90
type CreateEventInvoker struct {
*invoker.BaseInvoker
}
func (*CreateEventInvoker) Invoke ¶ added in v0.0.90
func (i *CreateEventInvoker) Invoke() (*model.CreateEventResponse, error)
type CreateFunctionInvoker ¶ added in v0.0.90
type CreateFunctionInvoker struct {
*invoker.BaseInvoker
}
func (*CreateFunctionInvoker) Invoke ¶ added in v0.0.90
func (i *CreateFunctionInvoker) Invoke() (*model.CreateFunctionResponse, error)
type CreateFunctionTriggerInvoker ¶ added in v0.0.90
type CreateFunctionTriggerInvoker struct {
*invoker.BaseInvoker
}
func (*CreateFunctionTriggerInvoker) Invoke ¶ added in v0.0.90
func (i *CreateFunctionTriggerInvoker) Invoke() (*model.CreateFunctionTriggerResponse, error)
type CreateFunctionVersionInvoker ¶ added in v0.0.90
type CreateFunctionVersionInvoker struct {
*invoker.BaseInvoker
}
func (*CreateFunctionVersionInvoker) Invoke ¶ added in v0.0.90
func (i *CreateFunctionVersionInvoker) Invoke() (*model.CreateFunctionVersionResponse, error)
type CreateVersionAliasInvoker ¶ added in v0.0.90
type CreateVersionAliasInvoker struct {
*invoker.BaseInvoker
}
func (*CreateVersionAliasInvoker) Invoke ¶ added in v0.0.90
func (i *CreateVersionAliasInvoker) Invoke() (*model.CreateVersionAliasResponse, error)
type CreateWorkflowInvoker ¶ added in v0.0.90
type CreateWorkflowInvoker struct {
*invoker.BaseInvoker
}
func (*CreateWorkflowInvoker) Invoke ¶ added in v0.0.90
func (i *CreateWorkflowInvoker) Invoke() (*model.CreateWorkflowResponse, error)
type DeleteDependencyInvoker ¶ added in v0.0.90
type DeleteDependencyInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteDependencyInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteDependencyInvoker) Invoke() (*model.DeleteDependencyResponse, error)
type DeleteDependencyVersionInvoker ¶ added in v0.1.12
type DeleteDependencyVersionInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteDependencyVersionInvoker) Invoke ¶ added in v0.1.12
func (i *DeleteDependencyVersionInvoker) Invoke() (*model.DeleteDependencyVersionResponse, error)
type DeleteEventInvoker ¶ added in v0.0.90
type DeleteEventInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEventInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteEventInvoker) Invoke() (*model.DeleteEventResponse, error)
type DeleteFunctionAsyncInvokeConfigInvoker ¶ added in v0.0.90
type DeleteFunctionAsyncInvokeConfigInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteFunctionAsyncInvokeConfigInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteFunctionAsyncInvokeConfigInvoker) Invoke() (*model.DeleteFunctionAsyncInvokeConfigResponse, error)
type DeleteFunctionInvoker ¶ added in v0.0.90
type DeleteFunctionInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteFunctionInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteFunctionInvoker) Invoke() (*model.DeleteFunctionResponse, error)
type DeleteFunctionTriggerInvoker ¶ added in v0.0.90
type DeleteFunctionTriggerInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteFunctionTriggerInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteFunctionTriggerInvoker) Invoke() (*model.DeleteFunctionTriggerResponse, error)
type DeleteVersionAliasInvoker ¶ added in v0.0.90
type DeleteVersionAliasInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteVersionAliasInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteVersionAliasInvoker) Invoke() (*model.DeleteVersionAliasResponse, error)
type EnableLtsLogsInvoker ¶ added in v0.0.90
type EnableLtsLogsInvoker struct {
*invoker.BaseInvoker
}
func (*EnableLtsLogsInvoker) Invoke ¶ added in v0.0.90
func (i *EnableLtsLogsInvoker) Invoke() (*model.EnableLtsLogsResponse, error)
type ExportFunctionInvoker ¶ added in v0.0.90
type ExportFunctionInvoker struct {
*invoker.BaseInvoker
}
func (*ExportFunctionInvoker) Invoke ¶ added in v0.0.90
func (i *ExportFunctionInvoker) Invoke() (*model.ExportFunctionResponse, error)
type FunctionGraphClient ¶
type FunctionGraphClient struct {
HcClient *http_client.HcHttpClient
}
func NewFunctionGraphClient ¶
func NewFunctionGraphClient(hcClient *http_client.HcHttpClient) *FunctionGraphClient
func (*FunctionGraphClient) AsyncInvokeFunction ¶
func (c *FunctionGraphClient) AsyncInvokeFunction(request *model.AsyncInvokeFunctionRequest) (*model.AsyncInvokeFunctionResponse, error)
AsyncInvokeFunction 异步执行函数
异步执行函数。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) AsyncInvokeFunctionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) AsyncInvokeFunctionInvoker(request *model.AsyncInvokeFunctionRequest) *AsyncInvokeFunctionInvoker
AsyncInvokeFunctionInvoker 异步执行函数
func (*FunctionGraphClient) AsyncInvokeReservedFunction ¶ added in v0.0.47
func (c *FunctionGraphClient) AsyncInvokeReservedFunction(request *model.AsyncInvokeReservedFunctionRequest) (*model.AsyncInvokeReservedFunctionResponse, error)
AsyncInvokeReservedFunction 函数异步执行并返回预留实例ID
函数异步执行并返回预留实例ID用于场景指客户端请求执行比较费时任务,不需要同步等待执行完成返回结果,该方法提前返回任务执行对应的预留实例ID, 如果预留实例有异常,可以通过该实例ID把对应实例删除(该接口主要针对白名单用户)。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) AsyncInvokeReservedFunctionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) AsyncInvokeReservedFunctionInvoker(request *model.AsyncInvokeReservedFunctionRequest) *AsyncInvokeReservedFunctionInvoker
AsyncInvokeReservedFunctionInvoker 函数异步执行并返回预留实例ID
func (*FunctionGraphClient) BatchDeleteFunctionTriggers ¶
func (c *FunctionGraphClient) BatchDeleteFunctionTriggers(request *model.BatchDeleteFunctionTriggersRequest) (*model.BatchDeleteFunctionTriggersResponse, error)
BatchDeleteFunctionTriggers 删除指定函数的所有触发器
删除指定函数所有触发器设置。
在提供函数版本且非latest的情况下,删除对应函数版本的触发器。 在提供函数别名的情况下,删除对应函数别名的触发器。 在不提供函数版本(也不提供别名)或版本为latest的情况下,删除该函数所有的触发器(包括所有版本和别名)。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) BatchDeleteFunctionTriggersInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) BatchDeleteFunctionTriggersInvoker(request *model.BatchDeleteFunctionTriggersRequest) *BatchDeleteFunctionTriggersInvoker
BatchDeleteFunctionTriggersInvoker 删除指定函数的所有触发器
func (*FunctionGraphClient) BatchDeleteWorkflows ¶ added in v0.0.81
func (c *FunctionGraphClient) BatchDeleteWorkflows(request *model.BatchDeleteWorkflowsRequest) (*model.BatchDeleteWorkflowsResponse, error)
BatchDeleteWorkflows 删除函数流
删除函数流
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) BatchDeleteWorkflowsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) BatchDeleteWorkflowsInvoker(request *model.BatchDeleteWorkflowsRequest) *BatchDeleteWorkflowsInvoker
BatchDeleteWorkflowsInvoker 删除函数流
func (*FunctionGraphClient) CancelAsyncInvocation ¶ added in v0.0.86
func (c *FunctionGraphClient) CancelAsyncInvocation(request *model.CancelAsyncInvocationRequest) (*model.CancelAsyncInvocationResponse, error)
CancelAsyncInvocation 停止函数异步调用请求
-| 停止函数异步调用请求 当前仅支持recursive为false且force为true的参数。针对1:N的函数做并发异步调用 停止异步请求时实例同时在执行的其他请求也会被一并停止并返回4208 function invocation canceled 目前仅支持广州和贵阳一
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CancelAsyncInvocationInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) CancelAsyncInvocationInvoker(request *model.CancelAsyncInvocationRequest) *CancelAsyncInvocationInvoker
CancelAsyncInvocationInvoker 停止函数异步调用请求
func (*FunctionGraphClient) CreateDependency ¶
func (c *FunctionGraphClient) CreateDependency(request *model.CreateDependencyRequest) (*model.CreateDependencyResponse, error)
CreateDependency 创建依赖包
创建依赖包
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CreateDependencyInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) CreateDependencyInvoker(request *model.CreateDependencyRequest) *CreateDependencyInvoker
CreateDependencyInvoker 创建依赖包
func (*FunctionGraphClient) CreateDependencyVersion ¶ added in v0.1.12
func (c *FunctionGraphClient) CreateDependencyVersion(request *model.CreateDependencyVersionRequest) (*model.CreateDependencyVersionResponse, error)
CreateDependencyVersion 创建依赖包版本
创建依赖包版本
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CreateDependencyVersionInvoker ¶ added in v0.1.12
func (c *FunctionGraphClient) CreateDependencyVersionInvoker(request *model.CreateDependencyVersionRequest) *CreateDependencyVersionInvoker
CreateDependencyVersionInvoker 创建依赖包版本
func (*FunctionGraphClient) CreateEvent ¶
func (c *FunctionGraphClient) CreateEvent(request *model.CreateEventRequest) (*model.CreateEventResponse, error)
CreateEvent 创建测试事件
创建测试事件
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CreateEventInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) CreateEventInvoker(request *model.CreateEventRequest) *CreateEventInvoker
CreateEventInvoker 创建测试事件
func (*FunctionGraphClient) CreateFunction ¶
func (c *FunctionGraphClient) CreateFunction(request *model.CreateFunctionRequest) (*model.CreateFunctionResponse, error)
CreateFunction 创建函数
创建指定的函数。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CreateFunctionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) CreateFunctionInvoker(request *model.CreateFunctionRequest) *CreateFunctionInvoker
CreateFunctionInvoker 创建函数
func (*FunctionGraphClient) CreateFunctionTrigger ¶
func (c *FunctionGraphClient) CreateFunctionTrigger(request *model.CreateFunctionTriggerRequest) (*model.CreateFunctionTriggerResponse, error)
CreateFunctionTrigger 创建触发器
创建触发器。
- 可以创建的触发器类型包括TIMER、APIG、CTS、DDS、DMS、DIS、LTS、OBS、SMN、KAFKA。 - DDS和KAFKA触发器创建时默认为DISABLED状态,其他触发器默认为ACTIVE状态。 - TIMER、DDS、DMS、KAFKA、LTS触发器支持禁用,其他触发器不支持。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CreateFunctionTriggerInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) CreateFunctionTriggerInvoker(request *model.CreateFunctionTriggerRequest) *CreateFunctionTriggerInvoker
CreateFunctionTriggerInvoker 创建触发器
func (*FunctionGraphClient) CreateFunctionVersion ¶
func (c *FunctionGraphClient) CreateFunctionVersion(request *model.CreateFunctionVersionRequest) (*model.CreateFunctionVersionResponse, error)
CreateFunctionVersion 发布函数版本
发布函数版本。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CreateFunctionVersionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) CreateFunctionVersionInvoker(request *model.CreateFunctionVersionRequest) *CreateFunctionVersionInvoker
CreateFunctionVersionInvoker 发布函数版本
func (*FunctionGraphClient) CreateVersionAlias ¶
func (c *FunctionGraphClient) CreateVersionAlias(request *model.CreateVersionAliasRequest) (*model.CreateVersionAliasResponse, error)
CreateVersionAlias 创建函数版本别名
创建函数灰度版本别名。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CreateVersionAliasInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) CreateVersionAliasInvoker(request *model.CreateVersionAliasRequest) *CreateVersionAliasInvoker
CreateVersionAliasInvoker 创建函数版本别名
func (*FunctionGraphClient) CreateWorkflow ¶ added in v0.0.81
func (c *FunctionGraphClient) CreateWorkflow(request *model.CreateWorkflowRequest) (*model.CreateWorkflowResponse, error)
CreateWorkflow 创建函数流
创建函数流
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) CreateWorkflowInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) CreateWorkflowInvoker(request *model.CreateWorkflowRequest) *CreateWorkflowInvoker
CreateWorkflowInvoker 创建函数流
func (*FunctionGraphClient) DeleteDependency ¶
func (c *FunctionGraphClient) DeleteDependency(request *model.DeleteDependencyRequest) (*model.DeleteDependencyResponse, error)
DeleteDependency 删除指定的依赖包
删除指定的依赖包
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) DeleteDependencyInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) DeleteDependencyInvoker(request *model.DeleteDependencyRequest) *DeleteDependencyInvoker
DeleteDependencyInvoker 删除指定的依赖包
func (*FunctionGraphClient) DeleteDependencyVersion ¶ added in v0.1.12
func (c *FunctionGraphClient) DeleteDependencyVersion(request *model.DeleteDependencyVersionRequest) (*model.DeleteDependencyVersionResponse, error)
DeleteDependencyVersion 删除依赖包版本
删除依赖包版本
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) DeleteDependencyVersionInvoker ¶ added in v0.1.12
func (c *FunctionGraphClient) DeleteDependencyVersionInvoker(request *model.DeleteDependencyVersionRequest) *DeleteDependencyVersionInvoker
DeleteDependencyVersionInvoker 删除依赖包版本
func (*FunctionGraphClient) DeleteEvent ¶
func (c *FunctionGraphClient) DeleteEvent(request *model.DeleteEventRequest) (*model.DeleteEventResponse, error)
DeleteEvent 删除指定测试事件
删除指定测试事件
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) DeleteEventInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) DeleteEventInvoker(request *model.DeleteEventRequest) *DeleteEventInvoker
DeleteEventInvoker 删除指定测试事件
func (*FunctionGraphClient) DeleteFunction ¶
func (c *FunctionGraphClient) DeleteFunction(request *model.DeleteFunctionRequest) (*model.DeleteFunctionResponse, error)
DeleteFunction 删除函数/版本
删除指定的函数或者特定的版本(不允许删除latest版本)。
如果URN中包含函数版本或者别名,则删除特定的函数版本或者别名指向的版本以及该版本关联的trigger。 如果URN中不包含版本或者别名,则删除整个函数,包含所有版本以及别名,触发器。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) DeleteFunctionAsyncInvokeConfig ¶
func (c *FunctionGraphClient) DeleteFunctionAsyncInvokeConfig(request *model.DeleteFunctionAsyncInvokeConfigRequest) (*model.DeleteFunctionAsyncInvokeConfigResponse, error)
DeleteFunctionAsyncInvokeConfig 删除函数异步配置信息
删除函数异步配置信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) DeleteFunctionAsyncInvokeConfigInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) DeleteFunctionAsyncInvokeConfigInvoker(request *model.DeleteFunctionAsyncInvokeConfigRequest) *DeleteFunctionAsyncInvokeConfigInvoker
DeleteFunctionAsyncInvokeConfigInvoker 删除函数异步配置信息
func (*FunctionGraphClient) DeleteFunctionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) DeleteFunctionInvoker(request *model.DeleteFunctionRequest) *DeleteFunctionInvoker
DeleteFunctionInvoker 删除函数/版本
func (*FunctionGraphClient) DeleteFunctionTrigger ¶
func (c *FunctionGraphClient) DeleteFunctionTrigger(request *model.DeleteFunctionTriggerRequest) (*model.DeleteFunctionTriggerResponse, error)
DeleteFunctionTrigger 删除触发器
删除触发器。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) DeleteFunctionTriggerInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) DeleteFunctionTriggerInvoker(request *model.DeleteFunctionTriggerRequest) *DeleteFunctionTriggerInvoker
DeleteFunctionTriggerInvoker 删除触发器
func (*FunctionGraphClient) DeleteVersionAlias ¶
func (c *FunctionGraphClient) DeleteVersionAlias(request *model.DeleteVersionAliasRequest) (*model.DeleteVersionAliasResponse, error)
DeleteVersionAlias 删除函数版本别名
删除函数版本别名。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) DeleteVersionAliasInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) DeleteVersionAliasInvoker(request *model.DeleteVersionAliasRequest) *DeleteVersionAliasInvoker
DeleteVersionAliasInvoker 删除函数版本别名
func (*FunctionGraphClient) EnableLtsLogs ¶ added in v0.0.53
func (c *FunctionGraphClient) EnableLtsLogs(request *model.EnableLtsLogsRequest) (*model.EnableLtsLogsResponse, error)
EnableLtsLogs 开通lts日志上报功能
开通lts日志上报功能。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) EnableLtsLogsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) EnableLtsLogsInvoker(request *model.EnableLtsLogsRequest) *EnableLtsLogsInvoker
EnableLtsLogsInvoker 开通lts日志上报功能
func (*FunctionGraphClient) ExportFunction ¶ added in v0.0.47
func (c *FunctionGraphClient) ExportFunction(request *model.ExportFunctionRequest) (*model.ExportFunctionResponse, error)
ExportFunction 导出函数
导出函数
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ExportFunctionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ExportFunctionInvoker(request *model.ExportFunctionRequest) *ExportFunctionInvoker
ExportFunctionInvoker 导出函数
func (*FunctionGraphClient) ImportFunction ¶ added in v0.0.47
func (c *FunctionGraphClient) ImportFunction(request *model.ImportFunctionRequest) (*model.ImportFunctionResponse, error)
ImportFunction 导入函数
导入函数
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ImportFunctionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ImportFunctionInvoker(request *model.ImportFunctionRequest) *ImportFunctionInvoker
ImportFunctionInvoker 导入函数
func (*FunctionGraphClient) InvokeFunction ¶
func (c *FunctionGraphClient) InvokeFunction(request *model.InvokeFunctionRequest) (*model.InvokeFunctionResponse, error)
InvokeFunction 同步执行函数
同步调用指的是客户端请求需要明确等到响应结果,也就是说这样的请求必须得调用到用户的函数,并且等到调用完成才返回。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) InvokeFunctionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) InvokeFunctionInvoker(request *model.InvokeFunctionRequest) *InvokeFunctionInvoker
InvokeFunctionInvoker 同步执行函数
func (*FunctionGraphClient) ListAsyncInvocations ¶ added in v0.0.104
func (c *FunctionGraphClient) ListAsyncInvocations(request *model.ListAsyncInvocationsRequest) (*model.ListAsyncInvocationsResponse, error)
ListAsyncInvocations 获取函数异步调用请求列表
获取函数异步调用请求列表
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListAsyncInvocationsInvoker ¶ added in v0.0.104
func (c *FunctionGraphClient) ListAsyncInvocationsInvoker(request *model.ListAsyncInvocationsRequest) *ListAsyncInvocationsInvoker
ListAsyncInvocationsInvoker 获取函数异步调用请求列表
func (*FunctionGraphClient) ListDependencies ¶
func (c *FunctionGraphClient) ListDependencies(request *model.ListDependenciesRequest) (*model.ListDependenciesResponse, error)
ListDependencies 获取依赖包列表
获取依赖包列表
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListDependenciesInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListDependenciesInvoker(request *model.ListDependenciesRequest) *ListDependenciesInvoker
ListDependenciesInvoker 获取依赖包列表
func (*FunctionGraphClient) ListDependencyVersion ¶ added in v0.1.12
func (c *FunctionGraphClient) ListDependencyVersion(request *model.ListDependencyVersionRequest) (*model.ListDependencyVersionResponse, error)
ListDependencyVersion 获取依赖包版本列表
获取依赖包版本列表
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListDependencyVersionInvoker ¶ added in v0.1.12
func (c *FunctionGraphClient) ListDependencyVersionInvoker(request *model.ListDependencyVersionRequest) *ListDependencyVersionInvoker
ListDependencyVersionInvoker 获取依赖包版本列表
func (*FunctionGraphClient) ListEvents ¶
func (c *FunctionGraphClient) ListEvents(request *model.ListEventsRequest) (*model.ListEventsResponse, error)
ListEvents 获取指定函数的测试事件列表
获取指定函数的测试事件列表
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListEventsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListEventsInvoker(request *model.ListEventsRequest) *ListEventsInvoker
ListEventsInvoker 获取指定函数的测试事件列表
func (*FunctionGraphClient) ListFunctionAsMetric ¶ added in v0.1.12
func (c *FunctionGraphClient) ListFunctionAsMetric(request *model.ListFunctionAsMetricRequest) (*model.ListFunctionAsMetricResponse, error)
ListFunctionAsMetric 获取按指定指标排序的函数列表
按指定指标排序的函数列表。
默认统计按错误次数指标统计最近一天失败次数最多的前10个函数
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListFunctionAsMetricInvoker ¶ added in v0.1.12
func (c *FunctionGraphClient) ListFunctionAsMetricInvoker(request *model.ListFunctionAsMetricRequest) *ListFunctionAsMetricInvoker
ListFunctionAsMetricInvoker 获取按指定指标排序的函数列表
func (*FunctionGraphClient) ListFunctionAsyncInvokeConfig ¶
func (c *FunctionGraphClient) ListFunctionAsyncInvokeConfig(request *model.ListFunctionAsyncInvokeConfigRequest) (*model.ListFunctionAsyncInvokeConfigResponse, error)
ListFunctionAsyncInvokeConfig 获取函数异步配置列表
获取指定函数所有版本的异步配置列表。。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListFunctionAsyncInvokeConfigInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListFunctionAsyncInvokeConfigInvoker(request *model.ListFunctionAsyncInvokeConfigRequest) *ListFunctionAsyncInvokeConfigInvoker
ListFunctionAsyncInvokeConfigInvoker 获取函数异步配置列表
func (*FunctionGraphClient) ListFunctionReservedInstances ¶ added in v0.1.12
func (c *FunctionGraphClient) ListFunctionReservedInstances(request *model.ListFunctionReservedInstancesRequest) (*model.ListFunctionReservedInstancesResponse, error)
ListFunctionReservedInstances 获取函数预留实例数量
获取函数预留实例数量。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListFunctionReservedInstancesInvoker ¶ added in v0.1.12
func (c *FunctionGraphClient) ListFunctionReservedInstancesInvoker(request *model.ListFunctionReservedInstancesRequest) *ListFunctionReservedInstancesInvoker
ListFunctionReservedInstancesInvoker 获取函数预留实例数量
func (*FunctionGraphClient) ListFunctionStatistics ¶
func (c *FunctionGraphClient) ListFunctionStatistics(request *model.ListFunctionStatisticsRequest) (*model.ListFunctionStatisticsResponse, error)
ListFunctionStatistics 获取指定时间段的函数运行指标
获取指定时间段的函数运行指标。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListFunctionStatisticsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListFunctionStatisticsInvoker(request *model.ListFunctionStatisticsRequest) *ListFunctionStatisticsInvoker
ListFunctionStatisticsInvoker 获取指定时间段的函数运行指标
func (*FunctionGraphClient) ListFunctionTriggers ¶
func (c *FunctionGraphClient) ListFunctionTriggers(request *model.ListFunctionTriggersRequest) (*model.ListFunctionTriggersResponse, error)
ListFunctionTriggers 获取指定函数的所有触发器
获取指定函数的所有触发器设置。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListFunctionTriggersInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListFunctionTriggersInvoker(request *model.ListFunctionTriggersRequest) *ListFunctionTriggersInvoker
ListFunctionTriggersInvoker 获取指定函数的所有触发器
func (*FunctionGraphClient) ListFunctionVersions ¶
func (c *FunctionGraphClient) ListFunctionVersions(request *model.ListFunctionVersionsRequest) (*model.ListFunctionVersionsResponse, error)
ListFunctionVersions 获取指定函数的版本列表
获取指定函数的版本列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListFunctionVersionsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListFunctionVersionsInvoker(request *model.ListFunctionVersionsRequest) *ListFunctionVersionsInvoker
ListFunctionVersionsInvoker 获取指定函数的版本列表
func (*FunctionGraphClient) ListFunctions ¶
func (c *FunctionGraphClient) ListFunctions(request *model.ListFunctionsRequest) (*model.ListFunctionsResponse, error)
ListFunctions 获取函数列表
获取函数列表
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListFunctionsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListFunctionsInvoker(request *model.ListFunctionsRequest) *ListFunctionsInvoker
ListFunctionsInvoker 获取函数列表
func (*FunctionGraphClient) ListQuotas ¶
func (c *FunctionGraphClient) ListQuotas(request *model.ListQuotasRequest) (*model.ListQuotasResponse, error)
ListQuotas 查询租户配额
查询租户配额
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListQuotasInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListQuotasInvoker(request *model.ListQuotasRequest) *ListQuotasInvoker
ListQuotasInvoker 查询租户配额
func (*FunctionGraphClient) ListReservedInstanceConfigs ¶ added in v0.1.12
func (c *FunctionGraphClient) ListReservedInstanceConfigs(request *model.ListReservedInstanceConfigsRequest) (*model.ListReservedInstanceConfigsResponse, error)
ListReservedInstanceConfigs 获取函数预留实例配置列表
获取函数预留实例配置列表
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListReservedInstanceConfigsInvoker ¶ added in v0.1.12
func (c *FunctionGraphClient) ListReservedInstanceConfigsInvoker(request *model.ListReservedInstanceConfigsRequest) *ListReservedInstanceConfigsInvoker
ListReservedInstanceConfigsInvoker 获取函数预留实例配置列表
func (*FunctionGraphClient) ListStatistics ¶
func (c *FunctionGraphClient) ListStatistics(request *model.ListStatisticsRequest) (*model.ListStatisticsResponse, error)
ListStatistics 租户函数统计信息
租户函数统计信息。
返回三类的统计信息,函数格式和大小使用情况包括配额和使用量,流量报告。 通过查询参数filter可以进行过滤,查询参数period可以指定返回的时间段。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListStatisticsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListStatisticsInvoker(request *model.ListStatisticsRequest) *ListStatisticsInvoker
ListStatisticsInvoker 租户函数统计信息
func (*FunctionGraphClient) ListVersionAliases ¶
func (c *FunctionGraphClient) ListVersionAliases(request *model.ListVersionAliasesRequest) (*model.ListVersionAliasesResponse, error)
ListVersionAliases 获取指定函数所有版本别名列表
获取函数版本别名列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListVersionAliasesInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListVersionAliasesInvoker(request *model.ListVersionAliasesRequest) *ListVersionAliasesInvoker
ListVersionAliasesInvoker 获取指定函数所有版本别名列表
func (*FunctionGraphClient) ListWorkflow ¶ added in v0.0.104
func (c *FunctionGraphClient) ListWorkflow(request *model.ListWorkflowRequest) (*model.ListWorkflowResponse, error)
ListWorkflow 查询函数流
查询函数流
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListWorkflowExecutions ¶ added in v0.0.81
func (c *FunctionGraphClient) ListWorkflowExecutions(request *model.ListWorkflowExecutionsRequest) (*model.ListWorkflowExecutionsResponse, error)
ListWorkflowExecutions 获取指定函数流执行实例列表
获取指定函数流执行实例列表
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ListWorkflowExecutionsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ListWorkflowExecutionsInvoker(request *model.ListWorkflowExecutionsRequest) *ListWorkflowExecutionsInvoker
ListWorkflowExecutionsInvoker 获取指定函数流执行实例列表
func (*FunctionGraphClient) ListWorkflowInvoker ¶ added in v0.0.104
func (c *FunctionGraphClient) ListWorkflowInvoker(request *model.ListWorkflowRequest) *ListWorkflowInvoker
ListWorkflowInvoker 查询函数流
func (*FunctionGraphClient) RetryWorkFlow ¶ added in v0.0.81
func (c *FunctionGraphClient) RetryWorkFlow(request *model.RetryWorkFlowRequest) (*model.RetryWorkFlowResponse, error)
RetryWorkFlow 重试函数流
重试函数流
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) RetryWorkFlowInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) RetryWorkFlowInvoker(request *model.RetryWorkFlowRequest) *RetryWorkFlowInvoker
RetryWorkFlowInvoker 重试函数流
func (*FunctionGraphClient) ShowDependcy ¶ added in v0.0.104
func (c *FunctionGraphClient) ShowDependcy(request *model.ShowDependcyRequest) (*model.ShowDependcyResponse, error)
ShowDependcy 获取指定依赖包
获取指定依赖包
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowDependcyInvoker ¶ added in v0.0.104
func (c *FunctionGraphClient) ShowDependcyInvoker(request *model.ShowDependcyRequest) *ShowDependcyInvoker
ShowDependcyInvoker 获取指定依赖包
func (*FunctionGraphClient) ShowDependencyVersion ¶ added in v0.1.12
func (c *FunctionGraphClient) ShowDependencyVersion(request *model.ShowDependencyVersionRequest) (*model.ShowDependencyVersionResponse, error)
ShowDependencyVersion 获取依赖包版本详情
获取依赖包版本详情
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowDependencyVersionInvoker ¶ added in v0.1.12
func (c *FunctionGraphClient) ShowDependencyVersionInvoker(request *model.ShowDependencyVersionRequest) *ShowDependencyVersionInvoker
ShowDependencyVersionInvoker 获取依赖包版本详情
func (*FunctionGraphClient) ShowEvent ¶
func (c *FunctionGraphClient) ShowEvent(request *model.ShowEventRequest) (*model.ShowEventResponse, error)
ShowEvent 获取测试事件详细信息
获取测试事件详细信息
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowEventInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowEventInvoker(request *model.ShowEventRequest) *ShowEventInvoker
ShowEventInvoker 获取测试事件详细信息
func (*FunctionGraphClient) ShowFunctionAsyncInvokeConfig ¶
func (c *FunctionGraphClient) ShowFunctionAsyncInvokeConfig(request *model.ShowFunctionAsyncInvokeConfigRequest) (*model.ShowFunctionAsyncInvokeConfigResponse, error)
ShowFunctionAsyncInvokeConfig 获取函数异步配置信息
获取指定函数某一版本的异步配置信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowFunctionAsyncInvokeConfigInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowFunctionAsyncInvokeConfigInvoker(request *model.ShowFunctionAsyncInvokeConfigRequest) *ShowFunctionAsyncInvokeConfigInvoker
ShowFunctionAsyncInvokeConfigInvoker 获取函数异步配置信息
func (*FunctionGraphClient) ShowFunctionCode ¶
func (c *FunctionGraphClient) ShowFunctionCode(request *model.ShowFunctionCodeRequest) (*model.ShowFunctionCodeResponse, error)
ShowFunctionCode 获取指定函数代码
获取指定函数的代码。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowFunctionCodeInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowFunctionCodeInvoker(request *model.ShowFunctionCodeRequest) *ShowFunctionCodeInvoker
ShowFunctionCodeInvoker 获取指定函数代码
func (*FunctionGraphClient) ShowFunctionConfig ¶
func (c *FunctionGraphClient) ShowFunctionConfig(request *model.ShowFunctionConfigRequest) (*model.ShowFunctionConfigResponse, error)
ShowFunctionConfig 获取函数的metadata
获取指定函数的metadata。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowFunctionConfigInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowFunctionConfigInvoker(request *model.ShowFunctionConfigRequest) *ShowFunctionConfigInvoker
ShowFunctionConfigInvoker 获取函数的metadata
func (*FunctionGraphClient) ShowFunctionTrigger ¶
func (c *FunctionGraphClient) ShowFunctionTrigger(request *model.ShowFunctionTriggerRequest) (*model.ShowFunctionTriggerResponse, error)
ShowFunctionTrigger 获取指定触发器的信息
获取特定触发器的信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowFunctionTriggerInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowFunctionTriggerInvoker(request *model.ShowFunctionTriggerRequest) *ShowFunctionTriggerInvoker
ShowFunctionTriggerInvoker 获取指定触发器的信息
func (*FunctionGraphClient) ShowLtsLogDetails ¶ added in v0.0.53
func (c *FunctionGraphClient) ShowLtsLogDetails(request *model.ShowLtsLogDetailsRequest) (*model.ShowLtsLogDetailsResponse, error)
ShowLtsLogDetails 获取指定函数的lts日志组日志流配置
获取指定函数的lts日志组日志流配置。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowLtsLogDetailsInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowLtsLogDetailsInvoker(request *model.ShowLtsLogDetailsRequest) *ShowLtsLogDetailsInvoker
ShowLtsLogDetailsInvoker 获取指定函数的lts日志组日志流配置
func (*FunctionGraphClient) ShowTenantMetric ¶ added in v0.0.81
func (c *FunctionGraphClient) ShowTenantMetric(request *model.ShowTenantMetricRequest) (*model.ShowTenantMetricResponse, error)
ShowTenantMetric 获取函数流指标
获取函数流指标
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowTenantMetricInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowTenantMetricInvoker(request *model.ShowTenantMetricRequest) *ShowTenantMetricInvoker
ShowTenantMetricInvoker 获取函数流指标
func (*FunctionGraphClient) ShowTracing ¶ added in v0.0.68
func (c *FunctionGraphClient) ShowTracing(request *model.ShowTracingRequest) (*model.ShowTracingResponse, error)
ShowTracing 获取函数调用链配置
获取函数调用链配置
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowTracingInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowTracingInvoker(request *model.ShowTracingRequest) *ShowTracingInvoker
ShowTracingInvoker 获取函数调用链配置
func (*FunctionGraphClient) ShowVersionAlias ¶
func (c *FunctionGraphClient) ShowVersionAlias(request *model.ShowVersionAliasRequest) (*model.ShowVersionAliasResponse, error)
ShowVersionAlias 获取函数版本的指定别名信息
获取函数指定的版本别名信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowVersionAliasInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowVersionAliasInvoker(request *model.ShowVersionAliasRequest) *ShowVersionAliasInvoker
ShowVersionAliasInvoker 获取函数版本的指定别名信息
func (*FunctionGraphClient) ShowWorkFlow ¶ added in v0.0.81
func (c *FunctionGraphClient) ShowWorkFlow(request *model.ShowWorkFlowRequest) (*model.ShowWorkFlowResponse, error)
ShowWorkFlow 获取指定函数流实例的元数据
获取指定函数流实例的元数据
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowWorkFlowInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowWorkFlowInvoker(request *model.ShowWorkFlowRequest) *ShowWorkFlowInvoker
ShowWorkFlowInvoker 获取指定函数流实例的元数据
func (*FunctionGraphClient) ShowWorkFlowMetric ¶ added in v0.0.81
func (c *FunctionGraphClient) ShowWorkFlowMetric(request *model.ShowWorkFlowMetricRequest) (*model.ShowWorkFlowMetricResponse, error)
ShowWorkFlowMetric 获取指定函数流指标
获取指定函数流指标
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowWorkFlowMetricInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowWorkFlowMetricInvoker(request *model.ShowWorkFlowMetricRequest) *ShowWorkFlowMetricInvoker
ShowWorkFlowMetricInvoker 获取指定函数流指标
func (*FunctionGraphClient) ShowWorkflowExecution ¶ added in v0.0.81
func (c *FunctionGraphClient) ShowWorkflowExecution(request *model.ShowWorkflowExecutionRequest) (*model.ShowWorkflowExecutionResponse, error)
ShowWorkflowExecution 获取指定函数流执行实例
获取指定函数流执行实例。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowWorkflowExecutionForPage ¶ added in v0.1.10
func (c *FunctionGraphClient) ShowWorkflowExecutionForPage(request *model.ShowWorkflowExecutionForPageRequest) (*model.ShowWorkflowExecutionForPageResponse, error)
ShowWorkflowExecutionForPage 分页获取指定函数流执行实例列表
分页获取指定函数流执行实例列表
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) ShowWorkflowExecutionForPageInvoker ¶ added in v0.1.10
func (c *FunctionGraphClient) ShowWorkflowExecutionForPageInvoker(request *model.ShowWorkflowExecutionForPageRequest) *ShowWorkflowExecutionForPageInvoker
ShowWorkflowExecutionForPageInvoker 分页获取指定函数流执行实例列表
func (*FunctionGraphClient) ShowWorkflowExecutionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) ShowWorkflowExecutionInvoker(request *model.ShowWorkflowExecutionRequest) *ShowWorkflowExecutionInvoker
ShowWorkflowExecutionInvoker 获取指定函数流执行实例
func (*FunctionGraphClient) StartSyncWorkflowExecution ¶ added in v0.0.86
func (c *FunctionGraphClient) StartSyncWorkflowExecution(request *model.StartSyncWorkflowExecutionRequest) (*model.StartSyncWorkflowExecutionResponse, error)
StartSyncWorkflowExecution 同步执行函数流
以同步执行方式启动函数流(仅快速模式函数流支持)
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) StartSyncWorkflowExecutionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) StartSyncWorkflowExecutionInvoker(request *model.StartSyncWorkflowExecutionRequest) *StartSyncWorkflowExecutionInvoker
StartSyncWorkflowExecutionInvoker 同步执行函数流
func (*FunctionGraphClient) StartWorkflowExecution ¶ added in v0.0.81
func (c *FunctionGraphClient) StartWorkflowExecution(request *model.StartWorkflowExecutionRequest) (*model.StartWorkflowExecutionResponse, error)
StartWorkflowExecution 开始执行函数流
以异步执行方式启动函数流
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) StartWorkflowExecutionInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) StartWorkflowExecutionInvoker(request *model.StartWorkflowExecutionRequest) *StartWorkflowExecutionInvoker
StartWorkflowExecutionInvoker 开始执行函数流
func (*FunctionGraphClient) StopWorkFlow ¶ added in v0.0.81
func (c *FunctionGraphClient) StopWorkFlow(request *model.StopWorkFlowRequest) (*model.StopWorkFlowResponse, error)
StopWorkFlow 停止函数流
停止函数流
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) StopWorkFlowInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) StopWorkFlowInvoker(request *model.StopWorkFlowRequest) *StopWorkFlowInvoker
StopWorkFlowInvoker 停止函数流
func (*FunctionGraphClient) UpdateDependcy ¶ added in v0.0.104
func (c *FunctionGraphClient) UpdateDependcy(request *model.UpdateDependcyRequest) (*model.UpdateDependcyResponse, error)
UpdateDependcy 更新指定依赖包
更新指定依赖包
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateDependcyInvoker ¶ added in v0.0.104
func (c *FunctionGraphClient) UpdateDependcyInvoker(request *model.UpdateDependcyRequest) *UpdateDependcyInvoker
UpdateDependcyInvoker 更新指定依赖包
func (*FunctionGraphClient) UpdateEvent ¶
func (c *FunctionGraphClient) UpdateEvent(request *model.UpdateEventRequest) (*model.UpdateEventResponse, error)
UpdateEvent 更新测试事件详细信息
更新测试事件详细信息
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateEventInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) UpdateEventInvoker(request *model.UpdateEventRequest) *UpdateEventInvoker
UpdateEventInvoker 更新测试事件详细信息
func (*FunctionGraphClient) UpdateFunctionAsyncInvokeConfig ¶
func (c *FunctionGraphClient) UpdateFunctionAsyncInvokeConfig(request *model.UpdateFunctionAsyncInvokeConfigRequest) (*model.UpdateFunctionAsyncInvokeConfigResponse, error)
UpdateFunctionAsyncInvokeConfig 设置函数异步配置信息
设置函数异步配置信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateFunctionAsyncInvokeConfigInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) UpdateFunctionAsyncInvokeConfigInvoker(request *model.UpdateFunctionAsyncInvokeConfigRequest) *UpdateFunctionAsyncInvokeConfigInvoker
UpdateFunctionAsyncInvokeConfigInvoker 设置函数异步配置信息
func (*FunctionGraphClient) UpdateFunctionCode ¶
func (c *FunctionGraphClient) UpdateFunctionCode(request *model.UpdateFunctionCodeRequest) (*model.UpdateFunctionCodeResponse, error)
UpdateFunctionCode 修改函数代码
修改指定的函数的代码。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateFunctionCodeInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) UpdateFunctionCodeInvoker(request *model.UpdateFunctionCodeRequest) *UpdateFunctionCodeInvoker
UpdateFunctionCodeInvoker 修改函数代码
func (*FunctionGraphClient) UpdateFunctionConfig ¶
func (c *FunctionGraphClient) UpdateFunctionConfig(request *model.UpdateFunctionConfigRequest) (*model.UpdateFunctionConfigResponse, error)
UpdateFunctionConfig 修改函数的metadata信息
修改指定的函数的metadata信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateFunctionConfigInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) UpdateFunctionConfigInvoker(request *model.UpdateFunctionConfigRequest) *UpdateFunctionConfigInvoker
UpdateFunctionConfigInvoker 修改函数的metadata信息
func (*FunctionGraphClient) UpdateFunctionMaxInstanceConfig ¶ added in v0.0.96
func (c *FunctionGraphClient) UpdateFunctionMaxInstanceConfig(request *model.UpdateFunctionMaxInstanceConfigRequest) (*model.UpdateFunctionMaxInstanceConfigResponse, error)
UpdateFunctionMaxInstanceConfig 更新函数最大实例数
更新函数最大实例数
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateFunctionMaxInstanceConfigInvoker ¶ added in v0.0.96
func (c *FunctionGraphClient) UpdateFunctionMaxInstanceConfigInvoker(request *model.UpdateFunctionMaxInstanceConfigRequest) *UpdateFunctionMaxInstanceConfigInvoker
UpdateFunctionMaxInstanceConfigInvoker 更新函数最大实例数
func (*FunctionGraphClient) UpdateFunctionReservedInstancesCount ¶ added in v0.0.104
func (c *FunctionGraphClient) UpdateFunctionReservedInstancesCount(request *model.UpdateFunctionReservedInstancesCountRequest) (*model.UpdateFunctionReservedInstancesCountResponse, error)
UpdateFunctionReservedInstancesCount 修改函数预留实例数量
修改函数预留实例数量。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateFunctionReservedInstancesCountInvoker ¶ added in v0.0.104
func (c *FunctionGraphClient) UpdateFunctionReservedInstancesCountInvoker(request *model.UpdateFunctionReservedInstancesCountRequest) *UpdateFunctionReservedInstancesCountInvoker
UpdateFunctionReservedInstancesCountInvoker 修改函数预留实例数量
func (*FunctionGraphClient) UpdateTracing ¶ added in v0.0.68
func (c *FunctionGraphClient) UpdateTracing(request *model.UpdateTracingRequest) (*model.UpdateTracingResponse, error)
UpdateTracing 修改函数调用链配置
修改函数调用链配置,开通/修改传入aksk,关闭aksk传空
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateTracingInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) UpdateTracingInvoker(request *model.UpdateTracingRequest) *UpdateTracingInvoker
UpdateTracingInvoker 修改函数调用链配置
func (*FunctionGraphClient) UpdateTrigger ¶
func (c *FunctionGraphClient) UpdateTrigger(request *model.UpdateTriggerRequest) (*model.UpdateTriggerResponse, error)
UpdateTrigger 更新触发器
更新触发器
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateTriggerInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) UpdateTriggerInvoker(request *model.UpdateTriggerRequest) *UpdateTriggerInvoker
UpdateTriggerInvoker 更新触发器
func (*FunctionGraphClient) UpdateVersionAlias ¶
func (c *FunctionGraphClient) UpdateVersionAlias(request *model.UpdateVersionAliasRequest) (*model.UpdateVersionAliasResponse, error)
UpdateVersionAlias 修改函数版本别名信息
修改函数版本别名信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateVersionAliasInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) UpdateVersionAliasInvoker(request *model.UpdateVersionAliasRequest) *UpdateVersionAliasInvoker
UpdateVersionAliasInvoker 修改函数版本别名信息
func (*FunctionGraphClient) UpdateWorkFlow ¶ added in v0.0.81
func (c *FunctionGraphClient) UpdateWorkFlow(request *model.UpdateWorkFlowRequest) (*model.UpdateWorkFlowResponse, error)
UpdateWorkFlow 修改指定函数流实例的元数据
修改指定函数流实例的元数据
Please refer to HUAWEI cloud API Explorer for details.
func (*FunctionGraphClient) UpdateWorkFlowInvoker ¶ added in v0.0.90
func (c *FunctionGraphClient) UpdateWorkFlowInvoker(request *model.UpdateWorkFlowRequest) *UpdateWorkFlowInvoker
UpdateWorkFlowInvoker 修改指定函数流实例的元数据
type ImportFunctionInvoker ¶ added in v0.0.90
type ImportFunctionInvoker struct {
*invoker.BaseInvoker
}
func (*ImportFunctionInvoker) Invoke ¶ added in v0.0.90
func (i *ImportFunctionInvoker) Invoke() (*model.ImportFunctionResponse, error)
type InvokeFunctionInvoker ¶ added in v0.0.90
type InvokeFunctionInvoker struct {
*invoker.BaseInvoker
}
func (*InvokeFunctionInvoker) Invoke ¶ added in v0.0.90
func (i *InvokeFunctionInvoker) Invoke() (*model.InvokeFunctionResponse, error)
type ListAsyncInvocationsInvoker ¶ added in v0.0.104
type ListAsyncInvocationsInvoker struct {
*invoker.BaseInvoker
}
func (*ListAsyncInvocationsInvoker) Invoke ¶ added in v0.0.104
func (i *ListAsyncInvocationsInvoker) Invoke() (*model.ListAsyncInvocationsResponse, error)
type ListDependenciesInvoker ¶ added in v0.0.90
type ListDependenciesInvoker struct {
*invoker.BaseInvoker
}
func (*ListDependenciesInvoker) Invoke ¶ added in v0.0.90
func (i *ListDependenciesInvoker) Invoke() (*model.ListDependenciesResponse, error)
type ListDependencyVersionInvoker ¶ added in v0.1.12
type ListDependencyVersionInvoker struct {
*invoker.BaseInvoker
}
func (*ListDependencyVersionInvoker) Invoke ¶ added in v0.1.12
func (i *ListDependencyVersionInvoker) Invoke() (*model.ListDependencyVersionResponse, error)
type ListEventsInvoker ¶ added in v0.0.90
type ListEventsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEventsInvoker) Invoke ¶ added in v0.0.90
func (i *ListEventsInvoker) Invoke() (*model.ListEventsResponse, error)
type ListFunctionAsMetricInvoker ¶ added in v0.1.12
type ListFunctionAsMetricInvoker struct {
*invoker.BaseInvoker
}
func (*ListFunctionAsMetricInvoker) Invoke ¶ added in v0.1.12
func (i *ListFunctionAsMetricInvoker) Invoke() (*model.ListFunctionAsMetricResponse, error)
type ListFunctionAsyncInvokeConfigInvoker ¶ added in v0.0.90
type ListFunctionAsyncInvokeConfigInvoker struct {
*invoker.BaseInvoker
}
func (*ListFunctionAsyncInvokeConfigInvoker) Invoke ¶ added in v0.0.90
func (i *ListFunctionAsyncInvokeConfigInvoker) Invoke() (*model.ListFunctionAsyncInvokeConfigResponse, error)
type ListFunctionReservedInstancesInvoker ¶ added in v0.1.12
type ListFunctionReservedInstancesInvoker struct {
*invoker.BaseInvoker
}
func (*ListFunctionReservedInstancesInvoker) Invoke ¶ added in v0.1.12
func (i *ListFunctionReservedInstancesInvoker) Invoke() (*model.ListFunctionReservedInstancesResponse, error)
type ListFunctionStatisticsInvoker ¶ added in v0.0.90
type ListFunctionStatisticsInvoker struct {
*invoker.BaseInvoker
}
func (*ListFunctionStatisticsInvoker) Invoke ¶ added in v0.0.90
func (i *ListFunctionStatisticsInvoker) Invoke() (*model.ListFunctionStatisticsResponse, error)
type ListFunctionTriggersInvoker ¶ added in v0.0.90
type ListFunctionTriggersInvoker struct {
*invoker.BaseInvoker
}
func (*ListFunctionTriggersInvoker) Invoke ¶ added in v0.0.90
func (i *ListFunctionTriggersInvoker) Invoke() (*model.ListFunctionTriggersResponse, error)
type ListFunctionVersionsInvoker ¶ added in v0.0.90
type ListFunctionVersionsInvoker struct {
*invoker.BaseInvoker
}
func (*ListFunctionVersionsInvoker) Invoke ¶ added in v0.0.90
func (i *ListFunctionVersionsInvoker) Invoke() (*model.ListFunctionVersionsResponse, error)
type ListFunctionsInvoker ¶ added in v0.0.90
type ListFunctionsInvoker struct {
*invoker.BaseInvoker
}
func (*ListFunctionsInvoker) Invoke ¶ added in v0.0.90
func (i *ListFunctionsInvoker) Invoke() (*model.ListFunctionsResponse, error)
type ListQuotasInvoker ¶ added in v0.0.90
type ListQuotasInvoker struct {
*invoker.BaseInvoker
}
func (*ListQuotasInvoker) Invoke ¶ added in v0.0.90
func (i *ListQuotasInvoker) Invoke() (*model.ListQuotasResponse, error)
type ListReservedInstanceConfigsInvoker ¶ added in v0.1.12
type ListReservedInstanceConfigsInvoker struct {
*invoker.BaseInvoker
}
func (*ListReservedInstanceConfigsInvoker) Invoke ¶ added in v0.1.12
func (i *ListReservedInstanceConfigsInvoker) Invoke() (*model.ListReservedInstanceConfigsResponse, error)
type ListStatisticsInvoker ¶ added in v0.0.90
type ListStatisticsInvoker struct {
*invoker.BaseInvoker
}
func (*ListStatisticsInvoker) Invoke ¶ added in v0.0.90
func (i *ListStatisticsInvoker) Invoke() (*model.ListStatisticsResponse, error)
type ListVersionAliasesInvoker ¶ added in v0.0.90
type ListVersionAliasesInvoker struct {
*invoker.BaseInvoker
}
func (*ListVersionAliasesInvoker) Invoke ¶ added in v0.0.90
func (i *ListVersionAliasesInvoker) Invoke() (*model.ListVersionAliasesResponse, error)
type ListWorkflowExecutionsInvoker ¶ added in v0.0.90
type ListWorkflowExecutionsInvoker struct {
*invoker.BaseInvoker
}
func (*ListWorkflowExecutionsInvoker) Invoke ¶ added in v0.0.90
func (i *ListWorkflowExecutionsInvoker) Invoke() (*model.ListWorkflowExecutionsResponse, error)
type ListWorkflowInvoker ¶ added in v0.0.104
type ListWorkflowInvoker struct {
*invoker.BaseInvoker
}
func (*ListWorkflowInvoker) Invoke ¶ added in v0.0.104
func (i *ListWorkflowInvoker) Invoke() (*model.ListWorkflowResponse, error)
type RetryWorkFlowInvoker ¶ added in v0.0.90
type RetryWorkFlowInvoker struct {
*invoker.BaseInvoker
}
func (*RetryWorkFlowInvoker) Invoke ¶ added in v0.0.90
func (i *RetryWorkFlowInvoker) Invoke() (*model.RetryWorkFlowResponse, error)
type ShowDependcyInvoker ¶ added in v0.0.104
type ShowDependcyInvoker struct {
*invoker.BaseInvoker
}
func (*ShowDependcyInvoker) Invoke ¶ added in v0.0.104
func (i *ShowDependcyInvoker) Invoke() (*model.ShowDependcyResponse, error)
type ShowDependencyVersionInvoker ¶ added in v0.1.12
type ShowDependencyVersionInvoker struct {
*invoker.BaseInvoker
}
func (*ShowDependencyVersionInvoker) Invoke ¶ added in v0.1.12
func (i *ShowDependencyVersionInvoker) Invoke() (*model.ShowDependencyVersionResponse, error)
type ShowEventInvoker ¶ added in v0.0.90
type ShowEventInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEventInvoker) Invoke ¶ added in v0.0.90
func (i *ShowEventInvoker) Invoke() (*model.ShowEventResponse, error)
type ShowFunctionAsyncInvokeConfigInvoker ¶ added in v0.0.90
type ShowFunctionAsyncInvokeConfigInvoker struct {
*invoker.BaseInvoker
}
func (*ShowFunctionAsyncInvokeConfigInvoker) Invoke ¶ added in v0.0.90
func (i *ShowFunctionAsyncInvokeConfigInvoker) Invoke() (*model.ShowFunctionAsyncInvokeConfigResponse, error)
type ShowFunctionCodeInvoker ¶ added in v0.0.90
type ShowFunctionCodeInvoker struct {
*invoker.BaseInvoker
}
func (*ShowFunctionCodeInvoker) Invoke ¶ added in v0.0.90
func (i *ShowFunctionCodeInvoker) Invoke() (*model.ShowFunctionCodeResponse, error)
type ShowFunctionConfigInvoker ¶ added in v0.0.90
type ShowFunctionConfigInvoker struct {
*invoker.BaseInvoker
}
func (*ShowFunctionConfigInvoker) Invoke ¶ added in v0.0.90
func (i *ShowFunctionConfigInvoker) Invoke() (*model.ShowFunctionConfigResponse, error)
type ShowFunctionTriggerInvoker ¶ added in v0.0.90
type ShowFunctionTriggerInvoker struct {
*invoker.BaseInvoker
}
func (*ShowFunctionTriggerInvoker) Invoke ¶ added in v0.0.90
func (i *ShowFunctionTriggerInvoker) Invoke() (*model.ShowFunctionTriggerResponse, error)
type ShowLtsLogDetailsInvoker ¶ added in v0.0.90
type ShowLtsLogDetailsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowLtsLogDetailsInvoker) Invoke ¶ added in v0.0.90
func (i *ShowLtsLogDetailsInvoker) Invoke() (*model.ShowLtsLogDetailsResponse, error)
type ShowTenantMetricInvoker ¶ added in v0.0.90
type ShowTenantMetricInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTenantMetricInvoker) Invoke ¶ added in v0.0.90
func (i *ShowTenantMetricInvoker) Invoke() (*model.ShowTenantMetricResponse, error)
type ShowTracingInvoker ¶ added in v0.0.90
type ShowTracingInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTracingInvoker) Invoke ¶ added in v0.0.90
func (i *ShowTracingInvoker) Invoke() (*model.ShowTracingResponse, error)
type ShowVersionAliasInvoker ¶ added in v0.0.90
type ShowVersionAliasInvoker struct {
*invoker.BaseInvoker
}
func (*ShowVersionAliasInvoker) Invoke ¶ added in v0.0.90
func (i *ShowVersionAliasInvoker) Invoke() (*model.ShowVersionAliasResponse, error)
type ShowWorkFlowInvoker ¶ added in v0.0.90
type ShowWorkFlowInvoker struct {
*invoker.BaseInvoker
}
func (*ShowWorkFlowInvoker) Invoke ¶ added in v0.0.90
func (i *ShowWorkFlowInvoker) Invoke() (*model.ShowWorkFlowResponse, error)
type ShowWorkFlowMetricInvoker ¶ added in v0.0.90
type ShowWorkFlowMetricInvoker struct {
*invoker.BaseInvoker
}
func (*ShowWorkFlowMetricInvoker) Invoke ¶ added in v0.0.90
func (i *ShowWorkFlowMetricInvoker) Invoke() (*model.ShowWorkFlowMetricResponse, error)
type ShowWorkflowExecutionForPageInvoker ¶ added in v0.1.10
type ShowWorkflowExecutionForPageInvoker struct {
*invoker.BaseInvoker
}
func (*ShowWorkflowExecutionForPageInvoker) Invoke ¶ added in v0.1.10
func (i *ShowWorkflowExecutionForPageInvoker) Invoke() (*model.ShowWorkflowExecutionForPageResponse, error)
type ShowWorkflowExecutionInvoker ¶ added in v0.0.90
type ShowWorkflowExecutionInvoker struct {
*invoker.BaseInvoker
}
func (*ShowWorkflowExecutionInvoker) Invoke ¶ added in v0.0.90
func (i *ShowWorkflowExecutionInvoker) Invoke() (*model.ShowWorkflowExecutionResponse, error)
type StartSyncWorkflowExecutionInvoker ¶ added in v0.0.90
type StartSyncWorkflowExecutionInvoker struct {
*invoker.BaseInvoker
}
func (*StartSyncWorkflowExecutionInvoker) Invoke ¶ added in v0.0.90
func (i *StartSyncWorkflowExecutionInvoker) Invoke() (*model.StartSyncWorkflowExecutionResponse, error)
type StartWorkflowExecutionInvoker ¶ added in v0.0.90
type StartWorkflowExecutionInvoker struct {
*invoker.BaseInvoker
}
func (*StartWorkflowExecutionInvoker) Invoke ¶ added in v0.0.90
func (i *StartWorkflowExecutionInvoker) Invoke() (*model.StartWorkflowExecutionResponse, error)
type StopWorkFlowInvoker ¶ added in v0.0.90
type StopWorkFlowInvoker struct {
*invoker.BaseInvoker
}
func (*StopWorkFlowInvoker) Invoke ¶ added in v0.0.90
func (i *StopWorkFlowInvoker) Invoke() (*model.StopWorkFlowResponse, error)
type UpdateDependcyInvoker ¶ added in v0.0.104
type UpdateDependcyInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateDependcyInvoker) Invoke ¶ added in v0.0.104
func (i *UpdateDependcyInvoker) Invoke() (*model.UpdateDependcyResponse, error)
type UpdateEventInvoker ¶ added in v0.0.90
type UpdateEventInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEventInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateEventInvoker) Invoke() (*model.UpdateEventResponse, error)
type UpdateFunctionAsyncInvokeConfigInvoker ¶ added in v0.0.90
type UpdateFunctionAsyncInvokeConfigInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateFunctionAsyncInvokeConfigInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateFunctionAsyncInvokeConfigInvoker) Invoke() (*model.UpdateFunctionAsyncInvokeConfigResponse, error)
type UpdateFunctionCodeInvoker ¶ added in v0.0.90
type UpdateFunctionCodeInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateFunctionCodeInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateFunctionCodeInvoker) Invoke() (*model.UpdateFunctionCodeResponse, error)
type UpdateFunctionConfigInvoker ¶ added in v0.0.90
type UpdateFunctionConfigInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateFunctionConfigInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateFunctionConfigInvoker) Invoke() (*model.UpdateFunctionConfigResponse, error)
type UpdateFunctionMaxInstanceConfigInvoker ¶ added in v0.0.96
type UpdateFunctionMaxInstanceConfigInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateFunctionMaxInstanceConfigInvoker) Invoke ¶ added in v0.0.96
func (i *UpdateFunctionMaxInstanceConfigInvoker) Invoke() (*model.UpdateFunctionMaxInstanceConfigResponse, error)
type UpdateFunctionReservedInstancesCountInvoker ¶ added in v0.0.104
type UpdateFunctionReservedInstancesCountInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateFunctionReservedInstancesCountInvoker) Invoke ¶ added in v0.0.104
func (i *UpdateFunctionReservedInstancesCountInvoker) Invoke() (*model.UpdateFunctionReservedInstancesCountResponse, error)
type UpdateTracingInvoker ¶ added in v0.0.90
type UpdateTracingInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateTracingInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateTracingInvoker) Invoke() (*model.UpdateTracingResponse, error)
type UpdateTriggerInvoker ¶ added in v0.0.90
type UpdateTriggerInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateTriggerInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateTriggerInvoker) Invoke() (*model.UpdateTriggerResponse, error)
type UpdateVersionAliasInvoker ¶ added in v0.0.90
type UpdateVersionAliasInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateVersionAliasInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateVersionAliasInvoker) Invoke() (*model.UpdateVersionAliasResponse, error)
type UpdateWorkFlowInvoker ¶ added in v0.0.90
type UpdateWorkFlowInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateWorkFlowInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateWorkFlowInvoker) Invoke() (*model.UpdateWorkFlowResponse, error)