From d720aac6809b580d1e4548ad3977af2360770696 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 21 Aug 2026 11:47:59 +0000 Subject: [PATCH] Generate redis --- services/redis/api_default.go | 27 ++-- services/redis/client.go | 6 +- services/redis/configuration.go | 4 +- services/redis/model_backup.go | 4 +- services/redis/model_backup_test.go | 4 +- .../model_create_backup_response_item.go | 4 +- .../model_create_backup_response_item_test.go | 4 +- .../redis/model_create_credentials_payload.go | 4 +- .../model_create_credentials_payload_test.go | 4 +- .../redis/model_create_instance_payload.go | 4 +- .../model_create_instance_payload_test.go | 4 +- .../redis/model_create_instance_response.go | 4 +- .../model_create_instance_response_test.go | 4 +- services/redis/model_credentials.go | 4 +- services/redis/model_credentials_list_item.go | 4 +- .../redis/model_credentials_list_item_test.go | 4 +- services/redis/model_credentials_response.go | 4 +- .../redis/model_credentials_response_test.go | 4 +- services/redis/model_credentials_test.go | 4 +- services/redis/model_error.go | 4 +- services/redis/model_error_test.go | 4 +- services/redis/model_get_metrics_response.go | 4 +- .../redis/model_get_metrics_response_test.go | 4 +- services/redis/model_instance.go | 4 +- .../redis/model_instance_last_operation.go | 4 +- .../model_instance_last_operation_test.go | 4 +- services/redis/model_instance_parameters.go | 4 +- .../redis/model_instance_parameters_test.go | 4 +- services/redis/model_instance_schema.go | 4 +- services/redis/model_instance_schema_test.go | 4 +- services/redis/model_instance_test.go | 4 +- .../redis/model_list_credentials_response.go | 4 +- .../model_list_credentials_response_test.go | 4 +- .../redis/model_list_instances_response.go | 4 +- .../model_list_instances_response_test.go | 4 +- .../redis/model_list_offerings_response.go | 4 +- .../model_list_offerings_response_test.go | 4 +- .../redis/model_list_restores_response.go | 4 +- .../model_list_restores_response_test.go | 4 +- services/redis/model_offering.go | 4 +- services/redis/model_offering_test.go | 4 +- .../model_partial_update_instance_payload.go | 4 +- ...el_partial_update_instance_payload_test.go | 4 +- services/redis/model_plan.go | 4 +- services/redis/model_plan_test.go | 4 +- services/redis/model_raw_credentials.go | 4 +- services/redis/model_raw_credentials_test.go | 4 +- services/redis/model_restore.go | 4 +- services/redis/model_restore_test.go | 4 +- services/redis/model_schema.go | 4 +- services/redis/model_schema_test.go | 4 +- .../redis/model_trigger_restore_response.go | 4 +- .../model_trigger_restore_response_test.go | 4 +- .../model_update_backups_config_payload.go | 4 +- ...odel_update_backups_config_payload_test.go | 4 +- .../model_update_backups_config_response.go | 4 +- ...del_update_backups_config_response_test.go | 4 +- services/redis/oas_commit | 2 +- services/redis/utils.go | 4 +- services/redis/v1api/api_default.go | 135 +++++++++++++++++- services/redis/v1api/api_default_mock.go | 99 +++++++------ services/redis/v1api/client.go | 6 +- services/redis/v1api/configuration.go | 4 +- services/redis/v1api/model_backup.go | 4 +- .../model_create_backup_response_item.go | 4 +- .../v1api/model_create_credentials_payload.go | 4 +- .../v1api/model_create_instance_payload.go | 4 +- .../v1api/model_create_instance_response.go | 4 +- services/redis/v1api/model_credentials.go | 4 +- .../v1api/model_credentials_list_item.go | 4 +- .../redis/v1api/model_credentials_response.go | 4 +- services/redis/v1api/model_error.go | 4 +- .../redis/v1api/model_get_metrics_response.go | 4 +- services/redis/v1api/model_instance.go | 4 +- .../v1api/model_instance_last_operation.go | 4 +- .../model_instance_last_operation_state.go | 4 +- .../model_instance_last_operation_type.go | 4 +- .../redis/v1api/model_instance_parameters.go | 4 +- ...tance_parameters_lazyfree_lazy_eviction.go | 4 +- ...nstance_parameters_lazyfree_lazy_expire.go | 4 +- ...el_instance_parameters_maxmemory_policy.go | 4 +- ...model_instance_parameters_tls_protocols.go | 4 +- services/redis/v1api/model_instance_schema.go | 4 +- services/redis/v1api/model_instance_status.go | 4 +- .../v1api/model_list_credentials_response.go | 4 +- .../v1api/model_list_instances_response.go | 4 +- .../v1api/model_list_offerings_response.go | 4 +- .../v1api/model_list_restores_response.go | 4 +- services/redis/v1api/model_offering.go | 4 +- .../model_partial_update_instance_payload.go | 4 +- services/redis/v1api/model_plan.go | 4 +- services/redis/v1api/model_raw_credentials.go | 4 +- services/redis/v1api/model_restore.go | 4 +- services/redis/v1api/model_schema.go | 4 +- .../v1api/model_trigger_restore_response.go | 4 +- .../model_update_backups_config_payload.go | 4 +- .../model_update_backups_config_response.go | 4 +- services/redis/v1api/response.go | 4 +- services/redis/v1api/utils.go | 4 +- services/redis/v2api/api_default.go | 135 +++++++++++++++++- services/redis/v2api/api_default_mock.go | 99 +++++++------ services/redis/v2api/client.go | 6 +- services/redis/v2api/configuration.go | 4 +- services/redis/v2api/model_backup.go | 4 +- .../model_create_backup_response_item.go | 4 +- .../v2api/model_create_credentials_payload.go | 4 +- .../v2api/model_create_instance_payload.go | 4 +- .../v2api/model_create_instance_response.go | 4 +- services/redis/v2api/model_credentials.go | 4 +- .../v2api/model_credentials_list_item.go | 4 +- .../redis/v2api/model_credentials_response.go | 4 +- services/redis/v2api/model_error.go | 4 +- .../redis/v2api/model_get_metrics_response.go | 4 +- services/redis/v2api/model_instance.go | 4 +- .../v2api/model_instance_last_operation.go | 4 +- .../model_instance_last_operation_state.go | 4 +- .../model_instance_last_operation_type.go | 4 +- .../redis/v2api/model_instance_parameters.go | 4 +- ...tance_parameters_lazyfree_lazy_eviction.go | 4 +- ...nstance_parameters_lazyfree_lazy_expire.go | 4 +- ...el_instance_parameters_maxmemory_policy.go | 4 +- ...model_instance_parameters_tls_protocols.go | 4 +- services/redis/v2api/model_instance_schema.go | 4 +- services/redis/v2api/model_instance_status.go | 4 +- .../v2api/model_list_credentials_response.go | 4 +- .../v2api/model_list_instances_response.go | 4 +- .../v2api/model_list_offerings_response.go | 4 +- .../v2api/model_list_restores_response.go | 4 +- services/redis/v2api/model_offering.go | 4 +- .../model_partial_update_instance_payload.go | 4 +- services/redis/v2api/model_plan.go | 4 +- services/redis/v2api/model_raw_credentials.go | 4 +- services/redis/v2api/model_restore.go | 4 +- services/redis/v2api/model_schema.go | 4 +- .../v2api/model_trigger_restore_response.go | 4 +- .../model_update_backups_config_payload.go | 4 +- .../model_update_backups_config_response.go | 4 +- services/redis/v2api/response.go | 4 +- services/redis/v2api/utils.go | 4 +- 139 files changed, 668 insertions(+), 367 deletions(-) diff --git a/services/redis/api_default.go b/services/redis/api_default.go index bc858580b..5df2affd4 100644 --- a/services/redis/api_default.go +++ b/services/redis/api_default.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ @@ -53,7 +53,7 @@ type DefaultApi interface { CreateBackupExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*CreateBackupResponseItem, error) /* CreateCredentials create new credentials - Create new service credentials + Deprecated: Create new service credentials @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -78,7 +78,7 @@ type DefaultApi interface { CreateCredentialsExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*CredentialsResponse, error) /* CreateInstance provision - Provision a service instance. + Deprecated: Provision a service instance. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -101,7 +101,7 @@ type DefaultApi interface { CreateInstanceExecute(ctx context.Context, projectId string, regionId string) (*CreateInstanceResponse, error) /* DeleteCredentials delete credentials by id - Delete a service credentials. + Deprecated: Delete a service credentials. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -121,7 +121,7 @@ type DefaultApi interface { DeleteCredentialsExecute(ctx context.Context, projectId string, regionId string, instanceId string, credentialsId string) error /* DeleteInstance delete service instance - Deprovision a service instance. + Deprecated: Deprovision a service instance. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -166,7 +166,7 @@ type DefaultApi interface { DownloadBackupExecute(ctx context.Context, projectId string, regionId string, instanceId string, backupId int32) (*os.File, error) /* GetCredentials get credentials by id - get a service credentials by credentials id + Deprecated: get a service credentials by credentials id @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -193,7 +193,7 @@ type DefaultApi interface { GetCredentialsExecute(ctx context.Context, projectId string, regionId string, instanceId string, credentialsId string) (*CredentialsResponse, error) /* GetInstance get a service instance - get a service instance + Deprecated: get a service instance @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -266,7 +266,7 @@ type DefaultApi interface { ListBackupsExecute(ctx context.Context, projectId string, regionId string, instanceId string) ([]Backup, error) /* ListCredentials get list of credentials ids - get list all credentials ids for instance + Deprecated: get list all credentials ids for instance @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -291,7 +291,7 @@ type DefaultApi interface { ListCredentialsExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*ListCredentialsResponse, error) /* ListInstances get service instances list - Get a list of available instances + Deprecated: Get a list of available instances @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -314,7 +314,7 @@ type DefaultApi interface { ListInstancesExecute(ctx context.Context, projectId string, regionId string) (*ListInstancesResponse, error) /* ListOfferings get the service offerings - Get the service offerings that the service broker offers. + Deprecated: Get the service offerings that the service broker offers. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -361,7 +361,8 @@ type DefaultApi interface { ListRestoresExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*ListRestoresResponse, error) /* PartialUpdateInstance update a service instance - Update a service instance. This could be a sgw acl update or a plan upgrade. + Deprecated: Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @@ -454,7 +455,7 @@ type DefaultApi interface { TriggerRestoreExecute(ctx context.Context, projectId string, regionId string, instanceId string, backupId int32) (*TriggerRestoreResponse, error) /* UpdateBackupsConfig backups configuration update - Update the configuration for backups for your instance. + Deprecated: Update the configuration for backups for your instance. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions diff --git a/services/redis/client.go b/services/redis/client.go index 65ea35aec..0b16aa837 100644 --- a/services/redis/client.go +++ b/services/redis/client.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ @@ -43,7 +43,7 @@ var ( queryDescape = strings.NewReplacer("%5B", "[", "%5D", "]") ) -// APIClient manages communication with the STACKIT Redis API API v2.1.0 +// APIClient manages communication with the [DEPRECATED] STACKIT Redis API API v2.1.0 // In most cases there should be only one, shared, APIClient. // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead type APIClient struct { diff --git a/services/redis/configuration.go b/services/redis/configuration.go index 801cb0481..980f19959 100644 --- a/services/redis/configuration.go +++ b/services/redis/configuration.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_backup.go b/services/redis/model_backup.go index 9727dde73..b5bfe8fe1 100644 --- a/services/redis/model_backup.go +++ b/services/redis/model_backup.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_backup_test.go b/services/redis/model_backup_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_backup_test.go +++ b/services/redis/model_backup_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_create_backup_response_item.go b/services/redis/model_create_backup_response_item.go index 5c677ee8b..6247de458 100644 --- a/services/redis/model_create_backup_response_item.go +++ b/services/redis/model_create_backup_response_item.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_create_backup_response_item_test.go b/services/redis/model_create_backup_response_item_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_create_backup_response_item_test.go +++ b/services/redis/model_create_backup_response_item_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_create_credentials_payload.go b/services/redis/model_create_credentials_payload.go index eb4c94255..90378b1fb 100644 --- a/services/redis/model_create_credentials_payload.go +++ b/services/redis/model_create_credentials_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_create_credentials_payload_test.go b/services/redis/model_create_credentials_payload_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_create_credentials_payload_test.go +++ b/services/redis/model_create_credentials_payload_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_create_instance_payload.go b/services/redis/model_create_instance_payload.go index 59bbd8355..5a80951ca 100644 --- a/services/redis/model_create_instance_payload.go +++ b/services/redis/model_create_instance_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_create_instance_payload_test.go b/services/redis/model_create_instance_payload_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_create_instance_payload_test.go +++ b/services/redis/model_create_instance_payload_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_create_instance_response.go b/services/redis/model_create_instance_response.go index 2555df7b9..98ef9c041 100644 --- a/services/redis/model_create_instance_response.go +++ b/services/redis/model_create_instance_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_create_instance_response_test.go b/services/redis/model_create_instance_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_create_instance_response_test.go +++ b/services/redis/model_create_instance_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_credentials.go b/services/redis/model_credentials.go index 88b652a8c..d9a8a9e80 100644 --- a/services/redis/model_credentials.go +++ b/services/redis/model_credentials.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_credentials_list_item.go b/services/redis/model_credentials_list_item.go index ee9d6528c..99f385f56 100644 --- a/services/redis/model_credentials_list_item.go +++ b/services/redis/model_credentials_list_item.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_credentials_list_item_test.go b/services/redis/model_credentials_list_item_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_credentials_list_item_test.go +++ b/services/redis/model_credentials_list_item_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_credentials_response.go b/services/redis/model_credentials_response.go index a35808984..db8638b4f 100644 --- a/services/redis/model_credentials_response.go +++ b/services/redis/model_credentials_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_credentials_response_test.go b/services/redis/model_credentials_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_credentials_response_test.go +++ b/services/redis/model_credentials_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_credentials_test.go b/services/redis/model_credentials_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_credentials_test.go +++ b/services/redis/model_credentials_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_error.go b/services/redis/model_error.go index 7e6756731..1fa60c6cb 100644 --- a/services/redis/model_error.go +++ b/services/redis/model_error.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_error_test.go b/services/redis/model_error_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_error_test.go +++ b/services/redis/model_error_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_get_metrics_response.go b/services/redis/model_get_metrics_response.go index 5cb9fa7f9..1397176f6 100644 --- a/services/redis/model_get_metrics_response.go +++ b/services/redis/model_get_metrics_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_get_metrics_response_test.go b/services/redis/model_get_metrics_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_get_metrics_response_test.go +++ b/services/redis/model_get_metrics_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_instance.go b/services/redis/model_instance.go index 0c4158400..80e774796 100644 --- a/services/redis/model_instance.go +++ b/services/redis/model_instance.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_instance_last_operation.go b/services/redis/model_instance_last_operation.go index 35e446c2a..14db20b81 100644 --- a/services/redis/model_instance_last_operation.go +++ b/services/redis/model_instance_last_operation.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_instance_last_operation_test.go b/services/redis/model_instance_last_operation_test.go index e5ca08dd2..05ee47388 100644 --- a/services/redis/model_instance_last_operation_test.go +++ b/services/redis/model_instance_last_operation_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_instance_parameters.go b/services/redis/model_instance_parameters.go index 5586368bb..f63e1bbee 100644 --- a/services/redis/model_instance_parameters.go +++ b/services/redis/model_instance_parameters.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_instance_parameters_test.go b/services/redis/model_instance_parameters_test.go index df7167402..532e1039e 100644 --- a/services/redis/model_instance_parameters_test.go +++ b/services/redis/model_instance_parameters_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_instance_schema.go b/services/redis/model_instance_schema.go index 46a5fc0d0..fc5f040ab 100644 --- a/services/redis/model_instance_schema.go +++ b/services/redis/model_instance_schema.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_instance_schema_test.go b/services/redis/model_instance_schema_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_instance_schema_test.go +++ b/services/redis/model_instance_schema_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_instance_test.go b/services/redis/model_instance_test.go index b1be7db9e..2f6ade4f0 100644 --- a/services/redis/model_instance_test.go +++ b/services/redis/model_instance_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_list_credentials_response.go b/services/redis/model_list_credentials_response.go index 83400568d..d8903f173 100644 --- a/services/redis/model_list_credentials_response.go +++ b/services/redis/model_list_credentials_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_list_credentials_response_test.go b/services/redis/model_list_credentials_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_list_credentials_response_test.go +++ b/services/redis/model_list_credentials_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_list_instances_response.go b/services/redis/model_list_instances_response.go index 84fe88ab6..7f6a0f23a 100644 --- a/services/redis/model_list_instances_response.go +++ b/services/redis/model_list_instances_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_list_instances_response_test.go b/services/redis/model_list_instances_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_list_instances_response_test.go +++ b/services/redis/model_list_instances_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_list_offerings_response.go b/services/redis/model_list_offerings_response.go index aecbbfa12..5ee5a2653 100644 --- a/services/redis/model_list_offerings_response.go +++ b/services/redis/model_list_offerings_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_list_offerings_response_test.go b/services/redis/model_list_offerings_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_list_offerings_response_test.go +++ b/services/redis/model_list_offerings_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_list_restores_response.go b/services/redis/model_list_restores_response.go index 7ecc2fd78..0b6264975 100644 --- a/services/redis/model_list_restores_response.go +++ b/services/redis/model_list_restores_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_list_restores_response_test.go b/services/redis/model_list_restores_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_list_restores_response_test.go +++ b/services/redis/model_list_restores_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_offering.go b/services/redis/model_offering.go index 1cbebeb43..c32dc890c 100644 --- a/services/redis/model_offering.go +++ b/services/redis/model_offering.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_offering_test.go b/services/redis/model_offering_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_offering_test.go +++ b/services/redis/model_offering_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_partial_update_instance_payload.go b/services/redis/model_partial_update_instance_payload.go index 4eaceed92..8ae7eadea 100644 --- a/services/redis/model_partial_update_instance_payload.go +++ b/services/redis/model_partial_update_instance_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_partial_update_instance_payload_test.go b/services/redis/model_partial_update_instance_payload_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_partial_update_instance_payload_test.go +++ b/services/redis/model_partial_update_instance_payload_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_plan.go b/services/redis/model_plan.go index e24a77c78..33e1f9491 100644 --- a/services/redis/model_plan.go +++ b/services/redis/model_plan.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_plan_test.go b/services/redis/model_plan_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_plan_test.go +++ b/services/redis/model_plan_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_raw_credentials.go b/services/redis/model_raw_credentials.go index 1573aa2a7..b1395762d 100644 --- a/services/redis/model_raw_credentials.go +++ b/services/redis/model_raw_credentials.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_raw_credentials_test.go b/services/redis/model_raw_credentials_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_raw_credentials_test.go +++ b/services/redis/model_raw_credentials_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_restore.go b/services/redis/model_restore.go index 3f8c48004..05972a7c1 100644 --- a/services/redis/model_restore.go +++ b/services/redis/model_restore.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_restore_test.go b/services/redis/model_restore_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_restore_test.go +++ b/services/redis/model_restore_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_schema.go b/services/redis/model_schema.go index 813d30b7e..65878356f 100644 --- a/services/redis/model_schema.go +++ b/services/redis/model_schema.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_schema_test.go b/services/redis/model_schema_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_schema_test.go +++ b/services/redis/model_schema_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_trigger_restore_response.go b/services/redis/model_trigger_restore_response.go index 960d5837c..c739a2791 100644 --- a/services/redis/model_trigger_restore_response.go +++ b/services/redis/model_trigger_restore_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_trigger_restore_response_test.go b/services/redis/model_trigger_restore_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_trigger_restore_response_test.go +++ b/services/redis/model_trigger_restore_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_update_backups_config_payload.go b/services/redis/model_update_backups_config_payload.go index 5e55e5836..f6f6a8c7d 100644 --- a/services/redis/model_update_backups_config_payload.go +++ b/services/redis/model_update_backups_config_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_update_backups_config_payload_test.go b/services/redis/model_update_backups_config_payload_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_update_backups_config_payload_test.go +++ b/services/redis/model_update_backups_config_payload_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_update_backups_config_response.go b/services/redis/model_update_backups_config_response.go index a8d8c73ca..a0a2b53e3 100644 --- a/services/redis/model_update_backups_config_response.go +++ b/services/redis/model_update_backups_config_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/model_update_backups_config_response_test.go b/services/redis/model_update_backups_config_response_test.go index f560af6fb..7847182f3 100644 --- a/services/redis/model_update_backups_config_response_test.go +++ b/services/redis/model_update_backups_config_response_test.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/oas_commit b/services/redis/oas_commit index ebd6afd42..ec6f0b9d6 100644 --- a/services/redis/oas_commit +++ b/services/redis/oas_commit @@ -1 +1 @@ -618a0fac344b8a4bb594f713007825ce82956406 +b7d1b614138d667d378a5fd45e2a91539a7fb02e diff --git a/services/redis/utils.go b/services/redis/utils.go index 82e6b66c3..bc77f98cf 100644 --- a/services/redis/utils.go +++ b/services/redis/utils.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v1api/api_default.go b/services/redis/v1api/api_default.go index eb980e87c..eaa5cba3d 100644 --- a/services/redis/v1api/api_default.go +++ b/services/redis/v1api/api_default.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ @@ -31,11 +31,14 @@ type DefaultAPI interface { @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiCreateBackupRequest + + Deprecated */ CreateBackup(ctx context.Context, instanceId string, projectId string) ApiCreateBackupRequest // CreateBackupExecute executes the request // @return CreateBackupResponseItem + // Deprecated CreateBackupExecute(r ApiCreateBackupRequest) (*CreateBackupResponseItem, error) /* @@ -47,11 +50,14 @@ type DefaultAPI interface { @param projectId @param instanceId Instance id @return ApiCreateCredentialsRequest + + Deprecated */ CreateCredentials(ctx context.Context, projectId string, instanceId string) ApiCreateCredentialsRequest // CreateCredentialsExecute executes the request // @return CredentialsResponse + // Deprecated CreateCredentialsExecute(r ApiCreateCredentialsRequest) (*CredentialsResponse, error) /* @@ -62,11 +68,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @return ApiCreateInstanceRequest + + Deprecated */ CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest // CreateInstanceExecute executes the request // @return CreateInstanceResponse + // Deprecated CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) /* @@ -79,10 +88,13 @@ type DefaultAPI interface { @param instanceId Instance id @param credentialsId Id of the credentials being deleted @return ApiDeleteCredentialsRequest + + Deprecated */ DeleteCredentials(ctx context.Context, projectId string, instanceId string, credentialsId string) ApiDeleteCredentialsRequest // DeleteCredentialsExecute executes the request + // Deprecated DeleteCredentialsExecute(r ApiDeleteCredentialsRequest) error /* @@ -94,10 +106,13 @@ type DefaultAPI interface { @param projectId @param instanceId Id of instance being deleted @return ApiDeleteInstanceRequest + + Deprecated */ DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest // DeleteInstanceExecute executes the request + // Deprecated DeleteInstanceExecute(r ApiDeleteInstanceRequest) error /* @@ -108,11 +123,14 @@ type DefaultAPI interface { @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiDownloadBackupRequest + + Deprecated */ DownloadBackup(ctx context.Context, backupId int32, instanceId string, projectId string) ApiDownloadBackupRequest // DownloadBackupExecute executes the request // @return *os.File + // Deprecated DownloadBackupExecute(r ApiDownloadBackupRequest) (*os.File, error) /* @@ -125,11 +143,14 @@ type DefaultAPI interface { @param instanceId Instance id @param credentialsId Credentials id of credentials to fetch @return ApiGetCredentialsRequest + + Deprecated */ GetCredentials(ctx context.Context, projectId string, instanceId string, credentialsId string) ApiGetCredentialsRequest // GetCredentialsExecute executes the request // @return CredentialsResponse + // Deprecated GetCredentialsExecute(r ApiGetCredentialsRequest) (*CredentialsResponse, error) /* @@ -141,11 +162,14 @@ type DefaultAPI interface { @param projectId @param instanceId Instance id @return ApiGetInstanceRequest + + Deprecated */ GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest // GetInstanceExecute executes the request // @return Instance + // Deprecated GetInstanceExecute(r ApiGetInstanceRequest) (*Instance, error) /* @@ -155,11 +179,14 @@ type DefaultAPI interface { @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiGetMetricsRequest + + Deprecated */ GetMetrics(ctx context.Context, instanceId string, projectId string) ApiGetMetricsRequest // GetMetricsExecute executes the request // @return GetMetricsResponse + // Deprecated GetMetricsExecute(r ApiGetMetricsRequest) (*GetMetricsResponse, error) /* @@ -169,11 +196,14 @@ type DefaultAPI interface { @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiListBackupsRequest + + Deprecated */ ListBackups(ctx context.Context, instanceId string, projectId string) ApiListBackupsRequest // ListBackupsExecute executes the request // @return []Backup + // Deprecated ListBackupsExecute(r ApiListBackupsRequest) ([]Backup, error) /* @@ -185,11 +215,14 @@ type DefaultAPI interface { @param projectId @param instanceId Instance id @return ApiListCredentialsRequest + + Deprecated */ ListCredentials(ctx context.Context, projectId string, instanceId string) ApiListCredentialsRequest // ListCredentialsExecute executes the request // @return ListCredentialsResponse + // Deprecated ListCredentialsExecute(r ApiListCredentialsRequest) (*ListCredentialsResponse, error) /* @@ -200,11 +233,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @return ApiListInstancesRequest + + Deprecated */ ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest // ListInstancesExecute executes the request // @return ListInstancesResponse + // Deprecated ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) /* @@ -215,11 +251,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @return ApiListOfferingsRequest + + Deprecated */ ListOfferings(ctx context.Context, projectId string) ApiListOfferingsRequest // ListOfferingsExecute executes the request // @return ListOfferingsResponse + // Deprecated ListOfferingsExecute(r ApiListOfferingsRequest) (*ListOfferingsResponse, error) /* @@ -229,11 +268,14 @@ type DefaultAPI interface { @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiListRestoresRequest + + Deprecated */ ListRestores(ctx context.Context, instanceId string, projectId string) ApiListRestoresRequest // ListRestoresExecute executes the request // @return ListRestoresResponse + // Deprecated ListRestoresExecute(r ApiListRestoresRequest) (*ListRestoresResponse, error) /* @@ -241,14 +283,18 @@ type DefaultAPI interface { Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param instanceId id of the instance being updated @return ApiPartialUpdateInstanceRequest + + Deprecated */ PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest // PartialUpdateInstanceExecute executes the request + // Deprecated PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) error /* @@ -258,11 +304,14 @@ type DefaultAPI interface { @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiTriggerRecreateRequest + + Deprecated */ TriggerRecreate(ctx context.Context, instanceId string, projectId string) ApiTriggerRecreateRequest // TriggerRecreateExecute executes the request // @return CreateInstanceResponse + // Deprecated TriggerRecreateExecute(r ApiTriggerRecreateRequest) (*CreateInstanceResponse, error) /* @@ -272,11 +321,14 @@ type DefaultAPI interface { @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiTriggerRestartRequest + + Deprecated */ TriggerRestart(ctx context.Context, instanceId string, projectId string) ApiTriggerRestartRequest // TriggerRestartExecute executes the request // @return CreateInstanceResponse + // Deprecated TriggerRestartExecute(r ApiTriggerRestartRequest) (*CreateInstanceResponse, error) /* @@ -287,11 +339,14 @@ type DefaultAPI interface { @param projectId Project id on which user has permissions @param backupId Backup id @return ApiTriggerRestoreRequest + + Deprecated */ TriggerRestore(ctx context.Context, instanceId string, projectId string, backupId int32) ApiTriggerRestoreRequest // TriggerRestoreExecute executes the request // @return TriggerRestoreResponse + // Deprecated TriggerRestoreExecute(r ApiTriggerRestoreRequest) (*TriggerRestoreResponse, error) /* @@ -303,11 +358,14 @@ type DefaultAPI interface { @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiUpdateBackupsConfigRequest + + Deprecated */ UpdateBackupsConfig(ctx context.Context, instanceId string, projectId string) ApiUpdateBackupsConfigRequest // UpdateBackupsConfigExecute executes the request // @return UpdateBackupsConfigResponse + // Deprecated UpdateBackupsConfigExecute(r ApiUpdateBackupsConfigRequest) (*UpdateBackupsConfigResponse, error) } @@ -332,6 +390,8 @@ CreateBackup create a backup @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiCreateBackupRequest + +Deprecated */ func (a *DefaultAPIService) CreateBackup(ctx context.Context, instanceId string, projectId string) ApiCreateBackupRequest { return ApiCreateBackupRequest{ @@ -345,6 +405,8 @@ func (a *DefaultAPIService) CreateBackup(ctx context.Context, instanceId string, // Execute executes the request // // @return CreateBackupResponseItem +// +// Deprecated func (a *DefaultAPIService) CreateBackupExecute(r ApiCreateBackupRequest) (*CreateBackupResponseItem, error) { var ( localVarHTTPMethod = http.MethodPost @@ -501,6 +563,8 @@ Create new service credentials @param projectId @param instanceId Instance id @return ApiCreateCredentialsRequest + +Deprecated */ func (a *DefaultAPIService) CreateCredentials(ctx context.Context, projectId string, instanceId string) ApiCreateCredentialsRequest { return ApiCreateCredentialsRequest{ @@ -514,6 +578,8 @@ func (a *DefaultAPIService) CreateCredentials(ctx context.Context, projectId str // Execute executes the request // // @return CredentialsResponse +// +// Deprecated func (a *DefaultAPIService) CreateCredentialsExecute(r ApiCreateCredentialsRequest) (*CredentialsResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -648,6 +714,8 @@ Provision a service instance. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @return ApiCreateInstanceRequest + +Deprecated */ func (a *DefaultAPIService) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest { return ApiCreateInstanceRequest{ @@ -660,6 +728,8 @@ func (a *DefaultAPIService) CreateInstance(ctx context.Context, projectId string // Execute executes the request // // @return CreateInstanceResponse +// +// Deprecated func (a *DefaultAPIService) CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -804,6 +874,8 @@ Delete a service credentials. @param instanceId Instance id @param credentialsId Id of the credentials being deleted @return ApiDeleteCredentialsRequest + +Deprecated */ func (a *DefaultAPIService) DeleteCredentials(ctx context.Context, projectId string, instanceId string, credentialsId string) ApiDeleteCredentialsRequest { return ApiDeleteCredentialsRequest{ @@ -816,6 +888,7 @@ func (a *DefaultAPIService) DeleteCredentials(ctx context.Context, projectId str } // Execute executes the request +// Deprecated func (a *DefaultAPIService) DeleteCredentialsExecute(r ApiDeleteCredentialsRequest) error { var ( localVarHTTPMethod = http.MethodDelete @@ -944,6 +1017,8 @@ Deprovision a service instance. @param projectId @param instanceId Id of instance being deleted @return ApiDeleteInstanceRequest + +Deprecated */ func (a *DefaultAPIService) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest { return ApiDeleteInstanceRequest{ @@ -955,6 +1030,7 @@ func (a *DefaultAPIService) DeleteInstance(ctx context.Context, projectId string } // Execute executes the request +// Deprecated func (a *DefaultAPIService) DeleteInstanceExecute(r ApiDeleteInstanceRequest) error { var ( localVarHTTPMethod = http.MethodDelete @@ -1082,6 +1158,8 @@ DownloadBackup download backup @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiDownloadBackupRequest + +Deprecated */ func (a *DefaultAPIService) DownloadBackup(ctx context.Context, backupId int32, instanceId string, projectId string) ApiDownloadBackupRequest { return ApiDownloadBackupRequest{ @@ -1096,6 +1174,8 @@ func (a *DefaultAPIService) DownloadBackup(ctx context.Context, backupId int32, // Execute executes the request // // @return *os.File +// +// Deprecated func (a *DefaultAPIService) DownloadBackupExecute(r ApiDownloadBackupRequest) (*os.File, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1248,6 +1328,8 @@ get a service credentials by credentials id @param instanceId Instance id @param credentialsId Credentials id of credentials to fetch @return ApiGetCredentialsRequest + +Deprecated */ func (a *DefaultAPIService) GetCredentials(ctx context.Context, projectId string, instanceId string, credentialsId string) ApiGetCredentialsRequest { return ApiGetCredentialsRequest{ @@ -1262,6 +1344,8 @@ func (a *DefaultAPIService) GetCredentials(ctx context.Context, projectId string // Execute executes the request // // @return CredentialsResponse +// +// Deprecated func (a *DefaultAPIService) GetCredentialsExecute(r ApiGetCredentialsRequest) (*CredentialsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1401,6 +1485,8 @@ get a service instance @param projectId @param instanceId Instance id @return ApiGetInstanceRequest + +Deprecated */ func (a *DefaultAPIService) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest { return ApiGetInstanceRequest{ @@ -1414,6 +1500,8 @@ func (a *DefaultAPIService) GetInstance(ctx context.Context, projectId string, i // Execute executes the request // // @return Instance +// +// Deprecated func (a *DefaultAPIService) GetInstanceExecute(r ApiGetInstanceRequest) (*Instance, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1561,6 +1649,8 @@ GetMetrics get latest metrics for cpu load, memory and disk usage @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiGetMetricsRequest + +Deprecated */ func (a *DefaultAPIService) GetMetrics(ctx context.Context, instanceId string, projectId string) ApiGetMetricsRequest { return ApiGetMetricsRequest{ @@ -1574,6 +1664,8 @@ func (a *DefaultAPIService) GetMetrics(ctx context.Context, instanceId string, p // Execute executes the request // // @return GetMetricsResponse +// +// Deprecated func (a *DefaultAPIService) GetMetricsExecute(r ApiGetMetricsRequest) (*GetMetricsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1710,6 +1802,8 @@ ListBackups get latest backup information for provided instanceId @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiListBackupsRequest + +Deprecated */ func (a *DefaultAPIService) ListBackups(ctx context.Context, instanceId string, projectId string) ApiListBackupsRequest { return ApiListBackupsRequest{ @@ -1723,6 +1817,8 @@ func (a *DefaultAPIService) ListBackups(ctx context.Context, instanceId string, // Execute executes the request // // @return []Backup +// +// Deprecated func (a *DefaultAPIService) ListBackupsExecute(r ApiListBackupsRequest) ([]Backup, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1861,6 +1957,8 @@ get list all credentials ids for instance @param projectId @param instanceId Instance id @return ApiListCredentialsRequest + +Deprecated */ func (a *DefaultAPIService) ListCredentials(ctx context.Context, projectId string, instanceId string) ApiListCredentialsRequest { return ApiListCredentialsRequest{ @@ -1874,6 +1972,8 @@ func (a *DefaultAPIService) ListCredentials(ctx context.Context, projectId strin // Execute executes the request // // @return ListCredentialsResponse +// +// Deprecated func (a *DefaultAPIService) ListCredentialsExecute(r ApiListCredentialsRequest) (*ListCredentialsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2010,6 +2110,8 @@ Get a list of available instances @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @return ApiListInstancesRequest + +Deprecated */ func (a *DefaultAPIService) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest { return ApiListInstancesRequest{ @@ -2022,6 +2124,8 @@ func (a *DefaultAPIService) ListInstances(ctx context.Context, projectId string) // Execute executes the request // // @return ListInstancesResponse +// +// Deprecated func (a *DefaultAPIService) ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2157,6 +2261,8 @@ Get the service offerings that the service broker offers. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @return ApiListOfferingsRequest + +Deprecated */ func (a *DefaultAPIService) ListOfferings(ctx context.Context, projectId string) ApiListOfferingsRequest { return ApiListOfferingsRequest{ @@ -2169,6 +2275,8 @@ func (a *DefaultAPIService) ListOfferings(ctx context.Context, projectId string) // Execute executes the request // // @return ListOfferingsResponse +// +// Deprecated func (a *DefaultAPIService) ListOfferingsExecute(r ApiListOfferingsRequest) (*ListOfferingsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2304,6 +2412,8 @@ ListRestores get latest restore information for provided instanceId @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiListRestoresRequest + +Deprecated */ func (a *DefaultAPIService) ListRestores(ctx context.Context, instanceId string, projectId string) ApiListRestoresRequest { return ApiListRestoresRequest{ @@ -2317,6 +2427,8 @@ func (a *DefaultAPIService) ListRestores(ctx context.Context, instanceId string, // Execute executes the request // // @return ListRestoresResponse +// +// Deprecated func (a *DefaultAPIService) ListRestoresExecute(r ApiListRestoresRequest) (*ListRestoresResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2462,6 +2574,8 @@ Update a service instance. This could be a sgw acl update or a plan upgrade. @param projectId @param instanceId id of the instance being updated @return ApiPartialUpdateInstanceRequest + +Deprecated */ func (a *DefaultAPIService) PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest { return ApiPartialUpdateInstanceRequest{ @@ -2473,6 +2587,7 @@ func (a *DefaultAPIService) PartialUpdateInstance(ctx context.Context, projectId } // Execute executes the request +// Deprecated func (a *DefaultAPIService) PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) error { var ( localVarHTTPMethod = http.MethodPatch @@ -2603,6 +2718,8 @@ TriggerRecreate trigger a recreate @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiTriggerRecreateRequest + +Deprecated */ func (a *DefaultAPIService) TriggerRecreate(ctx context.Context, instanceId string, projectId string) ApiTriggerRecreateRequest { return ApiTriggerRecreateRequest{ @@ -2616,6 +2733,8 @@ func (a *DefaultAPIService) TriggerRecreate(ctx context.Context, instanceId stri // Execute executes the request // // @return CreateInstanceResponse +// +// Deprecated func (a *DefaultAPIService) TriggerRecreateExecute(r ApiTriggerRecreateRequest) (*CreateInstanceResponse, error) { var ( localVarHTTPMethod = http.MethodPatch @@ -2763,6 +2882,8 @@ TriggerRestart trigger a restart @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiTriggerRestartRequest + +Deprecated */ func (a *DefaultAPIService) TriggerRestart(ctx context.Context, instanceId string, projectId string) ApiTriggerRestartRequest { return ApiTriggerRestartRequest{ @@ -2776,6 +2897,8 @@ func (a *DefaultAPIService) TriggerRestart(ctx context.Context, instanceId strin // Execute executes the request // // @return CreateInstanceResponse +// +// Deprecated func (a *DefaultAPIService) TriggerRestartExecute(r ApiTriggerRestartRequest) (*CreateInstanceResponse, error) { var ( localVarHTTPMethod = http.MethodPatch @@ -2925,6 +3048,8 @@ TriggerRestore trigger a restore @param projectId Project id on which user has permissions @param backupId Backup id @return ApiTriggerRestoreRequest + +Deprecated */ func (a *DefaultAPIService) TriggerRestore(ctx context.Context, instanceId string, projectId string, backupId int32) ApiTriggerRestoreRequest { return ApiTriggerRestoreRequest{ @@ -2939,6 +3064,8 @@ func (a *DefaultAPIService) TriggerRestore(ctx context.Context, instanceId strin // Execute executes the request // // @return TriggerRestoreResponse +// +// Deprecated func (a *DefaultAPIService) TriggerRestoreExecute(r ApiTriggerRestoreRequest) (*TriggerRestoreResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -3096,6 +3223,8 @@ Update the configuration for backups for your instance. @param instanceId Instance id @param projectId Project id on which user has permissions @return ApiUpdateBackupsConfigRequest + +Deprecated */ func (a *DefaultAPIService) UpdateBackupsConfig(ctx context.Context, instanceId string, projectId string) ApiUpdateBackupsConfigRequest { return ApiUpdateBackupsConfigRequest{ @@ -3109,6 +3238,8 @@ func (a *DefaultAPIService) UpdateBackupsConfig(ctx context.Context, instanceId // Execute executes the request // // @return UpdateBackupsConfigResponse +// +// Deprecated func (a *DefaultAPIService) UpdateBackupsConfigExecute(r ApiUpdateBackupsConfigRequest) (*UpdateBackupsConfigResponse, error) { var ( localVarHTTPMethod = http.MethodPatch diff --git a/services/redis/v1api/api_default_mock.go b/services/redis/v1api/api_default_mock.go index e7c19e9f1..d682bf639 100644 --- a/services/redis/v1api/api_default_mock.go +++ b/services/redis/v1api/api_default_mock.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ @@ -21,46 +21,47 @@ var _ DefaultAPI = &DefaultAPIServiceMock{} // DefaultAPIServiceMock is meant to be used for testing only as a replacement for DefaultAPIService. // By default all FooExecute() implementations are a no-op. Behavior of the mock can be customized by populating the callbacks in this struct. type DefaultAPIServiceMock struct { - // CreateBackupExecuteMock can be populated to implement the behavior of the CreateBackupExecute function of this mock + // Deprecated: CreateBackupExecuteMock can be populated to implement the behavior of the CreateBackupExecute function of this mock CreateBackupExecuteMock *func(r ApiCreateBackupRequest) (*CreateBackupResponseItem, error) - // CreateCredentialsExecuteMock can be populated to implement the behavior of the CreateCredentialsExecute function of this mock + // Deprecated: CreateCredentialsExecuteMock can be populated to implement the behavior of the CreateCredentialsExecute function of this mock CreateCredentialsExecuteMock *func(r ApiCreateCredentialsRequest) (*CredentialsResponse, error) - // CreateInstanceExecuteMock can be populated to implement the behavior of the CreateInstanceExecute function of this mock + // Deprecated: CreateInstanceExecuteMock can be populated to implement the behavior of the CreateInstanceExecute function of this mock CreateInstanceExecuteMock *func(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) - // DeleteCredentialsExecuteMock can be populated to implement the behavior of the DeleteCredentialsExecute function of this mock + // Deprecated: DeleteCredentialsExecuteMock can be populated to implement the behavior of the DeleteCredentialsExecute function of this mock DeleteCredentialsExecuteMock *func(r ApiDeleteCredentialsRequest) error - // DeleteInstanceExecuteMock can be populated to implement the behavior of the DeleteInstanceExecute function of this mock + // Deprecated: DeleteInstanceExecuteMock can be populated to implement the behavior of the DeleteInstanceExecute function of this mock DeleteInstanceExecuteMock *func(r ApiDeleteInstanceRequest) error - // DownloadBackupExecuteMock can be populated to implement the behavior of the DownloadBackupExecute function of this mock + // Deprecated: DownloadBackupExecuteMock can be populated to implement the behavior of the DownloadBackupExecute function of this mock DownloadBackupExecuteMock *func(r ApiDownloadBackupRequest) (*os.File, error) - // GetCredentialsExecuteMock can be populated to implement the behavior of the GetCredentialsExecute function of this mock + // Deprecated: GetCredentialsExecuteMock can be populated to implement the behavior of the GetCredentialsExecute function of this mock GetCredentialsExecuteMock *func(r ApiGetCredentialsRequest) (*CredentialsResponse, error) - // GetInstanceExecuteMock can be populated to implement the behavior of the GetInstanceExecute function of this mock + // Deprecated: GetInstanceExecuteMock can be populated to implement the behavior of the GetInstanceExecute function of this mock GetInstanceExecuteMock *func(r ApiGetInstanceRequest) (*Instance, error) - // GetMetricsExecuteMock can be populated to implement the behavior of the GetMetricsExecute function of this mock + // Deprecated: GetMetricsExecuteMock can be populated to implement the behavior of the GetMetricsExecute function of this mock GetMetricsExecuteMock *func(r ApiGetMetricsRequest) (*GetMetricsResponse, error) - // ListBackupsExecuteMock can be populated to implement the behavior of the ListBackupsExecute function of this mock + // Deprecated: ListBackupsExecuteMock can be populated to implement the behavior of the ListBackupsExecute function of this mock ListBackupsExecuteMock *func(r ApiListBackupsRequest) ([]Backup, error) - // ListCredentialsExecuteMock can be populated to implement the behavior of the ListCredentialsExecute function of this mock + // Deprecated: ListCredentialsExecuteMock can be populated to implement the behavior of the ListCredentialsExecute function of this mock ListCredentialsExecuteMock *func(r ApiListCredentialsRequest) (*ListCredentialsResponse, error) - // ListInstancesExecuteMock can be populated to implement the behavior of the ListInstancesExecute function of this mock + // Deprecated: ListInstancesExecuteMock can be populated to implement the behavior of the ListInstancesExecute function of this mock ListInstancesExecuteMock *func(r ApiListInstancesRequest) (*ListInstancesResponse, error) - // ListOfferingsExecuteMock can be populated to implement the behavior of the ListOfferingsExecute function of this mock + // Deprecated: ListOfferingsExecuteMock can be populated to implement the behavior of the ListOfferingsExecute function of this mock ListOfferingsExecuteMock *func(r ApiListOfferingsRequest) (*ListOfferingsResponse, error) - // ListRestoresExecuteMock can be populated to implement the behavior of the ListRestoresExecute function of this mock + // Deprecated: ListRestoresExecuteMock can be populated to implement the behavior of the ListRestoresExecute function of this mock ListRestoresExecuteMock *func(r ApiListRestoresRequest) (*ListRestoresResponse, error) - // PartialUpdateInstanceExecuteMock can be populated to implement the behavior of the PartialUpdateInstanceExecute function of this mock + // Deprecated: PartialUpdateInstanceExecuteMock can be populated to implement the behavior of the PartialUpdateInstanceExecute function of this mock PartialUpdateInstanceExecuteMock *func(r ApiPartialUpdateInstanceRequest) error - // TriggerRecreateExecuteMock can be populated to implement the behavior of the TriggerRecreateExecute function of this mock + // Deprecated: TriggerRecreateExecuteMock can be populated to implement the behavior of the TriggerRecreateExecute function of this mock TriggerRecreateExecuteMock *func(r ApiTriggerRecreateRequest) (*CreateInstanceResponse, error) - // TriggerRestartExecuteMock can be populated to implement the behavior of the TriggerRestartExecute function of this mock + // Deprecated: TriggerRestartExecuteMock can be populated to implement the behavior of the TriggerRestartExecute function of this mock TriggerRestartExecuteMock *func(r ApiTriggerRestartRequest) (*CreateInstanceResponse, error) - // TriggerRestoreExecuteMock can be populated to implement the behavior of the TriggerRestoreExecute function of this mock + // Deprecated: TriggerRestoreExecuteMock can be populated to implement the behavior of the TriggerRestoreExecute function of this mock TriggerRestoreExecuteMock *func(r ApiTriggerRestoreRequest) (*TriggerRestoreResponse, error) - // UpdateBackupsConfigExecuteMock can be populated to implement the behavior of the UpdateBackupsConfigExecute function of this mock + // Deprecated: UpdateBackupsConfigExecuteMock can be populated to implement the behavior of the UpdateBackupsConfigExecute function of this mock UpdateBackupsConfigExecuteMock *func(r ApiUpdateBackupsConfigRequest) (*UpdateBackupsConfigResponse, error) } +// Deprecated func (a DefaultAPIServiceMock) CreateBackup(ctx context.Context, instanceId string, projectId string) ApiCreateBackupRequest { return ApiCreateBackupRequest{ ApiService: a, @@ -70,7 +71,7 @@ func (a DefaultAPIServiceMock) CreateBackup(ctx context.Context, instanceId stri } } -// CreateBackupExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateBackupExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateBackupExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateBackupExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateBackupExecute(r ApiCreateBackupRequest) (*CreateBackupResponseItem, error) { if a.CreateBackupExecuteMock == nil { var localVarReturnValue *CreateBackupResponseItem @@ -80,6 +81,7 @@ func (a DefaultAPIServiceMock) CreateBackupExecute(r ApiCreateBackupRequest) (*C return (*a.CreateBackupExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) CreateCredentials(ctx context.Context, projectId string, instanceId string) ApiCreateCredentialsRequest { return ApiCreateCredentialsRequest{ ApiService: a, @@ -89,7 +91,7 @@ func (a DefaultAPIServiceMock) CreateCredentials(ctx context.Context, projectId } } -// CreateCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateCredentialsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateCredentialsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateCredentialsExecute(r ApiCreateCredentialsRequest) (*CredentialsResponse, error) { if a.CreateCredentialsExecuteMock == nil { var localVarReturnValue *CredentialsResponse @@ -99,6 +101,7 @@ func (a DefaultAPIServiceMock) CreateCredentialsExecute(r ApiCreateCredentialsRe return (*a.CreateCredentialsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest { return ApiCreateInstanceRequest{ ApiService: a, @@ -107,7 +110,7 @@ func (a DefaultAPIServiceMock) CreateInstance(ctx context.Context, projectId str } } -// CreateInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateInstanceExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateInstanceExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) { if a.CreateInstanceExecuteMock == nil { var localVarReturnValue *CreateInstanceResponse @@ -117,6 +120,7 @@ func (a DefaultAPIServiceMock) CreateInstanceExecute(r ApiCreateInstanceRequest) return (*a.CreateInstanceExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteCredentials(ctx context.Context, projectId string, instanceId string, credentialsId string) ApiDeleteCredentialsRequest { return ApiDeleteCredentialsRequest{ ApiService: a, @@ -127,7 +131,7 @@ func (a DefaultAPIServiceMock) DeleteCredentials(ctx context.Context, projectId } } -// DeleteCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteCredentialsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteCredentialsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteCredentialsExecute(r ApiDeleteCredentialsRequest) error { if a.DeleteCredentialsExecuteMock == nil { return nil @@ -136,6 +140,7 @@ func (a DefaultAPIServiceMock) DeleteCredentialsExecute(r ApiDeleteCredentialsRe return (*a.DeleteCredentialsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest { return ApiDeleteInstanceRequest{ ApiService: a, @@ -145,7 +150,7 @@ func (a DefaultAPIServiceMock) DeleteInstance(ctx context.Context, projectId str } } -// DeleteInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteInstanceExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteInstanceExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteInstanceExecute(r ApiDeleteInstanceRequest) error { if a.DeleteInstanceExecuteMock == nil { return nil @@ -154,6 +159,7 @@ func (a DefaultAPIServiceMock) DeleteInstanceExecute(r ApiDeleteInstanceRequest) return (*a.DeleteInstanceExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DownloadBackup(ctx context.Context, backupId int32, instanceId string, projectId string) ApiDownloadBackupRequest { return ApiDownloadBackupRequest{ ApiService: a, @@ -164,7 +170,7 @@ func (a DefaultAPIServiceMock) DownloadBackup(ctx context.Context, backupId int3 } } -// DownloadBackupExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DownloadBackupExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DownloadBackupExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DownloadBackupExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DownloadBackupExecute(r ApiDownloadBackupRequest) (*os.File, error) { if a.DownloadBackupExecuteMock == nil { var localVarReturnValue *os.File @@ -174,6 +180,7 @@ func (a DefaultAPIServiceMock) DownloadBackupExecute(r ApiDownloadBackupRequest) return (*a.DownloadBackupExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetCredentials(ctx context.Context, projectId string, instanceId string, credentialsId string) ApiGetCredentialsRequest { return ApiGetCredentialsRequest{ ApiService: a, @@ -184,7 +191,7 @@ func (a DefaultAPIServiceMock) GetCredentials(ctx context.Context, projectId str } } -// GetCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCredentialsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCredentialsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetCredentialsExecute(r ApiGetCredentialsRequest) (*CredentialsResponse, error) { if a.GetCredentialsExecuteMock == nil { var localVarReturnValue *CredentialsResponse @@ -194,6 +201,7 @@ func (a DefaultAPIServiceMock) GetCredentialsExecute(r ApiGetCredentialsRequest) return (*a.GetCredentialsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest { return ApiGetInstanceRequest{ ApiService: a, @@ -203,7 +211,7 @@ func (a DefaultAPIServiceMock) GetInstance(ctx context.Context, projectId string } } -// GetInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetInstanceExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetInstanceExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetInstanceExecute(r ApiGetInstanceRequest) (*Instance, error) { if a.GetInstanceExecuteMock == nil { var localVarReturnValue *Instance @@ -213,6 +221,7 @@ func (a DefaultAPIServiceMock) GetInstanceExecute(r ApiGetInstanceRequest) (*Ins return (*a.GetInstanceExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetMetrics(ctx context.Context, instanceId string, projectId string) ApiGetMetricsRequest { return ApiGetMetricsRequest{ ApiService: a, @@ -222,7 +231,7 @@ func (a DefaultAPIServiceMock) GetMetrics(ctx context.Context, instanceId string } } -// GetMetricsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetMetricsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetMetricsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetMetricsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetMetricsExecute(r ApiGetMetricsRequest) (*GetMetricsResponse, error) { if a.GetMetricsExecuteMock == nil { var localVarReturnValue *GetMetricsResponse @@ -232,6 +241,7 @@ func (a DefaultAPIServiceMock) GetMetricsExecute(r ApiGetMetricsRequest) (*GetMe return (*a.GetMetricsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListBackups(ctx context.Context, instanceId string, projectId string) ApiListBackupsRequest { return ApiListBackupsRequest{ ApiService: a, @@ -241,7 +251,7 @@ func (a DefaultAPIServiceMock) ListBackups(ctx context.Context, instanceId strin } } -// ListBackupsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListBackupsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListBackupsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListBackupsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListBackupsExecute(r ApiListBackupsRequest) ([]Backup, error) { if a.ListBackupsExecuteMock == nil { var localVarReturnValue []Backup @@ -251,6 +261,7 @@ func (a DefaultAPIServiceMock) ListBackupsExecute(r ApiListBackupsRequest) ([]Ba return (*a.ListBackupsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListCredentials(ctx context.Context, projectId string, instanceId string) ApiListCredentialsRequest { return ApiListCredentialsRequest{ ApiService: a, @@ -260,7 +271,7 @@ func (a DefaultAPIServiceMock) ListCredentials(ctx context.Context, projectId st } } -// ListCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListCredentialsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListCredentialsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListCredentialsExecute(r ApiListCredentialsRequest) (*ListCredentialsResponse, error) { if a.ListCredentialsExecuteMock == nil { var localVarReturnValue *ListCredentialsResponse @@ -270,6 +281,7 @@ func (a DefaultAPIServiceMock) ListCredentialsExecute(r ApiListCredentialsReques return (*a.ListCredentialsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest { return ApiListInstancesRequest{ ApiService: a, @@ -278,7 +290,7 @@ func (a DefaultAPIServiceMock) ListInstances(ctx context.Context, projectId stri } } -// ListInstancesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListInstancesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListInstancesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListInstancesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) { if a.ListInstancesExecuteMock == nil { var localVarReturnValue *ListInstancesResponse @@ -288,6 +300,7 @@ func (a DefaultAPIServiceMock) ListInstancesExecute(r ApiListInstancesRequest) ( return (*a.ListInstancesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListOfferings(ctx context.Context, projectId string) ApiListOfferingsRequest { return ApiListOfferingsRequest{ ApiService: a, @@ -296,7 +309,7 @@ func (a DefaultAPIServiceMock) ListOfferings(ctx context.Context, projectId stri } } -// ListOfferingsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListOfferingsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListOfferingsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListOfferingsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListOfferingsExecute(r ApiListOfferingsRequest) (*ListOfferingsResponse, error) { if a.ListOfferingsExecuteMock == nil { var localVarReturnValue *ListOfferingsResponse @@ -306,6 +319,7 @@ func (a DefaultAPIServiceMock) ListOfferingsExecute(r ApiListOfferingsRequest) ( return (*a.ListOfferingsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListRestores(ctx context.Context, instanceId string, projectId string) ApiListRestoresRequest { return ApiListRestoresRequest{ ApiService: a, @@ -315,7 +329,7 @@ func (a DefaultAPIServiceMock) ListRestores(ctx context.Context, instanceId stri } } -// ListRestoresExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListRestoresExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListRestoresExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListRestoresExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListRestoresExecute(r ApiListRestoresRequest) (*ListRestoresResponse, error) { if a.ListRestoresExecuteMock == nil { var localVarReturnValue *ListRestoresResponse @@ -325,6 +339,7 @@ func (a DefaultAPIServiceMock) ListRestoresExecute(r ApiListRestoresRequest) (*L return (*a.ListRestoresExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest { return ApiPartialUpdateInstanceRequest{ ApiService: a, @@ -334,7 +349,7 @@ func (a DefaultAPIServiceMock) PartialUpdateInstance(ctx context.Context, projec } } -// PartialUpdateInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PartialUpdateInstanceExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: PartialUpdateInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PartialUpdateInstanceExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) error { if a.PartialUpdateInstanceExecuteMock == nil { return nil @@ -343,6 +358,7 @@ func (a DefaultAPIServiceMock) PartialUpdateInstanceExecute(r ApiPartialUpdateIn return (*a.PartialUpdateInstanceExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) TriggerRecreate(ctx context.Context, instanceId string, projectId string) ApiTriggerRecreateRequest { return ApiTriggerRecreateRequest{ ApiService: a, @@ -352,7 +368,7 @@ func (a DefaultAPIServiceMock) TriggerRecreate(ctx context.Context, instanceId s } } -// TriggerRecreateExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRecreateExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: TriggerRecreateExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRecreateExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) TriggerRecreateExecute(r ApiTriggerRecreateRequest) (*CreateInstanceResponse, error) { if a.TriggerRecreateExecuteMock == nil { var localVarReturnValue *CreateInstanceResponse @@ -362,6 +378,7 @@ func (a DefaultAPIServiceMock) TriggerRecreateExecute(r ApiTriggerRecreateReques return (*a.TriggerRecreateExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) TriggerRestart(ctx context.Context, instanceId string, projectId string) ApiTriggerRestartRequest { return ApiTriggerRestartRequest{ ApiService: a, @@ -371,7 +388,7 @@ func (a DefaultAPIServiceMock) TriggerRestart(ctx context.Context, instanceId st } } -// TriggerRestartExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRestartExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: TriggerRestartExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRestartExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) TriggerRestartExecute(r ApiTriggerRestartRequest) (*CreateInstanceResponse, error) { if a.TriggerRestartExecuteMock == nil { var localVarReturnValue *CreateInstanceResponse @@ -381,6 +398,7 @@ func (a DefaultAPIServiceMock) TriggerRestartExecute(r ApiTriggerRestartRequest) return (*a.TriggerRestartExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) TriggerRestore(ctx context.Context, instanceId string, projectId string, backupId int32) ApiTriggerRestoreRequest { return ApiTriggerRestoreRequest{ ApiService: a, @@ -391,7 +409,7 @@ func (a DefaultAPIServiceMock) TriggerRestore(ctx context.Context, instanceId st } } -// TriggerRestoreExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRestoreExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: TriggerRestoreExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRestoreExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) TriggerRestoreExecute(r ApiTriggerRestoreRequest) (*TriggerRestoreResponse, error) { if a.TriggerRestoreExecuteMock == nil { var localVarReturnValue *TriggerRestoreResponse @@ -401,6 +419,7 @@ func (a DefaultAPIServiceMock) TriggerRestoreExecute(r ApiTriggerRestoreRequest) return (*a.TriggerRestoreExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) UpdateBackupsConfig(ctx context.Context, instanceId string, projectId string) ApiUpdateBackupsConfigRequest { return ApiUpdateBackupsConfigRequest{ ApiService: a, @@ -410,7 +429,7 @@ func (a DefaultAPIServiceMock) UpdateBackupsConfig(ctx context.Context, instance } } -// UpdateBackupsConfigExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateBackupsConfigExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: UpdateBackupsConfigExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateBackupsConfigExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) UpdateBackupsConfigExecute(r ApiUpdateBackupsConfigRequest) (*UpdateBackupsConfigResponse, error) { if a.UpdateBackupsConfigExecuteMock == nil { var localVarReturnValue *UpdateBackupsConfigResponse diff --git a/services/redis/v1api/client.go b/services/redis/v1api/client.go index b542fc628..76c2b7bc3 100644 --- a/services/redis/v1api/client.go +++ b/services/redis/v1api/client.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ @@ -42,7 +42,7 @@ var ( queryDescape = strings.NewReplacer("%5B", "[", "%5D", "]") ) -// APIClient manages communication with the STACKIT Redis API API v1.2.0 +// APIClient manages communication with the [DEPRECATED] STACKIT Redis API API v1.2.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *config.Configuration diff --git a/services/redis/v1api/configuration.go b/services/redis/v1api/configuration.go index 24d7d12ac..f99f8aebf 100644 --- a/services/redis/v1api/configuration.go +++ b/services/redis/v1api/configuration.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_backup.go b/services/redis/v1api/model_backup.go index 7fa781996..90307e082 100644 --- a/services/redis/v1api/model_backup.go +++ b/services/redis/v1api/model_backup.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_create_backup_response_item.go b/services/redis/v1api/model_create_backup_response_item.go index 655188fbd..f627f607f 100644 --- a/services/redis/v1api/model_create_backup_response_item.go +++ b/services/redis/v1api/model_create_backup_response_item.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_create_credentials_payload.go b/services/redis/v1api/model_create_credentials_payload.go index d3b77e7af..bc15e839d 100644 --- a/services/redis/v1api/model_create_credentials_payload.go +++ b/services/redis/v1api/model_create_credentials_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_create_instance_payload.go b/services/redis/v1api/model_create_instance_payload.go index 1f4a01082..bf7161277 100644 --- a/services/redis/v1api/model_create_instance_payload.go +++ b/services/redis/v1api/model_create_instance_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_create_instance_response.go b/services/redis/v1api/model_create_instance_response.go index 5071a6fec..f28b2d80a 100644 --- a/services/redis/v1api/model_create_instance_response.go +++ b/services/redis/v1api/model_create_instance_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_credentials.go b/services/redis/v1api/model_credentials.go index 0ef42dd22..d1f596951 100644 --- a/services/redis/v1api/model_credentials.go +++ b/services/redis/v1api/model_credentials.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_credentials_list_item.go b/services/redis/v1api/model_credentials_list_item.go index c729fefb8..0e704e8b1 100644 --- a/services/redis/v1api/model_credentials_list_item.go +++ b/services/redis/v1api/model_credentials_list_item.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_credentials_response.go b/services/redis/v1api/model_credentials_response.go index afcc5d331..1cfd3d1cf 100644 --- a/services/redis/v1api/model_credentials_response.go +++ b/services/redis/v1api/model_credentials_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_error.go b/services/redis/v1api/model_error.go index 51d6dd381..b6b462e29 100644 --- a/services/redis/v1api/model_error.go +++ b/services/redis/v1api/model_error.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_get_metrics_response.go b/services/redis/v1api/model_get_metrics_response.go index 684d9fc2b..b8336b65d 100644 --- a/services/redis/v1api/model_get_metrics_response.go +++ b/services/redis/v1api/model_get_metrics_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance.go b/services/redis/v1api/model_instance.go index 975f4f481..e1ab6480e 100644 --- a/services/redis/v1api/model_instance.go +++ b/services/redis/v1api/model_instance.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_last_operation.go b/services/redis/v1api/model_instance_last_operation.go index 0785c10dd..e5498e385 100644 --- a/services/redis/v1api/model_instance_last_operation.go +++ b/services/redis/v1api/model_instance_last_operation.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_last_operation_state.go b/services/redis/v1api/model_instance_last_operation_state.go index 938863416..6dc090820 100644 --- a/services/redis/v1api/model_instance_last_operation_state.go +++ b/services/redis/v1api/model_instance_last_operation_state.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_last_operation_type.go b/services/redis/v1api/model_instance_last_operation_type.go index 2069524cb..a0bc532de 100644 --- a/services/redis/v1api/model_instance_last_operation_type.go +++ b/services/redis/v1api/model_instance_last_operation_type.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_parameters.go b/services/redis/v1api/model_instance_parameters.go index 62b61b454..9ec908d5b 100644 --- a/services/redis/v1api/model_instance_parameters.go +++ b/services/redis/v1api/model_instance_parameters.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_parameters_lazyfree_lazy_eviction.go b/services/redis/v1api/model_instance_parameters_lazyfree_lazy_eviction.go index a2a017cf5..0c171aa21 100644 --- a/services/redis/v1api/model_instance_parameters_lazyfree_lazy_eviction.go +++ b/services/redis/v1api/model_instance_parameters_lazyfree_lazy_eviction.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_parameters_lazyfree_lazy_expire.go b/services/redis/v1api/model_instance_parameters_lazyfree_lazy_expire.go index 4cbeaa286..e43628e7c 100644 --- a/services/redis/v1api/model_instance_parameters_lazyfree_lazy_expire.go +++ b/services/redis/v1api/model_instance_parameters_lazyfree_lazy_expire.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_parameters_maxmemory_policy.go b/services/redis/v1api/model_instance_parameters_maxmemory_policy.go index a3425e631..9540ed245 100644 --- a/services/redis/v1api/model_instance_parameters_maxmemory_policy.go +++ b/services/redis/v1api/model_instance_parameters_maxmemory_policy.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_parameters_tls_protocols.go b/services/redis/v1api/model_instance_parameters_tls_protocols.go index 8eb8cc2b3..8b9751be0 100644 --- a/services/redis/v1api/model_instance_parameters_tls_protocols.go +++ b/services/redis/v1api/model_instance_parameters_tls_protocols.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_schema.go b/services/redis/v1api/model_instance_schema.go index 0b4232633..1c3762cdc 100644 --- a/services/redis/v1api/model_instance_schema.go +++ b/services/redis/v1api/model_instance_schema.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_instance_status.go b/services/redis/v1api/model_instance_status.go index a4dc2b524..ad9b94d38 100644 --- a/services/redis/v1api/model_instance_status.go +++ b/services/redis/v1api/model_instance_status.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_list_credentials_response.go b/services/redis/v1api/model_list_credentials_response.go index e91569e16..dc0aec045 100644 --- a/services/redis/v1api/model_list_credentials_response.go +++ b/services/redis/v1api/model_list_credentials_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_list_instances_response.go b/services/redis/v1api/model_list_instances_response.go index d079dc9c6..8170cc9ec 100644 --- a/services/redis/v1api/model_list_instances_response.go +++ b/services/redis/v1api/model_list_instances_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_list_offerings_response.go b/services/redis/v1api/model_list_offerings_response.go index cbe5fc399..b15c9f5da 100644 --- a/services/redis/v1api/model_list_offerings_response.go +++ b/services/redis/v1api/model_list_offerings_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_list_restores_response.go b/services/redis/v1api/model_list_restores_response.go index a7fbef477..ae5704eef 100644 --- a/services/redis/v1api/model_list_restores_response.go +++ b/services/redis/v1api/model_list_restores_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_offering.go b/services/redis/v1api/model_offering.go index 836e4ca82..f2ca0bc36 100644 --- a/services/redis/v1api/model_offering.go +++ b/services/redis/v1api/model_offering.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_partial_update_instance_payload.go b/services/redis/v1api/model_partial_update_instance_payload.go index bbe1d1014..25c7291d0 100644 --- a/services/redis/v1api/model_partial_update_instance_payload.go +++ b/services/redis/v1api/model_partial_update_instance_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_plan.go b/services/redis/v1api/model_plan.go index 54107118a..2d6e77297 100644 --- a/services/redis/v1api/model_plan.go +++ b/services/redis/v1api/model_plan.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_raw_credentials.go b/services/redis/v1api/model_raw_credentials.go index 1b4f62288..c1919ae55 100644 --- a/services/redis/v1api/model_raw_credentials.go +++ b/services/redis/v1api/model_raw_credentials.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_restore.go b/services/redis/v1api/model_restore.go index c1876affa..da398f3bf 100644 --- a/services/redis/v1api/model_restore.go +++ b/services/redis/v1api/model_restore.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_schema.go b/services/redis/v1api/model_schema.go index 2e075c38d..e6356270b 100644 --- a/services/redis/v1api/model_schema.go +++ b/services/redis/v1api/model_schema.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_trigger_restore_response.go b/services/redis/v1api/model_trigger_restore_response.go index 21d915aff..aad94c02d 100644 --- a/services/redis/v1api/model_trigger_restore_response.go +++ b/services/redis/v1api/model_trigger_restore_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_update_backups_config_payload.go b/services/redis/v1api/model_update_backups_config_payload.go index 42da18590..8176763b7 100644 --- a/services/redis/v1api/model_update_backups_config_payload.go +++ b/services/redis/v1api/model_update_backups_config_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/model_update_backups_config_response.go b/services/redis/v1api/model_update_backups_config_response.go index cf2e5bb2a..63d5a5784 100644 --- a/services/redis/v1api/model_update_backups_config_response.go +++ b/services/redis/v1api/model_update_backups_config_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/response.go b/services/redis/v1api/response.go index 71e712f05..576833184 100644 --- a/services/redis/v1api/response.go +++ b/services/redis/v1api/response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v1api/utils.go b/services/redis/v1api/utils.go index 5a1eb83e7..fb0745980 100644 --- a/services/redis/v1api/utils.go +++ b/services/redis/v1api/utils.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 1.2.0 */ diff --git a/services/redis/v2api/api_default.go b/services/redis/v2api/api_default.go index bf0d33324..c7bc85cc3 100644 --- a/services/redis/v2api/api_default.go +++ b/services/redis/v2api/api_default.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ @@ -32,11 +32,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiCreateBackupRequest + + Deprecated */ CreateBackup(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateBackupRequest // CreateBackupExecute executes the request // @return CreateBackupResponseItem + // Deprecated CreateBackupExecute(r ApiCreateBackupRequest) (*CreateBackupResponseItem, error) /* @@ -49,11 +52,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiCreateCredentialsRequest + + Deprecated */ CreateCredentials(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateCredentialsRequest // CreateCredentialsExecute executes the request // @return CredentialsResponse + // Deprecated CreateCredentialsExecute(r ApiCreateCredentialsRequest) (*CredentialsResponse, error) /* @@ -65,11 +71,14 @@ type DefaultAPI interface { @param projectId Project id on which user has permissions @param regionId region in which the project resides @return ApiCreateInstanceRequest + + Deprecated */ CreateInstance(ctx context.Context, projectId string, regionId string) ApiCreateInstanceRequest // CreateInstanceExecute executes the request // @return CreateInstanceResponse + // Deprecated CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) /* @@ -83,10 +92,13 @@ type DefaultAPI interface { @param instanceId Instance id @param credentialsId Id of the credentials being deleted @return ApiDeleteCredentialsRequest + + Deprecated */ DeleteCredentials(ctx context.Context, projectId string, regionId string, instanceId string, credentialsId string) ApiDeleteCredentialsRequest // DeleteCredentialsExecute executes the request + // Deprecated DeleteCredentialsExecute(r ApiDeleteCredentialsRequest) error /* @@ -99,10 +111,13 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiDeleteInstanceRequest + + Deprecated */ DeleteInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteInstanceRequest // DeleteInstanceExecute executes the request + // Deprecated DeleteInstanceExecute(r ApiDeleteInstanceRequest) error /* @@ -114,11 +129,14 @@ type DefaultAPI interface { @param instanceId Instance id @param backupId Backup id @return ApiDownloadBackupRequest + + Deprecated */ DownloadBackup(ctx context.Context, projectId string, regionId string, instanceId string, backupId int32) ApiDownloadBackupRequest // DownloadBackupExecute executes the request // @return *os.File + // Deprecated DownloadBackupExecute(r ApiDownloadBackupRequest) (*os.File, error) /* @@ -132,11 +150,14 @@ type DefaultAPI interface { @param instanceId Instance id @param credentialsId Credentials id of credentials to fetch @return ApiGetCredentialsRequest + + Deprecated */ GetCredentials(ctx context.Context, projectId string, regionId string, instanceId string, credentialsId string) ApiGetCredentialsRequest // GetCredentialsExecute executes the request // @return CredentialsResponse + // Deprecated GetCredentialsExecute(r ApiGetCredentialsRequest) (*CredentialsResponse, error) /* @@ -149,11 +170,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiGetInstanceRequest + + Deprecated */ GetInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetInstanceRequest // GetInstanceExecute executes the request // @return Instance + // Deprecated GetInstanceExecute(r ApiGetInstanceRequest) (*Instance, error) /* @@ -164,11 +188,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiGetMetricsRequest + + Deprecated */ GetMetrics(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetMetricsRequest // GetMetricsExecute executes the request // @return GetMetricsResponse + // Deprecated GetMetricsExecute(r ApiGetMetricsRequest) (*GetMetricsResponse, error) /* @@ -179,11 +206,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiListBackupsRequest + + Deprecated */ ListBackups(ctx context.Context, projectId string, regionId string, instanceId string) ApiListBackupsRequest // ListBackupsExecute executes the request // @return []Backup + // Deprecated ListBackupsExecute(r ApiListBackupsRequest) ([]Backup, error) /* @@ -196,11 +226,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiListCredentialsRequest + + Deprecated */ ListCredentials(ctx context.Context, projectId string, regionId string, instanceId string) ApiListCredentialsRequest // ListCredentialsExecute executes the request // @return ListCredentialsResponse + // Deprecated ListCredentialsExecute(r ApiListCredentialsRequest) (*ListCredentialsResponse, error) /* @@ -212,11 +245,14 @@ type DefaultAPI interface { @param projectId Project id on which user has permissions @param regionId region in which the project resides @return ApiListInstancesRequest + + Deprecated */ ListInstances(ctx context.Context, projectId string, regionId string) ApiListInstancesRequest // ListInstancesExecute executes the request // @return ListInstancesResponse + // Deprecated ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) /* @@ -228,11 +264,14 @@ type DefaultAPI interface { @param projectId Project id on which user has permissions @param regionId region in which the project resides @return ApiListOfferingsRequest + + Deprecated */ ListOfferings(ctx context.Context, projectId string, regionId string) ApiListOfferingsRequest // ListOfferingsExecute executes the request // @return ListOfferingsResponse + // Deprecated ListOfferingsExecute(r ApiListOfferingsRequest) (*ListOfferingsResponse, error) /* @@ -243,11 +282,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiListRestoresRequest + + Deprecated */ ListRestores(ctx context.Context, projectId string, regionId string, instanceId string) ApiListRestoresRequest // ListRestoresExecute executes the request // @return ListRestoresResponse + // Deprecated ListRestoresExecute(r ApiListRestoresRequest) (*ListRestoresResponse, error) /* @@ -255,15 +297,19 @@ type DefaultAPI interface { Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @param regionId region in which the project resides @param instanceId Instance id @return ApiPartialUpdateInstanceRequest + + Deprecated */ PartialUpdateInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiPartialUpdateInstanceRequest // PartialUpdateInstanceExecute executes the request + // Deprecated PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) error /* @@ -274,11 +320,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiTriggerRecreateRequest + + Deprecated */ TriggerRecreate(ctx context.Context, projectId string, regionId string, instanceId string) ApiTriggerRecreateRequest // TriggerRecreateExecute executes the request // @return CreateInstanceResponse + // Deprecated TriggerRecreateExecute(r ApiTriggerRecreateRequest) (*CreateInstanceResponse, error) /* @@ -289,11 +338,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiTriggerRestartRequest + + Deprecated */ TriggerRestart(ctx context.Context, projectId string, regionId string, instanceId string) ApiTriggerRestartRequest // TriggerRestartExecute executes the request // @return CreateInstanceResponse + // Deprecated TriggerRestartExecute(r ApiTriggerRestartRequest) (*CreateInstanceResponse, error) /* @@ -305,11 +357,14 @@ type DefaultAPI interface { @param instanceId Instance id @param backupId Backup id @return ApiTriggerRestoreRequest + + Deprecated */ TriggerRestore(ctx context.Context, projectId string, regionId string, instanceId string, backupId int32) ApiTriggerRestoreRequest // TriggerRestoreExecute executes the request // @return TriggerRestoreResponse + // Deprecated TriggerRestoreExecute(r ApiTriggerRestoreRequest) (*TriggerRestoreResponse, error) /* @@ -322,11 +377,14 @@ type DefaultAPI interface { @param regionId region in which the project resides @param instanceId Instance id @return ApiUpdateBackupsConfigRequest + + Deprecated */ UpdateBackupsConfig(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateBackupsConfigRequest // UpdateBackupsConfigExecute executes the request // @return UpdateBackupsConfigResponse + // Deprecated UpdateBackupsConfigExecute(r ApiUpdateBackupsConfigRequest) (*UpdateBackupsConfigResponse, error) } @@ -353,6 +411,8 @@ CreateBackup create a backup @param regionId region in which the project resides @param instanceId Instance id @return ApiCreateBackupRequest + +Deprecated */ func (a *DefaultAPIService) CreateBackup(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateBackupRequest { return ApiCreateBackupRequest{ @@ -367,6 +427,8 @@ func (a *DefaultAPIService) CreateBackup(ctx context.Context, projectId string, // Execute executes the request // // @return CreateBackupResponseItem +// +// Deprecated func (a *DefaultAPIService) CreateBackupExecute(r ApiCreateBackupRequest) (*CreateBackupResponseItem, error) { var ( localVarHTTPMethod = http.MethodPost @@ -526,6 +588,8 @@ Create new service credentials @param regionId region in which the project resides @param instanceId Instance id @return ApiCreateCredentialsRequest + +Deprecated */ func (a *DefaultAPIService) CreateCredentials(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateCredentialsRequest { return ApiCreateCredentialsRequest{ @@ -540,6 +604,8 @@ func (a *DefaultAPIService) CreateCredentials(ctx context.Context, projectId str // Execute executes the request // // @return CredentialsResponse +// +// Deprecated func (a *DefaultAPIService) CreateCredentialsExecute(r ApiCreateCredentialsRequest) (*CredentialsResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -677,6 +743,8 @@ Provision a service instance. @param projectId Project id on which user has permissions @param regionId region in which the project resides @return ApiCreateInstanceRequest + +Deprecated */ func (a *DefaultAPIService) CreateInstance(ctx context.Context, projectId string, regionId string) ApiCreateInstanceRequest { return ApiCreateInstanceRequest{ @@ -690,6 +758,8 @@ func (a *DefaultAPIService) CreateInstance(ctx context.Context, projectId string // Execute executes the request // // @return CreateInstanceResponse +// +// Deprecated func (a *DefaultAPIService) CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -837,6 +907,8 @@ Delete a service credentials. @param instanceId Instance id @param credentialsId Id of the credentials being deleted @return ApiDeleteCredentialsRequest + +Deprecated */ func (a *DefaultAPIService) DeleteCredentials(ctx context.Context, projectId string, regionId string, instanceId string, credentialsId string) ApiDeleteCredentialsRequest { return ApiDeleteCredentialsRequest{ @@ -850,6 +922,7 @@ func (a *DefaultAPIService) DeleteCredentials(ctx context.Context, projectId str } // Execute executes the request +// Deprecated func (a *DefaultAPIService) DeleteCredentialsExecute(r ApiDeleteCredentialsRequest) error { var ( localVarHTTPMethod = http.MethodDelete @@ -981,6 +1054,8 @@ Deprovision a service instance. @param regionId region in which the project resides @param instanceId Instance id @return ApiDeleteInstanceRequest + +Deprecated */ func (a *DefaultAPIService) DeleteInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteInstanceRequest { return ApiDeleteInstanceRequest{ @@ -993,6 +1068,7 @@ func (a *DefaultAPIService) DeleteInstance(ctx context.Context, projectId string } // Execute executes the request +// Deprecated func (a *DefaultAPIService) DeleteInstanceExecute(r ApiDeleteInstanceRequest) error { var ( localVarHTTPMethod = http.MethodDelete @@ -1123,6 +1199,8 @@ DownloadBackup download backup @param instanceId Instance id @param backupId Backup id @return ApiDownloadBackupRequest + +Deprecated */ func (a *DefaultAPIService) DownloadBackup(ctx context.Context, projectId string, regionId string, instanceId string, backupId int32) ApiDownloadBackupRequest { return ApiDownloadBackupRequest{ @@ -1138,6 +1216,8 @@ func (a *DefaultAPIService) DownloadBackup(ctx context.Context, projectId string // Execute executes the request // // @return *os.File +// +// Deprecated func (a *DefaultAPIService) DownloadBackupExecute(r ApiDownloadBackupRequest) (*os.File, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1293,6 +1373,8 @@ get a service credentials by credentials id @param instanceId Instance id @param credentialsId Credentials id of credentials to fetch @return ApiGetCredentialsRequest + +Deprecated */ func (a *DefaultAPIService) GetCredentials(ctx context.Context, projectId string, regionId string, instanceId string, credentialsId string) ApiGetCredentialsRequest { return ApiGetCredentialsRequest{ @@ -1308,6 +1390,8 @@ func (a *DefaultAPIService) GetCredentials(ctx context.Context, projectId string // Execute executes the request // // @return CredentialsResponse +// +// Deprecated func (a *DefaultAPIService) GetCredentialsExecute(r ApiGetCredentialsRequest) (*CredentialsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1450,6 +1534,8 @@ get a service instance @param regionId region in which the project resides @param instanceId Instance id @return ApiGetInstanceRequest + +Deprecated */ func (a *DefaultAPIService) GetInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetInstanceRequest { return ApiGetInstanceRequest{ @@ -1464,6 +1550,8 @@ func (a *DefaultAPIService) GetInstance(ctx context.Context, projectId string, r // Execute executes the request // // @return Instance +// +// Deprecated func (a *DefaultAPIService) GetInstanceExecute(r ApiGetInstanceRequest) (*Instance, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1614,6 +1702,8 @@ GetMetrics get latest metrics for cpu load, memory and disk usage @param regionId region in which the project resides @param instanceId Instance id @return ApiGetMetricsRequest + +Deprecated */ func (a *DefaultAPIService) GetMetrics(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetMetricsRequest { return ApiGetMetricsRequest{ @@ -1628,6 +1718,8 @@ func (a *DefaultAPIService) GetMetrics(ctx context.Context, projectId string, re // Execute executes the request // // @return GetMetricsResponse +// +// Deprecated func (a *DefaultAPIService) GetMetricsExecute(r ApiGetMetricsRequest) (*GetMetricsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1767,6 +1859,8 @@ ListBackups get latest backup information for provided instanceId @param regionId region in which the project resides @param instanceId Instance id @return ApiListBackupsRequest + +Deprecated */ func (a *DefaultAPIService) ListBackups(ctx context.Context, projectId string, regionId string, instanceId string) ApiListBackupsRequest { return ApiListBackupsRequest{ @@ -1781,6 +1875,8 @@ func (a *DefaultAPIService) ListBackups(ctx context.Context, projectId string, r // Execute executes the request // // @return []Backup +// +// Deprecated func (a *DefaultAPIService) ListBackupsExecute(r ApiListBackupsRequest) ([]Backup, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1922,6 +2018,8 @@ get list all credentials ids for instance @param regionId region in which the project resides @param instanceId Instance id @return ApiListCredentialsRequest + +Deprecated */ func (a *DefaultAPIService) ListCredentials(ctx context.Context, projectId string, regionId string, instanceId string) ApiListCredentialsRequest { return ApiListCredentialsRequest{ @@ -1936,6 +2034,8 @@ func (a *DefaultAPIService) ListCredentials(ctx context.Context, projectId strin // Execute executes the request // // @return ListCredentialsResponse +// +// Deprecated func (a *DefaultAPIService) ListCredentialsExecute(r ApiListCredentialsRequest) (*ListCredentialsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2075,6 +2175,8 @@ Get a list of available instances @param projectId Project id on which user has permissions @param regionId region in which the project resides @return ApiListInstancesRequest + +Deprecated */ func (a *DefaultAPIService) ListInstances(ctx context.Context, projectId string, regionId string) ApiListInstancesRequest { return ApiListInstancesRequest{ @@ -2088,6 +2190,8 @@ func (a *DefaultAPIService) ListInstances(ctx context.Context, projectId string, // Execute executes the request // // @return ListInstancesResponse +// +// Deprecated func (a *DefaultAPIService) ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2226,6 +2330,8 @@ Get the service offerings that the service broker offers. @param projectId Project id on which user has permissions @param regionId region in which the project resides @return ApiListOfferingsRequest + +Deprecated */ func (a *DefaultAPIService) ListOfferings(ctx context.Context, projectId string, regionId string) ApiListOfferingsRequest { return ApiListOfferingsRequest{ @@ -2239,6 +2345,8 @@ func (a *DefaultAPIService) ListOfferings(ctx context.Context, projectId string, // Execute executes the request // // @return ListOfferingsResponse +// +// Deprecated func (a *DefaultAPIService) ListOfferingsExecute(r ApiListOfferingsRequest) (*ListOfferingsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2377,6 +2485,8 @@ ListRestores get latest restore information for provided instanceId @param regionId region in which the project resides @param instanceId Instance id @return ApiListRestoresRequest + +Deprecated */ func (a *DefaultAPIService) ListRestores(ctx context.Context, projectId string, regionId string, instanceId string) ApiListRestoresRequest { return ApiListRestoresRequest{ @@ -2391,6 +2501,8 @@ func (a *DefaultAPIService) ListRestores(ctx context.Context, projectId string, // Execute executes the request // // @return ListRestoresResponse +// +// Deprecated func (a *DefaultAPIService) ListRestoresExecute(r ApiListRestoresRequest) (*ListRestoresResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2539,6 +2651,8 @@ Update a service instance. This could be a sgw acl update or a plan upgrade. @param regionId region in which the project resides @param instanceId Instance id @return ApiPartialUpdateInstanceRequest + +Deprecated */ func (a *DefaultAPIService) PartialUpdateInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiPartialUpdateInstanceRequest { return ApiPartialUpdateInstanceRequest{ @@ -2551,6 +2665,7 @@ func (a *DefaultAPIService) PartialUpdateInstance(ctx context.Context, projectId } // Execute executes the request +// Deprecated func (a *DefaultAPIService) PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) error { var ( localVarHTTPMethod = http.MethodPatch @@ -2684,6 +2799,8 @@ TriggerRecreate trigger a recreate @param regionId region in which the project resides @param instanceId Instance id @return ApiTriggerRecreateRequest + +Deprecated */ func (a *DefaultAPIService) TriggerRecreate(ctx context.Context, projectId string, regionId string, instanceId string) ApiTriggerRecreateRequest { return ApiTriggerRecreateRequest{ @@ -2698,6 +2815,8 @@ func (a *DefaultAPIService) TriggerRecreate(ctx context.Context, projectId strin // Execute executes the request // // @return CreateInstanceResponse +// +// Deprecated func (a *DefaultAPIService) TriggerRecreateExecute(r ApiTriggerRecreateRequest) (*CreateInstanceResponse, error) { var ( localVarHTTPMethod = http.MethodPatch @@ -2848,6 +2967,8 @@ TriggerRestart trigger a restart @param regionId region in which the project resides @param instanceId Instance id @return ApiTriggerRestartRequest + +Deprecated */ func (a *DefaultAPIService) TriggerRestart(ctx context.Context, projectId string, regionId string, instanceId string) ApiTriggerRestartRequest { return ApiTriggerRestartRequest{ @@ -2862,6 +2983,8 @@ func (a *DefaultAPIService) TriggerRestart(ctx context.Context, projectId string // Execute executes the request // // @return CreateInstanceResponse +// +// Deprecated func (a *DefaultAPIService) TriggerRestartExecute(r ApiTriggerRestartRequest) (*CreateInstanceResponse, error) { var ( localVarHTTPMethod = http.MethodPatch @@ -3014,6 +3137,8 @@ TriggerRestore trigger a restore @param instanceId Instance id @param backupId Backup id @return ApiTriggerRestoreRequest + +Deprecated */ func (a *DefaultAPIService) TriggerRestore(ctx context.Context, projectId string, regionId string, instanceId string, backupId int32) ApiTriggerRestoreRequest { return ApiTriggerRestoreRequest{ @@ -3029,6 +3154,8 @@ func (a *DefaultAPIService) TriggerRestore(ctx context.Context, projectId string // Execute executes the request // // @return TriggerRestoreResponse +// +// Deprecated func (a *DefaultAPIService) TriggerRestoreExecute(r ApiTriggerRestoreRequest) (*TriggerRestoreResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -3189,6 +3316,8 @@ Update the configuration for backups for your instance. @param regionId region in which the project resides @param instanceId Instance id @return ApiUpdateBackupsConfigRequest + +Deprecated */ func (a *DefaultAPIService) UpdateBackupsConfig(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateBackupsConfigRequest { return ApiUpdateBackupsConfigRequest{ @@ -3203,6 +3332,8 @@ func (a *DefaultAPIService) UpdateBackupsConfig(ctx context.Context, projectId s // Execute executes the request // // @return UpdateBackupsConfigResponse +// +// Deprecated func (a *DefaultAPIService) UpdateBackupsConfigExecute(r ApiUpdateBackupsConfigRequest) (*UpdateBackupsConfigResponse, error) { var ( localVarHTTPMethod = http.MethodPatch diff --git a/services/redis/v2api/api_default_mock.go b/services/redis/v2api/api_default_mock.go index a75cb12fc..a733ee9db 100644 --- a/services/redis/v2api/api_default_mock.go +++ b/services/redis/v2api/api_default_mock.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ @@ -21,46 +21,47 @@ var _ DefaultAPI = &DefaultAPIServiceMock{} // DefaultAPIServiceMock is meant to be used for testing only as a replacement for DefaultAPIService. // By default all FooExecute() implementations are a no-op. Behavior of the mock can be customized by populating the callbacks in this struct. type DefaultAPIServiceMock struct { - // CreateBackupExecuteMock can be populated to implement the behavior of the CreateBackupExecute function of this mock + // Deprecated: CreateBackupExecuteMock can be populated to implement the behavior of the CreateBackupExecute function of this mock CreateBackupExecuteMock *func(r ApiCreateBackupRequest) (*CreateBackupResponseItem, error) - // CreateCredentialsExecuteMock can be populated to implement the behavior of the CreateCredentialsExecute function of this mock + // Deprecated: CreateCredentialsExecuteMock can be populated to implement the behavior of the CreateCredentialsExecute function of this mock CreateCredentialsExecuteMock *func(r ApiCreateCredentialsRequest) (*CredentialsResponse, error) - // CreateInstanceExecuteMock can be populated to implement the behavior of the CreateInstanceExecute function of this mock + // Deprecated: CreateInstanceExecuteMock can be populated to implement the behavior of the CreateInstanceExecute function of this mock CreateInstanceExecuteMock *func(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) - // DeleteCredentialsExecuteMock can be populated to implement the behavior of the DeleteCredentialsExecute function of this mock + // Deprecated: DeleteCredentialsExecuteMock can be populated to implement the behavior of the DeleteCredentialsExecute function of this mock DeleteCredentialsExecuteMock *func(r ApiDeleteCredentialsRequest) error - // DeleteInstanceExecuteMock can be populated to implement the behavior of the DeleteInstanceExecute function of this mock + // Deprecated: DeleteInstanceExecuteMock can be populated to implement the behavior of the DeleteInstanceExecute function of this mock DeleteInstanceExecuteMock *func(r ApiDeleteInstanceRequest) error - // DownloadBackupExecuteMock can be populated to implement the behavior of the DownloadBackupExecute function of this mock + // Deprecated: DownloadBackupExecuteMock can be populated to implement the behavior of the DownloadBackupExecute function of this mock DownloadBackupExecuteMock *func(r ApiDownloadBackupRequest) (*os.File, error) - // GetCredentialsExecuteMock can be populated to implement the behavior of the GetCredentialsExecute function of this mock + // Deprecated: GetCredentialsExecuteMock can be populated to implement the behavior of the GetCredentialsExecute function of this mock GetCredentialsExecuteMock *func(r ApiGetCredentialsRequest) (*CredentialsResponse, error) - // GetInstanceExecuteMock can be populated to implement the behavior of the GetInstanceExecute function of this mock + // Deprecated: GetInstanceExecuteMock can be populated to implement the behavior of the GetInstanceExecute function of this mock GetInstanceExecuteMock *func(r ApiGetInstanceRequest) (*Instance, error) - // GetMetricsExecuteMock can be populated to implement the behavior of the GetMetricsExecute function of this mock + // Deprecated: GetMetricsExecuteMock can be populated to implement the behavior of the GetMetricsExecute function of this mock GetMetricsExecuteMock *func(r ApiGetMetricsRequest) (*GetMetricsResponse, error) - // ListBackupsExecuteMock can be populated to implement the behavior of the ListBackupsExecute function of this mock + // Deprecated: ListBackupsExecuteMock can be populated to implement the behavior of the ListBackupsExecute function of this mock ListBackupsExecuteMock *func(r ApiListBackupsRequest) ([]Backup, error) - // ListCredentialsExecuteMock can be populated to implement the behavior of the ListCredentialsExecute function of this mock + // Deprecated: ListCredentialsExecuteMock can be populated to implement the behavior of the ListCredentialsExecute function of this mock ListCredentialsExecuteMock *func(r ApiListCredentialsRequest) (*ListCredentialsResponse, error) - // ListInstancesExecuteMock can be populated to implement the behavior of the ListInstancesExecute function of this mock + // Deprecated: ListInstancesExecuteMock can be populated to implement the behavior of the ListInstancesExecute function of this mock ListInstancesExecuteMock *func(r ApiListInstancesRequest) (*ListInstancesResponse, error) - // ListOfferingsExecuteMock can be populated to implement the behavior of the ListOfferingsExecute function of this mock + // Deprecated: ListOfferingsExecuteMock can be populated to implement the behavior of the ListOfferingsExecute function of this mock ListOfferingsExecuteMock *func(r ApiListOfferingsRequest) (*ListOfferingsResponse, error) - // ListRestoresExecuteMock can be populated to implement the behavior of the ListRestoresExecute function of this mock + // Deprecated: ListRestoresExecuteMock can be populated to implement the behavior of the ListRestoresExecute function of this mock ListRestoresExecuteMock *func(r ApiListRestoresRequest) (*ListRestoresResponse, error) - // PartialUpdateInstanceExecuteMock can be populated to implement the behavior of the PartialUpdateInstanceExecute function of this mock + // Deprecated: PartialUpdateInstanceExecuteMock can be populated to implement the behavior of the PartialUpdateInstanceExecute function of this mock PartialUpdateInstanceExecuteMock *func(r ApiPartialUpdateInstanceRequest) error - // TriggerRecreateExecuteMock can be populated to implement the behavior of the TriggerRecreateExecute function of this mock + // Deprecated: TriggerRecreateExecuteMock can be populated to implement the behavior of the TriggerRecreateExecute function of this mock TriggerRecreateExecuteMock *func(r ApiTriggerRecreateRequest) (*CreateInstanceResponse, error) - // TriggerRestartExecuteMock can be populated to implement the behavior of the TriggerRestartExecute function of this mock + // Deprecated: TriggerRestartExecuteMock can be populated to implement the behavior of the TriggerRestartExecute function of this mock TriggerRestartExecuteMock *func(r ApiTriggerRestartRequest) (*CreateInstanceResponse, error) - // TriggerRestoreExecuteMock can be populated to implement the behavior of the TriggerRestoreExecute function of this mock + // Deprecated: TriggerRestoreExecuteMock can be populated to implement the behavior of the TriggerRestoreExecute function of this mock TriggerRestoreExecuteMock *func(r ApiTriggerRestoreRequest) (*TriggerRestoreResponse, error) - // UpdateBackupsConfigExecuteMock can be populated to implement the behavior of the UpdateBackupsConfigExecute function of this mock + // Deprecated: UpdateBackupsConfigExecuteMock can be populated to implement the behavior of the UpdateBackupsConfigExecute function of this mock UpdateBackupsConfigExecuteMock *func(r ApiUpdateBackupsConfigRequest) (*UpdateBackupsConfigResponse, error) } +// Deprecated func (a DefaultAPIServiceMock) CreateBackup(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateBackupRequest { return ApiCreateBackupRequest{ ApiService: a, @@ -71,7 +72,7 @@ func (a DefaultAPIServiceMock) CreateBackup(ctx context.Context, projectId strin } } -// CreateBackupExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateBackupExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateBackupExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateBackupExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateBackupExecute(r ApiCreateBackupRequest) (*CreateBackupResponseItem, error) { if a.CreateBackupExecuteMock == nil { var localVarReturnValue *CreateBackupResponseItem @@ -81,6 +82,7 @@ func (a DefaultAPIServiceMock) CreateBackupExecute(r ApiCreateBackupRequest) (*C return (*a.CreateBackupExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) CreateCredentials(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateCredentialsRequest { return ApiCreateCredentialsRequest{ ApiService: a, @@ -91,7 +93,7 @@ func (a DefaultAPIServiceMock) CreateCredentials(ctx context.Context, projectId } } -// CreateCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateCredentialsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateCredentialsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateCredentialsExecute(r ApiCreateCredentialsRequest) (*CredentialsResponse, error) { if a.CreateCredentialsExecuteMock == nil { var localVarReturnValue *CredentialsResponse @@ -101,6 +103,7 @@ func (a DefaultAPIServiceMock) CreateCredentialsExecute(r ApiCreateCredentialsRe return (*a.CreateCredentialsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) CreateInstance(ctx context.Context, projectId string, regionId string) ApiCreateInstanceRequest { return ApiCreateInstanceRequest{ ApiService: a, @@ -110,7 +113,7 @@ func (a DefaultAPIServiceMock) CreateInstance(ctx context.Context, projectId str } } -// CreateInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateInstanceExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateInstanceExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateInstanceExecute(r ApiCreateInstanceRequest) (*CreateInstanceResponse, error) { if a.CreateInstanceExecuteMock == nil { var localVarReturnValue *CreateInstanceResponse @@ -120,6 +123,7 @@ func (a DefaultAPIServiceMock) CreateInstanceExecute(r ApiCreateInstanceRequest) return (*a.CreateInstanceExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteCredentials(ctx context.Context, projectId string, regionId string, instanceId string, credentialsId string) ApiDeleteCredentialsRequest { return ApiDeleteCredentialsRequest{ ApiService: a, @@ -131,7 +135,7 @@ func (a DefaultAPIServiceMock) DeleteCredentials(ctx context.Context, projectId } } -// DeleteCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteCredentialsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteCredentialsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteCredentialsExecute(r ApiDeleteCredentialsRequest) error { if a.DeleteCredentialsExecuteMock == nil { return nil @@ -140,6 +144,7 @@ func (a DefaultAPIServiceMock) DeleteCredentialsExecute(r ApiDeleteCredentialsRe return (*a.DeleteCredentialsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteInstanceRequest { return ApiDeleteInstanceRequest{ ApiService: a, @@ -150,7 +155,7 @@ func (a DefaultAPIServiceMock) DeleteInstance(ctx context.Context, projectId str } } -// DeleteInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteInstanceExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteInstanceExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteInstanceExecute(r ApiDeleteInstanceRequest) error { if a.DeleteInstanceExecuteMock == nil { return nil @@ -159,6 +164,7 @@ func (a DefaultAPIServiceMock) DeleteInstanceExecute(r ApiDeleteInstanceRequest) return (*a.DeleteInstanceExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DownloadBackup(ctx context.Context, projectId string, regionId string, instanceId string, backupId int32) ApiDownloadBackupRequest { return ApiDownloadBackupRequest{ ApiService: a, @@ -170,7 +176,7 @@ func (a DefaultAPIServiceMock) DownloadBackup(ctx context.Context, projectId str } } -// DownloadBackupExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DownloadBackupExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DownloadBackupExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DownloadBackupExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DownloadBackupExecute(r ApiDownloadBackupRequest) (*os.File, error) { if a.DownloadBackupExecuteMock == nil { var localVarReturnValue *os.File @@ -180,6 +186,7 @@ func (a DefaultAPIServiceMock) DownloadBackupExecute(r ApiDownloadBackupRequest) return (*a.DownloadBackupExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetCredentials(ctx context.Context, projectId string, regionId string, instanceId string, credentialsId string) ApiGetCredentialsRequest { return ApiGetCredentialsRequest{ ApiService: a, @@ -191,7 +198,7 @@ func (a DefaultAPIServiceMock) GetCredentials(ctx context.Context, projectId str } } -// GetCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCredentialsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCredentialsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetCredentialsExecute(r ApiGetCredentialsRequest) (*CredentialsResponse, error) { if a.GetCredentialsExecuteMock == nil { var localVarReturnValue *CredentialsResponse @@ -201,6 +208,7 @@ func (a DefaultAPIServiceMock) GetCredentialsExecute(r ApiGetCredentialsRequest) return (*a.GetCredentialsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetInstanceRequest { return ApiGetInstanceRequest{ ApiService: a, @@ -211,7 +219,7 @@ func (a DefaultAPIServiceMock) GetInstance(ctx context.Context, projectId string } } -// GetInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetInstanceExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetInstanceExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetInstanceExecute(r ApiGetInstanceRequest) (*Instance, error) { if a.GetInstanceExecuteMock == nil { var localVarReturnValue *Instance @@ -221,6 +229,7 @@ func (a DefaultAPIServiceMock) GetInstanceExecute(r ApiGetInstanceRequest) (*Ins return (*a.GetInstanceExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetMetrics(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetMetricsRequest { return ApiGetMetricsRequest{ ApiService: a, @@ -231,7 +240,7 @@ func (a DefaultAPIServiceMock) GetMetrics(ctx context.Context, projectId string, } } -// GetMetricsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetMetricsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetMetricsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetMetricsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetMetricsExecute(r ApiGetMetricsRequest) (*GetMetricsResponse, error) { if a.GetMetricsExecuteMock == nil { var localVarReturnValue *GetMetricsResponse @@ -241,6 +250,7 @@ func (a DefaultAPIServiceMock) GetMetricsExecute(r ApiGetMetricsRequest) (*GetMe return (*a.GetMetricsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListBackups(ctx context.Context, projectId string, regionId string, instanceId string) ApiListBackupsRequest { return ApiListBackupsRequest{ ApiService: a, @@ -251,7 +261,7 @@ func (a DefaultAPIServiceMock) ListBackups(ctx context.Context, projectId string } } -// ListBackupsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListBackupsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListBackupsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListBackupsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListBackupsExecute(r ApiListBackupsRequest) ([]Backup, error) { if a.ListBackupsExecuteMock == nil { var localVarReturnValue []Backup @@ -261,6 +271,7 @@ func (a DefaultAPIServiceMock) ListBackupsExecute(r ApiListBackupsRequest) ([]Ba return (*a.ListBackupsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListCredentials(ctx context.Context, projectId string, regionId string, instanceId string) ApiListCredentialsRequest { return ApiListCredentialsRequest{ ApiService: a, @@ -271,7 +282,7 @@ func (a DefaultAPIServiceMock) ListCredentials(ctx context.Context, projectId st } } -// ListCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListCredentialsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListCredentialsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListCredentialsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListCredentialsExecute(r ApiListCredentialsRequest) (*ListCredentialsResponse, error) { if a.ListCredentialsExecuteMock == nil { var localVarReturnValue *ListCredentialsResponse @@ -281,6 +292,7 @@ func (a DefaultAPIServiceMock) ListCredentialsExecute(r ApiListCredentialsReques return (*a.ListCredentialsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListInstances(ctx context.Context, projectId string, regionId string) ApiListInstancesRequest { return ApiListInstancesRequest{ ApiService: a, @@ -290,7 +302,7 @@ func (a DefaultAPIServiceMock) ListInstances(ctx context.Context, projectId stri } } -// ListInstancesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListInstancesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListInstancesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListInstancesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListInstancesExecute(r ApiListInstancesRequest) (*ListInstancesResponse, error) { if a.ListInstancesExecuteMock == nil { var localVarReturnValue *ListInstancesResponse @@ -300,6 +312,7 @@ func (a DefaultAPIServiceMock) ListInstancesExecute(r ApiListInstancesRequest) ( return (*a.ListInstancesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListOfferings(ctx context.Context, projectId string, regionId string) ApiListOfferingsRequest { return ApiListOfferingsRequest{ ApiService: a, @@ -309,7 +322,7 @@ func (a DefaultAPIServiceMock) ListOfferings(ctx context.Context, projectId stri } } -// ListOfferingsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListOfferingsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListOfferingsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListOfferingsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListOfferingsExecute(r ApiListOfferingsRequest) (*ListOfferingsResponse, error) { if a.ListOfferingsExecuteMock == nil { var localVarReturnValue *ListOfferingsResponse @@ -319,6 +332,7 @@ func (a DefaultAPIServiceMock) ListOfferingsExecute(r ApiListOfferingsRequest) ( return (*a.ListOfferingsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListRestores(ctx context.Context, projectId string, regionId string, instanceId string) ApiListRestoresRequest { return ApiListRestoresRequest{ ApiService: a, @@ -329,7 +343,7 @@ func (a DefaultAPIServiceMock) ListRestores(ctx context.Context, projectId strin } } -// ListRestoresExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListRestoresExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListRestoresExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListRestoresExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListRestoresExecute(r ApiListRestoresRequest) (*ListRestoresResponse, error) { if a.ListRestoresExecuteMock == nil { var localVarReturnValue *ListRestoresResponse @@ -339,6 +353,7 @@ func (a DefaultAPIServiceMock) ListRestoresExecute(r ApiListRestoresRequest) (*L return (*a.ListRestoresExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) PartialUpdateInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiPartialUpdateInstanceRequest { return ApiPartialUpdateInstanceRequest{ ApiService: a, @@ -349,7 +364,7 @@ func (a DefaultAPIServiceMock) PartialUpdateInstance(ctx context.Context, projec } } -// PartialUpdateInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PartialUpdateInstanceExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: PartialUpdateInstanceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PartialUpdateInstanceExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) PartialUpdateInstanceExecute(r ApiPartialUpdateInstanceRequest) error { if a.PartialUpdateInstanceExecuteMock == nil { return nil @@ -358,6 +373,7 @@ func (a DefaultAPIServiceMock) PartialUpdateInstanceExecute(r ApiPartialUpdateIn return (*a.PartialUpdateInstanceExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) TriggerRecreate(ctx context.Context, projectId string, regionId string, instanceId string) ApiTriggerRecreateRequest { return ApiTriggerRecreateRequest{ ApiService: a, @@ -368,7 +384,7 @@ func (a DefaultAPIServiceMock) TriggerRecreate(ctx context.Context, projectId st } } -// TriggerRecreateExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRecreateExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: TriggerRecreateExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRecreateExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) TriggerRecreateExecute(r ApiTriggerRecreateRequest) (*CreateInstanceResponse, error) { if a.TriggerRecreateExecuteMock == nil { var localVarReturnValue *CreateInstanceResponse @@ -378,6 +394,7 @@ func (a DefaultAPIServiceMock) TriggerRecreateExecute(r ApiTriggerRecreateReques return (*a.TriggerRecreateExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) TriggerRestart(ctx context.Context, projectId string, regionId string, instanceId string) ApiTriggerRestartRequest { return ApiTriggerRestartRequest{ ApiService: a, @@ -388,7 +405,7 @@ func (a DefaultAPIServiceMock) TriggerRestart(ctx context.Context, projectId str } } -// TriggerRestartExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRestartExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: TriggerRestartExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRestartExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) TriggerRestartExecute(r ApiTriggerRestartRequest) (*CreateInstanceResponse, error) { if a.TriggerRestartExecuteMock == nil { var localVarReturnValue *CreateInstanceResponse @@ -398,6 +415,7 @@ func (a DefaultAPIServiceMock) TriggerRestartExecute(r ApiTriggerRestartRequest) return (*a.TriggerRestartExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) TriggerRestore(ctx context.Context, projectId string, regionId string, instanceId string, backupId int32) ApiTriggerRestoreRequest { return ApiTriggerRestoreRequest{ ApiService: a, @@ -409,7 +427,7 @@ func (a DefaultAPIServiceMock) TriggerRestore(ctx context.Context, projectId str } } -// TriggerRestoreExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRestoreExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: TriggerRestoreExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the TriggerRestoreExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) TriggerRestoreExecute(r ApiTriggerRestoreRequest) (*TriggerRestoreResponse, error) { if a.TriggerRestoreExecuteMock == nil { var localVarReturnValue *TriggerRestoreResponse @@ -419,6 +437,7 @@ func (a DefaultAPIServiceMock) TriggerRestoreExecute(r ApiTriggerRestoreRequest) return (*a.TriggerRestoreExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) UpdateBackupsConfig(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateBackupsConfigRequest { return ApiUpdateBackupsConfigRequest{ ApiService: a, @@ -429,7 +448,7 @@ func (a DefaultAPIServiceMock) UpdateBackupsConfig(ctx context.Context, projectI } } -// UpdateBackupsConfigExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateBackupsConfigExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: UpdateBackupsConfigExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateBackupsConfigExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) UpdateBackupsConfigExecute(r ApiUpdateBackupsConfigRequest) (*UpdateBackupsConfigResponse, error) { if a.UpdateBackupsConfigExecuteMock == nil { var localVarReturnValue *UpdateBackupsConfigResponse diff --git a/services/redis/v2api/client.go b/services/redis/v2api/client.go index 1139f175c..dbf2ae3a4 100644 --- a/services/redis/v2api/client.go +++ b/services/redis/v2api/client.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ @@ -42,7 +42,7 @@ var ( queryDescape = strings.NewReplacer("%5B", "[", "%5D", "]") ) -// APIClient manages communication with the STACKIT Redis API API v2.1.0 +// APIClient manages communication with the [DEPRECATED] STACKIT Redis API API v2.1.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *config.Configuration diff --git a/services/redis/v2api/configuration.go b/services/redis/v2api/configuration.go index d1822d420..303d74eb0 100644 --- a/services/redis/v2api/configuration.go +++ b/services/redis/v2api/configuration.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_backup.go b/services/redis/v2api/model_backup.go index 3185bda42..f45ae37fb 100644 --- a/services/redis/v2api/model_backup.go +++ b/services/redis/v2api/model_backup.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_create_backup_response_item.go b/services/redis/v2api/model_create_backup_response_item.go index e93a136a4..d45f5df62 100644 --- a/services/redis/v2api/model_create_backup_response_item.go +++ b/services/redis/v2api/model_create_backup_response_item.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_create_credentials_payload.go b/services/redis/v2api/model_create_credentials_payload.go index d43da50a1..a427496d5 100644 --- a/services/redis/v2api/model_create_credentials_payload.go +++ b/services/redis/v2api/model_create_credentials_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_create_instance_payload.go b/services/redis/v2api/model_create_instance_payload.go index 657371652..f06f5e79c 100644 --- a/services/redis/v2api/model_create_instance_payload.go +++ b/services/redis/v2api/model_create_instance_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_create_instance_response.go b/services/redis/v2api/model_create_instance_response.go index 4626b7a36..be3fdae48 100644 --- a/services/redis/v2api/model_create_instance_response.go +++ b/services/redis/v2api/model_create_instance_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_credentials.go b/services/redis/v2api/model_credentials.go index df1afc999..8d3b99060 100644 --- a/services/redis/v2api/model_credentials.go +++ b/services/redis/v2api/model_credentials.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_credentials_list_item.go b/services/redis/v2api/model_credentials_list_item.go index 5f598e5ed..c7064550a 100644 --- a/services/redis/v2api/model_credentials_list_item.go +++ b/services/redis/v2api/model_credentials_list_item.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_credentials_response.go b/services/redis/v2api/model_credentials_response.go index 2027903ab..cb6462e16 100644 --- a/services/redis/v2api/model_credentials_response.go +++ b/services/redis/v2api/model_credentials_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_error.go b/services/redis/v2api/model_error.go index 0510bb696..3f1b2185e 100644 --- a/services/redis/v2api/model_error.go +++ b/services/redis/v2api/model_error.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_get_metrics_response.go b/services/redis/v2api/model_get_metrics_response.go index a59c463b8..b710494ae 100644 --- a/services/redis/v2api/model_get_metrics_response.go +++ b/services/redis/v2api/model_get_metrics_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance.go b/services/redis/v2api/model_instance.go index 09a19f4bd..45c95cc91 100644 --- a/services/redis/v2api/model_instance.go +++ b/services/redis/v2api/model_instance.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_last_operation.go b/services/redis/v2api/model_instance_last_operation.go index c8e71c50e..e0e49f164 100644 --- a/services/redis/v2api/model_instance_last_operation.go +++ b/services/redis/v2api/model_instance_last_operation.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_last_operation_state.go b/services/redis/v2api/model_instance_last_operation_state.go index f92a9c0e0..7c441bb91 100644 --- a/services/redis/v2api/model_instance_last_operation_state.go +++ b/services/redis/v2api/model_instance_last_operation_state.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_last_operation_type.go b/services/redis/v2api/model_instance_last_operation_type.go index 08ce41400..aef4fc2f0 100644 --- a/services/redis/v2api/model_instance_last_operation_type.go +++ b/services/redis/v2api/model_instance_last_operation_type.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_parameters.go b/services/redis/v2api/model_instance_parameters.go index 060ba6408..9b5e40b53 100644 --- a/services/redis/v2api/model_instance_parameters.go +++ b/services/redis/v2api/model_instance_parameters.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_parameters_lazyfree_lazy_eviction.go b/services/redis/v2api/model_instance_parameters_lazyfree_lazy_eviction.go index 4de942d83..864b0ce1a 100644 --- a/services/redis/v2api/model_instance_parameters_lazyfree_lazy_eviction.go +++ b/services/redis/v2api/model_instance_parameters_lazyfree_lazy_eviction.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_parameters_lazyfree_lazy_expire.go b/services/redis/v2api/model_instance_parameters_lazyfree_lazy_expire.go index c0f77407d..47f65628b 100644 --- a/services/redis/v2api/model_instance_parameters_lazyfree_lazy_expire.go +++ b/services/redis/v2api/model_instance_parameters_lazyfree_lazy_expire.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_parameters_maxmemory_policy.go b/services/redis/v2api/model_instance_parameters_maxmemory_policy.go index ae00f488b..21caa7023 100644 --- a/services/redis/v2api/model_instance_parameters_maxmemory_policy.go +++ b/services/redis/v2api/model_instance_parameters_maxmemory_policy.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_parameters_tls_protocols.go b/services/redis/v2api/model_instance_parameters_tls_protocols.go index 2b7622608..99f80fd00 100644 --- a/services/redis/v2api/model_instance_parameters_tls_protocols.go +++ b/services/redis/v2api/model_instance_parameters_tls_protocols.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_schema.go b/services/redis/v2api/model_instance_schema.go index c67c753bb..cbf3ab87f 100644 --- a/services/redis/v2api/model_instance_schema.go +++ b/services/redis/v2api/model_instance_schema.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_instance_status.go b/services/redis/v2api/model_instance_status.go index 6401bef5c..dbece8f31 100644 --- a/services/redis/v2api/model_instance_status.go +++ b/services/redis/v2api/model_instance_status.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_list_credentials_response.go b/services/redis/v2api/model_list_credentials_response.go index b4a5daf4e..219fab826 100644 --- a/services/redis/v2api/model_list_credentials_response.go +++ b/services/redis/v2api/model_list_credentials_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_list_instances_response.go b/services/redis/v2api/model_list_instances_response.go index e7b981198..46bc537b9 100644 --- a/services/redis/v2api/model_list_instances_response.go +++ b/services/redis/v2api/model_list_instances_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_list_offerings_response.go b/services/redis/v2api/model_list_offerings_response.go index 42b735385..374912ab7 100644 --- a/services/redis/v2api/model_list_offerings_response.go +++ b/services/redis/v2api/model_list_offerings_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_list_restores_response.go b/services/redis/v2api/model_list_restores_response.go index 330d0a72c..1e1ba54ca 100644 --- a/services/redis/v2api/model_list_restores_response.go +++ b/services/redis/v2api/model_list_restores_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_offering.go b/services/redis/v2api/model_offering.go index d1979a513..34b34aa0a 100644 --- a/services/redis/v2api/model_offering.go +++ b/services/redis/v2api/model_offering.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_partial_update_instance_payload.go b/services/redis/v2api/model_partial_update_instance_payload.go index 51094e320..a828d8512 100644 --- a/services/redis/v2api/model_partial_update_instance_payload.go +++ b/services/redis/v2api/model_partial_update_instance_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_plan.go b/services/redis/v2api/model_plan.go index 56686379a..518eb1023 100644 --- a/services/redis/v2api/model_plan.go +++ b/services/redis/v2api/model_plan.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_raw_credentials.go b/services/redis/v2api/model_raw_credentials.go index 8b5eb7d72..86e107b5a 100644 --- a/services/redis/v2api/model_raw_credentials.go +++ b/services/redis/v2api/model_raw_credentials.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_restore.go b/services/redis/v2api/model_restore.go index 4b5a6f57f..02efba5de 100644 --- a/services/redis/v2api/model_restore.go +++ b/services/redis/v2api/model_restore.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_schema.go b/services/redis/v2api/model_schema.go index 584b006f1..567d13156 100644 --- a/services/redis/v2api/model_schema.go +++ b/services/redis/v2api/model_schema.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_trigger_restore_response.go b/services/redis/v2api/model_trigger_restore_response.go index f9be98951..e5d408f57 100644 --- a/services/redis/v2api/model_trigger_restore_response.go +++ b/services/redis/v2api/model_trigger_restore_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_update_backups_config_payload.go b/services/redis/v2api/model_update_backups_config_payload.go index f821dc88a..fe8bddbe7 100644 --- a/services/redis/v2api/model_update_backups_config_payload.go +++ b/services/redis/v2api/model_update_backups_config_payload.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/model_update_backups_config_response.go b/services/redis/v2api/model_update_backups_config_response.go index 95587cee7..d52a20ff3 100644 --- a/services/redis/v2api/model_update_backups_config_response.go +++ b/services/redis/v2api/model_update_backups_config_response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/response.go b/services/redis/v2api/response.go index 9fa33bc5f..17608b3a9 100644 --- a/services/redis/v2api/response.go +++ b/services/redis/v2api/response.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */ diff --git a/services/redis/v2api/utils.go b/services/redis/v2api/utils.go index af8486057..897292366 100644 --- a/services/redis/v2api/utils.go +++ b/services/redis/v2api/utils.go @@ -1,7 +1,7 @@ /* -STACKIT Redis API +[DEPRECATED] STACKIT Redis API -The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. +⚠️ WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. API version: 2.1.0 */