Versions in this module Expand all Collapse all v1 v1.0.0 Jun 28, 2023 Changes in this version + type AccelerationInfo struct + Status *string + func (s *AccelerationInfo) SetStatus(v string) *AccelerationInfo + func (s AccelerationInfo) GoString() string + func (s AccelerationInfo) String() string + type Alias struct + AdditionalVersionWeight map[string]*float32 + AliasName *string + CreatedTime *string + Description *string + LastModifiedTime *string + VersionId *string + func (s *Alias) SetAdditionalVersionWeight(v map[string]*float32) *Alias + func (s *Alias) SetAliasName(v string) *Alias + func (s *Alias) SetCreatedTime(v string) *Alias + func (s *Alias) SetDescription(v string) *Alias + func (s *Alias) SetLastModifiedTime(v string) *Alias + func (s *Alias) SetVersionId(v string) *Alias + func (s Alias) GoString() string + func (s Alias) String() string + type AsyncConfig struct + CreatedTime *string + DestinationConfig *DestinationConfig + FunctionName *string + LastModifiedTime *string + MaxAsyncEventAgeInSeconds *int64 + MaxAsyncRetryAttempts *int64 + Qualifier *string + func (s *AsyncConfig) SetCreatedTime(v string) *AsyncConfig + func (s *AsyncConfig) SetDestinationConfig(v *DestinationConfig) *AsyncConfig + func (s *AsyncConfig) SetFunctionName(v string) *AsyncConfig + func (s *AsyncConfig) SetLastModifiedTime(v string) *AsyncConfig + func (s *AsyncConfig) SetMaxAsyncEventAgeInSeconds(v int64) *AsyncConfig + func (s *AsyncConfig) SetMaxAsyncRetryAttempts(v int64) *AsyncConfig + func (s *AsyncConfig) SetQualifier(v string) *AsyncConfig + func (s AsyncConfig) GoString() string + func (s AsyncConfig) String() string + type CertConfig struct + CertName *string + Certificate *string + PrivateKey *string + func (s *CertConfig) SetCertName(v string) *CertConfig + func (s *CertConfig) SetCertificate(v string) *CertConfig + func (s *CertConfig) SetPrivateKey(v string) *CertConfig + func (s CertConfig) GoString() string + func (s CertConfig) String() string + type Client struct + func NewClient(config *openapi.Config) (*Client, error) + func (client *Client) CreateAlias(functionName *string, request *CreateAliasRequest) (_result *CreateAliasResponse, _err error) + func (client *Client) CreateAliasWithOptions(functionName *string, request *CreateAliasRequest, headers map[string]*string, ...) (_result *CreateAliasResponse, _err error) + func (client *Client) CreateCustomDomain(request *CreateCustomDomainRequest) (_result *CreateCustomDomainResponse, _err error) + func (client *Client) CreateCustomDomainWithOptions(request *CreateCustomDomainRequest, headers map[string]*string, ...) (_result *CreateCustomDomainResponse, _err error) + func (client *Client) CreateFunction(request *CreateFunctionRequest) (_result *CreateFunctionResponse, _err error) + func (client *Client) CreateFunctionWithOptions(request *CreateFunctionRequest, headers map[string]*string, ...) (_result *CreateFunctionResponse, _err error) + func (client *Client) CreateLayerVersion(layerName *string, request *CreateLayerVersionRequest) (_result *CreateLayerVersionResponse, _err error) + func (client *Client) CreateLayerVersionWithOptions(layerName *string, request *CreateLayerVersionRequest, ...) (_result *CreateLayerVersionResponse, _err error) + func (client *Client) CreateTrigger(functionName *string, request *CreateTriggerRequest) (_result *CreateTriggerResponse, _err error) + func (client *Client) CreateTriggerWithOptions(functionName *string, request *CreateTriggerRequest, ...) (_result *CreateTriggerResponse, _err error) + func (client *Client) DeleteAlias(functionName *string, aliasName *string) (_result *DeleteAliasResponse, _err error) + func (client *Client) DeleteAliasWithOptions(functionName *string, aliasName *string, headers map[string]*string, ...) (_result *DeleteAliasResponse, _err error) + func (client *Client) DeleteAsyncInvokeConfig(functionName *string, request *DeleteAsyncInvokeConfigRequest) (_result *DeleteAsyncInvokeConfigResponse, _err error) + func (client *Client) DeleteAsyncInvokeConfigWithOptions(functionName *string, request *DeleteAsyncInvokeConfigRequest, ...) (_result *DeleteAsyncInvokeConfigResponse, _err error) + func (client *Client) DeleteConcurrencyConfig(functionName *string) (_result *DeleteConcurrencyConfigResponse, _err error) + func (client *Client) DeleteConcurrencyConfigWithOptions(functionName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteConcurrencyConfigResponse, _err error) + func (client *Client) DeleteCustomDomain(domainName *string) (_result *DeleteCustomDomainResponse, _err error) + func (client *Client) DeleteCustomDomainWithOptions(domainName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteCustomDomainResponse, _err error) + func (client *Client) DeleteFunction(functionName *string) (_result *DeleteFunctionResponse, _err error) + func (client *Client) DeleteFunctionVersion(functionName *string, versionID *string) (_result *DeleteFunctionVersionResponse, _err error) + func (client *Client) DeleteFunctionVersionWithOptions(functionName *string, versionID *string, headers map[string]*string, ...) (_result *DeleteFunctionVersionResponse, _err error) + func (client *Client) DeleteFunctionWithOptions(functionName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFunctionResponse, _err error) + func (client *Client) DeleteLayerVersion(layerName *string, version *string) (_result *DeleteLayerVersionResponse, _err error) + func (client *Client) DeleteLayerVersionWithOptions(layerName *string, version *string, headers map[string]*string, ...) (_result *DeleteLayerVersionResponse, _err error) + func (client *Client) DeleteProvisionConfig(functionName *string, request *DeleteProvisionConfigRequest) (_result *DeleteProvisionConfigResponse, _err error) + func (client *Client) DeleteProvisionConfigWithOptions(functionName *string, request *DeleteProvisionConfigRequest, ...) (_result *DeleteProvisionConfigResponse, _err error) + func (client *Client) DeleteTrigger(functionName *string, triggerName *string) (_result *DeleteTriggerResponse, _err error) + func (client *Client) DeleteTriggerWithOptions(functionName *string, triggerName *string, headers map[string]*string, ...) (_result *DeleteTriggerResponse, _err error) + func (client *Client) GetAlias(functionName *string, aliasName *string) (_result *GetAliasResponse, _err error) + func (client *Client) GetAliasWithOptions(functionName *string, aliasName *string, headers map[string]*string, ...) (_result *GetAliasResponse, _err error) + func (client *Client) GetAsyncInvokeConfig(functionName *string, request *GetAsyncInvokeConfigRequest) (_result *GetAsyncInvokeConfigResponse, _err error) + func (client *Client) GetAsyncInvokeConfigWithOptions(functionName *string, request *GetAsyncInvokeConfigRequest, ...) (_result *GetAsyncInvokeConfigResponse, _err error) + func (client *Client) GetConcurrencyConfig(functionName *string) (_result *GetConcurrencyConfigResponse, _err error) + func (client *Client) GetConcurrencyConfigWithOptions(functionName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetConcurrencyConfigResponse, _err error) + func (client *Client) GetCustomDomain(domainName *string) (_result *GetCustomDomainResponse, _err error) + func (client *Client) GetCustomDomainWithOptions(domainName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCustomDomainResponse, _err error) + func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error) + func (client *Client) GetFunction(functionName *string, request *GetFunctionRequest) (_result *GetFunctionResponse, _err error) + func (client *Client) GetFunctionCode(functionName *string, request *GetFunctionCodeRequest) (_result *GetFunctionCodeResponse, _err error) + func (client *Client) GetFunctionCodeWithOptions(functionName *string, request *GetFunctionCodeRequest, ...) (_result *GetFunctionCodeResponse, _err error) + func (client *Client) GetFunctionWithOptions(functionName *string, request *GetFunctionRequest, headers map[string]*string, ...) (_result *GetFunctionResponse, _err error) + func (client *Client) GetLayerVersion(layerName *string, version *string) (_result *GetLayerVersionResponse, _err error) + func (client *Client) GetLayerVersionByArn(arn *string) (_result *GetLayerVersionByArnResponse, _err error) + func (client *Client) GetLayerVersionByArnWithOptions(arn *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLayerVersionByArnResponse, _err error) + func (client *Client) GetLayerVersionWithOptions(layerName *string, version *string, headers map[string]*string, ...) (_result *GetLayerVersionResponse, _err error) + func (client *Client) GetProvisionConfig(functionName *string, request *GetProvisionConfigRequest) (_result *GetProvisionConfigResponse, _err error) + func (client *Client) GetProvisionConfigWithOptions(functionName *string, request *GetProvisionConfigRequest, ...) (_result *GetProvisionConfigResponse, _err error) + func (client *Client) GetResourceTags(request *GetResourceTagsRequest) (_result *GetResourceTagsResponse, _err error) + func (client *Client) GetResourceTagsWithOptions(request *GetResourceTagsRequest, headers map[string]*string, ...) (_result *GetResourceTagsResponse, _err error) + func (client *Client) GetTrigger(functionName *string, triggerName *string) (_result *GetTriggerResponse, _err error) + func (client *Client) GetTriggerWithOptions(functionName *string, triggerName *string, headers map[string]*string, ...) (_result *GetTriggerResponse, _err error) + func (client *Client) Init(config *openapi.Config) (_err error) + func (client *Client) InvokeFunction(functionName *string, request *InvokeFunctionRequest) (_result *InvokeFunctionResponse, _err error) + func (client *Client) InvokeFunctionWithOptions(functionName *string, request *InvokeFunctionRequest, ...) (_result *InvokeFunctionResponse, _err error) + func (client *Client) ListAliases(functionName *string, request *ListAliasesRequest) (_result *ListAliasesResponse, _err error) + func (client *Client) ListAliasesWithOptions(functionName *string, request *ListAliasesRequest, headers map[string]*string, ...) (_result *ListAliasesResponse, _err error) + func (client *Client) ListAsyncInvokeConfigs(request *ListAsyncInvokeConfigsRequest) (_result *ListAsyncInvokeConfigsResponse, _err error) + func (client *Client) ListAsyncInvokeConfigsWithOptions(request *ListAsyncInvokeConfigsRequest, headers map[string]*string, ...) (_result *ListAsyncInvokeConfigsResponse, _err error) + func (client *Client) ListConcurrencyConfigs(request *ListConcurrencyConfigsRequest) (_result *ListConcurrencyConfigsResponse, _err error) + func (client *Client) ListConcurrencyConfigsWithOptions(request *ListConcurrencyConfigsRequest, headers map[string]*string, ...) (_result *ListConcurrencyConfigsResponse, _err error) + func (client *Client) ListCustomDomains(request *ListCustomDomainsRequest) (_result *ListCustomDomainsResponse, _err error) + func (client *Client) ListCustomDomainsWithOptions(request *ListCustomDomainsRequest, headers map[string]*string, ...) (_result *ListCustomDomainsResponse, _err error) + func (client *Client) ListFunctionVersions(functionName *string, request *ListFunctionVersionsRequest) (_result *ListFunctionVersionsResponse, _err error) + func (client *Client) ListFunctionVersionsWithOptions(functionName *string, request *ListFunctionVersionsRequest, ...) (_result *ListFunctionVersionsResponse, _err error) + func (client *Client) ListFunctions(request *ListFunctionsRequest) (_result *ListFunctionsResponse, _err error) + func (client *Client) ListFunctionsWithOptions(request *ListFunctionsRequest, headers map[string]*string, ...) (_result *ListFunctionsResponse, _err error) + func (client *Client) ListInstances(functionName *string, request *ListInstancesRequest) (_result *ListInstancesResponse, _err error) + func (client *Client) ListInstancesWithOptions(functionName *string, request *ListInstancesRequest, ...) (_result *ListInstancesResponse, _err error) + func (client *Client) ListLayerVersions(layerName *string, request *ListLayerVersionsRequest) (_result *ListLayerVersionsResponse, _err error) + func (client *Client) ListLayerVersionsWithOptions(layerName *string, request *ListLayerVersionsRequest, ...) (_result *ListLayerVersionsResponse, _err error) + func (client *Client) ListLayers(request *ListLayersRequest) (_result *ListLayersResponse, _err error) + func (client *Client) ListLayersWithOptions(request *ListLayersRequest, headers map[string]*string, ...) (_result *ListLayersResponse, _err error) + func (client *Client) ListProvisionConfigs(request *ListProvisionConfigsRequest) (_result *ListProvisionConfigsResponse, _err error) + func (client *Client) ListProvisionConfigsWithOptions(request *ListProvisionConfigsRequest, headers map[string]*string, ...) (_result *ListProvisionConfigsResponse, _err error) + func (client *Client) ListTaggedResources(request *ListTaggedResourcesRequest) (_result *ListTaggedResourcesResponse, _err error) + func (client *Client) ListTaggedResourcesWithOptions(request *ListTaggedResourcesRequest, headers map[string]*string, ...) (_result *ListTaggedResourcesResponse, _err error) + func (client *Client) ListTriggers(functionName *string, request *ListTriggersRequest) (_result *ListTriggersResponse, _err error) + func (client *Client) ListTriggersWithOptions(functionName *string, request *ListTriggersRequest, headers map[string]*string, ...) (_result *ListTriggersResponse, _err error) + func (client *Client) PublishFunctionVersion(functionName *string, request *PublishFunctionVersionRequest) (_result *PublishFunctionVersionResponse, _err error) + func (client *Client) PublishFunctionVersionWithOptions(functionName *string, request *PublishFunctionVersionRequest, ...) (_result *PublishFunctionVersionResponse, _err error) + func (client *Client) PutAsyncInvokeConfig(functionName *string, request *PutAsyncInvokeConfigRequest) (_result *PutAsyncInvokeConfigResponse, _err error) + func (client *Client) PutAsyncInvokeConfigWithOptions(functionName *string, request *PutAsyncInvokeConfigRequest, ...) (_result *PutAsyncInvokeConfigResponse, _err error) + func (client *Client) PutConcurrencyConfig(functionName *string, request *PutConcurrencyConfigRequest) (_result *PutConcurrencyConfigResponse, _err error) + func (client *Client) PutConcurrencyConfigWithOptions(functionName *string, request *PutConcurrencyConfigRequest, ...) (_result *PutConcurrencyConfigResponse, _err error) + func (client *Client) PutLayerACL(layerName *string, request *PutLayerACLRequest) (_result *PutLayerACLResponse, _err error) + func (client *Client) PutLayerACLWithOptions(layerName *string, request *PutLayerACLRequest, headers map[string]*string, ...) (_result *PutLayerACLResponse, _err error) + func (client *Client) PutProvisionConfig(functionName *string, request *PutProvisionConfigRequest) (_result *PutProvisionConfigResponse, _err error) + func (client *Client) PutProvisionConfigWithOptions(functionName *string, request *PutProvisionConfigRequest, ...) (_result *PutProvisionConfigResponse, _err error) + func (client *Client) TagResource(request *TagResourceRequest) (_result *TagResourceResponse, _err error) + func (client *Client) TagResourceWithOptions(request *TagResourceRequest, headers map[string]*string, ...) (_result *TagResourceResponse, _err error) + func (client *Client) UntagResource(request *UntagResourceRequest) (_result *UntagResourceResponse, _err error) + func (client *Client) UntagResourceWithOptions(request *UntagResourceRequest, headers map[string]*string, ...) (_result *UntagResourceResponse, _err error) + func (client *Client) UpdateAlias(functionName *string, aliasName *string, request *UpdateAliasRequest) (_result *UpdateAliasResponse, _err error) + func (client *Client) UpdateAliasWithOptions(functionName *string, aliasName *string, request *UpdateAliasRequest, ...) (_result *UpdateAliasResponse, _err error) + func (client *Client) UpdateCustomDomain(domainName *string, request *UpdateCustomDomainRequest) (_result *UpdateCustomDomainResponse, _err error) + func (client *Client) UpdateCustomDomainWithOptions(domainName *string, request *UpdateCustomDomainRequest, ...) (_result *UpdateCustomDomainResponse, _err error) + func (client *Client) UpdateFunction(functionName *string, request *UpdateFunctionRequest) (_result *UpdateFunctionResponse, _err error) + func (client *Client) UpdateFunctionWithOptions(functionName *string, request *UpdateFunctionRequest, ...) (_result *UpdateFunctionResponse, _err error) + func (client *Client) UpdateTrigger(functionName *string, triggerName *string, request *UpdateTriggerRequest) (_result *UpdateTriggerResponse, _err error) + func (client *Client) UpdateTriggerWithOptions(functionName *string, triggerName *string, request *UpdateTriggerRequest, ...) (_result *UpdateTriggerResponse, _err error) + type ConcurrencyConfig struct + FunctionArn *string + ReservedConcurrency *int64 + func (s *ConcurrencyConfig) SetFunctionArn(v string) *ConcurrencyConfig + func (s *ConcurrencyConfig) SetReservedConcurrency(v int64) *ConcurrencyConfig + func (s ConcurrencyConfig) GoString() string + func (s ConcurrencyConfig) String() string + type CreateAliasInput struct + AdditionalVersionWeight map[string]*float32 + AliasName *string + Description *string + VersionId *string + func (s *CreateAliasInput) SetAdditionalVersionWeight(v map[string]*float32) *CreateAliasInput + func (s *CreateAliasInput) SetAliasName(v string) *CreateAliasInput + func (s *CreateAliasInput) SetDescription(v string) *CreateAliasInput + func (s *CreateAliasInput) SetVersionId(v string) *CreateAliasInput + func (s CreateAliasInput) GoString() string + func (s CreateAliasInput) String() string + type CreateAliasRequest struct + Request *CreateAliasInput + func (s *CreateAliasRequest) SetRequest(v *CreateAliasInput) *CreateAliasRequest + func (s CreateAliasRequest) GoString() string + func (s CreateAliasRequest) String() string + type CreateAliasResponse struct + Body *Alias + Headers map[string]*string + StatusCode *int32 + func (s *CreateAliasResponse) SetBody(v *Alias) *CreateAliasResponse + func (s *CreateAliasResponse) SetHeaders(v map[string]*string) *CreateAliasResponse + func (s *CreateAliasResponse) SetStatusCode(v int32) *CreateAliasResponse + func (s CreateAliasResponse) GoString() string + func (s CreateAliasResponse) String() string + type CreateCustomDomainInput struct + CertConfig *CertConfig + DomainName *string + Protocol *string + RouteConfig *RouteConfig + TlsConfig *TLSConfig + WafConfig *WAFConfig + func (s *CreateCustomDomainInput) SetCertConfig(v *CertConfig) *CreateCustomDomainInput + func (s *CreateCustomDomainInput) SetDomainName(v string) *CreateCustomDomainInput + func (s *CreateCustomDomainInput) SetProtocol(v string) *CreateCustomDomainInput + func (s *CreateCustomDomainInput) SetRouteConfig(v *RouteConfig) *CreateCustomDomainInput + func (s *CreateCustomDomainInput) SetTlsConfig(v *TLSConfig) *CreateCustomDomainInput + func (s *CreateCustomDomainInput) SetWafConfig(v *WAFConfig) *CreateCustomDomainInput + func (s CreateCustomDomainInput) GoString() string + func (s CreateCustomDomainInput) String() string + type CreateCustomDomainRequest struct + Request *CreateCustomDomainInput + func (s *CreateCustomDomainRequest) SetRequest(v *CreateCustomDomainInput) *CreateCustomDomainRequest + func (s CreateCustomDomainRequest) GoString() string + func (s CreateCustomDomainRequest) String() string + type CreateCustomDomainResponse struct + Body *CustomDomain + Headers map[string]*string + StatusCode *int32 + func (s *CreateCustomDomainResponse) SetBody(v *CustomDomain) *CreateCustomDomainResponse + func (s *CreateCustomDomainResponse) SetHeaders(v map[string]*string) *CreateCustomDomainResponse + func (s *CreateCustomDomainResponse) SetStatusCode(v int32) *CreateCustomDomainResponse + func (s CreateCustomDomainResponse) GoString() string + func (s CreateCustomDomainResponse) String() string + type CreateFunctionInput struct + Code *InputCodeLocation + Cpu *float32 + CustomContainerConfig *CustomContainerConfig + CustomDNS *CustomDNS + CustomRuntimeConfig *CustomRuntimeConfig + Description *string + DiskSize *int32 + EnvironmentVariables map[string]*string + FunctionName *string + GpuConfig *GPUConfig + Handler *string + InstanceConcurrency *int32 + InstanceLifecycleConfig *InstanceLifecycleConfig + InternetAccess *bool + Layers []*string + LogConfig *LogConfig + MemorySize *int32 + NasConfig *NASConfig + OssMountConfig *OSSMountConfig + Role *string + Runtime *string + Timeout *int32 + TracingConfig *TracingConfig + VpcBinding *VPCBinding + VpcConfig *VPCConfig + func (s *CreateFunctionInput) SetCode(v *InputCodeLocation) *CreateFunctionInput + func (s *CreateFunctionInput) SetCpu(v float32) *CreateFunctionInput + func (s *CreateFunctionInput) SetCustomContainerConfig(v *CustomContainerConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetCustomDNS(v *CustomDNS) *CreateFunctionInput + func (s *CreateFunctionInput) SetCustomRuntimeConfig(v *CustomRuntimeConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetDescription(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetDiskSize(v int32) *CreateFunctionInput + func (s *CreateFunctionInput) SetEnvironmentVariables(v map[string]*string) *CreateFunctionInput + func (s *CreateFunctionInput) SetFunctionName(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetGpuConfig(v *GPUConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetHandler(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetInstanceConcurrency(v int32) *CreateFunctionInput + func (s *CreateFunctionInput) SetInstanceLifecycleConfig(v *InstanceLifecycleConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetInternetAccess(v bool) *CreateFunctionInput + func (s *CreateFunctionInput) SetLayers(v []*string) *CreateFunctionInput + func (s *CreateFunctionInput) SetLogConfig(v *LogConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetMemorySize(v int32) *CreateFunctionInput + func (s *CreateFunctionInput) SetNasConfig(v *NASConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetOssMountConfig(v *OSSMountConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetRole(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetRuntime(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetTimeout(v int32) *CreateFunctionInput + func (s *CreateFunctionInput) SetTracingConfig(v *TracingConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetVpcBinding(v *VPCBinding) *CreateFunctionInput + func (s *CreateFunctionInput) SetVpcConfig(v *VPCConfig) *CreateFunctionInput + func (s CreateFunctionInput) GoString() string + func (s CreateFunctionInput) String() string + type CreateFunctionRequest struct + Request *CreateFunctionInput + func (s *CreateFunctionRequest) SetRequest(v *CreateFunctionInput) *CreateFunctionRequest + func (s CreateFunctionRequest) GoString() string + func (s CreateFunctionRequest) String() string + type CreateFunctionResponse struct + Body *Function + Headers map[string]*string + StatusCode *int32 + func (s *CreateFunctionResponse) SetBody(v *Function) *CreateFunctionResponse + func (s *CreateFunctionResponse) SetHeaders(v map[string]*string) *CreateFunctionResponse + func (s *CreateFunctionResponse) SetStatusCode(v int32) *CreateFunctionResponse + func (s CreateFunctionResponse) GoString() string + func (s CreateFunctionResponse) String() string + type CreateLayerVersionInput struct + Code *InputCodeLocation + CompatibleRuntime []*string + Description *string + License *string + func (s *CreateLayerVersionInput) SetCode(v *InputCodeLocation) *CreateLayerVersionInput + func (s *CreateLayerVersionInput) SetCompatibleRuntime(v []*string) *CreateLayerVersionInput + func (s *CreateLayerVersionInput) SetDescription(v string) *CreateLayerVersionInput + func (s *CreateLayerVersionInput) SetLicense(v string) *CreateLayerVersionInput + func (s CreateLayerVersionInput) GoString() string + func (s CreateLayerVersionInput) String() string + type CreateLayerVersionRequest struct + Request *CreateLayerVersionInput + func (s *CreateLayerVersionRequest) SetRequest(v *CreateLayerVersionInput) *CreateLayerVersionRequest + func (s CreateLayerVersionRequest) GoString() string + func (s CreateLayerVersionRequest) String() string + type CreateLayerVersionResponse struct + Body *Layer + Headers map[string]*string + StatusCode *int32 + func (s *CreateLayerVersionResponse) SetBody(v *Layer) *CreateLayerVersionResponse + func (s *CreateLayerVersionResponse) SetHeaders(v map[string]*string) *CreateLayerVersionResponse + func (s *CreateLayerVersionResponse) SetStatusCode(v int32) *CreateLayerVersionResponse + func (s CreateLayerVersionResponse) GoString() string + func (s CreateLayerVersionResponse) String() string + type CreateTriggerInput struct + Description *string + InvocationRole *string + Qualifier *string + SourceArn *string + TriggerConfig *string + TriggerName *string + TriggerType *string + func (s *CreateTriggerInput) SetDescription(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetInvocationRole(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetQualifier(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetSourceArn(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetTriggerConfig(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetTriggerName(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetTriggerType(v string) *CreateTriggerInput + func (s CreateTriggerInput) GoString() string + func (s CreateTriggerInput) String() string + type CreateTriggerRequest struct + Request *CreateTriggerInput + func (s *CreateTriggerRequest) SetRequest(v *CreateTriggerInput) *CreateTriggerRequest + func (s CreateTriggerRequest) GoString() string + func (s CreateTriggerRequest) String() string + type CreateTriggerResponse struct + Body *Trigger + Headers map[string]*string + StatusCode *int32 + func (s *CreateTriggerResponse) SetBody(v *Trigger) *CreateTriggerResponse + func (s *CreateTriggerResponse) SetHeaders(v map[string]*string) *CreateTriggerResponse + func (s *CreateTriggerResponse) SetStatusCode(v int32) *CreateTriggerResponse + func (s CreateTriggerResponse) GoString() string + func (s CreateTriggerResponse) String() string + type CustomContainerConfig struct + AccelerationInfo *AccelerationInfo + AccelerationType *string + AcrInstanceID *string + Command []*string + Entrypoint []*string + HealthCheckConfig *CustomHealthCheckConfig + Image *string + Port *int32 + func (s *CustomContainerConfig) SetAccelerationInfo(v *AccelerationInfo) *CustomContainerConfig + func (s *CustomContainerConfig) SetAccelerationType(v string) *CustomContainerConfig + func (s *CustomContainerConfig) SetAcrInstanceID(v string) *CustomContainerConfig + func (s *CustomContainerConfig) SetCommand(v []*string) *CustomContainerConfig + func (s *CustomContainerConfig) SetEntrypoint(v []*string) *CustomContainerConfig + func (s *CustomContainerConfig) SetHealthCheckConfig(v *CustomHealthCheckConfig) *CustomContainerConfig + func (s *CustomContainerConfig) SetImage(v string) *CustomContainerConfig + func (s *CustomContainerConfig) SetPort(v int32) *CustomContainerConfig + func (s CustomContainerConfig) GoString() string + func (s CustomContainerConfig) String() string + type CustomDNS struct + DnsOptions []*DNSOption + NameServers []*string + Searches []*string + func (s *CustomDNS) SetDnsOptions(v []*DNSOption) *CustomDNS + func (s *CustomDNS) SetNameServers(v []*string) *CustomDNS + func (s *CustomDNS) SetSearches(v []*string) *CustomDNS + func (s CustomDNS) GoString() string + func (s CustomDNS) String() string + type CustomDomain struct + AccountId *string + ApiVersion *string + CertConfig *CertConfig + CreatedTime *string + DomainName *string + LastModifiedTime *string + Protocol *string + RouteConfig *RouteConfig + SubdomainCount *string + TlsConfig *TLSConfig + WafConfig *WAFConfig + func (s *CustomDomain) SetAccountId(v string) *CustomDomain + func (s *CustomDomain) SetApiVersion(v string) *CustomDomain + func (s *CustomDomain) SetCertConfig(v *CertConfig) *CustomDomain + func (s *CustomDomain) SetCreatedTime(v string) *CustomDomain + func (s *CustomDomain) SetDomainName(v string) *CustomDomain + func (s *CustomDomain) SetLastModifiedTime(v string) *CustomDomain + func (s *CustomDomain) SetProtocol(v string) *CustomDomain + func (s *CustomDomain) SetRouteConfig(v *RouteConfig) *CustomDomain + func (s *CustomDomain) SetSubdomainCount(v string) *CustomDomain + func (s *CustomDomain) SetTlsConfig(v *TLSConfig) *CustomDomain + func (s *CustomDomain) SetWafConfig(v *WAFConfig) *CustomDomain + func (s CustomDomain) GoString() string + func (s CustomDomain) String() string + type CustomHealthCheckConfig struct + FailureThreshold *int32 + HttpGetUrl *string + InitialDelaySeconds *int32 + PeriodSeconds *int32 + SuccessThreshold *int32 + TimeoutSeconds *int32 + func (s *CustomHealthCheckConfig) SetFailureThreshold(v int32) *CustomHealthCheckConfig + func (s *CustomHealthCheckConfig) SetHttpGetUrl(v string) *CustomHealthCheckConfig + func (s *CustomHealthCheckConfig) SetInitialDelaySeconds(v int32) *CustomHealthCheckConfig + func (s *CustomHealthCheckConfig) SetPeriodSeconds(v int32) *CustomHealthCheckConfig + func (s *CustomHealthCheckConfig) SetSuccessThreshold(v int32) *CustomHealthCheckConfig + func (s *CustomHealthCheckConfig) SetTimeoutSeconds(v int32) *CustomHealthCheckConfig + func (s CustomHealthCheckConfig) GoString() string + func (s CustomHealthCheckConfig) String() string + type CustomRuntimeConfig struct + Args []*string + Command []*string + HealthCheckConfig *CustomHealthCheckConfig + Port *int32 + func (s *CustomRuntimeConfig) SetArgs(v []*string) *CustomRuntimeConfig + func (s *CustomRuntimeConfig) SetCommand(v []*string) *CustomRuntimeConfig + func (s *CustomRuntimeConfig) SetHealthCheckConfig(v *CustomHealthCheckConfig) *CustomRuntimeConfig + func (s *CustomRuntimeConfig) SetPort(v int32) *CustomRuntimeConfig + func (s CustomRuntimeConfig) GoString() string + func (s CustomRuntimeConfig) String() string + type DNSOption struct + Name *string + Value *string + func (s *DNSOption) SetName(v string) *DNSOption + func (s *DNSOption) SetValue(v string) *DNSOption + func (s DNSOption) GoString() string + func (s DNSOption) String() string + type DeleteAliasResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAliasResponse) SetHeaders(v map[string]*string) *DeleteAliasResponse + func (s *DeleteAliasResponse) SetStatusCode(v int32) *DeleteAliasResponse + func (s DeleteAliasResponse) GoString() string + func (s DeleteAliasResponse) String() string + type DeleteAsyncInvokeConfigRequest struct + Qualifier *string + func (s *DeleteAsyncInvokeConfigRequest) SetQualifier(v string) *DeleteAsyncInvokeConfigRequest + func (s DeleteAsyncInvokeConfigRequest) GoString() string + func (s DeleteAsyncInvokeConfigRequest) String() string + type DeleteAsyncInvokeConfigResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAsyncInvokeConfigResponse) SetHeaders(v map[string]*string) *DeleteAsyncInvokeConfigResponse + func (s *DeleteAsyncInvokeConfigResponse) SetStatusCode(v int32) *DeleteAsyncInvokeConfigResponse + func (s DeleteAsyncInvokeConfigResponse) GoString() string + func (s DeleteAsyncInvokeConfigResponse) String() string + type DeleteConcurrencyConfigResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteConcurrencyConfigResponse) SetHeaders(v map[string]*string) *DeleteConcurrencyConfigResponse + func (s *DeleteConcurrencyConfigResponse) SetStatusCode(v int32) *DeleteConcurrencyConfigResponse + func (s DeleteConcurrencyConfigResponse) GoString() string + func (s DeleteConcurrencyConfigResponse) String() string + type DeleteCustomDomainResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteCustomDomainResponse) SetHeaders(v map[string]*string) *DeleteCustomDomainResponse + func (s *DeleteCustomDomainResponse) SetStatusCode(v int32) *DeleteCustomDomainResponse + func (s DeleteCustomDomainResponse) GoString() string + func (s DeleteCustomDomainResponse) String() string + type DeleteFunctionResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteFunctionResponse) SetHeaders(v map[string]*string) *DeleteFunctionResponse + func (s *DeleteFunctionResponse) SetStatusCode(v int32) *DeleteFunctionResponse + func (s DeleteFunctionResponse) GoString() string + func (s DeleteFunctionResponse) String() string + type DeleteFunctionVersionResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteFunctionVersionResponse) SetHeaders(v map[string]*string) *DeleteFunctionVersionResponse + func (s *DeleteFunctionVersionResponse) SetStatusCode(v int32) *DeleteFunctionVersionResponse + func (s DeleteFunctionVersionResponse) GoString() string + func (s DeleteFunctionVersionResponse) String() string + type DeleteLayerVersionResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteLayerVersionResponse) SetHeaders(v map[string]*string) *DeleteLayerVersionResponse + func (s *DeleteLayerVersionResponse) SetStatusCode(v int32) *DeleteLayerVersionResponse + func (s DeleteLayerVersionResponse) GoString() string + func (s DeleteLayerVersionResponse) String() string + type DeleteProvisionConfigRequest struct + Qualifier *string + func (s *DeleteProvisionConfigRequest) SetQualifier(v string) *DeleteProvisionConfigRequest + func (s DeleteProvisionConfigRequest) GoString() string + func (s DeleteProvisionConfigRequest) String() string + type DeleteProvisionConfigResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteProvisionConfigResponse) SetHeaders(v map[string]*string) *DeleteProvisionConfigResponse + func (s *DeleteProvisionConfigResponse) SetStatusCode(v int32) *DeleteProvisionConfigResponse + func (s DeleteProvisionConfigResponse) GoString() string + func (s DeleteProvisionConfigResponse) String() string + type DeleteTriggerResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *DeleteTriggerResponse) SetHeaders(v map[string]*string) *DeleteTriggerResponse + func (s *DeleteTriggerResponse) SetStatusCode(v int32) *DeleteTriggerResponse + func (s DeleteTriggerResponse) GoString() string + func (s DeleteTriggerResponse) String() string + type Destination struct + Destination *string + func (s *Destination) SetDestination(v string) *Destination + func (s Destination) GoString() string + func (s Destination) String() string + type DestinationConfig struct + OnFailure *Destination + OnSuccess *Destination + func (s *DestinationConfig) SetOnFailure(v *Destination) *DestinationConfig + func (s *DestinationConfig) SetOnSuccess(v *Destination) *DestinationConfig + func (s DestinationConfig) GoString() string + func (s DestinationConfig) String() string + type EqualRule struct + Match *string + Replacement *string + func (s *EqualRule) SetMatch(v string) *EqualRule + func (s *EqualRule) SetReplacement(v string) *EqualRule + func (s EqualRule) GoString() string + func (s EqualRule) String() string + type Error struct + Code *string + Message *string + RequestId *string + func (s *Error) SetCode(v string) *Error + func (s *Error) SetMessage(v string) *Error + func (s *Error) SetRequestId(v string) *Error + func (s Error) GoString() string + func (s Error) String() string + type Function struct + CodeChecksum *string + CodeSize *int64 + Cpu *float32 + CreatedTime *string + CustomContainerConfig *CustomContainerConfig + CustomDNS *CustomDNS + CustomRuntimeConfig *CustomRuntimeConfig + Description *string + DiskSize *int32 + EnvironmentVariables map[string]*string + FunctionArn *string + FunctionId *string + FunctionName *string + GpuConfig *GPUConfig + Handler *string + InstanceConcurrency *int32 + InstanceLifecycleConfig *InstanceLifecycleConfig + InternetAccess *bool + LastModifiedTime *string + Layers []*FunctionLayer + LogConfig *LogConfig + MemorySize *int32 + NasConfig *NASConfig + OssMountConfig *OSSMountConfig + Role *string + Runtime *string + Timeout *int32 + TracingConfig *TracingConfig + VpcBinding *VPCBinding + VpcConfig *VPCConfig + func (s *Function) SetCodeChecksum(v string) *Function + func (s *Function) SetCodeSize(v int64) *Function + func (s *Function) SetCpu(v float32) *Function + func (s *Function) SetCreatedTime(v string) *Function + func (s *Function) SetCustomContainerConfig(v *CustomContainerConfig) *Function + func (s *Function) SetCustomDNS(v *CustomDNS) *Function + func (s *Function) SetCustomRuntimeConfig(v *CustomRuntimeConfig) *Function + func (s *Function) SetDescription(v string) *Function + func (s *Function) SetDiskSize(v int32) *Function + func (s *Function) SetEnvironmentVariables(v map[string]*string) *Function + func (s *Function) SetFunctionArn(v string) *Function + func (s *Function) SetFunctionId(v string) *Function + func (s *Function) SetFunctionName(v string) *Function + func (s *Function) SetGpuConfig(v *GPUConfig) *Function + func (s *Function) SetHandler(v string) *Function + func (s *Function) SetInstanceConcurrency(v int32) *Function + func (s *Function) SetInstanceLifecycleConfig(v *InstanceLifecycleConfig) *Function + func (s *Function) SetInternetAccess(v bool) *Function + func (s *Function) SetLastModifiedTime(v string) *Function + func (s *Function) SetLayers(v []*FunctionLayer) *Function + func (s *Function) SetLogConfig(v *LogConfig) *Function + func (s *Function) SetMemorySize(v int32) *Function + func (s *Function) SetNasConfig(v *NASConfig) *Function + func (s *Function) SetOssMountConfig(v *OSSMountConfig) *Function + func (s *Function) SetRole(v string) *Function + func (s *Function) SetRuntime(v string) *Function + func (s *Function) SetTimeout(v int32) *Function + func (s *Function) SetTracingConfig(v *TracingConfig) *Function + func (s *Function) SetVpcBinding(v *VPCBinding) *Function + func (s *Function) SetVpcConfig(v *VPCConfig) *Function + func (s Function) GoString() string + func (s Function) String() string + type FunctionLayer struct + Arn *string + Size *int64 + func (s *FunctionLayer) SetArn(v string) *FunctionLayer + func (s *FunctionLayer) SetSize(v int64) *FunctionLayer + func (s FunctionLayer) GoString() string + func (s FunctionLayer) String() string + type GPUConfig struct + GpuMemorySize *int32 + GpuType *string + func (s *GPUConfig) SetGpuMemorySize(v int32) *GPUConfig + func (s *GPUConfig) SetGpuType(v string) *GPUConfig + func (s GPUConfig) GoString() string + func (s GPUConfig) String() string + type GetAliasResponse struct + Body *Alias + Headers map[string]*string + StatusCode *int32 + func (s *GetAliasResponse) SetBody(v *Alias) *GetAliasResponse + func (s *GetAliasResponse) SetHeaders(v map[string]*string) *GetAliasResponse + func (s *GetAliasResponse) SetStatusCode(v int32) *GetAliasResponse + func (s GetAliasResponse) GoString() string + func (s GetAliasResponse) String() string + type GetAsyncInvokeConfigRequest struct + Qualifier *string + func (s *GetAsyncInvokeConfigRequest) SetQualifier(v string) *GetAsyncInvokeConfigRequest + func (s GetAsyncInvokeConfigRequest) GoString() string + func (s GetAsyncInvokeConfigRequest) String() string + type GetAsyncInvokeConfigResponse struct + Body *AsyncConfig + Headers map[string]*string + StatusCode *int32 + func (s *GetAsyncInvokeConfigResponse) SetBody(v *AsyncConfig) *GetAsyncInvokeConfigResponse + func (s *GetAsyncInvokeConfigResponse) SetHeaders(v map[string]*string) *GetAsyncInvokeConfigResponse + func (s *GetAsyncInvokeConfigResponse) SetStatusCode(v int32) *GetAsyncInvokeConfigResponse + func (s GetAsyncInvokeConfigResponse) GoString() string + func (s GetAsyncInvokeConfigResponse) String() string + type GetConcurrencyConfigResponse struct + Body *ConcurrencyConfig + Headers map[string]*string + StatusCode *int32 + func (s *GetConcurrencyConfigResponse) SetBody(v *ConcurrencyConfig) *GetConcurrencyConfigResponse + func (s *GetConcurrencyConfigResponse) SetHeaders(v map[string]*string) *GetConcurrencyConfigResponse + func (s *GetConcurrencyConfigResponse) SetStatusCode(v int32) *GetConcurrencyConfigResponse + func (s GetConcurrencyConfigResponse) GoString() string + func (s GetConcurrencyConfigResponse) String() string + type GetCustomDomainResponse struct + Body *CustomDomain + Headers map[string]*string + StatusCode *int32 + func (s *GetCustomDomainResponse) SetBody(v *CustomDomain) *GetCustomDomainResponse + func (s *GetCustomDomainResponse) SetHeaders(v map[string]*string) *GetCustomDomainResponse + func (s *GetCustomDomainResponse) SetStatusCode(v int32) *GetCustomDomainResponse + func (s GetCustomDomainResponse) GoString() string + func (s GetCustomDomainResponse) String() string + type GetFunctionCodeRequest struct + Qualifier *string + func (s *GetFunctionCodeRequest) SetQualifier(v string) *GetFunctionCodeRequest + func (s GetFunctionCodeRequest) GoString() string + func (s GetFunctionCodeRequest) String() string + type GetFunctionCodeResponse struct + Body *OutputFuncCode + Headers map[string]*string + StatusCode *int32 + func (s *GetFunctionCodeResponse) SetBody(v *OutputFuncCode) *GetFunctionCodeResponse + func (s *GetFunctionCodeResponse) SetHeaders(v map[string]*string) *GetFunctionCodeResponse + func (s *GetFunctionCodeResponse) SetStatusCode(v int32) *GetFunctionCodeResponse + func (s GetFunctionCodeResponse) GoString() string + func (s GetFunctionCodeResponse) String() string + type GetFunctionRequest struct + Qualifier *string + func (s *GetFunctionRequest) SetQualifier(v string) *GetFunctionRequest + func (s GetFunctionRequest) GoString() string + func (s GetFunctionRequest) String() string + type GetFunctionResponse struct + Body *Function + Headers map[string]*string + StatusCode *int32 + func (s *GetFunctionResponse) SetBody(v *Function) *GetFunctionResponse + func (s *GetFunctionResponse) SetHeaders(v map[string]*string) *GetFunctionResponse + func (s *GetFunctionResponse) SetStatusCode(v int32) *GetFunctionResponse + func (s GetFunctionResponse) GoString() string + func (s GetFunctionResponse) String() string + type GetLayerVersionByArnResponse struct + Body *Layer + Headers map[string]*string + StatusCode *int32 + func (s *GetLayerVersionByArnResponse) SetBody(v *Layer) *GetLayerVersionByArnResponse + func (s *GetLayerVersionByArnResponse) SetHeaders(v map[string]*string) *GetLayerVersionByArnResponse + func (s *GetLayerVersionByArnResponse) SetStatusCode(v int32) *GetLayerVersionByArnResponse + func (s GetLayerVersionByArnResponse) GoString() string + func (s GetLayerVersionByArnResponse) String() string + type GetLayerVersionResponse struct + Body *Layer + Headers map[string]*string + StatusCode *int32 + func (s *GetLayerVersionResponse) SetBody(v *Layer) *GetLayerVersionResponse + func (s *GetLayerVersionResponse) SetHeaders(v map[string]*string) *GetLayerVersionResponse + func (s *GetLayerVersionResponse) SetStatusCode(v int32) *GetLayerVersionResponse + func (s GetLayerVersionResponse) GoString() string + func (s GetLayerVersionResponse) String() string + type GetProvisionConfigRequest struct + Qualifier *string + func (s *GetProvisionConfigRequest) SetQualifier(v string) *GetProvisionConfigRequest + func (s GetProvisionConfigRequest) GoString() string + func (s GetProvisionConfigRequest) String() string + type GetProvisionConfigResponse struct + Body *ProvisionConfig + Headers map[string]*string + StatusCode *int32 + func (s *GetProvisionConfigResponse) SetBody(v *ProvisionConfig) *GetProvisionConfigResponse + func (s *GetProvisionConfigResponse) SetHeaders(v map[string]*string) *GetProvisionConfigResponse + func (s *GetProvisionConfigResponse) SetStatusCode(v int32) *GetProvisionConfigResponse + func (s GetProvisionConfigResponse) GoString() string + func (s GetProvisionConfigResponse) String() string + type GetResourceTagsOutput struct + ResourceArn *string + Tags map[string]*string + func (s *GetResourceTagsOutput) SetResourceArn(v string) *GetResourceTagsOutput + func (s *GetResourceTagsOutput) SetTags(v map[string]*string) *GetResourceTagsOutput + func (s GetResourceTagsOutput) GoString() string + func (s GetResourceTagsOutput) String() string + type GetResourceTagsRequest struct + Arn *string + func (s *GetResourceTagsRequest) SetArn(v string) *GetResourceTagsRequest + func (s GetResourceTagsRequest) GoString() string + func (s GetResourceTagsRequest) String() string + type GetResourceTagsResponse struct + Body *GetResourceTagsOutput + Headers map[string]*string + StatusCode *int32 + func (s *GetResourceTagsResponse) SetBody(v *GetResourceTagsOutput) *GetResourceTagsResponse + func (s *GetResourceTagsResponse) SetHeaders(v map[string]*string) *GetResourceTagsResponse + func (s *GetResourceTagsResponse) SetStatusCode(v int32) *GetResourceTagsResponse + func (s GetResourceTagsResponse) GoString() string + func (s GetResourceTagsResponse) String() string + type GetTriggerResponse struct + Body *Trigger + Headers map[string]*string + StatusCode *int32 + func (s *GetTriggerResponse) SetBody(v *Trigger) *GetTriggerResponse + func (s *GetTriggerResponse) SetHeaders(v map[string]*string) *GetTriggerResponse + func (s *GetTriggerResponse) SetStatusCode(v int32) *GetTriggerResponse + func (s GetTriggerResponse) GoString() string + func (s GetTriggerResponse) String() string + type HTTPTrigger struct + UrlInternet *string + UrlIntranet *string + func (s *HTTPTrigger) SetUrlInternet(v string) *HTTPTrigger + func (s *HTTPTrigger) SetUrlIntranet(v string) *HTTPTrigger + func (s HTTPTrigger) GoString() string + func (s HTTPTrigger) String() string + type HealthCheckConfig struct + FailureThreshold *int32 + HttpGetUrl *string + InitialDelaySeconds *int32 + PeriodSeconds *int32 + SuccessThreshold *int32 + TimeoutSeconds *int32 + func (s *HealthCheckConfig) SetFailureThreshold(v int32) *HealthCheckConfig + func (s *HealthCheckConfig) SetHttpGetUrl(v string) *HealthCheckConfig + func (s *HealthCheckConfig) SetInitialDelaySeconds(v int32) *HealthCheckConfig + func (s *HealthCheckConfig) SetPeriodSeconds(v int32) *HealthCheckConfig + func (s *HealthCheckConfig) SetSuccessThreshold(v int32) *HealthCheckConfig + func (s *HealthCheckConfig) SetTimeoutSeconds(v int32) *HealthCheckConfig + func (s HealthCheckConfig) GoString() string + func (s HealthCheckConfig) String() string + type InnerRewriteConfig struct + RegexRules []*RewriteRegexRule + func (s *InnerRewriteConfig) SetRegexRules(v []*RewriteRegexRule) *InnerRewriteConfig + func (s InnerRewriteConfig) GoString() string + func (s InnerRewriteConfig) String() string + type InputCodeLocation struct + Checksum *string + OssBucketName *string + OssObjectName *string + ZipFile *string + func (s *InputCodeLocation) SetChecksum(v string) *InputCodeLocation + func (s *InputCodeLocation) SetOssBucketName(v string) *InputCodeLocation + func (s *InputCodeLocation) SetOssObjectName(v string) *InputCodeLocation + func (s *InputCodeLocation) SetZipFile(v string) *InputCodeLocation + func (s InputCodeLocation) GoString() string + func (s InputCodeLocation) String() string + type InstanceInfo struct + InstanceId *string + VersionId *string + func (s *InstanceInfo) SetInstanceId(v string) *InstanceInfo + func (s *InstanceInfo) SetVersionId(v string) *InstanceInfo + func (s InstanceInfo) GoString() string + func (s InstanceInfo) String() string + type InstanceLifecycleConfig struct + Initializer *LifecycleHook + PreStop *LifecycleHook + func (s *InstanceLifecycleConfig) SetInitializer(v *LifecycleHook) *InstanceLifecycleConfig + func (s *InstanceLifecycleConfig) SetPreStop(v *LifecycleHook) *InstanceLifecycleConfig + func (s InstanceLifecycleConfig) GoString() string + func (s InstanceLifecycleConfig) String() string + type InvokeFunctionHeaders struct + CommonHeaders map[string]*string + XFcInvocationType *string + XFcLogType *string + func (s *InvokeFunctionHeaders) SetCommonHeaders(v map[string]*string) *InvokeFunctionHeaders + func (s *InvokeFunctionHeaders) SetXFcInvocationType(v string) *InvokeFunctionHeaders + func (s *InvokeFunctionHeaders) SetXFcLogType(v string) *InvokeFunctionHeaders + func (s InvokeFunctionHeaders) GoString() string + func (s InvokeFunctionHeaders) String() string + type InvokeFunctionRequest struct + Qualifier *string + Request io.Reader + func (s *InvokeFunctionRequest) SetQualifier(v string) *InvokeFunctionRequest + func (s *InvokeFunctionRequest) SetRequest(v io.Reader) *InvokeFunctionRequest + func (s InvokeFunctionRequest) GoString() string + func (s InvokeFunctionRequest) String() string + type InvokeFunctionResponse struct + Body io.Reader + Headers map[string]*string + StatusCode *int32 + func (s *InvokeFunctionResponse) SetBody(v io.Reader) *InvokeFunctionResponse + func (s *InvokeFunctionResponse) SetHeaders(v map[string]*string) *InvokeFunctionResponse + func (s *InvokeFunctionResponse) SetStatusCode(v int32) *InvokeFunctionResponse + func (s InvokeFunctionResponse) GoString() string + func (s InvokeFunctionResponse) String() string + type Layer struct + Acl *string + Code *OutputCodeLocation + CodeChecksum *string + CodeSize *int64 + CompatibleRuntime []*string + CreateTime *string + Description *string + LayerName *string + LayerVersionArn *string + License *string + Version *int32 + func (s *Layer) SetAcl(v string) *Layer + func (s *Layer) SetCode(v *OutputCodeLocation) *Layer + func (s *Layer) SetCodeChecksum(v string) *Layer + func (s *Layer) SetCodeSize(v int64) *Layer + func (s *Layer) SetCompatibleRuntime(v []*string) *Layer + func (s *Layer) SetCreateTime(v string) *Layer + func (s *Layer) SetDescription(v string) *Layer + func (s *Layer) SetLayerName(v string) *Layer + func (s *Layer) SetLayerVersionArn(v string) *Layer + func (s *Layer) SetLicense(v string) *Layer + func (s *Layer) SetVersion(v int32) *Layer + func (s Layer) GoString() string + func (s Layer) String() string + type LifecycleHook struct + Handler *string + Timeout *int32 + func (s *LifecycleHook) SetHandler(v string) *LifecycleHook + func (s *LifecycleHook) SetTimeout(v int32) *LifecycleHook + func (s LifecycleHook) GoString() string + func (s LifecycleHook) String() string + type ListAliasesOutput struct + Aliases []*Alias + NextToken *string + func (s *ListAliasesOutput) SetAliases(v []*Alias) *ListAliasesOutput + func (s *ListAliasesOutput) SetNextToken(v string) *ListAliasesOutput + func (s ListAliasesOutput) GoString() string + func (s ListAliasesOutput) String() string + type ListAliasesRequest struct + Limit *int32 + NextToken *string + Prefix *string + func (s *ListAliasesRequest) SetLimit(v int32) *ListAliasesRequest + func (s *ListAliasesRequest) SetNextToken(v string) *ListAliasesRequest + func (s *ListAliasesRequest) SetPrefix(v string) *ListAliasesRequest + func (s ListAliasesRequest) GoString() string + func (s ListAliasesRequest) String() string + type ListAliasesResponse struct + Body *ListAliasesOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListAliasesResponse) SetBody(v *ListAliasesOutput) *ListAliasesResponse + func (s *ListAliasesResponse) SetHeaders(v map[string]*string) *ListAliasesResponse + func (s *ListAliasesResponse) SetStatusCode(v int32) *ListAliasesResponse + func (s ListAliasesResponse) GoString() string + func (s ListAliasesResponse) String() string + type ListAsyncInvokeConfigOutput struct + Configs []*AsyncConfig + NextToken *string + func (s *ListAsyncInvokeConfigOutput) SetConfigs(v []*AsyncConfig) *ListAsyncInvokeConfigOutput + func (s *ListAsyncInvokeConfigOutput) SetNextToken(v string) *ListAsyncInvokeConfigOutput + func (s ListAsyncInvokeConfigOutput) GoString() string + func (s ListAsyncInvokeConfigOutput) String() string + type ListAsyncInvokeConfigsRequest struct + FunctionName *string + Limit *int32 + NextToken *string + func (s *ListAsyncInvokeConfigsRequest) SetFunctionName(v string) *ListAsyncInvokeConfigsRequest + func (s *ListAsyncInvokeConfigsRequest) SetLimit(v int32) *ListAsyncInvokeConfigsRequest + func (s *ListAsyncInvokeConfigsRequest) SetNextToken(v string) *ListAsyncInvokeConfigsRequest + func (s ListAsyncInvokeConfigsRequest) GoString() string + func (s ListAsyncInvokeConfigsRequest) String() string + type ListAsyncInvokeConfigsResponse struct + Body *ListAsyncInvokeConfigOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListAsyncInvokeConfigsResponse) SetBody(v *ListAsyncInvokeConfigOutput) *ListAsyncInvokeConfigsResponse + func (s *ListAsyncInvokeConfigsResponse) SetHeaders(v map[string]*string) *ListAsyncInvokeConfigsResponse + func (s *ListAsyncInvokeConfigsResponse) SetStatusCode(v int32) *ListAsyncInvokeConfigsResponse + func (s ListAsyncInvokeConfigsResponse) GoString() string + func (s ListAsyncInvokeConfigsResponse) String() string + type ListConcurrencyConfigsOutput struct + Configs []*ConcurrencyConfig + NextToken *string + func (s *ListConcurrencyConfigsOutput) SetConfigs(v []*ConcurrencyConfig) *ListConcurrencyConfigsOutput + func (s *ListConcurrencyConfigsOutput) SetNextToken(v string) *ListConcurrencyConfigsOutput + func (s ListConcurrencyConfigsOutput) GoString() string + func (s ListConcurrencyConfigsOutput) String() string + type ListConcurrencyConfigsRequest struct + FunctionName *string + Limit *int32 + NextToken *string + func (s *ListConcurrencyConfigsRequest) SetFunctionName(v string) *ListConcurrencyConfigsRequest + func (s *ListConcurrencyConfigsRequest) SetLimit(v int32) *ListConcurrencyConfigsRequest + func (s *ListConcurrencyConfigsRequest) SetNextToken(v string) *ListConcurrencyConfigsRequest + func (s ListConcurrencyConfigsRequest) GoString() string + func (s ListConcurrencyConfigsRequest) String() string + type ListConcurrencyConfigsResponse struct + Body *ListConcurrencyConfigsOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListConcurrencyConfigsResponse) SetBody(v *ListConcurrencyConfigsOutput) *ListConcurrencyConfigsResponse + func (s *ListConcurrencyConfigsResponse) SetHeaders(v map[string]*string) *ListConcurrencyConfigsResponse + func (s *ListConcurrencyConfigsResponse) SetStatusCode(v int32) *ListConcurrencyConfigsResponse + func (s ListConcurrencyConfigsResponse) GoString() string + func (s ListConcurrencyConfigsResponse) String() string + type ListCustomDomainOutput struct + CustomDomains []*CustomDomain + NextToken *string + func (s *ListCustomDomainOutput) SetCustomDomains(v []*CustomDomain) *ListCustomDomainOutput + func (s *ListCustomDomainOutput) SetNextToken(v string) *ListCustomDomainOutput + func (s ListCustomDomainOutput) GoString() string + func (s ListCustomDomainOutput) String() string + type ListCustomDomainsRequest struct + Limit *int32 + NextToken *string + Prefix *string + func (s *ListCustomDomainsRequest) SetLimit(v int32) *ListCustomDomainsRequest + func (s *ListCustomDomainsRequest) SetNextToken(v string) *ListCustomDomainsRequest + func (s *ListCustomDomainsRequest) SetPrefix(v string) *ListCustomDomainsRequest + func (s ListCustomDomainsRequest) GoString() string + func (s ListCustomDomainsRequest) String() string + type ListCustomDomainsResponse struct + Body *ListCustomDomainOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListCustomDomainsResponse) SetBody(v *ListCustomDomainOutput) *ListCustomDomainsResponse + func (s *ListCustomDomainsResponse) SetHeaders(v map[string]*string) *ListCustomDomainsResponse + func (s *ListCustomDomainsResponse) SetStatusCode(v int32) *ListCustomDomainsResponse + func (s ListCustomDomainsResponse) GoString() string + func (s ListCustomDomainsResponse) String() string + type ListFunctionVersionsRequest struct + Direction *string + Limit *int32 + NextToken *string + func (s *ListFunctionVersionsRequest) SetDirection(v string) *ListFunctionVersionsRequest + func (s *ListFunctionVersionsRequest) SetLimit(v int32) *ListFunctionVersionsRequest + func (s *ListFunctionVersionsRequest) SetNextToken(v string) *ListFunctionVersionsRequest + func (s ListFunctionVersionsRequest) GoString() string + func (s ListFunctionVersionsRequest) String() string + type ListFunctionVersionsResponse struct + Body *ListVersionsOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListFunctionVersionsResponse) SetBody(v *ListVersionsOutput) *ListFunctionVersionsResponse + func (s *ListFunctionVersionsResponse) SetHeaders(v map[string]*string) *ListFunctionVersionsResponse + func (s *ListFunctionVersionsResponse) SetStatusCode(v int32) *ListFunctionVersionsResponse + func (s ListFunctionVersionsResponse) GoString() string + func (s ListFunctionVersionsResponse) String() string + type ListFunctionsOutput struct + Functions []*Function + NextToken *string + func (s *ListFunctionsOutput) SetFunctions(v []*Function) *ListFunctionsOutput + func (s *ListFunctionsOutput) SetNextToken(v string) *ListFunctionsOutput + func (s ListFunctionsOutput) GoString() string + func (s ListFunctionsOutput) String() string + type ListFunctionsRequest struct + Limit *int32 + NextToken *string + Prefix *string + func (s *ListFunctionsRequest) SetLimit(v int32) *ListFunctionsRequest + func (s *ListFunctionsRequest) SetNextToken(v string) *ListFunctionsRequest + func (s *ListFunctionsRequest) SetPrefix(v string) *ListFunctionsRequest + func (s ListFunctionsRequest) GoString() string + func (s ListFunctionsRequest) String() string + type ListFunctionsResponse struct + Body *ListFunctionsOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListFunctionsResponse) SetBody(v *ListFunctionsOutput) *ListFunctionsResponse + func (s *ListFunctionsResponse) SetHeaders(v map[string]*string) *ListFunctionsResponse + func (s *ListFunctionsResponse) SetStatusCode(v int32) *ListFunctionsResponse + func (s ListFunctionsResponse) GoString() string + func (s ListFunctionsResponse) String() string + type ListInstancesOutput struct + Instances []*InstanceInfo + func (s *ListInstancesOutput) SetInstances(v []*InstanceInfo) *ListInstancesOutput + func (s ListInstancesOutput) GoString() string + func (s ListInstancesOutput) String() string + type ListInstancesRequest struct + Qualifier *string + WithAllActive *bool + func (s *ListInstancesRequest) SetQualifier(v string) *ListInstancesRequest + func (s *ListInstancesRequest) SetWithAllActive(v bool) *ListInstancesRequest + func (s ListInstancesRequest) GoString() string + func (s ListInstancesRequest) String() string + type ListInstancesResponse struct + Body *ListInstancesOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListInstancesResponse) SetBody(v *ListInstancesOutput) *ListInstancesResponse + func (s *ListInstancesResponse) SetHeaders(v map[string]*string) *ListInstancesResponse + func (s *ListInstancesResponse) SetStatusCode(v int32) *ListInstancesResponse + func (s ListInstancesResponse) GoString() string + func (s ListInstancesResponse) String() string + type ListLayerVersionOutput struct + Layers []*Layer + NextVersion *int32 + func (s *ListLayerVersionOutput) SetLayers(v []*Layer) *ListLayerVersionOutput + func (s *ListLayerVersionOutput) SetNextVersion(v int32) *ListLayerVersionOutput + func (s ListLayerVersionOutput) GoString() string + func (s ListLayerVersionOutput) String() string + type ListLayerVersionsRequest struct + Limit *int32 + StartVersion *string + func (s *ListLayerVersionsRequest) SetLimit(v int32) *ListLayerVersionsRequest + func (s *ListLayerVersionsRequest) SetStartVersion(v string) *ListLayerVersionsRequest + func (s ListLayerVersionsRequest) GoString() string + func (s ListLayerVersionsRequest) String() string + type ListLayerVersionsResponse struct + Body *ListLayerVersionOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListLayerVersionsResponse) SetBody(v *ListLayerVersionOutput) *ListLayerVersionsResponse + func (s *ListLayerVersionsResponse) SetHeaders(v map[string]*string) *ListLayerVersionsResponse + func (s *ListLayerVersionsResponse) SetStatusCode(v int32) *ListLayerVersionsResponse + func (s ListLayerVersionsResponse) GoString() string + func (s ListLayerVersionsResponse) String() string + type ListLayersOutput struct + Layers []*Layer + NextToken *string + func (s *ListLayersOutput) SetLayers(v []*Layer) *ListLayersOutput + func (s *ListLayersOutput) SetNextToken(v string) *ListLayersOutput + func (s ListLayersOutput) GoString() string + func (s ListLayersOutput) String() string + type ListLayersRequest struct + Limit *int32 + NextToken *string + Official *string + Prefix *string + Public *string + func (s *ListLayersRequest) SetLimit(v int32) *ListLayersRequest + func (s *ListLayersRequest) SetNextToken(v string) *ListLayersRequest + func (s *ListLayersRequest) SetOfficial(v string) *ListLayersRequest + func (s *ListLayersRequest) SetPrefix(v string) *ListLayersRequest + func (s *ListLayersRequest) SetPublic(v string) *ListLayersRequest + func (s ListLayersRequest) GoString() string + func (s ListLayersRequest) String() string + type ListLayersResponse struct + Body *ListLayersOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListLayersResponse) SetBody(v *ListLayersOutput) *ListLayersResponse + func (s *ListLayersResponse) SetHeaders(v map[string]*string) *ListLayersResponse + func (s *ListLayersResponse) SetStatusCode(v int32) *ListLayersResponse + func (s ListLayersResponse) GoString() string + func (s ListLayersResponse) String() string + type ListProvisionConfigsOutput struct + NextToken *string + ProvisionConfigs []*ProvisionConfig + func (s *ListProvisionConfigsOutput) SetNextToken(v string) *ListProvisionConfigsOutput + func (s *ListProvisionConfigsOutput) SetProvisionConfigs(v []*ProvisionConfig) *ListProvisionConfigsOutput + func (s ListProvisionConfigsOutput) GoString() string + func (s ListProvisionConfigsOutput) String() string + type ListProvisionConfigsRequest struct + FunctionName *string + Limit *int32 + NextToken *string + func (s *ListProvisionConfigsRequest) SetFunctionName(v string) *ListProvisionConfigsRequest + func (s *ListProvisionConfigsRequest) SetLimit(v int32) *ListProvisionConfigsRequest + func (s *ListProvisionConfigsRequest) SetNextToken(v string) *ListProvisionConfigsRequest + func (s ListProvisionConfigsRequest) GoString() string + func (s ListProvisionConfigsRequest) String() string + type ListProvisionConfigsResponse struct + Body *ListProvisionConfigsOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListProvisionConfigsResponse) SetBody(v *ListProvisionConfigsOutput) *ListProvisionConfigsResponse + func (s *ListProvisionConfigsResponse) SetHeaders(v map[string]*string) *ListProvisionConfigsResponse + func (s *ListProvisionConfigsResponse) SetStatusCode(v int32) *ListProvisionConfigsResponse + func (s ListProvisionConfigsResponse) GoString() string + func (s ListProvisionConfigsResponse) String() string + type ListTaggedResourcesOutput struct + NextToken *string + Resources []*Resource + func (s *ListTaggedResourcesOutput) SetNextToken(v string) *ListTaggedResourcesOutput + func (s *ListTaggedResourcesOutput) SetResources(v []*Resource) *ListTaggedResourcesOutput + func (s ListTaggedResourcesOutput) GoString() string + func (s ListTaggedResourcesOutput) String() string + type ListTaggedResourcesRequest struct + Limit *int32 + NextToken *string + func (s *ListTaggedResourcesRequest) SetLimit(v int32) *ListTaggedResourcesRequest + func (s *ListTaggedResourcesRequest) SetNextToken(v string) *ListTaggedResourcesRequest + func (s ListTaggedResourcesRequest) GoString() string + func (s ListTaggedResourcesRequest) String() string + type ListTaggedResourcesResponse struct + Body *ListTaggedResourcesOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListTaggedResourcesResponse) SetBody(v *ListTaggedResourcesOutput) *ListTaggedResourcesResponse + func (s *ListTaggedResourcesResponse) SetHeaders(v map[string]*string) *ListTaggedResourcesResponse + func (s *ListTaggedResourcesResponse) SetStatusCode(v int32) *ListTaggedResourcesResponse + func (s ListTaggedResourcesResponse) GoString() string + func (s ListTaggedResourcesResponse) String() string + type ListTriggersOutput struct + NextToken *string + Triggers []*Trigger + func (s *ListTriggersOutput) SetNextToken(v string) *ListTriggersOutput + func (s *ListTriggersOutput) SetTriggers(v []*Trigger) *ListTriggersOutput + func (s ListTriggersOutput) GoString() string + func (s ListTriggersOutput) String() string + type ListTriggersRequest struct + Limit *int32 + NextToken *string + Prefix *string + func (s *ListTriggersRequest) SetLimit(v int32) *ListTriggersRequest + func (s *ListTriggersRequest) SetNextToken(v string) *ListTriggersRequest + func (s *ListTriggersRequest) SetPrefix(v string) *ListTriggersRequest + func (s ListTriggersRequest) GoString() string + func (s ListTriggersRequest) String() string + type ListTriggersResponse struct + Body *ListTriggersOutput + Headers map[string]*string + StatusCode *int32 + func (s *ListTriggersResponse) SetBody(v *ListTriggersOutput) *ListTriggersResponse + func (s *ListTriggersResponse) SetHeaders(v map[string]*string) *ListTriggersResponse + func (s *ListTriggersResponse) SetStatusCode(v int32) *ListTriggersResponse + func (s ListTriggersResponse) GoString() string + func (s ListTriggersResponse) String() string + type ListVersionsOutput struct + Direction *string + NextToken *string + Versions []*Version + func (s *ListVersionsOutput) SetDirection(v string) *ListVersionsOutput + func (s *ListVersionsOutput) SetNextToken(v string) *ListVersionsOutput + func (s *ListVersionsOutput) SetVersions(v []*Version) *ListVersionsOutput + func (s ListVersionsOutput) GoString() string + func (s ListVersionsOutput) String() string + type LogConfig struct + EnableInstanceMetrics *bool + EnableRequestMetrics *bool + LogBeginRule *string + Logstore *string + Project *string + func (s *LogConfig) SetEnableInstanceMetrics(v bool) *LogConfig + func (s *LogConfig) SetEnableRequestMetrics(v bool) *LogConfig + func (s *LogConfig) SetLogBeginRule(v string) *LogConfig + func (s *LogConfig) SetLogstore(v string) *LogConfig + func (s *LogConfig) SetProject(v string) *LogConfig + func (s LogConfig) GoString() string + func (s LogConfig) String() string + type NASConfig struct + GroupId *int32 + MountPoints []*NASMountConfig + UserId *int32 + func (s *NASConfig) SetGroupId(v int32) *NASConfig + func (s *NASConfig) SetMountPoints(v []*NASMountConfig) *NASConfig + func (s *NASConfig) SetUserId(v int32) *NASConfig + func (s NASConfig) GoString() string + func (s NASConfig) String() string + type NASMountConfig struct + EnableTLS *bool + MountDir *string + ServerAddr *string + func (s *NASMountConfig) SetEnableTLS(v bool) *NASMountConfig + func (s *NASMountConfig) SetMountDir(v string) *NASMountConfig + func (s *NASMountConfig) SetServerAddr(v string) *NASMountConfig + func (s NASMountConfig) GoString() string + func (s NASMountConfig) String() string + type OSSMountConfig struct + MountPoints []*OSSMountPoint + func (s *OSSMountConfig) SetMountPoints(v []*OSSMountPoint) *OSSMountConfig + func (s OSSMountConfig) GoString() string + func (s OSSMountConfig) String() string + type OSSMountPoint struct + BucketName *string + BucketPath *string + Endpoint *string + MountDir *string + ReadOnly *bool + func (s *OSSMountPoint) SetBucketName(v string) *OSSMountPoint + func (s *OSSMountPoint) SetBucketPath(v string) *OSSMountPoint + func (s *OSSMountPoint) SetEndpoint(v string) *OSSMountPoint + func (s *OSSMountPoint) SetMountDir(v string) *OSSMountPoint + func (s *OSSMountPoint) SetReadOnly(v bool) *OSSMountPoint + func (s OSSMountPoint) GoString() string + func (s OSSMountPoint) String() string + type OutputCodeLocation struct + Location *string + RepositoryType *string + func (s *OutputCodeLocation) SetLocation(v string) *OutputCodeLocation + func (s *OutputCodeLocation) SetRepositoryType(v string) *OutputCodeLocation + func (s OutputCodeLocation) GoString() string + func (s OutputCodeLocation) String() string + type OutputFuncCode struct + Checksum *string + Url *string + func (s *OutputFuncCode) SetChecksum(v string) *OutputFuncCode + func (s *OutputFuncCode) SetUrl(v string) *OutputFuncCode + func (s OutputFuncCode) GoString() string + func (s OutputFuncCode) String() string + type PathConfig struct + AccountId *string + FunctionName *string + InnerRewriteConfig *InnerRewriteConfig + Methods []*string + Path *string + Qualifier *string + RewriteConfig *RewriteConfig + ServiceName *string + func (s *PathConfig) SetAccountId(v string) *PathConfig + func (s *PathConfig) SetFunctionName(v string) *PathConfig + func (s *PathConfig) SetInnerRewriteConfig(v *InnerRewriteConfig) *PathConfig + func (s *PathConfig) SetMethods(v []*string) *PathConfig + func (s *PathConfig) SetPath(v string) *PathConfig + func (s *PathConfig) SetQualifier(v string) *PathConfig + func (s *PathConfig) SetRewriteConfig(v *RewriteConfig) *PathConfig + func (s *PathConfig) SetServiceName(v string) *PathConfig + func (s PathConfig) GoString() string + func (s PathConfig) String() string + type PolicyItem struct + Key *string + Operator *string + Type *string + Value *string + func (s *PolicyItem) SetKey(v string) *PolicyItem + func (s *PolicyItem) SetOperator(v string) *PolicyItem + func (s *PolicyItem) SetType(v string) *PolicyItem + func (s *PolicyItem) SetValue(v string) *PolicyItem + func (s PolicyItem) GoString() string + func (s PolicyItem) String() string + type ProvisionConfig struct + AlwaysAllocateCPU *bool + Current *int64 + CurrentError *string + FunctionArn *string + ScheduledActions []*ScheduledAction + Target *int64 + TargetTrackingPolicies []*TargetTrackingPolicy + func (s *ProvisionConfig) SetAlwaysAllocateCPU(v bool) *ProvisionConfig + func (s *ProvisionConfig) SetCurrent(v int64) *ProvisionConfig + func (s *ProvisionConfig) SetCurrentError(v string) *ProvisionConfig + func (s *ProvisionConfig) SetFunctionArn(v string) *ProvisionConfig + func (s *ProvisionConfig) SetScheduledActions(v []*ScheduledAction) *ProvisionConfig + func (s *ProvisionConfig) SetTarget(v int64) *ProvisionConfig + func (s *ProvisionConfig) SetTargetTrackingPolicies(v []*TargetTrackingPolicy) *ProvisionConfig + func (s ProvisionConfig) GoString() string + func (s ProvisionConfig) String() string + type PublishFunctionVersionRequest struct + Request *PublishVersionInput + func (s *PublishFunctionVersionRequest) SetRequest(v *PublishVersionInput) *PublishFunctionVersionRequest + func (s PublishFunctionVersionRequest) GoString() string + func (s PublishFunctionVersionRequest) String() string + type PublishFunctionVersionResponse struct + Body *Version + Headers map[string]*string + StatusCode *int32 + func (s *PublishFunctionVersionResponse) SetBody(v *Version) *PublishFunctionVersionResponse + func (s *PublishFunctionVersionResponse) SetHeaders(v map[string]*string) *PublishFunctionVersionResponse + func (s *PublishFunctionVersionResponse) SetStatusCode(v int32) *PublishFunctionVersionResponse + func (s PublishFunctionVersionResponse) GoString() string + func (s PublishFunctionVersionResponse) String() string + type PublishVersionInput struct + Description *string + func (s *PublishVersionInput) SetDescription(v string) *PublishVersionInput + func (s PublishVersionInput) GoString() string + func (s PublishVersionInput) String() string + type PutAsyncInvokeConfigInput struct + DestinationConfig *DestinationConfig + MaxAsyncEventAgeInSeconds *int64 + MaxAsyncRetryAttempts *int64 + func (s *PutAsyncInvokeConfigInput) SetDestinationConfig(v *DestinationConfig) *PutAsyncInvokeConfigInput + func (s *PutAsyncInvokeConfigInput) SetMaxAsyncEventAgeInSeconds(v int64) *PutAsyncInvokeConfigInput + func (s *PutAsyncInvokeConfigInput) SetMaxAsyncRetryAttempts(v int64) *PutAsyncInvokeConfigInput + func (s PutAsyncInvokeConfigInput) GoString() string + func (s PutAsyncInvokeConfigInput) String() string + type PutAsyncInvokeConfigRequest struct + Qualifier *string + Request *PutAsyncInvokeConfigInput + func (s *PutAsyncInvokeConfigRequest) SetQualifier(v string) *PutAsyncInvokeConfigRequest + func (s *PutAsyncInvokeConfigRequest) SetRequest(v *PutAsyncInvokeConfigInput) *PutAsyncInvokeConfigRequest + func (s PutAsyncInvokeConfigRequest) GoString() string + func (s PutAsyncInvokeConfigRequest) String() string + type PutAsyncInvokeConfigResponse struct + Body *AsyncConfig + Headers map[string]*string + StatusCode *int32 + func (s *PutAsyncInvokeConfigResponse) SetBody(v *AsyncConfig) *PutAsyncInvokeConfigResponse + func (s *PutAsyncInvokeConfigResponse) SetHeaders(v map[string]*string) *PutAsyncInvokeConfigResponse + func (s *PutAsyncInvokeConfigResponse) SetStatusCode(v int32) *PutAsyncInvokeConfigResponse + func (s PutAsyncInvokeConfigResponse) GoString() string + func (s PutAsyncInvokeConfigResponse) String() string + type PutConcurrencyConfigRequest struct + Request *PutConcurrencyInput + func (s *PutConcurrencyConfigRequest) SetRequest(v *PutConcurrencyInput) *PutConcurrencyConfigRequest + func (s PutConcurrencyConfigRequest) GoString() string + func (s PutConcurrencyConfigRequest) String() string + type PutConcurrencyConfigResponse struct + Body *ConcurrencyConfig + Headers map[string]*string + StatusCode *int32 + func (s *PutConcurrencyConfigResponse) SetBody(v *ConcurrencyConfig) *PutConcurrencyConfigResponse + func (s *PutConcurrencyConfigResponse) SetHeaders(v map[string]*string) *PutConcurrencyConfigResponse + func (s *PutConcurrencyConfigResponse) SetStatusCode(v int32) *PutConcurrencyConfigResponse + func (s PutConcurrencyConfigResponse) GoString() string + func (s PutConcurrencyConfigResponse) String() string + type PutConcurrencyInput struct + ReservedConcurrency *int64 + func (s *PutConcurrencyInput) SetReservedConcurrency(v int64) *PutConcurrencyInput + func (s PutConcurrencyInput) GoString() string + func (s PutConcurrencyInput) String() string + type PutLayerACLRequest struct + Public *string + func (s *PutLayerACLRequest) SetPublic(v string) *PutLayerACLRequest + func (s PutLayerACLRequest) GoString() string + func (s PutLayerACLRequest) String() string + type PutLayerACLResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *PutLayerACLResponse) SetHeaders(v map[string]*string) *PutLayerACLResponse + func (s *PutLayerACLResponse) SetStatusCode(v int32) *PutLayerACLResponse + func (s PutLayerACLResponse) GoString() string + func (s PutLayerACLResponse) String() string + type PutProvisionConfigInput struct + AlwaysAllocateCPU *bool + ScheduledActions []*ScheduledAction + Target *int64 + TargetTrackingPolicies []*TargetTrackingPolicy + func (s *PutProvisionConfigInput) SetAlwaysAllocateCPU(v bool) *PutProvisionConfigInput + func (s *PutProvisionConfigInput) SetScheduledActions(v []*ScheduledAction) *PutProvisionConfigInput + func (s *PutProvisionConfigInput) SetTarget(v int64) *PutProvisionConfigInput + func (s *PutProvisionConfigInput) SetTargetTrackingPolicies(v []*TargetTrackingPolicy) *PutProvisionConfigInput + func (s PutProvisionConfigInput) GoString() string + func (s PutProvisionConfigInput) String() string + type PutProvisionConfigRequest struct + Qualifier *string + Request *PutProvisionConfigInput + func (s *PutProvisionConfigRequest) SetQualifier(v string) *PutProvisionConfigRequest + func (s *PutProvisionConfigRequest) SetRequest(v *PutProvisionConfigInput) *PutProvisionConfigRequest + func (s PutProvisionConfigRequest) GoString() string + func (s PutProvisionConfigRequest) String() string + type PutProvisionConfigResponse struct + Body *ProvisionConfig + Headers map[string]*string + StatusCode *int32 + func (s *PutProvisionConfigResponse) SetBody(v *ProvisionConfig) *PutProvisionConfigResponse + func (s *PutProvisionConfigResponse) SetHeaders(v map[string]*string) *PutProvisionConfigResponse + func (s *PutProvisionConfigResponse) SetStatusCode(v int32) *PutProvisionConfigResponse + func (s PutProvisionConfigResponse) GoString() string + func (s PutProvisionConfigResponse) String() string + type RegexRule struct + Match *string + Replacement *string + func (s *RegexRule) SetMatch(v string) *RegexRule + func (s *RegexRule) SetReplacement(v string) *RegexRule + func (s RegexRule) GoString() string + func (s RegexRule) String() string + type Resource struct + ResourceArn *string + Tags map[string]*string + func (s *Resource) SetResourceArn(v string) *Resource + func (s *Resource) SetTags(v map[string]*string) *Resource + func (s Resource) GoString() string + func (s Resource) String() string + type RewriteConfig struct + EqualRules []*EqualRule + RegexRules []*RegexRule + WildcardRules []*WildcardRule + func (s *RewriteConfig) SetEqualRules(v []*EqualRule) *RewriteConfig + func (s *RewriteConfig) SetRegexRules(v []*RegexRule) *RewriteConfig + func (s *RewriteConfig) SetWildcardRules(v []*WildcardRule) *RewriteConfig + func (s RewriteConfig) GoString() string + func (s RewriteConfig) String() string + type RewriteRegexRule struct + RegexStr *string + Replacement *string + func (s *RewriteRegexRule) SetRegexStr(v string) *RewriteRegexRule + func (s *RewriteRegexRule) SetReplacement(v string) *RewriteRegexRule + func (s RewriteRegexRule) GoString() string + func (s RewriteRegexRule) String() string + type RouteConfig struct + Routes []*PathConfig + func (s *RouteConfig) SetRoutes(v []*PathConfig) *RouteConfig + func (s RouteConfig) GoString() string + func (s RouteConfig) String() string + type RoutePolicy struct + Condition *string + PolicyItems []*PolicyItem + func (s *RoutePolicy) SetCondition(v string) *RoutePolicy + func (s *RoutePolicy) SetPolicyItems(v []*PolicyItem) *RoutePolicy + func (s RoutePolicy) GoString() string + func (s RoutePolicy) String() string + type ScheduledAction struct + EndTime *string + Name *string + ScheduleExpression *string + StartTime *string + Target *int64 + func (s *ScheduledAction) SetEndTime(v string) *ScheduledAction + func (s *ScheduledAction) SetName(v string) *ScheduledAction + func (s *ScheduledAction) SetScheduleExpression(v string) *ScheduledAction + func (s *ScheduledAction) SetStartTime(v string) *ScheduledAction + func (s *ScheduledAction) SetTarget(v int64) *ScheduledAction + func (s ScheduledAction) GoString() string + func (s ScheduledAction) String() string + type TLSConfig struct + CipherSuites []*string + MaxVersion *string + MinVersion *string + func (s *TLSConfig) SetCipherSuites(v []*string) *TLSConfig + func (s *TLSConfig) SetMaxVersion(v string) *TLSConfig + func (s *TLSConfig) SetMinVersion(v string) *TLSConfig + func (s TLSConfig) GoString() string + func (s TLSConfig) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + ResourceType *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetResourceType(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceRequest struct + Request *TagResourceInput + func (s *TagResourceRequest) SetRequest(v *TagResourceInput) *TagResourceRequest + func (s TagResourceRequest) GoString() string + func (s TagResourceRequest) String() string + type TagResourceResponse struct + Body *Tag + Headers map[string]*string + StatusCode *int32 + func (s *TagResourceResponse) SetBody(v *Tag) *TagResourceResponse + func (s *TagResourceResponse) SetHeaders(v map[string]*string) *TagResourceResponse + func (s *TagResourceResponse) SetStatusCode(v int32) *TagResourceResponse + func (s TagResourceResponse) GoString() string + func (s TagResourceResponse) String() string + type TargetTrackingPolicy struct + EndTime *string + MaxCapacity *int64 + MetricTarget *float32 + MetricType *string + MinCapacity *int64 + Name *string + StartTime *string + func (s *TargetTrackingPolicy) SetEndTime(v string) *TargetTrackingPolicy + func (s *TargetTrackingPolicy) SetMaxCapacity(v int64) *TargetTrackingPolicy + func (s *TargetTrackingPolicy) SetMetricTarget(v float32) *TargetTrackingPolicy + func (s *TargetTrackingPolicy) SetMetricType(v string) *TargetTrackingPolicy + func (s *TargetTrackingPolicy) SetMinCapacity(v int64) *TargetTrackingPolicy + func (s *TargetTrackingPolicy) SetName(v string) *TargetTrackingPolicy + func (s *TargetTrackingPolicy) SetStartTime(v string) *TargetTrackingPolicy + func (s TargetTrackingPolicy) GoString() string + func (s TargetTrackingPolicy) String() string + type TracingConfig struct + Params map[string]*string + Type *string + func (s *TracingConfig) SetParams(v map[string]*string) *TracingConfig + func (s *TracingConfig) SetType(v string) *TracingConfig + func (s TracingConfig) GoString() string + func (s TracingConfig) String() string + type Trigger struct + CreatedTime *string + Description *string + HttpTrigger *HTTPTrigger + InvocationRole *string + LastModifiedTime *string + Qualifier *string + SourceArn *string + Status *string + TargetArn *string + TriggerConfig *string + TriggerId *string + TriggerName *string + TriggerType *string + func (s *Trigger) SetCreatedTime(v string) *Trigger + func (s *Trigger) SetDescription(v string) *Trigger + func (s *Trigger) SetHttpTrigger(v *HTTPTrigger) *Trigger + func (s *Trigger) SetInvocationRole(v string) *Trigger + func (s *Trigger) SetLastModifiedTime(v string) *Trigger + func (s *Trigger) SetQualifier(v string) *Trigger + func (s *Trigger) SetSourceArn(v string) *Trigger + func (s *Trigger) SetStatus(v string) *Trigger + func (s *Trigger) SetTargetArn(v string) *Trigger + func (s *Trigger) SetTriggerConfig(v string) *Trigger + func (s *Trigger) SetTriggerId(v string) *Trigger + func (s *Trigger) SetTriggerName(v string) *Trigger + func (s *Trigger) SetTriggerType(v string) *Trigger + func (s Trigger) GoString() string + func (s Trigger) String() string + type UntagResourceRequest struct + All *bool + Arn *string + TagKeys *string + func (s *UntagResourceRequest) SetAll(v bool) *UntagResourceRequest + func (s *UntagResourceRequest) SetArn(v string) *UntagResourceRequest + func (s *UntagResourceRequest) SetTagKeys(v string) *UntagResourceRequest + func (s UntagResourceRequest) GoString() string + func (s UntagResourceRequest) String() string + type UntagResourceResponse struct + Headers map[string]*string + StatusCode *int32 + func (s *UntagResourceResponse) SetHeaders(v map[string]*string) *UntagResourceResponse + func (s *UntagResourceResponse) SetStatusCode(v int32) *UntagResourceResponse + func (s UntagResourceResponse) GoString() string + func (s UntagResourceResponse) String() string + type UpdateAliasInput struct + AdditionalVersionWeight map[string]*float32 + Description *string + VersionId *string + func (s *UpdateAliasInput) SetAdditionalVersionWeight(v map[string]*float32) *UpdateAliasInput + func (s *UpdateAliasInput) SetDescription(v string) *UpdateAliasInput + func (s *UpdateAliasInput) SetVersionId(v string) *UpdateAliasInput + func (s UpdateAliasInput) GoString() string + func (s UpdateAliasInput) String() string + type UpdateAliasRequest struct + Request *UpdateAliasInput + func (s *UpdateAliasRequest) SetRequest(v *UpdateAliasInput) *UpdateAliasRequest + func (s UpdateAliasRequest) GoString() string + func (s UpdateAliasRequest) String() string + type UpdateAliasResponse struct + Body *Alias + Headers map[string]*string + StatusCode *int32 + func (s *UpdateAliasResponse) SetBody(v *Alias) *UpdateAliasResponse + func (s *UpdateAliasResponse) SetHeaders(v map[string]*string) *UpdateAliasResponse + func (s *UpdateAliasResponse) SetStatusCode(v int32) *UpdateAliasResponse + func (s UpdateAliasResponse) GoString() string + func (s UpdateAliasResponse) String() string + type UpdateCustomDomainInput struct + CertConfig *CertConfig + Protocol *string + RouteConfig *RouteConfig + TlsConfig *TLSConfig + WafConfig *WAFConfig + func (s *UpdateCustomDomainInput) SetCertConfig(v *CertConfig) *UpdateCustomDomainInput + func (s *UpdateCustomDomainInput) SetProtocol(v string) *UpdateCustomDomainInput + func (s *UpdateCustomDomainInput) SetRouteConfig(v *RouteConfig) *UpdateCustomDomainInput + func (s *UpdateCustomDomainInput) SetTlsConfig(v *TLSConfig) *UpdateCustomDomainInput + func (s *UpdateCustomDomainInput) SetWafConfig(v *WAFConfig) *UpdateCustomDomainInput + func (s UpdateCustomDomainInput) GoString() string + func (s UpdateCustomDomainInput) String() string + type UpdateCustomDomainRequest struct + Request *UpdateCustomDomainInput + func (s *UpdateCustomDomainRequest) SetRequest(v *UpdateCustomDomainInput) *UpdateCustomDomainRequest + func (s UpdateCustomDomainRequest) GoString() string + func (s UpdateCustomDomainRequest) String() string + type UpdateCustomDomainResponse struct + Body *CustomDomain + Headers map[string]*string + StatusCode *int32 + func (s *UpdateCustomDomainResponse) SetBody(v *CustomDomain) *UpdateCustomDomainResponse + func (s *UpdateCustomDomainResponse) SetHeaders(v map[string]*string) *UpdateCustomDomainResponse + func (s *UpdateCustomDomainResponse) SetStatusCode(v int32) *UpdateCustomDomainResponse + func (s UpdateCustomDomainResponse) GoString() string + func (s UpdateCustomDomainResponse) String() string + type UpdateFunctionInput struct + Code *InputCodeLocation + Cpu *float32 + CustomContainerConfig *CustomContainerConfig + CustomDNS *CustomDNS + CustomRuntimeConfig *CustomRuntimeConfig + Description *string + DiskSize *int32 + EnvironmentVariables map[string]*string + GpuConfig *GPUConfig + Handler *string + InstanceConcurrency *int32 + InstanceLifecycleConfig *InstanceLifecycleConfig + InternetAccess *bool + Layers []*string + LogConfig *LogConfig + MemorySize *int32 + NasConfig *NASConfig + OssMountConfig *OSSMountConfig + Role *string + Runtime *string + Timeout *int32 + TracingConfig *TracingConfig + VpcBinding *VPCBinding + VpcConfig *VPCConfig + func (s *UpdateFunctionInput) SetCode(v *InputCodeLocation) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetCpu(v float32) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetCustomContainerConfig(v *CustomContainerConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetCustomDNS(v *CustomDNS) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetCustomRuntimeConfig(v *CustomRuntimeConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetDescription(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetDiskSize(v int32) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetEnvironmentVariables(v map[string]*string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetGpuConfig(v *GPUConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetHandler(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetInstanceConcurrency(v int32) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetInstanceLifecycleConfig(v *InstanceLifecycleConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetInternetAccess(v bool) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetLayers(v []*string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetLogConfig(v *LogConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetMemorySize(v int32) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetNasConfig(v *NASConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetOssMountConfig(v *OSSMountConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetRole(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetRuntime(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetTimeout(v int32) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetTracingConfig(v *TracingConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetVpcBinding(v *VPCBinding) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetVpcConfig(v *VPCConfig) *UpdateFunctionInput + func (s UpdateFunctionInput) GoString() string + func (s UpdateFunctionInput) String() string + type UpdateFunctionRequest struct + Request *UpdateFunctionInput + func (s *UpdateFunctionRequest) SetRequest(v *UpdateFunctionInput) *UpdateFunctionRequest + func (s UpdateFunctionRequest) GoString() string + func (s UpdateFunctionRequest) String() string + type UpdateFunctionResponse struct + Body *Function + Headers map[string]*string + StatusCode *int32 + func (s *UpdateFunctionResponse) SetBody(v *Function) *UpdateFunctionResponse + func (s *UpdateFunctionResponse) SetHeaders(v map[string]*string) *UpdateFunctionResponse + func (s *UpdateFunctionResponse) SetStatusCode(v int32) *UpdateFunctionResponse + func (s UpdateFunctionResponse) GoString() string + func (s UpdateFunctionResponse) String() string + type UpdateTriggerInput struct + Description *string + InvocationRole *string + Qualifier *string + TriggerConfig *string + func (s *UpdateTriggerInput) SetDescription(v string) *UpdateTriggerInput + func (s *UpdateTriggerInput) SetInvocationRole(v string) *UpdateTriggerInput + func (s *UpdateTriggerInput) SetQualifier(v string) *UpdateTriggerInput + func (s *UpdateTriggerInput) SetTriggerConfig(v string) *UpdateTriggerInput + func (s UpdateTriggerInput) GoString() string + func (s UpdateTriggerInput) String() string + type UpdateTriggerRequest struct + Request *UpdateTriggerInput + func (s *UpdateTriggerRequest) SetRequest(v *UpdateTriggerInput) *UpdateTriggerRequest + func (s UpdateTriggerRequest) GoString() string + func (s UpdateTriggerRequest) String() string + type UpdateTriggerResponse struct + Body *Trigger + Headers map[string]*string + StatusCode *int32 + func (s *UpdateTriggerResponse) SetBody(v *Trigger) *UpdateTriggerResponse + func (s *UpdateTriggerResponse) SetHeaders(v map[string]*string) *UpdateTriggerResponse + func (s *UpdateTriggerResponse) SetStatusCode(v int32) *UpdateTriggerResponse + func (s UpdateTriggerResponse) GoString() string + func (s UpdateTriggerResponse) String() string + type VPCBinding struct + VpcIds []*string + func (s *VPCBinding) SetVpcIds(v []*string) *VPCBinding + func (s VPCBinding) GoString() string + func (s VPCBinding) String() string + type VPCConfig struct + SecurityGroupId *string + VSwitchIds []*string + VpcId *string + func (s *VPCConfig) SetSecurityGroupId(v string) *VPCConfig + func (s *VPCConfig) SetVSwitchIds(v []*string) *VPCConfig + func (s *VPCConfig) SetVpcId(v string) *VPCConfig + func (s VPCConfig) GoString() string + func (s VPCConfig) String() string + type Version struct + CreatedTime *string + Description *string + FunctionVersionArn *string + LastModifiedTime *string + VersionId *string + func (s *Version) SetCreatedTime(v string) *Version + func (s *Version) SetDescription(v string) *Version + func (s *Version) SetFunctionVersionArn(v string) *Version + func (s *Version) SetLastModifiedTime(v string) *Version + func (s *Version) SetVersionId(v string) *Version + func (s Version) GoString() string + func (s Version) String() string + type WAFConfig struct + EnableWAF *bool + func (s *WAFConfig) SetEnableWAF(v bool) *WAFConfig + func (s WAFConfig) GoString() string + func (s WAFConfig) String() string + type WildcardRule struct + Match *string + Replacement *string + func (s *WildcardRule) SetMatch(v string) *WildcardRule + func (s *WildcardRule) SetReplacement(v string) *WildcardRule + func (s WildcardRule) GoString() string + func (s WildcardRule) String() string Other modules containing this package github.com/alibabacloud-go/fc-20230330/v2 github.com/alibabacloud-go/fc-20230330/v3 github.com/alibabacloud-go/fc-20230330/v4