Skip to content

Commit cf68bc5

Browse files
Generator: Update SDK /services/cdn (#3869)
1 parent 5e37fd1 commit cf68bc5

File tree

170 files changed

+4303
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+4303
-190
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,29 @@
1010
- Add `Etag` field to `Role` model struct
1111
- [v0.9.1](services/authorization/CHANGELOG.md#v091)
1212
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
13-
- `cdn`: [v1.8.1](services/cdn/CHANGELOG.md#v181) (formerly `v2.1.1`)
14-
- **Note: This release was formerly known as `v2.1.1` and was re-tagged as `v1.8.1`, see statement in the [changelog of the STACKIT CDN SDK module](services/cdn/CHANGELOG).**
15-
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
13+
- `cdn`:
14+
- [v1.9.0](services/cdn/CHANGELOG.md#v190)
15+
- **Feature:** Switch from `v1beta2` CDN API version to `v1` version.
16+
- **Feature:** Add new function `GetLogsSearchFilters`
17+
- **Feature:** Add `WafAction` method to `ApiGetLogsRequest` struct
18+
- **Feature:** Add `Reason` field to `WafStatusRuleBlock` model struct
19+
- **Feature:** Add fields to `WafConfig` and `WafConfigPatch` model struct:
20+
- `AllowedHttpMethods`
21+
- `AllowedHttpVersions`
22+
- `AllowedRequestContentTypes`
23+
- `DisabledRuleCollectionIds`
24+
- `DisabledRuleGroupIds`
25+
- `DisabledRuleIds`
26+
- `EnabledRuleCollectionIds`
27+
- `EnabledRuleGroupIds`
28+
- `EnabledRuleIds`
29+
- `LogOnlyRuleCollectionIds`
30+
- `LogOnlyRuleGroupIds`
31+
- `LogOnlyRuleIds`
32+
- `ParanoiaLevel`
33+
- [v1.8.1](services/cdn/CHANGELOG.md#v181) (formerly `v2.1.1`)
34+
- **Note: This release was formerly known as `v2.1.1` and was re-tagged as `v1.8.1`, see statement in the [changelog of the STACKIT CDN SDK module](services/cdn/CHANGELOG).**
35+
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
1636
- `certificates`: [v1.1.2](services/certificates/CHANGELOG.md#v112)
1737
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
1838
- `dns`: [v0.17.2](services/dns/CHANGELOG.md#v0172)

services/cdn/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v1.9.0
2+
- **Feature:** Switch from `v1beta2` CDN API version to `v1` version.
3+
- **Feature:** Add new function `GetLogsSearchFilters`
4+
- **Feature:** Add `WafAction` method to `ApiGetLogsRequest` struct
5+
- **Feature:** Add `Reason` field to `WafStatusRuleBlock` model struct
6+
- **Feature:** Add fields to `WafConfig` and `WafConfigPatch` model struct:
7+
- `AllowedHttpMethods`
8+
- `AllowedHttpVersions`
9+
- `AllowedRequestContentTypes`
10+
- `DisabledRuleCollectionIds`
11+
- `DisabledRuleGroupIds`
12+
- `DisabledRuleIds`
13+
- `EnabledRuleCollectionIds`
14+
- `EnabledRuleGroupIds`
15+
- `EnabledRuleIds`
16+
- `LogOnlyRuleCollectionIds`
17+
- `LogOnlyRuleGroupIds`
18+
- `LogOnlyRuleIds`
19+
- `ParanoiaLevel`
20+
121
## v1.8.1
222
- **Note: This release was formerly known as `v2.1.1` and was re-tagged, see statement below.**
323
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`

services/cdn/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.1
1+
v1.9.0

services/cdn/api_default.go

Lines changed: 240 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/api_default_test.go

Lines changed: 69 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/model_bucket_backend.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/model_bucket_backend_create.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/model_bucket_backend_create_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)