|
7 | 7 |
|
8 | 8 | API used to create and manage your CDN distributions. |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 1beta.0.0 |
| 10 | + The version of the OpenAPI document: 1beta2.0.0 |
11 | 11 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
12 | 12 |
|
13 | 13 | Do not edit the class manually. |
|
28 | 28 | "ApiKeyError", |
29 | 29 | "ApiAttributeError", |
30 | 30 | "ApiException", |
| 31 | + "BucketBackend", |
| 32 | + "BucketBackendCreate", |
| 33 | + "BucketBackendPatch", |
| 34 | + "BucketCredentials", |
31 | 35 | "Config", |
| 36 | + "ConfigBackend", |
32 | 37 | "ConfigPatch", |
| 38 | + "ConfigPatchBackend", |
33 | 39 | "CreateDistributionPayload", |
| 40 | + "CreateDistributionPayloadBackend", |
34 | 41 | "CreateDistributionResponse", |
35 | 42 | "CustomDomain", |
36 | 43 | "DeleteCustomDomainResponse", |
|
46 | 53 | "ErrorDetails", |
47 | 54 | "FindCachePathsResponse", |
48 | 55 | "FindCachePathsResponseEntry", |
49 | | - "GenericJSONResponse", |
| 56 | + "GenericJsonResponse", |
50 | 57 | "GetCacheInfoResponse", |
51 | 58 | "GetCacheInfoResponseHistoryEntry", |
52 | 59 | "GetCustomDomainCustomCertificate", |
|
55 | 62 | "GetCustomDomainResponseCertificate", |
56 | 63 | "GetDistributionResponse", |
57 | 64 | "GetLogsResponse", |
58 | | - "GetLogsSearchFiltersResponse", |
59 | 65 | "GetStatisticsResponse", |
60 | 66 | "HttpBackend", |
| 67 | + "HttpBackendCreate", |
61 | 68 | "HttpBackendPatch", |
62 | 69 | "ListDistributionsResponse", |
63 | | - "ListWAFCollectionsResponse", |
| 70 | + "ListWafCollectionsResponse", |
64 | 71 | "LokiLogSink", |
| 72 | + "LokiLogSinkCreate", |
| 73 | + "LokiLogSinkCredentials", |
| 74 | + "LokiLogSinkPatch", |
65 | 75 | "Optimizer", |
66 | 76 | "OptimizerPatch", |
67 | 77 | "PatchDistributionPayload", |
68 | 78 | "PatchDistributionResponse", |
69 | | - "PatchLokiLogSink", |
70 | 79 | "PurgeCachePayload", |
71 | 80 | "PutCustomDomainCustomCertificate", |
72 | 81 | "PutCustomDomainManagedCertificate", |
|
76 | 85 | "PutCustomDomainResponseCertificate", |
77 | 86 | "Region", |
78 | 87 | "StatusError", |
79 | | - "WAFRule", |
80 | | - "WAFRuleCollection", |
81 | | - "WAFRuleGroup", |
82 | | - "WAFStatusRuleBlock", |
83 | 88 | "WafConfig", |
84 | 89 | "WafConfigPatch", |
85 | 90 | "WafMode", |
| 91 | + "WafRule", |
| 92 | + "WafRuleCollection", |
| 93 | + "WafRuleGroup", |
| 94 | + "WafStatusRuleBlock", |
86 | 95 | "WafType", |
87 | 96 | ] |
88 | 97 |
|
|
101 | 110 | from stackit.cdn.exceptions import OpenApiException as OpenApiException |
102 | 111 |
|
103 | 112 | # import models into sdk package |
| 113 | +from stackit.cdn.models.bucket_backend import BucketBackend as BucketBackend |
| 114 | +from stackit.cdn.models.bucket_backend_create import ( |
| 115 | + BucketBackendCreate as BucketBackendCreate, |
| 116 | +) |
| 117 | +from stackit.cdn.models.bucket_backend_patch import ( |
| 118 | + BucketBackendPatch as BucketBackendPatch, |
| 119 | +) |
| 120 | +from stackit.cdn.models.bucket_credentials import BucketCredentials as BucketCredentials |
104 | 121 | from stackit.cdn.models.config import Config as Config |
| 122 | +from stackit.cdn.models.config_backend import ConfigBackend as ConfigBackend |
105 | 123 | from stackit.cdn.models.config_patch import ConfigPatch as ConfigPatch |
| 124 | +from stackit.cdn.models.config_patch_backend import ( |
| 125 | + ConfigPatchBackend as ConfigPatchBackend, |
| 126 | +) |
106 | 127 | from stackit.cdn.models.create_distribution_payload import ( |
107 | 128 | CreateDistributionPayload as CreateDistributionPayload, |
108 | 129 | ) |
| 130 | +from stackit.cdn.models.create_distribution_payload_backend import ( |
| 131 | + CreateDistributionPayloadBackend as CreateDistributionPayloadBackend, |
| 132 | +) |
109 | 133 | from stackit.cdn.models.create_distribution_response import ( |
110 | 134 | CreateDistributionResponse as CreateDistributionResponse, |
111 | 135 | ) |
|
140 | 164 | FindCachePathsResponseEntry as FindCachePathsResponseEntry, |
141 | 165 | ) |
142 | 166 | from stackit.cdn.models.generic_json_response import ( |
143 | | - GenericJSONResponse as GenericJSONResponse, |
| 167 | + GenericJsonResponse as GenericJsonResponse, |
144 | 168 | ) |
145 | 169 | from stackit.cdn.models.get_cache_info_response import ( |
146 | 170 | GetCacheInfoResponse as GetCacheInfoResponse, |
|
164 | 188 | GetDistributionResponse as GetDistributionResponse, |
165 | 189 | ) |
166 | 190 | from stackit.cdn.models.get_logs_response import GetLogsResponse as GetLogsResponse |
167 | | -from stackit.cdn.models.get_logs_search_filters_response import ( |
168 | | - GetLogsSearchFiltersResponse as GetLogsSearchFiltersResponse, |
169 | | -) |
170 | 191 | from stackit.cdn.models.get_statistics_response import ( |
171 | 192 | GetStatisticsResponse as GetStatisticsResponse, |
172 | 193 | ) |
173 | 194 | from stackit.cdn.models.http_backend import HttpBackend as HttpBackend |
| 195 | +from stackit.cdn.models.http_backend_create import ( |
| 196 | + HttpBackendCreate as HttpBackendCreate, |
| 197 | +) |
174 | 198 | from stackit.cdn.models.http_backend_patch import HttpBackendPatch as HttpBackendPatch |
175 | 199 | from stackit.cdn.models.list_distributions_response import ( |
176 | 200 | ListDistributionsResponse as ListDistributionsResponse, |
177 | 201 | ) |
178 | 202 | from stackit.cdn.models.list_waf_collections_response import ( |
179 | | - ListWAFCollectionsResponse as ListWAFCollectionsResponse, |
| 203 | + ListWafCollectionsResponse as ListWafCollectionsResponse, |
180 | 204 | ) |
181 | 205 | from stackit.cdn.models.loki_log_sink import LokiLogSink as LokiLogSink |
| 206 | +from stackit.cdn.models.loki_log_sink_create import ( |
| 207 | + LokiLogSinkCreate as LokiLogSinkCreate, |
| 208 | +) |
| 209 | +from stackit.cdn.models.loki_log_sink_credentials import ( |
| 210 | + LokiLogSinkCredentials as LokiLogSinkCredentials, |
| 211 | +) |
| 212 | +from stackit.cdn.models.loki_log_sink_patch import LokiLogSinkPatch as LokiLogSinkPatch |
182 | 213 | from stackit.cdn.models.optimizer import Optimizer as Optimizer |
183 | 214 | from stackit.cdn.models.optimizer_patch import OptimizerPatch as OptimizerPatch |
184 | 215 | from stackit.cdn.models.patch_distribution_payload import ( |
|
187 | 218 | from stackit.cdn.models.patch_distribution_response import ( |
188 | 219 | PatchDistributionResponse as PatchDistributionResponse, |
189 | 220 | ) |
190 | | -from stackit.cdn.models.patch_loki_log_sink import PatchLokiLogSink as PatchLokiLogSink |
191 | 221 | from stackit.cdn.models.purge_cache_payload import ( |
192 | 222 | PurgeCachePayload as PurgeCachePayload, |
193 | 223 | ) |
|
214 | 244 | from stackit.cdn.models.waf_config import WafConfig as WafConfig |
215 | 245 | from stackit.cdn.models.waf_config_patch import WafConfigPatch as WafConfigPatch |
216 | 246 | from stackit.cdn.models.waf_mode import WafMode as WafMode |
217 | | -from stackit.cdn.models.waf_rule import WAFRule as WAFRule |
| 247 | +from stackit.cdn.models.waf_rule import WafRule as WafRule |
218 | 248 | from stackit.cdn.models.waf_rule_collection import ( |
219 | | - WAFRuleCollection as WAFRuleCollection, |
| 249 | + WafRuleCollection as WafRuleCollection, |
220 | 250 | ) |
221 | | -from stackit.cdn.models.waf_rule_group import WAFRuleGroup as WAFRuleGroup |
| 251 | +from stackit.cdn.models.waf_rule_group import WafRuleGroup as WafRuleGroup |
222 | 252 | from stackit.cdn.models.waf_status_rule_block import ( |
223 | | - WAFStatusRuleBlock as WAFStatusRuleBlock, |
| 253 | + WafStatusRuleBlock as WafStatusRuleBlock, |
224 | 254 | ) |
225 | 255 | from stackit.cdn.models.waf_type import WafType as WafType |
0 commit comments