Versions in this module Expand all Collapse all v0 v0.0.4 Aug 15, 2023 v0.0.3 Aug 15, 2023 v0.0.2 Aug 15, 2023 Changes in this version + type Action struct + FunctionRef *FunctionRef + func (o Action) String() string + type AsyncInvokeFunctionRequest struct + Body map[string]interface{} + FunctionUrn string + func (o AsyncInvokeFunctionRequest) String() string + type AsyncInvokeFunctionResponse struct + HttpStatusCode int + RequestId *string + func (o AsyncInvokeFunctionResponse) String() string + type AsyncInvokeReservedFunctionRequest struct + Body map[string]interface{} + FunctionUrn string + func (o AsyncInvokeReservedFunctionRequest) String() string + type AsyncInvokeReservedFunctionResponse struct + ContentType *string + HttpStatusCode int + InstanceId *string + func (o AsyncInvokeReservedFunctionResponse) String() string + type BatchDeleteFunctionTriggersRequest struct + FunctionUrn string + func (o BatchDeleteFunctionTriggersRequest) String() string + type BatchDeleteFunctionTriggersResponse struct + HttpStatusCode int + func (o BatchDeleteFunctionTriggersResponse) String() string + type BatchDeleteWorkflowsRequest struct + Body *WorkflowDeleteBody + func (o BatchDeleteWorkflowsRequest) String() string + type BatchDeleteWorkflowsResponse struct + Fail *[]OperateErrorInfo + HttpStatusCode int + Success *[]string + func (o BatchDeleteWorkflowsResponse) String() string + type CancelAsyncInvocationRequest struct + Body *CancelAsyncInvocationRequestBody + FunctionUrn string + func (o CancelAsyncInvocationRequest) String() string + type CancelAsyncInvocationRequestBody struct + RequestId string + Type *CancelAsyncInvocationRequestBodyType + func (o CancelAsyncInvocationRequestBody) String() string + type CancelAsyncInvocationRequestBodyType struct + func (c *CancelAsyncInvocationRequestBodyType) UnmarshalJSON(b []byte) error + func (c CancelAsyncInvocationRequestBodyType) MarshalJSON() ([]byte, error) + func (c CancelAsyncInvocationRequestBodyType) Value() string + type CancelAsyncInvocationRequestBodyTypeEnum struct + FORCE CancelAsyncInvocationRequestBodyType + RECURSIVE CancelAsyncInvocationRequestBodyType + func GetCancelAsyncInvocationRequestBodyTypeEnum() CancelAsyncInvocationRequestBodyTypeEnum + type CancelAsyncInvocationResponse struct + HttpStatusCode int + func (o CancelAsyncInvocationResponse) String() string + type CreateDependencyRequest struct + Body *CreateDependencyRequestBody + func (o CreateDependencyRequest) String() string + type CreateDependencyRequestBody struct + DependFile *string + DependLink *string + DependType string + Description *string + Name string + Runtime CreateDependencyRequestBodyRuntime + func (o CreateDependencyRequestBody) String() string + type CreateDependencyRequestBodyRuntime struct + func (c *CreateDependencyRequestBodyRuntime) UnmarshalJSON(b []byte) error + func (c CreateDependencyRequestBodyRuntime) MarshalJSON() ([]byte, error) + func (c CreateDependencyRequestBodyRuntime) Value() string + type CreateDependencyRequestBodyRuntimeEnum struct + CUSTOM CreateDependencyRequestBodyRuntime + C__NET_CORE_2_0 CreateDependencyRequestBodyRuntime + C__NET_CORE_2_1 CreateDependencyRequestBodyRuntime + C__NET_CORE_3_1 CreateDependencyRequestBodyRuntime + GO1_8 CreateDependencyRequestBodyRuntime + GO1_X CreateDependencyRequestBodyRuntime + HTTP CreateDependencyRequestBodyRuntime + JAVA11 CreateDependencyRequestBodyRuntime + JAVA8 CreateDependencyRequestBodyRuntime + NODE_JS10_16 CreateDependencyRequestBodyRuntime + NODE_JS12_13 CreateDependencyRequestBodyRuntime + NODE_JS14_18 CreateDependencyRequestBodyRuntime + NODE_JS6_10 CreateDependencyRequestBodyRuntime + NODE_JS8_10 CreateDependencyRequestBodyRuntime + PHP7_3 CreateDependencyRequestBodyRuntime + PYTHON2_7 CreateDependencyRequestBodyRuntime + PYTHON3_6 CreateDependencyRequestBodyRuntime + PYTHON3_9 CreateDependencyRequestBodyRuntime + func GetCreateDependencyRequestBodyRuntimeEnum() CreateDependencyRequestBodyRuntimeEnum + type CreateDependencyResponse struct + DepId *string + Description *string + Etag *string + FileName *string + HttpStatusCode int + Id *string + LastModified *int64 + Link *string + Name *string + Owner *string + Runtime *string + Size *int64 + Version *int64 + func (o CreateDependencyResponse) String() string + type CreateDependencyVersionRequest struct + Body *CreateDependencyRequestBody + func (o CreateDependencyVersionRequest) String() string + type CreateDependencyVersionResponse struct + DepId *string + Description *string + Etag *string + FileName *string + HttpStatusCode int + Id *string + LastModified *int64 + Link *string + Name *string + Owner *string + Runtime *string + Size *int64 + Version *int64 + func (o CreateDependencyVersionResponse) String() string + type CreateEventRequest struct + Body *CreateEventRequestBody + FunctionUrn string + func (o CreateEventRequest) String() string + type CreateEventRequestBody struct + Content string + Name string + func (o CreateEventRequestBody) String() string + type CreateEventResponse struct + HttpStatusCode int + Id *string + Name *string + func (o CreateEventResponse) String() string + type CreateFunctionRequest struct + Body *CreateFunctionRequestBody + func (o CreateFunctionRequest) String() string + type CreateFunctionRequestBody struct + AppXrole *string + CodeFilename *string + CodeType CreateFunctionRequestBodyCodeType + CodeUrl *string + DependVersionList *[]string + Description *string + EnterpriseProjectId *string + FuncCode *FuncCode + FuncName string + FuncVpc *FuncVpc + GpuMemory *int32 + Handler string + InitializerHandler *string + InitializerTimeout *int32 + LogConfig *FuncLogConfig + MemorySize int32 + NetworkController *NetworkControlConfig + Package string + Runtime CreateFunctionRequestBodyRuntime + Timeout int32 + Type *CreateFunctionRequestBodyType + UserData *string + Xrole *string + func (o CreateFunctionRequestBody) String() string + type CreateFunctionRequestBodyCodeType struct + func (c *CreateFunctionRequestBodyCodeType) UnmarshalJSON(b []byte) error + func (c CreateFunctionRequestBodyCodeType) MarshalJSON() ([]byte, error) + func (c CreateFunctionRequestBodyCodeType) Value() string + type CreateFunctionRequestBodyCodeTypeEnum struct + INLINE CreateFunctionRequestBodyCodeType + JAR CreateFunctionRequestBodyCodeType + OBS CreateFunctionRequestBodyCodeType + ZIP CreateFunctionRequestBodyCodeType + func GetCreateFunctionRequestBodyCodeTypeEnum() CreateFunctionRequestBodyCodeTypeEnum + type CreateFunctionRequestBodyRuntime struct + func (c *CreateFunctionRequestBodyRuntime) UnmarshalJSON(b []byte) error + func (c CreateFunctionRequestBodyRuntime) MarshalJSON() ([]byte, error) + func (c CreateFunctionRequestBodyRuntime) Value() string + type CreateFunctionRequestBodyRuntimeEnum struct + CUSTOM CreateFunctionRequestBodyRuntime + C__NET_CORE_2_0 CreateFunctionRequestBodyRuntime + C__NET_CORE_2_1 CreateFunctionRequestBodyRuntime + C__NET_CORE_3_1 CreateFunctionRequestBodyRuntime + GO1_8 CreateFunctionRequestBodyRuntime + GO1_X CreateFunctionRequestBodyRuntime + HTTP CreateFunctionRequestBodyRuntime + JAVA11 CreateFunctionRequestBodyRuntime + JAVA8 CreateFunctionRequestBodyRuntime + NODE_JS10_16 CreateFunctionRequestBodyRuntime + NODE_JS12_13 CreateFunctionRequestBodyRuntime + NODE_JS14_18 CreateFunctionRequestBodyRuntime + NODE_JS6_10 CreateFunctionRequestBodyRuntime + NODE_JS8_10 CreateFunctionRequestBodyRuntime + PHP7_3 CreateFunctionRequestBodyRuntime + PYTHON2_7 CreateFunctionRequestBodyRuntime + PYTHON3_6 CreateFunctionRequestBodyRuntime + PYTHON3_9 CreateFunctionRequestBodyRuntime + func GetCreateFunctionRequestBodyRuntimeEnum() CreateFunctionRequestBodyRuntimeEnum + type CreateFunctionRequestBodyType struct + func (c *CreateFunctionRequestBodyType) UnmarshalJSON(b []byte) error + func (c CreateFunctionRequestBodyType) MarshalJSON() ([]byte, error) + func (c CreateFunctionRequestBodyType) Value() string + type CreateFunctionRequestBodyTypeEnum struct + V1 CreateFunctionRequestBodyType + V2 CreateFunctionRequestBodyType + func GetCreateFunctionRequestBodyTypeEnum() CreateFunctionRequestBodyTypeEnum + type CreateFunctionResponse struct + AppXrole *string + CodeFilename *string + CodeSize *int64 + CodeType *CreateFunctionResponseCodeType + CodeUrl *string + Cpu *int32 + CustomImage *CustomImage + DependList *[]string + DependVersionList *[]string + Description *string + Digest *string + DomainId *string + EnableAuthInHeader *bool + EnableDynamicMemory *bool + EncryptedUserData *string + EnterpriseProjectId *string + ExtendConfig *string + FuncName *string + FuncUrn *string + FuncVpc *FuncVpc + GpuMemory *int32 + Handler *string + HttpStatusCode int + ImageName *string + InitializerHandler *string + InitializerTimeout *int32 + IsStatefulFunction *bool + LastModified *sdktime.SdkTime + MemorySize *int32 + MountConfig *MountConfig + Namespace *string + Package *string + ProjectName *string + Runtime *CreateFunctionResponseRuntime + StrategyConfig *StrategyConfig + Timeout *int32 + UserData *string + Version *string + Xrole *string + func (o CreateFunctionResponse) String() string + type CreateFunctionResponseCodeType struct + func (c *CreateFunctionResponseCodeType) UnmarshalJSON(b []byte) error + func (c CreateFunctionResponseCodeType) MarshalJSON() ([]byte, error) + func (c CreateFunctionResponseCodeType) Value() string + type CreateFunctionResponseCodeTypeEnum struct + INLINE CreateFunctionResponseCodeType + JAR CreateFunctionResponseCodeType + OBS CreateFunctionResponseCodeType + ZIP CreateFunctionResponseCodeType + func GetCreateFunctionResponseCodeTypeEnum() CreateFunctionResponseCodeTypeEnum + type CreateFunctionResponseRuntime struct + func (c *CreateFunctionResponseRuntime) UnmarshalJSON(b []byte) error + func (c CreateFunctionResponseRuntime) MarshalJSON() ([]byte, error) + func (c CreateFunctionResponseRuntime) Value() string + type CreateFunctionResponseRuntimeEnum struct + CUSTOM CreateFunctionResponseRuntime + C__NET_CORE_2_0 CreateFunctionResponseRuntime + C__NET_CORE_2_1 CreateFunctionResponseRuntime + C__NET_CORE_3_1 CreateFunctionResponseRuntime + GO1_8 CreateFunctionResponseRuntime + GO1_X CreateFunctionResponseRuntime + HTTP CreateFunctionResponseRuntime + JAVA11 CreateFunctionResponseRuntime + JAVA8 CreateFunctionResponseRuntime + NODE_JS10_16 CreateFunctionResponseRuntime + NODE_JS12_13 CreateFunctionResponseRuntime + NODE_JS14_18 CreateFunctionResponseRuntime + NODE_JS6_10 CreateFunctionResponseRuntime + NODE_JS8_10 CreateFunctionResponseRuntime + PHP7_3 CreateFunctionResponseRuntime + PYTHON2_7 CreateFunctionResponseRuntime + PYTHON3_6 CreateFunctionResponseRuntime + PYTHON3_9 CreateFunctionResponseRuntime + func GetCreateFunctionResponseRuntimeEnum() CreateFunctionResponseRuntimeEnum + type CreateFunctionTriggerRequest struct + Body *CreateFunctionTriggerRequestBody + FunctionUrn string + func (o CreateFunctionTriggerRequest) String() string + type CreateFunctionTriggerRequestBody struct + EventData *interface{} + EventTypeCode *string + TriggerStatus *CreateFunctionTriggerRequestBodyTriggerStatus + TriggerTypeCode CreateFunctionTriggerRequestBodyTriggerTypeCode + func (o CreateFunctionTriggerRequestBody) String() string + type CreateFunctionTriggerRequestBodyTriggerStatus struct + func (c *CreateFunctionTriggerRequestBodyTriggerStatus) UnmarshalJSON(b []byte) error + func (c CreateFunctionTriggerRequestBodyTriggerStatus) MarshalJSON() ([]byte, error) + func (c CreateFunctionTriggerRequestBodyTriggerStatus) Value() string + type CreateFunctionTriggerRequestBodyTriggerStatusEnum struct + ACTIVE CreateFunctionTriggerRequestBodyTriggerStatus + DISABLED CreateFunctionTriggerRequestBodyTriggerStatus + func GetCreateFunctionTriggerRequestBodyTriggerStatusEnum() CreateFunctionTriggerRequestBodyTriggerStatusEnum + type CreateFunctionTriggerRequestBodyTriggerTypeCode struct + func (c *CreateFunctionTriggerRequestBodyTriggerTypeCode) UnmarshalJSON(b []byte) error + func (c CreateFunctionTriggerRequestBodyTriggerTypeCode) MarshalJSON() ([]byte, error) + func (c CreateFunctionTriggerRequestBodyTriggerTypeCode) Value() string + type CreateFunctionTriggerRequestBodyTriggerTypeCodeEnum struct + APIC CreateFunctionTriggerRequestBodyTriggerTypeCode + APIG CreateFunctionTriggerRequestBodyTriggerTypeCode + CTS CreateFunctionTriggerRequestBodyTriggerTypeCode + DDS CreateFunctionTriggerRequestBodyTriggerTypeCode + DEDICATEDGATEWAY CreateFunctionTriggerRequestBodyTriggerTypeCode + DIS CreateFunctionTriggerRequestBodyTriggerTypeCode + DMS CreateFunctionTriggerRequestBodyTriggerTypeCode + EVENTGRID CreateFunctionTriggerRequestBodyTriggerTypeCode + GAUSSMONGO CreateFunctionTriggerRequestBodyTriggerTypeCode + KAFKA CreateFunctionTriggerRequestBodyTriggerTypeCode + LTS CreateFunctionTriggerRequestBodyTriggerTypeCode + OBS CreateFunctionTriggerRequestBodyTriggerTypeCode + OPENSOURCEKAFKA CreateFunctionTriggerRequestBodyTriggerTypeCode + RABBITMQ CreateFunctionTriggerRequestBodyTriggerTypeCode + SMN CreateFunctionTriggerRequestBodyTriggerTypeCode + TIMER CreateFunctionTriggerRequestBodyTriggerTypeCode + func GetCreateFunctionTriggerRequestBodyTriggerTypeCodeEnum() CreateFunctionTriggerRequestBodyTriggerTypeCodeEnum + type CreateFunctionTriggerResponse struct + CreatedTime *sdktime.SdkTime + EventData *interface{} + HttpStatusCode int + LastUpdatedTime *sdktime.SdkTime + TriggerId *string + TriggerStatus *CreateFunctionTriggerResponseTriggerStatus + TriggerTypeCode *CreateFunctionTriggerResponseTriggerTypeCode + func (o CreateFunctionTriggerResponse) String() string + type CreateFunctionTriggerResponseTriggerStatus struct + func (c *CreateFunctionTriggerResponseTriggerStatus) UnmarshalJSON(b []byte) error + func (c CreateFunctionTriggerResponseTriggerStatus) MarshalJSON() ([]byte, error) + func (c CreateFunctionTriggerResponseTriggerStatus) Value() string + type CreateFunctionTriggerResponseTriggerStatusEnum struct + ACTIVE CreateFunctionTriggerResponseTriggerStatus + DISABLED CreateFunctionTriggerResponseTriggerStatus + func GetCreateFunctionTriggerResponseTriggerStatusEnum() CreateFunctionTriggerResponseTriggerStatusEnum + type CreateFunctionTriggerResponseTriggerTypeCode struct + func (c *CreateFunctionTriggerResponseTriggerTypeCode) UnmarshalJSON(b []byte) error + func (c CreateFunctionTriggerResponseTriggerTypeCode) MarshalJSON() ([]byte, error) + func (c CreateFunctionTriggerResponseTriggerTypeCode) Value() string + type CreateFunctionTriggerResponseTriggerTypeCodeEnum struct + APIC CreateFunctionTriggerResponseTriggerTypeCode + APIG CreateFunctionTriggerResponseTriggerTypeCode + CTS CreateFunctionTriggerResponseTriggerTypeCode + DDS CreateFunctionTriggerResponseTriggerTypeCode + DEDICATEDGATEWAY CreateFunctionTriggerResponseTriggerTypeCode + DIS CreateFunctionTriggerResponseTriggerTypeCode + DMS CreateFunctionTriggerResponseTriggerTypeCode + EVENTGRID CreateFunctionTriggerResponseTriggerTypeCode + GAUSSMONGO CreateFunctionTriggerResponseTriggerTypeCode + KAFKA CreateFunctionTriggerResponseTriggerTypeCode + LTS CreateFunctionTriggerResponseTriggerTypeCode + OBS CreateFunctionTriggerResponseTriggerTypeCode + OPENSOURCEKAFKA CreateFunctionTriggerResponseTriggerTypeCode + RABBITMQ CreateFunctionTriggerResponseTriggerTypeCode + SMN CreateFunctionTriggerResponseTriggerTypeCode + TIMER CreateFunctionTriggerResponseTriggerTypeCode + func GetCreateFunctionTriggerResponseTriggerTypeCodeEnum() CreateFunctionTriggerResponseTriggerTypeCodeEnum + type CreateFunctionVersionRequest struct + Body *CreateFunctionVersionRequestBody + FunctionUrn string + func (o CreateFunctionVersionRequest) String() string + type CreateFunctionVersionRequestBody struct + Description *string + Digest *string + Version *string + func (o CreateFunctionVersionRequestBody) String() string + type CreateFunctionVersionResponse struct + AppXrole *string + CodeFilename *string + CodeSize *int64 + CodeType *CreateFunctionVersionResponseCodeType + CodeUrl *string + Cpu *int32 + Dependencies *[]Dependency + Description *string + Digest *string + DomainId *string + EnableDynamicMemory *bool + EncryptedUserData *string + EnterpriseProjectId *string + FuncName *string + FuncUrn *string + FuncVpc *FuncVpc + FunctionAsyncConfig *FunctionAsyncConfig + Handler *string + HttpStatusCode int + ImageName *string + InitializerHandler *string + InitializerTimeout *int32 + LastModified *sdktime.SdkTime + LogGroupId *string + LogStreamId *string + LongTime *bool + MemorySize *int32 + MountConfig *MountConfig + Namespace *string + Package *string + ProjectName *string + Runtime *CreateFunctionVersionResponseRuntime + StrategyConfig *StrategyConfig + Timeout *int32 + Type *CreateFunctionVersionResponseType + UserData *string + Version *string + VersionDescription *string + Xrole *string + func (o CreateFunctionVersionResponse) String() string + type CreateFunctionVersionResponseCodeType struct + func (c *CreateFunctionVersionResponseCodeType) UnmarshalJSON(b []byte) error + func (c CreateFunctionVersionResponseCodeType) MarshalJSON() ([]byte, error) + func (c CreateFunctionVersionResponseCodeType) Value() string + type CreateFunctionVersionResponseCodeTypeEnum struct + INLINE CreateFunctionVersionResponseCodeType + JAR CreateFunctionVersionResponseCodeType + OBS CreateFunctionVersionResponseCodeType + ZIP CreateFunctionVersionResponseCodeType + func GetCreateFunctionVersionResponseCodeTypeEnum() CreateFunctionVersionResponseCodeTypeEnum + type CreateFunctionVersionResponseRuntime struct + func (c *CreateFunctionVersionResponseRuntime) UnmarshalJSON(b []byte) error + func (c CreateFunctionVersionResponseRuntime) MarshalJSON() ([]byte, error) + func (c CreateFunctionVersionResponseRuntime) Value() string + type CreateFunctionVersionResponseRuntimeEnum struct + CUSTOM CreateFunctionVersionResponseRuntime + C__NET_CORE_2_0 CreateFunctionVersionResponseRuntime + C__NET_CORE_2_1 CreateFunctionVersionResponseRuntime + C__NET_CORE_3_1 CreateFunctionVersionResponseRuntime + GO1_8 CreateFunctionVersionResponseRuntime + GO1_X CreateFunctionVersionResponseRuntime + HTTP CreateFunctionVersionResponseRuntime + JAVA11 CreateFunctionVersionResponseRuntime + JAVA8 CreateFunctionVersionResponseRuntime + NODE_JS10_16 CreateFunctionVersionResponseRuntime + NODE_JS12_13 CreateFunctionVersionResponseRuntime + NODE_JS14_18 CreateFunctionVersionResponseRuntime + NODE_JS6_10 CreateFunctionVersionResponseRuntime + NODE_JS8_10 CreateFunctionVersionResponseRuntime + PHP7_3 CreateFunctionVersionResponseRuntime + PYTHON2_7 CreateFunctionVersionResponseRuntime + PYTHON3_6 CreateFunctionVersionResponseRuntime + PYTHON3_9 CreateFunctionVersionResponseRuntime + func GetCreateFunctionVersionResponseRuntimeEnum() CreateFunctionVersionResponseRuntimeEnum + type CreateFunctionVersionResponseType struct + func (c *CreateFunctionVersionResponseType) UnmarshalJSON(b []byte) error + func (c CreateFunctionVersionResponseType) MarshalJSON() ([]byte, error) + func (c CreateFunctionVersionResponseType) Value() string + type CreateFunctionVersionResponseTypeEnum struct + V1 CreateFunctionVersionResponseType + V2 CreateFunctionVersionResponseType + func GetCreateFunctionVersionResponseTypeEnum() CreateFunctionVersionResponseTypeEnum + type CreateTagsRequest struct + Body *UpdateFunctionTagsRequestBody + ResourceId string + ResourceType string + func (o CreateTagsRequest) String() string + type CreateTagsResponse struct + HttpStatusCode int + func (o CreateTagsResponse) String() string + type CreateVersionAliasRequest struct + Body *CreateVersionAliasRequestBody + FunctionUrn string + func (o CreateVersionAliasRequest) String() string + type CreateVersionAliasRequestBody struct + AdditionalVersionWeights map[string]int32 + Description *string + Name string + Version string + func (o CreateVersionAliasRequestBody) String() string + type CreateVersionAliasResponse struct + AdditionalVersionWeights map[string]int64 + AliasUrn *string + Description *string + HttpStatusCode int + LastModified *sdktime.SdkTime + Name *string + Version *string + func (o CreateVersionAliasResponse) String() string + type CreateVpcEndpointRequest struct + Body *CreateVpcEndpointRequestBody + func (o CreateVpcEndpointRequest) String() string + type CreateVpcEndpointRequestBody struct + Flavor *string + SubnetId string + VpcId string + Xrole *string + func (o CreateVpcEndpointRequestBody) String() string + type CreateVpcEndpointResponse struct + Address *string + Endpoints *[]string + HttpStatusCode int + func (o CreateVpcEndpointResponse) String() string + type CreateWorkflowRequest struct + Body *WorkflowCreateBody + func (o CreateWorkflowRequest) String() string + type CreateWorkflowResponse struct + CreatedBy *string + CreatedTime *string + Description *string + EnableStreamResponse *bool + HttpStatusCode int + Id *string + Name *string + UpdatedTime *string + WorkflowUrn *string + func (o CreateWorkflowResponse) String() string + type CronConfig struct + Count *int32 + Cron *string + ExpiredTime *int64 + Name *string + StartTime *int64 + func (o CronConfig) String() string + type CustomImage struct + Args *string + Command *string + Enabled *bool + Gid *string + Image *string + Uid *string + WorkingDir *string + func (o CustomImage) String() string + type DeleteDependencyRequest struct + DependId string + func (o DeleteDependencyRequest) String() string + type DeleteDependencyResponse struct + HttpStatusCode int + func (o DeleteDependencyResponse) String() string + type DeleteDependencyVersionRequest struct + DependId string + Version string + func (o DeleteDependencyVersionRequest) String() string + type DeleteDependencyVersionResponse struct + HttpStatusCode int + func (o DeleteDependencyVersionResponse) String() string + type DeleteEventRequest struct + EventId string + FunctionUrn string + func (o DeleteEventRequest) String() string + type DeleteEventResponse struct + HttpStatusCode int + func (o DeleteEventResponse) String() string + type DeleteFunctionAsyncInvokeConfigRequest struct + FunctionUrn string + func (o DeleteFunctionAsyncInvokeConfigRequest) String() string + type DeleteFunctionAsyncInvokeConfigResponse struct + HttpStatusCode int + func (o DeleteFunctionAsyncInvokeConfigResponse) String() string + type DeleteFunctionRequest struct + FunctionUrn string + func (o DeleteFunctionRequest) String() string + type DeleteFunctionResponse struct + HttpStatusCode int + func (o DeleteFunctionResponse) String() string + type DeleteFunctionTriggerRequest struct + FunctionUrn string + TriggerId string + TriggerTypeCode DeleteFunctionTriggerRequestTriggerTypeCode + func (o DeleteFunctionTriggerRequest) String() string + type DeleteFunctionTriggerRequestTriggerTypeCode struct + func (c *DeleteFunctionTriggerRequestTriggerTypeCode) UnmarshalJSON(b []byte) error + func (c DeleteFunctionTriggerRequestTriggerTypeCode) MarshalJSON() ([]byte, error) + func (c DeleteFunctionTriggerRequestTriggerTypeCode) Value() string + type DeleteFunctionTriggerRequestTriggerTypeCodeEnum struct + APIC DeleteFunctionTriggerRequestTriggerTypeCode + APIG DeleteFunctionTriggerRequestTriggerTypeCode + CTS DeleteFunctionTriggerRequestTriggerTypeCode + DDS DeleteFunctionTriggerRequestTriggerTypeCode + DEDICATEDGATEWAY DeleteFunctionTriggerRequestTriggerTypeCode + DIS DeleteFunctionTriggerRequestTriggerTypeCode + DMS DeleteFunctionTriggerRequestTriggerTypeCode + EVENTGRID DeleteFunctionTriggerRequestTriggerTypeCode + GAUSSMONGO DeleteFunctionTriggerRequestTriggerTypeCode + KAFKA DeleteFunctionTriggerRequestTriggerTypeCode + LTS DeleteFunctionTriggerRequestTriggerTypeCode + OBS DeleteFunctionTriggerRequestTriggerTypeCode + OPENSOURCEKAFKA DeleteFunctionTriggerRequestTriggerTypeCode + RABBITMQ DeleteFunctionTriggerRequestTriggerTypeCode + SMN DeleteFunctionTriggerRequestTriggerTypeCode + TIMER DeleteFunctionTriggerRequestTriggerTypeCode + func GetDeleteFunctionTriggerRequestTriggerTypeCodeEnum() DeleteFunctionTriggerRequestTriggerTypeCodeEnum + type DeleteFunctionTriggerResponse struct + HttpStatusCode int + func (o DeleteFunctionTriggerResponse) String() string + type DeleteTagsRequest struct + Body *UpdateFunctionTagsRequestBody + ResourceId string + ResourceType string + func (o DeleteTagsRequest) String() string + type DeleteTagsResponse struct + HttpStatusCode int + func (o DeleteTagsResponse) String() string + type DeleteVersionAliasRequest struct + AliasName string + FunctionUrn string + func (o DeleteVersionAliasRequest) String() string + type DeleteVersionAliasResponse struct + HttpStatusCode int + func (o DeleteVersionAliasResponse) String() string + type DeleteVpcEndpointRequest struct + SubnetId string + VpcId string + func (o DeleteVpcEndpointRequest) String() string + type DeleteVpcEndpointResponse struct + HttpStatusCode int + func (o DeleteVpcEndpointResponse) String() string + type Dependency struct + Description string + Etag string + FileName *string + Link string + Name string + Owner string + Runtime DependencyRuntime + Size int64 + func (o Dependency) String() string + type DependencyRuntime struct + func (c *DependencyRuntime) UnmarshalJSON(b []byte) error + func (c DependencyRuntime) MarshalJSON() ([]byte, error) + func (c DependencyRuntime) Value() string + type DependencyRuntimeEnum struct + CUSTOM DependencyRuntime + C__NET_CORE_2_0 DependencyRuntime + C__NET_CORE_2_1 DependencyRuntime + C__NET_CORE_3_1 DependencyRuntime + GO1_8 DependencyRuntime + GO1_X DependencyRuntime + HTTP DependencyRuntime + JAVA11 DependencyRuntime + JAVA8 DependencyRuntime + NODE_JS10_16 DependencyRuntime + NODE_JS12_13 DependencyRuntime + NODE_JS14_18 DependencyRuntime + NODE_JS6_10 DependencyRuntime + NODE_JS8_10 DependencyRuntime + PHP7_3 DependencyRuntime + PYTHON2_7 DependencyRuntime + PYTHON3_6 DependencyRuntime + PYTHON3_9 DependencyRuntime + func GetDependencyRuntimeEnum() DependencyRuntimeEnum + type EnableLtsLogsRequest struct + func (o EnableLtsLogsRequest) String() string + type EnableLtsLogsResponse struct + HttpStatusCode int + func (o EnableLtsLogsResponse) String() string + type ExportFunctionRequest struct + Code *bool + Config *bool + FunctionUrn string + Type *string + func (o ExportFunctionRequest) String() string + type ExportFunctionResponse struct + HttpStatusCode int + func (o ExportFunctionResponse) String() string + type ExpressConfig struct + LogLevel *ExpressConfigLogLevel + func (o ExpressConfig) String() string + type ExpressConfigLogLevel struct + func (c *ExpressConfigLogLevel) UnmarshalJSON(b []byte) error + func (c ExpressConfigLogLevel) MarshalJSON() ([]byte, error) + func (c ExpressConfigLogLevel) Value() string + type ExpressConfigLogLevelEnum struct + ALL ExpressConfigLogLevel + ERROR ExpressConfigLogLevel + NONE ExpressConfigLogLevel + func GetExpressConfigLogLevelEnum() ExpressConfigLogLevelEnum + type FlowExecuteBody struct + Headers *interface{} + Input *interface{} + func (o FlowExecuteBody) String() string + type FlowExecutionBrief struct + BeginTime *string + CreatedBy *string + EndTime *string + ExecutionId *string + LastUpdateTime *string + Status *FlowExecutionBriefStatus + WorkflowId *string + WorkflowUrn *string + func (o FlowExecutionBrief) String() string + type FlowExecutionBriefStatus struct + func (c *FlowExecutionBriefStatus) UnmarshalJSON(b []byte) error + func (c FlowExecutionBriefStatus) MarshalJSON() ([]byte, error) + func (c FlowExecutionBriefStatus) Value() string + type FlowExecutionBriefStatusEnum struct + CANCEL FlowExecutionBriefStatus + FAIL FlowExecutionBriefStatus + RUNNING FlowExecutionBriefStatus + SUCCESS FlowExecutionBriefStatus + TIMEOUT FlowExecutionBriefStatus + func GetFlowExecutionBriefStatusEnum() FlowExecutionBriefStatusEnum + type FlowExecutionBriefV2 struct + BeginTime *sdktime.SdkTime + CreatedBy *string + EndTime *sdktime.SdkTime + ExecutionId *string + LastUpdateTime *sdktime.SdkTime + Status *FlowExecutionBriefV2Status + WorkflowId *string + WorkflowUrn *string + func (o FlowExecutionBriefV2) String() string + type FlowExecutionBriefV2Status struct + func (c *FlowExecutionBriefV2Status) UnmarshalJSON(b []byte) error + func (c FlowExecutionBriefV2Status) MarshalJSON() ([]byte, error) + func (c FlowExecutionBriefV2Status) Value() string + type FlowExecutionBriefV2StatusEnum struct + CANCEL FlowExecutionBriefV2Status + FAIL FlowExecutionBriefV2Status + RECOVERED FlowExecutionBriefV2Status + RETRYING FlowExecutionBriefV2Status + RUNNING FlowExecutionBriefV2Status + SCHEDULED FlowExecutionBriefV2Status + STOPPING FlowExecutionBriefV2Status + SUCCESS FlowExecutionBriefV2Status + TIMEOUT FlowExecutionBriefV2Status + func GetFlowExecutionBriefV2StatusEnum() FlowExecutionBriefV2StatusEnum + type FuncAsyncDestinationConfig struct + OnFailure *FuncDestinationConfig + OnSuccess *FuncDestinationConfig + func (o FuncAsyncDestinationConfig) String() string + type FuncCode struct + File *string + Link *string + func (o FuncCode) String() string + type FuncDestinationConfig struct + Destination *FuncDestinationConfigDestination + Param *string + func (o FuncDestinationConfig) String() string + type FuncDestinationConfigDestination struct + func (c *FuncDestinationConfigDestination) UnmarshalJSON(b []byte) error + func (c FuncDestinationConfigDestination) MarshalJSON() ([]byte, error) + func (c FuncDestinationConfigDestination) Value() string + type FuncDestinationConfigDestinationEnum struct + DIS FuncDestinationConfigDestination + FUNCTION_GRAPH FuncDestinationConfigDestination + OBS FuncDestinationConfigDestination + SMN FuncDestinationConfigDestination + func GetFuncDestinationConfigDestinationEnum() FuncDestinationConfigDestinationEnum + type FuncLogConfig struct + GroupId *string + GroupName *string + StreamId *string + StreamName *string + func (o FuncLogConfig) String() string + type FuncMount struct + LocalMountPath string + MountResource string + MountSharePath *string + MountType string + func (o FuncMount) String() string + type FuncReservedInstance struct + Count int64 + FuncUrn string + func (o FuncReservedInstance) String() string + type FuncVpc struct + Cidr string + Gateway string + SecurityGroups *[]string + SubnetId string + SubnetName string + VpcId string + VpcName string + func (o FuncVpc) String() string + type Function struct + Metadata *interface{} + Name string + Operation string + func (o Function) String() string + type FunctionAsyncConfig struct + CreatedTime *string + DestinationConfig *FuncAsyncDestinationConfig + LastModified *string + MaxAsyncEventAgeInSeconds int32 + MaxAsyncRetryAttempts int32 + func (o FunctionAsyncConfig) String() string + type FunctionMetric struct + Key *string + Value *int32 + func (o FunctionMetric) String() string + type FunctionRef struct + Arguments *interface{} + InvokeMode *FunctionRefInvokeMode + RefName string + func (o FunctionRef) String() string + type FunctionRefInvokeMode struct + func (c *FunctionRefInvokeMode) UnmarshalJSON(b []byte) error + func (c FunctionRefInvokeMode) MarshalJSON() ([]byte, error) + func (c FunctionRefInvokeMode) Value() string + type FunctionRefInvokeModeEnum struct + SYNCHRONIZE FunctionRefInvokeMode + func GetFunctionRefInvokeModeEnum() FunctionRefInvokeModeEnum + type ImportFunctionRequest struct + Body *ImportFunctionRequestBody + func (o ImportFunctionRequest) String() string + type ImportFunctionRequestBody struct + FileCode string + FileName string + FileType string + FuncName string + Package *string + func (o ImportFunctionRequestBody) String() string + type ImportFunctionResponse struct + AppXrole *string + CodeFilename *string + CodeSize *int64 + CodeType *ImportFunctionResponseCodeType + CodeUrl *string + Cpu *int32 + DependList *[]string + DependVersionList *[]string + Description *string + Digest *string + DomainId *string + EnterpriseProjectId *string + ExtendConfig *string + FuncName *string + FuncUrn *string + FuncVpc *FuncVpc + GpuMemory *int32 + Handler *string + HttpStatusCode int + ImageName *string + InitializerHandler *string + InitializerTimeout *int32 + LastModified *sdktime.SdkTime + MemorySize *int32 + Namespace *string + Package *string + ProjectName *string + Runtime *ImportFunctionResponseRuntime + StrategyConfig *StrategyConfig + Timeout *int32 + UserData *string + Version *string + VersionDescription *string + Xrole *string + func (o ImportFunctionResponse) String() string + type ImportFunctionResponseCodeType struct + func (c *ImportFunctionResponseCodeType) UnmarshalJSON(b []byte) error + func (c ImportFunctionResponseCodeType) MarshalJSON() ([]byte, error) + func (c ImportFunctionResponseCodeType) Value() string + type ImportFunctionResponseCodeTypeEnum struct + INLINE ImportFunctionResponseCodeType + JAR ImportFunctionResponseCodeType + OBS ImportFunctionResponseCodeType + ZIP ImportFunctionResponseCodeType + func GetImportFunctionResponseCodeTypeEnum() ImportFunctionResponseCodeTypeEnum + type ImportFunctionResponseRuntime struct + func (c *ImportFunctionResponseRuntime) UnmarshalJSON(b []byte) error + func (c ImportFunctionResponseRuntime) MarshalJSON() ([]byte, error) + func (c ImportFunctionResponseRuntime) Value() string + type ImportFunctionResponseRuntimeEnum struct + CUSTOM ImportFunctionResponseRuntime + C__NET_CORE_2_0 ImportFunctionResponseRuntime + C__NET_CORE_2_1 ImportFunctionResponseRuntime + C__NET_CORE_3_1 ImportFunctionResponseRuntime + GO1_8 ImportFunctionResponseRuntime + GO1_X ImportFunctionResponseRuntime + HTTP ImportFunctionResponseRuntime + JAVA11 ImportFunctionResponseRuntime + JAVA8 ImportFunctionResponseRuntime + NODE_JS10_16 ImportFunctionResponseRuntime + NODE_JS12_13 ImportFunctionResponseRuntime + NODE_JS14_18 ImportFunctionResponseRuntime + NODE_JS6_10 ImportFunctionResponseRuntime + NODE_JS8_10 ImportFunctionResponseRuntime + PHP7_3 ImportFunctionResponseRuntime + PYTHON2_7 ImportFunctionResponseRuntime + PYTHON3_6 ImportFunctionResponseRuntime + PYTHON3_9 ImportFunctionResponseRuntime + func GetImportFunctionResponseRuntimeEnum() ImportFunctionResponseRuntimeEnum + type InvokeFunctionRequest struct + Body map[string]interface{} + FunctionUrn string + XCFFRequestVersion *string + XCffLogType *string + func (o InvokeFunctionRequest) String() string + type InvokeFunctionResponse struct + HttpStatusCode int + Log *string + RequestId *string + Result *string + Status *int32 + XCffRequestId *string + func (o InvokeFunctionResponse) String() string + type KvItem struct + Key *string + Value *string + func (o KvItem) String() string + type ListAsyncInvocationsRequest struct + FunctionUrn string + Limit *string + Marker *string + QueryBeginTime *sdktime.SdkTime + QueryEndTime *sdktime.SdkTime + RequestId *string + Status *string + func (o ListAsyncInvocationsRequest) String() string + type ListAsyncInvocationsResponse struct + HttpStatusCode int + Invocations *[]ListFunctionAsyncInvocationsResult + func (o ListAsyncInvocationsResponse) String() string + type ListDependenciesRequest struct + DependencyType *string + Ispublic *string + Limit *string + Marker *string + Maxitems *string + Name *string + Runtime *string + func (o ListDependenciesRequest) String() string + type ListDependenciesResponse struct + Count *int64 + Dependencies *[]ListDependenciesResult + HttpStatusCode int + NextMarker *int64 + func (o ListDependenciesResponse) String() string + type ListDependenciesResult struct + Description *string + Etag string + FileName *string + Id string + LastModified *int64 + Link string + Name string + Owner string + Runtime ListDependenciesResultRuntime + Size int64 + Version *int64 + func (o ListDependenciesResult) String() string + type ListDependenciesResultRuntime struct + func (c *ListDependenciesResultRuntime) UnmarshalJSON(b []byte) error + func (c ListDependenciesResultRuntime) MarshalJSON() ([]byte, error) + func (c ListDependenciesResultRuntime) Value() string + type ListDependenciesResultRuntimeEnum struct + CUSTOM ListDependenciesResultRuntime + C__NET_CORE_2_0 ListDependenciesResultRuntime + C__NET_CORE_2_1 ListDependenciesResultRuntime + C__NET_CORE_3_1 ListDependenciesResultRuntime + GO1_8 ListDependenciesResultRuntime + GO1_X ListDependenciesResultRuntime + HTTP ListDependenciesResultRuntime + JAVA11 ListDependenciesResultRuntime + JAVA8 ListDependenciesResultRuntime + NODE_JS10_16 ListDependenciesResultRuntime + NODE_JS12_13 ListDependenciesResultRuntime + NODE_JS14_18 ListDependenciesResultRuntime + NODE_JS6_10 ListDependenciesResultRuntime + NODE_JS8_10 ListDependenciesResultRuntime + PHP7_3 ListDependenciesResultRuntime + PYTHON2_7 ListDependenciesResultRuntime + PYTHON3_6 ListDependenciesResultRuntime + PYTHON3_9 ListDependenciesResultRuntime + func GetListDependenciesResultRuntimeEnum() ListDependenciesResultRuntimeEnum + type ListDependencyVersionRequest struct + DependId string + Marker *string + Maxitems *string + func (o ListDependencyVersionRequest) String() string + type ListDependencyVersionResponse struct + Count *int64 + Dependencies *[]ListDependenciesResult + HttpStatusCode int + NextMarker *int64 + func (o ListDependencyVersionResponse) String() string + type ListEnterpriseResourceRequestBody struct + Action *string + Limit *string + Matches *[]KvItem + Offset *string + SysTags *[]TagItem + WithoutAnyTag *bool + func (o ListEnterpriseResourceRequestBody) String() string + type ListEnterpriseResourceResult struct + ResourceDetail *ListFunctionResult + ResourceId *string + ResourceName *string + SysTags *[]KvItem + Tags *[]KvItem + func (o ListEnterpriseResourceResult) String() string + type ListEventsRequest struct + FunctionUrn string + func (o ListEventsRequest) String() string + type ListEventsResponse struct + Count *int32 + Events *[]ListEventsResult + HttpStatusCode int + NextMarker *int64 + func (o ListEventsResponse) String() string + type ListEventsResult struct + Id *string + LastModified float32 + Name *string + func (o ListEventsResult) String() string + type ListFunctionAsMetricRequest struct + EndTime *string + Limit *string + StartTime *string + Type *string + func (o ListFunctionAsMetricRequest) String() string + type ListFunctionAsMetricResponse struct + Count *int64 + HttpStatusCode int + NextMarker *int64 + Values *[]FunctionMetric + func (o ListFunctionAsMetricResponse) String() string + type ListFunctionAsyncInvocationsResult struct + EndTime *sdktime.SdkTime + ErrorCode *int32 + ErrorMessage *string + RequestId *string + StartTime *sdktime.SdkTime + Status *ListFunctionAsyncInvocationsResultStatus + func (o ListFunctionAsyncInvocationsResult) String() string + type ListFunctionAsyncInvocationsResultStatus struct + func (c *ListFunctionAsyncInvocationsResultStatus) UnmarshalJSON(b []byte) error + func (c ListFunctionAsyncInvocationsResultStatus) MarshalJSON() ([]byte, error) + func (c ListFunctionAsyncInvocationsResultStatus) Value() string + type ListFunctionAsyncInvocationsResultStatusEnum struct + DISCARD ListFunctionAsyncInvocationsResultStatus + FAIL ListFunctionAsyncInvocationsResultStatus + RUNNING ListFunctionAsyncInvocationsResultStatus + SUCCESS ListFunctionAsyncInvocationsResultStatus + WAIT ListFunctionAsyncInvocationsResultStatus + func GetListFunctionAsyncInvocationsResultStatusEnum() ListFunctionAsyncInvocationsResultStatusEnum + type ListFunctionAsyncInvokeConfigRequest struct + FunctionUrn string + Limit *string + Marker *string + func (o ListFunctionAsyncInvokeConfigRequest) String() string + type ListFunctionAsyncInvokeConfigResponse struct + AsyncInvokeConfigs *[]ListFunctionAsyncInvokeConfigResult + Count *int64 + HttpStatusCode int + PageInfo *PageInfo + func (o ListFunctionAsyncInvokeConfigResponse) String() string + type ListFunctionAsyncInvokeConfigResult struct + CreatedTime *string + DestinationConfig *FuncAsyncDestinationConfig + EnableAsyncStatusLog *bool + FuncUrn string + LastModified *string + MaxAsyncEventAgeInSeconds int32 + MaxAsyncRetryAttempts int32 + func (o ListFunctionAsyncInvokeConfigResult) String() string + type ListFunctionReservedInstancesRequest struct + Limit *string + Marker *string + Urn *string + func (o ListFunctionReservedInstancesRequest) String() string + type ListFunctionReservedInstancesResponse struct + Count *int64 + HttpStatusCode int + PageInfo *PageInfo + Reservedinstances *[]FuncReservedInstance + func (o ListFunctionReservedInstancesResponse) String() string + type ListFunctionResult struct + AppXrole *string + BindBridgeFuncUrns *[]string + CodeFilename *string + CodeSize int64 + CodeType ListFunctionResultCodeType + CodeUrl *string + Cpu int32 + Description *string + Digest string + DomainId string + EncryptedUserData *string + EnterpriseProjectId *string + ExtendConfig *string + FailCount *int32 + FuncName string + FuncUrn string + FuncVpcId *string + GpuMemory *int32 + Handler string + ImageName string + InitializerHandler *string + InitializerTimeout *int32 + IsBridgeFunction *bool + LastModified *sdktime.SdkTime + LogGroupId *string + LogStreamId *string + LongTime *bool + MemorySize int32 + Namespace string + Package string + ProjectName string + Runtime ListFunctionResultRuntime + StrategyConfig *StrategyConfig + Timeout int32 + Type *ListFunctionResultType + UserData *string + Version string + Xrole *string + func (o ListFunctionResult) String() string + type ListFunctionResultCodeType struct + func (c *ListFunctionResultCodeType) UnmarshalJSON(b []byte) error + func (c ListFunctionResultCodeType) MarshalJSON() ([]byte, error) + func (c ListFunctionResultCodeType) Value() string + type ListFunctionResultCodeTypeEnum struct + INLINE ListFunctionResultCodeType + JAR ListFunctionResultCodeType + OBS ListFunctionResultCodeType + ZIP ListFunctionResultCodeType + func GetListFunctionResultCodeTypeEnum() ListFunctionResultCodeTypeEnum + type ListFunctionResultRuntime struct + func (c *ListFunctionResultRuntime) UnmarshalJSON(b []byte) error + func (c ListFunctionResultRuntime) MarshalJSON() ([]byte, error) + func (c ListFunctionResultRuntime) Value() string + type ListFunctionResultRuntimeEnum struct + CUSTOM ListFunctionResultRuntime + C__NET_CORE_2_0 ListFunctionResultRuntime + C__NET_CORE_2_1 ListFunctionResultRuntime + C__NET_CORE_3_1 ListFunctionResultRuntime + GO1_8 ListFunctionResultRuntime + GO1_X ListFunctionResultRuntime + HTTP ListFunctionResultRuntime + JAVA11 ListFunctionResultRuntime + JAVA8 ListFunctionResultRuntime + NODE_JS10_16 ListFunctionResultRuntime + NODE_JS12_13 ListFunctionResultRuntime + NODE_JS14_18 ListFunctionResultRuntime + NODE_JS6_10 ListFunctionResultRuntime + NODE_JS8_10 ListFunctionResultRuntime + PHP7_3 ListFunctionResultRuntime + PYTHON2_7 ListFunctionResultRuntime + PYTHON3_6 ListFunctionResultRuntime + PYTHON3_9 ListFunctionResultRuntime + func GetListFunctionResultRuntimeEnum() ListFunctionResultRuntimeEnum + type ListFunctionResultType struct + func (c *ListFunctionResultType) UnmarshalJSON(b []byte) error + func (c ListFunctionResultType) MarshalJSON() ([]byte, error) + func (c ListFunctionResultType) Value() string + type ListFunctionResultTypeEnum struct + V1 ListFunctionResultType + V2 ListFunctionResultType + func GetListFunctionResultTypeEnum() ListFunctionResultTypeEnum + type ListFunctionStatisticsRequest struct + FuncUrn string + Period string + func (o ListFunctionStatisticsRequest) String() string + type ListFunctionStatisticsResponse struct + Count *[]SlaReportsValue + Duration *[]SlaReportsValue + FailCount *[]SlaReportsValue + HttpStatusCode int + MaxDuration *[]SlaReportsValue + MinDuration *[]SlaReportsValue + RejectCount *[]SlaReportsValue + func (o ListFunctionStatisticsResponse) String() string + type ListFunctionStatisticsResponseBody struct + Count *[]SlaReportsValue + Duration *[]SlaReportsValue + FailCount *[]SlaReportsValue + MaxDuration *[]SlaReportsValue + MinDuration *[]SlaReportsValue + RejectCount *[]SlaReportsValue + func (o ListFunctionStatisticsResponseBody) String() string + type ListFunctionTriggerResult struct + CreatedTime *sdktime.SdkTime + EventData *interface{} + LastUpdatedTime *sdktime.SdkTime + TriggerId string + TriggerStatus ListFunctionTriggerResultTriggerStatus + TriggerTypeCode ListFunctionTriggerResultTriggerTypeCode + func (o ListFunctionTriggerResult) String() string + type ListFunctionTriggerResultTriggerStatus struct + func (c *ListFunctionTriggerResultTriggerStatus) UnmarshalJSON(b []byte) error + func (c ListFunctionTriggerResultTriggerStatus) MarshalJSON() ([]byte, error) + func (c ListFunctionTriggerResultTriggerStatus) Value() string + type ListFunctionTriggerResultTriggerStatusEnum struct + ACTIVE ListFunctionTriggerResultTriggerStatus + DISABLED ListFunctionTriggerResultTriggerStatus + func GetListFunctionTriggerResultTriggerStatusEnum() ListFunctionTriggerResultTriggerStatusEnum + type ListFunctionTriggerResultTriggerTypeCode struct + func (c *ListFunctionTriggerResultTriggerTypeCode) UnmarshalJSON(b []byte) error + func (c ListFunctionTriggerResultTriggerTypeCode) MarshalJSON() ([]byte, error) + func (c ListFunctionTriggerResultTriggerTypeCode) Value() string + type ListFunctionTriggerResultTriggerTypeCodeEnum struct + APIC ListFunctionTriggerResultTriggerTypeCode + APIG ListFunctionTriggerResultTriggerTypeCode + CTS ListFunctionTriggerResultTriggerTypeCode + DDS ListFunctionTriggerResultTriggerTypeCode + DEDICATEDGATEWAY ListFunctionTriggerResultTriggerTypeCode + DIS ListFunctionTriggerResultTriggerTypeCode + DMS ListFunctionTriggerResultTriggerTypeCode + EVENTGRID ListFunctionTriggerResultTriggerTypeCode + GAUSSMONGO ListFunctionTriggerResultTriggerTypeCode + KAFKA ListFunctionTriggerResultTriggerTypeCode + LTS ListFunctionTriggerResultTriggerTypeCode + OBS ListFunctionTriggerResultTriggerTypeCode + OPENSOURCEKAFKA ListFunctionTriggerResultTriggerTypeCode + RABBITMQ ListFunctionTriggerResultTriggerTypeCode + SMN ListFunctionTriggerResultTriggerTypeCode + TIMER ListFunctionTriggerResultTriggerTypeCode + func GetListFunctionTriggerResultTriggerTypeCodeEnum() ListFunctionTriggerResultTriggerTypeCodeEnum + type ListFunctionTriggersRequest struct + FunctionUrn string + func (o ListFunctionTriggersRequest) String() string + type ListFunctionTriggersResponse struct + Body *[]ListFunctionTriggerResult + HttpStatusCode int + func (o ListFunctionTriggersResponse) String() string + type ListFunctionVersionResult struct + AppXrole *string + CodeFilename *string + CodeSize int64 + CodeType ListFunctionVersionResultCodeType + CodeUrl *string + Concurrency *int32 + ConcurrentNum *int32 + Cpu int32 + CustomImage *CustomImage + Digest string + DomainId string + EnableAuthInHeader *bool + EnableCloudDebug *string + EnableDynamicMemory *bool + EncryptedUserData *string + EnterpriseProjectId *string + FuncName string + FuncUrn string + FuncVpcId *string + FunctionAsyncConfig *FunctionAsyncConfig + Handler string + ImageName string + InitializerHandler *string + InitializerTimeout *int32 + IsStatefulFunction *bool + LastModified *sdktime.SdkTime + LongTime *bool + MemorySize int32 + Namespace string + Package string + ProjectName string + ReservedInstanceIdleMode *bool + Runtime ListFunctionVersionResultRuntime + StrategyConfig *StrategyConfig + Timeout int32 + Type *string + UserData *string + Version string + Xrole *string + func (o ListFunctionVersionResult) String() string + type ListFunctionVersionResultCodeType struct + func (c *ListFunctionVersionResultCodeType) UnmarshalJSON(b []byte) error + func (c ListFunctionVersionResultCodeType) MarshalJSON() ([]byte, error) + func (c ListFunctionVersionResultCodeType) Value() string + type ListFunctionVersionResultCodeTypeEnum struct + INLINE ListFunctionVersionResultCodeType + JAR ListFunctionVersionResultCodeType + OBS ListFunctionVersionResultCodeType + ZIP ListFunctionVersionResultCodeType + func GetListFunctionVersionResultCodeTypeEnum() ListFunctionVersionResultCodeTypeEnum + type ListFunctionVersionResultRuntime struct + func (c *ListFunctionVersionResultRuntime) UnmarshalJSON(b []byte) error + func (c ListFunctionVersionResultRuntime) MarshalJSON() ([]byte, error) + func (c ListFunctionVersionResultRuntime) Value() string + type ListFunctionVersionResultRuntimeEnum struct + CUSTOM ListFunctionVersionResultRuntime + C__NET_CORE_2_0 ListFunctionVersionResultRuntime + C__NET_CORE_2_1 ListFunctionVersionResultRuntime + C__NET_CORE_3_1 ListFunctionVersionResultRuntime + GO1_8 ListFunctionVersionResultRuntime + GO1_X ListFunctionVersionResultRuntime + HTTP ListFunctionVersionResultRuntime + JAVA11 ListFunctionVersionResultRuntime + JAVA8 ListFunctionVersionResultRuntime + NODE_JS10_16 ListFunctionVersionResultRuntime + NODE_JS12_13 ListFunctionVersionResultRuntime + NODE_JS14_18 ListFunctionVersionResultRuntime + NODE_JS6_10 ListFunctionVersionResultRuntime + NODE_JS8_10 ListFunctionVersionResultRuntime + PHP7_3 ListFunctionVersionResultRuntime + PYTHON2_7 ListFunctionVersionResultRuntime + PYTHON3_6 ListFunctionVersionResultRuntime + PYTHON3_9 ListFunctionVersionResultRuntime + func GetListFunctionVersionResultRuntimeEnum() ListFunctionVersionResultRuntimeEnum + type ListFunctionVersionsRequest struct + FunctionUrn string + Marker *string + Maxitems *string + func (o ListFunctionVersionsRequest) String() string + type ListFunctionVersionsResponse struct + Count *int64 + HttpStatusCode int + NextMarker *int64 + Versions *[]ListFunctionVersionResult + func (o ListFunctionVersionsResponse) String() string + type ListFunctionsRequest struct + Marker *string + Maxitems *string + PackageName *string + func (o ListFunctionsRequest) String() string + type ListFunctionsResponse struct + Count *int64 + Functions *[]ListFunctionResult + HttpStatusCode int + NextMarker *int32 + func (o ListFunctionsResponse) String() string + type ListQuotasRequest struct + func (o ListQuotasRequest) String() string + type ListQuotasResponse struct + HttpStatusCode int + Quotas *ListQuotasResult + func (o ListQuotasResponse) String() string + type ListQuotasResult struct + Resources []Resources + func (o ListQuotasResult) String() string + type ListReservedInstanceConfigsRequest struct + FunctionUrn *string + Limit *string + Marker *string + func (o ListReservedInstanceConfigsRequest) String() string + type ListReservedInstanceConfigsResponse struct + Count *int64 + HttpStatusCode int + PageInfo *PageInfo + ReservedInstances *[]ReservedInstanceConfigs + func (o ListReservedInstanceConfigsResponse) String() string + type ListStatisticsRequest struct + Filter ListStatisticsRequestFilter + Option *string + Period *string + func (o ListStatisticsRequest) String() string + type ListStatisticsRequestFilter struct + func (c *ListStatisticsRequestFilter) UnmarshalJSON(b []byte) error + func (c ListStatisticsRequestFilter) MarshalJSON() ([]byte, error) + func (c ListStatisticsRequestFilter) Value() string + type ListStatisticsRequestFilterEnum struct + MONITOR_DATA ListStatisticsRequestFilter + MONTHLY_REPORT ListStatisticsRequestFilter + func GetListStatisticsRequestFilterEnum() ListStatisticsRequestFilterEnum + type ListStatisticsResponse struct + Count *[]MonthUsed + Gbs *[]MonthUsed + HttpStatusCode int + Statistics *ListFunctionStatisticsResponseBody + func (o ListStatisticsResponse) String() string + type ListVersionAliasResult struct + AdditionalVersionWeights map[string]int64 + AliasUrn string + Description *string + LastModified *sdktime.SdkTime + Name string + Version string + func (o ListVersionAliasResult) String() string + type ListVersionAliasesRequest struct + FunctionUrn string + func (o ListVersionAliasesRequest) String() string + type ListVersionAliasesResponse struct + Body *[]ListVersionAliasResult + HttpStatusCode int + func (o ListVersionAliasesResponse) String() string + type ListWorkflowExecutionsRequest struct + EndTime *string + Limit *int32 + StartTime *string + Status *ListWorkflowExecutionsRequestStatus + WorkflowId string + func (o ListWorkflowExecutionsRequest) String() string + type ListWorkflowExecutionsRequestStatus struct + func (c *ListWorkflowExecutionsRequestStatus) UnmarshalJSON(b []byte) error + func (c ListWorkflowExecutionsRequestStatus) MarshalJSON() ([]byte, error) + func (c ListWorkflowExecutionsRequestStatus) Value() string + type ListWorkflowExecutionsRequestStatusEnum struct + CANCEL ListWorkflowExecutionsRequestStatus + FAIL ListWorkflowExecutionsRequestStatus + RUNNING ListWorkflowExecutionsRequestStatus + SUCCESS ListWorkflowExecutionsRequestStatus + TIMEOUT ListWorkflowExecutionsRequestStatus + func GetListWorkflowExecutionsRequestStatusEnum() ListWorkflowExecutionsRequestStatusEnum + type ListWorkflowExecutionsResponse struct + Executions *[]FlowExecutionBrief + HttpStatusCode int + func (o ListWorkflowExecutionsResponse) String() string + type ListWorkflowRequest struct + EnterpriseProject *string + Limit *int32 + Mode *string + Offset *int32 + WorkflowName *string + func (o ListWorkflowRequest) String() string + type ListWorkflowResponse struct + HttpStatusCode int + Size *int32 + Total *int64 + Workflows *[]WorkflowSimpleInfo + func (o ListWorkflowResponse) String() string + type MetricConfig struct + Min *int32 + Name *string + Threshold *int32 + Type *string + func (o MetricConfig) String() string + type MonthUsed struct + Date *string + Value float32 + func (o MonthUsed) String() string + type MountConfig struct + FuncMounts []FuncMount + MountUser *MountUser + func (o MountConfig) String() string + type MountUser struct + UserGroupId string + UserId string + func (o MountUser) String() string + type NetworkControlConfig struct + DisablePublicNetwork *bool + TriggerAccessVpcs *[]VpcConfig + func (o NetworkControlConfig) String() string + type NodeExecution struct + BeginTime *int64 + EndTime *int64 + ErrorMessage *interface{} + Input *interface{} + Output *interface{} + RequestId *string + Status *NodeExecutionStatus + func (o NodeExecution) String() string + type NodeExecutionDetail struct + ExecutionId *string + Executions *[]NodeExecution + NodeId *string + NodeName *string + func (o NodeExecutionDetail) String() string + type NodeExecutionStatus struct + func (c *NodeExecutionStatus) UnmarshalJSON(b []byte) error + func (c NodeExecutionStatus) MarshalJSON() ([]byte, error) + func (c NodeExecutionStatus) Value() string + type NodeExecutionStatusEnum struct + CANCEL NodeExecutionStatus + FAIL NodeExecutionStatus + RUNNING NodeExecutionStatus + SUCCESS NodeExecutionStatus + TIMEOUT NodeExecutionStatus + func GetNodeExecutionStatusEnum() NodeExecutionStatusEnum + type ObsTriggerConfig struct + Bucket string + Events []string + Prefix string + Suffix string + func (o ObsTriggerConfig) String() string + type OnError struct + Error *string + RetryRef *string + Transition *string + func (o OnError) String() string + type OperateErrorInfo struct + ErrorDetail *string + WorkflowUrn *string + func (o OperateErrorInfo) String() string + type OperationState struct + ActionMode *OperationStateActionMode + Actions []Action + Duration *int64 + End bool + Id string + Name string + OnErrors *[]OnError + StateDataFilter *StateDataFilter + Transition string + Type OperationStateType + func (o OperationState) String() string + type OperationStateActionMode struct + func (c *OperationStateActionMode) UnmarshalJSON(b []byte) error + func (c OperationStateActionMode) MarshalJSON() ([]byte, error) + func (c OperationStateActionMode) Value() string + type OperationStateActionModeEnum struct + PARALLEL OperationStateActionMode + SEQUENTIAL OperationStateActionMode + func GetOperationStateActionModeEnum() OperationStateActionModeEnum + type OperationStateType struct + func (c *OperationStateType) UnmarshalJSON(b []byte) error + func (c OperationStateType) MarshalJSON() ([]byte, error) + func (c OperationStateType) Value() string + type OperationStateTypeEnum struct + END OperationStateType + OPERATION OperationStateType + SLEEP OperationStateType + func GetOperationStateTypeEnum() OperationStateTypeEnum + type PageInfo struct + CurrentCount int64 + NextMarker int64 + PreviousMarker int64 + func (o PageInfo) String() string + type ReservedInstanceConfigs struct + FunctionUrn *string + IdleMode *bool + MinCount *int32 + QualifierName *string + QualifierType *string + TacticsConfig *TacticsConfig + func (o ReservedInstanceConfigs) String() string + type Resources struct + Quota *int32 + Type *ResourcesType + Unit *string + Used *int32 + func (o Resources) String() string + type ResourcesType struct + func (c *ResourcesType) UnmarshalJSON(b []byte) error + func (c ResourcesType) MarshalJSON() ([]byte, error) + func (c ResourcesType) Value() string + type ResourcesTypeEnum struct + FGS_FUNC_CODE_SIZE ResourcesType + FGS_FUNC_NUM ResourcesType + FGS_FUNC_OCCURS ResourcesType + FGS_FUNC_PAT_IDLE_TIME ResourcesType + FGS_FUNC_SCALE_DOWN_TIMEOUT ResourcesType + FGS_WORKFLOW_NUM ResourcesType + func GetResourcesTypeEnum() ResourcesTypeEnum + type Retry struct + Delay *int64 + MaxAttempts *int64 + Name string + func (o Retry) String() string + type RetryWorkFlowRequest struct + ExecutionId string + WorkflowId string + func (o RetryWorkFlowRequest) String() string + type RetryWorkFlowResponse struct + HttpStatusCode int + func (o RetryWorkFlowResponse) String() string + type ShowDependcyRequest struct + DependId string + func (o ShowDependcyRequest) String() string + type ShowDependcyResponse struct + Description *string + Etag *string + FileName *string + HttpStatusCode int + Id *string + LastModified *int64 + Link *string + Name *string + Owner *string + Runtime *string + Size *int64 + Version *int64 + func (o ShowDependcyResponse) String() string + type ShowDependencyVersionRequest struct + DependId string + Version string + func (o ShowDependencyVersionRequest) String() string + type ShowDependencyVersionResponse struct + Description *string + Etag *string + FileName *string + HttpStatusCode int + Id *string + LastModified *int64 + Link *string + Name *string + Owner *string + Runtime *string + Size *int64 + Version *int64 + func (o ShowDependencyVersionResponse) String() string + type ShowEventRequest struct + EventId string + FunctionUrn string + func (o ShowEventRequest) String() string + type ShowEventResponse struct + Content *string + HttpStatusCode int + Id *string + LastModified float32 + Name *string + func (o ShowEventResponse) String() string + type ShowFuncSnapshotStateRequest struct + FunctionUrn string + func (o ShowFuncSnapshotStateRequest) String() string + type ShowFuncSnapshotStateResponse struct + Code *string + HttpStatusCode int + State *string + func (o ShowFuncSnapshotStateResponse) String() string + type ShowFunctionAsyncInvokeConfigRequest struct + FunctionUrn string + func (o ShowFunctionAsyncInvokeConfigRequest) String() string + type ShowFunctionAsyncInvokeConfigResponse struct + CreatedTime *string + DestinationConfig *FuncAsyncDestinationConfig + EnableAsyncStatusLog *bool + FuncUrn *string + HttpStatusCode int + LastModified *string + MaxAsyncEventAgeInSeconds *int32 + MaxAsyncRetryAttempts *int32 + func (o ShowFunctionAsyncInvokeConfigResponse) String() string + type ShowFunctionCodeRequest struct + FunctionUrn string + func (o ShowFunctionCodeRequest) String() string + type ShowFunctionCodeResponse struct + CodeFilename *string + CodeSize *int64 + CodeType *ShowFunctionCodeResponseCodeType + CodeUrl *string + DependList *[]string + DependVersionList *[]string + Dependencies *[]Dependency + Digest *string + DomainId *string + FuncCode *FuncCode + FuncName *string + FuncUrn *string + HttpStatusCode int + LastModified *sdktime.SdkTime + Runtime *ShowFunctionCodeResponseRuntime + StrategyConfig *StrategyConfig + func (o ShowFunctionCodeResponse) String() string + type ShowFunctionCodeResponseCodeType struct + func (c *ShowFunctionCodeResponseCodeType) UnmarshalJSON(b []byte) error + func (c ShowFunctionCodeResponseCodeType) MarshalJSON() ([]byte, error) + func (c ShowFunctionCodeResponseCodeType) Value() string + type ShowFunctionCodeResponseCodeTypeEnum struct + INLINE ShowFunctionCodeResponseCodeType + JAR ShowFunctionCodeResponseCodeType + OBS ShowFunctionCodeResponseCodeType + ZIP ShowFunctionCodeResponseCodeType + func GetShowFunctionCodeResponseCodeTypeEnum() ShowFunctionCodeResponseCodeTypeEnum + type ShowFunctionCodeResponseRuntime struct + func (c *ShowFunctionCodeResponseRuntime) UnmarshalJSON(b []byte) error + func (c ShowFunctionCodeResponseRuntime) MarshalJSON() ([]byte, error) + func (c ShowFunctionCodeResponseRuntime) Value() string + type ShowFunctionCodeResponseRuntimeEnum struct + CUSTOM ShowFunctionCodeResponseRuntime + C__NET_CORE_2_0 ShowFunctionCodeResponseRuntime + C__NET_CORE_2_1 ShowFunctionCodeResponseRuntime + C__NET_CORE_3_1 ShowFunctionCodeResponseRuntime + GO1_8 ShowFunctionCodeResponseRuntime + GO1_X ShowFunctionCodeResponseRuntime + HTTP ShowFunctionCodeResponseRuntime + JAVA11 ShowFunctionCodeResponseRuntime + JAVA8 ShowFunctionCodeResponseRuntime + NODE_JS10_16 ShowFunctionCodeResponseRuntime + NODE_JS12_13 ShowFunctionCodeResponseRuntime + NODE_JS14_18 ShowFunctionCodeResponseRuntime + NODE_JS6_10 ShowFunctionCodeResponseRuntime + NODE_JS8_10 ShowFunctionCodeResponseRuntime + PHP7_3 ShowFunctionCodeResponseRuntime + PYTHON2_7 ShowFunctionCodeResponseRuntime + PYTHON3_6 ShowFunctionCodeResponseRuntime + PYTHON3_9 ShowFunctionCodeResponseRuntime + func GetShowFunctionCodeResponseRuntimeEnum() ShowFunctionCodeResponseRuntimeEnum + type ShowFunctionConfigRequest struct + FunctionUrn string + func (o ShowFunctionConfigRequest) String() string + type ShowFunctionConfigResponse struct + AppXrole *string + CodeFilename *string + CodeSize *int64 + CodeType *ShowFunctionConfigResponseCodeType + CodeUrl *string + Cpu *int32 + CustomImage *CustomImage + DependList *[]string + DependVersionList *[]string + Dependencies *[]Dependency + Description *string + Digest *string + DomainId *string + EnableAuthInHeader *bool + EnableDynamicMemory *bool + EncryptedUserData *string + EnterpriseProjectId *string + EphemeralStorage *int32 + FuncName *string + FuncUrn *string + FuncVpc *FuncVpc + GpuMemory *int32 + Handler *string + HttpStatusCode int + ImageName *string + InitializerHandler *string + InitializerTimeout *int32 + IsStatefulFunction *bool + LastModified *sdktime.SdkTime + LogGroupId *string + LogStreamId *string + LongTime *bool + MemorySize *int32 + MountConfig *MountConfig + Namespace *string + Package *string + ProjectName *string + Runtime *ShowFunctionConfigResponseRuntime + StrategyConfig *StrategyConfig + Timeout *int32 + Type *ShowFunctionConfigResponseType + UserData *string + Version *string + Xrole *string + func (o ShowFunctionConfigResponse) String() string + type ShowFunctionConfigResponseCodeType struct + func (c *ShowFunctionConfigResponseCodeType) UnmarshalJSON(b []byte) error + func (c ShowFunctionConfigResponseCodeType) MarshalJSON() ([]byte, error) + func (c ShowFunctionConfigResponseCodeType) Value() string + type ShowFunctionConfigResponseCodeTypeEnum struct + INLINE ShowFunctionConfigResponseCodeType + JAR ShowFunctionConfigResponseCodeType + OBS ShowFunctionConfigResponseCodeType + ZIP ShowFunctionConfigResponseCodeType + func GetShowFunctionConfigResponseCodeTypeEnum() ShowFunctionConfigResponseCodeTypeEnum + type ShowFunctionConfigResponseRuntime struct + func (c *ShowFunctionConfigResponseRuntime) UnmarshalJSON(b []byte) error + func (c ShowFunctionConfigResponseRuntime) MarshalJSON() ([]byte, error) + func (c ShowFunctionConfigResponseRuntime) Value() string + type ShowFunctionConfigResponseRuntimeEnum struct + CUSTOM ShowFunctionConfigResponseRuntime + C__NET_CORE_2_0 ShowFunctionConfigResponseRuntime + C__NET_CORE_2_1 ShowFunctionConfigResponseRuntime + C__NET_CORE_3_1 ShowFunctionConfigResponseRuntime + GO1_8 ShowFunctionConfigResponseRuntime + GO1_X ShowFunctionConfigResponseRuntime + HTTP ShowFunctionConfigResponseRuntime + JAVA11 ShowFunctionConfigResponseRuntime + JAVA8 ShowFunctionConfigResponseRuntime + NODE_JS10_16 ShowFunctionConfigResponseRuntime + NODE_JS12_13 ShowFunctionConfigResponseRuntime + NODE_JS14_18 ShowFunctionConfigResponseRuntime + NODE_JS6_10 ShowFunctionConfigResponseRuntime + NODE_JS8_10 ShowFunctionConfigResponseRuntime + PHP7_3 ShowFunctionConfigResponseRuntime + PYTHON2_7 ShowFunctionConfigResponseRuntime + PYTHON3_6 ShowFunctionConfigResponseRuntime + PYTHON3_9 ShowFunctionConfigResponseRuntime + func GetShowFunctionConfigResponseRuntimeEnum() ShowFunctionConfigResponseRuntimeEnum + type ShowFunctionConfigResponseType struct + func (c *ShowFunctionConfigResponseType) UnmarshalJSON(b []byte) error + func (c ShowFunctionConfigResponseType) MarshalJSON() ([]byte, error) + func (c ShowFunctionConfigResponseType) Value() string + type ShowFunctionConfigResponseTypeEnum struct + V1 ShowFunctionConfigResponseType + V2 ShowFunctionConfigResponseType + func GetShowFunctionConfigResponseTypeEnum() ShowFunctionConfigResponseTypeEnum + type ShowFunctionTriggerRequest struct + FunctionUrn string + TriggerId string + TriggerTypeCode ShowFunctionTriggerRequestTriggerTypeCode + func (o ShowFunctionTriggerRequest) String() string + type ShowFunctionTriggerRequestTriggerTypeCode struct + func (c *ShowFunctionTriggerRequestTriggerTypeCode) UnmarshalJSON(b []byte) error + func (c ShowFunctionTriggerRequestTriggerTypeCode) MarshalJSON() ([]byte, error) + func (c ShowFunctionTriggerRequestTriggerTypeCode) Value() string + type ShowFunctionTriggerRequestTriggerTypeCodeEnum struct + APIC ShowFunctionTriggerRequestTriggerTypeCode + APIG ShowFunctionTriggerRequestTriggerTypeCode + CTS ShowFunctionTriggerRequestTriggerTypeCode + DDS ShowFunctionTriggerRequestTriggerTypeCode + DEDICATEDGATEWAY ShowFunctionTriggerRequestTriggerTypeCode + DIS ShowFunctionTriggerRequestTriggerTypeCode + DMS ShowFunctionTriggerRequestTriggerTypeCode + EVENTGRID ShowFunctionTriggerRequestTriggerTypeCode + GAUSSMONGO ShowFunctionTriggerRequestTriggerTypeCode + KAFKA ShowFunctionTriggerRequestTriggerTypeCode + LTS ShowFunctionTriggerRequestTriggerTypeCode + OBS ShowFunctionTriggerRequestTriggerTypeCode + OPENSOURCEKAFKA ShowFunctionTriggerRequestTriggerTypeCode + RABBITMQ ShowFunctionTriggerRequestTriggerTypeCode + SMN ShowFunctionTriggerRequestTriggerTypeCode + TIMER ShowFunctionTriggerRequestTriggerTypeCode + func GetShowFunctionTriggerRequestTriggerTypeCodeEnum() ShowFunctionTriggerRequestTriggerTypeCodeEnum + type ShowFunctionTriggerResponse struct + CreatedTime *sdktime.SdkTime + EventData *interface{} + HttpStatusCode int + LastUpdatedTime *sdktime.SdkTime + TriggerId *string + TriggerStatus *ShowFunctionTriggerResponseTriggerStatus + TriggerTypeCode *ShowFunctionTriggerResponseTriggerTypeCode + func (o ShowFunctionTriggerResponse) String() string + type ShowFunctionTriggerResponseTriggerStatus struct + func (c *ShowFunctionTriggerResponseTriggerStatus) UnmarshalJSON(b []byte) error + func (c ShowFunctionTriggerResponseTriggerStatus) MarshalJSON() ([]byte, error) + func (c ShowFunctionTriggerResponseTriggerStatus) Value() string + type ShowFunctionTriggerResponseTriggerStatusEnum struct + ACTIVE ShowFunctionTriggerResponseTriggerStatus + DISABLED ShowFunctionTriggerResponseTriggerStatus + func GetShowFunctionTriggerResponseTriggerStatusEnum() ShowFunctionTriggerResponseTriggerStatusEnum + type ShowFunctionTriggerResponseTriggerTypeCode struct + func (c *ShowFunctionTriggerResponseTriggerTypeCode) UnmarshalJSON(b []byte) error + func (c ShowFunctionTriggerResponseTriggerTypeCode) MarshalJSON() ([]byte, error) + func (c ShowFunctionTriggerResponseTriggerTypeCode) Value() string + type ShowFunctionTriggerResponseTriggerTypeCodeEnum struct + APIC ShowFunctionTriggerResponseTriggerTypeCode + APIG ShowFunctionTriggerResponseTriggerTypeCode + CTS ShowFunctionTriggerResponseTriggerTypeCode + DDS ShowFunctionTriggerResponseTriggerTypeCode + DEDICATEDGATEWAY ShowFunctionTriggerResponseTriggerTypeCode + DIS ShowFunctionTriggerResponseTriggerTypeCode + DMS ShowFunctionTriggerResponseTriggerTypeCode + EVENTGRID ShowFunctionTriggerResponseTriggerTypeCode + GAUSSMONGO ShowFunctionTriggerResponseTriggerTypeCode + KAFKA ShowFunctionTriggerResponseTriggerTypeCode + LTS ShowFunctionTriggerResponseTriggerTypeCode + OBS ShowFunctionTriggerResponseTriggerTypeCode + OPENSOURCEKAFKA ShowFunctionTriggerResponseTriggerTypeCode + RABBITMQ ShowFunctionTriggerResponseTriggerTypeCode + SMN ShowFunctionTriggerResponseTriggerTypeCode + TIMER ShowFunctionTriggerResponseTriggerTypeCode + func GetShowFunctionTriggerResponseTriggerTypeCodeEnum() ShowFunctionTriggerResponseTriggerTypeCodeEnum + type ShowLtsLogDetailsRequest struct + FunctionUrn string + func (o ShowLtsLogDetailsRequest) String() string + type ShowLtsLogDetailsResponse struct + GroupId *string + GroupName *string + HttpStatusCode int + StreamId *string + StreamName *string + func (o ShowLtsLogDetailsResponse) String() string + type ShowProjectTagsListRequest struct + ResourceType string + func (o ShowProjectTagsListRequest) String() string + type ShowProjectTagsListResponse struct + HttpStatusCode int + SysTags *[]TagItem + Tags *[]TagItem + func (o ShowProjectTagsListResponse) String() string + type ShowResInstanceInfoRequest struct + Action string + Body *ListEnterpriseResourceRequestBody + ResourceType string + func (o ShowResInstanceInfoRequest) String() string + type ShowResInstanceInfoResponse struct + HttpStatusCode int + Resources *[]ListEnterpriseResourceResult + TotalCount *int64 + func (o ShowResInstanceInfoResponse) String() string + type ShowTenantMetricRequest struct + EndTime *string + MetricType *string + Period *string + StartTime *string + func (o ShowTenantMetricRequest) String() string + type ShowTenantMetricResponse struct + Count *[]SlaReportsValue + Duration *[]SlaReportsValue + FailCount *[]SlaReportsValue + HttpStatusCode int + RunningCount *[]SlaReportsValue + func (o ShowTenantMetricResponse) String() string + type ShowTracingRequest struct + FunctionUrn string + func (o ShowTracingRequest) String() string + type ShowTracingResponse struct + HttpStatusCode int + TracingAk *string + TracingSk *string + func (o ShowTracingResponse) String() string + type ShowVersionAliasRequest struct + AliasName string + FunctionUrn string + func (o ShowVersionAliasRequest) String() string + type ShowVersionAliasResponse struct + AdditionalVersionWeights map[string]int32 + AliasUrn *string + Description *string + HttpStatusCode int + LastModified *sdktime.SdkTime + Name *string + Version *string + func (o ShowVersionAliasResponse) String() string + type ShowWorkFlowMetricRequest struct + EndTime *string + Period *string + StartTime *string + WorkflowUrn string + func (o ShowWorkFlowMetricRequest) String() string + type ShowWorkFlowMetricResponse struct + Count *[]SlaReportsValue + Duration *[]SlaReportsValue + FailCount *[]SlaReportsValue + HttpStatusCode int + RunningCount *[]SlaReportsValue + func (o ShowWorkFlowMetricResponse) String() string + type ShowWorkFlowRequest struct + WorkflowId string + func (o ShowWorkFlowRequest) String() string + type ShowWorkFlowResponse struct + CreatedBy *string + CreatedTime *string + Definition *WorkflowCreateBody + HttpStatusCode int + Id *string + LtsGroupId *string + LtsStreamId *string + UpdatedTime *string + WorkflowUrn *string + func (o ShowWorkFlowResponse) String() string + type ShowWorkflowExecutionForPageRequest struct + EndTime *string + Limit int32 + Offset int32 + StartTime *string + WorkflowId string + func (o ShowWorkflowExecutionForPageRequest) String() string + type ShowWorkflowExecutionForPageResponse struct + Executions *[]FlowExecutionBriefV2 + HttpStatusCode int + Size *int32 + Total *int64 + func (o ShowWorkflowExecutionForPageResponse) String() string + type ShowWorkflowExecutionRequest struct + ExecutionId string + WorkflowId string + XGetWorkflowFullHistoryData *bool + func (o ShowWorkflowExecutionRequest) String() string + type ShowWorkflowExecutionResponse struct + BeginTime *string + CreatedBy *string + EndTime *string + ExecutionId *string + Headers *interface{} + HttpStatusCode int + Input *interface{} + LastUpdateTime *string + NodeExecutionDetails *[]NodeExecutionDetail + Output *interface{} + Status *ShowWorkflowExecutionResponseStatus + WorkflowId *string + WorkflowUrn *string + func (o ShowWorkflowExecutionResponse) String() string + type ShowWorkflowExecutionResponseStatus struct + func (c *ShowWorkflowExecutionResponseStatus) UnmarshalJSON(b []byte) error + func (c ShowWorkflowExecutionResponseStatus) MarshalJSON() ([]byte, error) + func (c ShowWorkflowExecutionResponseStatus) Value() string + type ShowWorkflowExecutionResponseStatusEnum struct + CANCEL ShowWorkflowExecutionResponseStatus + FAIL ShowWorkflowExecutionResponseStatus + RUNNING ShowWorkflowExecutionResponseStatus + SUCCESS ShowWorkflowExecutionResponseStatus + TIMEOUT ShowWorkflowExecutionResponseStatus + func GetShowWorkflowExecutionResponseStatusEnum() ShowWorkflowExecutionResponseStatusEnum + type SlaReportsValue struct + Timestamp *int64 + Value *float64 + func (o SlaReportsValue) String() string + type StartSyncWorkflowExecutionRequest struct + Body *FlowExecuteBody + WorkflowId string + func (o StartSyncWorkflowExecutionRequest) String() string + type StartSyncWorkflowExecutionResponse struct + BeginTime *string + EndTime *string + Errors *[]SyncExecutionNodeErrorDetail + ExecutionId *string + HttpStatusCode int + Output *interface{} + Status *StartSyncWorkflowExecutionResponseStatus + func (o StartSyncWorkflowExecutionResponse) String() string + type StartSyncWorkflowExecutionResponseStatus struct + func (c *StartSyncWorkflowExecutionResponseStatus) UnmarshalJSON(b []byte) error + func (c StartSyncWorkflowExecutionResponseStatus) MarshalJSON() ([]byte, error) + func (c StartSyncWorkflowExecutionResponseStatus) Value() string + type StartSyncWorkflowExecutionResponseStatusEnum struct + FAIL StartSyncWorkflowExecutionResponseStatus + SUCCESS StartSyncWorkflowExecutionResponseStatus + TIMEOUT StartSyncWorkflowExecutionResponseStatus + func GetStartSyncWorkflowExecutionResponseStatusEnum() StartSyncWorkflowExecutionResponseStatusEnum + type StartWorkflowExecutionRequest struct + Body *FlowExecuteBody + WorkflowId string + XCreateTime *string + XWorkflowRunID *string + XWorkflowRunMergeFnParameters *string + func (o StartWorkflowExecutionRequest) String() string + type StartWorkflowExecutionResponse struct + ExecutionId *string + HttpStatusCode int + func (o StartWorkflowExecutionResponse) String() string + type StateDataFilter struct + Input *string + Output *string + func (o StateDataFilter) String() string + type StopWorkFlowRequest struct + ExecutionId string + WorkflowId string + func (o StopWorkFlowRequest) String() string + type StopWorkFlowResponse struct + HttpStatusCode int + func (o StopWorkFlowResponse) String() string + type StrategyConfig struct + Concurrency int32 + ConcurrentNum int32 + func (o StrategyConfig) String() string + type SyncExecutionNodeErrorDetail struct + BeginTime *string + EndTime *string + ErrorMessage *string + NodeId *string + func (o SyncExecutionNodeErrorDetail) String() string + type TacticsConfig struct + CronConfigs *[]CronConfig + MetricConfigs *[]MetricConfig + func (o TacticsConfig) String() string + type TagItem struct + Key *string + Values *[]string + func (o TagItem) String() string + type Trigger struct + Enabled *bool + TriggerConfig *ObsTriggerConfig + TriggerName string + TriggerType TriggerTriggerType + func (o Trigger) String() string + type TriggerEventData struct + IsSerial *bool + MaxFetchBytes *int32 + PollingInterval *int32 + PollingUnit *TriggerEventDataPollingUnit + func (o TriggerEventData) String() string + type TriggerEventDataPollingUnit struct + func (c *TriggerEventDataPollingUnit) UnmarshalJSON(b []byte) error + func (c TriggerEventDataPollingUnit) MarshalJSON() ([]byte, error) + func (c TriggerEventDataPollingUnit) Value() string + type TriggerEventDataPollingUnitEnum struct + MS TriggerEventDataPollingUnit + S TriggerEventDataPollingUnit + func GetTriggerEventDataPollingUnitEnum() TriggerEventDataPollingUnitEnum + type TriggerTriggerType struct + func (c *TriggerTriggerType) UnmarshalJSON(b []byte) error + func (c TriggerTriggerType) MarshalJSON() ([]byte, error) + func (c TriggerTriggerType) Value() string + type TriggerTriggerTypeEnum struct + APIG TriggerTriggerType + APIG_DE TriggerTriggerType + FLOWTIMER TriggerTriggerType + OBS TriggerTriggerType + SMN TriggerTriggerType + func GetTriggerTriggerTypeEnum() TriggerTriggerTypeEnum + type UpdateDependcyRequest struct + Body *UpdateDependencyRequestBody + DependId string + func (o UpdateDependcyRequest) String() string + type UpdateDependcyResponse struct + Description *string + Etag *string + FileName *string + HttpStatusCode int + Id *string + Link *string + Name *string + Owner *string + Runtime *string + Size *int64 + func (o UpdateDependcyResponse) String() string + type UpdateDependencyRequestBody struct + DependFile *string + DependLink *string + DependType string + Description *string + Name string + Runtime UpdateDependencyRequestBodyRuntime + func (o UpdateDependencyRequestBody) String() string + type UpdateDependencyRequestBodyRuntime struct + func (c *UpdateDependencyRequestBodyRuntime) UnmarshalJSON(b []byte) error + func (c UpdateDependencyRequestBodyRuntime) MarshalJSON() ([]byte, error) + func (c UpdateDependencyRequestBodyRuntime) Value() string + type UpdateDependencyRequestBodyRuntimeEnum struct + CUSTOM UpdateDependencyRequestBodyRuntime + C__NET_CORE_2_0 UpdateDependencyRequestBodyRuntime + C__NET_CORE_2_1 UpdateDependencyRequestBodyRuntime + C__NET_CORE_3_1 UpdateDependencyRequestBodyRuntime + GO1_8 UpdateDependencyRequestBodyRuntime + GO1_X UpdateDependencyRequestBodyRuntime + HTTP UpdateDependencyRequestBodyRuntime + JAVA11 UpdateDependencyRequestBodyRuntime + JAVA8 UpdateDependencyRequestBodyRuntime + NODE_JS10_16 UpdateDependencyRequestBodyRuntime + NODE_JS12_13 UpdateDependencyRequestBodyRuntime + NODE_JS14_18 UpdateDependencyRequestBodyRuntime + NODE_JS6_10 UpdateDependencyRequestBodyRuntime + NODE_JS8_10 UpdateDependencyRequestBodyRuntime + PHP7_3 UpdateDependencyRequestBodyRuntime + PYTHON2_7 UpdateDependencyRequestBodyRuntime + PYTHON3_6 UpdateDependencyRequestBodyRuntime + PYTHON3_9 UpdateDependencyRequestBodyRuntime + func GetUpdateDependencyRequestBodyRuntimeEnum() UpdateDependencyRequestBodyRuntimeEnum + type UpdateEventRequest struct + Body *UpdateEventRequestBody + EventId string + FunctionUrn string + func (o UpdateEventRequest) String() string + type UpdateEventRequestBody struct + Content string + func (o UpdateEventRequestBody) String() string + type UpdateEventResponse struct + HttpStatusCode int + Id *string + Name *string + func (o UpdateEventResponse) String() string + type UpdateFuncSnapshotRequest struct + Action string + FunctionUrn string + func (o UpdateFuncSnapshotRequest) String() string + type UpdateFuncSnapshotResponse struct + HttpStatusCode int + func (o UpdateFuncSnapshotResponse) String() string + type UpdateFunctionAsyncInvokeConfigRequest struct + Body *UpdateFunctionAsyncInvokeConfigRequestBody + FunctionUrn string + func (o UpdateFunctionAsyncInvokeConfigRequest) String() string + type UpdateFunctionAsyncInvokeConfigRequestBody struct + DestinationConfig *FuncAsyncDestinationConfig + EnableAsyncStatusLog *bool + MaxAsyncEventAgeInSeconds *int32 + MaxAsyncRetryAttempts *int32 + func (o UpdateFunctionAsyncInvokeConfigRequestBody) String() string + type UpdateFunctionAsyncInvokeConfigResponse struct + CreatedTime *string + DestinationConfig *FuncAsyncDestinationConfig + EnableAsyncStatusLog *bool + FuncUrn *string + HttpStatusCode int + LastModified *string + MaxAsyncEventAgeInSeconds *int32 + MaxAsyncRetryAttempts *int32 + func (o UpdateFunctionAsyncInvokeConfigResponse) String() string + type UpdateFunctionCodeRequest struct + Body *UpdateFunctionCodeRequestBody + FunctionUrn string + func (o UpdateFunctionCodeRequest) String() string + type UpdateFunctionCodeRequestBody struct + CodeFilename *string + CodeType UpdateFunctionCodeRequestBodyCodeType + CodeUrl *string + DependList *[]string + DependVersionList *[]string + FuncCode *FuncCode + func (o UpdateFunctionCodeRequestBody) String() string + type UpdateFunctionCodeRequestBodyCodeType struct + func (c *UpdateFunctionCodeRequestBodyCodeType) UnmarshalJSON(b []byte) error + func (c UpdateFunctionCodeRequestBodyCodeType) MarshalJSON() ([]byte, error) + func (c UpdateFunctionCodeRequestBodyCodeType) Value() string + type UpdateFunctionCodeRequestBodyCodeTypeEnum struct + INLINE UpdateFunctionCodeRequestBodyCodeType + JAR UpdateFunctionCodeRequestBodyCodeType + OBS UpdateFunctionCodeRequestBodyCodeType + ZIP UpdateFunctionCodeRequestBodyCodeType + func GetUpdateFunctionCodeRequestBodyCodeTypeEnum() UpdateFunctionCodeRequestBodyCodeTypeEnum + type UpdateFunctionCodeResponse struct + CodeFilename *string + CodeSize *int64 + CodeType *UpdateFunctionCodeResponseCodeType + CodeUrl *string + DependList *[]string + DependVersionList *[]string + Dependencies *[]Dependency + Digest *string + DomainId *string + FuncCode *FuncCode + FuncName *string + FuncUrn *string + HttpStatusCode int + LastModified *sdktime.SdkTime + Runtime *UpdateFunctionCodeResponseRuntime + StrategyConfig *StrategyConfig + func (o UpdateFunctionCodeResponse) String() string + type UpdateFunctionCodeResponseCodeType struct + func (c *UpdateFunctionCodeResponseCodeType) UnmarshalJSON(b []byte) error + func (c UpdateFunctionCodeResponseCodeType) MarshalJSON() ([]byte, error) + func (c UpdateFunctionCodeResponseCodeType) Value() string + type UpdateFunctionCodeResponseCodeTypeEnum struct + INLINE UpdateFunctionCodeResponseCodeType + JAR UpdateFunctionCodeResponseCodeType + OBS UpdateFunctionCodeResponseCodeType + ZIP UpdateFunctionCodeResponseCodeType + func GetUpdateFunctionCodeResponseCodeTypeEnum() UpdateFunctionCodeResponseCodeTypeEnum + type UpdateFunctionCodeResponseRuntime struct + func (c *UpdateFunctionCodeResponseRuntime) UnmarshalJSON(b []byte) error + func (c UpdateFunctionCodeResponseRuntime) MarshalJSON() ([]byte, error) + func (c UpdateFunctionCodeResponseRuntime) Value() string + type UpdateFunctionCodeResponseRuntimeEnum struct + CUSTOM UpdateFunctionCodeResponseRuntime + C__NET_CORE_2_0 UpdateFunctionCodeResponseRuntime + C__NET_CORE_2_1 UpdateFunctionCodeResponseRuntime + C__NET_CORE_3_1 UpdateFunctionCodeResponseRuntime + GO1_8 UpdateFunctionCodeResponseRuntime + GO1_X UpdateFunctionCodeResponseRuntime + HTTP UpdateFunctionCodeResponseRuntime + JAVA11 UpdateFunctionCodeResponseRuntime + JAVA8 UpdateFunctionCodeResponseRuntime + NODE_JS10_16 UpdateFunctionCodeResponseRuntime + NODE_JS12_13 UpdateFunctionCodeResponseRuntime + NODE_JS14_18 UpdateFunctionCodeResponseRuntime + NODE_JS6_10 UpdateFunctionCodeResponseRuntime + NODE_JS8_10 UpdateFunctionCodeResponseRuntime + PHP7_3 UpdateFunctionCodeResponseRuntime + PYTHON2_7 UpdateFunctionCodeResponseRuntime + PYTHON3_6 UpdateFunctionCodeResponseRuntime + PYTHON3_9 UpdateFunctionCodeResponseRuntime + func GetUpdateFunctionCodeResponseRuntimeEnum() UpdateFunctionCodeResponseRuntimeEnum + type UpdateFunctionConfigRequest struct + Body *UpdateFunctionConfigRequestBody + FunctionUrn string + func (o UpdateFunctionConfigRequest) String() string + type UpdateFunctionConfigRequestBody struct + AppXrole *string + CustomImage *CustomImage + Description *string + DomainNames *string + EnableAuthInHeader *bool + EnableDynamicMemory *bool + EncryptedUserData *string + EnterpriseProjectId *string + EphemeralStorage *int32 + ExtendConfig *string + FuncName string + FuncVpc *FuncVpc + GpuMemory *int32 + Handler string + InitializerHandler *string + InitializerTimeout *int32 + IsStatefulFunction *bool + LogConfig *FuncLogConfig + MemorySize int32 + MountConfig *MountConfig + NetworkController *NetworkControlConfig + RestoreHookHandler *string + RestoreHookTimeout *int32 + Runtime UpdateFunctionConfigRequestBodyRuntime + StrategyConfig *StrategyConfig + Timeout int32 + UserData *string + Xrole *string + func (o UpdateFunctionConfigRequestBody) String() string + type UpdateFunctionConfigRequestBodyRuntime struct + func (c *UpdateFunctionConfigRequestBodyRuntime) UnmarshalJSON(b []byte) error + func (c UpdateFunctionConfigRequestBodyRuntime) MarshalJSON() ([]byte, error) + func (c UpdateFunctionConfigRequestBodyRuntime) Value() string + type UpdateFunctionConfigRequestBodyRuntimeEnum struct + CUSTOM UpdateFunctionConfigRequestBodyRuntime + C__NET_CORE_2_0 UpdateFunctionConfigRequestBodyRuntime + C__NET_CORE_2_1 UpdateFunctionConfigRequestBodyRuntime + C__NET_CORE_3_1 UpdateFunctionConfigRequestBodyRuntime + GO1_8 UpdateFunctionConfigRequestBodyRuntime + GO1_X UpdateFunctionConfigRequestBodyRuntime + HTTP UpdateFunctionConfigRequestBodyRuntime + JAVA11 UpdateFunctionConfigRequestBodyRuntime + JAVA8 UpdateFunctionConfigRequestBodyRuntime + NODE_JS10_16 UpdateFunctionConfigRequestBodyRuntime + NODE_JS12_13 UpdateFunctionConfigRequestBodyRuntime + NODE_JS14_18 UpdateFunctionConfigRequestBodyRuntime + NODE_JS6_10 UpdateFunctionConfigRequestBodyRuntime + NODE_JS8_10 UpdateFunctionConfigRequestBodyRuntime + PHP7_3 UpdateFunctionConfigRequestBodyRuntime + PYTHON2_7 UpdateFunctionConfigRequestBodyRuntime + PYTHON3_6 UpdateFunctionConfigRequestBodyRuntime + PYTHON3_9 UpdateFunctionConfigRequestBodyRuntime + func GetUpdateFunctionConfigRequestBodyRuntimeEnum() UpdateFunctionConfigRequestBodyRuntimeEnum + type UpdateFunctionConfigResponse struct + AppXrole *string + CodeFilename *string + CodeSize *int64 + CodeType *UpdateFunctionConfigResponseCodeType + CodeUrl *string + Cpu *int32 + CustomImage *CustomImage + Dependencies *[]Dependency + Description *string + Digest *string + DomainId *string + DomainNames *string + EnableAuthInHeader *bool + EnableDynamicMemory *bool + EncryptedUserData *string + EnterpriseProjectId *string + EphemeralStorage *int32 + FuncName *string + FuncUrn *string + FuncVpc *FuncVpc + GpuMemory *int32 + Handler *string + HttpStatusCode int + ImageName *string + InitializerHandler *string + InitializerTimeout *int32 + IsStatefulFunction *bool + LastModified *sdktime.SdkTime + LogGroupId *string + LogStreamId *string + LongTime *bool + MemorySize *int32 + MountConfig *MountConfig + Namespace *string + Package *string + ProjectName *string + Runtime *UpdateFunctionConfigResponseRuntime + StrategyConfig *StrategyConfig + Timeout *int32 + Type *UpdateFunctionConfigResponseType + UserData *string + Version *string + Xrole *string + func (o UpdateFunctionConfigResponse) String() string + type UpdateFunctionConfigResponseCodeType struct + func (c *UpdateFunctionConfigResponseCodeType) UnmarshalJSON(b []byte) error + func (c UpdateFunctionConfigResponseCodeType) MarshalJSON() ([]byte, error) + func (c UpdateFunctionConfigResponseCodeType) Value() string + type UpdateFunctionConfigResponseCodeTypeEnum struct + INLINE UpdateFunctionConfigResponseCodeType + JAR UpdateFunctionConfigResponseCodeType + OBS UpdateFunctionConfigResponseCodeType + ZIP UpdateFunctionConfigResponseCodeType + func GetUpdateFunctionConfigResponseCodeTypeEnum() UpdateFunctionConfigResponseCodeTypeEnum + type UpdateFunctionConfigResponseRuntime struct + func (c *UpdateFunctionConfigResponseRuntime) UnmarshalJSON(b []byte) error + func (c UpdateFunctionConfigResponseRuntime) MarshalJSON() ([]byte, error) + func (c UpdateFunctionConfigResponseRuntime) Value() string + type UpdateFunctionConfigResponseRuntimeEnum struct + CUSTOM UpdateFunctionConfigResponseRuntime + C__NET_CORE_2_0 UpdateFunctionConfigResponseRuntime + C__NET_CORE_2_1 UpdateFunctionConfigResponseRuntime + C__NET_CORE_3_1 UpdateFunctionConfigResponseRuntime + GO1_8 UpdateFunctionConfigResponseRuntime + GO1_X UpdateFunctionConfigResponseRuntime + HTTP UpdateFunctionConfigResponseRuntime + JAVA11 UpdateFunctionConfigResponseRuntime + JAVA8 UpdateFunctionConfigResponseRuntime + NODE_JS10_16 UpdateFunctionConfigResponseRuntime + NODE_JS12_13 UpdateFunctionConfigResponseRuntime + NODE_JS14_18 UpdateFunctionConfigResponseRuntime + NODE_JS6_10 UpdateFunctionConfigResponseRuntime + NODE_JS8_10 UpdateFunctionConfigResponseRuntime + PHP7_3 UpdateFunctionConfigResponseRuntime + PYTHON2_7 UpdateFunctionConfigResponseRuntime + PYTHON3_6 UpdateFunctionConfigResponseRuntime + PYTHON3_9 UpdateFunctionConfigResponseRuntime + func GetUpdateFunctionConfigResponseRuntimeEnum() UpdateFunctionConfigResponseRuntimeEnum + type UpdateFunctionConfigResponseType struct + func (c *UpdateFunctionConfigResponseType) UnmarshalJSON(b []byte) error + func (c UpdateFunctionConfigResponseType) MarshalJSON() ([]byte, error) + func (c UpdateFunctionConfigResponseType) Value() string + type UpdateFunctionConfigResponseTypeEnum struct + V1 UpdateFunctionConfigResponseType + V2 UpdateFunctionConfigResponseType + func GetUpdateFunctionConfigResponseTypeEnum() UpdateFunctionConfigResponseTypeEnum + type UpdateFunctionMaxInstanceConfigRequest struct + Body *UpdateFunctionMaxInstanceConfigRequestBody + FunctionUrn string + func (o UpdateFunctionMaxInstanceConfigRequest) String() string + type UpdateFunctionMaxInstanceConfigRequestBody struct + MaxInstanceNum *int32 + func (o UpdateFunctionMaxInstanceConfigRequestBody) String() string + type UpdateFunctionMaxInstanceConfigResponse struct + AppXrole *string + CodeFilename *string + CodeSize *int64 + CodeType *UpdateFunctionMaxInstanceConfigResponseCodeType + CodeUrl *string + Cpu *int32 + Dependencies *[]Dependency + Description *string + Digest *string + DomainId *string + DomainNames *string + EnableDynamicMemory *bool + EncryptedUserData *string + EnterpriseProjectId *string + FuncName *string + FuncUrn *string + FuncVpc *FuncVpc + Handler *string + HttpStatusCode int + ImageName *string + InitializerHandler *string + InitializerTimeout *int32 + IsStatefulFunction *bool + LastModified *sdktime.SdkTime + LogGroupId *string + LogStreamId *string + LongTime *bool + MemorySize *int32 + MountConfig *MountConfig + Namespace *string + Package *string + ProjectName *string + Runtime *UpdateFunctionMaxInstanceConfigResponseRuntime + StrategyConfig *StrategyConfig + Timeout *int32 + Type *UpdateFunctionMaxInstanceConfigResponseType + UserData *string + Version *string + Xrole *string + func (o UpdateFunctionMaxInstanceConfigResponse) String() string + type UpdateFunctionMaxInstanceConfigResponseCodeType struct + func (c *UpdateFunctionMaxInstanceConfigResponseCodeType) UnmarshalJSON(b []byte) error + func (c UpdateFunctionMaxInstanceConfigResponseCodeType) MarshalJSON() ([]byte, error) + func (c UpdateFunctionMaxInstanceConfigResponseCodeType) Value() string + type UpdateFunctionMaxInstanceConfigResponseCodeTypeEnum struct + INLINE UpdateFunctionMaxInstanceConfigResponseCodeType + JAR UpdateFunctionMaxInstanceConfigResponseCodeType + OBS UpdateFunctionMaxInstanceConfigResponseCodeType + ZIP UpdateFunctionMaxInstanceConfigResponseCodeType + func GetUpdateFunctionMaxInstanceConfigResponseCodeTypeEnum() UpdateFunctionMaxInstanceConfigResponseCodeTypeEnum + type UpdateFunctionMaxInstanceConfigResponseRuntime struct + func (c *UpdateFunctionMaxInstanceConfigResponseRuntime) UnmarshalJSON(b []byte) error + func (c UpdateFunctionMaxInstanceConfigResponseRuntime) MarshalJSON() ([]byte, error) + func (c UpdateFunctionMaxInstanceConfigResponseRuntime) Value() string + type UpdateFunctionMaxInstanceConfigResponseRuntimeEnum struct + CUSTOM UpdateFunctionMaxInstanceConfigResponseRuntime + C__NET_CORE_2_0 UpdateFunctionMaxInstanceConfigResponseRuntime + C__NET_CORE_2_1 UpdateFunctionMaxInstanceConfigResponseRuntime + C__NET_CORE_3_1 UpdateFunctionMaxInstanceConfigResponseRuntime + GO1_8 UpdateFunctionMaxInstanceConfigResponseRuntime + GO1_X UpdateFunctionMaxInstanceConfigResponseRuntime + HTTP UpdateFunctionMaxInstanceConfigResponseRuntime + JAVA11 UpdateFunctionMaxInstanceConfigResponseRuntime + JAVA8 UpdateFunctionMaxInstanceConfigResponseRuntime + NODE_JS10_16 UpdateFunctionMaxInstanceConfigResponseRuntime + NODE_JS12_13 UpdateFunctionMaxInstanceConfigResponseRuntime + NODE_JS14_18 UpdateFunctionMaxInstanceConfigResponseRuntime + NODE_JS6_10 UpdateFunctionMaxInstanceConfigResponseRuntime + NODE_JS8_10 UpdateFunctionMaxInstanceConfigResponseRuntime + PHP7_3 UpdateFunctionMaxInstanceConfigResponseRuntime + PYTHON2_7 UpdateFunctionMaxInstanceConfigResponseRuntime + PYTHON3_6 UpdateFunctionMaxInstanceConfigResponseRuntime + PYTHON3_9 UpdateFunctionMaxInstanceConfigResponseRuntime + func GetUpdateFunctionMaxInstanceConfigResponseRuntimeEnum() UpdateFunctionMaxInstanceConfigResponseRuntimeEnum + type UpdateFunctionMaxInstanceConfigResponseType struct + func (c *UpdateFunctionMaxInstanceConfigResponseType) UnmarshalJSON(b []byte) error + func (c UpdateFunctionMaxInstanceConfigResponseType) MarshalJSON() ([]byte, error) + func (c UpdateFunctionMaxInstanceConfigResponseType) Value() string + type UpdateFunctionMaxInstanceConfigResponseTypeEnum struct + V1 UpdateFunctionMaxInstanceConfigResponseType + V2 UpdateFunctionMaxInstanceConfigResponseType + func GetUpdateFunctionMaxInstanceConfigResponseTypeEnum() UpdateFunctionMaxInstanceConfigResponseTypeEnum + type UpdateFunctionReservedInstancesCountRequest struct + Body *UpdateFunctionReservedInstancesCountRequestBody + FunctionUrn string + func (o UpdateFunctionReservedInstancesCountRequest) String() string + type UpdateFunctionReservedInstancesCountRequestBody struct + Count int32 + IdleMode *bool + TacticsConfig *TacticsConfig + func (o UpdateFunctionReservedInstancesCountRequestBody) String() string + type UpdateFunctionReservedInstancesCountResponse struct + Count *int32 + HttpStatusCode int + IdleMode *bool + TacticsConfig *TacticsConfig + func (o UpdateFunctionReservedInstancesCountResponse) String() string + type UpdateFunctionTagsRequestBody struct + Action *string + SysTags *[]KvItem + Tags *[]KvItem + func (o UpdateFunctionTagsRequestBody) String() string + type UpdateTracingRequest struct + Body *UpdateTracingRequestBody + FunctionUrn string + func (o UpdateTracingRequest) String() string + type UpdateTracingRequestBody struct + TracingAk *string + TracingSk *string + func (o UpdateTracingRequestBody) String() string + type UpdateTracingResponse struct + HttpStatusCode int + func (o UpdateTracingResponse) String() string + type UpdateTriggerRequest struct + Body *UpdateTriggerRequestBody + FunctionUrn string + TriggerId string + TriggerTypeCode UpdateTriggerRequestTriggerTypeCode + func (o UpdateTriggerRequest) String() string + type UpdateTriggerRequestBody struct + EventData *[]TriggerEventData + TriggerStatus *UpdateTriggerRequestBodyTriggerStatus + func (o UpdateTriggerRequestBody) String() string + type UpdateTriggerRequestBodyTriggerStatus struct + func (c *UpdateTriggerRequestBodyTriggerStatus) UnmarshalJSON(b []byte) error + func (c UpdateTriggerRequestBodyTriggerStatus) MarshalJSON() ([]byte, error) + func (c UpdateTriggerRequestBodyTriggerStatus) Value() string + type UpdateTriggerRequestBodyTriggerStatusEnum struct + ACTIVE UpdateTriggerRequestBodyTriggerStatus + DISABLED UpdateTriggerRequestBodyTriggerStatus + func GetUpdateTriggerRequestBodyTriggerStatusEnum() UpdateTriggerRequestBodyTriggerStatusEnum + type UpdateTriggerRequestTriggerTypeCode struct + func (c *UpdateTriggerRequestTriggerTypeCode) UnmarshalJSON(b []byte) error + func (c UpdateTriggerRequestTriggerTypeCode) MarshalJSON() ([]byte, error) + func (c UpdateTriggerRequestTriggerTypeCode) Value() string + type UpdateTriggerRequestTriggerTypeCodeEnum struct + APIC UpdateTriggerRequestTriggerTypeCode + APIG UpdateTriggerRequestTriggerTypeCode + CTS UpdateTriggerRequestTriggerTypeCode + DDS UpdateTriggerRequestTriggerTypeCode + DEDICATEDGATEWAY UpdateTriggerRequestTriggerTypeCode + DIS UpdateTriggerRequestTriggerTypeCode + DMS UpdateTriggerRequestTriggerTypeCode + EVENTGRID UpdateTriggerRequestTriggerTypeCode + GAUSSMONGO UpdateTriggerRequestTriggerTypeCode + KAFKA UpdateTriggerRequestTriggerTypeCode + LTS UpdateTriggerRequestTriggerTypeCode + OBS UpdateTriggerRequestTriggerTypeCode + OPENSOURCEKAFKA UpdateTriggerRequestTriggerTypeCode + RABBITMQ UpdateTriggerRequestTriggerTypeCode + SMN UpdateTriggerRequestTriggerTypeCode + TIMER UpdateTriggerRequestTriggerTypeCode + func GetUpdateTriggerRequestTriggerTypeCodeEnum() UpdateTriggerRequestTriggerTypeCodeEnum + type UpdateTriggerResponse struct + CreatedTime *sdktime.SdkTime + EventData *interface{} + HttpStatusCode int + LastUpdatedTime *sdktime.SdkTime + TriggerId *string + TriggerStatus *UpdateTriggerResponseTriggerStatus + TriggerTypeCode *UpdateTriggerResponseTriggerTypeCode + func (o UpdateTriggerResponse) String() string + type UpdateTriggerResponseTriggerStatus struct + func (c *UpdateTriggerResponseTriggerStatus) UnmarshalJSON(b []byte) error + func (c UpdateTriggerResponseTriggerStatus) MarshalJSON() ([]byte, error) + func (c UpdateTriggerResponseTriggerStatus) Value() string + type UpdateTriggerResponseTriggerStatusEnum struct + ACTIVE UpdateTriggerResponseTriggerStatus + DISABLED UpdateTriggerResponseTriggerStatus + func GetUpdateTriggerResponseTriggerStatusEnum() UpdateTriggerResponseTriggerStatusEnum + type UpdateTriggerResponseTriggerTypeCode struct + func (c *UpdateTriggerResponseTriggerTypeCode) UnmarshalJSON(b []byte) error + func (c UpdateTriggerResponseTriggerTypeCode) MarshalJSON() ([]byte, error) + func (c UpdateTriggerResponseTriggerTypeCode) Value() string + type UpdateTriggerResponseTriggerTypeCodeEnum struct + APIC UpdateTriggerResponseTriggerTypeCode + APIG UpdateTriggerResponseTriggerTypeCode + CTS UpdateTriggerResponseTriggerTypeCode + DDS UpdateTriggerResponseTriggerTypeCode + DEDICATEDGATEWAY UpdateTriggerResponseTriggerTypeCode + DIS UpdateTriggerResponseTriggerTypeCode + DMS UpdateTriggerResponseTriggerTypeCode + EVENTGRID UpdateTriggerResponseTriggerTypeCode + GAUSSMONGO UpdateTriggerResponseTriggerTypeCode + KAFKA UpdateTriggerResponseTriggerTypeCode + LTS UpdateTriggerResponseTriggerTypeCode + OBS UpdateTriggerResponseTriggerTypeCode + OPENSOURCEKAFKA UpdateTriggerResponseTriggerTypeCode + RABBITMQ UpdateTriggerResponseTriggerTypeCode + SMN UpdateTriggerResponseTriggerTypeCode + TIMER UpdateTriggerResponseTriggerTypeCode + func GetUpdateTriggerResponseTriggerTypeCodeEnum() UpdateTriggerResponseTriggerTypeCodeEnum + type UpdateVersionAliasRequest struct + AliasName string + Body *UpdateVersionAliasRequestBody + FunctionUrn string + func (o UpdateVersionAliasRequest) String() string + type UpdateVersionAliasRequestBody struct + AdditionalVersionWeights map[string]int32 + Description *string + Version string + func (o UpdateVersionAliasRequestBody) String() string + type UpdateVersionAliasResponse struct + AdditionalVersionWeights map[string]int32 + AliasUrn *string + Description *string + HttpStatusCode int + LastModified *sdktime.SdkTime + Name *string + Version *string + func (o UpdateVersionAliasResponse) String() string + type UpdateWorkFlowRequest struct + Body *WorkflowCreateBody + WorkflowId string + func (o UpdateWorkFlowRequest) String() string + type UpdateWorkFlowResponse struct + CreatedBy *string + CreatedTime *string + Description *string + EnableStreamResponse *bool + HttpStatusCode int + Id *string + Name *string + UpdatedTime *string + WorkflowUrn *string + func (o UpdateWorkFlowResponse) String() string + type VpcConfig struct + VpcId *string + VpcName *string + func (o VpcConfig) String() string + type WorkflowCreateBody struct + Constants *interface{} + Description *string + EnableStreamResponse *bool + EnterpriseProjectId *string + ExpressConfig *ExpressConfig + Functions []Function + Mode *WorkflowCreateBodyMode + Name string + Retries []Retry + Start string + States []OperationState + Triggers *[]Trigger + func (o WorkflowCreateBody) String() string + type WorkflowCreateBodyMode struct + func (c *WorkflowCreateBodyMode) UnmarshalJSON(b []byte) error + func (c WorkflowCreateBodyMode) MarshalJSON() ([]byte, error) + func (c WorkflowCreateBodyMode) Value() string + type WorkflowCreateBodyModeEnum struct + EXPRESS WorkflowCreateBodyMode + NORMAL WorkflowCreateBodyMode + func GetWorkflowCreateBodyModeEnum() WorkflowCreateBodyModeEnum + type WorkflowDeleteBody struct + WorkflowUrns []string + func (o WorkflowDeleteBody) String() string + type WorkflowSimpleInfo struct + CreatedBy string + CreatedTime string + Description string + EnableStreamResponse bool + Id string + Name string + UpdatedTime string + WorkflowUrn string + func (o WorkflowSimpleInfo) String() string + type WorkflowUrn struct + func (o WorkflowUrn) String() string