Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + const BearerAuthScopes + var ErrForbidden = errors.New("forbidden") + var ErrUnauthorized = errors.New("unauthorized") + func AddHeaders(header http.Header, token string) http.Header + func ErrorFromResponse(v any) error + func ListAll[T any, P paginationParams](ctx context.Context, params P, ...) ([]T, error) + func NewAddDiskRequest(server string, body AddDiskJSONRequestBody) (*http.Request, error) + func NewAddDiskRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewAddHeadersRequest(server string, serviceId ServiceIdParam, body AddHeadersJSONRequestBody) (*http.Request, error) + func NewAddHeadersRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewAddOrUpdateSecretFileRequest(server string, serviceId ServiceIdParam, secretFileName string, ...) (*http.Request, error) + func NewAddOrUpdateSecretFileRequestWithBody(server string, serviceId ServiceIdParam, secretFileName string, ...) (*http.Request, error) + func NewAddResourcesToEnvironmentRequest(server string, environmentId string, ...) (*http.Request, error) + func NewAddResourcesToEnvironmentRequestWithBody(server string, environmentId string, contentType string, body io.Reader) (*http.Request, error) + func NewAddRouteRequest(server string, serviceId ServiceIdParam, body AddRouteJSONRequestBody) (*http.Request, error) + func NewAddRouteRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewAutoscaleServiceRequest(server string, serviceId ServiceIdParam, body AutoscaleServiceJSONRequestBody) (*http.Request, error) + func NewAutoscaleServiceRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewCancelCronJobRunRequest(server string, cronJobId CronJobIdParam) (*http.Request, error) + func NewCancelDeployRequest(server string, serviceId ServiceIdParam, deployId DeployIdParam) (*http.Request, error) + func NewCancelJobRequest(server string, serviceId ServiceIdParam, jobId externalRef4.JobId) (*http.Request, error) + func NewCreateCustomDomainRequest(server string, serviceId ServiceIdParam, ...) (*http.Request, error) + func NewCreateCustomDomainRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewCreateDeployRequest(server string, serviceId ServiceIdParam, body CreateDeployJSONRequestBody) (*http.Request, error) + func NewCreateDeployRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewCreateEnvGroupRequest(server string, body CreateEnvGroupJSONRequestBody) (*http.Request, error) + func NewCreateEnvGroupRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateEnvironmentRequest(server string, body CreateEnvironmentJSONRequestBody) (*http.Request, error) + func NewCreateEnvironmentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreatePostgresBackupRequest(server string, postgresId string) (*http.Request, error) + func NewCreatePostgresRequest(server string, body CreatePostgresJSONRequestBody) (*http.Request, error) + func NewCreatePostgresRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateProjectRequest(server string, body CreateProjectJSONRequestBody) (*http.Request, error) + func NewCreateProjectRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateRedisRequest(server string, body CreateRedisJSONRequestBody) (*http.Request, error) + func NewCreateRedisRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateRegistryCredentialRequest(server string, body CreateRegistryCredentialJSONRequestBody) (*http.Request, error) + func NewCreateRegistryCredentialRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateServiceRequest(server string, body CreateServiceJSONRequestBody) (*http.Request, error) + func NewCreateServiceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewDeleteAutoscalingConfigRequest(server string, serviceId ServiceIdParam) (*http.Request, error) + func NewDeleteCustomDomainRequest(server string, serviceId ServiceIdParam, ...) (*http.Request, error) + func NewDeleteDiskRequest(server string, diskId externalRef2.DiskId) (*http.Request, error) + func NewDeleteEnvGroupEnvVarRequest(server string, envGroupId string, envVarKey EnvVarKeyParam) (*http.Request, error) + func NewDeleteEnvGroupRequest(server string, envGroupId string) (*http.Request, error) + func NewDeleteEnvGroupSecretFileRequest(server string, envGroupId EnvGroupIdParam, secretFileName SecretFileNameParam) (*http.Request, error) + func NewDeleteEnvVarRequest(server string, serviceId ServiceIdParam, envVarKey EnvVarKeyParam) (*http.Request, error) + func NewDeleteEnvironmentRequest(server string, environmentId string) (*http.Request, error) + func NewDeleteHeaderRequest(server string, serviceId ServiceIdParam, headerId string) (*http.Request, error) + func NewDeleteOwnerLogStreamRequest(server string, ownerId string) (*http.Request, error) + func NewDeletePostgresRequest(server string, postgresId string) (*http.Request, error) + func NewDeleteProjectRequest(server string, projectId string) (*http.Request, error) + func NewDeleteRedisRequest(server string, redisId string) (*http.Request, error) + func NewDeleteRegistryCredentialRequest(server string, registryCredentialId string) (*http.Request, error) + func NewDeleteResourceLogStreamRequest(server string, resourceId string) (*http.Request, error) + func NewDeleteRouteRequest(server string, serviceId ServiceIdParam, routeId string) (*http.Request, error) + func NewDeleteSecretFileRequest(server string, serviceId ServiceIdParam, secretFileName string) (*http.Request, error) + func NewDeleteServiceRequest(server string, serviceId ServiceIdParam) (*http.Request, error) + func NewDisconnectBlueprintRequest(server string, blueprintId externalRef1.BlueprintId) (*http.Request, error) + func NewFailoverPostgresRequest(server string, postgresId string) (*http.Request, error) + func NewGetActiveConnectionsRequest(server string, params *GetActiveConnectionsParams) (*http.Request, error) + func NewGetBandwidthRequest(server string, params *GetBandwidthParams) (*http.Request, error) + func NewGetCpuLimitRequest(server string, params *GetCpuLimitParams) (*http.Request, error) + func NewGetCpuRequest(server string, params *GetCpuParams) (*http.Request, error) + func NewGetCpuTargetRequest(server string, params *GetCpuTargetParams) (*http.Request, error) + func NewGetDiskCapacityRequest(server string, params *GetDiskCapacityParams) (*http.Request, error) + func NewGetDiskUsageRequest(server string, params *GetDiskUsageParams) (*http.Request, error) + func NewGetEnvVarsForServiceRequest(server string, serviceId ServiceIdParam, params *GetEnvVarsForServiceParams) (*http.Request, error) + func NewGetHttpLatencyRequest(server string, params *GetHttpLatencyParams) (*http.Request, error) + func NewGetHttpRequestsRequest(server string, params *GetHttpRequestsParams) (*http.Request, error) + func NewGetInstanceCountRequest(server string, params *GetInstanceCountParams) (*http.Request, error) + func NewGetMemoryLimitRequest(server string, params *GetMemoryLimitParams) (*http.Request, error) + func NewGetMemoryRequest(server string, params *GetMemoryParams) (*http.Request, error) + func NewGetMemoryTargetRequest(server string, params *GetMemoryTargetParams) (*http.Request, error) + func NewGetOwnerLogStreamRequest(server string, ownerId string) (*http.Request, error) + func NewGetReplicationLagRequest(server string, params *GetReplicationLagParams) (*http.Request, error) + func NewGetResourceLogStreamRequest(server string, resourceId string) (*http.Request, error) + func NewGetUserRequest(server string) (*http.Request, error) + func NewLinkServiceToEnvGroupRequest(server string, envGroupId EnvGroupIdParam, serviceId ServiceIdParam) (*http.Request, error) + func NewListApplicationFilterValuesRequest(server string, params *ListApplicationFilterValuesParams) (*http.Request, error) + func NewListBlueprintSyncsRequest(server string, blueprintId externalRef1.BlueprintId, ...) (*http.Request, error) + func NewListBlueprintsRequest(server string, params *ListBlueprintsParams) (*http.Request, error) + func NewListCustomDomainsRequest(server string, serviceId ServiceIdParam, params *ListCustomDomainsParams) (*http.Request, error) + func NewListDeploysRequest(server string, serviceId ServiceIdParam, params *ListDeploysParams) (*http.Request, error) + func NewListDisksRequest(server string, params *ListDisksParams) (*http.Request, error) + func NewListEnvGroupsRequest(server string, params *ListEnvGroupsParams) (*http.Request, error) + func NewListEnvironmentsRequest(server string, params *ListEnvironmentsParams) (*http.Request, error) + func NewListEventsRequest(server string, serviceId ServiceIdParam, params *ListEventsParams) (*http.Request, error) + func NewListHeadersRequest(server string, serviceId ServiceIdParam, params *ListHeadersParams) (*http.Request, error) + func NewListHttpFilterValuesRequest(server string, params *ListHttpFilterValuesParams) (*http.Request, error) + func NewListJobRequest(server string, serviceId ServiceIdParam, params *ListJobParams) (*http.Request, error) + func NewListLogsRequest(server string, params *ListLogsParams) (*http.Request, error) + func NewListLogsValuesRequest(server string, params *ListLogsValuesParams) (*http.Request, error) + func NewListMaintenanceRequest(server string, params *ListMaintenanceParams) (*http.Request, error) + func NewListNotificationOverridesRequest(server string, params *ListNotificationOverridesParams) (*http.Request, error) + func NewListOwnersRequest(server string, params *ListOwnersParams) (*http.Request, error) + func NewListPathFilterValuesRequest(server string, params *ListPathFilterValuesParams) (*http.Request, error) + func NewListPostgresBackupRequest(server string, postgresId string) (*http.Request, error) + func NewListPostgresRequest(server string, params *ListPostgresParams) (*http.Request, error) + func NewListProjectsRequest(server string, params *ListProjectsParams) (*http.Request, error) + func NewListRedisRequest(server string, params *ListRedisParams) (*http.Request, error) + func NewListRegistryCredentialsRequest(server string, params *ListRegistryCredentialsParams) (*http.Request, error) + func NewListResourceLogStreamsRequest(server string, params *ListResourceLogStreamsParams) (*http.Request, error) + func NewListRoutesRequest(server string, serviceId ServiceIdParam, params *ListRoutesParams) (*http.Request, error) + func NewListSecretFilesForServiceRequest(server string, serviceId ServiceIdParam, ...) (*http.Request, error) + func NewListServicesRequest(server string, params *ListServicesParams) (*http.Request, error) + func NewListSnapshotsRequest(server string, diskId string) (*http.Request, error) + func NewPatchOwnerNotificationSettingsRequest(server string, ownerId OwnerIdPathParam, ...) (*http.Request, error) + func NewPatchOwnerNotificationSettingsRequestWithBody(server string, ownerId OwnerIdPathParam, contentType string, body io.Reader) (*http.Request, error) + func NewPatchRouteRequest(server string, serviceId ServiceIdParam, body PatchRouteJSONRequestBody) (*http.Request, error) + func NewPatchRouteRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewPatchServiceNotificationOverridesRequest(server string, serviceId ServiceIdParam, ...) (*http.Request, error) + func NewPatchServiceNotificationOverridesRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewPostJobRequest(server string, serviceId ServiceIdParam, body PostJobJSONRequestBody) (*http.Request, error) + func NewPostJobRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewServiceRequest(server string, serviceId ServiceIdParam, body PreviewServiceJSONRequestBody) (*http.Request, error) + func NewPreviewServiceRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewPutRoutesRequest(server string, serviceId ServiceIdParam, body PutRoutesJSONRequestBody) (*http.Request, error) + func NewPutRoutesRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewRecoverPostgresRequest(server string, postgresId string, body RecoverPostgresJSONRequestBody) (*http.Request, error) + func NewRecoverPostgresRequestWithBody(server string, postgresId string, contentType string, body io.Reader) (*http.Request, error) + func NewRefreshCustomDomainRequest(server string, serviceId ServiceIdParam, ...) (*http.Request, error) + func NewRemoveResourcesFromEnvironmentRequest(server string, environmentId string, ...) (*http.Request, error) + func NewRestartPostgresRequest(server string, postgresId string) (*http.Request, error) + func NewRestartServiceRequest(server string, serviceId ServiceIdParam) (*http.Request, error) + func NewRestoreSnapshotRequest(server string, diskId string, body RestoreSnapshotJSONRequestBody) (*http.Request, error) + func NewRestoreSnapshotRequestWithBody(server string, diskId string, contentType string, body io.Reader) (*http.Request, error) + func NewResumePostgresRequest(server string, postgresId string) (*http.Request, error) + func NewResumeServiceRequest(server string, serviceId ServiceIdParam) (*http.Request, error) + func NewRetrieveBlueprintRequest(server string, blueprintId externalRef1.BlueprintId) (*http.Request, error) + func NewRetrieveCustomDomainRequest(server string, serviceId ServiceIdParam, ...) (*http.Request, error) + func NewRetrieveDeployRequest(server string, serviceId ServiceIdParam, deployId DeployIdParam) (*http.Request, error) + func NewRetrieveDiskRequest(server string, diskId externalRef2.DiskId) (*http.Request, error) + func NewRetrieveEnvGroupEnvVarRequest(server string, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam) (*http.Request, error) + func NewRetrieveEnvGroupRequest(server string, envGroupId EnvGroupIdParam) (*http.Request, error) + func NewRetrieveEnvGroupSecretFileRequest(server string, envGroupId EnvGroupIdParam, secretFileName SecretFileNameParam) (*http.Request, error) + func NewRetrieveEnvVarRequest(server string, serviceId ServiceIdParam, envVarKey EnvVarKeyParam) (*http.Request, error) + func NewRetrieveEnvironmentRequest(server string, environmentId string) (*http.Request, error) + func NewRetrieveJobRequest(server string, serviceId ServiceIdParam, jobId externalRef4.JobId) (*http.Request, error) + func NewRetrieveMaintenanceRequest(server string, maintenanceRunParam externalRef6.MaintenanceRunParam) (*http.Request, error) + func NewRetrieveOwnerNotificationSettingsRequest(server string, ownerId OwnerIdPathParam) (*http.Request, error) + func NewRetrieveOwnerRequest(server string, ownerId string) (*http.Request, error) + func NewRetrievePostgresConnectionInfoRequest(server string, postgresId string) (*http.Request, error) + func NewRetrievePostgresRecoveryInfoRequest(server string, postgresId string) (*http.Request, error) + func NewRetrievePostgresRequest(server string, postgresId string) (*http.Request, error) + func NewRetrieveProjectRequest(server string, projectId string) (*http.Request, error) + func NewRetrieveRedisConnectionInfoRequest(server string, redisId string) (*http.Request, error) + func NewRetrieveRedisRequest(server string, redisId string) (*http.Request, error) + func NewRetrieveRegistryCredentialRequest(server string, registryCredentialId string) (*http.Request, error) + func NewRetrieveSecretFileRequest(server string, serviceId ServiceIdParam, secretFileName string) (*http.Request, error) + func NewRetrieveServiceNotificationOverridesRequest(server string, serviceId ServiceIdParam) (*http.Request, error) + func NewRetrieveServiceRequest(server string, serviceId ServiceIdParam) (*http.Request, error) + func NewRollbackDeployRequest(server string, serviceId ServiceIdParam, body RollbackDeployJSONRequestBody) (*http.Request, error) + func NewRollbackDeployRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewRunCronJobRequest(server string, cronJobId CronJobIdParam) (*http.Request, error) + func NewScaleServiceRequest(server string, serviceId ServiceIdParam, body ScaleServiceJSONRequestBody) (*http.Request, error) + func NewScaleServiceRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewSubscribeLogsRequest(server string, params *SubscribeLogsParams) (*http.Request, error) + func NewSuspendPostgresRequest(server string, postgresId string) (*http.Request, error) + func NewSuspendServiceRequest(server string, serviceId ServiceIdParam) (*http.Request, error) + func NewTriggerMaintenanceRequest(server string, maintenanceRunParam externalRef6.MaintenanceRunParam) (*http.Request, error) + func NewUnlinkServiceFromEnvGroupRequest(server string, envGroupId string, serviceId string) (*http.Request, error) + func NewUpdateBlueprintRequest(server string, blueprintId externalRef1.BlueprintId, ...) (*http.Request, error) + func NewUpdateBlueprintRequestWithBody(server string, blueprintId externalRef1.BlueprintId, contentType string, ...) (*http.Request, error) + func NewUpdateDiskRequest(server string, diskId externalRef2.DiskId, body UpdateDiskJSONRequestBody) (*http.Request, error) + func NewUpdateDiskRequestWithBody(server string, diskId externalRef2.DiskId, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateEnvGroupEnvVarRequest(server string, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*http.Request, error) + func NewUpdateEnvGroupEnvVarRequestWithBody(server string, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*http.Request, error) + func NewUpdateEnvGroupRequest(server string, envGroupId string, body UpdateEnvGroupJSONRequestBody) (*http.Request, error) + func NewUpdateEnvGroupRequestWithBody(server string, envGroupId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateEnvGroupSecretFileRequest(server string, envGroupId string, secretFileName string, ...) (*http.Request, error) + func NewUpdateEnvGroupSecretFileRequestWithBody(server string, envGroupId string, secretFileName string, contentType string, ...) (*http.Request, error) + func NewUpdateEnvVarRequest(server string, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Request, error) + func NewUpdateEnvVarRequestWithBody(server string, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Request, error) + func NewUpdateEnvVarsForServiceRequest(server string, serviceId ServiceIdParam, ...) (*http.Request, error) + func NewUpdateEnvVarsForServiceRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateEnvironmentRequest(server string, environmentId string, body UpdateEnvironmentJSONRequestBody) (*http.Request, error) + func NewUpdateEnvironmentRequestWithBody(server string, environmentId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateHeadersRequest(server string, serviceId ServiceIdParam, body UpdateHeadersJSONRequestBody) (*http.Request, error) + func NewUpdateHeadersRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateMaintenanceRequest(server string, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Request, error) + func NewUpdateMaintenanceRequestWithBody(server string, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Request, error) + func NewUpdateOwnerLogStreamRequest(server string, ownerId string, body UpdateOwnerLogStreamJSONRequestBody) (*http.Request, error) + func NewUpdateOwnerLogStreamRequestWithBody(server string, ownerId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdatePostgresRequest(server string, postgresId string, body UpdatePostgresJSONRequestBody) (*http.Request, error) + func NewUpdatePostgresRequestWithBody(server string, postgresId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateProjectRequest(server string, projectId string, body UpdateProjectJSONRequestBody) (*http.Request, error) + func NewUpdateProjectRequestWithBody(server string, projectId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateRedisRequest(server string, redisId string, body UpdateRedisJSONRequestBody) (*http.Request, error) + func NewUpdateRedisRequestWithBody(server string, redisId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateRegistryCredentialRequest(server string, registryCredentialId string, ...) (*http.Request, error) + func NewUpdateRegistryCredentialRequestWithBody(server string, registryCredentialId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateResourceLogStreamRequest(server string, resourceId string, body UpdateResourceLogStreamJSONRequestBody) (*http.Request, error) + func NewUpdateResourceLogStreamRequestWithBody(server string, resourceId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateSecretFilesForServiceRequest(server string, serviceId ServiceIdParam, ...) (*http.Request, error) + func NewUpdateSecretFilesForServiceRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateServiceRequest(server string, serviceId ServiceIdParam, body UpdateServiceJSONRequestBody) (*http.Request, error) + func NewUpdateServiceRequestWithBody(server string, serviceId ServiceIdParam, contentType string, body io.Reader) (*http.Request, error) + type AddDiskJSONRequestBody = externalRef2.DiskPOST + type AddDiskResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *externalRef2.DiskDetails + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseAddDiskResponse(rsp *http.Response) (*AddDiskResponse, error) + func (r AddDiskResponse) Status() string + func (r AddDiskResponse) StatusCode() int + type AddHeadersJSONRequestBody = HeaderInput + type AddHeadersResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseAddHeadersResponse(rsp *http.Response) (*AddHeadersResponse, error) + func (r AddHeadersResponse) Status() string + func (r AddHeadersResponse) StatusCode() int + type AddOrUpdateSecretFileJSONBody struct + Content *string + type AddOrUpdateSecretFileJSONRequestBody AddOrUpdateSecretFileJSONBody + type AddOrUpdateSecretFileResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *SecretFile + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseAddOrUpdateSecretFileResponse(rsp *http.Response) (*AddOrUpdateSecretFileResponse, error) + func (r AddOrUpdateSecretFileResponse) Status() string + func (r AddOrUpdateSecretFileResponse) StatusCode() int + type AddResourcesToEnvironmentJSONRequestBody = EnvironmentResourcesPOSTInput + type AddResourcesToEnvironmentResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Environment + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseAddResourcesToEnvironmentResponse(rsp *http.Response) (*AddResourcesToEnvironmentResponse, error) + func (r AddResourcesToEnvironmentResponse) Status() string + func (r AddResourcesToEnvironmentResponse) StatusCode() int + type AddRouteJSONRequestBody = RoutePost + type AddRouteResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Route + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseAddRouteResponse(rsp *http.Response) (*AddRouteResponse, error) + func (r AddRouteResponse) Status() string + func (r AddRouteResponse) StatusCode() int + type AddUpdateEnvVarInput struct + func (t *AddUpdateEnvVarInput) FromEnvVarGenerateValue(v EnvVarGenerateValue) error + func (t *AddUpdateEnvVarInput) FromEnvVarValue(v EnvVarValue) error + func (t *AddUpdateEnvVarInput) MergeEnvVarGenerateValue(v EnvVarGenerateValue) error + func (t *AddUpdateEnvVarInput) MergeEnvVarValue(v EnvVarValue) error + func (t *AddUpdateEnvVarInput) UnmarshalJSON(b []byte) error + func (t AddUpdateEnvVarInput) AsEnvVarGenerateValue() (EnvVarGenerateValue, error) + func (t AddUpdateEnvVarInput) AsEnvVarValue() (EnvVarValue, error) + func (t AddUpdateEnvVarInput) MarshalJSON() ([]byte, error) + type AutoDeploy string + const AutoDeployNo + const AutoDeployYes + type AutoscaleServiceJSONRequestBody = externalRef0.AutoscalingConfig + type AutoscaleServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef0.AutoscalingConfig + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseAutoscaleServiceResponse(rsp *http.Response) (*AutoscaleServiceResponse, error) + func (r AutoscaleServiceResponse) Status() string + func (r AutoscaleServiceResponse) StatusCode() int + type BackgroundWorkerDetails struct + Autoscaling *externalRef0.AutoscalingConfig + BuildPlan BuildPlan + Disk *externalRef2.Disk + Env ServiceEnv + EnvSpecificDetails EnvSpecificDetails + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + NumInstances int + ParentServer *Resource + Plan Plan + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Region Region + Runtime ServiceRuntime + SshAddress *SshAddress + type BackgroundWorkerDetailsPATCH struct + EnvSpecificDetails *EnvSpecificDetailsPATCH + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + Plan *PaidPlan + PreDeployCommand *string + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Runtime *ServiceRuntime + type BackgroundWorkerDetailsPOST struct + Autoscaling *externalRef0.AutoscalingConfig + Disk *ServiceDisk + Env *ServiceEnv + EnvSpecificDetails *EnvSpecificDetailsPOST + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + NumInstances *int + Plan *PaidPlan + PreDeployCommand *string + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Region *Region + Runtime ServiceRuntime + type BlueprintWithCursor struct + Blueprint externalRef1.Blueprint + Cursor Cursor + type BuildFilter struct + IgnoredPaths []string + Paths []string + type BuildPlan string + const BuildPlanPerformance + const BuildPlanStarter + type CancelCronJobRunResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCancelCronJobRunResponse(rsp *http.Response) (*CancelCronJobRunResponse, error) + func (r CancelCronJobRunResponse) Status() string + func (r CancelCronJobRunResponse) StatusCode() int + type CancelDeployResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Deploy + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCancelDeployResponse(rsp *http.Response) (*CancelDeployResponse, error) + func (r CancelDeployResponse) Status() string + func (r CancelDeployResponse) StatusCode() int + type CancelJobResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef4.Job + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCancelJobResponse(rsp *http.Response) (*CancelJobResponse, error) + func (r CancelJobResponse) Status() string + func (r CancelJobResponse) StatusCode() int + type CidrBlockAndDescription struct + CidrBlock string + Description string + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) AddDisk(ctx context.Context, body AddDiskJSONRequestBody, ...) (*http.Response, error) + func (c *Client) AddDiskWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) AddHeaders(ctx context.Context, serviceId ServiceIdParam, body AddHeadersJSONRequestBody, ...) (*http.Response, error) + func (c *Client) AddHeadersWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) AddOrUpdateSecretFile(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*http.Response, error) + func (c *Client) AddOrUpdateSecretFileWithBody(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*http.Response, error) + func (c *Client) AddResourcesToEnvironment(ctx context.Context, environmentId string, ...) (*http.Response, error) + func (c *Client) AddResourcesToEnvironmentWithBody(ctx context.Context, environmentId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) AddRoute(ctx context.Context, serviceId ServiceIdParam, body AddRouteJSONRequestBody, ...) (*http.Response, error) + func (c *Client) AddRouteWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) AutoscaleService(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) AutoscaleServiceWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) CancelCronJobRun(ctx context.Context, cronJobId CronJobIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CancelDeploy(ctx context.Context, serviceId ServiceIdParam, deployId DeployIdParam, ...) (*http.Response, error) + func (c *Client) CancelJob(ctx context.Context, serviceId ServiceIdParam, jobId externalRef4.JobId, ...) (*http.Response, error) + func (c *Client) CreateCustomDomain(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) CreateCustomDomainWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) CreateDeploy(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) CreateDeployWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) CreateEnvGroup(ctx context.Context, body CreateEnvGroupJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateEnvGroupWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateEnvironment(ctx context.Context, body CreateEnvironmentJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateEnvironmentWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreatePostgres(ctx context.Context, body CreatePostgresJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreatePostgresBackup(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CreatePostgresWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateProject(ctx context.Context, body CreateProjectJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateProjectWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateRedis(ctx context.Context, body CreateRedisJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateRedisWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateRegistryCredential(ctx context.Context, body CreateRegistryCredentialJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateRegistryCredentialWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateService(ctx context.Context, body CreateServiceJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateServiceWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) DeleteAutoscalingConfig(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteCustomDomain(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) DeleteDisk(ctx context.Context, diskId externalRef2.DiskId, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteEnvGroup(ctx context.Context, envGroupId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteEnvGroupEnvVar(ctx context.Context, envGroupId string, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + func (c *Client) DeleteEnvGroupSecretFile(ctx context.Context, envGroupId EnvGroupIdParam, ...) (*http.Response, error) + func (c *Client) DeleteEnvVar(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + func (c *Client) DeleteEnvironment(ctx context.Context, environmentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteHeader(ctx context.Context, serviceId ServiceIdParam, headerId string, ...) (*http.Response, error) + func (c *Client) DeleteOwnerLogStream(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeletePostgres(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteProject(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteRedis(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteRegistryCredential(ctx context.Context, registryCredentialId string, ...) (*http.Response, error) + func (c *Client) DeleteResourceLogStream(ctx context.Context, resourceId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteRoute(ctx context.Context, serviceId ServiceIdParam, routeId string, ...) (*http.Response, error) + func (c *Client) DeleteSecretFile(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*http.Response, error) + func (c *Client) DeleteService(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DisconnectBlueprint(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*http.Response, error) + func (c *Client) FailoverPostgres(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetActiveConnections(ctx context.Context, params *GetActiveConnectionsParams, ...) (*http.Response, error) + func (c *Client) GetBandwidth(ctx context.Context, params *GetBandwidthParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetCpu(ctx context.Context, params *GetCpuParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetCpuLimit(ctx context.Context, params *GetCpuLimitParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetCpuTarget(ctx context.Context, params *GetCpuTargetParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetDiskCapacity(ctx context.Context, params *GetDiskCapacityParams, ...) (*http.Response, error) + func (c *Client) GetDiskUsage(ctx context.Context, params *GetDiskUsageParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetEnvVarsForService(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) GetHttpLatency(ctx context.Context, params *GetHttpLatencyParams, ...) (*http.Response, error) + func (c *Client) GetHttpRequests(ctx context.Context, params *GetHttpRequestsParams, ...) (*http.Response, error) + func (c *Client) GetInstanceCount(ctx context.Context, params *GetInstanceCountParams, ...) (*http.Response, error) + func (c *Client) GetMemory(ctx context.Context, params *GetMemoryParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetMemoryLimit(ctx context.Context, params *GetMemoryLimitParams, ...) (*http.Response, error) + func (c *Client) GetMemoryTarget(ctx context.Context, params *GetMemoryTargetParams, ...) (*http.Response, error) + func (c *Client) GetOwnerLogStream(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetReplicationLag(ctx context.Context, params *GetReplicationLagParams, ...) (*http.Response, error) + func (c *Client) GetResourceLogStream(ctx context.Context, resourceId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetUser(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) LinkServiceToEnvGroup(ctx context.Context, envGroupId EnvGroupIdParam, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) ListApplicationFilterValues(ctx context.Context, params *ListApplicationFilterValuesParams, ...) (*http.Response, error) + func (c *Client) ListBlueprintSyncs(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*http.Response, error) + func (c *Client) ListBlueprints(ctx context.Context, params *ListBlueprintsParams, ...) (*http.Response, error) + func (c *Client) ListCustomDomains(ctx context.Context, serviceId ServiceIdParam, params *ListCustomDomainsParams, ...) (*http.Response, error) + func (c *Client) ListDeploys(ctx context.Context, serviceId ServiceIdParam, params *ListDeploysParams, ...) (*http.Response, error) + func (c *Client) ListDisks(ctx context.Context, params *ListDisksParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListEnvGroups(ctx context.Context, params *ListEnvGroupsParams, ...) (*http.Response, error) + func (c *Client) ListEnvironments(ctx context.Context, params *ListEnvironmentsParams, ...) (*http.Response, error) + func (c *Client) ListEvents(ctx context.Context, serviceId ServiceIdParam, params *ListEventsParams, ...) (*http.Response, error) + func (c *Client) ListHeaders(ctx context.Context, serviceId ServiceIdParam, params *ListHeadersParams, ...) (*http.Response, error) + func (c *Client) ListHttpFilterValues(ctx context.Context, params *ListHttpFilterValuesParams, ...) (*http.Response, error) + func (c *Client) ListJob(ctx context.Context, serviceId ServiceIdParam, params *ListJobParams, ...) (*http.Response, error) + func (c *Client) ListLogs(ctx context.Context, params *ListLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListLogsValues(ctx context.Context, params *ListLogsValuesParams, ...) (*http.Response, error) + func (c *Client) ListMaintenance(ctx context.Context, params *ListMaintenanceParams, ...) (*http.Response, error) + func (c *Client) ListNotificationOverrides(ctx context.Context, params *ListNotificationOverridesParams, ...) (*http.Response, error) + func (c *Client) ListOwners(ctx context.Context, params *ListOwnersParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListPathFilterValues(ctx context.Context, params *ListPathFilterValuesParams, ...) (*http.Response, error) + func (c *Client) ListPostgres(ctx context.Context, params *ListPostgresParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListPostgresBackup(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListProjects(ctx context.Context, params *ListProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListRedis(ctx context.Context, params *ListRedisParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListRegistryCredentials(ctx context.Context, params *ListRegistryCredentialsParams, ...) (*http.Response, error) + func (c *Client) ListResourceLogStreams(ctx context.Context, params *ListResourceLogStreamsParams, ...) (*http.Response, error) + func (c *Client) ListRoutes(ctx context.Context, serviceId ServiceIdParam, params *ListRoutesParams, ...) (*http.Response, error) + func (c *Client) ListSecretFilesForService(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) ListServices(ctx context.Context, params *ListServicesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListSnapshots(ctx context.Context, diskId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) PatchOwnerNotificationSettings(ctx context.Context, ownerId OwnerIdPathParam, ...) (*http.Response, error) + func (c *Client) PatchOwnerNotificationSettingsWithBody(ctx context.Context, ownerId OwnerIdPathParam, contentType string, ...) (*http.Response, error) + func (c *Client) PatchRoute(ctx context.Context, serviceId ServiceIdParam, body PatchRouteJSONRequestBody, ...) (*http.Response, error) + func (c *Client) PatchRouteWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) PatchServiceNotificationOverrides(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) PatchServiceNotificationOverridesWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) PostJob(ctx context.Context, serviceId ServiceIdParam, body PostJobJSONRequestBody, ...) (*http.Response, error) + func (c *Client) PostJobWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) PreviewService(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) PreviewServiceWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) PutRoutes(ctx context.Context, serviceId ServiceIdParam, body PutRoutesJSONRequestBody, ...) (*http.Response, error) + func (c *Client) PutRoutesWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) RecoverPostgres(ctx context.Context, postgresId string, body RecoverPostgresJSONRequestBody, ...) (*http.Response, error) + func (c *Client) RecoverPostgresWithBody(ctx context.Context, postgresId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) RefreshCustomDomain(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) RemoveResourcesFromEnvironment(ctx context.Context, environmentId string, ...) (*http.Response, error) + func (c *Client) RestartPostgres(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RestartService(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RestoreSnapshot(ctx context.Context, diskId string, body RestoreSnapshotJSONRequestBody, ...) (*http.Response, error) + func (c *Client) RestoreSnapshotWithBody(ctx context.Context, diskId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ResumePostgres(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ResumeService(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveBlueprint(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*http.Response, error) + func (c *Client) RetrieveCustomDomain(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) RetrieveDeploy(ctx context.Context, serviceId ServiceIdParam, deployId DeployIdParam, ...) (*http.Response, error) + func (c *Client) RetrieveDisk(ctx context.Context, diskId externalRef2.DiskId, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveEnvGroup(ctx context.Context, envGroupId EnvGroupIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveEnvGroupEnvVar(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + func (c *Client) RetrieveEnvGroupSecretFile(ctx context.Context, envGroupId EnvGroupIdParam, ...) (*http.Response, error) + func (c *Client) RetrieveEnvVar(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + func (c *Client) RetrieveEnvironment(ctx context.Context, environmentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveJob(ctx context.Context, serviceId ServiceIdParam, jobId externalRef4.JobId, ...) (*http.Response, error) + func (c *Client) RetrieveMaintenance(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Response, error) + func (c *Client) RetrieveOwner(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveOwnerNotificationSettings(ctx context.Context, ownerId OwnerIdPathParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrievePostgres(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrievePostgresConnectionInfo(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrievePostgresRecoveryInfo(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveProject(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveRedis(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveRedisConnectionInfo(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveRegistryCredential(ctx context.Context, registryCredentialId string, ...) (*http.Response, error) + func (c *Client) RetrieveSecretFile(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*http.Response, error) + func (c *Client) RetrieveService(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RetrieveServiceNotificationOverrides(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RollbackDeploy(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) RollbackDeployWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) RunCronJob(ctx context.Context, cronJobId CronJobIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ScaleService(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) ScaleServiceWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) SubscribeLogs(ctx context.Context, params *SubscribeLogsParams, ...) (*http.Response, error) + func (c *Client) SuspendPostgres(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) SuspendService(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TriggerMaintenance(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Response, error) + func (c *Client) UnlinkServiceFromEnvGroup(ctx context.Context, envGroupId string, serviceId string, ...) (*http.Response, error) + func (c *Client) UpdateBlueprint(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*http.Response, error) + func (c *Client) UpdateBlueprintWithBody(ctx context.Context, blueprintId externalRef1.BlueprintId, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateDisk(ctx context.Context, diskId externalRef2.DiskId, ...) (*http.Response, error) + func (c *Client) UpdateDiskWithBody(ctx context.Context, diskId externalRef2.DiskId, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateEnvGroup(ctx context.Context, envGroupId string, body UpdateEnvGroupJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateEnvGroupEnvVar(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + func (c *Client) UpdateEnvGroupEnvVarWithBody(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + func (c *Client) UpdateEnvGroupSecretFile(ctx context.Context, envGroupId string, secretFileName string, ...) (*http.Response, error) + func (c *Client) UpdateEnvGroupSecretFileWithBody(ctx context.Context, envGroupId string, secretFileName string, ...) (*http.Response, error) + func (c *Client) UpdateEnvGroupWithBody(ctx context.Context, envGroupId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateEnvVar(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + func (c *Client) UpdateEnvVarWithBody(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + func (c *Client) UpdateEnvVarsForService(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) UpdateEnvVarsForServiceWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateEnvironment(ctx context.Context, environmentId string, ...) (*http.Response, error) + func (c *Client) UpdateEnvironmentWithBody(ctx context.Context, environmentId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateHeaders(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) UpdateHeadersWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateMaintenance(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Response, error) + func (c *Client) UpdateMaintenanceWithBody(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Response, error) + func (c *Client) UpdateOwnerLogStream(ctx context.Context, ownerId string, body UpdateOwnerLogStreamJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateOwnerLogStreamWithBody(ctx context.Context, ownerId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdatePostgres(ctx context.Context, postgresId string, body UpdatePostgresJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdatePostgresWithBody(ctx context.Context, postgresId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateProject(ctx context.Context, projectId string, body UpdateProjectJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateProjectWithBody(ctx context.Context, projectId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateRedis(ctx context.Context, redisId string, body UpdateRedisJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateRedisWithBody(ctx context.Context, redisId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateRegistryCredential(ctx context.Context, registryCredentialId string, ...) (*http.Response, error) + func (c *Client) UpdateRegistryCredentialWithBody(ctx context.Context, registryCredentialId string, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateResourceLogStream(ctx context.Context, resourceId string, ...) (*http.Response, error) + func (c *Client) UpdateResourceLogStreamWithBody(ctx context.Context, resourceId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateSecretFilesForService(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) UpdateSecretFilesForServiceWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateService(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + func (c *Client) UpdateServiceWithBody(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + type ClientInterface interface + AddDisk func(ctx context.Context, body AddDiskJSONRequestBody, ...) (*http.Response, error) + AddDiskWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + AddHeaders func(ctx context.Context, serviceId ServiceIdParam, body AddHeadersJSONRequestBody, ...) (*http.Response, error) + AddHeadersWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + AddOrUpdateSecretFile func(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*http.Response, error) + AddOrUpdateSecretFileWithBody func(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*http.Response, error) + AddResourcesToEnvironment func(ctx context.Context, environmentId string, ...) (*http.Response, error) + AddResourcesToEnvironmentWithBody func(ctx context.Context, environmentId string, contentType string, body io.Reader, ...) (*http.Response, error) + AddRoute func(ctx context.Context, serviceId ServiceIdParam, body AddRouteJSONRequestBody, ...) (*http.Response, error) + AddRouteWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + AutoscaleService func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + AutoscaleServiceWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + CancelCronJobRun func(ctx context.Context, cronJobId CronJobIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + CancelDeploy func(ctx context.Context, serviceId ServiceIdParam, deployId DeployIdParam, ...) (*http.Response, error) + CancelJob func(ctx context.Context, serviceId ServiceIdParam, jobId externalRef4.JobId, ...) (*http.Response, error) + CreateCustomDomain func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + CreateCustomDomainWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + CreateDeploy func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + CreateDeployWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + CreateEnvGroup func(ctx context.Context, body CreateEnvGroupJSONRequestBody, ...) (*http.Response, error) + CreateEnvGroupWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateEnvironment func(ctx context.Context, body CreateEnvironmentJSONRequestBody, ...) (*http.Response, error) + CreateEnvironmentWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreatePostgres func(ctx context.Context, body CreatePostgresJSONRequestBody, ...) (*http.Response, error) + CreatePostgresBackup func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + CreatePostgresWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateProject func(ctx context.Context, body CreateProjectJSONRequestBody, ...) (*http.Response, error) + CreateProjectWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateRedis func(ctx context.Context, body CreateRedisJSONRequestBody, ...) (*http.Response, error) + CreateRedisWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateRegistryCredential func(ctx context.Context, body CreateRegistryCredentialJSONRequestBody, ...) (*http.Response, error) + CreateRegistryCredentialWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateService func(ctx context.Context, body CreateServiceJSONRequestBody, ...) (*http.Response, error) + CreateServiceWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + DeleteAutoscalingConfig func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteCustomDomain func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + DeleteDisk func(ctx context.Context, diskId externalRef2.DiskId, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteEnvGroup func(ctx context.Context, envGroupId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteEnvGroupEnvVar func(ctx context.Context, envGroupId string, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + DeleteEnvGroupSecretFile func(ctx context.Context, envGroupId EnvGroupIdParam, ...) (*http.Response, error) + DeleteEnvVar func(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + DeleteEnvironment func(ctx context.Context, environmentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteHeader func(ctx context.Context, serviceId ServiceIdParam, headerId string, ...) (*http.Response, error) + DeleteOwnerLogStream func(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeletePostgres func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteProject func(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteRedis func(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteRegistryCredential func(ctx context.Context, registryCredentialId string, ...) (*http.Response, error) + DeleteResourceLogStream func(ctx context.Context, resourceId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteRoute func(ctx context.Context, serviceId ServiceIdParam, routeId string, ...) (*http.Response, error) + DeleteSecretFile func(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*http.Response, error) + DeleteService func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + DisconnectBlueprint func(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*http.Response, error) + FailoverPostgres func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetActiveConnections func(ctx context.Context, params *GetActiveConnectionsParams, ...) (*http.Response, error) + GetBandwidth func(ctx context.Context, params *GetBandwidthParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetCpu func(ctx context.Context, params *GetCpuParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetCpuLimit func(ctx context.Context, params *GetCpuLimitParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetCpuTarget func(ctx context.Context, params *GetCpuTargetParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetDiskCapacity func(ctx context.Context, params *GetDiskCapacityParams, ...) (*http.Response, error) + GetDiskUsage func(ctx context.Context, params *GetDiskUsageParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetEnvVarsForService func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + GetHttpLatency func(ctx context.Context, params *GetHttpLatencyParams, ...) (*http.Response, error) + GetHttpRequests func(ctx context.Context, params *GetHttpRequestsParams, ...) (*http.Response, error) + GetInstanceCount func(ctx context.Context, params *GetInstanceCountParams, ...) (*http.Response, error) + GetMemory func(ctx context.Context, params *GetMemoryParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetMemoryLimit func(ctx context.Context, params *GetMemoryLimitParams, ...) (*http.Response, error) + GetMemoryTarget func(ctx context.Context, params *GetMemoryTargetParams, ...) (*http.Response, error) + GetOwnerLogStream func(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetReplicationLag func(ctx context.Context, params *GetReplicationLagParams, ...) (*http.Response, error) + GetResourceLogStream func(ctx context.Context, resourceId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetUser func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + LinkServiceToEnvGroup func(ctx context.Context, envGroupId EnvGroupIdParam, serviceId ServiceIdParam, ...) (*http.Response, error) + ListApplicationFilterValues func(ctx context.Context, params *ListApplicationFilterValuesParams, ...) (*http.Response, error) + ListBlueprintSyncs func(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*http.Response, error) + ListBlueprints func(ctx context.Context, params *ListBlueprintsParams, ...) (*http.Response, error) + ListCustomDomains func(ctx context.Context, serviceId ServiceIdParam, params *ListCustomDomainsParams, ...) (*http.Response, error) + ListDeploys func(ctx context.Context, serviceId ServiceIdParam, params *ListDeploysParams, ...) (*http.Response, error) + ListDisks func(ctx context.Context, params *ListDisksParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListEnvGroups func(ctx context.Context, params *ListEnvGroupsParams, ...) (*http.Response, error) + ListEnvironments func(ctx context.Context, params *ListEnvironmentsParams, ...) (*http.Response, error) + ListEvents func(ctx context.Context, serviceId ServiceIdParam, params *ListEventsParams, ...) (*http.Response, error) + ListHeaders func(ctx context.Context, serviceId ServiceIdParam, params *ListHeadersParams, ...) (*http.Response, error) + ListHttpFilterValues func(ctx context.Context, params *ListHttpFilterValuesParams, ...) (*http.Response, error) + ListJob func(ctx context.Context, serviceId ServiceIdParam, params *ListJobParams, ...) (*http.Response, error) + ListLogs func(ctx context.Context, params *ListLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListLogsValues func(ctx context.Context, params *ListLogsValuesParams, ...) (*http.Response, error) + ListMaintenance func(ctx context.Context, params *ListMaintenanceParams, ...) (*http.Response, error) + ListNotificationOverrides func(ctx context.Context, params *ListNotificationOverridesParams, ...) (*http.Response, error) + ListOwners func(ctx context.Context, params *ListOwnersParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListPathFilterValues func(ctx context.Context, params *ListPathFilterValuesParams, ...) (*http.Response, error) + ListPostgres func(ctx context.Context, params *ListPostgresParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListPostgresBackup func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + ListProjects func(ctx context.Context, params *ListProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListRedis func(ctx context.Context, params *ListRedisParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListRegistryCredentials func(ctx context.Context, params *ListRegistryCredentialsParams, ...) (*http.Response, error) + ListResourceLogStreams func(ctx context.Context, params *ListResourceLogStreamsParams, ...) (*http.Response, error) + ListRoutes func(ctx context.Context, serviceId ServiceIdParam, params *ListRoutesParams, ...) (*http.Response, error) + ListSecretFilesForService func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + ListServices func(ctx context.Context, params *ListServicesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListSnapshots func(ctx context.Context, diskId string, reqEditors ...RequestEditorFn) (*http.Response, error) + PatchOwnerNotificationSettings func(ctx context.Context, ownerId OwnerIdPathParam, ...) (*http.Response, error) + PatchOwnerNotificationSettingsWithBody func(ctx context.Context, ownerId OwnerIdPathParam, contentType string, ...) (*http.Response, error) + PatchRoute func(ctx context.Context, serviceId ServiceIdParam, body PatchRouteJSONRequestBody, ...) (*http.Response, error) + PatchRouteWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + PatchServiceNotificationOverrides func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + PatchServiceNotificationOverridesWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + PostJob func(ctx context.Context, serviceId ServiceIdParam, body PostJobJSONRequestBody, ...) (*http.Response, error) + PostJobWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + PreviewService func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + PreviewServiceWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + PutRoutes func(ctx context.Context, serviceId ServiceIdParam, body PutRoutesJSONRequestBody, ...) (*http.Response, error) + PutRoutesWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + RecoverPostgres func(ctx context.Context, postgresId string, body RecoverPostgresJSONRequestBody, ...) (*http.Response, error) + RecoverPostgresWithBody func(ctx context.Context, postgresId string, contentType string, body io.Reader, ...) (*http.Response, error) + RefreshCustomDomain func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + RemoveResourcesFromEnvironment func(ctx context.Context, environmentId string, ...) (*http.Response, error) + RestartPostgres func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RestartService func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + RestoreSnapshot func(ctx context.Context, diskId string, body RestoreSnapshotJSONRequestBody, ...) (*http.Response, error) + RestoreSnapshotWithBody func(ctx context.Context, diskId string, contentType string, body io.Reader, ...) (*http.Response, error) + ResumePostgres func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + ResumeService func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveBlueprint func(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*http.Response, error) + RetrieveCustomDomain func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + RetrieveDeploy func(ctx context.Context, serviceId ServiceIdParam, deployId DeployIdParam, ...) (*http.Response, error) + RetrieveDisk func(ctx context.Context, diskId externalRef2.DiskId, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveEnvGroup func(ctx context.Context, envGroupId EnvGroupIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveEnvGroupEnvVar func(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + RetrieveEnvGroupSecretFile func(ctx context.Context, envGroupId EnvGroupIdParam, ...) (*http.Response, error) + RetrieveEnvVar func(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + RetrieveEnvironment func(ctx context.Context, environmentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveJob func(ctx context.Context, serviceId ServiceIdParam, jobId externalRef4.JobId, ...) (*http.Response, error) + RetrieveMaintenance func(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Response, error) + RetrieveOwner func(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveOwnerNotificationSettings func(ctx context.Context, ownerId OwnerIdPathParam, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrievePostgres func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrievePostgresConnectionInfo func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrievePostgresRecoveryInfo func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveProject func(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveRedis func(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveRedisConnectionInfo func(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveRegistryCredential func(ctx context.Context, registryCredentialId string, ...) (*http.Response, error) + RetrieveSecretFile func(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*http.Response, error) + RetrieveService func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + RetrieveServiceNotificationOverrides func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + RollbackDeploy func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + RollbackDeployWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + RunCronJob func(ctx context.Context, cronJobId CronJobIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + ScaleService func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + ScaleServiceWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + SubscribeLogs func(ctx context.Context, params *SubscribeLogsParams, ...) (*http.Response, error) + SuspendPostgres func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*http.Response, error) + SuspendService func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*http.Response, error) + TriggerMaintenance func(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Response, error) + UnlinkServiceFromEnvGroup func(ctx context.Context, envGroupId string, serviceId string, ...) (*http.Response, error) + UpdateBlueprint func(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*http.Response, error) + UpdateBlueprintWithBody func(ctx context.Context, blueprintId externalRef1.BlueprintId, contentType string, ...) (*http.Response, error) + UpdateDisk func(ctx context.Context, diskId externalRef2.DiskId, ...) (*http.Response, error) + UpdateDiskWithBody func(ctx context.Context, diskId externalRef2.DiskId, contentType string, ...) (*http.Response, error) + UpdateEnvGroup func(ctx context.Context, envGroupId string, body UpdateEnvGroupJSONRequestBody, ...) (*http.Response, error) + UpdateEnvGroupEnvVar func(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + UpdateEnvGroupEnvVarWithBody func(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + UpdateEnvGroupSecretFile func(ctx context.Context, envGroupId string, secretFileName string, ...) (*http.Response, error) + UpdateEnvGroupSecretFileWithBody func(ctx context.Context, envGroupId string, secretFileName string, ...) (*http.Response, error) + UpdateEnvGroupWithBody func(ctx context.Context, envGroupId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateEnvVar func(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + UpdateEnvVarWithBody func(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*http.Response, error) + UpdateEnvVarsForService func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + UpdateEnvVarsForServiceWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + UpdateEnvironment func(ctx context.Context, environmentId string, ...) (*http.Response, error) + UpdateEnvironmentWithBody func(ctx context.Context, environmentId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateHeaders func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + UpdateHeadersWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + UpdateMaintenance func(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Response, error) + UpdateMaintenanceWithBody func(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*http.Response, error) + UpdateOwnerLogStream func(ctx context.Context, ownerId string, body UpdateOwnerLogStreamJSONRequestBody, ...) (*http.Response, error) + UpdateOwnerLogStreamWithBody func(ctx context.Context, ownerId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdatePostgres func(ctx context.Context, postgresId string, body UpdatePostgresJSONRequestBody, ...) (*http.Response, error) + UpdatePostgresWithBody func(ctx context.Context, postgresId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateProject func(ctx context.Context, projectId string, body UpdateProjectJSONRequestBody, ...) (*http.Response, error) + UpdateProjectWithBody func(ctx context.Context, projectId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateRedis func(ctx context.Context, redisId string, body UpdateRedisJSONRequestBody, ...) (*http.Response, error) + UpdateRedisWithBody func(ctx context.Context, redisId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateRegistryCredential func(ctx context.Context, registryCredentialId string, ...) (*http.Response, error) + UpdateRegistryCredentialWithBody func(ctx context.Context, registryCredentialId string, contentType string, ...) (*http.Response, error) + UpdateResourceLogStream func(ctx context.Context, resourceId string, ...) (*http.Response, error) + UpdateResourceLogStreamWithBody func(ctx context.Context, resourceId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateSecretFilesForService func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + UpdateSecretFilesForServiceWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + UpdateService func(ctx context.Context, serviceId ServiceIdParam, ...) (*http.Response, error) + UpdateServiceWithBody func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*http.Response, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + type ClientWithResponses struct + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func NewDefaultClient() (*ClientWithResponses, error) + func (c *ClientWithResponses) AddDiskWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AddDiskResponse, error) + func (c *ClientWithResponses) AddDiskWithResponse(ctx context.Context, body AddDiskJSONRequestBody, ...) (*AddDiskResponse, error) + func (c *ClientWithResponses) AddHeadersWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*AddHeadersResponse, error) + func (c *ClientWithResponses) AddHeadersWithResponse(ctx context.Context, serviceId ServiceIdParam, body AddHeadersJSONRequestBody, ...) (*AddHeadersResponse, error) + func (c *ClientWithResponses) AddOrUpdateSecretFileWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*AddOrUpdateSecretFileResponse, error) + func (c *ClientWithResponses) AddOrUpdateSecretFileWithResponse(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*AddOrUpdateSecretFileResponse, error) + func (c *ClientWithResponses) AddResourcesToEnvironmentWithBodyWithResponse(ctx context.Context, environmentId string, contentType string, body io.Reader, ...) (*AddResourcesToEnvironmentResponse, error) + func (c *ClientWithResponses) AddResourcesToEnvironmentWithResponse(ctx context.Context, environmentId string, ...) (*AddResourcesToEnvironmentResponse, error) + func (c *ClientWithResponses) AddRouteWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*AddRouteResponse, error) + func (c *ClientWithResponses) AddRouteWithResponse(ctx context.Context, serviceId ServiceIdParam, body AddRouteJSONRequestBody, ...) (*AddRouteResponse, error) + func (c *ClientWithResponses) AutoscaleServiceWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*AutoscaleServiceResponse, error) + func (c *ClientWithResponses) AutoscaleServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*AutoscaleServiceResponse, error) + func (c *ClientWithResponses) CancelCronJobRunWithResponse(ctx context.Context, cronJobId CronJobIdParam, reqEditors ...RequestEditorFn) (*CancelCronJobRunResponse, error) + func (c *ClientWithResponses) CancelDeployWithResponse(ctx context.Context, serviceId ServiceIdParam, deployId DeployIdParam, ...) (*CancelDeployResponse, error) + func (c *ClientWithResponses) CancelJobWithResponse(ctx context.Context, serviceId ServiceIdParam, jobId externalRef4.JobId, ...) (*CancelJobResponse, error) + func (c *ClientWithResponses) CreateCustomDomainWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*CreateCustomDomainResponse, error) + func (c *ClientWithResponses) CreateCustomDomainWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*CreateCustomDomainResponse, error) + func (c *ClientWithResponses) CreateDeployWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*CreateDeployResponse, error) + func (c *ClientWithResponses) CreateDeployWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*CreateDeployResponse, error) + func (c *ClientWithResponses) CreateEnvGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateEnvGroupResponse, error) + func (c *ClientWithResponses) CreateEnvGroupWithResponse(ctx context.Context, body CreateEnvGroupJSONRequestBody, ...) (*CreateEnvGroupResponse, error) + func (c *ClientWithResponses) CreateEnvironmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateEnvironmentResponse, error) + func (c *ClientWithResponses) CreateEnvironmentWithResponse(ctx context.Context, body CreateEnvironmentJSONRequestBody, ...) (*CreateEnvironmentResponse, error) + func (c *ClientWithResponses) CreatePostgresBackupWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*CreatePostgresBackupResponse, error) + func (c *ClientWithResponses) CreatePostgresWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreatePostgresResponse, error) + func (c *ClientWithResponses) CreatePostgresWithResponse(ctx context.Context, body CreatePostgresJSONRequestBody, ...) (*CreatePostgresResponse, error) + func (c *ClientWithResponses) CreateProjectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateProjectResponse, error) + func (c *ClientWithResponses) CreateProjectWithResponse(ctx context.Context, body CreateProjectJSONRequestBody, ...) (*CreateProjectResponse, error) + func (c *ClientWithResponses) CreateRedisWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRedisResponse, error) + func (c *ClientWithResponses) CreateRedisWithResponse(ctx context.Context, body CreateRedisJSONRequestBody, ...) (*CreateRedisResponse, error) + func (c *ClientWithResponses) CreateRegistryCredentialWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRegistryCredentialResponse, error) + func (c *ClientWithResponses) CreateRegistryCredentialWithResponse(ctx context.Context, body CreateRegistryCredentialJSONRequestBody, ...) (*CreateRegistryCredentialResponse, error) + func (c *ClientWithResponses) CreateServiceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateServiceResponse, error) + func (c *ClientWithResponses) CreateServiceWithResponse(ctx context.Context, body CreateServiceJSONRequestBody, ...) (*CreateServiceResponse, error) + func (c *ClientWithResponses) DeleteAutoscalingConfigWithResponse(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*DeleteAutoscalingConfigResponse, error) + func (c *ClientWithResponses) DeleteCustomDomainWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*DeleteCustomDomainResponse, error) + func (c *ClientWithResponses) DeleteDiskWithResponse(ctx context.Context, diskId externalRef2.DiskId, reqEditors ...RequestEditorFn) (*DeleteDiskResponse, error) + func (c *ClientWithResponses) DeleteEnvGroupEnvVarWithResponse(ctx context.Context, envGroupId string, envVarKey EnvVarKeyParam, ...) (*DeleteEnvGroupEnvVarResponse, error) + func (c *ClientWithResponses) DeleteEnvGroupSecretFileWithResponse(ctx context.Context, envGroupId EnvGroupIdParam, ...) (*DeleteEnvGroupSecretFileResponse, error) + func (c *ClientWithResponses) DeleteEnvGroupWithResponse(ctx context.Context, envGroupId string, reqEditors ...RequestEditorFn) (*DeleteEnvGroupResponse, error) + func (c *ClientWithResponses) DeleteEnvVarWithResponse(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*DeleteEnvVarResponse, error) + func (c *ClientWithResponses) DeleteEnvironmentWithResponse(ctx context.Context, environmentId string, reqEditors ...RequestEditorFn) (*DeleteEnvironmentResponse, error) + func (c *ClientWithResponses) DeleteHeaderWithResponse(ctx context.Context, serviceId ServiceIdParam, headerId string, ...) (*DeleteHeaderResponse, error) + func (c *ClientWithResponses) DeleteOwnerLogStreamWithResponse(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*DeleteOwnerLogStreamResponse, error) + func (c *ClientWithResponses) DeletePostgresWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*DeletePostgresResponse, error) + func (c *ClientWithResponses) DeleteProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*DeleteProjectResponse, error) + func (c *ClientWithResponses) DeleteRedisWithResponse(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*DeleteRedisResponse, error) + func (c *ClientWithResponses) DeleteRegistryCredentialWithResponse(ctx context.Context, registryCredentialId string, ...) (*DeleteRegistryCredentialResponse, error) + func (c *ClientWithResponses) DeleteResourceLogStreamWithResponse(ctx context.Context, resourceId string, reqEditors ...RequestEditorFn) (*DeleteResourceLogStreamResponse, error) + func (c *ClientWithResponses) DeleteRouteWithResponse(ctx context.Context, serviceId ServiceIdParam, routeId string, ...) (*DeleteRouteResponse, error) + func (c *ClientWithResponses) DeleteSecretFileWithResponse(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*DeleteSecretFileResponse, error) + func (c *ClientWithResponses) DeleteServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*DeleteServiceResponse, error) + func (c *ClientWithResponses) DisconnectBlueprintWithResponse(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*DisconnectBlueprintResponse, error) + func (c *ClientWithResponses) FailoverPostgresWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*FailoverPostgresResponse, error) + func (c *ClientWithResponses) GetActiveConnectionsWithResponse(ctx context.Context, params *GetActiveConnectionsParams, ...) (*GetActiveConnectionsResponse, error) + func (c *ClientWithResponses) GetBandwidthWithResponse(ctx context.Context, params *GetBandwidthParams, reqEditors ...RequestEditorFn) (*GetBandwidthResponse, error) + func (c *ClientWithResponses) GetCpuLimitWithResponse(ctx context.Context, params *GetCpuLimitParams, reqEditors ...RequestEditorFn) (*GetCpuLimitResponse, error) + func (c *ClientWithResponses) GetCpuTargetWithResponse(ctx context.Context, params *GetCpuTargetParams, reqEditors ...RequestEditorFn) (*GetCpuTargetResponse, error) + func (c *ClientWithResponses) GetCpuWithResponse(ctx context.Context, params *GetCpuParams, reqEditors ...RequestEditorFn) (*GetCpuResponse, error) + func (c *ClientWithResponses) GetDiskCapacityWithResponse(ctx context.Context, params *GetDiskCapacityParams, ...) (*GetDiskCapacityResponse, error) + func (c *ClientWithResponses) GetDiskUsageWithResponse(ctx context.Context, params *GetDiskUsageParams, reqEditors ...RequestEditorFn) (*GetDiskUsageResponse, error) + func (c *ClientWithResponses) GetEnvVarsForServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*GetEnvVarsForServiceResponse, error) + func (c *ClientWithResponses) GetHttpLatencyWithResponse(ctx context.Context, params *GetHttpLatencyParams, ...) (*GetHttpLatencyResponse, error) + func (c *ClientWithResponses) GetHttpRequestsWithResponse(ctx context.Context, params *GetHttpRequestsParams, ...) (*GetHttpRequestsResponse, error) + func (c *ClientWithResponses) GetInstanceCountWithResponse(ctx context.Context, params *GetInstanceCountParams, ...) (*GetInstanceCountResponse, error) + func (c *ClientWithResponses) GetMemoryLimitWithResponse(ctx context.Context, params *GetMemoryLimitParams, ...) (*GetMemoryLimitResponse, error) + func (c *ClientWithResponses) GetMemoryTargetWithResponse(ctx context.Context, params *GetMemoryTargetParams, ...) (*GetMemoryTargetResponse, error) + func (c *ClientWithResponses) GetMemoryWithResponse(ctx context.Context, params *GetMemoryParams, reqEditors ...RequestEditorFn) (*GetMemoryResponse, error) + func (c *ClientWithResponses) GetOwnerLogStreamWithResponse(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*GetOwnerLogStreamResponse, error) + func (c *ClientWithResponses) GetReplicationLagWithResponse(ctx context.Context, params *GetReplicationLagParams, ...) (*GetReplicationLagResponse, error) + func (c *ClientWithResponses) GetResourceLogStreamWithResponse(ctx context.Context, resourceId string, reqEditors ...RequestEditorFn) (*GetResourceLogStreamResponse, error) + func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserResponse, error) + func (c *ClientWithResponses) LinkServiceToEnvGroupWithResponse(ctx context.Context, envGroupId EnvGroupIdParam, serviceId ServiceIdParam, ...) (*LinkServiceToEnvGroupResponse, error) + func (c *ClientWithResponses) ListApplicationFilterValuesWithResponse(ctx context.Context, params *ListApplicationFilterValuesParams, ...) (*ListApplicationFilterValuesResponse, error) + func (c *ClientWithResponses) ListBlueprintSyncsWithResponse(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*ListBlueprintSyncsResponse, error) + func (c *ClientWithResponses) ListBlueprintsWithResponse(ctx context.Context, params *ListBlueprintsParams, ...) (*ListBlueprintsResponse, error) + func (c *ClientWithResponses) ListCustomDomainsWithResponse(ctx context.Context, serviceId ServiceIdParam, params *ListCustomDomainsParams, ...) (*ListCustomDomainsResponse, error) + func (c *ClientWithResponses) ListDeploysWithResponse(ctx context.Context, serviceId ServiceIdParam, params *ListDeploysParams, ...) (*ListDeploysResponse, error) + func (c *ClientWithResponses) ListDisksWithResponse(ctx context.Context, params *ListDisksParams, reqEditors ...RequestEditorFn) (*ListDisksResponse, error) + func (c *ClientWithResponses) ListEnvGroupsWithResponse(ctx context.Context, params *ListEnvGroupsParams, ...) (*ListEnvGroupsResponse, error) + func (c *ClientWithResponses) ListEnvironmentsWithResponse(ctx context.Context, params *ListEnvironmentsParams, ...) (*ListEnvironmentsResponse, error) + func (c *ClientWithResponses) ListEventsWithResponse(ctx context.Context, serviceId ServiceIdParam, params *ListEventsParams, ...) (*ListEventsResponse, error) + func (c *ClientWithResponses) ListHeadersWithResponse(ctx context.Context, serviceId ServiceIdParam, params *ListHeadersParams, ...) (*ListHeadersResponse, error) + func (c *ClientWithResponses) ListHttpFilterValuesWithResponse(ctx context.Context, params *ListHttpFilterValuesParams, ...) (*ListHttpFilterValuesResponse, error) + func (c *ClientWithResponses) ListJobWithResponse(ctx context.Context, serviceId ServiceIdParam, params *ListJobParams, ...) (*ListJobResponse, error) + func (c *ClientWithResponses) ListLogsValuesWithResponse(ctx context.Context, params *ListLogsValuesParams, ...) (*ListLogsValuesResponse, error) + func (c *ClientWithResponses) ListLogsWithResponse(ctx context.Context, params *ListLogsParams, reqEditors ...RequestEditorFn) (*ListLogsResponse, error) + func (c *ClientWithResponses) ListMaintenanceWithResponse(ctx context.Context, params *ListMaintenanceParams, ...) (*ListMaintenanceResponse, error) + func (c *ClientWithResponses) ListNotificationOverridesWithResponse(ctx context.Context, params *ListNotificationOverridesParams, ...) (*ListNotificationOverridesResponse, error) + func (c *ClientWithResponses) ListOwnersWithResponse(ctx context.Context, params *ListOwnersParams, reqEditors ...RequestEditorFn) (*ListOwnersResponse, error) + func (c *ClientWithResponses) ListPathFilterValuesWithResponse(ctx context.Context, params *ListPathFilterValuesParams, ...) (*ListPathFilterValuesResponse, error) + func (c *ClientWithResponses) ListPostgresBackupWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*ListPostgresBackupResponse, error) + func (c *ClientWithResponses) ListPostgresWithResponse(ctx context.Context, params *ListPostgresParams, reqEditors ...RequestEditorFn) (*ListPostgresResponse, error) + func (c *ClientWithResponses) ListProjectsWithResponse(ctx context.Context, params *ListProjectsParams, reqEditors ...RequestEditorFn) (*ListProjectsResponse, error) + func (c *ClientWithResponses) ListRedisWithResponse(ctx context.Context, params *ListRedisParams, reqEditors ...RequestEditorFn) (*ListRedisResponse, error) + func (c *ClientWithResponses) ListRegistryCredentialsWithResponse(ctx context.Context, params *ListRegistryCredentialsParams, ...) (*ListRegistryCredentialsResponse, error) + func (c *ClientWithResponses) ListResourceLogStreamsWithResponse(ctx context.Context, params *ListResourceLogStreamsParams, ...) (*ListResourceLogStreamsResponse, error) + func (c *ClientWithResponses) ListRoutesWithResponse(ctx context.Context, serviceId ServiceIdParam, params *ListRoutesParams, ...) (*ListRoutesResponse, error) + func (c *ClientWithResponses) ListSecretFilesForServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*ListSecretFilesForServiceResponse, error) + func (c *ClientWithResponses) ListServicesWithResponse(ctx context.Context, params *ListServicesParams, reqEditors ...RequestEditorFn) (*ListServicesResponse, error) + func (c *ClientWithResponses) ListSnapshotsWithResponse(ctx context.Context, diskId string, reqEditors ...RequestEditorFn) (*ListSnapshotsResponse, error) + func (c *ClientWithResponses) PatchOwnerNotificationSettingsWithBodyWithResponse(ctx context.Context, ownerId OwnerIdPathParam, contentType string, ...) (*PatchOwnerNotificationSettingsResponse, error) + func (c *ClientWithResponses) PatchOwnerNotificationSettingsWithResponse(ctx context.Context, ownerId OwnerIdPathParam, ...) (*PatchOwnerNotificationSettingsResponse, error) + func (c *ClientWithResponses) PatchRouteWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PatchRouteResponse, error) + func (c *ClientWithResponses) PatchRouteWithResponse(ctx context.Context, serviceId ServiceIdParam, body PatchRouteJSONRequestBody, ...) (*PatchRouteResponse, error) + func (c *ClientWithResponses) PatchServiceNotificationOverridesWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PatchServiceNotificationOverridesResponse, error) + func (c *ClientWithResponses) PatchServiceNotificationOverridesWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*PatchServiceNotificationOverridesResponse, error) + func (c *ClientWithResponses) PostJobWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PostJobResponse, error) + func (c *ClientWithResponses) PostJobWithResponse(ctx context.Context, serviceId ServiceIdParam, body PostJobJSONRequestBody, ...) (*PostJobResponse, error) + func (c *ClientWithResponses) PreviewServiceWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PreviewServiceResponse, error) + func (c *ClientWithResponses) PreviewServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*PreviewServiceResponse, error) + func (c *ClientWithResponses) PutRoutesWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PutRoutesResponse, error) + func (c *ClientWithResponses) PutRoutesWithResponse(ctx context.Context, serviceId ServiceIdParam, body PutRoutesJSONRequestBody, ...) (*PutRoutesResponse, error) + func (c *ClientWithResponses) RecoverPostgresWithBodyWithResponse(ctx context.Context, postgresId string, contentType string, body io.Reader, ...) (*RecoverPostgresResponse, error) + func (c *ClientWithResponses) RecoverPostgresWithResponse(ctx context.Context, postgresId string, body RecoverPostgresJSONRequestBody, ...) (*RecoverPostgresResponse, error) + func (c *ClientWithResponses) RefreshCustomDomainWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*RefreshCustomDomainResponse, error) + func (c *ClientWithResponses) RemoveResourcesFromEnvironmentWithResponse(ctx context.Context, environmentId string, ...) (*RemoveResourcesFromEnvironmentResponse, error) + func (c *ClientWithResponses) RestartPostgresWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*RestartPostgresResponse, error) + func (c *ClientWithResponses) RestartServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*RestartServiceResponse, error) + func (c *ClientWithResponses) RestoreSnapshotWithBodyWithResponse(ctx context.Context, diskId string, contentType string, body io.Reader, ...) (*RestoreSnapshotResponse, error) + func (c *ClientWithResponses) RestoreSnapshotWithResponse(ctx context.Context, diskId string, body RestoreSnapshotJSONRequestBody, ...) (*RestoreSnapshotResponse, error) + func (c *ClientWithResponses) ResumePostgresWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*ResumePostgresResponse, error) + func (c *ClientWithResponses) ResumeServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*ResumeServiceResponse, error) + func (c *ClientWithResponses) RetrieveBlueprintWithResponse(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*RetrieveBlueprintResponse, error) + func (c *ClientWithResponses) RetrieveCustomDomainWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*RetrieveCustomDomainResponse, error) + func (c *ClientWithResponses) RetrieveDeployWithResponse(ctx context.Context, serviceId ServiceIdParam, deployId DeployIdParam, ...) (*RetrieveDeployResponse, error) + func (c *ClientWithResponses) RetrieveDiskWithResponse(ctx context.Context, diskId externalRef2.DiskId, reqEditors ...RequestEditorFn) (*RetrieveDiskResponse, error) + func (c *ClientWithResponses) RetrieveEnvGroupEnvVarWithResponse(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*RetrieveEnvGroupEnvVarResponse, error) + func (c *ClientWithResponses) RetrieveEnvGroupSecretFileWithResponse(ctx context.Context, envGroupId EnvGroupIdParam, ...) (*RetrieveEnvGroupSecretFileResponse, error) + func (c *ClientWithResponses) RetrieveEnvGroupWithResponse(ctx context.Context, envGroupId EnvGroupIdParam, reqEditors ...RequestEditorFn) (*RetrieveEnvGroupResponse, error) + func (c *ClientWithResponses) RetrieveEnvVarWithResponse(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*RetrieveEnvVarResponse, error) + func (c *ClientWithResponses) RetrieveEnvironmentWithResponse(ctx context.Context, environmentId string, reqEditors ...RequestEditorFn) (*RetrieveEnvironmentResponse, error) + func (c *ClientWithResponses) RetrieveJobWithResponse(ctx context.Context, serviceId ServiceIdParam, jobId externalRef4.JobId, ...) (*RetrieveJobResponse, error) + func (c *ClientWithResponses) RetrieveMaintenanceWithResponse(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*RetrieveMaintenanceResponse, error) + func (c *ClientWithResponses) RetrieveOwnerNotificationSettingsWithResponse(ctx context.Context, ownerId OwnerIdPathParam, reqEditors ...RequestEditorFn) (*RetrieveOwnerNotificationSettingsResponse, error) + func (c *ClientWithResponses) RetrieveOwnerWithResponse(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*RetrieveOwnerResponse, error) + func (c *ClientWithResponses) RetrievePostgresConnectionInfoWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*RetrievePostgresConnectionInfoResponse, error) + func (c *ClientWithResponses) RetrievePostgresRecoveryInfoWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*RetrievePostgresRecoveryInfoResponse, error) + func (c *ClientWithResponses) RetrievePostgresWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*RetrievePostgresResponse, error) + func (c *ClientWithResponses) RetrieveProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*RetrieveProjectResponse, error) + func (c *ClientWithResponses) RetrieveRedisConnectionInfoWithResponse(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*RetrieveRedisConnectionInfoResponse, error) + func (c *ClientWithResponses) RetrieveRedisWithResponse(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*RetrieveRedisResponse, error) + func (c *ClientWithResponses) RetrieveRegistryCredentialWithResponse(ctx context.Context, registryCredentialId string, ...) (*RetrieveRegistryCredentialResponse, error) + func (c *ClientWithResponses) RetrieveSecretFileWithResponse(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*RetrieveSecretFileResponse, error) + func (c *ClientWithResponses) RetrieveServiceNotificationOverridesWithResponse(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*RetrieveServiceNotificationOverridesResponse, error) + func (c *ClientWithResponses) RetrieveServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*RetrieveServiceResponse, error) + func (c *ClientWithResponses) RollbackDeployWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*RollbackDeployResponse, error) + func (c *ClientWithResponses) RollbackDeployWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*RollbackDeployResponse, error) + func (c *ClientWithResponses) RunCronJobWithResponse(ctx context.Context, cronJobId CronJobIdParam, reqEditors ...RequestEditorFn) (*RunCronJobResponse, error) + func (c *ClientWithResponses) ScaleServiceWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*ScaleServiceResponse, error) + func (c *ClientWithResponses) ScaleServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*ScaleServiceResponse, error) + func (c *ClientWithResponses) SubscribeLogsWithResponse(ctx context.Context, params *SubscribeLogsParams, ...) (*SubscribeLogsResponse, error) + func (c *ClientWithResponses) SuspendPostgresWithResponse(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*SuspendPostgresResponse, error) + func (c *ClientWithResponses) SuspendServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*SuspendServiceResponse, error) + func (c *ClientWithResponses) TriggerMaintenanceWithResponse(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*TriggerMaintenanceResponse, error) + func (c *ClientWithResponses) UnlinkServiceFromEnvGroupWithResponse(ctx context.Context, envGroupId string, serviceId string, ...) (*UnlinkServiceFromEnvGroupResponse, error) + func (c *ClientWithResponses) UpdateBlueprintWithBodyWithResponse(ctx context.Context, blueprintId externalRef1.BlueprintId, contentType string, ...) (*UpdateBlueprintResponse, error) + func (c *ClientWithResponses) UpdateBlueprintWithResponse(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*UpdateBlueprintResponse, error) + func (c *ClientWithResponses) UpdateDiskWithBodyWithResponse(ctx context.Context, diskId externalRef2.DiskId, contentType string, ...) (*UpdateDiskResponse, error) + func (c *ClientWithResponses) UpdateDiskWithResponse(ctx context.Context, diskId externalRef2.DiskId, ...) (*UpdateDiskResponse, error) + func (c *ClientWithResponses) UpdateEnvGroupEnvVarWithBodyWithResponse(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*UpdateEnvGroupEnvVarResponse, error) + func (c *ClientWithResponses) UpdateEnvGroupEnvVarWithResponse(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*UpdateEnvGroupEnvVarResponse, error) + func (c *ClientWithResponses) UpdateEnvGroupSecretFileWithBodyWithResponse(ctx context.Context, envGroupId string, secretFileName string, ...) (*UpdateEnvGroupSecretFileResponse, error) + func (c *ClientWithResponses) UpdateEnvGroupSecretFileWithResponse(ctx context.Context, envGroupId string, secretFileName string, ...) (*UpdateEnvGroupSecretFileResponse, error) + func (c *ClientWithResponses) UpdateEnvGroupWithBodyWithResponse(ctx context.Context, envGroupId string, contentType string, body io.Reader, ...) (*UpdateEnvGroupResponse, error) + func (c *ClientWithResponses) UpdateEnvGroupWithResponse(ctx context.Context, envGroupId string, body UpdateEnvGroupJSONRequestBody, ...) (*UpdateEnvGroupResponse, error) + func (c *ClientWithResponses) UpdateEnvVarWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*UpdateEnvVarResponse, error) + func (c *ClientWithResponses) UpdateEnvVarWithResponse(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*UpdateEnvVarResponse, error) + func (c *ClientWithResponses) UpdateEnvVarsForServiceWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*UpdateEnvVarsForServiceResponse, error) + func (c *ClientWithResponses) UpdateEnvVarsForServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*UpdateEnvVarsForServiceResponse, error) + func (c *ClientWithResponses) UpdateEnvironmentWithBodyWithResponse(ctx context.Context, environmentId string, contentType string, body io.Reader, ...) (*UpdateEnvironmentResponse, error) + func (c *ClientWithResponses) UpdateEnvironmentWithResponse(ctx context.Context, environmentId string, ...) (*UpdateEnvironmentResponse, error) + func (c *ClientWithResponses) UpdateHeadersWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*UpdateHeadersResponse, error) + func (c *ClientWithResponses) UpdateHeadersWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*UpdateHeadersResponse, error) + func (c *ClientWithResponses) UpdateMaintenanceWithBodyWithResponse(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*UpdateMaintenanceResponse, error) + func (c *ClientWithResponses) UpdateMaintenanceWithResponse(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*UpdateMaintenanceResponse, error) + func (c *ClientWithResponses) UpdateOwnerLogStreamWithBodyWithResponse(ctx context.Context, ownerId string, contentType string, body io.Reader, ...) (*UpdateOwnerLogStreamResponse, error) + func (c *ClientWithResponses) UpdateOwnerLogStreamWithResponse(ctx context.Context, ownerId string, body UpdateOwnerLogStreamJSONRequestBody, ...) (*UpdateOwnerLogStreamResponse, error) + func (c *ClientWithResponses) UpdatePostgresWithBodyWithResponse(ctx context.Context, postgresId string, contentType string, body io.Reader, ...) (*UpdatePostgresResponse, error) + func (c *ClientWithResponses) UpdatePostgresWithResponse(ctx context.Context, postgresId string, body UpdatePostgresJSONRequestBody, ...) (*UpdatePostgresResponse, error) + func (c *ClientWithResponses) UpdateProjectWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, ...) (*UpdateProjectResponse, error) + func (c *ClientWithResponses) UpdateProjectWithResponse(ctx context.Context, projectId string, body UpdateProjectJSONRequestBody, ...) (*UpdateProjectResponse, error) + func (c *ClientWithResponses) UpdateRedisWithBodyWithResponse(ctx context.Context, redisId string, contentType string, body io.Reader, ...) (*UpdateRedisResponse, error) + func (c *ClientWithResponses) UpdateRedisWithResponse(ctx context.Context, redisId string, body UpdateRedisJSONRequestBody, ...) (*UpdateRedisResponse, error) + func (c *ClientWithResponses) UpdateRegistryCredentialWithBodyWithResponse(ctx context.Context, registryCredentialId string, contentType string, ...) (*UpdateRegistryCredentialResponse, error) + func (c *ClientWithResponses) UpdateRegistryCredentialWithResponse(ctx context.Context, registryCredentialId string, ...) (*UpdateRegistryCredentialResponse, error) + func (c *ClientWithResponses) UpdateResourceLogStreamWithBodyWithResponse(ctx context.Context, resourceId string, contentType string, body io.Reader, ...) (*UpdateResourceLogStreamResponse, error) + func (c *ClientWithResponses) UpdateResourceLogStreamWithResponse(ctx context.Context, resourceId string, ...) (*UpdateResourceLogStreamResponse, error) + func (c *ClientWithResponses) UpdateSecretFilesForServiceWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*UpdateSecretFilesForServiceResponse, error) + func (c *ClientWithResponses) UpdateSecretFilesForServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*UpdateSecretFilesForServiceResponse, error) + func (c *ClientWithResponses) UpdateServiceWithBodyWithResponse(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*UpdateServiceResponse, error) + func (c *ClientWithResponses) UpdateServiceWithResponse(ctx context.Context, serviceId ServiceIdParam, ...) (*UpdateServiceResponse, error) + type ClientWithResponsesInterface interface + AddDiskWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*AddDiskResponse, error) + AddDiskWithResponse func(ctx context.Context, body AddDiskJSONRequestBody, ...) (*AddDiskResponse, error) + AddHeadersWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*AddHeadersResponse, error) + AddHeadersWithResponse func(ctx context.Context, serviceId ServiceIdParam, body AddHeadersJSONRequestBody, ...) (*AddHeadersResponse, error) + AddOrUpdateSecretFileWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*AddOrUpdateSecretFileResponse, error) + AddOrUpdateSecretFileWithResponse func(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*AddOrUpdateSecretFileResponse, error) + AddResourcesToEnvironmentWithBodyWithResponse func(ctx context.Context, environmentId string, contentType string, body io.Reader, ...) (*AddResourcesToEnvironmentResponse, error) + AddResourcesToEnvironmentWithResponse func(ctx context.Context, environmentId string, ...) (*AddResourcesToEnvironmentResponse, error) + AddRouteWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*AddRouteResponse, error) + AddRouteWithResponse func(ctx context.Context, serviceId ServiceIdParam, body AddRouteJSONRequestBody, ...) (*AddRouteResponse, error) + AutoscaleServiceWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*AutoscaleServiceResponse, error) + AutoscaleServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*AutoscaleServiceResponse, error) + CancelCronJobRunWithResponse func(ctx context.Context, cronJobId CronJobIdParam, reqEditors ...RequestEditorFn) (*CancelCronJobRunResponse, error) + CancelDeployWithResponse func(ctx context.Context, serviceId ServiceIdParam, deployId DeployIdParam, ...) (*CancelDeployResponse, error) + CancelJobWithResponse func(ctx context.Context, serviceId ServiceIdParam, jobId externalRef4.JobId, ...) (*CancelJobResponse, error) + CreateCustomDomainWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*CreateCustomDomainResponse, error) + CreateCustomDomainWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*CreateCustomDomainResponse, error) + CreateDeployWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*CreateDeployResponse, error) + CreateDeployWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*CreateDeployResponse, error) + CreateEnvGroupWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateEnvGroupResponse, error) + CreateEnvGroupWithResponse func(ctx context.Context, body CreateEnvGroupJSONRequestBody, ...) (*CreateEnvGroupResponse, error) + CreateEnvironmentWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateEnvironmentResponse, error) + CreateEnvironmentWithResponse func(ctx context.Context, body CreateEnvironmentJSONRequestBody, ...) (*CreateEnvironmentResponse, error) + CreatePostgresBackupWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*CreatePostgresBackupResponse, error) + CreatePostgresWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreatePostgresResponse, error) + CreatePostgresWithResponse func(ctx context.Context, body CreatePostgresJSONRequestBody, ...) (*CreatePostgresResponse, error) + CreateProjectWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateProjectResponse, error) + CreateProjectWithResponse func(ctx context.Context, body CreateProjectJSONRequestBody, ...) (*CreateProjectResponse, error) + CreateRedisWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRedisResponse, error) + CreateRedisWithResponse func(ctx context.Context, body CreateRedisJSONRequestBody, ...) (*CreateRedisResponse, error) + CreateRegistryCredentialWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRegistryCredentialResponse, error) + CreateRegistryCredentialWithResponse func(ctx context.Context, body CreateRegistryCredentialJSONRequestBody, ...) (*CreateRegistryCredentialResponse, error) + CreateServiceWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateServiceResponse, error) + CreateServiceWithResponse func(ctx context.Context, body CreateServiceJSONRequestBody, ...) (*CreateServiceResponse, error) + DeleteAutoscalingConfigWithResponse func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*DeleteAutoscalingConfigResponse, error) + DeleteCustomDomainWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*DeleteCustomDomainResponse, error) + DeleteDiskWithResponse func(ctx context.Context, diskId externalRef2.DiskId, reqEditors ...RequestEditorFn) (*DeleteDiskResponse, error) + DeleteEnvGroupEnvVarWithResponse func(ctx context.Context, envGroupId string, envVarKey EnvVarKeyParam, ...) (*DeleteEnvGroupEnvVarResponse, error) + DeleteEnvGroupSecretFileWithResponse func(ctx context.Context, envGroupId EnvGroupIdParam, ...) (*DeleteEnvGroupSecretFileResponse, error) + DeleteEnvGroupWithResponse func(ctx context.Context, envGroupId string, reqEditors ...RequestEditorFn) (*DeleteEnvGroupResponse, error) + DeleteEnvVarWithResponse func(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*DeleteEnvVarResponse, error) + DeleteEnvironmentWithResponse func(ctx context.Context, environmentId string, reqEditors ...RequestEditorFn) (*DeleteEnvironmentResponse, error) + DeleteHeaderWithResponse func(ctx context.Context, serviceId ServiceIdParam, headerId string, ...) (*DeleteHeaderResponse, error) + DeleteOwnerLogStreamWithResponse func(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*DeleteOwnerLogStreamResponse, error) + DeletePostgresWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*DeletePostgresResponse, error) + DeleteProjectWithResponse func(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*DeleteProjectResponse, error) + DeleteRedisWithResponse func(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*DeleteRedisResponse, error) + DeleteRegistryCredentialWithResponse func(ctx context.Context, registryCredentialId string, ...) (*DeleteRegistryCredentialResponse, error) + DeleteResourceLogStreamWithResponse func(ctx context.Context, resourceId string, reqEditors ...RequestEditorFn) (*DeleteResourceLogStreamResponse, error) + DeleteRouteWithResponse func(ctx context.Context, serviceId ServiceIdParam, routeId string, ...) (*DeleteRouteResponse, error) + DeleteSecretFileWithResponse func(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*DeleteSecretFileResponse, error) + DeleteServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*DeleteServiceResponse, error) + DisconnectBlueprintWithResponse func(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*DisconnectBlueprintResponse, error) + FailoverPostgresWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*FailoverPostgresResponse, error) + GetActiveConnectionsWithResponse func(ctx context.Context, params *GetActiveConnectionsParams, ...) (*GetActiveConnectionsResponse, error) + GetBandwidthWithResponse func(ctx context.Context, params *GetBandwidthParams, reqEditors ...RequestEditorFn) (*GetBandwidthResponse, error) + GetCpuLimitWithResponse func(ctx context.Context, params *GetCpuLimitParams, reqEditors ...RequestEditorFn) (*GetCpuLimitResponse, error) + GetCpuTargetWithResponse func(ctx context.Context, params *GetCpuTargetParams, reqEditors ...RequestEditorFn) (*GetCpuTargetResponse, error) + GetCpuWithResponse func(ctx context.Context, params *GetCpuParams, reqEditors ...RequestEditorFn) (*GetCpuResponse, error) + GetDiskCapacityWithResponse func(ctx context.Context, params *GetDiskCapacityParams, ...) (*GetDiskCapacityResponse, error) + GetDiskUsageWithResponse func(ctx context.Context, params *GetDiskUsageParams, reqEditors ...RequestEditorFn) (*GetDiskUsageResponse, error) + GetEnvVarsForServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*GetEnvVarsForServiceResponse, error) + GetHttpLatencyWithResponse func(ctx context.Context, params *GetHttpLatencyParams, ...) (*GetHttpLatencyResponse, error) + GetHttpRequestsWithResponse func(ctx context.Context, params *GetHttpRequestsParams, ...) (*GetHttpRequestsResponse, error) + GetInstanceCountWithResponse func(ctx context.Context, params *GetInstanceCountParams, ...) (*GetInstanceCountResponse, error) + GetMemoryLimitWithResponse func(ctx context.Context, params *GetMemoryLimitParams, ...) (*GetMemoryLimitResponse, error) + GetMemoryTargetWithResponse func(ctx context.Context, params *GetMemoryTargetParams, ...) (*GetMemoryTargetResponse, error) + GetMemoryWithResponse func(ctx context.Context, params *GetMemoryParams, reqEditors ...RequestEditorFn) (*GetMemoryResponse, error) + GetOwnerLogStreamWithResponse func(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*GetOwnerLogStreamResponse, error) + GetReplicationLagWithResponse func(ctx context.Context, params *GetReplicationLagParams, ...) (*GetReplicationLagResponse, error) + GetResourceLogStreamWithResponse func(ctx context.Context, resourceId string, reqEditors ...RequestEditorFn) (*GetResourceLogStreamResponse, error) + GetUserWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserResponse, error) + LinkServiceToEnvGroupWithResponse func(ctx context.Context, envGroupId EnvGroupIdParam, serviceId ServiceIdParam, ...) (*LinkServiceToEnvGroupResponse, error) + ListApplicationFilterValuesWithResponse func(ctx context.Context, params *ListApplicationFilterValuesParams, ...) (*ListApplicationFilterValuesResponse, error) + ListBlueprintSyncsWithResponse func(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*ListBlueprintSyncsResponse, error) + ListBlueprintsWithResponse func(ctx context.Context, params *ListBlueprintsParams, ...) (*ListBlueprintsResponse, error) + ListCustomDomainsWithResponse func(ctx context.Context, serviceId ServiceIdParam, params *ListCustomDomainsParams, ...) (*ListCustomDomainsResponse, error) + ListDeploysWithResponse func(ctx context.Context, serviceId ServiceIdParam, params *ListDeploysParams, ...) (*ListDeploysResponse, error) + ListDisksWithResponse func(ctx context.Context, params *ListDisksParams, reqEditors ...RequestEditorFn) (*ListDisksResponse, error) + ListEnvGroupsWithResponse func(ctx context.Context, params *ListEnvGroupsParams, ...) (*ListEnvGroupsResponse, error) + ListEnvironmentsWithResponse func(ctx context.Context, params *ListEnvironmentsParams, ...) (*ListEnvironmentsResponse, error) + ListEventsWithResponse func(ctx context.Context, serviceId ServiceIdParam, params *ListEventsParams, ...) (*ListEventsResponse, error) + ListHeadersWithResponse func(ctx context.Context, serviceId ServiceIdParam, params *ListHeadersParams, ...) (*ListHeadersResponse, error) + ListHttpFilterValuesWithResponse func(ctx context.Context, params *ListHttpFilterValuesParams, ...) (*ListHttpFilterValuesResponse, error) + ListJobWithResponse func(ctx context.Context, serviceId ServiceIdParam, params *ListJobParams, ...) (*ListJobResponse, error) + ListLogsValuesWithResponse func(ctx context.Context, params *ListLogsValuesParams, ...) (*ListLogsValuesResponse, error) + ListLogsWithResponse func(ctx context.Context, params *ListLogsParams, reqEditors ...RequestEditorFn) (*ListLogsResponse, error) + ListMaintenanceWithResponse func(ctx context.Context, params *ListMaintenanceParams, ...) (*ListMaintenanceResponse, error) + ListNotificationOverridesWithResponse func(ctx context.Context, params *ListNotificationOverridesParams, ...) (*ListNotificationOverridesResponse, error) + ListOwnersWithResponse func(ctx context.Context, params *ListOwnersParams, reqEditors ...RequestEditorFn) (*ListOwnersResponse, error) + ListPathFilterValuesWithResponse func(ctx context.Context, params *ListPathFilterValuesParams, ...) (*ListPathFilterValuesResponse, error) + ListPostgresBackupWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*ListPostgresBackupResponse, error) + ListPostgresWithResponse func(ctx context.Context, params *ListPostgresParams, reqEditors ...RequestEditorFn) (*ListPostgresResponse, error) + ListProjectsWithResponse func(ctx context.Context, params *ListProjectsParams, reqEditors ...RequestEditorFn) (*ListProjectsResponse, error) + ListRedisWithResponse func(ctx context.Context, params *ListRedisParams, reqEditors ...RequestEditorFn) (*ListRedisResponse, error) + ListRegistryCredentialsWithResponse func(ctx context.Context, params *ListRegistryCredentialsParams, ...) (*ListRegistryCredentialsResponse, error) + ListResourceLogStreamsWithResponse func(ctx context.Context, params *ListResourceLogStreamsParams, ...) (*ListResourceLogStreamsResponse, error) + ListRoutesWithResponse func(ctx context.Context, serviceId ServiceIdParam, params *ListRoutesParams, ...) (*ListRoutesResponse, error) + ListSecretFilesForServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*ListSecretFilesForServiceResponse, error) + ListServicesWithResponse func(ctx context.Context, params *ListServicesParams, reqEditors ...RequestEditorFn) (*ListServicesResponse, error) + ListSnapshotsWithResponse func(ctx context.Context, diskId string, reqEditors ...RequestEditorFn) (*ListSnapshotsResponse, error) + PatchOwnerNotificationSettingsWithBodyWithResponse func(ctx context.Context, ownerId OwnerIdPathParam, contentType string, ...) (*PatchOwnerNotificationSettingsResponse, error) + PatchOwnerNotificationSettingsWithResponse func(ctx context.Context, ownerId OwnerIdPathParam, ...) (*PatchOwnerNotificationSettingsResponse, error) + PatchRouteWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PatchRouteResponse, error) + PatchRouteWithResponse func(ctx context.Context, serviceId ServiceIdParam, body PatchRouteJSONRequestBody, ...) (*PatchRouteResponse, error) + PatchServiceNotificationOverridesWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PatchServiceNotificationOverridesResponse, error) + PatchServiceNotificationOverridesWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*PatchServiceNotificationOverridesResponse, error) + PostJobWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PostJobResponse, error) + PostJobWithResponse func(ctx context.Context, serviceId ServiceIdParam, body PostJobJSONRequestBody, ...) (*PostJobResponse, error) + PreviewServiceWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PreviewServiceResponse, error) + PreviewServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*PreviewServiceResponse, error) + PutRoutesWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*PutRoutesResponse, error) + PutRoutesWithResponse func(ctx context.Context, serviceId ServiceIdParam, body PutRoutesJSONRequestBody, ...) (*PutRoutesResponse, error) + RecoverPostgresWithBodyWithResponse func(ctx context.Context, postgresId string, contentType string, body io.Reader, ...) (*RecoverPostgresResponse, error) + RecoverPostgresWithResponse func(ctx context.Context, postgresId string, body RecoverPostgresJSONRequestBody, ...) (*RecoverPostgresResponse, error) + RefreshCustomDomainWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*RefreshCustomDomainResponse, error) + RemoveResourcesFromEnvironmentWithResponse func(ctx context.Context, environmentId string, ...) (*RemoveResourcesFromEnvironmentResponse, error) + RestartPostgresWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*RestartPostgresResponse, error) + RestartServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*RestartServiceResponse, error) + RestoreSnapshotWithBodyWithResponse func(ctx context.Context, diskId string, contentType string, body io.Reader, ...) (*RestoreSnapshotResponse, error) + RestoreSnapshotWithResponse func(ctx context.Context, diskId string, body RestoreSnapshotJSONRequestBody, ...) (*RestoreSnapshotResponse, error) + ResumePostgresWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*ResumePostgresResponse, error) + ResumeServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*ResumeServiceResponse, error) + RetrieveBlueprintWithResponse func(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*RetrieveBlueprintResponse, error) + RetrieveCustomDomainWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*RetrieveCustomDomainResponse, error) + RetrieveDeployWithResponse func(ctx context.Context, serviceId ServiceIdParam, deployId DeployIdParam, ...) (*RetrieveDeployResponse, error) + RetrieveDiskWithResponse func(ctx context.Context, diskId externalRef2.DiskId, reqEditors ...RequestEditorFn) (*RetrieveDiskResponse, error) + RetrieveEnvGroupEnvVarWithResponse func(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*RetrieveEnvGroupEnvVarResponse, error) + RetrieveEnvGroupSecretFileWithResponse func(ctx context.Context, envGroupId EnvGroupIdParam, ...) (*RetrieveEnvGroupSecretFileResponse, error) + RetrieveEnvGroupWithResponse func(ctx context.Context, envGroupId EnvGroupIdParam, reqEditors ...RequestEditorFn) (*RetrieveEnvGroupResponse, error) + RetrieveEnvVarWithResponse func(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*RetrieveEnvVarResponse, error) + RetrieveEnvironmentWithResponse func(ctx context.Context, environmentId string, reqEditors ...RequestEditorFn) (*RetrieveEnvironmentResponse, error) + RetrieveJobWithResponse func(ctx context.Context, serviceId ServiceIdParam, jobId externalRef4.JobId, ...) (*RetrieveJobResponse, error) + RetrieveMaintenanceWithResponse func(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*RetrieveMaintenanceResponse, error) + RetrieveOwnerNotificationSettingsWithResponse func(ctx context.Context, ownerId OwnerIdPathParam, reqEditors ...RequestEditorFn) (*RetrieveOwnerNotificationSettingsResponse, error) + RetrieveOwnerWithResponse func(ctx context.Context, ownerId string, reqEditors ...RequestEditorFn) (*RetrieveOwnerResponse, error) + RetrievePostgresConnectionInfoWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*RetrievePostgresConnectionInfoResponse, error) + RetrievePostgresRecoveryInfoWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*RetrievePostgresRecoveryInfoResponse, error) + RetrievePostgresWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*RetrievePostgresResponse, error) + RetrieveProjectWithResponse func(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*RetrieveProjectResponse, error) + RetrieveRedisConnectionInfoWithResponse func(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*RetrieveRedisConnectionInfoResponse, error) + RetrieveRedisWithResponse func(ctx context.Context, redisId string, reqEditors ...RequestEditorFn) (*RetrieveRedisResponse, error) + RetrieveRegistryCredentialWithResponse func(ctx context.Context, registryCredentialId string, ...) (*RetrieveRegistryCredentialResponse, error) + RetrieveSecretFileWithResponse func(ctx context.Context, serviceId ServiceIdParam, secretFileName string, ...) (*RetrieveSecretFileResponse, error) + RetrieveServiceNotificationOverridesWithResponse func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*RetrieveServiceNotificationOverridesResponse, error) + RetrieveServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*RetrieveServiceResponse, error) + RollbackDeployWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*RollbackDeployResponse, error) + RollbackDeployWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*RollbackDeployResponse, error) + RunCronJobWithResponse func(ctx context.Context, cronJobId CronJobIdParam, reqEditors ...RequestEditorFn) (*RunCronJobResponse, error) + ScaleServiceWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*ScaleServiceResponse, error) + ScaleServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*ScaleServiceResponse, error) + SubscribeLogsWithResponse func(ctx context.Context, params *SubscribeLogsParams, ...) (*SubscribeLogsResponse, error) + SuspendPostgresWithResponse func(ctx context.Context, postgresId string, reqEditors ...RequestEditorFn) (*SuspendPostgresResponse, error) + SuspendServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, reqEditors ...RequestEditorFn) (*SuspendServiceResponse, error) + TriggerMaintenanceWithResponse func(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*TriggerMaintenanceResponse, error) + UnlinkServiceFromEnvGroupWithResponse func(ctx context.Context, envGroupId string, serviceId string, ...) (*UnlinkServiceFromEnvGroupResponse, error) + UpdateBlueprintWithBodyWithResponse func(ctx context.Context, blueprintId externalRef1.BlueprintId, contentType string, ...) (*UpdateBlueprintResponse, error) + UpdateBlueprintWithResponse func(ctx context.Context, blueprintId externalRef1.BlueprintId, ...) (*UpdateBlueprintResponse, error) + UpdateDiskWithBodyWithResponse func(ctx context.Context, diskId externalRef2.DiskId, contentType string, ...) (*UpdateDiskResponse, error) + UpdateDiskWithResponse func(ctx context.Context, diskId externalRef2.DiskId, ...) (*UpdateDiskResponse, error) + UpdateEnvGroupEnvVarWithBodyWithResponse func(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*UpdateEnvGroupEnvVarResponse, error) + UpdateEnvGroupEnvVarWithResponse func(ctx context.Context, envGroupId EnvGroupIdParam, envVarKey EnvVarKeyParam, ...) (*UpdateEnvGroupEnvVarResponse, error) + UpdateEnvGroupSecretFileWithBodyWithResponse func(ctx context.Context, envGroupId string, secretFileName string, ...) (*UpdateEnvGroupSecretFileResponse, error) + UpdateEnvGroupSecretFileWithResponse func(ctx context.Context, envGroupId string, secretFileName string, ...) (*UpdateEnvGroupSecretFileResponse, error) + UpdateEnvGroupWithBodyWithResponse func(ctx context.Context, envGroupId string, contentType string, body io.Reader, ...) (*UpdateEnvGroupResponse, error) + UpdateEnvGroupWithResponse func(ctx context.Context, envGroupId string, body UpdateEnvGroupJSONRequestBody, ...) (*UpdateEnvGroupResponse, error) + UpdateEnvVarWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*UpdateEnvVarResponse, error) + UpdateEnvVarWithResponse func(ctx context.Context, serviceId ServiceIdParam, envVarKey EnvVarKeyParam, ...) (*UpdateEnvVarResponse, error) + UpdateEnvVarsForServiceWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*UpdateEnvVarsForServiceResponse, error) + UpdateEnvVarsForServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*UpdateEnvVarsForServiceResponse, error) + UpdateEnvironmentWithBodyWithResponse func(ctx context.Context, environmentId string, contentType string, body io.Reader, ...) (*UpdateEnvironmentResponse, error) + UpdateEnvironmentWithResponse func(ctx context.Context, environmentId string, ...) (*UpdateEnvironmentResponse, error) + UpdateHeadersWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*UpdateHeadersResponse, error) + UpdateHeadersWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*UpdateHeadersResponse, error) + UpdateMaintenanceWithBodyWithResponse func(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*UpdateMaintenanceResponse, error) + UpdateMaintenanceWithResponse func(ctx context.Context, maintenanceRunParam externalRef6.MaintenanceRunParam, ...) (*UpdateMaintenanceResponse, error) + UpdateOwnerLogStreamWithBodyWithResponse func(ctx context.Context, ownerId string, contentType string, body io.Reader, ...) (*UpdateOwnerLogStreamResponse, error) + UpdateOwnerLogStreamWithResponse func(ctx context.Context, ownerId string, body UpdateOwnerLogStreamJSONRequestBody, ...) (*UpdateOwnerLogStreamResponse, error) + UpdatePostgresWithBodyWithResponse func(ctx context.Context, postgresId string, contentType string, body io.Reader, ...) (*UpdatePostgresResponse, error) + UpdatePostgresWithResponse func(ctx context.Context, postgresId string, body UpdatePostgresJSONRequestBody, ...) (*UpdatePostgresResponse, error) + UpdateProjectWithBodyWithResponse func(ctx context.Context, projectId string, contentType string, body io.Reader, ...) (*UpdateProjectResponse, error) + UpdateProjectWithResponse func(ctx context.Context, projectId string, body UpdateProjectJSONRequestBody, ...) (*UpdateProjectResponse, error) + UpdateRedisWithBodyWithResponse func(ctx context.Context, redisId string, contentType string, body io.Reader, ...) (*UpdateRedisResponse, error) + UpdateRedisWithResponse func(ctx context.Context, redisId string, body UpdateRedisJSONRequestBody, ...) (*UpdateRedisResponse, error) + UpdateRegistryCredentialWithBodyWithResponse func(ctx context.Context, registryCredentialId string, contentType string, ...) (*UpdateRegistryCredentialResponse, error) + UpdateRegistryCredentialWithResponse func(ctx context.Context, registryCredentialId string, ...) (*UpdateRegistryCredentialResponse, error) + UpdateResourceLogStreamWithBodyWithResponse func(ctx context.Context, resourceId string, contentType string, body io.Reader, ...) (*UpdateResourceLogStreamResponse, error) + UpdateResourceLogStreamWithResponse func(ctx context.Context, resourceId string, ...) (*UpdateResourceLogStreamResponse, error) + UpdateSecretFilesForServiceWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*UpdateSecretFilesForServiceResponse, error) + UpdateSecretFilesForServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*UpdateSecretFilesForServiceResponse, error) + UpdateServiceWithBodyWithResponse func(ctx context.Context, serviceId ServiceIdParam, contentType string, ...) (*UpdateServiceResponse, error) + UpdateServiceWithResponse func(ctx context.Context, serviceId ServiceIdParam, ...) (*UpdateServiceResponse, error) + type CreateCustomDomainJSONBody struct + Name string + type CreateCustomDomainJSONRequestBody CreateCustomDomainJSONBody + type CreateCustomDomainResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *[]CustomDomain + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON402 *N402PaymentRequired + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON409 *N409Conflict + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreateCustomDomainResponse(rsp *http.Response) (*CreateCustomDomainResponse, error) + func (r CreateCustomDomainResponse) Status() string + func (r CreateCustomDomainResponse) StatusCode() int + type CreateDeployJSONBody struct + ClearCache *CreateDeployJSONBodyClearCache + CommitId *string + ImageUrl *string + type CreateDeployJSONBodyClearCache string + const Clear + const DoNotClear + type CreateDeployJSONRequestBody CreateDeployJSONBody + type CreateDeployResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Deploy + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON409 *N409Conflict + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreateDeployResponse(rsp *http.Response) (*CreateDeployResponse, error) + func (r CreateDeployResponse) Status() string + func (r CreateDeployResponse) StatusCode() int + type CreateEnvGroupJSONRequestBody = EnvGroupPOSTInput + type CreateEnvGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *EnvGroup + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreateEnvGroupResponse(rsp *http.Response) (*CreateEnvGroupResponse, error) + func (r CreateEnvGroupResponse) Status() string + func (r CreateEnvGroupResponse) StatusCode() int + type CreateEnvironmentJSONRequestBody = EnvironmentPOSTInput + type CreateEnvironmentResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Environment + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreateEnvironmentResponse(rsp *http.Response) (*CreateEnvironmentResponse, error) + func (r CreateEnvironmentResponse) Status() string + func (r CreateEnvironmentResponse) StatusCode() int + type CreatePostgresBackupResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreatePostgresBackupResponse(rsp *http.Response) (*CreatePostgresBackupResponse, error) + func (r CreatePostgresBackupResponse) Status() string + func (r CreatePostgresBackupResponse) StatusCode() int + type CreatePostgresJSONRequestBody = PostgresPOSTInput + type CreatePostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *PostgresDetail + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreatePostgresResponse(rsp *http.Response) (*CreatePostgresResponse, error) + func (r CreatePostgresResponse) Status() string + func (r CreatePostgresResponse) StatusCode() int + type CreateProjectJSONRequestBody = ProjectPOSTInput + type CreateProjectResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Project + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreateProjectResponse(rsp *http.Response) (*CreateProjectResponse, error) + func (r CreateProjectResponse) Status() string + func (r CreateProjectResponse) StatusCode() int + type CreateRedisJSONRequestBody = RedisPOSTInput + type CreateRedisResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *RedisDetail + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreateRedisResponse(rsp *http.Response) (*CreateRedisResponse, error) + func (r CreateRedisResponse) Status() string + func (r CreateRedisResponse) StatusCode() int + type CreateRegistryCredentialJSONBody struct + AuthToken string + Name string + OwnerId string + Registry RegistryCredentialRegistry + Username string + type CreateRegistryCredentialJSONRequestBody CreateRegistryCredentialJSONBody + type CreateRegistryCredentialResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RegistryCredential + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON402 *N402PaymentRequired + JSON406 *N406NotAcceptable + JSON409 *N409Conflict + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreateRegistryCredentialResponse(rsp *http.Response) (*CreateRegistryCredentialResponse, error) + func (r CreateRegistryCredentialResponse) Status() string + func (r CreateRegistryCredentialResponse) StatusCode() int + type CreateServiceJSONRequestBody = ServicePOST + type CreateServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *ServiceAndDeploy + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON402 *N402PaymentRequired + JSON406 *N406NotAcceptable + JSON409 *N409Conflict + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseCreateServiceResponse(rsp *http.Response) (*CreateServiceResponse, error) + func (r CreateServiceResponse) Status() string + func (r CreateServiceResponse) StatusCode() int + type CreatedAfterParam = time.Time + type CreatedBeforeParam = time.Time + type CronJobDetails struct + BuildPlan BuildPlan + Env ServiceEnv + EnvSpecificDetails EnvSpecificDetails + LastSuccessfulRunAt *time.Time + Plan Plan + Region Region + Runtime ServiceRuntime + Schedule string + type CronJobDetailsPATCH struct + EnvSpecificDetails *EnvSpecificDetailsPATCH + Plan *PaidPlan + Runtime *ServiceRuntime + Schedule *string + type CronJobDetailsPOST struct + Env *ServiceEnv + EnvSpecificDetails *EnvSpecificDetails + Plan *PaidPlan + Region *Region + Runtime ServiceRuntime + Schedule string + type CronJobIdParam = string + type CronJobRun struct + CanceledBy *string + FinishedAt *time.Time + Id string + StartedAt *time.Time + Status CronJobRunStatus + TriggeredBy *string + type CronJobRunStatus string + const CronJobRunStatusCanceled + const CronJobRunStatusPending + const CronJobRunStatusSuccessful + const CronJobRunStatusUnsuccessful + type Cursor = string + type CursorParam = string + type CustomDomain struct + CreatedAt time.Time + DomainType CustomDomainDomainType + Id string + Name string + PublicSuffix string + RedirectForName string + Server ... + VerificationStatus CustomDomainVerificationStatus + type CustomDomainDomainType string + const CustomDomainDomainTypeApex + const CustomDomainDomainTypeSubdomain + type CustomDomainIdOrNameParam = string + type CustomDomainVerificationStatus string + const CustomDomainVerificationStatusUnverified + const CustomDomainVerificationStatusVerified + type CustomDomainWithCursor struct + Cursor Cursor + CustomDomain CustomDomain + type DatabaseRole string + const Primary + const Replica + type DatabaseStatus string + const DatabaseStatusAvailable + const DatabaseStatusConfigRestart + const DatabaseStatusCreating + const DatabaseStatusMaintenanceInProgress + const DatabaseStatusMaintenanceScheduled + const DatabaseStatusRecoveryFailed + const DatabaseStatusRecoveryInProgress + const DatabaseStatusSuspended + const DatabaseStatusUnavailable + const DatabaseStatusUnknown + const DatabaseStatusUpdatingInstance + type DeleteAutoscalingConfigResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteAutoscalingConfigResponse(rsp *http.Response) (*DeleteAutoscalingConfigResponse, error) + func (r DeleteAutoscalingConfigResponse) Status() string + func (r DeleteAutoscalingConfigResponse) StatusCode() int + type DeleteCustomDomainResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteCustomDomainResponse(rsp *http.Response) (*DeleteCustomDomainResponse, error) + func (r DeleteCustomDomainResponse) Status() string + func (r DeleteCustomDomainResponse) StatusCode() int + type DeleteDiskResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteDiskResponse(rsp *http.Response) (*DeleteDiskResponse, error) + func (r DeleteDiskResponse) Status() string + func (r DeleteDiskResponse) StatusCode() int + type DeleteEnvGroupEnvVarResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteEnvGroupEnvVarResponse(rsp *http.Response) (*DeleteEnvGroupEnvVarResponse, error) + func (r DeleteEnvGroupEnvVarResponse) Status() string + func (r DeleteEnvGroupEnvVarResponse) StatusCode() int + type DeleteEnvGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteEnvGroupResponse(rsp *http.Response) (*DeleteEnvGroupResponse, error) + func (r DeleteEnvGroupResponse) Status() string + func (r DeleteEnvGroupResponse) StatusCode() int + type DeleteEnvGroupSecretFileResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteEnvGroupSecretFileResponse(rsp *http.Response) (*DeleteEnvGroupSecretFileResponse, error) + func (r DeleteEnvGroupSecretFileResponse) Status() string + func (r DeleteEnvGroupSecretFileResponse) StatusCode() int + type DeleteEnvVarResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteEnvVarResponse(rsp *http.Response) (*DeleteEnvVarResponse, error) + func (r DeleteEnvVarResponse) Status() string + func (r DeleteEnvVarResponse) StatusCode() int + type DeleteEnvironmentResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteEnvironmentResponse(rsp *http.Response) (*DeleteEnvironmentResponse, error) + func (r DeleteEnvironmentResponse) Status() string + func (r DeleteEnvironmentResponse) StatusCode() int + type DeleteHeaderResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteHeaderResponse(rsp *http.Response) (*DeleteHeaderResponse, error) + func (r DeleteHeaderResponse) Status() string + func (r DeleteHeaderResponse) StatusCode() int + type DeleteOwnerLogStreamResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteOwnerLogStreamResponse(rsp *http.Response) (*DeleteOwnerLogStreamResponse, error) + func (r DeleteOwnerLogStreamResponse) Status() string + func (r DeleteOwnerLogStreamResponse) StatusCode() int + type DeletePostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeletePostgresResponse(rsp *http.Response) (*DeletePostgresResponse, error) + func (r DeletePostgresResponse) Status() string + func (r DeletePostgresResponse) StatusCode() int + type DeleteProjectResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteProjectResponse(rsp *http.Response) (*DeleteProjectResponse, error) + func (r DeleteProjectResponse) Status() string + func (r DeleteProjectResponse) StatusCode() int + type DeleteRedisResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteRedisResponse(rsp *http.Response) (*DeleteRedisResponse, error) + func (r DeleteRedisResponse) Status() string + func (r DeleteRedisResponse) StatusCode() int + type DeleteRegistryCredentialResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteRegistryCredentialResponse(rsp *http.Response) (*DeleteRegistryCredentialResponse, error) + func (r DeleteRegistryCredentialResponse) Status() string + func (r DeleteRegistryCredentialResponse) StatusCode() int + type DeleteResourceLogStreamResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteResourceLogStreamResponse(rsp *http.Response) (*DeleteResourceLogStreamResponse, error) + func (r DeleteResourceLogStreamResponse) Status() string + func (r DeleteResourceLogStreamResponse) StatusCode() int + type DeleteRouteResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteRouteResponse(rsp *http.Response) (*DeleteRouteResponse, error) + func (r DeleteRouteResponse) Status() string + func (r DeleteRouteResponse) StatusCode() int + type DeleteSecretFileResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteSecretFileResponse(rsp *http.Response) (*DeleteSecretFileResponse, error) + func (r DeleteSecretFileResponse) Status() string + func (r DeleteSecretFileResponse) StatusCode() int + type DeleteServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDeleteServiceResponse(rsp *http.Response) (*DeleteServiceResponse, error) + func (r DeleteServiceResponse) Status() string + func (r DeleteServiceResponse) StatusCode() int + type Deploy struct + Commit ... + CreatedAt *time.Time + FinishedAt *time.Time + Id string + Image ... + Status *DeployStatus + Trigger *DeployTrigger + UpdatedAt *time.Time + type DeployIdParam = string + type DeployList = []DeployWithCursor + type DeployStatus string + const DeployStatusBuildFailed + const DeployStatusBuildInProgress + const DeployStatusCanceled + const DeployStatusCreated + const DeployStatusDeactivated + const DeployStatusLive + const DeployStatusPreDeployFailed + const DeployStatusPreDeployInProgress + const DeployStatusUpdateFailed + const DeployStatusUpdateInProgress + type DeployTrigger string + const DeployTriggerApi + const DeployTriggerBlueprintSync + const DeployTriggerDeployHook + const DeployTriggerDeployedByRender + const DeployTriggerManual + const DeployTriggerNewCommit + const DeployTriggerOther + const DeployTriggerRollback + const DeployTriggerServiceResumed + const DeployTriggerServiceUpdated + type DeployWithCursor struct + Cursor *Cursor + Deploy *Deploy + type DisconnectBlueprintResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseDisconnectBlueprintResponse(rsp *http.Response) (*DisconnectBlueprintResponse, error) + func (r DisconnectBlueprintResponse) Status() string + func (r DisconnectBlueprintResponse) StatusCode() int + type DiskSnapshot struct + CreatedAt *time.Time + InstanceId *InstanceId + SnapshotKey *string + type DiskWithCursor struct + Cursor Cursor + Disk externalRef2.DiskDetails + type DockerDetails struct + DockerCommand string + DockerContext string + DockerfilePath string + PreDeployCommand *string + RegistryCredential *RegistryCredential + type DockerDetailsPATCH struct + DockerCommand *string + DockerContext *string + DockerfilePath *string + RegistryCredentialId *string + type DockerDetailsPOST struct + DockerCommand *string + DockerContext *string + DockerfilePath *string + RegistryCredentialId *string + type EndTimeParam = time.Time + type EnvGroup struct + CreatedAt time.Time + EnvVars []EnvVar + EnvironmentId *string + Id string + Name string + OwnerId string + SecretFiles []SecretFile + ServiceLinks []ServiceLink + UpdatedAt time.Time + type EnvGroupIdParam = string + type EnvGroupMeta struct + CreatedAt time.Time + EnvironmentId *string + Id string + Name string + OwnerId string + ServiceLinks []ServiceLink + UpdatedAt time.Time + type EnvGroupPATCHInput struct + Name string + type EnvGroupPOSTInput struct + EnvVars EnvVarInputArray + EnvironmentId *string + Name string + OwnerId string + SecretFiles *[]SecretFileInput + ServiceIds *[]string + type EnvParam = []ServiceRuntime + type EnvSpecificDetails struct + func (t *EnvSpecificDetails) FromDockerDetails(v DockerDetails) error + func (t *EnvSpecificDetails) FromNativeEnvironmentDetails(v NativeEnvironmentDetails) error + func (t *EnvSpecificDetails) MergeDockerDetails(v DockerDetails) error + func (t *EnvSpecificDetails) MergeNativeEnvironmentDetails(v NativeEnvironmentDetails) error + func (t *EnvSpecificDetails) UnmarshalJSON(b []byte) error + func (t EnvSpecificDetails) AsDockerDetails() (DockerDetails, error) + func (t EnvSpecificDetails) AsNativeEnvironmentDetails() (NativeEnvironmentDetails, error) + func (t EnvSpecificDetails) MarshalJSON() ([]byte, error) + type EnvSpecificDetailsPATCH struct + func (t *EnvSpecificDetailsPATCH) FromDockerDetailsPATCH(v DockerDetailsPATCH) error + func (t *EnvSpecificDetailsPATCH) FromNativeEnvironmentDetailsPATCH(v NativeEnvironmentDetailsPATCH) error + func (t *EnvSpecificDetailsPATCH) MergeDockerDetailsPATCH(v DockerDetailsPATCH) error + func (t *EnvSpecificDetailsPATCH) MergeNativeEnvironmentDetailsPATCH(v NativeEnvironmentDetailsPATCH) error + func (t *EnvSpecificDetailsPATCH) UnmarshalJSON(b []byte) error + func (t EnvSpecificDetailsPATCH) AsDockerDetailsPATCH() (DockerDetailsPATCH, error) + func (t EnvSpecificDetailsPATCH) AsNativeEnvironmentDetailsPATCH() (NativeEnvironmentDetailsPATCH, error) + func (t EnvSpecificDetailsPATCH) MarshalJSON() ([]byte, error) + type EnvSpecificDetailsPOST struct + func (t *EnvSpecificDetailsPOST) FromDockerDetailsPOST(v DockerDetailsPOST) error + func (t *EnvSpecificDetailsPOST) FromNativeEnvironmentDetailsPOST(v NativeEnvironmentDetailsPOST) error + func (t *EnvSpecificDetailsPOST) MergeDockerDetailsPOST(v DockerDetailsPOST) error + func (t *EnvSpecificDetailsPOST) MergeNativeEnvironmentDetailsPOST(v NativeEnvironmentDetailsPOST) error + func (t *EnvSpecificDetailsPOST) UnmarshalJSON(b []byte) error + func (t EnvSpecificDetailsPOST) AsDockerDetailsPOST() (DockerDetailsPOST, error) + func (t EnvSpecificDetailsPOST) AsNativeEnvironmentDetailsPOST() (NativeEnvironmentDetailsPOST, error) + func (t EnvSpecificDetailsPOST) MarshalJSON() ([]byte, error) + type EnvVar struct + Key string + Value string + type EnvVarGenerateValue struct + GenerateValue bool + type EnvVarInput struct + func (t *EnvVarInput) FromEnvVarKeyGenerateValue(v EnvVarKeyGenerateValue) error + func (t *EnvVarInput) FromEnvVarKeyValue(v EnvVarKeyValue) error + func (t *EnvVarInput) MergeEnvVarKeyGenerateValue(v EnvVarKeyGenerateValue) error + func (t *EnvVarInput) MergeEnvVarKeyValue(v EnvVarKeyValue) error + func (t *EnvVarInput) UnmarshalJSON(b []byte) error + func (t EnvVarInput) AsEnvVarKeyGenerateValue() (EnvVarKeyGenerateValue, error) + func (t EnvVarInput) AsEnvVarKeyValue() (EnvVarKeyValue, error) + func (t EnvVarInput) MarshalJSON() ([]byte, error) + type EnvVarInputArray = []EnvVarInput + type EnvVarKeyGenerateValue struct + GenerateValue bool + Key string + type EnvVarKeyParam = string + type EnvVarKeyValue struct + Key string + Value string + type EnvVarValue struct + Value string + type EnvVarWithCursor struct + Cursor Cursor + EnvVar EnvVar + type Environment struct + DatabasesIds []string + EnvGroupIds []string + Id string + Name string + ProjectId string + ProtectedStatus ProtectedStatus + RedisIds []string + ServiceIds []string + type EnvironmentIdParam = []string + type EnvironmentPATCHInput struct + Name *string + ProtectedStatus *ProtectedStatus + type EnvironmentPOSTInput struct + Name string + ProjectId string + ProtectedStatus *ProtectedStatus + type EnvironmentResourcesPOSTInput struct + ResourceIds []string + type EnvironmentWithCursor struct + Cursor Cursor + Environment Environment + type Error struct + Id *string + Message *string + type ErrorWithCode struct + Code int + type EventTypeParam struct + func (t *EventTypeParam) FromExternalRef3EventType(v externalRef3.EventType) error + func (t *EventTypeParam) MergeExternalRef3EventType(v externalRef3.EventType) error + func (t *EventTypeParam) UnmarshalJSON(b []byte) error + func (t EventTypeParam) AsExternalRef3EventType() (externalRef3.EventType, error) + func (t EventTypeParam) MarshalJSON() ([]byte, error) + type FailoverPostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseFailoverPostgresResponse(rsp *http.Response) (*FailoverPostgresResponse, error) + func (r FailoverPostgresResponse) Status() string + func (r FailoverPostgresResponse) StatusCode() int + type GetActiveConnectionsParams struct + EndTime *EndTimeParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.DatastoreResourceQueryParam + StartTime *StartTimeParam + type GetActiveConnectionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetActiveConnectionsResponse(rsp *http.Response) (*GetActiveConnectionsResponse, error) + func (r GetActiveConnectionsResponse) Status() string + func (r GetActiveConnectionsResponse) StatusCode() int + type GetBandwidthParams struct + EndTime *EndTimeParam + Resource *externalRef7.ServiceResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetBandwidthResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetBandwidthResponse(rsp *http.Response) (*GetBandwidthResponse, error) + func (r GetBandwidthResponse) Status() string + func (r GetBandwidthResponse) StatusCode() int + type GetCpuLimitParams struct + EndTime *EndTimeParam + Instance *externalRef7.InstanceQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetCpuLimitResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetCpuLimitResponse(rsp *http.Response) (*GetCpuLimitResponse, error) + func (r GetCpuLimitResponse) Status() string + func (r GetCpuLimitResponse) StatusCode() int + type GetCpuParams struct + AggregationMethod *externalRef7.ApplicationMetricAggregationMethod + EndTime *EndTimeParam + Instance *externalRef7.InstanceQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetCpuResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetCpuResponse(rsp *http.Response) (*GetCpuResponse, error) + func (r GetCpuResponse) Status() string + func (r GetCpuResponse) StatusCode() int + type GetCpuTargetParams struct + EndTime *EndTimeParam + Instance *externalRef7.InstanceQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetCpuTargetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetCpuTargetResponse(rsp *http.Response) (*GetCpuTargetResponse, error) + func (r GetCpuTargetResponse) Status() string + func (r GetCpuTargetResponse) StatusCode() int + type GetDiskCapacityParams struct + EndTime *EndTimeParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetDiskCapacityResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetDiskCapacityResponse(rsp *http.Response) (*GetDiskCapacityResponse, error) + func (r GetDiskCapacityResponse) Status() string + func (r GetDiskCapacityResponse) StatusCode() int + type GetDiskUsageParams struct + EndTime *EndTimeParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetDiskUsageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetDiskUsageResponse(rsp *http.Response) (*GetDiskUsageResponse, error) + func (r GetDiskUsageResponse) Status() string + func (r GetDiskUsageResponse) StatusCode() int + type GetEnvVarsForServiceParams struct + Cursor *CursorParam + Limit *LimitParam + func (p *GetEnvVarsForServiceParams) SetCursor(c *Cursor) + func (p *GetEnvVarsForServiceParams) SetLimit(l int) + type GetEnvVarsForServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]EnvVarWithCursor + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseGetEnvVarsForServiceResponse(rsp *http.Response) (*GetEnvVarsForServiceResponse, error) + func (r GetEnvVarsForServiceResponse) Status() string + func (r GetEnvVarsForServiceResponse) StatusCode() int + type GetHttpLatencyParams struct + EndTime *EndTimeParam + Host *externalRef7.HostQueryParam + Path *externalRef7.PathQueryParam + Quantile *externalRef7.Quantile + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ServiceResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetHttpLatencyResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetHttpLatencyResponse(rsp *http.Response) (*GetHttpLatencyResponse, error) + func (r GetHttpLatencyResponse) Status() string + func (r GetHttpLatencyResponse) StatusCode() int + type GetHttpRequestsParams struct + AggregateBy *externalRef7.HttpAggregateBy + EndTime *EndTimeParam + Host *externalRef7.HostQueryParam + Path *externalRef7.PathQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ServiceResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetHttpRequestsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetHttpRequestsResponse(rsp *http.Response) (*GetHttpRequestsResponse, error) + func (r GetHttpRequestsResponse) Status() string + func (r GetHttpRequestsResponse) StatusCode() int + type GetInstanceCountParams struct + EndTime *EndTimeParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetInstanceCountResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetInstanceCountResponse(rsp *http.Response) (*GetInstanceCountResponse, error) + func (r GetInstanceCountResponse) Status() string + func (r GetInstanceCountResponse) StatusCode() int + type GetMemoryLimitParams struct + EndTime *EndTimeParam + Instance *externalRef7.InstanceQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetMemoryLimitResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetMemoryLimitResponse(rsp *http.Response) (*GetMemoryLimitResponse, error) + func (r GetMemoryLimitResponse) Status() string + func (r GetMemoryLimitResponse) StatusCode() int + type GetMemoryParams struct + EndTime *EndTimeParam + Instance *externalRef7.InstanceQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetMemoryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetMemoryResponse(rsp *http.Response) (*GetMemoryResponse, error) + func (r GetMemoryResponse) Status() string + func (r GetMemoryResponse) StatusCode() int + type GetMemoryTargetParams struct + EndTime *EndTimeParam + Instance *externalRef7.InstanceQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type GetMemoryTargetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetMemoryTargetResponse(rsp *http.Response) (*GetMemoryTargetResponse, error) + func (r GetMemoryTargetResponse) Status() string + func (r GetMemoryTargetResponse) StatusCode() int + type GetOwnerLogStreamResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef5.GetOwnerLogsStreams200Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseGetOwnerLogStreamResponse(rsp *http.Response) (*GetOwnerLogStreamResponse, error) + func (r GetOwnerLogStreamResponse) Status() string + func (r GetOwnerLogStreamResponse) StatusCode() int + type GetReplicationLagParams struct + EndTime *EndTimeParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.PostgresResourceQueryParam + StartTime *StartTimeParam + type GetReplicationLagResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.Metrics200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseGetReplicationLagResponse(rsp *http.Response) (*GetReplicationLagResponse, error) + func (r GetReplicationLagResponse) Status() string + func (r GetReplicationLagResponse) StatusCode() int + type GetResourceLogStreamResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef5.GetResourceLogsStreams200Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseGetResourceLogStreamResponse(rsp *http.Response) (*GetResourceLogStreamResponse, error) + func (r GetResourceLogStreamResponse) Status() string + func (r GetResourceLogStreamResponse) StatusCode() int + type GetUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *User + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseGetUserResponse(rsp *http.Response) (*GetUserResponse, error) + func (r GetUserResponse) Status() string + func (r GetUserResponse) StatusCode() int + type Header struct + Id string + Name string + Path string + Value string + type HeaderInput struct + Name string + Path string + Value string + type HeaderWithCursor struct + Cursor string + Header Header + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type Image struct + ImagePath string + OwnerId string + RegistryCredentialId *string + type IncludePreviewsParam = bool + type IncludeReplicasParam = bool + type InstanceId = string + type JobWithCursor struct + Cursor Cursor + Job externalRef4.Job + type LimitParam = int + type LinkServiceToEnvGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EnvGroup + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseLinkServiceToEnvGroupResponse(rsp *http.Response) (*LinkServiceToEnvGroupResponse, error) + func (r LinkServiceToEnvGroupResponse) Status() string + func (r LinkServiceToEnvGroupResponse) StatusCode() int + type ListApplicationFilterValuesParams struct + EndTime *EndTimeParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ServiceResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + type ListApplicationFilterValuesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.MetricsFiltersApplication200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseListApplicationFilterValuesResponse(rsp *http.Response) (*ListApplicationFilterValuesResponse, error) + func (r ListApplicationFilterValuesResponse) Status() string + func (r ListApplicationFilterValuesResponse) StatusCode() int + type ListBlueprintSyncsParams struct + Cursor *CursorParam + Limit *LimitParam + type ListBlueprintSyncsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]SyncWithCursor + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListBlueprintSyncsResponse(rsp *http.Response) (*ListBlueprintSyncsResponse, error) + func (r ListBlueprintSyncsResponse) Status() string + func (r ListBlueprintSyncsResponse) StatusCode() int + type ListBlueprintsParams struct + Cursor *CursorParam + Limit *LimitParam + OwnerId *OwnerIdParam + type ListBlueprintsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]BlueprintWithCursor + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListBlueprintsResponse(rsp *http.Response) (*ListBlueprintsResponse, error) + func (r ListBlueprintsResponse) Status() string + func (r ListBlueprintsResponse) StatusCode() int + type ListCustomDomainsParams struct + CreatedAfter *time.Time + CreatedBefore *time.Time + Cursor *CursorParam + DomainType *ListCustomDomainsParamsDomainType + Limit *LimitParam + Name *[]string + VerificationStatus *ListCustomDomainsParamsVerificationStatus + func (p *ListCustomDomainsParams) SetCursor(c *Cursor) + func (p *ListCustomDomainsParams) SetLimit(l int) + type ListCustomDomainsParamsDomainType string + const ListCustomDomainsParamsDomainTypeApex + const ListCustomDomainsParamsDomainTypeSubdomain + type ListCustomDomainsParamsVerificationStatus string + const ListCustomDomainsParamsVerificationStatusUnverified + const ListCustomDomainsParamsVerificationStatusVerified + type ListCustomDomainsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CustomDomainWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListCustomDomainsResponse(rsp *http.Response) (*ListCustomDomainsResponse, error) + func (r ListCustomDomainsResponse) Status() string + func (r ListCustomDomainsResponse) StatusCode() int + type ListDeploysParams struct + CreatedAfter *time.Time + CreatedBefore *time.Time + Cursor *CursorParam + FinishedAfter *time.Time + FinishedBefore *time.Time + Limit *LimitParam + UpdatedAfter *time.Time + UpdatedBefore *time.Time + func (p *ListDeploysParams) SetCursor(c *Cursor) + func (p *ListDeploysParams) SetLimit(l int) + type ListDeploysResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DeployList + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListDeploysResponse(rsp *http.Response) (*ListDeploysResponse, error) + func (r ListDeploysResponse) Status() string + func (r ListDeploysResponse) StatusCode() int + type ListDisksParams struct + CreatedAfter *CreatedAfterParam + CreatedBefore *CreatedBeforeParam + Cursor *CursorParam + DiskId *externalRef2.DiskIdQuery + Limit *LimitParam + Name *NameParam + OwnerId *OwnerIdParam + ServiceId *ServiceIdsParam + UpdatedAfter *UpdatedAfterParam + UpdatedBefore *UpdatedBeforeParam + type ListDisksResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]DiskWithCursor + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListDisksResponse(rsp *http.Response) (*ListDisksResponse, error) + func (r ListDisksResponse) Status() string + func (r ListDisksResponse) StatusCode() int + type ListEnvGroupsParams struct + CreatedAfter *CreatedAfterParam + CreatedBefore *CreatedBeforeParam + Cursor *CursorParam + EnvironmentId *EnvironmentIdParam + Limit *LimitParam + Name *NameParam + OwnerId *OwnerIdParam + UpdatedAfter *UpdatedAfterParam + UpdatedBefore *UpdatedBeforeParam + type ListEnvGroupsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]EnvGroupMeta + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListEnvGroupsResponse(rsp *http.Response) (*ListEnvGroupsResponse, error) + func (r ListEnvGroupsResponse) Status() string + func (r ListEnvGroupsResponse) StatusCode() int + type ListEnvironmentsParams struct + CreatedAfter *CreatedAfterParam + CreatedBefore *CreatedBeforeParam + Cursor *CursorParam + EnvironmentId *EnvironmentIdParam + Limit *LimitParam + Name *NameParam + OwnerId *OwnerIdParam + ProjectId ProjectIdParam + UpdatedAfter *UpdatedAfterParam + UpdatedBefore *UpdatedBeforeParam + func (p *ListEnvironmentsParams) SetCursor(c *Cursor) + func (p *ListEnvironmentsParams) SetLimit(l int) + type ListEnvironmentsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]EnvironmentWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListEnvironmentsResponse(rsp *http.Response) (*ListEnvironmentsResponse, error) + func (r ListEnvironmentsResponse) Status() string + func (r ListEnvironmentsResponse) StatusCode() int + type ListEventsParams struct + Cursor *CursorParam + EndTime *EndTimeParam + EventType *EventTypeParam + Limit *LimitParam + StartTime *StartTimeParam + func (p *ListEventsParams) SetCursor(c *Cursor) + func (p *ListEventsParams) SetLimit(l int) + type ListEventsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]ServiceEventWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListEventsResponse(rsp *http.Response) (*ListEventsResponse, error) + func (r ListEventsResponse) Status() string + func (r ListEventsResponse) StatusCode() int + type ListHeadersParams struct + Cursor *CursorParam + Limit *LimitParam + Name *[]string + Path *[]string + Value *[]string + func (p *ListHeadersParams) SetCursor(c *Cursor) + func (p *ListHeadersParams) SetLimit(l int) + type ListHeadersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]HeaderWithCursor + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListHeadersResponse(rsp *http.Response) (*ListHeadersResponse, error) + func (r ListHeadersResponse) Status() string + func (r ListHeadersResponse) StatusCode() int + type ListHttpFilterValuesParams struct + EndTime *EndTimeParam + Host *externalRef7.HostQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ServiceResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + StatusCode *externalRef7.HttpStatusCode + type ListHttpFilterValuesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.MetricsFiltersHTTP200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseListHttpFilterValuesResponse(rsp *http.Response) (*ListHttpFilterValuesResponse, error) + func (r ListHttpFilterValuesResponse) Status() string + func (r ListHttpFilterValuesResponse) StatusCode() int + type ListJobParams struct + CreatedAfter *time.Time + CreatedBefore *time.Time + Cursor *CursorParam + FinishedAfter *time.Time + FinishedBefore *time.Time + Limit *LimitParam + StartedAfter *time.Time + StartedBefore *time.Time + Status *[]ListJobParamsStatus + func (p *ListJobParams) SetCursor(c *Cursor) + func (p *ListJobParams) SetLimit(l int) + type ListJobParamsStatus string + const Failed + const Pending + const Running + const Succeeded + type ListJobResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]JobWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListJobResponse(rsp *http.Response) (*ListJobResponse, error) + func (r ListJobResponse) Status() string + func (r ListJobResponse) StatusCode() int + type ListLogsParams struct + Direction *externalRef5.LogDirectionParam + EndTime *EndTimeParam + Host *externalRef5.LogFilterHost + Instance *externalRef5.LogFilterInstance + Level *externalRef5.LogFilterLevel + Limit *LimitParam + Method *externalRef5.LogFilterMethod + OwnerId string + Path *externalRef5.LogFilterPath + Resource externalRef5.LogFilterResource + StartTime *StartTimeParam + StatusCode *externalRef5.LogFilterStatusCode + Text *externalRef5.LogFilterText + Type *externalRef5.LogFilterType + type ListLogsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Logs200Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListLogsResponse(rsp *http.Response) (*ListLogsResponse, error) + func (r ListLogsResponse) Status() string + func (r ListLogsResponse) StatusCode() int + type ListLogsValuesParams struct + Direction *externalRef5.LogDirectionParam + EndTime *EndTimeParam + Host *externalRef5.LogFilterHost + Instance *externalRef5.LogFilterInstance + Label ListLogsValuesParamsLabel + Level *externalRef5.LogFilterLevel + Limit *LimitParam + Method *externalRef5.LogFilterMethod + OwnerId string + Path *externalRef5.LogFilterPath + Resource externalRef5.LogFilterResource + StartTime *StartTimeParam + StatusCode *externalRef5.LogFilterStatusCode + Text *externalRef5.LogFilterText + Type *externalRef5.LogFilterType + type ListLogsValuesParamsLabel string + const Host + const Instance + const Level + const Method + const StatusCode + const Type + type ListLogsValuesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LogsValues200Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListLogsValuesResponse(rsp *http.Response) (*ListLogsValuesResponse, error) + func (r ListLogsValuesResponse) Status() string + func (r ListLogsValuesResponse) StatusCode() int + type ListMaintenanceParams struct + OwnerId *OwnerIdParam + ResourceId *externalRef6.MaintenanceResourcesParam + State *externalRef6.MaintenanceStateParam + type ListMaintenanceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]externalRef6.MaintenanceRunWithResource + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListMaintenanceResponse(rsp *http.Response) (*ListMaintenanceResponse, error) + func (r ListMaintenanceResponse) Status() string + func (r ListMaintenanceResponse) StatusCode() int + type ListNotificationOverridesParams struct + Cursor *CursorParam + Limit *LimitParam + OwnerId *OwnerIdParam + ServiceId *ServiceIdsParam + type ListNotificationOverridesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]NotificationOverrideWithCursor + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListNotificationOverridesResponse(rsp *http.Response) (*ListNotificationOverridesResponse, error) + func (r ListNotificationOverridesResponse) Status() string + func (r ListNotificationOverridesResponse) StatusCode() int + type ListOwnersParams struct + Cursor *CursorParam + Email *[]string + Limit *LimitParam + Name *[]string + type ListOwnersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]OwnerWithCursor + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListOwnersResponse(rsp *http.Response) (*ListOwnersResponse, error) + func (r ListOwnersResponse) Status() string + func (r ListOwnersResponse) StatusCode() int + type ListPathFilterValuesParams struct + EndTime *EndTimeParam + Host *externalRef7.HostQueryParam + Path *externalRef7.PathQueryParam + ResolutionSeconds *externalRef7.ResolutionParam + Resource *externalRef7.ServiceResourceQueryParam + Service *externalRef7.ServiceQueryParam + StartTime *StartTimeParam + StatusCode *externalRef7.HttpStatusCode + type ListPathFilterValuesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef7.MetricsFiltersPath200Response + JSON400 *N400BadRequest + JSON500 *N500InternalServerError + func ParseListPathFilterValuesResponse(rsp *http.Response) (*ListPathFilterValuesResponse, error) + func (r ListPathFilterValuesResponse) Status() string + func (r ListPathFilterValuesResponse) StatusCode() int + type ListPostgresBackupResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]externalRef9.PostgresBackup + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListPostgresBackupResponse(rsp *http.Response) (*ListPostgresBackupResponse, error) + func (r ListPostgresBackupResponse) Status() string + func (r ListPostgresBackupResponse) StatusCode() int + type ListPostgresParams struct + CreatedAfter *CreatedAfterParam + CreatedBefore *CreatedBeforeParam + Cursor *CursorParam + EnvironmentId *EnvironmentIdParam + IncludeReplicas *IncludeReplicasParam + Limit *LimitParam + Name *NameParam + OwnerId *OwnerIdParam + Region *RegionParam + Suspended *SuspendedParam + UpdatedAfter *UpdatedAfterParam + UpdatedBefore *UpdatedBeforeParam + func (p *ListPostgresParams) SetCursor(c *Cursor) + func (p *ListPostgresParams) SetLimit(l int) + type ListPostgresParamsSuspended string + const ListPostgresParamsSuspendedNotSuspended + const ListPostgresParamsSuspendedSuspended + type ListPostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]PostgresWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON409 *N409Conflict + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListPostgresResponse(rsp *http.Response) (*ListPostgresResponse, error) + func (r ListPostgresResponse) Status() string + func (r ListPostgresResponse) StatusCode() int + type ListProjectsParams struct + CreatedAfter *CreatedAfterParam + CreatedBefore *CreatedBeforeParam + Cursor *CursorParam + Limit *LimitParam + Name *NameParam + OwnerId *OwnerIdParam + UpdatedAfter *UpdatedAfterParam + UpdatedBefore *UpdatedBeforeParam + func (p *ListProjectsParams) SetCursor(c *Cursor) + func (p *ListProjectsParams) SetLimit(l int) + type ListProjectsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]ProjectWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListProjectsResponse(rsp *http.Response) (*ListProjectsResponse, error) + func (r ListProjectsResponse) Status() string + func (r ListProjectsResponse) StatusCode() int + type ListRedisParams struct + CreatedAfter *CreatedAfterParam + CreatedBefore *CreatedBeforeParam + Cursor *CursorParam + EnvironmentId *EnvironmentIdParam + Limit *LimitParam + Name *NameParam + OwnerId *OwnerIdParam + Region *RegionParam + UpdatedAfter *UpdatedAfterParam + UpdatedBefore *UpdatedBeforeParam + type ListRedisResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]RedisWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON409 *N409Conflict + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListRedisResponse(rsp *http.Response) (*ListRedisResponse, error) + func (r ListRedisResponse) Status() string + func (r ListRedisResponse) StatusCode() int + type ListRegistryCredentialsParams struct + CreatedAfter *time.Time + CreatedBefore *time.Time + Cursor *CursorParam + Limit *LimitParam + Name *[]string + OwnerId *OwnerIdParam + Type *[]RegistryCredentialRegistry + UpdatedAfter *time.Time + UpdatedBefore *time.Time + Username *[]string + type ListRegistryCredentialsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]RegistryCredential + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListRegistryCredentialsResponse(rsp *http.Response) (*ListRegistryCredentialsResponse, error) + func (r ListRegistryCredentialsResponse) Status() string + func (r ListRegistryCredentialsResponse) StatusCode() int + type ListResourceLogStreamsParams struct + Cursor *CursorParam + Limit *LimitParam + LogStreamId *externalRef5.LogStreamIdFilter + OwnerId *OwnerIdParam + ResourceId *ResourceIdParam + Setting *externalRef5.LogStreamSettingFilter + type ListResourceLogStreamsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef5.ResourceLogsStreams200Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListResourceLogStreamsResponse(rsp *http.Response) (*ListResourceLogStreamsResponse, error) + func (r ListResourceLogStreamsResponse) Status() string + func (r ListResourceLogStreamsResponse) StatusCode() int + type ListRoutesParams struct + Cursor *CursorParam + Destination *[]string + Limit *LimitParam + Source *[]string + Type *[]ListRoutesParamsType + func (p *ListRoutesParams) SetCursor(c *Cursor) + func (p *ListRoutesParams) SetLimit(l int) + type ListRoutesParamsType string + const ListRoutesParamsTypeRedirect + const ListRoutesParamsTypeRewrite + type ListRoutesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]RouteWithCursor + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListRoutesResponse(rsp *http.Response) (*ListRoutesResponse, error) + func (r ListRoutesResponse) Status() string + func (r ListRoutesResponse) StatusCode() int + type ListSecretFilesForServiceParams struct + Cursor *CursorParam + Limit *LimitParam + func (p *ListSecretFilesForServiceParams) SetCursor(c *Cursor) + func (p *ListSecretFilesForServiceParams) SetLimit(l int) + type ListSecretFilesForServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]SecretFileWithCursor + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListSecretFilesForServiceResponse(rsp *http.Response) (*ListSecretFilesForServiceResponse, error) + func (r ListSecretFilesForServiceResponse) Status() string + func (r ListSecretFilesForServiceResponse) StatusCode() int + type ListServicesParams struct + CreatedAfter *CreatedAfterParam + CreatedBefore *CreatedBeforeParam + Cursor *CursorParam + Env *EnvParam + EnvironmentId *EnvironmentIdParam + IncludePreviews *IncludePreviewsParam + Limit *LimitParam + Name *NameParam + OwnerId *OwnerIdParam + Region *RegionParam + Suspended *SuspendedParam + Type *ServiceTypeParam + UpdatedAfter *UpdatedAfterParam + UpdatedBefore *UpdatedBeforeParam + func (p *ListServicesParams) SetCursor(c *Cursor) + func (p *ListServicesParams) SetLimit(l int) + type ListServicesParamsSuspended string + const ListServicesParamsSuspendedNotSuspended + const ListServicesParamsSuspendedSuspended + type ListServicesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ServiceList + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListServicesResponse(rsp *http.Response) (*ListServicesResponse, error) + func (r ListServicesResponse) Status() string + func (r ListServicesResponse) StatusCode() int + type ListSnapshotsResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *[]DiskSnapshot + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseListSnapshotsResponse(rsp *http.Response) (*ListSnapshotsResponse, error) + func (r ListSnapshotsResponse) Status() string + func (r ListSnapshotsResponse) StatusCode() int + type Logs200Response struct + HasMore bool + Logs []externalRef5.Log + NextEndTime time.Time + NextStartTime time.Time + type LogsValues200Response = []string + type MaintenanceMode struct + Enabled bool + Uri string + type MaxShutdownDelaySeconds = int + type MaxmemoryPolicy string + const AllkeysLfu + const AllkeysLru + const AllkeysRandom + const Noeviction + const VolatileLfu + const VolatileLru + const VolatileRandom + const VolatileTtl + type N400BadRequest = Error + type N401Unauthorized = Error + type N402PaymentRequired = Error + type N403Forbidden = Error + type N404NotFound = Error + type N406NotAcceptable = Error + type N409Conflict = Error + type N410Gone = Error + type N429RateLimit = Error + type N500InternalServerError = Error + type N503ServiceUnavailable = Error + type NameParam = []string + type NativeEnvironmentDetails struct + BuildCommand string + PreDeployCommand *string + StartCommand string + type NativeEnvironmentDetailsPATCH struct + BuildCommand *string + StartCommand *string + type NativeEnvironmentDetailsPOST struct + BuildCommand string + StartCommand string + type NotificationOverrideWithCursor struct + Cursor Cursor + Override externalRef8.NotificationOverride + type NotifySetting string + const Default + const Ignore + const Notify + type Owner struct + Email string + Id string + Name string + TwoFactorAuthEnabled *bool + Type OwnerType + type OwnerIdParam = []string + type OwnerIdPathParam = string + type OwnerType string + const OwnerTypeTeam + const OwnerTypeUser + type OwnerWithCursor struct + Cursor *Cursor + Owner *Owner + type PaidPlan string + const PaidPlanPro + const PaidPlanProMax + const PaidPlanProPlus + const PaidPlanProUltra + const PaidPlanStandard + const PaidPlanStarter + type PatchOwnerNotificationSettingsJSONRequestBody = externalRef8.NotificationSettingPATCH + type PatchOwnerNotificationSettingsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef8.NotificationSetting + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParsePatchOwnerNotificationSettingsResponse(rsp *http.Response) (*PatchOwnerNotificationSettingsResponse, error) + func (r PatchOwnerNotificationSettingsResponse) Status() string + func (r PatchOwnerNotificationSettingsResponse) StatusCode() int + type PatchRouteJSONRequestBody = RoutePatch + type PatchRouteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParsePatchRouteResponse(rsp *http.Response) (*PatchRouteResponse, error) + func (r PatchRouteResponse) Status() string + func (r PatchRouteResponse) StatusCode() int + type PatchServiceNotificationOverridesJSONRequestBody = externalRef8.NotificationServiceOverridePATCH + type PatchServiceNotificationOverridesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef8.NotificationServiceOverride + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParsePatchServiceNotificationOverridesResponse(rsp *http.Response) (*PatchServiceNotificationOverridesResponse, error) + func (r PatchServiceNotificationOverridesResponse) Status() string + func (r PatchServiceNotificationOverridesResponse) StatusCode() int + type Plan string + const PlanCustom + const PlanFree + const PlanPro + const PlanProMax + const PlanProPlus + const PlanProUltra + const PlanStandard + const PlanStandardPlus + const PlanStarter + const PlanStarterPlus + type PostJobJSONBody struct + PlanId *string + StartCommand string + type PostJobJSONRequestBody PostJobJSONBody + type PostJobResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *externalRef4.Job + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParsePostJobResponse(rsp *http.Response) (*PostJobResponse, error) + func (r PostJobResponse) Status() string + func (r PostJobResponse) StatusCode() int + type Postgres struct + CreatedAt time.Time + DashboardUrl string + DatabaseName string + DatabaseUser string + DiskSizeGB *int + EnvironmentId *string + ExpiresAt *time.Time + HighAvailabilityEnabled bool + Id string + IpAllowList []CidrBlockAndDescription + Name string + Owner Owner + Plan externalRef9.PostgresPlans + PrimaryPostgresID *string + ReadReplicas ReadReplicas + Region Region + Role DatabaseRole + Status DatabaseStatus + Suspended PostgresSuspended + Suspenders []SuspenderType + UpdatedAt time.Time + Version PostgresVersion + type PostgresConnectionInfo struct + ExternalConnectionString string + InternalConnectionString string + Password string + PsqlCommand string + type PostgresDetail struct + CreatedAt time.Time + DashboardUrl string + DatabaseName string + DatabaseUser string + DiskSizeGB *int + EnvironmentId *string + ExpiresAt *time.Time + HighAvailabilityEnabled bool + Id string + IpAllowList []CidrBlockAndDescription + Maintenance *externalRef6.MaintenanceRun + Name string + Owner Owner + Plan externalRef9.PostgresPlans + PrimaryPostgresID *string + ReadReplicas ReadReplicas + Region Region + Role DatabaseRole + Status DatabaseStatus + Suspended PostgresDetailSuspended + Suspenders []SuspenderType + UpdatedAt time.Time + Version PostgresVersion + type PostgresDetailSuspended string + const PostgresDetailSuspendedNotSuspended + const PostgresDetailSuspendedSuspended + type PostgresPATCHInput struct + DatadogAPIKey *string + DiskSizeGB *int + EnableHighAvailability *bool + IpAllowList *[]CidrBlockAndDescription + Name *string + Plan *externalRef9.PostgresPlans + ReadReplicas *ReadReplicasInput + type PostgresPOSTInput struct + DatabaseName *string + DatabaseUser *string + DatadogAPIKey *string + DiskSizeGB *int + EnableHighAvailability *bool + EnvironmentId *string + IpAllowList *[]CidrBlockAndDescription + Name string + OwnerId string + Plan externalRef9.PostgresPlans + ReadReplicas *ReadReplicasInput + Region *string + Version PostgresVersion + type PostgresSuspended string + const PostgresSuspendedNotSuspended + const PostgresSuspendedSuspended + type PostgresVersion string + const N11 + const N12 + const N13 + const N14 + const N15 + const N16 + type PostgresWithCursor struct + Cursor Cursor + Postgres Postgres + type PreviewInput struct + ImagePath string + Name *string + Plan *Plan + type PreviewServiceJSONRequestBody = PreviewInput + type PreviewServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ServiceAndDeploy + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParsePreviewServiceResponse(rsp *http.Response) (*PreviewServiceResponse, error) + func (r PreviewServiceResponse) Status() string + func (r PreviewServiceResponse) StatusCode() int + type Previews struct + Generation *PreviewsGeneration + type PreviewsGeneration string + const PreviewsGenerationAutomatic + const PreviewsGenerationManual + const PreviewsGenerationOff + type PrivateServiceDetails struct + Autoscaling *externalRef0.AutoscalingConfig + BuildPlan BuildPlan + Disk *externalRef2.Disk + Env ServiceEnv + EnvSpecificDetails EnvSpecificDetails + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + NumInstances int + OpenPorts []ServerPort + ParentServer *Resource + Plan Plan + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Region Region + Runtime ServiceRuntime + SshAddress *SshAddress + Url string + type PrivateServiceDetailsPATCH struct + EnvSpecificDetails *EnvSpecificDetailsPATCH + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + Plan *PaidPlan + PreDeployCommand *string + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Runtime *ServiceRuntime + type PrivateServiceDetailsPOST struct + Autoscaling *externalRef0.AutoscalingConfig + Disk *ServiceDisk + Env *ServiceEnv + EnvSpecificDetails *EnvSpecificDetailsPOST + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + NumInstances *int + Plan *PaidPlan + PreDeployCommand *string + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Region *Region + Runtime ServiceRuntime + type Project struct + CreatedAt time.Time + EnvironmentIds []string + Id string + Name string + Owner Owner + UpdatedAt time.Time + type ProjectIdParam = []string + type ProjectPATCHInput struct + Name *string + type ProjectPOSTEnvironmentInput struct + Name string + ProtectedStatus *ProtectedStatus + type ProjectPOSTInput struct + Environments []ProjectPOSTEnvironmentInput + Name string + OwnerId string + type ProjectWithCursor struct + Cursor Cursor + Project Project + type ProtectedStatus string + const Protected + const Unprotected + type PullRequestPreviewsEnabled string + const PullRequestPreviewsEnabledNo + const PullRequestPreviewsEnabledYes + type PutRoutesJSONBody = []RoutePut + type PutRoutesJSONRequestBody = PutRoutesJSONBody + type PutRoutesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]Route + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParsePutRoutesResponse(rsp *http.Response) (*PutRoutesResponse, error) + func (r PutRoutesResponse) Status() string + func (r PutRoutesResponse) StatusCode() int + type ReadReplica struct + Id string + Name string + type ReadReplicaInput struct + Name string + type ReadReplicas = []ReadReplica + type ReadReplicasInput = []ReadReplicaInput + type RecoverPostgresJSONRequestBody = externalRef9.RecoveryInput + type RecoverPostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PostgresDetail + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRecoverPostgresResponse(rsp *http.Response) (*RecoverPostgresResponse, error) + func (r RecoverPostgresResponse) Status() string + func (r RecoverPostgresResponse) StatusCode() int + type Redis struct + CreatedAt time.Time + DashboardUrl string + EnvironmentId *string + Id string + IpAllowList []CidrBlockAndDescription + Name string + Options RedisOptions + Owner Owner + Plan RedisPlan + Region Region + Status DatabaseStatus + UpdatedAt time.Time + Version string + type RedisConnectionInfo struct + ExternalConnectionString string + InternalConnectionString string + RedisCLICommand string + type RedisDetail struct + CreatedAt time.Time + EnvironmentId *string + Id string + IpAllowList []CidrBlockAndDescription + Maintenance *externalRef6.MaintenanceRun + Name string + Options RedisOptions + Owner Owner + Plan RedisPlan + Region Region + Status DatabaseStatus + UpdatedAt time.Time + Version string + type RedisOptions struct + MaxmemoryPolicy *string + type RedisPATCHInput struct + IpAllowList *[]CidrBlockAndDescription + MaxmemoryPolicy *MaxmemoryPolicy + Name *string + Plan *RedisPlan + type RedisPOSTInput struct + EnvironmentId *string + IpAllowList *[]CidrBlockAndDescription + MaxmemoryPolicy *MaxmemoryPolicy + Name string + OwnerId string + Plan RedisPlan + Region *string + type RedisPlan string + const RedisPlanCustom + const RedisPlanFree + const RedisPlanPro + const RedisPlanProPlus + const RedisPlanStandard + const RedisPlanStarter + type RedisWithCursor struct + Cursor Cursor + Redis Redis + type RefreshCustomDomainResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRefreshCustomDomainResponse(rsp *http.Response) (*RefreshCustomDomainResponse, error) + func (r RefreshCustomDomainResponse) Status() string + func (r RefreshCustomDomainResponse) StatusCode() int + type Region string + const Frankfurt + const Ohio + const Oregon + const Singapore + const Virginia + type RegionParam = []Region + type RegistryCredential struct + Id string + Name string + Registry RegistryCredentialRegistry + UpdatedAt time.Time + Username string + type RegistryCredentialRegistry string + const AWSECR + const DOCKER + const GITHUB + const GITLAB + const GOOGLEARTIFACT + type RegistryCredentialSummary struct + Id string + Name string + type RemoveResourcesFromEnvironmentParams struct + ResourceIds []string + type RemoveResourcesFromEnvironmentResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRemoveResourcesFromEnvironmentResponse(rsp *http.Response) (*RemoveResourcesFromEnvironmentResponse, error) + func (r RemoveResourcesFromEnvironmentResponse) Status() string + func (r RemoveResourcesFromEnvironmentResponse) StatusCode() int + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type Resource struct + Id string + Name string + type ResourceIdParam = []string + type RestartPostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRestartPostgresResponse(rsp *http.Response) (*RestartPostgresResponse, error) + func (r RestartPostgresResponse) Status() string + func (r RestartPostgresResponse) StatusCode() int + type RestartServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRestartServiceResponse(rsp *http.Response) (*RestartServiceResponse, error) + func (r RestartServiceResponse) Status() string + func (r RestartServiceResponse) StatusCode() int + type RestoreSnapshotJSONRequestBody = SnapshotRestorePOST + type RestoreSnapshotResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef2.DiskDetails + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRestoreSnapshotResponse(rsp *http.Response) (*RestoreSnapshotResponse, error) + func (r RestoreSnapshotResponse) Status() string + func (r RestoreSnapshotResponse) StatusCode() int + type ResumePostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseResumePostgresResponse(rsp *http.Response) (*ResumePostgresResponse, error) + func (r ResumePostgresResponse) Status() string + func (r ResumePostgresResponse) StatusCode() int + type ResumeServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseResumeServiceResponse(rsp *http.Response) (*ResumeServiceResponse, error) + func (r ResumeServiceResponse) Status() string + func (r ResumeServiceResponse) StatusCode() int + type RetrieveBlueprintResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef1.BlueprintDetail + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveBlueprintResponse(rsp *http.Response) (*RetrieveBlueprintResponse, error) + func (r RetrieveBlueprintResponse) Status() string + func (r RetrieveBlueprintResponse) StatusCode() int + type RetrieveCustomDomainResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CustomDomain + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveCustomDomainResponse(rsp *http.Response) (*RetrieveCustomDomainResponse, error) + func (r RetrieveCustomDomainResponse) Status() string + func (r RetrieveCustomDomainResponse) StatusCode() int + type RetrieveDeployResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Deploy + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveDeployResponse(rsp *http.Response) (*RetrieveDeployResponse, error) + func (r RetrieveDeployResponse) Status() string + func (r RetrieveDeployResponse) StatusCode() int + type RetrieveDiskResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef2.DiskDetails + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveDiskResponse(rsp *http.Response) (*RetrieveDiskResponse, error) + func (r RetrieveDiskResponse) Status() string + func (r RetrieveDiskResponse) StatusCode() int + type RetrieveEnvGroupEnvVarResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EnvVar + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveEnvGroupEnvVarResponse(rsp *http.Response) (*RetrieveEnvGroupEnvVarResponse, error) + func (r RetrieveEnvGroupEnvVarResponse) Status() string + func (r RetrieveEnvGroupEnvVarResponse) StatusCode() int + type RetrieveEnvGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EnvGroup + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveEnvGroupResponse(rsp *http.Response) (*RetrieveEnvGroupResponse, error) + func (r RetrieveEnvGroupResponse) Status() string + func (r RetrieveEnvGroupResponse) StatusCode() int + type RetrieveEnvGroupSecretFileResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SecretFile + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveEnvGroupSecretFileResponse(rsp *http.Response) (*RetrieveEnvGroupSecretFileResponse, error) + func (r RetrieveEnvGroupSecretFileResponse) Status() string + func (r RetrieveEnvGroupSecretFileResponse) StatusCode() int + type RetrieveEnvVarResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EnvVar + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveEnvVarResponse(rsp *http.Response) (*RetrieveEnvVarResponse, error) + func (r RetrieveEnvVarResponse) Status() string + func (r RetrieveEnvVarResponse) StatusCode() int + type RetrieveEnvironmentResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Environment + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveEnvironmentResponse(rsp *http.Response) (*RetrieveEnvironmentResponse, error) + func (r RetrieveEnvironmentResponse) Status() string + func (r RetrieveEnvironmentResponse) StatusCode() int + type RetrieveJobResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef4.Job + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveJobResponse(rsp *http.Response) (*RetrieveJobResponse, error) + func (r RetrieveJobResponse) Status() string + func (r RetrieveJobResponse) StatusCode() int + type RetrieveMaintenanceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef6.MaintenanceRunWithResource + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveMaintenanceResponse(rsp *http.Response) (*RetrieveMaintenanceResponse, error) + func (r RetrieveMaintenanceResponse) Status() string + func (r RetrieveMaintenanceResponse) StatusCode() int + type RetrieveOwnerNotificationSettingsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef8.NotificationSetting + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveOwnerNotificationSettingsResponse(rsp *http.Response) (*RetrieveOwnerNotificationSettingsResponse, error) + func (r RetrieveOwnerNotificationSettingsResponse) Status() string + func (r RetrieveOwnerNotificationSettingsResponse) StatusCode() int + type RetrieveOwnerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Owner + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveOwnerResponse(rsp *http.Response) (*RetrieveOwnerResponse, error) + func (r RetrieveOwnerResponse) Status() string + func (r RetrieveOwnerResponse) StatusCode() int + type RetrievePostgresConnectionInfoResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PostgresConnectionInfo + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrievePostgresConnectionInfoResponse(rsp *http.Response) (*RetrievePostgresConnectionInfoResponse, error) + func (r RetrievePostgresConnectionInfoResponse) Status() string + func (r RetrievePostgresConnectionInfoResponse) StatusCode() int + type RetrievePostgresRecoveryInfoResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef9.RecoveryInfo + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrievePostgresRecoveryInfoResponse(rsp *http.Response) (*RetrievePostgresRecoveryInfoResponse, error) + func (r RetrievePostgresRecoveryInfoResponse) Status() string + func (r RetrievePostgresRecoveryInfoResponse) StatusCode() int + type RetrievePostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PostgresDetail + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrievePostgresResponse(rsp *http.Response) (*RetrievePostgresResponse, error) + func (r RetrievePostgresResponse) Status() string + func (r RetrievePostgresResponse) StatusCode() int + type RetrieveProjectResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Project + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveProjectResponse(rsp *http.Response) (*RetrieveProjectResponse, error) + func (r RetrieveProjectResponse) Status() string + func (r RetrieveProjectResponse) StatusCode() int + type RetrieveRedisConnectionInfoResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RedisConnectionInfo + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveRedisConnectionInfoResponse(rsp *http.Response) (*RetrieveRedisConnectionInfoResponse, error) + func (r RetrieveRedisConnectionInfoResponse) Status() string + func (r RetrieveRedisConnectionInfoResponse) StatusCode() int + type RetrieveRedisResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RedisDetail + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveRedisResponse(rsp *http.Response) (*RetrieveRedisResponse, error) + func (r RetrieveRedisResponse) Status() string + func (r RetrieveRedisResponse) StatusCode() int + type RetrieveRegistryCredentialResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RegistryCredential + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveRegistryCredentialResponse(rsp *http.Response) (*RetrieveRegistryCredentialResponse, error) + func (r RetrieveRegistryCredentialResponse) Status() string + func (r RetrieveRegistryCredentialResponse) StatusCode() int + type RetrieveSecretFileResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SecretFile + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveSecretFileResponse(rsp *http.Response) (*RetrieveSecretFileResponse, error) + func (r RetrieveSecretFileResponse) Status() string + func (r RetrieveSecretFileResponse) StatusCode() int + type RetrieveServiceNotificationOverridesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef8.NotificationServiceOverride + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveServiceNotificationOverridesResponse(rsp *http.Response) (*RetrieveServiceNotificationOverridesResponse, error) + func (r RetrieveServiceNotificationOverridesResponse) Status() string + func (r RetrieveServiceNotificationOverridesResponse) StatusCode() int + type RetrieveServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Service + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRetrieveServiceResponse(rsp *http.Response) (*RetrieveServiceResponse, error) + func (r RetrieveServiceResponse) Status() string + func (r RetrieveServiceResponse) StatusCode() int + type RollbackDeployJSONBody struct + DeployId string + type RollbackDeployJSONRequestBody RollbackDeployJSONBody + type RollbackDeployResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Deploy + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRollbackDeployResponse(rsp *http.Response) (*RollbackDeployResponse, error) + func (r RollbackDeployResponse) Status() string + func (r RollbackDeployResponse) StatusCode() int + type Route struct + Destination string + Id string + Priority int + Source string + Type RouteType + type RoutePatch struct + Priority *int + type RoutePost struct + Destination string + Priority *int + Source string + Type RouteType + type RoutePut struct + Destination string + Source string + Type RouteType + type RouteType string + const RouteTypeRedirect + const RouteTypeRewrite + type RouteWithCursor struct + Cursor string + Route Route + type RunCronJobResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CronJobRun + JSON401 *N401Unauthorized + JSON406 *N406NotAcceptable + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseRunCronJobResponse(rsp *http.Response) (*RunCronJobResponse, error) + func (r RunCronJobResponse) Status() string + func (r RunCronJobResponse) StatusCode() int + type ScaleServiceJSONBody struct + NumInstances int + type ScaleServiceJSONRequestBody ScaleServiceJSONBody + type ScaleServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseScaleServiceResponse(rsp *http.Response) (*ScaleServiceResponse, error) + func (r ScaleServiceResponse) Status() string + func (r ScaleServiceResponse) StatusCode() int + type SecretFile struct + Content string + Name string + type SecretFileInput struct + Content string + Name string + type SecretFileNameParam = string + type SecretFileWithCursor struct + Cursor Cursor + SecretFile SecretFile + type ServerPort struct + Port int + Protocol ServerPortProtocol + type ServerPortProtocol string + const TCP + const UDP + type Service struct + AutoDeploy AutoDeploy + Branch *string + BuildFilter *BuildFilter + CreatedAt time.Time + DashboardUrl string + EnvironmentId *string + Id string + ImagePath *string + Name string + NotifyOnFail NotifySetting + OwnerId string + RegistryCredential *RegistryCredentialSummary + Repo *string + RootDir string + ServiceDetails Service_ServiceDetails + Slug string + Suspended ServiceSuspended + Suspenders []SuspenderType + Type ServiceType + UpdatedAt time.Time + type ServiceAndDeploy struct + DeployId *string + Service *Service + type ServiceDisk struct + MountPath string + Name string + SizeGB *int + type ServiceEnv string + const ServiceEnvDocker + const ServiceEnvElixir + const ServiceEnvGo + const ServiceEnvImage + const ServiceEnvNode + const ServiceEnvPython + const ServiceEnvRuby + const ServiceEnvRust + type ServiceEventWithCursor struct + Event externalRef3.ServiceEvent + type ServiceIdParam = string + type ServiceIdsParam = []string + type ServiceLink struct + Id string + Name string + Type ServiceTypeShort + type ServiceList = []ServiceWithCursor + type ServicePATCH struct + AutoDeploy *AutoDeploy + Branch *string + BuildFilter *BuildFilter + Image *Image + Name *string + Repo *string + RootDir *string + ServiceDetails *ServicePATCH_ServiceDetails + type ServicePATCH_ServiceDetails struct + func (t *ServicePATCH_ServiceDetails) FromBackgroundWorkerDetailsPATCH(v BackgroundWorkerDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) FromCronJobDetailsPATCH(v CronJobDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) FromPrivateServiceDetailsPATCH(v PrivateServiceDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) FromStaticSiteDetailsPATCH(v StaticSiteDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) FromWebServiceDetailsPATCH(v WebServiceDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) MergeBackgroundWorkerDetailsPATCH(v BackgroundWorkerDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) MergeCronJobDetailsPATCH(v CronJobDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) MergePrivateServiceDetailsPATCH(v PrivateServiceDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) MergeStaticSiteDetailsPATCH(v StaticSiteDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) MergeWebServiceDetailsPATCH(v WebServiceDetailsPATCH) error + func (t *ServicePATCH_ServiceDetails) UnmarshalJSON(b []byte) error + func (t ServicePATCH_ServiceDetails) AsBackgroundWorkerDetailsPATCH() (BackgroundWorkerDetailsPATCH, error) + func (t ServicePATCH_ServiceDetails) AsCronJobDetailsPATCH() (CronJobDetailsPATCH, error) + func (t ServicePATCH_ServiceDetails) AsPrivateServiceDetailsPATCH() (PrivateServiceDetailsPATCH, error) + func (t ServicePATCH_ServiceDetails) AsStaticSiteDetailsPATCH() (StaticSiteDetailsPATCH, error) + func (t ServicePATCH_ServiceDetails) AsWebServiceDetailsPATCH() (WebServiceDetailsPATCH, error) + func (t ServicePATCH_ServiceDetails) MarshalJSON() ([]byte, error) + type ServicePOST struct + AutoDeploy *AutoDeploy + Branch *string + BuildFilter *BuildFilter + EnvVars *EnvVarInputArray + Image *Image + Name string + OwnerId string + Repo *string + RootDir *string + SecretFiles *[]SecretFileInput + ServiceDetails *ServicePOST_ServiceDetails + Type ServiceType + type ServicePOST_ServiceDetails struct + func (t *ServicePOST_ServiceDetails) FromBackgroundWorkerDetailsPOST(v BackgroundWorkerDetailsPOST) error + func (t *ServicePOST_ServiceDetails) FromCronJobDetailsPOST(v CronJobDetailsPOST) error + func (t *ServicePOST_ServiceDetails) FromPrivateServiceDetailsPOST(v PrivateServiceDetailsPOST) error + func (t *ServicePOST_ServiceDetails) FromStaticSiteDetailsPOST(v StaticSiteDetailsPOST) error + func (t *ServicePOST_ServiceDetails) FromWebServiceDetailsPOST(v WebServiceDetailsPOST) error + func (t *ServicePOST_ServiceDetails) MergeBackgroundWorkerDetailsPOST(v BackgroundWorkerDetailsPOST) error + func (t *ServicePOST_ServiceDetails) MergeCronJobDetailsPOST(v CronJobDetailsPOST) error + func (t *ServicePOST_ServiceDetails) MergePrivateServiceDetailsPOST(v PrivateServiceDetailsPOST) error + func (t *ServicePOST_ServiceDetails) MergeStaticSiteDetailsPOST(v StaticSiteDetailsPOST) error + func (t *ServicePOST_ServiceDetails) MergeWebServiceDetailsPOST(v WebServiceDetailsPOST) error + func (t *ServicePOST_ServiceDetails) UnmarshalJSON(b []byte) error + func (t ServicePOST_ServiceDetails) AsBackgroundWorkerDetailsPOST() (BackgroundWorkerDetailsPOST, error) + func (t ServicePOST_ServiceDetails) AsCronJobDetailsPOST() (CronJobDetailsPOST, error) + func (t ServicePOST_ServiceDetails) AsPrivateServiceDetailsPOST() (PrivateServiceDetailsPOST, error) + func (t ServicePOST_ServiceDetails) AsStaticSiteDetailsPOST() (StaticSiteDetailsPOST, error) + func (t ServicePOST_ServiceDetails) AsWebServiceDetailsPOST() (WebServiceDetailsPOST, error) + func (t ServicePOST_ServiceDetails) MarshalJSON() ([]byte, error) + type ServiceRuntime string + const ServiceRuntimeDocker + const ServiceRuntimeElixir + const ServiceRuntimeGo + const ServiceRuntimeImage + const ServiceRuntimeNode + const ServiceRuntimePython + const ServiceRuntimeRuby + const ServiceRuntimeRust + type ServiceSuspended string + const ServiceSuspendedNotSuspended + const ServiceSuspendedSuspended + type ServiceType string + const BackgroundWorker + const CronJob + const PrivateService + const StaticSite + const WebService + type ServiceTypeParam = []ServiceType + type ServiceTypeShort string + const Cron + const Pserv + const Static + const Web + const Worker + type ServiceWithCursor struct + Cursor Cursor + Service Service + type Service_ServiceDetails struct + func (t *Service_ServiceDetails) FromBackgroundWorkerDetails(v BackgroundWorkerDetails) error + func (t *Service_ServiceDetails) FromCronJobDetails(v CronJobDetails) error + func (t *Service_ServiceDetails) FromPrivateServiceDetails(v PrivateServiceDetails) error + func (t *Service_ServiceDetails) FromStaticSiteDetails(v StaticSiteDetails) error + func (t *Service_ServiceDetails) FromWebServiceDetails(v WebServiceDetails) error + func (t *Service_ServiceDetails) MergeBackgroundWorkerDetails(v BackgroundWorkerDetails) error + func (t *Service_ServiceDetails) MergeCronJobDetails(v CronJobDetails) error + func (t *Service_ServiceDetails) MergePrivateServiceDetails(v PrivateServiceDetails) error + func (t *Service_ServiceDetails) MergeStaticSiteDetails(v StaticSiteDetails) error + func (t *Service_ServiceDetails) MergeWebServiceDetails(v WebServiceDetails) error + func (t *Service_ServiceDetails) UnmarshalJSON(b []byte) error + func (t Service_ServiceDetails) AsBackgroundWorkerDetails() (BackgroundWorkerDetails, error) + func (t Service_ServiceDetails) AsCronJobDetails() (CronJobDetails, error) + func (t Service_ServiceDetails) AsPrivateServiceDetails() (PrivateServiceDetails, error) + func (t Service_ServiceDetails) AsStaticSiteDetails() (StaticSiteDetails, error) + func (t Service_ServiceDetails) AsWebServiceDetails() (WebServiceDetails, error) + func (t Service_ServiceDetails) MarshalJSON() ([]byte, error) + type SnapshotRestorePOST struct + InstanceId *InstanceId + SnapshotKey string + type SshAddress = string + type StartTimeParam = time.Time + type StaticSiteDetails struct + BuildCommand string + BuildPlan BuildPlan + ParentServer *Resource + Previews *Previews + PublishPath string + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Url string + type StaticSiteDetailsPATCH struct + BuildCommand *string + Previews *Previews + PublishPath *string + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + type StaticSiteDetailsPOST struct + BuildCommand *string + Headers *[]HeaderInput + Previews *Previews + PublishPath *string + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Routes *[]RoutePost + type SubscribeLogsParams struct + Direction *externalRef5.LogDirectionParam + EndTime *EndTimeParam + Host *externalRef5.LogFilterHost + Instance *externalRef5.LogFilterInstance + Level *externalRef5.LogFilterLevel + Limit *LimitParam + Method *externalRef5.LogFilterMethod + OwnerId string + Path *externalRef5.LogFilterPath + Resource externalRef5.LogFilterResource + StartTime *StartTimeParam + StatusCode *externalRef5.LogFilterStatusCode + Text *externalRef5.LogFilterText + Type *externalRef5.LogFilterType + type SubscribeLogsResponse struct + Body []byte + HTTPResponse *http.Response + JSON101 *externalRef5.Log + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseSubscribeLogsResponse(rsp *http.Response) (*SubscribeLogsResponse, error) + func (r SubscribeLogsResponse) Status() string + func (r SubscribeLogsResponse) StatusCode() int + type SuspendPostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseSuspendPostgresResponse(rsp *http.Response) (*SuspendPostgresResponse, error) + func (r SuspendPostgresResponse) Status() string + func (r SuspendPostgresResponse) StatusCode() int + type SuspendServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseSuspendServiceResponse(rsp *http.Response) (*SuspendServiceResponse, error) + func (r SuspendServiceResponse) Status() string + func (r SuspendServiceResponse) StatusCode() int + type SuspendedParam = []string + type SuspenderType string + const SuspenderTypeAdmin + const SuspenderTypeBilling + const SuspenderTypeParentService + const SuspenderTypeUnknown + const SuspenderTypeUser + type SyncWithCursor struct + Cursor Cursor + Sync externalRef1.Sync + type TriggerMaintenanceResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseTriggerMaintenanceResponse(rsp *http.Response) (*TriggerMaintenanceResponse, error) + func (r TriggerMaintenanceResponse) Status() string + func (r TriggerMaintenanceResponse) StatusCode() int + type UnlinkServiceFromEnvGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUnlinkServiceFromEnvGroupResponse(rsp *http.Response) (*UnlinkServiceFromEnvGroupResponse, error) + func (r UnlinkServiceFromEnvGroupResponse) Status() string + func (r UnlinkServiceFromEnvGroupResponse) StatusCode() int + type UpdateBlueprintJSONRequestBody = externalRef1.BlueprintPATCH + type UpdateBlueprintResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef1.Blueprint + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateBlueprintResponse(rsp *http.Response) (*UpdateBlueprintResponse, error) + func (r UpdateBlueprintResponse) Status() string + func (r UpdateBlueprintResponse) StatusCode() int + type UpdateDiskJSONRequestBody = externalRef2.DiskPATCH + type UpdateDiskResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef2.DiskDetails + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateDiskResponse(rsp *http.Response) (*UpdateDiskResponse, error) + func (r UpdateDiskResponse) Status() string + func (r UpdateDiskResponse) StatusCode() int + type UpdateEnvGroupEnvVarJSONRequestBody = AddUpdateEnvVarInput + type UpdateEnvGroupEnvVarResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EnvGroup + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateEnvGroupEnvVarResponse(rsp *http.Response) (*UpdateEnvGroupEnvVarResponse, error) + func (r UpdateEnvGroupEnvVarResponse) Status() string + func (r UpdateEnvGroupEnvVarResponse) StatusCode() int + type UpdateEnvGroupJSONRequestBody = EnvGroupPATCHInput + type UpdateEnvGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EnvGroup + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateEnvGroupResponse(rsp *http.Response) (*UpdateEnvGroupResponse, error) + func (r UpdateEnvGroupResponse) Status() string + func (r UpdateEnvGroupResponse) StatusCode() int + type UpdateEnvGroupSecretFileJSONBody struct + Content *string + type UpdateEnvGroupSecretFileJSONRequestBody UpdateEnvGroupSecretFileJSONBody + type UpdateEnvGroupSecretFileResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EnvGroup + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateEnvGroupSecretFileResponse(rsp *http.Response) (*UpdateEnvGroupSecretFileResponse, error) + func (r UpdateEnvGroupSecretFileResponse) Status() string + func (r UpdateEnvGroupSecretFileResponse) StatusCode() int + type UpdateEnvVarJSONRequestBody = AddUpdateEnvVarInput + type UpdateEnvVarResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EnvVar + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateEnvVarResponse(rsp *http.Response) (*UpdateEnvVarResponse, error) + func (r UpdateEnvVarResponse) Status() string + func (r UpdateEnvVarResponse) StatusCode() int + type UpdateEnvVarsForServiceJSONRequestBody = EnvVarInputArray + type UpdateEnvVarsForServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]EnvVarWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateEnvVarsForServiceResponse(rsp *http.Response) (*UpdateEnvVarsForServiceResponse, error) + func (r UpdateEnvVarsForServiceResponse) Status() string + func (r UpdateEnvVarsForServiceResponse) StatusCode() int + type UpdateEnvironmentJSONRequestBody = EnvironmentPATCHInput + type UpdateEnvironmentResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Environment + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateEnvironmentResponse(rsp *http.Response) (*UpdateEnvironmentResponse, error) + func (r UpdateEnvironmentResponse) Status() string + func (r UpdateEnvironmentResponse) StatusCode() int + type UpdateHeadersJSONBody = []HeaderInput + type UpdateHeadersJSONRequestBody = UpdateHeadersJSONBody + type UpdateHeadersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]Header + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateHeadersResponse(rsp *http.Response) (*UpdateHeadersResponse, error) + func (r UpdateHeadersResponse) Status() string + func (r UpdateHeadersResponse) StatusCode() int + type UpdateMaintenanceJSONRequestBody = externalRef6.MaintenanceRunPATCH + type UpdateMaintenanceResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateMaintenanceResponse(rsp *http.Response) (*UpdateMaintenanceResponse, error) + func (r UpdateMaintenanceResponse) Status() string + func (r UpdateMaintenanceResponse) StatusCode() int + type UpdateOwnerLogStreamJSONRequestBody = externalRef5.LogStreamOwnerUpdate + type UpdateOwnerLogStreamResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef5.GetOwnerLogsStreams200Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateOwnerLogStreamResponse(rsp *http.Response) (*UpdateOwnerLogStreamResponse, error) + func (r UpdateOwnerLogStreamResponse) Status() string + func (r UpdateOwnerLogStreamResponse) StatusCode() int + type UpdatePostgresJSONRequestBody = PostgresPATCHInput + type UpdatePostgresResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PostgresDetail + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON409 *N409Conflict + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdatePostgresResponse(rsp *http.Response) (*UpdatePostgresResponse, error) + func (r UpdatePostgresResponse) Status() string + func (r UpdatePostgresResponse) StatusCode() int + type UpdateProjectJSONRequestBody = ProjectPATCHInput + type UpdateProjectResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Project + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateProjectResponse(rsp *http.Response) (*UpdateProjectResponse, error) + func (r UpdateProjectResponse) Status() string + func (r UpdateProjectResponse) StatusCode() int + type UpdateRedisJSONRequestBody = RedisPATCHInput + type UpdateRedisResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RedisDetail + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON404 *N404NotFound + JSON409 *N409Conflict + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateRedisResponse(rsp *http.Response) (*UpdateRedisResponse, error) + func (r UpdateRedisResponse) Status() string + func (r UpdateRedisResponse) StatusCode() int + type UpdateRegistryCredentialJSONBody struct + AuthToken string + Name string + Registry RegistryCredentialRegistry + Username string + type UpdateRegistryCredentialJSONRequestBody UpdateRegistryCredentialJSONBody + type UpdateRegistryCredentialResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RegistryCredential + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON402 *N402PaymentRequired + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON409 *N409Conflict + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateRegistryCredentialResponse(rsp *http.Response) (*UpdateRegistryCredentialResponse, error) + func (r UpdateRegistryCredentialResponse) Status() string + func (r UpdateRegistryCredentialResponse) StatusCode() int + type UpdateResourceLogStreamJSONRequestBody = externalRef5.LogStreamResourceUpdate + type UpdateResourceLogStreamResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *externalRef5.GetResourceLogsStreams200Response + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateResourceLogStreamResponse(rsp *http.Response) (*UpdateResourceLogStreamResponse, error) + func (r UpdateResourceLogStreamResponse) Status() string + func (r UpdateResourceLogStreamResponse) StatusCode() int + type UpdateSecretFilesForServiceJSONBody = []SecretFileInput + type UpdateSecretFilesForServiceJSONRequestBody = UpdateSecretFilesForServiceJSONBody + type UpdateSecretFilesForServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]SecretFileWithCursor + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateSecretFilesForServiceResponse(rsp *http.Response) (*UpdateSecretFilesForServiceResponse, error) + func (r UpdateSecretFilesForServiceResponse) Status() string + func (r UpdateSecretFilesForServiceResponse) StatusCode() int + type UpdateServiceJSONRequestBody = ServicePATCH + type UpdateServiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Service + JSON400 *N400BadRequest + JSON401 *N401Unauthorized + JSON402 *N402PaymentRequired + JSON403 *N403Forbidden + JSON404 *N404NotFound + JSON406 *N406NotAcceptable + JSON409 *N409Conflict + JSON410 *N410Gone + JSON429 *N429RateLimit + JSON500 *N500InternalServerError + JSON503 *N503ServiceUnavailable + func ParseUpdateServiceResponse(rsp *http.Response) (*UpdateServiceResponse, error) + func (r UpdateServiceResponse) Status() string + func (r UpdateServiceResponse) StatusCode() int + type UpdatedAfterParam = time.Time + type UpdatedBeforeParam = time.Time + type User struct + Email string + Name string + type WebServiceDetails struct + Autoscaling *externalRef0.AutoscalingConfig + BuildPlan BuildPlan + Disk *externalRef2.Disk + Env ServiceEnv + EnvSpecificDetails EnvSpecificDetails + HealthCheckPath string + MaintenanceMode *MaintenanceMode + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + NumInstances int + OpenPorts []ServerPort + ParentServer *Resource + Plan Plan + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Region Region + Runtime ServiceRuntime + SshAddress *SshAddress + Url string + type WebServiceDetailsPATCH struct + EnvSpecificDetails *EnvSpecificDetailsPATCH + HealthCheckPath *string + MaintenanceMode *MaintenanceMode + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + Plan *PaidPlan + PreDeployCommand *string + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Runtime *ServiceRuntime + type WebServiceDetailsPOST struct + Autoscaling *externalRef0.AutoscalingConfig + Disk *ServiceDisk + Env *ServiceEnv + EnvSpecificDetails *EnvSpecificDetailsPOST + HealthCheckPath *string + MaintenanceMode *MaintenanceMode + MaxShutdownDelaySeconds *MaxShutdownDelaySeconds + NumInstances *int + Plan *PaidPlan + PreDeployCommand *string + Previews *Previews + PullRequestPreviewsEnabled *PullRequestPreviewsEnabled + Region *Region + Runtime ServiceRuntime