diff --git a/services/cdn/oas_commit b/services/cdn/oas_commit index b129c2291..308f94ffe 100644 --- a/services/cdn/oas_commit +++ b/services/cdn/oas_commit @@ -1 +1 @@ -98c11e0ee4834ddaaa474eccc437d234e6276a70 +00b020b2998425397c9a0e51364fe8846fa66880 diff --git a/services/cdn/v1beta2api/api_default.go b/services/cdn/v1beta2api/api_default.go index fb2d0f6bf..44ed04481 100644 --- a/services/cdn/v1beta2api/api_default.go +++ b/services/cdn/v1beta2api/api_default.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ @@ -32,11 +32,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Your STACKIT Project Id @return ApiCreateDistributionRequest + + Deprecated */ CreateDistribution(ctx context.Context, projectId string) ApiCreateDistributionRequest // CreateDistributionExecute executes the request // @return CreateDistributionResponse + // Deprecated CreateDistributionExecute(r ApiCreateDistributionRequest) (*CreateDistributionResponse, error) /* @@ -50,11 +53,14 @@ type DefaultAPI interface { @param distributionId @param domain @return ApiDeleteCustomDomainRequest + + Deprecated */ DeleteCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiDeleteCustomDomainRequest // DeleteCustomDomainExecute executes the request // @return DeleteCustomDomainResponse + // Deprecated DeleteCustomDomainExecute(r ApiDeleteCustomDomainRequest) (*DeleteCustomDomainResponse, error) /* @@ -67,11 +73,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project Id @param distributionId @return ApiDeleteDistributionRequest + + Deprecated */ DeleteDistribution(ctx context.Context, projectId string, distributionId string) ApiDeleteDistributionRequest // DeleteDistributionExecute executes the request // @return DeleteDistributionResponse + // Deprecated DeleteDistributionExecute(r ApiDeleteDistributionRequest) (*DeleteDistributionResponse, error) /* @@ -97,11 +106,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project Id @param distributionId @return ApiFindCachePathsRequest + + Deprecated */ FindCachePaths(ctx context.Context, projectId string, distributionId string) ApiFindCachePathsRequest // FindCachePathsExecute executes the request // @return FindCachePathsResponse + // Deprecated FindCachePathsExecute(r ApiFindCachePathsRequest) (*FindCachePathsResponse, error) /* @@ -117,11 +129,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project Id @param distributionId @return ApiGetCacheInfoRequest + + Deprecated */ GetCacheInfo(ctx context.Context, projectId string, distributionId string) ApiGetCacheInfoRequest // GetCacheInfoExecute executes the request // @return GetCacheInfoResponse + // Deprecated GetCacheInfoExecute(r ApiGetCacheInfoRequest) (*GetCacheInfoResponse, error) /* @@ -135,11 +150,14 @@ type DefaultAPI interface { @param distributionId @param domain @return ApiGetCustomDomainRequest + + Deprecated */ GetCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiGetCustomDomainRequest // GetCustomDomainExecute executes the request // @return GetCustomDomainResponse + // Deprecated GetCustomDomainExecute(r ApiGetCustomDomainRequest) (*GetCustomDomainResponse, error) /* @@ -151,11 +169,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project Id @param distributionId @return ApiGetDistributionRequest + + Deprecated */ GetDistribution(ctx context.Context, projectId string, distributionId string) ApiGetDistributionRequest // GetDistributionExecute executes the request // @return GetDistributionResponse + // Deprecated GetDistributionExecute(r ApiGetDistributionRequest) (*GetDistributionResponse, error) /* @@ -165,11 +186,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project Id @param distributionId Your CDN distribution Id @return ApiGetLogsRequest + + Deprecated */ GetLogs(ctx context.Context, projectId string, distributionId string) ApiGetLogsRequest // GetLogsExecute executes the request // @return GetLogsResponse + // Deprecated GetLogsExecute(r ApiGetLogsRequest) (*GetLogsResponse, error) /* @@ -179,11 +203,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project ID. @param distributionId Your CDN distribution ID. @return ApiGetLogsSearchFiltersRequest + + Deprecated */ GetLogsSearchFilters(ctx context.Context, projectId string, distributionId string) ApiGetLogsSearchFiltersRequest // GetLogsSearchFiltersExecute executes the request // @return GetLogsSearchFiltersResponse + // Deprecated GetLogsSearchFiltersExecute(r ApiGetLogsSearchFiltersRequest) (*GetLogsSearchFiltersResponse, error) /* @@ -206,11 +233,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project Id @param distributionId @return ApiGetStatisticsRequest + + Deprecated */ GetStatistics(ctx context.Context, projectId string, distributionId string) ApiGetStatisticsRequest // GetStatisticsExecute executes the request // @return GetStatisticsResponse + // Deprecated GetStatisticsExecute(r ApiGetStatisticsRequest) (*GetStatisticsResponse, error) /* @@ -223,11 +253,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Your STACKIT Project Id @return ApiListDistributionsRequest + + Deprecated */ ListDistributions(ctx context.Context, projectId string) ApiListDistributionsRequest // ListDistributionsExecute executes the request // @return ListDistributionsResponse + // Deprecated ListDistributionsExecute(r ApiListDistributionsRequest) (*ListDistributionsResponse, error) /* @@ -238,11 +271,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Your STACKIT Project Id @return ApiListWafCollectionsRequest + + Deprecated */ ListWafCollections(ctx context.Context, projectId string) ApiListWafCollectionsRequest // ListWafCollectionsExecute executes the request // @return ListWafCollectionsResponse + // Deprecated ListWafCollectionsExecute(r ApiListWafCollectionsRequest) (*ListWafCollectionsResponse, error) /* @@ -254,11 +290,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project Id @param distributionId @return ApiPatchDistributionRequest + + Deprecated */ PatchDistribution(ctx context.Context, projectId string, distributionId string) ApiPatchDistributionRequest // PatchDistributionExecute executes the request // @return PatchDistributionResponse + // Deprecated PatchDistributionExecute(r ApiPatchDistributionRequest) (*PatchDistributionResponse, error) /* @@ -272,11 +311,14 @@ type DefaultAPI interface { @param projectId Your STACKIT Project Id @param distributionId @return ApiPurgeCacheRequest + + Deprecated */ PurgeCache(ctx context.Context, projectId string, distributionId string) ApiPurgeCacheRequest // PurgeCacheExecute executes the request // @return map[string]interface{} + // Deprecated PurgeCacheExecute(r ApiPurgeCacheRequest) (map[string]interface{}, error) /* @@ -290,11 +332,14 @@ type DefaultAPI interface { @param distributionId @param domain @return ApiPutCustomDomainRequest + + Deprecated */ PutCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiPutCustomDomainRequest // PutCustomDomainExecute executes the request // @return PutCustomDomainResponse + // Deprecated PutCustomDomainExecute(r ApiPutCustomDomainRequest) (*PutCustomDomainResponse, error) } @@ -325,6 +370,8 @@ CreateDistribution will create a new CDN distribution @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Your STACKIT Project Id @return ApiCreateDistributionRequest + +Deprecated */ func (a *DefaultAPIService) CreateDistribution(ctx context.Context, projectId string) ApiCreateDistributionRequest { return ApiCreateDistributionRequest{ @@ -337,6 +384,8 @@ func (a *DefaultAPIService) CreateDistribution(ctx context.Context, projectId st // Execute executes the request // // @return CreateDistributionResponse +// +// Deprecated func (a *DefaultAPIService) CreateDistributionExecute(r ApiCreateDistributionRequest) (*CreateDistributionResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -507,6 +556,8 @@ DeleteCustomDomain Delete a custom domain @param distributionId @param domain @return ApiDeleteCustomDomainRequest + +Deprecated */ func (a *DefaultAPIService) DeleteCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiDeleteCustomDomainRequest { return ApiDeleteCustomDomainRequest{ @@ -521,6 +572,8 @@ func (a *DefaultAPIService) DeleteCustomDomain(ctx context.Context, projectId st // Execute executes the request // // @return DeleteCustomDomainResponse +// +// Deprecated func (a *DefaultAPIService) DeleteCustomDomainExecute(r ApiDeleteCustomDomainRequest) (*DeleteCustomDomainResponse, error) { var ( localVarHTTPMethod = http.MethodDelete @@ -682,6 +735,8 @@ DeleteDistribution accepts a project- and distribution-Id and will delete a dist @param projectId Your STACKIT Project Id @param distributionId @return ApiDeleteDistributionRequest + +Deprecated */ func (a *DefaultAPIService) DeleteDistribution(ctx context.Context, projectId string, distributionId string) ApiDeleteDistributionRequest { return ApiDeleteDistributionRequest{ @@ -695,6 +750,8 @@ func (a *DefaultAPIService) DeleteDistribution(ctx context.Context, projectId st // Execute executes the request // // @return DeleteDistributionResponse +// +// Deprecated func (a *DefaultAPIService) DeleteDistributionExecute(r ApiDeleteDistributionRequest) (*DeleteDistributionResponse, error) { var ( localVarHTTPMethod = http.MethodDelete @@ -865,6 +922,8 @@ this would return the following paths, in the following order, assuming `/te` wa @param projectId Your STACKIT Project Id @param distributionId @return ApiFindCachePathsRequest + +Deprecated */ func (a *DefaultAPIService) FindCachePaths(ctx context.Context, projectId string, distributionId string) ApiFindCachePathsRequest { return ApiFindCachePathsRequest{ @@ -878,6 +937,8 @@ func (a *DefaultAPIService) FindCachePaths(ctx context.Context, projectId string // Execute executes the request // // @return FindCachePathsResponse +// +// Deprecated func (a *DefaultAPIService) FindCachePathsExecute(r ApiFindCachePathsRequest) (*FindCachePathsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1038,6 +1099,8 @@ The request will not fail if no data about a path is found. @param projectId Your STACKIT Project Id @param distributionId @return ApiGetCacheInfoRequest + +Deprecated */ func (a *DefaultAPIService) GetCacheInfo(ctx context.Context, projectId string, distributionId string) ApiGetCacheInfoRequest { return ApiGetCacheInfoRequest{ @@ -1051,6 +1114,8 @@ func (a *DefaultAPIService) GetCacheInfo(ctx context.Context, projectId string, // Execute executes the request // // @return GetCacheInfoResponse +// +// Deprecated func (a *DefaultAPIService) GetCacheInfoExecute(r ApiGetCacheInfoRequest) (*GetCacheInfoResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1203,6 +1268,8 @@ GetCustomDomain Retrieve a specific custom domain @param distributionId @param domain @return ApiGetCustomDomainRequest + +Deprecated */ func (a *DefaultAPIService) GetCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiGetCustomDomainRequest { return ApiGetCustomDomainRequest{ @@ -1217,6 +1284,8 @@ func (a *DefaultAPIService) GetCustomDomain(ctx context.Context, projectId strin // Execute executes the request // // @return GetCustomDomainResponse +// +// Deprecated func (a *DefaultAPIService) GetCustomDomainExecute(r ApiGetCustomDomainRequest) (*GetCustomDomainResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1386,6 +1455,8 @@ This returns a specific distribution by its Id. If no distribution with the give @param projectId Your STACKIT Project Id @param distributionId @return ApiGetDistributionRequest + +Deprecated */ func (a *DefaultAPIService) GetDistribution(ctx context.Context, projectId string, distributionId string) ApiGetDistributionRequest { return ApiGetDistributionRequest{ @@ -1399,6 +1470,8 @@ func (a *DefaultAPIService) GetDistribution(ctx context.Context, projectId strin // Execute executes the request // // @return GetDistributionResponse +// +// Deprecated func (a *DefaultAPIService) GetDistributionExecute(r ApiGetDistributionRequest) (*GetDistributionResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1638,6 +1711,8 @@ GetLogs Retrieve distribution logs @param projectId Your STACKIT Project Id @param distributionId Your CDN distribution Id @return ApiGetLogsRequest + +Deprecated */ func (a *DefaultAPIService) GetLogs(ctx context.Context, projectId string, distributionId string) ApiGetLogsRequest { return ApiGetLogsRequest{ @@ -1651,6 +1726,8 @@ func (a *DefaultAPIService) GetLogs(ctx context.Context, projectId string, distr // Execute executes the request // // @return GetLogsResponse +// +// Deprecated func (a *DefaultAPIService) GetLogsExecute(r ApiGetLogsRequest) (*GetLogsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1844,6 +1921,8 @@ GetLogsSearchFilters Get relevant search filters for this distribution based on @param projectId Your STACKIT Project ID. @param distributionId Your CDN distribution ID. @return ApiGetLogsSearchFiltersRequest + +Deprecated */ func (a *DefaultAPIService) GetLogsSearchFilters(ctx context.Context, projectId string, distributionId string) ApiGetLogsSearchFiltersRequest { return ApiGetLogsSearchFiltersRequest{ @@ -1857,6 +1936,8 @@ func (a *DefaultAPIService) GetLogsSearchFilters(ctx context.Context, projectId // Execute executes the request // // @return GetLogsSearchFiltersResponse +// +// Deprecated func (a *DefaultAPIService) GetLogsSearchFiltersExecute(r ApiGetLogsSearchFiltersRequest) (*GetLogsSearchFiltersResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2049,6 +2130,8 @@ Example: if `interval` is `hourly`, `from` would default to the start of the nex @param projectId Your STACKIT Project Id @param distributionId @return ApiGetStatisticsRequest + +Deprecated */ func (a *DefaultAPIService) GetStatistics(ctx context.Context, projectId string, distributionId string) ApiGetStatisticsRequest { return ApiGetStatisticsRequest{ @@ -2062,6 +2145,8 @@ func (a *DefaultAPIService) GetStatistics(ctx context.Context, projectId string, // Execute executes the request // // @return GetStatisticsResponse +// +// Deprecated func (a *DefaultAPIService) GetStatisticsExecute(r ApiGetStatisticsRequest) (*GetStatisticsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2252,6 +2337,8 @@ a given project, ordered by their distribution Id. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Your STACKIT Project Id @return ApiListDistributionsRequest + +Deprecated */ func (a *DefaultAPIService) ListDistributions(ctx context.Context, projectId string) ApiListDistributionsRequest { return ApiListDistributionsRequest{ @@ -2264,6 +2351,8 @@ func (a *DefaultAPIService) ListDistributions(ctx context.Context, projectId str // Execute executes the request // // @return ListDistributionsResponse +// +// Deprecated func (a *DefaultAPIService) ListDistributionsExecute(r ApiListDistributionsRequest) (*ListDistributionsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2435,6 +2524,8 @@ Returns all WAF rule collections available to the project @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Your STACKIT Project Id @return ApiListWafCollectionsRequest + +Deprecated */ func (a *DefaultAPIService) ListWafCollections(ctx context.Context, projectId string) ApiListWafCollectionsRequest { return ApiListWafCollectionsRequest{ @@ -2447,6 +2538,8 @@ func (a *DefaultAPIService) ListWafCollections(ctx context.Context, projectId st // Execute executes the request // // @return ListWafCollectionsResponse +// +// Deprecated func (a *DefaultAPIService) ListWafCollectionsExecute(r ApiListWafCollectionsRequest) (*ListWafCollectionsResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2599,6 +2692,8 @@ Modify a CDN distribution with a partial update. Only the fields specified in th @param projectId Your STACKIT Project Id @param distributionId @return ApiPatchDistributionRequest + +Deprecated */ func (a *DefaultAPIService) PatchDistribution(ctx context.Context, projectId string, distributionId string) ApiPatchDistributionRequest { return ApiPatchDistributionRequest{ @@ -2612,6 +2707,8 @@ func (a *DefaultAPIService) PatchDistribution(ctx context.Context, projectId str // Execute executes the request // // @return PatchDistributionResponse +// +// Deprecated func (a *DefaultAPIService) PatchDistributionExecute(r ApiPatchDistributionRequest) (*PatchDistributionResponse, error) { var ( localVarHTTPMethod = http.MethodPatch @@ -2768,6 +2865,8 @@ All content, regardless of its staleness, will get refetched from the host. @param projectId Your STACKIT Project Id @param distributionId @return ApiPurgeCacheRequest + +Deprecated */ func (a *DefaultAPIService) PurgeCache(ctx context.Context, projectId string, distributionId string) ApiPurgeCacheRequest { return ApiPurgeCacheRequest{ @@ -2781,6 +2880,8 @@ func (a *DefaultAPIService) PurgeCache(ctx context.Context, projectId string, di // Execute executes the request // // @return map[string]interface{} +// +// Deprecated func (a *DefaultAPIService) PurgeCacheExecute(r ApiPurgeCacheRequest) (map[string]interface{}, error) { var ( localVarHTTPMethod = http.MethodPost @@ -2938,6 +3039,8 @@ Creates a new custom domain. If it already exists, this will overwrite the previ @param distributionId @param domain @return ApiPutCustomDomainRequest + +Deprecated */ func (a *DefaultAPIService) PutCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiPutCustomDomainRequest { return ApiPutCustomDomainRequest{ @@ -2952,6 +3055,8 @@ func (a *DefaultAPIService) PutCustomDomain(ctx context.Context, projectId strin // Execute executes the request // // @return PutCustomDomainResponse +// +// Deprecated func (a *DefaultAPIService) PutCustomDomainExecute(r ApiPutCustomDomainRequest) (*PutCustomDomainResponse, error) { var ( localVarHTTPMethod = http.MethodPut diff --git a/services/cdn/v1beta2api/api_default_mock.go b/services/cdn/v1beta2api/api_default_mock.go index 861dbf371..aa4196336 100644 --- a/services/cdn/v1beta2api/api_default_mock.go +++ b/services/cdn/v1beta2api/api_default_mock.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ @@ -20,38 +20,39 @@ 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 { - // CreateDistributionExecuteMock can be populated to implement the behavior of the CreateDistributionExecute function of this mock + // Deprecated: CreateDistributionExecuteMock can be populated to implement the behavior of the CreateDistributionExecute function of this mock CreateDistributionExecuteMock *func(r ApiCreateDistributionRequest) (*CreateDistributionResponse, error) - // DeleteCustomDomainExecuteMock can be populated to implement the behavior of the DeleteCustomDomainExecute function of this mock + // Deprecated: DeleteCustomDomainExecuteMock can be populated to implement the behavior of the DeleteCustomDomainExecute function of this mock DeleteCustomDomainExecuteMock *func(r ApiDeleteCustomDomainRequest) (*DeleteCustomDomainResponse, error) - // DeleteDistributionExecuteMock can be populated to implement the behavior of the DeleteDistributionExecute function of this mock + // Deprecated: DeleteDistributionExecuteMock can be populated to implement the behavior of the DeleteDistributionExecute function of this mock DeleteDistributionExecuteMock *func(r ApiDeleteDistributionRequest) (*DeleteDistributionResponse, error) - // FindCachePathsExecuteMock can be populated to implement the behavior of the FindCachePathsExecute function of this mock + // Deprecated: FindCachePathsExecuteMock can be populated to implement the behavior of the FindCachePathsExecute function of this mock FindCachePathsExecuteMock *func(r ApiFindCachePathsRequest) (*FindCachePathsResponse, error) - // GetCacheInfoExecuteMock can be populated to implement the behavior of the GetCacheInfoExecute function of this mock + // Deprecated: GetCacheInfoExecuteMock can be populated to implement the behavior of the GetCacheInfoExecute function of this mock GetCacheInfoExecuteMock *func(r ApiGetCacheInfoRequest) (*GetCacheInfoResponse, error) - // GetCustomDomainExecuteMock can be populated to implement the behavior of the GetCustomDomainExecute function of this mock + // Deprecated: GetCustomDomainExecuteMock can be populated to implement the behavior of the GetCustomDomainExecute function of this mock GetCustomDomainExecuteMock *func(r ApiGetCustomDomainRequest) (*GetCustomDomainResponse, error) - // GetDistributionExecuteMock can be populated to implement the behavior of the GetDistributionExecute function of this mock + // Deprecated: GetDistributionExecuteMock can be populated to implement the behavior of the GetDistributionExecute function of this mock GetDistributionExecuteMock *func(r ApiGetDistributionRequest) (*GetDistributionResponse, error) - // GetLogsExecuteMock can be populated to implement the behavior of the GetLogsExecute function of this mock + // Deprecated: GetLogsExecuteMock can be populated to implement the behavior of the GetLogsExecute function of this mock GetLogsExecuteMock *func(r ApiGetLogsRequest) (*GetLogsResponse, error) - // GetLogsSearchFiltersExecuteMock can be populated to implement the behavior of the GetLogsSearchFiltersExecute function of this mock + // Deprecated: GetLogsSearchFiltersExecuteMock can be populated to implement the behavior of the GetLogsSearchFiltersExecute function of this mock GetLogsSearchFiltersExecuteMock *func(r ApiGetLogsSearchFiltersRequest) (*GetLogsSearchFiltersResponse, error) - // GetStatisticsExecuteMock can be populated to implement the behavior of the GetStatisticsExecute function of this mock + // Deprecated: GetStatisticsExecuteMock can be populated to implement the behavior of the GetStatisticsExecute function of this mock GetStatisticsExecuteMock *func(r ApiGetStatisticsRequest) (*GetStatisticsResponse, error) - // ListDistributionsExecuteMock can be populated to implement the behavior of the ListDistributionsExecute function of this mock + // Deprecated: ListDistributionsExecuteMock can be populated to implement the behavior of the ListDistributionsExecute function of this mock ListDistributionsExecuteMock *func(r ApiListDistributionsRequest) (*ListDistributionsResponse, error) - // ListWafCollectionsExecuteMock can be populated to implement the behavior of the ListWafCollectionsExecute function of this mock + // Deprecated: ListWafCollectionsExecuteMock can be populated to implement the behavior of the ListWafCollectionsExecute function of this mock ListWafCollectionsExecuteMock *func(r ApiListWafCollectionsRequest) (*ListWafCollectionsResponse, error) - // PatchDistributionExecuteMock can be populated to implement the behavior of the PatchDistributionExecute function of this mock + // Deprecated: PatchDistributionExecuteMock can be populated to implement the behavior of the PatchDistributionExecute function of this mock PatchDistributionExecuteMock *func(r ApiPatchDistributionRequest) (*PatchDistributionResponse, error) - // PurgeCacheExecuteMock can be populated to implement the behavior of the PurgeCacheExecute function of this mock + // Deprecated: PurgeCacheExecuteMock can be populated to implement the behavior of the PurgeCacheExecute function of this mock PurgeCacheExecuteMock *func(r ApiPurgeCacheRequest) (map[string]interface{}, error) - // PutCustomDomainExecuteMock can be populated to implement the behavior of the PutCustomDomainExecute function of this mock + // Deprecated: PutCustomDomainExecuteMock can be populated to implement the behavior of the PutCustomDomainExecute function of this mock PutCustomDomainExecuteMock *func(r ApiPutCustomDomainRequest) (*PutCustomDomainResponse, error) } +// Deprecated func (a DefaultAPIServiceMock) CreateDistribution(ctx context.Context, projectId string) ApiCreateDistributionRequest { return ApiCreateDistributionRequest{ ApiService: a, @@ -60,7 +61,7 @@ func (a DefaultAPIServiceMock) CreateDistribution(ctx context.Context, projectId } } -// CreateDistributionExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateDistributionExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateDistributionExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateDistributionExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateDistributionExecute(r ApiCreateDistributionRequest) (*CreateDistributionResponse, error) { if a.CreateDistributionExecuteMock == nil { var localVarReturnValue *CreateDistributionResponse @@ -70,6 +71,7 @@ func (a DefaultAPIServiceMock) CreateDistributionExecute(r ApiCreateDistribution return (*a.CreateDistributionExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiDeleteCustomDomainRequest { return ApiDeleteCustomDomainRequest{ ApiService: a, @@ -80,7 +82,7 @@ func (a DefaultAPIServiceMock) DeleteCustomDomain(ctx context.Context, projectId } } -// DeleteCustomDomainExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteCustomDomainExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteCustomDomainExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteCustomDomainExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteCustomDomainExecute(r ApiDeleteCustomDomainRequest) (*DeleteCustomDomainResponse, error) { if a.DeleteCustomDomainExecuteMock == nil { var localVarReturnValue *DeleteCustomDomainResponse @@ -90,6 +92,7 @@ func (a DefaultAPIServiceMock) DeleteCustomDomainExecute(r ApiDeleteCustomDomain return (*a.DeleteCustomDomainExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteDistribution(ctx context.Context, projectId string, distributionId string) ApiDeleteDistributionRequest { return ApiDeleteDistributionRequest{ ApiService: a, @@ -99,7 +102,7 @@ func (a DefaultAPIServiceMock) DeleteDistribution(ctx context.Context, projectId } } -// DeleteDistributionExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteDistributionExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteDistributionExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteDistributionExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteDistributionExecute(r ApiDeleteDistributionRequest) (*DeleteDistributionResponse, error) { if a.DeleteDistributionExecuteMock == nil { var localVarReturnValue *DeleteDistributionResponse @@ -109,6 +112,7 @@ func (a DefaultAPIServiceMock) DeleteDistributionExecute(r ApiDeleteDistribution return (*a.DeleteDistributionExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) FindCachePaths(ctx context.Context, projectId string, distributionId string) ApiFindCachePathsRequest { return ApiFindCachePathsRequest{ ApiService: a, @@ -118,7 +122,7 @@ func (a DefaultAPIServiceMock) FindCachePaths(ctx context.Context, projectId str } } -// FindCachePathsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the FindCachePathsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: FindCachePathsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the FindCachePathsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) FindCachePathsExecute(r ApiFindCachePathsRequest) (*FindCachePathsResponse, error) { if a.FindCachePathsExecuteMock == nil { var localVarReturnValue *FindCachePathsResponse @@ -128,6 +132,7 @@ func (a DefaultAPIServiceMock) FindCachePathsExecute(r ApiFindCachePathsRequest) return (*a.FindCachePathsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetCacheInfo(ctx context.Context, projectId string, distributionId string) ApiGetCacheInfoRequest { return ApiGetCacheInfoRequest{ ApiService: a, @@ -137,7 +142,7 @@ func (a DefaultAPIServiceMock) GetCacheInfo(ctx context.Context, projectId strin } } -// GetCacheInfoExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCacheInfoExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetCacheInfoExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCacheInfoExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetCacheInfoExecute(r ApiGetCacheInfoRequest) (*GetCacheInfoResponse, error) { if a.GetCacheInfoExecuteMock == nil { var localVarReturnValue *GetCacheInfoResponse @@ -147,6 +152,7 @@ func (a DefaultAPIServiceMock) GetCacheInfoExecute(r ApiGetCacheInfoRequest) (*G return (*a.GetCacheInfoExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiGetCustomDomainRequest { return ApiGetCustomDomainRequest{ ApiService: a, @@ -157,7 +163,7 @@ func (a DefaultAPIServiceMock) GetCustomDomain(ctx context.Context, projectId st } } -// GetCustomDomainExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCustomDomainExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetCustomDomainExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCustomDomainExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetCustomDomainExecute(r ApiGetCustomDomainRequest) (*GetCustomDomainResponse, error) { if a.GetCustomDomainExecuteMock == nil { var localVarReturnValue *GetCustomDomainResponse @@ -167,6 +173,7 @@ func (a DefaultAPIServiceMock) GetCustomDomainExecute(r ApiGetCustomDomainReques return (*a.GetCustomDomainExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetDistribution(ctx context.Context, projectId string, distributionId string) ApiGetDistributionRequest { return ApiGetDistributionRequest{ ApiService: a, @@ -176,7 +183,7 @@ func (a DefaultAPIServiceMock) GetDistribution(ctx context.Context, projectId st } } -// GetDistributionExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetDistributionExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetDistributionExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetDistributionExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetDistributionExecute(r ApiGetDistributionRequest) (*GetDistributionResponse, error) { if a.GetDistributionExecuteMock == nil { var localVarReturnValue *GetDistributionResponse @@ -186,6 +193,7 @@ func (a DefaultAPIServiceMock) GetDistributionExecute(r ApiGetDistributionReques return (*a.GetDistributionExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetLogs(ctx context.Context, projectId string, distributionId string) ApiGetLogsRequest { return ApiGetLogsRequest{ ApiService: a, @@ -195,7 +203,7 @@ func (a DefaultAPIServiceMock) GetLogs(ctx context.Context, projectId string, di } } -// GetLogsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetLogsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetLogsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetLogsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetLogsExecute(r ApiGetLogsRequest) (*GetLogsResponse, error) { if a.GetLogsExecuteMock == nil { var localVarReturnValue *GetLogsResponse @@ -205,6 +213,7 @@ func (a DefaultAPIServiceMock) GetLogsExecute(r ApiGetLogsRequest) (*GetLogsResp return (*a.GetLogsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetLogsSearchFilters(ctx context.Context, projectId string, distributionId string) ApiGetLogsSearchFiltersRequest { return ApiGetLogsSearchFiltersRequest{ ApiService: a, @@ -214,7 +223,7 @@ func (a DefaultAPIServiceMock) GetLogsSearchFilters(ctx context.Context, project } } -// GetLogsSearchFiltersExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetLogsSearchFiltersExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetLogsSearchFiltersExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetLogsSearchFiltersExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetLogsSearchFiltersExecute(r ApiGetLogsSearchFiltersRequest) (*GetLogsSearchFiltersResponse, error) { if a.GetLogsSearchFiltersExecuteMock == nil { var localVarReturnValue *GetLogsSearchFiltersResponse @@ -224,6 +233,7 @@ func (a DefaultAPIServiceMock) GetLogsSearchFiltersExecute(r ApiGetLogsSearchFil return (*a.GetLogsSearchFiltersExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetStatistics(ctx context.Context, projectId string, distributionId string) ApiGetStatisticsRequest { return ApiGetStatisticsRequest{ ApiService: a, @@ -233,7 +243,7 @@ func (a DefaultAPIServiceMock) GetStatistics(ctx context.Context, projectId stri } } -// GetStatisticsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetStatisticsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetStatisticsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetStatisticsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetStatisticsExecute(r ApiGetStatisticsRequest) (*GetStatisticsResponse, error) { if a.GetStatisticsExecuteMock == nil { var localVarReturnValue *GetStatisticsResponse @@ -243,6 +253,7 @@ func (a DefaultAPIServiceMock) GetStatisticsExecute(r ApiGetStatisticsRequest) ( return (*a.GetStatisticsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListDistributions(ctx context.Context, projectId string) ApiListDistributionsRequest { return ApiListDistributionsRequest{ ApiService: a, @@ -251,7 +262,7 @@ func (a DefaultAPIServiceMock) ListDistributions(ctx context.Context, projectId } } -// ListDistributionsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListDistributionsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListDistributionsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListDistributionsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListDistributionsExecute(r ApiListDistributionsRequest) (*ListDistributionsResponse, error) { if a.ListDistributionsExecuteMock == nil { var localVarReturnValue *ListDistributionsResponse @@ -261,6 +272,7 @@ func (a DefaultAPIServiceMock) ListDistributionsExecute(r ApiListDistributionsRe return (*a.ListDistributionsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListWafCollections(ctx context.Context, projectId string) ApiListWafCollectionsRequest { return ApiListWafCollectionsRequest{ ApiService: a, @@ -269,7 +281,7 @@ func (a DefaultAPIServiceMock) ListWafCollections(ctx context.Context, projectId } } -// ListWafCollectionsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListWafCollectionsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListWafCollectionsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListWafCollectionsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListWafCollectionsExecute(r ApiListWafCollectionsRequest) (*ListWafCollectionsResponse, error) { if a.ListWafCollectionsExecuteMock == nil { var localVarReturnValue *ListWafCollectionsResponse @@ -279,6 +291,7 @@ func (a DefaultAPIServiceMock) ListWafCollectionsExecute(r ApiListWafCollections return (*a.ListWafCollectionsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) PatchDistribution(ctx context.Context, projectId string, distributionId string) ApiPatchDistributionRequest { return ApiPatchDistributionRequest{ ApiService: a, @@ -288,7 +301,7 @@ func (a DefaultAPIServiceMock) PatchDistribution(ctx context.Context, projectId } } -// PatchDistributionExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PatchDistributionExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: PatchDistributionExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PatchDistributionExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) PatchDistributionExecute(r ApiPatchDistributionRequest) (*PatchDistributionResponse, error) { if a.PatchDistributionExecuteMock == nil { var localVarReturnValue *PatchDistributionResponse @@ -298,6 +311,7 @@ func (a DefaultAPIServiceMock) PatchDistributionExecute(r ApiPatchDistributionRe return (*a.PatchDistributionExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) PurgeCache(ctx context.Context, projectId string, distributionId string) ApiPurgeCacheRequest { return ApiPurgeCacheRequest{ ApiService: a, @@ -307,7 +321,7 @@ func (a DefaultAPIServiceMock) PurgeCache(ctx context.Context, projectId string, } } -// PurgeCacheExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PurgeCacheExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: PurgeCacheExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PurgeCacheExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) PurgeCacheExecute(r ApiPurgeCacheRequest) (map[string]interface{}, error) { if a.PurgeCacheExecuteMock == nil { var localVarReturnValue map[string]interface{} @@ -317,6 +331,7 @@ func (a DefaultAPIServiceMock) PurgeCacheExecute(r ApiPurgeCacheRequest) (map[st return (*a.PurgeCacheExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) PutCustomDomain(ctx context.Context, projectId string, distributionId string, domain string) ApiPutCustomDomainRequest { return ApiPutCustomDomainRequest{ ApiService: a, @@ -327,7 +342,7 @@ func (a DefaultAPIServiceMock) PutCustomDomain(ctx context.Context, projectId st } } -// PutCustomDomainExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PutCustomDomainExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: PutCustomDomainExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PutCustomDomainExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) PutCustomDomainExecute(r ApiPutCustomDomainRequest) (*PutCustomDomainResponse, error) { if a.PutCustomDomainExecuteMock == nil { var localVarReturnValue *PutCustomDomainResponse diff --git a/services/cdn/v1beta2api/client.go b/services/cdn/v1beta2api/client.go index e61760847..57bc7439d 100644 --- a/services/cdn/v1beta2api/client.go +++ b/services/cdn/v1beta2api/client.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/configuration.go b/services/cdn/v1beta2api/configuration.go index 76bbd7e88..47ac66e27 100644 --- a/services/cdn/v1beta2api/configuration.go +++ b/services/cdn/v1beta2api/configuration.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_bucket_backend.go b/services/cdn/v1beta2api/model_bucket_backend.go index d099da93e..daf081964 100644 --- a/services/cdn/v1beta2api/model_bucket_backend.go +++ b/services/cdn/v1beta2api/model_bucket_backend.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_bucket_backend_create.go b/services/cdn/v1beta2api/model_bucket_backend_create.go index d3cb7380a..2693cbe0f 100644 --- a/services/cdn/v1beta2api/model_bucket_backend_create.go +++ b/services/cdn/v1beta2api/model_bucket_backend_create.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_bucket_backend_patch.go b/services/cdn/v1beta2api/model_bucket_backend_patch.go index 0bbe798b0..bbcd2310b 100644 --- a/services/cdn/v1beta2api/model_bucket_backend_patch.go +++ b/services/cdn/v1beta2api/model_bucket_backend_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_bucket_credentials.go b/services/cdn/v1beta2api/model_bucket_credentials.go index 85005c4ce..9f50bda02 100644 --- a/services/cdn/v1beta2api/model_bucket_credentials.go +++ b/services/cdn/v1beta2api/model_bucket_credentials.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_config.go b/services/cdn/v1beta2api/model_config.go index 6fdecf6e8..e83ce79ff 100644 --- a/services/cdn/v1beta2api/model_config.go +++ b/services/cdn/v1beta2api/model_config.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_config_backend.go b/services/cdn/v1beta2api/model_config_backend.go index aba2f92be..34ce88416 100644 --- a/services/cdn/v1beta2api/model_config_backend.go +++ b/services/cdn/v1beta2api/model_config_backend.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_config_patch.go b/services/cdn/v1beta2api/model_config_patch.go index ba162f408..f0ab126c7 100644 --- a/services/cdn/v1beta2api/model_config_patch.go +++ b/services/cdn/v1beta2api/model_config_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_config_patch_backend.go b/services/cdn/v1beta2api/model_config_patch_backend.go index 5e0d7b4db..f016fa845 100644 --- a/services/cdn/v1beta2api/model_config_patch_backend.go +++ b/services/cdn/v1beta2api/model_config_patch_backend.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_create_distribution_payload.go b/services/cdn/v1beta2api/model_create_distribution_payload.go index 2e6f8c652..eba6d4423 100644 --- a/services/cdn/v1beta2api/model_create_distribution_payload.go +++ b/services/cdn/v1beta2api/model_create_distribution_payload.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_create_distribution_payload_backend.go b/services/cdn/v1beta2api/model_create_distribution_payload_backend.go index 457482016..830dc2cff 100644 --- a/services/cdn/v1beta2api/model_create_distribution_payload_backend.go +++ b/services/cdn/v1beta2api/model_create_distribution_payload_backend.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_create_distribution_response.go b/services/cdn/v1beta2api/model_create_distribution_response.go index 7b04b7b2c..12a5cf585 100644 --- a/services/cdn/v1beta2api/model_create_distribution_response.go +++ b/services/cdn/v1beta2api/model_create_distribution_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_custom_domain.go b/services/cdn/v1beta2api/model_custom_domain.go index 813d59e98..7c8571f39 100644 --- a/services/cdn/v1beta2api/model_custom_domain.go +++ b/services/cdn/v1beta2api/model_custom_domain.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_delete_custom_domain_response.go b/services/cdn/v1beta2api/model_delete_custom_domain_response.go index eaecb3896..6c1079f7f 100644 --- a/services/cdn/v1beta2api/model_delete_custom_domain_response.go +++ b/services/cdn/v1beta2api/model_delete_custom_domain_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_delete_distribution_response.go b/services/cdn/v1beta2api/model_delete_distribution_response.go index 1b59da3ba..b2188b2c7 100644 --- a/services/cdn/v1beta2api/model_delete_distribution_response.go +++ b/services/cdn/v1beta2api/model_delete_distribution_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_distribution.go b/services/cdn/v1beta2api/model_distribution.go index d0869ed57..faa833bd5 100644 --- a/services/cdn/v1beta2api/model_distribution.go +++ b/services/cdn/v1beta2api/model_distribution.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_distribution_logs_record.go b/services/cdn/v1beta2api/model_distribution_logs_record.go index 20ee9986a..07e3fafb5 100644 --- a/services/cdn/v1beta2api/model_distribution_logs_record.go +++ b/services/cdn/v1beta2api/model_distribution_logs_record.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_distribution_statistics_record.go b/services/cdn/v1beta2api/model_distribution_statistics_record.go index a380c3f6e..3e663aaef 100644 --- a/services/cdn/v1beta2api/model_distribution_statistics_record.go +++ b/services/cdn/v1beta2api/model_distribution_statistics_record.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_distribution_statistics_record_entry.go b/services/cdn/v1beta2api/model_distribution_statistics_record_entry.go index 73a9b7027..08107a104 100644 --- a/services/cdn/v1beta2api/model_distribution_statistics_record_entry.go +++ b/services/cdn/v1beta2api/model_distribution_statistics_record_entry.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_distribution_statistics_record_regions.go b/services/cdn/v1beta2api/model_distribution_statistics_record_regions.go index a2eb633b3..31a546e8f 100644 --- a/services/cdn/v1beta2api/model_distribution_statistics_record_regions.go +++ b/services/cdn/v1beta2api/model_distribution_statistics_record_regions.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_distribution_status.go b/services/cdn/v1beta2api/model_distribution_status.go index c6abe8b83..eb49d463f 100644 --- a/services/cdn/v1beta2api/model_distribution_status.go +++ b/services/cdn/v1beta2api/model_distribution_status.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_distribution_waf.go b/services/cdn/v1beta2api/model_distribution_waf.go index 70de86bc5..1d23f5f5f 100644 --- a/services/cdn/v1beta2api/model_distribution_waf.go +++ b/services/cdn/v1beta2api/model_distribution_waf.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_domain.go b/services/cdn/v1beta2api/model_domain.go index 8748bec99..0d74581a5 100644 --- a/services/cdn/v1beta2api/model_domain.go +++ b/services/cdn/v1beta2api/model_domain.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_domain_status.go b/services/cdn/v1beta2api/model_domain_status.go index 68117715f..108eb34e4 100644 --- a/services/cdn/v1beta2api/model_domain_status.go +++ b/services/cdn/v1beta2api/model_domain_status.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_domain_type.go b/services/cdn/v1beta2api/model_domain_type.go index d67d1a1e8..349024ab1 100644 --- a/services/cdn/v1beta2api/model_domain_type.go +++ b/services/cdn/v1beta2api/model_domain_type.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_error_details.go b/services/cdn/v1beta2api/model_error_details.go index 690a48801..04bda03dd 100644 --- a/services/cdn/v1beta2api/model_error_details.go +++ b/services/cdn/v1beta2api/model_error_details.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_error_details_key.go b/services/cdn/v1beta2api/model_error_details_key.go index 750050bfd..d1277f5bb 100644 --- a/services/cdn/v1beta2api/model_error_details_key.go +++ b/services/cdn/v1beta2api/model_error_details_key.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_find_cache_paths_response.go b/services/cdn/v1beta2api/model_find_cache_paths_response.go index 60aa0a67a..2f8019b9c 100644 --- a/services/cdn/v1beta2api/model_find_cache_paths_response.go +++ b/services/cdn/v1beta2api/model_find_cache_paths_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_find_cache_paths_response_entry.go b/services/cdn/v1beta2api/model_find_cache_paths_response_entry.go index 7cf9673a6..d7e1c57dc 100644 --- a/services/cdn/v1beta2api/model_find_cache_paths_response_entry.go +++ b/services/cdn/v1beta2api/model_find_cache_paths_response_entry.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_generic_json_response.go b/services/cdn/v1beta2api/model_generic_json_response.go index 45fee4159..7612ee817 100644 --- a/services/cdn/v1beta2api/model_generic_json_response.go +++ b/services/cdn/v1beta2api/model_generic_json_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_cache_info_response.go b/services/cdn/v1beta2api/model_get_cache_info_response.go index 17cadbca3..449e31896 100644 --- a/services/cdn/v1beta2api/model_get_cache_info_response.go +++ b/services/cdn/v1beta2api/model_get_cache_info_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_cache_info_response_history_entry.go b/services/cdn/v1beta2api/model_get_cache_info_response_history_entry.go index 478e8b6eb..b09909e70 100644 --- a/services/cdn/v1beta2api/model_get_cache_info_response_history_entry.go +++ b/services/cdn/v1beta2api/model_get_cache_info_response_history_entry.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_cache_info_response_history_entry_type.go b/services/cdn/v1beta2api/model_get_cache_info_response_history_entry_type.go index 817cfc517..9c4ec5a86 100644 --- a/services/cdn/v1beta2api/model_get_cache_info_response_history_entry_type.go +++ b/services/cdn/v1beta2api/model_get_cache_info_response_history_entry_type.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_custom_domain_custom_certificate.go b/services/cdn/v1beta2api/model_get_custom_domain_custom_certificate.go index 185c28eed..34cf3ba8b 100644 --- a/services/cdn/v1beta2api/model_get_custom_domain_custom_certificate.go +++ b/services/cdn/v1beta2api/model_get_custom_domain_custom_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_custom_domain_managed_certificate.go b/services/cdn/v1beta2api/model_get_custom_domain_managed_certificate.go index e0c6d69ea..f50e1f15d 100644 --- a/services/cdn/v1beta2api/model_get_custom_domain_managed_certificate.go +++ b/services/cdn/v1beta2api/model_get_custom_domain_managed_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_custom_domain_response.go b/services/cdn/v1beta2api/model_get_custom_domain_response.go index 53dc28718..a4c51eeee 100644 --- a/services/cdn/v1beta2api/model_get_custom_domain_response.go +++ b/services/cdn/v1beta2api/model_get_custom_domain_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_custom_domain_response_certificate.go b/services/cdn/v1beta2api/model_get_custom_domain_response_certificate.go index 6ad963445..9b2d249c9 100644 --- a/services/cdn/v1beta2api/model_get_custom_domain_response_certificate.go +++ b/services/cdn/v1beta2api/model_get_custom_domain_response_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_distribution_response.go b/services/cdn/v1beta2api/model_get_distribution_response.go index 315ea19ff..f76237727 100644 --- a/services/cdn/v1beta2api/model_get_distribution_response.go +++ b/services/cdn/v1beta2api/model_get_distribution_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_logs_response.go b/services/cdn/v1beta2api/model_get_logs_response.go index 9e9183d3e..276882069 100644 --- a/services/cdn/v1beta2api/model_get_logs_response.go +++ b/services/cdn/v1beta2api/model_get_logs_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_logs_search_filters_response.go b/services/cdn/v1beta2api/model_get_logs_search_filters_response.go index ed9131d9c..a6277e84a 100644 --- a/services/cdn/v1beta2api/model_get_logs_search_filters_response.go +++ b/services/cdn/v1beta2api/model_get_logs_search_filters_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_logs_search_filters_response_cache_inner.go b/services/cdn/v1beta2api/model_get_logs_search_filters_response_cache_inner.go index 5eb52ffb6..a6cb1c0fb 100644 --- a/services/cdn/v1beta2api/model_get_logs_search_filters_response_cache_inner.go +++ b/services/cdn/v1beta2api/model_get_logs_search_filters_response_cache_inner.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_logs_search_filters_response_datacenter_block.go b/services/cdn/v1beta2api/model_get_logs_search_filters_response_datacenter_block.go index 93595c0eb..e05148ad6 100644 --- a/services/cdn/v1beta2api/model_get_logs_search_filters_response_datacenter_block.go +++ b/services/cdn/v1beta2api/model_get_logs_search_filters_response_datacenter_block.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_logs_search_filters_response_datacenter_block_item.go b/services/cdn/v1beta2api/model_get_logs_search_filters_response_datacenter_block_item.go index 10a7ed8d7..8f291607d 100644 --- a/services/cdn/v1beta2api/model_get_logs_search_filters_response_datacenter_block_item.go +++ b/services/cdn/v1beta2api/model_get_logs_search_filters_response_datacenter_block_item.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_logs_sort_by_parameter.go b/services/cdn/v1beta2api/model_get_logs_sort_by_parameter.go index b125a44e0..cb64349f0 100644 --- a/services/cdn/v1beta2api/model_get_logs_sort_by_parameter.go +++ b/services/cdn/v1beta2api/model_get_logs_sort_by_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_logs_sort_order_parameter.go b/services/cdn/v1beta2api/model_get_logs_sort_order_parameter.go index 8cccf9cb6..33cca3bf7 100644 --- a/services/cdn/v1beta2api/model_get_logs_sort_order_parameter.go +++ b/services/cdn/v1beta2api/model_get_logs_sort_order_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_statistics_interval_parameter.go b/services/cdn/v1beta2api/model_get_statistics_interval_parameter.go index c29155567..02cfa080d 100644 --- a/services/cdn/v1beta2api/model_get_statistics_interval_parameter.go +++ b/services/cdn/v1beta2api/model_get_statistics_interval_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_get_statistics_response.go b/services/cdn/v1beta2api/model_get_statistics_response.go index 959c8cd17..a3b028362 100644 --- a/services/cdn/v1beta2api/model_get_statistics_response.go +++ b/services/cdn/v1beta2api/model_get_statistics_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_http_backend.go b/services/cdn/v1beta2api/model_http_backend.go index 48e5ae099..cfc99f0cd 100644 --- a/services/cdn/v1beta2api/model_http_backend.go +++ b/services/cdn/v1beta2api/model_http_backend.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_http_backend_create.go b/services/cdn/v1beta2api/model_http_backend_create.go index 9d7f0e0d8..a8afd4a11 100644 --- a/services/cdn/v1beta2api/model_http_backend_create.go +++ b/services/cdn/v1beta2api/model_http_backend_create.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_http_backend_patch.go b/services/cdn/v1beta2api/model_http_backend_patch.go index 63670ffe6..f8fa977ae 100644 --- a/services/cdn/v1beta2api/model_http_backend_patch.go +++ b/services/cdn/v1beta2api/model_http_backend_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_list_distributions_response.go b/services/cdn/v1beta2api/model_list_distributions_response.go index 312ff1f7a..3cd908eef 100644 --- a/services/cdn/v1beta2api/model_list_distributions_response.go +++ b/services/cdn/v1beta2api/model_list_distributions_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_list_distributions_sort_by_parameter.go b/services/cdn/v1beta2api/model_list_distributions_sort_by_parameter.go index 9a21c258f..9685b8166 100644 --- a/services/cdn/v1beta2api/model_list_distributions_sort_by_parameter.go +++ b/services/cdn/v1beta2api/model_list_distributions_sort_by_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_list_distributions_sort_order_parameter.go b/services/cdn/v1beta2api/model_list_distributions_sort_order_parameter.go index d15513105..f23b05e4f 100644 --- a/services/cdn/v1beta2api/model_list_distributions_sort_order_parameter.go +++ b/services/cdn/v1beta2api/model_list_distributions_sort_order_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_list_waf_collections_response.go b/services/cdn/v1beta2api/model_list_waf_collections_response.go index 69d896689..d311ce1da 100644 --- a/services/cdn/v1beta2api/model_list_waf_collections_response.go +++ b/services/cdn/v1beta2api/model_list_waf_collections_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_loki_log_sink.go b/services/cdn/v1beta2api/model_loki_log_sink.go index 033e3d804..c6dd2831e 100644 --- a/services/cdn/v1beta2api/model_loki_log_sink.go +++ b/services/cdn/v1beta2api/model_loki_log_sink.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_loki_log_sink_create.go b/services/cdn/v1beta2api/model_loki_log_sink_create.go index 38a3c0d8d..fbb85ad44 100644 --- a/services/cdn/v1beta2api/model_loki_log_sink_create.go +++ b/services/cdn/v1beta2api/model_loki_log_sink_create.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_loki_log_sink_credentials.go b/services/cdn/v1beta2api/model_loki_log_sink_credentials.go index 8d96b2d00..4c3377513 100644 --- a/services/cdn/v1beta2api/model_loki_log_sink_credentials.go +++ b/services/cdn/v1beta2api/model_loki_log_sink_credentials.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_loki_log_sink_patch.go b/services/cdn/v1beta2api/model_loki_log_sink_patch.go index be6474eb8..b60f5e140 100644 --- a/services/cdn/v1beta2api/model_loki_log_sink_patch.go +++ b/services/cdn/v1beta2api/model_loki_log_sink_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_optimizer.go b/services/cdn/v1beta2api/model_optimizer.go index 29f92103d..eb1aed18d 100644 --- a/services/cdn/v1beta2api/model_optimizer.go +++ b/services/cdn/v1beta2api/model_optimizer.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_optimizer_patch.go b/services/cdn/v1beta2api/model_optimizer_patch.go index f0cd77f3d..198a75e76 100644 --- a/services/cdn/v1beta2api/model_optimizer_patch.go +++ b/services/cdn/v1beta2api/model_optimizer_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_patch_distribution_payload.go b/services/cdn/v1beta2api/model_patch_distribution_payload.go index 5e0db2495..fcbc666e6 100644 --- a/services/cdn/v1beta2api/model_patch_distribution_payload.go +++ b/services/cdn/v1beta2api/model_patch_distribution_payload.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_patch_distribution_response.go b/services/cdn/v1beta2api/model_patch_distribution_response.go index d5ef48d0f..20aca0ab3 100644 --- a/services/cdn/v1beta2api/model_patch_distribution_response.go +++ b/services/cdn/v1beta2api/model_patch_distribution_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_purge_cache_payload.go b/services/cdn/v1beta2api/model_purge_cache_payload.go index 3de1085f0..09de13b1f 100644 --- a/services/cdn/v1beta2api/model_purge_cache_payload.go +++ b/services/cdn/v1beta2api/model_purge_cache_payload.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_put_custom_domain_custom_certificate.go b/services/cdn/v1beta2api/model_put_custom_domain_custom_certificate.go index 7110095a2..9d7a8a0f1 100644 --- a/services/cdn/v1beta2api/model_put_custom_domain_custom_certificate.go +++ b/services/cdn/v1beta2api/model_put_custom_domain_custom_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_put_custom_domain_managed_certificate.go b/services/cdn/v1beta2api/model_put_custom_domain_managed_certificate.go index 60780d92a..abd0594a9 100644 --- a/services/cdn/v1beta2api/model_put_custom_domain_managed_certificate.go +++ b/services/cdn/v1beta2api/model_put_custom_domain_managed_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_put_custom_domain_payload.go b/services/cdn/v1beta2api/model_put_custom_domain_payload.go index bf64a785a..ffbefcfca 100644 --- a/services/cdn/v1beta2api/model_put_custom_domain_payload.go +++ b/services/cdn/v1beta2api/model_put_custom_domain_payload.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_put_custom_domain_payload_certificate.go b/services/cdn/v1beta2api/model_put_custom_domain_payload_certificate.go index c85d3c583..4df6cd431 100644 --- a/services/cdn/v1beta2api/model_put_custom_domain_payload_certificate.go +++ b/services/cdn/v1beta2api/model_put_custom_domain_payload_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_put_custom_domain_response.go b/services/cdn/v1beta2api/model_put_custom_domain_response.go index aefc92f41..157f6ef9a 100644 --- a/services/cdn/v1beta2api/model_put_custom_domain_response.go +++ b/services/cdn/v1beta2api/model_put_custom_domain_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_put_custom_domain_response_certificate.go b/services/cdn/v1beta2api/model_put_custom_domain_response_certificate.go index 6f3e444a1..c111689ca 100644 --- a/services/cdn/v1beta2api/model_put_custom_domain_response_certificate.go +++ b/services/cdn/v1beta2api/model_put_custom_domain_response_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_region.go b/services/cdn/v1beta2api/model_region.go index 58bac50e4..619b1f481 100644 --- a/services/cdn/v1beta2api/model_region.go +++ b/services/cdn/v1beta2api/model_region.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_status_error.go b/services/cdn/v1beta2api/model_status_error.go index ef7d575d1..65a7c64f5 100644 --- a/services/cdn/v1beta2api/model_status_error.go +++ b/services/cdn/v1beta2api/model_status_error.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_status_error_key.go b/services/cdn/v1beta2api/model_status_error_key.go index 65f98df46..5dfaa9791 100644 --- a/services/cdn/v1beta2api/model_status_error_key.go +++ b/services/cdn/v1beta2api/model_status_error_key.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_config.go b/services/cdn/v1beta2api/model_waf_config.go index 9ea33cb23..db2d5fa9b 100644 --- a/services/cdn/v1beta2api/model_waf_config.go +++ b/services/cdn/v1beta2api/model_waf_config.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_config_patch.go b/services/cdn/v1beta2api/model_waf_config_patch.go index c0055b9c4..c3ff89e15 100644 --- a/services/cdn/v1beta2api/model_waf_config_patch.go +++ b/services/cdn/v1beta2api/model_waf_config_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_mode.go b/services/cdn/v1beta2api/model_waf_mode.go index d6fe161ab..4d0bb1a43 100644 --- a/services/cdn/v1beta2api/model_waf_mode.go +++ b/services/cdn/v1beta2api/model_waf_mode.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_paranoia_level.go b/services/cdn/v1beta2api/model_waf_paranoia_level.go index a9c4419b4..0702b5f30 100644 --- a/services/cdn/v1beta2api/model_waf_paranoia_level.go +++ b/services/cdn/v1beta2api/model_waf_paranoia_level.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_rule.go b/services/cdn/v1beta2api/model_waf_rule.go index 4d1aaf933..43785717f 100644 --- a/services/cdn/v1beta2api/model_waf_rule.go +++ b/services/cdn/v1beta2api/model_waf_rule.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_rule_action.go b/services/cdn/v1beta2api/model_waf_rule_action.go index 12c8c2108..d38d4cd3a 100644 --- a/services/cdn/v1beta2api/model_waf_rule_action.go +++ b/services/cdn/v1beta2api/model_waf_rule_action.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_rule_collection.go b/services/cdn/v1beta2api/model_waf_rule_collection.go index cf3eaa091..b77314ddb 100644 --- a/services/cdn/v1beta2api/model_waf_rule_collection.go +++ b/services/cdn/v1beta2api/model_waf_rule_collection.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_rule_group.go b/services/cdn/v1beta2api/model_waf_rule_group.go index 263f90528..7d571f496 100644 --- a/services/cdn/v1beta2api/model_waf_rule_group.go +++ b/services/cdn/v1beta2api/model_waf_rule_group.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_status_rule_block.go b/services/cdn/v1beta2api/model_waf_status_rule_block.go index 7b8a57f34..992f0ce48 100644 --- a/services/cdn/v1beta2api/model_waf_status_rule_block.go +++ b/services/cdn/v1beta2api/model_waf_status_rule_block.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_status_rule_block_reason.go b/services/cdn/v1beta2api/model_waf_status_rule_block_reason.go index 410987d18..905882db3 100644 --- a/services/cdn/v1beta2api/model_waf_status_rule_block_reason.go +++ b/services/cdn/v1beta2api/model_waf_status_rule_block_reason.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_directly_defined.go b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_directly_defined.go index f959da5e9..e7ecbb5ce 100644 --- a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_directly_defined.go +++ b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_directly_defined.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_inherited_from_collection.go b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_inherited_from_collection.go index 6c50a87cc..108f3142a 100644 --- a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_inherited_from_collection.go +++ b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_inherited_from_collection.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_inherited_from_group.go b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_inherited_from_group.go index 9c28b741d..7e5fb9286 100644 --- a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_inherited_from_group.go +++ b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_inherited_from_group.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_invalid_waf_type.go b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_invalid_waf_type.go index fe07c7397..e48d34fa7 100644 --- a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_invalid_waf_type.go +++ b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_invalid_waf_type.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_never_defined.go b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_never_defined.go index da49fb270..4ba0409e4 100644 --- a/services/cdn/v1beta2api/model_waf_status_rule_block_reason_never_defined.go +++ b/services/cdn/v1beta2api/model_waf_status_rule_block_reason_never_defined.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_type.go b/services/cdn/v1beta2api/model_waf_type.go index 7c01b5441..2bb866767 100644 --- a/services/cdn/v1beta2api/model_waf_type.go +++ b/services/cdn/v1beta2api/model_waf_type.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/model_waf_violation.go b/services/cdn/v1beta2api/model_waf_violation.go index b2558fd9d..ed2659b59 100644 --- a/services/cdn/v1beta2api/model_waf_violation.go +++ b/services/cdn/v1beta2api/model_waf_violation.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/response.go b/services/cdn/v1beta2api/response.go index 4c73acd48..bf593789c 100644 --- a/services/cdn/v1beta2api/response.go +++ b/services/cdn/v1beta2api/response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1beta2api/utils.go b/services/cdn/v1beta2api/utils.go index c9fa293a8..3b5f84ed4 100644 --- a/services/cdn/v1beta2api/utils.go +++ b/services/cdn/v1beta2api/utils.go @@ -1,7 +1,7 @@ /* STACKIT CDN API -API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta2.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta2.0.0 */ diff --git a/services/cdn/v1betaapi/api_default.go b/services/cdn/v1betaapi/api_default.go index eb355e84c..3a1396085 100644 --- a/services/cdn/v1betaapi/api_default.go +++ b/services/cdn/v1betaapi/api_default.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/api_default_mock.go b/services/cdn/v1betaapi/api_default_mock.go index 4205b742e..07f5c4482 100644 --- a/services/cdn/v1betaapi/api_default_mock.go +++ b/services/cdn/v1betaapi/api_default_mock.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/client.go b/services/cdn/v1betaapi/client.go index c077f64d1..17719518e 100644 --- a/services/cdn/v1betaapi/client.go +++ b/services/cdn/v1betaapi/client.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/configuration.go b/services/cdn/v1betaapi/configuration.go index 16965e3ca..6380749f3 100644 --- a/services/cdn/v1betaapi/configuration.go +++ b/services/cdn/v1betaapi/configuration.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_config.go b/services/cdn/v1betaapi/model_config.go index cd8046c10..8145e0250 100644 --- a/services/cdn/v1betaapi/model_config.go +++ b/services/cdn/v1betaapi/model_config.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_config_patch.go b/services/cdn/v1betaapi/model_config_patch.go index 6f25693d0..6721e84cf 100644 --- a/services/cdn/v1betaapi/model_config_patch.go +++ b/services/cdn/v1betaapi/model_config_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_create_distribution_payload.go b/services/cdn/v1betaapi/model_create_distribution_payload.go index 90f5a2e2e..2539203a9 100644 --- a/services/cdn/v1betaapi/model_create_distribution_payload.go +++ b/services/cdn/v1betaapi/model_create_distribution_payload.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_create_distribution_response.go b/services/cdn/v1betaapi/model_create_distribution_response.go index 4bff3481d..91e1ac84d 100644 --- a/services/cdn/v1betaapi/model_create_distribution_response.go +++ b/services/cdn/v1betaapi/model_create_distribution_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_custom_domain.go b/services/cdn/v1betaapi/model_custom_domain.go index ccf21e8db..a28a52da9 100644 --- a/services/cdn/v1betaapi/model_custom_domain.go +++ b/services/cdn/v1betaapi/model_custom_domain.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_delete_custom_domain_response.go b/services/cdn/v1betaapi/model_delete_custom_domain_response.go index 38ac9b3eb..67f50b154 100644 --- a/services/cdn/v1betaapi/model_delete_custom_domain_response.go +++ b/services/cdn/v1betaapi/model_delete_custom_domain_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_delete_distribution_response.go b/services/cdn/v1betaapi/model_delete_distribution_response.go index 3f627e2ac..32356d013 100644 --- a/services/cdn/v1betaapi/model_delete_distribution_response.go +++ b/services/cdn/v1betaapi/model_delete_distribution_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_distribution.go b/services/cdn/v1betaapi/model_distribution.go index 7f2f4cef4..9cfb86771 100644 --- a/services/cdn/v1betaapi/model_distribution.go +++ b/services/cdn/v1betaapi/model_distribution.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_distribution_logs_record.go b/services/cdn/v1betaapi/model_distribution_logs_record.go index 19bf01aa1..9bc7f009e 100644 --- a/services/cdn/v1betaapi/model_distribution_logs_record.go +++ b/services/cdn/v1betaapi/model_distribution_logs_record.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_distribution_statistics_record.go b/services/cdn/v1betaapi/model_distribution_statistics_record.go index d9ce2e728..7446dad88 100644 --- a/services/cdn/v1betaapi/model_distribution_statistics_record.go +++ b/services/cdn/v1betaapi/model_distribution_statistics_record.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_distribution_statistics_record_entry.go b/services/cdn/v1betaapi/model_distribution_statistics_record_entry.go index a7bff7064..211c77632 100644 --- a/services/cdn/v1betaapi/model_distribution_statistics_record_entry.go +++ b/services/cdn/v1betaapi/model_distribution_statistics_record_entry.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_distribution_statistics_record_regions.go b/services/cdn/v1betaapi/model_distribution_statistics_record_regions.go index df7a1f57a..c34dfec4e 100644 --- a/services/cdn/v1betaapi/model_distribution_statistics_record_regions.go +++ b/services/cdn/v1betaapi/model_distribution_statistics_record_regions.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_distribution_status.go b/services/cdn/v1betaapi/model_distribution_status.go index 53d65e5ad..433f2c86d 100644 --- a/services/cdn/v1betaapi/model_distribution_status.go +++ b/services/cdn/v1betaapi/model_distribution_status.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_distribution_waf.go b/services/cdn/v1betaapi/model_distribution_waf.go index c4fa22891..c793c52a1 100644 --- a/services/cdn/v1betaapi/model_distribution_waf.go +++ b/services/cdn/v1betaapi/model_distribution_waf.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_domain.go b/services/cdn/v1betaapi/model_domain.go index 76d329d1e..75d5e8f19 100644 --- a/services/cdn/v1betaapi/model_domain.go +++ b/services/cdn/v1betaapi/model_domain.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_domain_status.go b/services/cdn/v1betaapi/model_domain_status.go index 2410d5328..9bcb1c068 100644 --- a/services/cdn/v1betaapi/model_domain_status.go +++ b/services/cdn/v1betaapi/model_domain_status.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_domain_type.go b/services/cdn/v1betaapi/model_domain_type.go index bc0fcd9aa..c03f75773 100644 --- a/services/cdn/v1betaapi/model_domain_type.go +++ b/services/cdn/v1betaapi/model_domain_type.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_error_details.go b/services/cdn/v1betaapi/model_error_details.go index d58cc27aa..0b68c0de2 100644 --- a/services/cdn/v1betaapi/model_error_details.go +++ b/services/cdn/v1betaapi/model_error_details.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_error_details_key.go b/services/cdn/v1betaapi/model_error_details_key.go index 17f40fe25..a2ebbb8e6 100644 --- a/services/cdn/v1betaapi/model_error_details_key.go +++ b/services/cdn/v1betaapi/model_error_details_key.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_find_cache_paths_response.go b/services/cdn/v1betaapi/model_find_cache_paths_response.go index c405f2eeb..25f590341 100644 --- a/services/cdn/v1betaapi/model_find_cache_paths_response.go +++ b/services/cdn/v1betaapi/model_find_cache_paths_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_find_cache_paths_response_entry.go b/services/cdn/v1betaapi/model_find_cache_paths_response_entry.go index e84961023..ff86fe8a8 100644 --- a/services/cdn/v1betaapi/model_find_cache_paths_response_entry.go +++ b/services/cdn/v1betaapi/model_find_cache_paths_response_entry.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_generic_json_response.go b/services/cdn/v1betaapi/model_generic_json_response.go index 2e48a371f..864426872 100644 --- a/services/cdn/v1betaapi/model_generic_json_response.go +++ b/services/cdn/v1betaapi/model_generic_json_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_cache_info_response.go b/services/cdn/v1betaapi/model_get_cache_info_response.go index 0d0971465..5b84abd40 100644 --- a/services/cdn/v1betaapi/model_get_cache_info_response.go +++ b/services/cdn/v1betaapi/model_get_cache_info_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_cache_info_response_history_entry.go b/services/cdn/v1betaapi/model_get_cache_info_response_history_entry.go index e2856a6bf..0934c5cc3 100644 --- a/services/cdn/v1betaapi/model_get_cache_info_response_history_entry.go +++ b/services/cdn/v1betaapi/model_get_cache_info_response_history_entry.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_cache_info_response_history_entry_type.go b/services/cdn/v1betaapi/model_get_cache_info_response_history_entry_type.go index bef997ddd..b21ff8df3 100644 --- a/services/cdn/v1betaapi/model_get_cache_info_response_history_entry_type.go +++ b/services/cdn/v1betaapi/model_get_cache_info_response_history_entry_type.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_custom_domain_custom_certificate.go b/services/cdn/v1betaapi/model_get_custom_domain_custom_certificate.go index f709bed5b..8f2dafb50 100644 --- a/services/cdn/v1betaapi/model_get_custom_domain_custom_certificate.go +++ b/services/cdn/v1betaapi/model_get_custom_domain_custom_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_custom_domain_managed_certificate.go b/services/cdn/v1betaapi/model_get_custom_domain_managed_certificate.go index 64104e634..a4bb2e525 100644 --- a/services/cdn/v1betaapi/model_get_custom_domain_managed_certificate.go +++ b/services/cdn/v1betaapi/model_get_custom_domain_managed_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_custom_domain_response.go b/services/cdn/v1betaapi/model_get_custom_domain_response.go index d02f6df03..966ef73c3 100644 --- a/services/cdn/v1betaapi/model_get_custom_domain_response.go +++ b/services/cdn/v1betaapi/model_get_custom_domain_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_custom_domain_response_certificate.go b/services/cdn/v1betaapi/model_get_custom_domain_response_certificate.go index 9b502d23a..d110f28bf 100644 --- a/services/cdn/v1betaapi/model_get_custom_domain_response_certificate.go +++ b/services/cdn/v1betaapi/model_get_custom_domain_response_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_distribution_response.go b/services/cdn/v1betaapi/model_get_distribution_response.go index 8334d9f9c..8c779da79 100644 --- a/services/cdn/v1betaapi/model_get_distribution_response.go +++ b/services/cdn/v1betaapi/model_get_distribution_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_logs_response.go b/services/cdn/v1betaapi/model_get_logs_response.go index 250210e39..6deba5bd1 100644 --- a/services/cdn/v1betaapi/model_get_logs_response.go +++ b/services/cdn/v1betaapi/model_get_logs_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_logs_search_filters_response.go b/services/cdn/v1betaapi/model_get_logs_search_filters_response.go index 156978897..0864d5d9c 100644 --- a/services/cdn/v1betaapi/model_get_logs_search_filters_response.go +++ b/services/cdn/v1betaapi/model_get_logs_search_filters_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_logs_sort_by_parameter.go b/services/cdn/v1betaapi/model_get_logs_sort_by_parameter.go index 73c898df9..79848ce12 100644 --- a/services/cdn/v1betaapi/model_get_logs_sort_by_parameter.go +++ b/services/cdn/v1betaapi/model_get_logs_sort_by_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_logs_sort_order_parameter.go b/services/cdn/v1betaapi/model_get_logs_sort_order_parameter.go index b6653de5f..0b93dcf47 100644 --- a/services/cdn/v1betaapi/model_get_logs_sort_order_parameter.go +++ b/services/cdn/v1betaapi/model_get_logs_sort_order_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_statistics_interval_parameter.go b/services/cdn/v1betaapi/model_get_statistics_interval_parameter.go index e7efdfc0d..cecb5a4fc 100644 --- a/services/cdn/v1betaapi/model_get_statistics_interval_parameter.go +++ b/services/cdn/v1betaapi/model_get_statistics_interval_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_get_statistics_response.go b/services/cdn/v1betaapi/model_get_statistics_response.go index dae0247b9..02f852a08 100644 --- a/services/cdn/v1betaapi/model_get_statistics_response.go +++ b/services/cdn/v1betaapi/model_get_statistics_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_http_backend.go b/services/cdn/v1betaapi/model_http_backend.go index 0f02ea847..d132dbd34 100644 --- a/services/cdn/v1betaapi/model_http_backend.go +++ b/services/cdn/v1betaapi/model_http_backend.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_http_backend_patch.go b/services/cdn/v1betaapi/model_http_backend_patch.go index 135d04ef4..686c976f1 100644 --- a/services/cdn/v1betaapi/model_http_backend_patch.go +++ b/services/cdn/v1betaapi/model_http_backend_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_list_distributions_response.go b/services/cdn/v1betaapi/model_list_distributions_response.go index 303dcee75..cb403a287 100644 --- a/services/cdn/v1betaapi/model_list_distributions_response.go +++ b/services/cdn/v1betaapi/model_list_distributions_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_list_distributions_sort_by_parameter.go b/services/cdn/v1betaapi/model_list_distributions_sort_by_parameter.go index 9de425752..c380c0982 100644 --- a/services/cdn/v1betaapi/model_list_distributions_sort_by_parameter.go +++ b/services/cdn/v1betaapi/model_list_distributions_sort_by_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_list_distributions_sort_order_parameter.go b/services/cdn/v1betaapi/model_list_distributions_sort_order_parameter.go index d8f96d62c..35ad04c69 100644 --- a/services/cdn/v1betaapi/model_list_distributions_sort_order_parameter.go +++ b/services/cdn/v1betaapi/model_list_distributions_sort_order_parameter.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_list_waf_collections_response.go b/services/cdn/v1betaapi/model_list_waf_collections_response.go index 07bd35cdb..964e854b8 100644 --- a/services/cdn/v1betaapi/model_list_waf_collections_response.go +++ b/services/cdn/v1betaapi/model_list_waf_collections_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_loki_log_sink.go b/services/cdn/v1betaapi/model_loki_log_sink.go index fea33bd4d..4a976dd2e 100644 --- a/services/cdn/v1betaapi/model_loki_log_sink.go +++ b/services/cdn/v1betaapi/model_loki_log_sink.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_optimizer.go b/services/cdn/v1betaapi/model_optimizer.go index bc9e0e4a9..9a3e7f243 100644 --- a/services/cdn/v1betaapi/model_optimizer.go +++ b/services/cdn/v1betaapi/model_optimizer.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_optimizer_patch.go b/services/cdn/v1betaapi/model_optimizer_patch.go index 50566f2e2..8249db232 100644 --- a/services/cdn/v1betaapi/model_optimizer_patch.go +++ b/services/cdn/v1betaapi/model_optimizer_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_patch_distribution_payload.go b/services/cdn/v1betaapi/model_patch_distribution_payload.go index 6f11c4dad..ebccfe1b2 100644 --- a/services/cdn/v1betaapi/model_patch_distribution_payload.go +++ b/services/cdn/v1betaapi/model_patch_distribution_payload.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_patch_distribution_response.go b/services/cdn/v1betaapi/model_patch_distribution_response.go index aab403b2e..a6363b40c 100644 --- a/services/cdn/v1betaapi/model_patch_distribution_response.go +++ b/services/cdn/v1betaapi/model_patch_distribution_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_patch_loki_log_sink.go b/services/cdn/v1betaapi/model_patch_loki_log_sink.go index 7a1d71eb0..0c9230c74 100644 --- a/services/cdn/v1betaapi/model_patch_loki_log_sink.go +++ b/services/cdn/v1betaapi/model_patch_loki_log_sink.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_purge_cache_payload.go b/services/cdn/v1betaapi/model_purge_cache_payload.go index 6bc115381..9a803a0de 100644 --- a/services/cdn/v1betaapi/model_purge_cache_payload.go +++ b/services/cdn/v1betaapi/model_purge_cache_payload.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_put_custom_domain_custom_certificate.go b/services/cdn/v1betaapi/model_put_custom_domain_custom_certificate.go index d1f47d768..9bd40e211 100644 --- a/services/cdn/v1betaapi/model_put_custom_domain_custom_certificate.go +++ b/services/cdn/v1betaapi/model_put_custom_domain_custom_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_put_custom_domain_managed_certificate.go b/services/cdn/v1betaapi/model_put_custom_domain_managed_certificate.go index 7fae94c96..0ad776a78 100644 --- a/services/cdn/v1betaapi/model_put_custom_domain_managed_certificate.go +++ b/services/cdn/v1betaapi/model_put_custom_domain_managed_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_put_custom_domain_payload.go b/services/cdn/v1betaapi/model_put_custom_domain_payload.go index c4c6c291c..d05af3f5f 100644 --- a/services/cdn/v1betaapi/model_put_custom_domain_payload.go +++ b/services/cdn/v1betaapi/model_put_custom_domain_payload.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_put_custom_domain_payload_certificate.go b/services/cdn/v1betaapi/model_put_custom_domain_payload_certificate.go index 1319c4b9e..0c23c8d11 100644 --- a/services/cdn/v1betaapi/model_put_custom_domain_payload_certificate.go +++ b/services/cdn/v1betaapi/model_put_custom_domain_payload_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_put_custom_domain_response.go b/services/cdn/v1betaapi/model_put_custom_domain_response.go index 18960cc65..a707bca73 100644 --- a/services/cdn/v1betaapi/model_put_custom_domain_response.go +++ b/services/cdn/v1betaapi/model_put_custom_domain_response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_put_custom_domain_response_certificate.go b/services/cdn/v1betaapi/model_put_custom_domain_response_certificate.go index adf15c2f5..094a4f516 100644 --- a/services/cdn/v1betaapi/model_put_custom_domain_response_certificate.go +++ b/services/cdn/v1betaapi/model_put_custom_domain_response_certificate.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_region.go b/services/cdn/v1betaapi/model_region.go index d18e5e566..22974df89 100644 --- a/services/cdn/v1betaapi/model_region.go +++ b/services/cdn/v1betaapi/model_region.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_status_error.go b/services/cdn/v1betaapi/model_status_error.go index dc4a3b6b5..3592a715a 100644 --- a/services/cdn/v1betaapi/model_status_error.go +++ b/services/cdn/v1betaapi/model_status_error.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_status_error_key.go b/services/cdn/v1betaapi/model_status_error_key.go index dead865dd..e0662614d 100644 --- a/services/cdn/v1betaapi/model_status_error_key.go +++ b/services/cdn/v1betaapi/model_status_error_key.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_config.go b/services/cdn/v1betaapi/model_waf_config.go index 9985edb92..431d1e10e 100644 --- a/services/cdn/v1betaapi/model_waf_config.go +++ b/services/cdn/v1betaapi/model_waf_config.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_config_patch.go b/services/cdn/v1betaapi/model_waf_config_patch.go index 510cdd3ce..2142a7a48 100644 --- a/services/cdn/v1betaapi/model_waf_config_patch.go +++ b/services/cdn/v1betaapi/model_waf_config_patch.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_mode.go b/services/cdn/v1betaapi/model_waf_mode.go index cebec7d15..4d54555e4 100644 --- a/services/cdn/v1betaapi/model_waf_mode.go +++ b/services/cdn/v1betaapi/model_waf_mode.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_paranoia_level.go b/services/cdn/v1betaapi/model_waf_paranoia_level.go index 6d366c8bd..66cac18ae 100644 --- a/services/cdn/v1betaapi/model_waf_paranoia_level.go +++ b/services/cdn/v1betaapi/model_waf_paranoia_level.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_rule.go b/services/cdn/v1betaapi/model_waf_rule.go index 18fc6e700..9eb3582f5 100644 --- a/services/cdn/v1betaapi/model_waf_rule.go +++ b/services/cdn/v1betaapi/model_waf_rule.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_rule_action.go b/services/cdn/v1betaapi/model_waf_rule_action.go index c9a4a3430..ee7021818 100644 --- a/services/cdn/v1betaapi/model_waf_rule_action.go +++ b/services/cdn/v1betaapi/model_waf_rule_action.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_rule_collection.go b/services/cdn/v1betaapi/model_waf_rule_collection.go index 5b22ae79b..a631a4f09 100644 --- a/services/cdn/v1betaapi/model_waf_rule_collection.go +++ b/services/cdn/v1betaapi/model_waf_rule_collection.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_rule_group.go b/services/cdn/v1betaapi/model_waf_rule_group.go index b7b0d0bb6..529ee1e51 100644 --- a/services/cdn/v1betaapi/model_waf_rule_group.go +++ b/services/cdn/v1betaapi/model_waf_rule_group.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_status_rule_block.go b/services/cdn/v1betaapi/model_waf_status_rule_block.go index fcbc7322c..cb04d138b 100644 --- a/services/cdn/v1betaapi/model_waf_status_rule_block.go +++ b/services/cdn/v1betaapi/model_waf_status_rule_block.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_type.go b/services/cdn/v1betaapi/model_waf_type.go index d3cb7773c..af786be99 100644 --- a/services/cdn/v1betaapi/model_waf_type.go +++ b/services/cdn/v1betaapi/model_waf_type.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/model_waf_violation.go b/services/cdn/v1betaapi/model_waf_violation.go index 95614b340..b9ddaf966 100644 --- a/services/cdn/v1betaapi/model_waf_violation.go +++ b/services/cdn/v1betaapi/model_waf_violation.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/response.go b/services/cdn/v1betaapi/response.go index 17dd8739d..231a0c587 100644 --- a/services/cdn/v1betaapi/response.go +++ b/services/cdn/v1betaapi/response.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */ diff --git a/services/cdn/v1betaapi/utils.go b/services/cdn/v1betaapi/utils.go index 0f093c23f..2bb1bbbd5 100644 --- a/services/cdn/v1betaapi/utils.go +++ b/services/cdn/v1betaapi/utils.go @@ -1,7 +1,7 @@ /* STACKIT CDN API (DEPRECATED) -**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. +**DEPRECATED:** This API version (1beta.0.0) is deprecated. Please migrate to the version (v1). API used to create and manage your CDN distributions. API version: 1beta.0.0 */