diff --git a/services/albwaf/oas_commit b/services/albwaf/oas_commit index 739d1f43e..7432e1eed 100644 --- a/services/albwaf/oas_commit +++ b/services/albwaf/oas_commit @@ -1 +1 @@ -eeac709b40abdf42e3a23fe2992395cc03565a88 +d7306ee5d2400a8571c390a29df8ffd02428182f diff --git a/services/albwaf/v1alphaapi/api_default.go b/services/albwaf/v1alphaapi/api_default.go index 00c03370b..df82ec110 100644 --- a/services/albwaf/v1alphaapi/api_default.go +++ b/services/albwaf/v1alphaapi/api_default.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ @@ -32,11 +32,14 @@ type DefaultAPI interface { @param projectId @param region @return ApiCreateCoreRuleSetRequest + + Deprecated */ CreateCoreRuleSet(ctx context.Context, projectId string, region string) ApiCreateCoreRuleSetRequest // CreateCoreRuleSetExecute executes the request // @return GetCoreRuleSetResponse + // Deprecated CreateCoreRuleSetExecute(r ApiCreateCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) /* @@ -48,11 +51,14 @@ type DefaultAPI interface { @param projectId @param region @return ApiCreateRulesRequest + + Deprecated */ CreateRules(ctx context.Context, projectId string, region string) ApiCreateRulesRequest // CreateRulesExecute executes the request // @return CreateRulesResponse + // Deprecated CreateRulesExecute(r ApiCreateRulesRequest) (*CreateRulesResponse, error) /* @@ -64,11 +70,14 @@ type DefaultAPI interface { @param projectId @param region @return ApiCreateWAFRequest + + Deprecated */ CreateWAF(ctx context.Context, projectId string, region string) ApiCreateWAFRequest // CreateWAFExecute executes the request // @return CreateWAFResponse + // Deprecated CreateWAFExecute(r ApiCreateWAFRequest) (*CreateWAFResponse, error) /* @@ -81,11 +90,14 @@ type DefaultAPI interface { @param region @param name @return ApiDeleteCoreRuleSetRequest + + Deprecated */ DeleteCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiDeleteCoreRuleSetRequest // DeleteCoreRuleSetExecute executes the request // @return map[string]interface{} + // Deprecated DeleteCoreRuleSetExecute(r ApiDeleteCoreRuleSetRequest) (map[string]interface{}, error) /* @@ -98,11 +110,14 @@ type DefaultAPI interface { @param region @param name @return ApiDeleteRulesRequest + + Deprecated */ DeleteRules(ctx context.Context, projectId string, region string, name string) ApiDeleteRulesRequest // DeleteRulesExecute executes the request // @return map[string]interface{} + // Deprecated DeleteRulesExecute(r ApiDeleteRulesRequest) (map[string]interface{}, error) /* @@ -115,11 +130,14 @@ type DefaultAPI interface { @param region @param name @return ApiDeleteWAFRequest + + Deprecated */ DeleteWAF(ctx context.Context, projectId string, region string, name string) ApiDeleteWAFRequest // DeleteWAFExecute executes the request // @return map[string]interface{} + // Deprecated DeleteWAFExecute(r ApiDeleteWAFRequest) (map[string]interface{}, error) /* @@ -132,11 +150,14 @@ type DefaultAPI interface { @param region @param name @return ApiGetCoreRuleSetRequest + + Deprecated */ GetCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiGetCoreRuleSetRequest // GetCoreRuleSetExecute executes the request // @return GetCoreRuleSetResponse + // Deprecated GetCoreRuleSetExecute(r ApiGetCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) /* @@ -148,11 +169,14 @@ type DefaultAPI interface { @param projectId @param region @return ApiGetQuotaRequest + + Deprecated */ GetQuota(ctx context.Context, projectId string, region string) ApiGetQuotaRequest // GetQuotaExecute executes the request // @return GetQuotaResponse + // Deprecated GetQuotaExecute(r ApiGetQuotaRequest) (*GetQuotaResponse, error) /* @@ -165,11 +189,14 @@ type DefaultAPI interface { @param region @param name @return ApiGetRulesRequest + + Deprecated */ GetRules(ctx context.Context, projectId string, region string, name string) ApiGetRulesRequest // GetRulesExecute executes the request // @return GetRulesResponse + // Deprecated GetRulesExecute(r ApiGetRulesRequest) (*GetRulesResponse, error) /* @@ -182,11 +209,14 @@ type DefaultAPI interface { @param region @param name @return ApiGetWAFRequest + + Deprecated */ GetWAF(ctx context.Context, projectId string, region string, name string) ApiGetWAFRequest // GetWAFExecute executes the request // @return GetWAFResponse + // Deprecated GetWAFExecute(r ApiGetWAFRequest) (*GetWAFResponse, error) /* @@ -198,11 +228,14 @@ type DefaultAPI interface { @param projectId @param region @return ApiListCoreRuleSetsRequest + + Deprecated */ ListCoreRuleSets(ctx context.Context, projectId string, region string) ApiListCoreRuleSetsRequest // ListCoreRuleSetsExecute executes the request // @return ListCoreRuleSetResponse + // Deprecated ListCoreRuleSetsExecute(r ApiListCoreRuleSetsRequest) (*ListCoreRuleSetResponse, error) /* @@ -214,11 +247,14 @@ type DefaultAPI interface { @param projectId @param region @return ApiListRulesRequest + + Deprecated */ ListRules(ctx context.Context, projectId string, region string) ApiListRulesRequest // ListRulesExecute executes the request // @return ListRulesResponse + // Deprecated ListRulesExecute(r ApiListRulesRequest) (*ListRulesResponse, error) /* @@ -230,11 +266,14 @@ type DefaultAPI interface { @param projectId @param region @return ApiListWAFRequest + + Deprecated */ ListWAF(ctx context.Context, projectId string, region string) ApiListWAFRequest // ListWAFExecute executes the request // @return ListWAFResponse + // Deprecated ListWAFExecute(r ApiListWAFRequest) (*ListWAFResponse, error) /* @@ -247,11 +286,14 @@ type DefaultAPI interface { @param region @param name @return ApiPatchCoreRuleSetRequest + + Deprecated */ PatchCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiPatchCoreRuleSetRequest // PatchCoreRuleSetExecute executes the request // @return GetCoreRuleSetResponse + // Deprecated PatchCoreRuleSetExecute(r ApiPatchCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) /* @@ -264,11 +306,14 @@ type DefaultAPI interface { @param region @param name @return ApiUpdateCoreRuleSetRequest + + Deprecated */ UpdateCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiUpdateCoreRuleSetRequest // UpdateCoreRuleSetExecute executes the request // @return UpdateCoreRuleSetResponse + // Deprecated UpdateCoreRuleSetExecute(r ApiUpdateCoreRuleSetRequest) (*UpdateCoreRuleSetResponse, error) /* @@ -281,11 +326,14 @@ type DefaultAPI interface { @param region @param name @return ApiUpdateRulesRequest + + Deprecated */ UpdateRules(ctx context.Context, projectId string, region string, name string) ApiUpdateRulesRequest // UpdateRulesExecute executes the request // @return UpdateRulesResponse + // Deprecated UpdateRulesExecute(r ApiUpdateRulesRequest) (*UpdateRulesResponse, error) /* @@ -298,11 +346,14 @@ type DefaultAPI interface { @param region @param name @return ApiUpdateWAFRequest + + Deprecated */ UpdateWAF(ctx context.Context, projectId string, region string, name string) ApiUpdateWAFRequest // UpdateWAFExecute executes the request // @return UpdateWAFResponse + // Deprecated UpdateWAFExecute(r ApiUpdateWAFRequest) (*UpdateWAFResponse, error) } @@ -335,6 +386,8 @@ With this endpoint a core rule set (CRS) configuration is created and stored in @param projectId @param region @return ApiCreateCoreRuleSetRequest + +Deprecated */ func (a *DefaultAPIService) CreateCoreRuleSet(ctx context.Context, projectId string, region string) ApiCreateCoreRuleSetRequest { return ApiCreateCoreRuleSetRequest{ @@ -348,6 +401,8 @@ func (a *DefaultAPIService) CreateCoreRuleSet(ctx context.Context, projectId str // Execute executes the request // // @return GetCoreRuleSetResponse +// +// Deprecated func (a *DefaultAPIService) CreateCoreRuleSetExecute(r ApiCreateCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -484,6 +539,8 @@ With this endpoint a rule configuration is created and stored in this project. T @param projectId @param region @return ApiCreateRulesRequest + +Deprecated */ func (a *DefaultAPIService) CreateRules(ctx context.Context, projectId string, region string) ApiCreateRulesRequest { return ApiCreateRulesRequest{ @@ -497,6 +554,8 @@ func (a *DefaultAPIService) CreateRules(ctx context.Context, projectId string, r // Execute executes the request // // @return CreateRulesResponse +// +// Deprecated func (a *DefaultAPIService) CreateRulesExecute(r ApiCreateRulesRequest) (*CreateRulesResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -633,6 +692,8 @@ This endpoint will create and store a WAF configuration in a project. The name o @param projectId @param region @return ApiCreateWAFRequest + +Deprecated */ func (a *DefaultAPIService) CreateWAF(ctx context.Context, projectId string, region string) ApiCreateWAFRequest { return ApiCreateWAFRequest{ @@ -646,6 +707,8 @@ func (a *DefaultAPIService) CreateWAF(ctx context.Context, projectId string, reg // Execute executes the request // // @return CreateWAFResponse +// +// Deprecated func (a *DefaultAPIService) CreateWAFExecute(r ApiCreateWAFRequest) (*CreateWAFResponse, error) { var ( localVarHTTPMethod = http.MethodPost @@ -778,6 +841,8 @@ To delete a core rule set (CRS) configuration this endpoint is used, but it is o @param region @param name @return ApiDeleteCoreRuleSetRequest + +Deprecated */ func (a *DefaultAPIService) DeleteCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiDeleteCoreRuleSetRequest { return ApiDeleteCoreRuleSetRequest{ @@ -792,6 +857,8 @@ func (a *DefaultAPIService) DeleteCoreRuleSet(ctx context.Context, projectId str // Execute executes the request // // @return map[string]interface{} +// +// Deprecated func (a *DefaultAPIService) DeleteCoreRuleSetExecute(r ApiDeleteCoreRuleSetRequest) (map[string]interface{}, error) { var ( localVarHTTPMethod = http.MethodDelete @@ -920,6 +987,8 @@ To delete a rule configuration this endpoint is used, but it is only possible to @param region @param name @return ApiDeleteRulesRequest + +Deprecated */ func (a *DefaultAPIService) DeleteRules(ctx context.Context, projectId string, region string, name string) ApiDeleteRulesRequest { return ApiDeleteRulesRequest{ @@ -934,6 +1003,8 @@ func (a *DefaultAPIService) DeleteRules(ctx context.Context, projectId string, r // Execute executes the request // // @return map[string]interface{} +// +// Deprecated func (a *DefaultAPIService) DeleteRulesExecute(r ApiDeleteRulesRequest) (map[string]interface{}, error) { var ( localVarHTTPMethod = http.MethodDelete @@ -1062,6 +1133,8 @@ This will delete the specified WAF configuration, but only if it is not used by @param region @param name @return ApiDeleteWAFRequest + +Deprecated */ func (a *DefaultAPIService) DeleteWAF(ctx context.Context, projectId string, region string, name string) ApiDeleteWAFRequest { return ApiDeleteWAFRequest{ @@ -1076,6 +1149,8 @@ func (a *DefaultAPIService) DeleteWAF(ctx context.Context, projectId string, reg // Execute executes the request // // @return map[string]interface{} +// +// Deprecated func (a *DefaultAPIService) DeleteWAFExecute(r ApiDeleteWAFRequest) (map[string]interface{}, error) { var ( localVarHTTPMethod = http.MethodDelete @@ -1204,6 +1279,8 @@ To retrieve an existing core rule set (CRS) configuration this endpoint can be u @param region @param name @return ApiGetCoreRuleSetRequest + +Deprecated */ func (a *DefaultAPIService) GetCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiGetCoreRuleSetRequest { return ApiGetCoreRuleSetRequest{ @@ -1218,6 +1295,8 @@ func (a *DefaultAPIService) GetCoreRuleSet(ctx context.Context, projectId string // Execute executes the request // // @return GetCoreRuleSetResponse +// +// Deprecated func (a *DefaultAPIService) GetCoreRuleSetExecute(r ApiGetCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1344,6 +1423,8 @@ Retrieves the configured WAF resource quotas for the project. Limit can be chang @param projectId @param region @return ApiGetQuotaRequest + +Deprecated */ func (a *DefaultAPIService) GetQuota(ctx context.Context, projectId string, region string) ApiGetQuotaRequest { return ApiGetQuotaRequest{ @@ -1357,6 +1438,8 @@ func (a *DefaultAPIService) GetQuota(ctx context.Context, projectId string, regi // Execute executes the request // // @return GetQuotaResponse +// +// Deprecated func (a *DefaultAPIService) GetQuotaExecute(r ApiGetQuotaRequest) (*GetQuotaResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1484,6 +1567,8 @@ To retrieve an existing rule configuration this endpoint can be used. @param region @param name @return ApiGetRulesRequest + +Deprecated */ func (a *DefaultAPIService) GetRules(ctx context.Context, projectId string, region string, name string) ApiGetRulesRequest { return ApiGetRulesRequest{ @@ -1498,6 +1583,8 @@ func (a *DefaultAPIService) GetRules(ctx context.Context, projectId string, regi // Execute executes the request // // @return GetRulesResponse +// +// Deprecated func (a *DefaultAPIService) GetRulesExecute(r ApiGetRulesRequest) (*GetRulesResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1626,6 +1713,8 @@ This endpoint will return the specified WAF configuration. @param region @param name @return ApiGetWAFRequest + +Deprecated */ func (a *DefaultAPIService) GetWAF(ctx context.Context, projectId string, region string, name string) ApiGetWAFRequest { return ApiGetWAFRequest{ @@ -1640,6 +1729,8 @@ func (a *DefaultAPIService) GetWAF(ctx context.Context, projectId string, region // Execute executes the request // // @return GetWAFResponse +// +// Deprecated func (a *DefaultAPIService) GetWAFExecute(r ApiGetWAFRequest) (*GetWAFResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1780,6 +1871,8 @@ List all existing core rule set (CRS) configurations that are stored in the proj @param projectId @param region @return ApiListCoreRuleSetsRequest + +Deprecated */ func (a *DefaultAPIService) ListCoreRuleSets(ctx context.Context, projectId string, region string) ApiListCoreRuleSetsRequest { return ApiListCoreRuleSetsRequest{ @@ -1793,6 +1886,8 @@ func (a *DefaultAPIService) ListCoreRuleSets(ctx context.Context, projectId stri // Execute executes the request // // @return ListCoreRuleSetResponse +// +// Deprecated func (a *DefaultAPIService) ListCoreRuleSetsExecute(r ApiListCoreRuleSetsRequest) (*ListCoreRuleSetResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -1938,6 +2033,8 @@ List all existing rule configurations that are stored in the project. @param projectId @param region @return ApiListRulesRequest + +Deprecated */ func (a *DefaultAPIService) ListRules(ctx context.Context, projectId string, region string) ApiListRulesRequest { return ApiListRulesRequest{ @@ -1951,6 +2048,8 @@ func (a *DefaultAPIService) ListRules(ctx context.Context, projectId string, reg // Execute executes the request // // @return ListRulesResponse +// +// Deprecated func (a *DefaultAPIService) ListRulesExecute(r ApiListRulesRequest) (*ListRulesResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2096,6 +2195,8 @@ To list all WAF configurations stored in a project, use this endpoint. @param projectId @param region @return ApiListWAFRequest + +Deprecated */ func (a *DefaultAPIService) ListWAF(ctx context.Context, projectId string, region string) ApiListWAFRequest { return ApiListWAFRequest{ @@ -2109,6 +2210,8 @@ func (a *DefaultAPIService) ListWAF(ctx context.Context, projectId string, regio // Execute executes the request // // @return ListWAFResponse +// +// Deprecated func (a *DefaultAPIService) ListWAFExecute(r ApiListWAFRequest) (*ListWAFResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -2248,6 +2351,8 @@ Accepts the same structure as the GET response. Only fields provided with values @param region @param name @return ApiPatchCoreRuleSetRequest + +Deprecated */ func (a *DefaultAPIService) PatchCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiPatchCoreRuleSetRequest { return ApiPatchCoreRuleSetRequest{ @@ -2262,6 +2367,8 @@ func (a *DefaultAPIService) PatchCoreRuleSet(ctx context.Context, projectId stri // Execute executes the request // // @return GetCoreRuleSetResponse +// +// Deprecated func (a *DefaultAPIService) PatchCoreRuleSetExecute(r ApiPatchCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) { var ( localVarHTTPMethod = http.MethodPatch @@ -2401,6 +2508,8 @@ DEPRECATED: Use PatchCoreRuleSet @param region @param name @return ApiUpdateCoreRuleSetRequest + +Deprecated */ func (a *DefaultAPIService) UpdateCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiUpdateCoreRuleSetRequest { return ApiUpdateCoreRuleSetRequest{ @@ -2415,6 +2524,8 @@ func (a *DefaultAPIService) UpdateCoreRuleSet(ctx context.Context, projectId str // Execute executes the request // // @return UpdateCoreRuleSetResponse +// +// Deprecated func (a *DefaultAPIService) UpdateCoreRuleSetExecute(r ApiUpdateCoreRuleSetRequest) (*UpdateCoreRuleSetResponse, error) { var ( localVarHTTPMethod = http.MethodPut @@ -2554,6 +2665,8 @@ This endpoint will update an existing rules configuration and also inturn update @param region @param name @return ApiUpdateRulesRequest + +Deprecated */ func (a *DefaultAPIService) UpdateRules(ctx context.Context, projectId string, region string, name string) ApiUpdateRulesRequest { return ApiUpdateRulesRequest{ @@ -2568,6 +2681,8 @@ func (a *DefaultAPIService) UpdateRules(ctx context.Context, projectId string, r // Execute executes the request // // @return UpdateRulesResponse +// +// Deprecated func (a *DefaultAPIService) UpdateRulesExecute(r ApiUpdateRulesRequest) (*UpdateRulesResponse, error) { var ( localVarHTTPMethod = http.MethodPut @@ -2707,6 +2822,8 @@ The update endpoint will update a stored WAF configuration in project and not ye @param region @param name @return ApiUpdateWAFRequest + +Deprecated */ func (a *DefaultAPIService) UpdateWAF(ctx context.Context, projectId string, region string, name string) ApiUpdateWAFRequest { return ApiUpdateWAFRequest{ @@ -2721,6 +2838,8 @@ func (a *DefaultAPIService) UpdateWAF(ctx context.Context, projectId string, reg // Execute executes the request // // @return UpdateWAFResponse +// +// Deprecated func (a *DefaultAPIService) UpdateWAFExecute(r ApiUpdateWAFRequest) (*UpdateWAFResponse, error) { var ( localVarHTTPMethod = http.MethodPut diff --git a/services/albwaf/v1alphaapi/api_default_mock.go b/services/albwaf/v1alphaapi/api_default_mock.go index d212d975a..23a0651c6 100644 --- a/services/albwaf/v1alphaapi/api_default_mock.go +++ b/services/albwaf/v1alphaapi/api_default_mock.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ @@ -20,42 +20,43 @@ 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 { - // CreateCoreRuleSetExecuteMock can be populated to implement the behavior of the CreateCoreRuleSetExecute function of this mock + // Deprecated: CreateCoreRuleSetExecuteMock can be populated to implement the behavior of the CreateCoreRuleSetExecute function of this mock CreateCoreRuleSetExecuteMock *func(r ApiCreateCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) - // CreateRulesExecuteMock can be populated to implement the behavior of the CreateRulesExecute function of this mock + // Deprecated: CreateRulesExecuteMock can be populated to implement the behavior of the CreateRulesExecute function of this mock CreateRulesExecuteMock *func(r ApiCreateRulesRequest) (*CreateRulesResponse, error) - // CreateWAFExecuteMock can be populated to implement the behavior of the CreateWAFExecute function of this mock + // Deprecated: CreateWAFExecuteMock can be populated to implement the behavior of the CreateWAFExecute function of this mock CreateWAFExecuteMock *func(r ApiCreateWAFRequest) (*CreateWAFResponse, error) - // DeleteCoreRuleSetExecuteMock can be populated to implement the behavior of the DeleteCoreRuleSetExecute function of this mock + // Deprecated: DeleteCoreRuleSetExecuteMock can be populated to implement the behavior of the DeleteCoreRuleSetExecute function of this mock DeleteCoreRuleSetExecuteMock *func(r ApiDeleteCoreRuleSetRequest) (map[string]interface{}, error) - // DeleteRulesExecuteMock can be populated to implement the behavior of the DeleteRulesExecute function of this mock + // Deprecated: DeleteRulesExecuteMock can be populated to implement the behavior of the DeleteRulesExecute function of this mock DeleteRulesExecuteMock *func(r ApiDeleteRulesRequest) (map[string]interface{}, error) - // DeleteWAFExecuteMock can be populated to implement the behavior of the DeleteWAFExecute function of this mock + // Deprecated: DeleteWAFExecuteMock can be populated to implement the behavior of the DeleteWAFExecute function of this mock DeleteWAFExecuteMock *func(r ApiDeleteWAFRequest) (map[string]interface{}, error) - // GetCoreRuleSetExecuteMock can be populated to implement the behavior of the GetCoreRuleSetExecute function of this mock + // Deprecated: GetCoreRuleSetExecuteMock can be populated to implement the behavior of the GetCoreRuleSetExecute function of this mock GetCoreRuleSetExecuteMock *func(r ApiGetCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) - // GetQuotaExecuteMock can be populated to implement the behavior of the GetQuotaExecute function of this mock + // Deprecated: GetQuotaExecuteMock can be populated to implement the behavior of the GetQuotaExecute function of this mock GetQuotaExecuteMock *func(r ApiGetQuotaRequest) (*GetQuotaResponse, error) - // GetRulesExecuteMock can be populated to implement the behavior of the GetRulesExecute function of this mock + // Deprecated: GetRulesExecuteMock can be populated to implement the behavior of the GetRulesExecute function of this mock GetRulesExecuteMock *func(r ApiGetRulesRequest) (*GetRulesResponse, error) - // GetWAFExecuteMock can be populated to implement the behavior of the GetWAFExecute function of this mock + // Deprecated: GetWAFExecuteMock can be populated to implement the behavior of the GetWAFExecute function of this mock GetWAFExecuteMock *func(r ApiGetWAFRequest) (*GetWAFResponse, error) - // ListCoreRuleSetsExecuteMock can be populated to implement the behavior of the ListCoreRuleSetsExecute function of this mock + // Deprecated: ListCoreRuleSetsExecuteMock can be populated to implement the behavior of the ListCoreRuleSetsExecute function of this mock ListCoreRuleSetsExecuteMock *func(r ApiListCoreRuleSetsRequest) (*ListCoreRuleSetResponse, error) - // ListRulesExecuteMock can be populated to implement the behavior of the ListRulesExecute function of this mock + // Deprecated: ListRulesExecuteMock can be populated to implement the behavior of the ListRulesExecute function of this mock ListRulesExecuteMock *func(r ApiListRulesRequest) (*ListRulesResponse, error) - // ListWAFExecuteMock can be populated to implement the behavior of the ListWAFExecute function of this mock + // Deprecated: ListWAFExecuteMock can be populated to implement the behavior of the ListWAFExecute function of this mock ListWAFExecuteMock *func(r ApiListWAFRequest) (*ListWAFResponse, error) - // PatchCoreRuleSetExecuteMock can be populated to implement the behavior of the PatchCoreRuleSetExecute function of this mock + // Deprecated: PatchCoreRuleSetExecuteMock can be populated to implement the behavior of the PatchCoreRuleSetExecute function of this mock PatchCoreRuleSetExecuteMock *func(r ApiPatchCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) - // UpdateCoreRuleSetExecuteMock can be populated to implement the behavior of the UpdateCoreRuleSetExecute function of this mock + // Deprecated: UpdateCoreRuleSetExecuteMock can be populated to implement the behavior of the UpdateCoreRuleSetExecute function of this mock UpdateCoreRuleSetExecuteMock *func(r ApiUpdateCoreRuleSetRequest) (*UpdateCoreRuleSetResponse, error) - // UpdateRulesExecuteMock can be populated to implement the behavior of the UpdateRulesExecute function of this mock + // Deprecated: UpdateRulesExecuteMock can be populated to implement the behavior of the UpdateRulesExecute function of this mock UpdateRulesExecuteMock *func(r ApiUpdateRulesRequest) (*UpdateRulesResponse, error) - // UpdateWAFExecuteMock can be populated to implement the behavior of the UpdateWAFExecute function of this mock + // Deprecated: UpdateWAFExecuteMock can be populated to implement the behavior of the UpdateWAFExecute function of this mock UpdateWAFExecuteMock *func(r ApiUpdateWAFRequest) (*UpdateWAFResponse, error) } +// Deprecated func (a DefaultAPIServiceMock) CreateCoreRuleSet(ctx context.Context, projectId string, region string) ApiCreateCoreRuleSetRequest { return ApiCreateCoreRuleSetRequest{ ApiService: a, @@ -65,7 +66,7 @@ func (a DefaultAPIServiceMock) CreateCoreRuleSet(ctx context.Context, projectId } } -// CreateCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateCoreRuleSetExecute(r ApiCreateCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) { if a.CreateCoreRuleSetExecuteMock == nil { var localVarReturnValue *GetCoreRuleSetResponse @@ -75,6 +76,7 @@ func (a DefaultAPIServiceMock) CreateCoreRuleSetExecute(r ApiCreateCoreRuleSetRe return (*a.CreateCoreRuleSetExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) CreateRules(ctx context.Context, projectId string, region string) ApiCreateRulesRequest { return ApiCreateRulesRequest{ ApiService: a, @@ -84,7 +86,7 @@ func (a DefaultAPIServiceMock) CreateRules(ctx context.Context, projectId string } } -// CreateRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateRulesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateRulesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateRulesExecute(r ApiCreateRulesRequest) (*CreateRulesResponse, error) { if a.CreateRulesExecuteMock == nil { var localVarReturnValue *CreateRulesResponse @@ -94,6 +96,7 @@ func (a DefaultAPIServiceMock) CreateRulesExecute(r ApiCreateRulesRequest) (*Cre return (*a.CreateRulesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) CreateWAF(ctx context.Context, projectId string, region string) ApiCreateWAFRequest { return ApiCreateWAFRequest{ ApiService: a, @@ -103,7 +106,7 @@ func (a DefaultAPIServiceMock) CreateWAF(ctx context.Context, projectId string, } } -// CreateWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateWAFExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: CreateWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateWAFExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) CreateWAFExecute(r ApiCreateWAFRequest) (*CreateWAFResponse, error) { if a.CreateWAFExecuteMock == nil { var localVarReturnValue *CreateWAFResponse @@ -113,6 +116,7 @@ func (a DefaultAPIServiceMock) CreateWAFExecute(r ApiCreateWAFRequest) (*CreateW return (*a.CreateWAFExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiDeleteCoreRuleSetRequest { return ApiDeleteCoreRuleSetRequest{ ApiService: a, @@ -123,7 +127,7 @@ func (a DefaultAPIServiceMock) DeleteCoreRuleSet(ctx context.Context, projectId } } -// DeleteCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteCoreRuleSetExecute(r ApiDeleteCoreRuleSetRequest) (map[string]interface{}, error) { if a.DeleteCoreRuleSetExecuteMock == nil { var localVarReturnValue map[string]interface{} @@ -133,6 +137,7 @@ func (a DefaultAPIServiceMock) DeleteCoreRuleSetExecute(r ApiDeleteCoreRuleSetRe return (*a.DeleteCoreRuleSetExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteRules(ctx context.Context, projectId string, region string, name string) ApiDeleteRulesRequest { return ApiDeleteRulesRequest{ ApiService: a, @@ -143,7 +148,7 @@ func (a DefaultAPIServiceMock) DeleteRules(ctx context.Context, projectId string } } -// DeleteRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteRulesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteRulesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteRulesExecute(r ApiDeleteRulesRequest) (map[string]interface{}, error) { if a.DeleteRulesExecuteMock == nil { var localVarReturnValue map[string]interface{} @@ -153,6 +158,7 @@ func (a DefaultAPIServiceMock) DeleteRulesExecute(r ApiDeleteRulesRequest) (map[ return (*a.DeleteRulesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) DeleteWAF(ctx context.Context, projectId string, region string, name string) ApiDeleteWAFRequest { return ApiDeleteWAFRequest{ ApiService: a, @@ -163,7 +169,7 @@ func (a DefaultAPIServiceMock) DeleteWAF(ctx context.Context, projectId string, } } -// DeleteWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteWAFExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: DeleteWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteWAFExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) DeleteWAFExecute(r ApiDeleteWAFRequest) (map[string]interface{}, error) { if a.DeleteWAFExecuteMock == nil { var localVarReturnValue map[string]interface{} @@ -173,6 +179,7 @@ func (a DefaultAPIServiceMock) DeleteWAFExecute(r ApiDeleteWAFRequest) (map[stri return (*a.DeleteWAFExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiGetCoreRuleSetRequest { return ApiGetCoreRuleSetRequest{ ApiService: a, @@ -183,7 +190,7 @@ func (a DefaultAPIServiceMock) GetCoreRuleSet(ctx context.Context, projectId str } } -// GetCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetCoreRuleSetExecute(r ApiGetCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) { if a.GetCoreRuleSetExecuteMock == nil { var localVarReturnValue *GetCoreRuleSetResponse @@ -193,6 +200,7 @@ func (a DefaultAPIServiceMock) GetCoreRuleSetExecute(r ApiGetCoreRuleSetRequest) return (*a.GetCoreRuleSetExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetQuota(ctx context.Context, projectId string, region string) ApiGetQuotaRequest { return ApiGetQuotaRequest{ ApiService: a, @@ -202,7 +210,7 @@ func (a DefaultAPIServiceMock) GetQuota(ctx context.Context, projectId string, r } } -// GetQuotaExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetQuotaExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetQuotaExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetQuotaExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetQuotaExecute(r ApiGetQuotaRequest) (*GetQuotaResponse, error) { if a.GetQuotaExecuteMock == nil { var localVarReturnValue *GetQuotaResponse @@ -212,6 +220,7 @@ func (a DefaultAPIServiceMock) GetQuotaExecute(r ApiGetQuotaRequest) (*GetQuotaR return (*a.GetQuotaExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetRules(ctx context.Context, projectId string, region string, name string) ApiGetRulesRequest { return ApiGetRulesRequest{ ApiService: a, @@ -222,7 +231,7 @@ func (a DefaultAPIServiceMock) GetRules(ctx context.Context, projectId string, r } } -// GetRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetRulesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetRulesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetRulesExecute(r ApiGetRulesRequest) (*GetRulesResponse, error) { if a.GetRulesExecuteMock == nil { var localVarReturnValue *GetRulesResponse @@ -232,6 +241,7 @@ func (a DefaultAPIServiceMock) GetRulesExecute(r ApiGetRulesRequest) (*GetRulesR return (*a.GetRulesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) GetWAF(ctx context.Context, projectId string, region string, name string) ApiGetWAFRequest { return ApiGetWAFRequest{ ApiService: a, @@ -242,7 +252,7 @@ func (a DefaultAPIServiceMock) GetWAF(ctx context.Context, projectId string, reg } } -// GetWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetWAFExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: GetWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetWAFExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) GetWAFExecute(r ApiGetWAFRequest) (*GetWAFResponse, error) { if a.GetWAFExecuteMock == nil { var localVarReturnValue *GetWAFResponse @@ -252,6 +262,7 @@ func (a DefaultAPIServiceMock) GetWAFExecute(r ApiGetWAFRequest) (*GetWAFRespons return (*a.GetWAFExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListCoreRuleSets(ctx context.Context, projectId string, region string) ApiListCoreRuleSetsRequest { return ApiListCoreRuleSetsRequest{ ApiService: a, @@ -261,7 +272,7 @@ func (a DefaultAPIServiceMock) ListCoreRuleSets(ctx context.Context, projectId s } } -// ListCoreRuleSetsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListCoreRuleSetsExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListCoreRuleSetsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListCoreRuleSetsExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListCoreRuleSetsExecute(r ApiListCoreRuleSetsRequest) (*ListCoreRuleSetResponse, error) { if a.ListCoreRuleSetsExecuteMock == nil { var localVarReturnValue *ListCoreRuleSetResponse @@ -271,6 +282,7 @@ func (a DefaultAPIServiceMock) ListCoreRuleSetsExecute(r ApiListCoreRuleSetsRequ return (*a.ListCoreRuleSetsExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListRules(ctx context.Context, projectId string, region string) ApiListRulesRequest { return ApiListRulesRequest{ ApiService: a, @@ -280,7 +292,7 @@ func (a DefaultAPIServiceMock) ListRules(ctx context.Context, projectId string, } } -// ListRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListRulesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListRulesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListRulesExecute(r ApiListRulesRequest) (*ListRulesResponse, error) { if a.ListRulesExecuteMock == nil { var localVarReturnValue *ListRulesResponse @@ -290,6 +302,7 @@ func (a DefaultAPIServiceMock) ListRulesExecute(r ApiListRulesRequest) (*ListRul return (*a.ListRulesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListWAF(ctx context.Context, projectId string, region string) ApiListWAFRequest { return ApiListWAFRequest{ ApiService: a, @@ -299,7 +312,7 @@ func (a DefaultAPIServiceMock) ListWAF(ctx context.Context, projectId string, re } } -// ListWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListWAFExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListWAFExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListWAFExecute(r ApiListWAFRequest) (*ListWAFResponse, error) { if a.ListWAFExecuteMock == nil { var localVarReturnValue *ListWAFResponse @@ -309,6 +322,7 @@ func (a DefaultAPIServiceMock) ListWAFExecute(r ApiListWAFRequest) (*ListWAFResp return (*a.ListWAFExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) PatchCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiPatchCoreRuleSetRequest { return ApiPatchCoreRuleSetRequest{ ApiService: a, @@ -319,7 +333,7 @@ func (a DefaultAPIServiceMock) PatchCoreRuleSet(ctx context.Context, projectId s } } -// PatchCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PatchCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: PatchCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the PatchCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) PatchCoreRuleSetExecute(r ApiPatchCoreRuleSetRequest) (*GetCoreRuleSetResponse, error) { if a.PatchCoreRuleSetExecuteMock == nil { var localVarReturnValue *GetCoreRuleSetResponse @@ -329,6 +343,7 @@ func (a DefaultAPIServiceMock) PatchCoreRuleSetExecute(r ApiPatchCoreRuleSetRequ return (*a.PatchCoreRuleSetExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) UpdateCoreRuleSet(ctx context.Context, projectId string, region string, name string) ApiUpdateCoreRuleSetRequest { return ApiUpdateCoreRuleSetRequest{ ApiService: a, @@ -339,7 +354,7 @@ func (a DefaultAPIServiceMock) UpdateCoreRuleSet(ctx context.Context, projectId } } -// UpdateCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: UpdateCoreRuleSetExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateCoreRuleSetExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) UpdateCoreRuleSetExecute(r ApiUpdateCoreRuleSetRequest) (*UpdateCoreRuleSetResponse, error) { if a.UpdateCoreRuleSetExecuteMock == nil { var localVarReturnValue *UpdateCoreRuleSetResponse @@ -349,6 +364,7 @@ func (a DefaultAPIServiceMock) UpdateCoreRuleSetExecute(r ApiUpdateCoreRuleSetRe return (*a.UpdateCoreRuleSetExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) UpdateRules(ctx context.Context, projectId string, region string, name string) ApiUpdateRulesRequest { return ApiUpdateRulesRequest{ ApiService: a, @@ -359,7 +375,7 @@ func (a DefaultAPIServiceMock) UpdateRules(ctx context.Context, projectId string } } -// UpdateRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateRulesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: UpdateRulesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateRulesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) UpdateRulesExecute(r ApiUpdateRulesRequest) (*UpdateRulesResponse, error) { if a.UpdateRulesExecuteMock == nil { var localVarReturnValue *UpdateRulesResponse @@ -369,6 +385,7 @@ func (a DefaultAPIServiceMock) UpdateRulesExecute(r ApiUpdateRulesRequest) (*Upd return (*a.UpdateRulesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) UpdateWAF(ctx context.Context, projectId string, region string, name string) ApiUpdateWAFRequest { return ApiUpdateWAFRequest{ ApiService: a, @@ -379,7 +396,7 @@ func (a DefaultAPIServiceMock) UpdateWAF(ctx context.Context, projectId string, } } -// UpdateWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateWAFExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: UpdateWAFExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateWAFExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) UpdateWAFExecute(r ApiUpdateWAFRequest) (*UpdateWAFResponse, error) { if a.UpdateWAFExecuteMock == nil { var localVarReturnValue *UpdateWAFResponse diff --git a/services/albwaf/v1alphaapi/client.go b/services/albwaf/v1alphaapi/client.go index d4fdc0462..32be73a32 100644 --- a/services/albwaf/v1alphaapi/client.go +++ b/services/albwaf/v1alphaapi/client.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/configuration.go b/services/albwaf/v1alphaapi/configuration.go index 774ef3226..fecd9801b 100644 --- a/services/albwaf/v1alphaapi/configuration.go +++ b/services/albwaf/v1alphaapi/configuration.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_create_core_rule_set_payload.go b/services/albwaf/v1alphaapi/model_create_core_rule_set_payload.go index 9f177853a..0265cc6bc 100644 --- a/services/albwaf/v1alphaapi/model_create_core_rule_set_payload.go +++ b/services/albwaf/v1alphaapi/model_create_core_rule_set_payload.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_create_rules_payload.go b/services/albwaf/v1alphaapi/model_create_rules_payload.go index daf029070..fd8d3a4f9 100644 --- a/services/albwaf/v1alphaapi/model_create_rules_payload.go +++ b/services/albwaf/v1alphaapi/model_create_rules_payload.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_create_rules_response.go b/services/albwaf/v1alphaapi/model_create_rules_response.go index 398e9d696..f85361001 100644 --- a/services/albwaf/v1alphaapi/model_create_rules_response.go +++ b/services/albwaf/v1alphaapi/model_create_rules_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_create_waf_payload.go b/services/albwaf/v1alphaapi/model_create_waf_payload.go index dbfabb980..0f07f0606 100644 --- a/services/albwaf/v1alphaapi/model_create_waf_payload.go +++ b/services/albwaf/v1alphaapi/model_create_waf_payload.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_create_waf_response.go b/services/albwaf/v1alphaapi/model_create_waf_response.go index f209320dc..2034ce88e 100644 --- a/services/albwaf/v1alphaapi/model_create_waf_response.go +++ b/services/albwaf/v1alphaapi/model_create_waf_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_crs_config_quota.go b/services/albwaf/v1alphaapi/model_crs_config_quota.go index bc684a9eb..c03173442 100644 --- a/services/albwaf/v1alphaapi/model_crs_config_quota.go +++ b/services/albwaf/v1alphaapi/model_crs_config_quota.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_crs_rule.go b/services/albwaf/v1alphaapi/model_crs_rule.go index 5059fc5e9..c61d71a41 100644 --- a/services/albwaf/v1alphaapi/model_crs_rule.go +++ b/services/albwaf/v1alphaapi/model_crs_rule.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_crs_rule_group.go b/services/albwaf/v1alphaapi/model_crs_rule_group.go index 6f29c6cc5..385a1936f 100644 --- a/services/albwaf/v1alphaapi/model_crs_rule_group.go +++ b/services/albwaf/v1alphaapi/model_crs_rule_group.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_custom_rules_quota.go b/services/albwaf/v1alphaapi/model_custom_rules_quota.go index 9c0029e64..b64ed796c 100644 --- a/services/albwaf/v1alphaapi/model_custom_rules_quota.go +++ b/services/albwaf/v1alphaapi/model_custom_rules_quota.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_get_core_rule_set_response.go b/services/albwaf/v1alphaapi/model_get_core_rule_set_response.go index 19031bacb..545d119f2 100644 --- a/services/albwaf/v1alphaapi/model_get_core_rule_set_response.go +++ b/services/albwaf/v1alphaapi/model_get_core_rule_set_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_get_limited_core_rule_set_response.go b/services/albwaf/v1alphaapi/model_get_limited_core_rule_set_response.go index c77e7c487..093d32c7e 100644 --- a/services/albwaf/v1alphaapi/model_get_limited_core_rule_set_response.go +++ b/services/albwaf/v1alphaapi/model_get_limited_core_rule_set_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_get_quota_response.go b/services/albwaf/v1alphaapi/model_get_quota_response.go index 245634471..bb891457d 100644 --- a/services/albwaf/v1alphaapi/model_get_quota_response.go +++ b/services/albwaf/v1alphaapi/model_get_quota_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_get_rules_response.go b/services/albwaf/v1alphaapi/model_get_rules_response.go index 1fbf5fb7b..49f6cd964 100644 --- a/services/albwaf/v1alphaapi/model_get_rules_response.go +++ b/services/albwaf/v1alphaapi/model_get_rules_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_get_waf_response.go b/services/albwaf/v1alphaapi/model_get_waf_response.go index a1fad311a..1a5317362 100644 --- a/services/albwaf/v1alphaapi/model_get_waf_response.go +++ b/services/albwaf/v1alphaapi/model_get_waf_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_google_protobuf_any.go b/services/albwaf/v1alphaapi/model_google_protobuf_any.go index 75c5a95cb..aefda0ffc 100644 --- a/services/albwaf/v1alphaapi/model_google_protobuf_any.go +++ b/services/albwaf/v1alphaapi/model_google_protobuf_any.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_list_core_rule_set_response.go b/services/albwaf/v1alphaapi/model_list_core_rule_set_response.go index 770e3a9c0..0fd7e6a0a 100644 --- a/services/albwaf/v1alphaapi/model_list_core_rule_set_response.go +++ b/services/albwaf/v1alphaapi/model_list_core_rule_set_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_list_rules_response.go b/services/albwaf/v1alphaapi/model_list_rules_response.go index 23f7d6e17..390c06124 100644 --- a/services/albwaf/v1alphaapi/model_list_rules_response.go +++ b/services/albwaf/v1alphaapi/model_list_rules_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_list_waf_response.go b/services/albwaf/v1alphaapi/model_list_waf_response.go index f4fcf74f8..312ea7963 100644 --- a/services/albwaf/v1alphaapi/model_list_waf_response.go +++ b/services/albwaf/v1alphaapi/model_list_waf_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_owasp_core_rule_set.go b/services/albwaf/v1alphaapi/model_owasp_core_rule_set.go index 94df1d120..c27f8c97e 100644 --- a/services/albwaf/v1alphaapi/model_owasp_core_rule_set.go +++ b/services/albwaf/v1alphaapi/model_owasp_core_rule_set.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_owasp_core_rule_set_1.go b/services/albwaf/v1alphaapi/model_owasp_core_rule_set_1.go index b4b28df91..197e902e6 100644 --- a/services/albwaf/v1alphaapi/model_owasp_core_rule_set_1.go +++ b/services/albwaf/v1alphaapi/model_owasp_core_rule_set_1.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_patch_core_rule_set_payload.go b/services/albwaf/v1alphaapi/model_patch_core_rule_set_payload.go index e9580fa85..4451c55c5 100644 --- a/services/albwaf/v1alphaapi/model_patch_core_rule_set_payload.go +++ b/services/albwaf/v1alphaapi/model_patch_core_rule_set_payload.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_patch_crs_rule.go b/services/albwaf/v1alphaapi/model_patch_crs_rule.go index 8792a3870..da3fa3fce 100644 --- a/services/albwaf/v1alphaapi/model_patch_crs_rule.go +++ b/services/albwaf/v1alphaapi/model_patch_crs_rule.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_patch_crs_rule_group.go b/services/albwaf/v1alphaapi/model_patch_crs_rule_group.go index 5d8e3cb89..0e2951549 100644 --- a/services/albwaf/v1alphaapi/model_patch_crs_rule_group.go +++ b/services/albwaf/v1alphaapi/model_patch_crs_rule_group.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_quotas.go b/services/albwaf/v1alphaapi/model_quotas.go index 55aa7b324..43385f4a7 100644 --- a/services/albwaf/v1alphaapi/model_quotas.go +++ b/services/albwaf/v1alphaapi/model_quotas.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_status.go b/services/albwaf/v1alphaapi/model_status.go index 75e7b9349..2e4d438c6 100644 --- a/services/albwaf/v1alphaapi/model_status.go +++ b/services/albwaf/v1alphaapi/model_status.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_update_core_rule_set_payload.go b/services/albwaf/v1alphaapi/model_update_core_rule_set_payload.go index d71fda20b..b62154bfc 100644 --- a/services/albwaf/v1alphaapi/model_update_core_rule_set_payload.go +++ b/services/albwaf/v1alphaapi/model_update_core_rule_set_payload.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_update_core_rule_set_response.go b/services/albwaf/v1alphaapi/model_update_core_rule_set_response.go index 3714cf1e8..6bc26150b 100644 --- a/services/albwaf/v1alphaapi/model_update_core_rule_set_response.go +++ b/services/albwaf/v1alphaapi/model_update_core_rule_set_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_update_rules_payload.go b/services/albwaf/v1alphaapi/model_update_rules_payload.go index d96edae95..c982d6931 100644 --- a/services/albwaf/v1alphaapi/model_update_rules_payload.go +++ b/services/albwaf/v1alphaapi/model_update_rules_payload.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_update_rules_response.go b/services/albwaf/v1alphaapi/model_update_rules_response.go index 81eca22c0..ba55d5bab 100644 --- a/services/albwaf/v1alphaapi/model_update_rules_response.go +++ b/services/albwaf/v1alphaapi/model_update_rules_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_update_waf_payload.go b/services/albwaf/v1alphaapi/model_update_waf_payload.go index 8d1c1ae25..62d386d6d 100644 --- a/services/albwaf/v1alphaapi/model_update_waf_payload.go +++ b/services/albwaf/v1alphaapi/model_update_waf_payload.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_update_waf_response.go b/services/albwaf/v1alphaapi/model_update_waf_response.go index 95889067c..3724a8f7e 100644 --- a/services/albwaf/v1alphaapi/model_update_waf_response.go +++ b/services/albwaf/v1alphaapi/model_update_waf_response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/model_waf_config_quota.go b/services/albwaf/v1alphaapi/model_waf_config_quota.go index a8cb7e4bd..90c392de6 100644 --- a/services/albwaf/v1alphaapi/model_waf_config_quota.go +++ b/services/albwaf/v1alphaapi/model_waf_config_quota.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/response.go b/services/albwaf/v1alphaapi/response.go index 6452dea3c..c1843a83f 100644 --- a/services/albwaf/v1alphaapi/response.go +++ b/services/albwaf/v1alphaapi/response.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */ diff --git a/services/albwaf/v1alphaapi/utils.go b/services/albwaf/v1alphaapi/utils.go index 858295fa3..8f23f2b27 100644 --- a/services/albwaf/v1alphaapi/utils.go +++ b/services/albwaf/v1alphaapi/utils.go @@ -1,7 +1,7 @@ /* STACKIT Application Load Balancer Web Application Firewall API -### DEPRECATED! Use v2alpha instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. +### DEPRECATED! Use v1beta instead. Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have OWASP core rule set enabled and in addition can have custom rule configurations. To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. API version: 1alpha.0.0 */