diff --git a/services/kms/oas_commit b/services/kms/oas_commit index a978700c7..0f8ce352b 100644 --- a/services/kms/oas_commit +++ b/services/kms/oas_commit @@ -1 +1 @@ -467fe4d305e48699c34835e45fd1c7b486be01d2 +876a48fb56473c7c844baa697906d461c0675f47 diff --git a/services/kms/src/stackit/kms/__init__.py b/services/kms/src/stackit/kms/__init__.py index c54ea7bc7..b8ff2e00b 100644 --- a/services/kms/src/stackit/kms/__init__.py +++ b/services/kms/src/stackit/kms/__init__.py @@ -3,16 +3,17 @@ # flake8: noqa """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 + __version__ = "1.0.0" # Define package exports diff --git a/services/kms/src/stackit/kms/api/default_api.py b/services/kms/src/stackit/kms/api/default_api.py index 0a6affdfb..2952fa330 100644 --- a/services/kms/src/stackit/kms/api/default_api.py +++ b/services/kms/src/stackit/kms/api/default_api.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from typing import Any, Dict, List, Optional, Tuple, Union diff --git a/services/kms/src/stackit/kms/api_client.py b/services/kms/src/stackit/kms/api_client.py index 6c3bd73a4..00d834d57 100644 --- a/services/kms/src/stackit/kms/api_client.py +++ b/services/kms/src/stackit/kms/api_client.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import datetime @@ -36,6 +36,7 @@ ApiException, ) + RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]] diff --git a/services/kms/src/stackit/kms/api_response.py b/services/kms/src/stackit/kms/api_response.py index ca801da0b..b3ba14a1d 100644 --- a/services/kms/src/stackit/kms/api_response.py +++ b/services/kms/src/stackit/kms/api_response.py @@ -6,6 +6,7 @@ from pydantic import BaseModel, Field, StrictBytes, StrictInt + T = TypeVar("T") diff --git a/services/kms/src/stackit/kms/configuration.py b/services/kms/src/stackit/kms/configuration.py index 0787e7c86..b689c568a 100644 --- a/services/kms/src/stackit/kms/configuration.py +++ b/services/kms/src/stackit/kms/configuration.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import sys @@ -18,6 +18,7 @@ import os + ServerVariablesT = Dict[str, str] diff --git a/services/kms/src/stackit/kms/exceptions.py b/services/kms/src/stackit/kms/exceptions.py index f51cea814..0197b2264 100644 --- a/services/kms/src/stackit/kms/exceptions.py +++ b/services/kms/src/stackit/kms/exceptions.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from typing import Any, Optional diff --git a/services/kms/src/stackit/kms/models/__init__.py b/services/kms/src/stackit/kms/models/__init__.py index d7c60217e..b2e8705b4 100644 --- a/services/kms/src/stackit/kms/models/__init__.py +++ b/services/kms/src/stackit/kms/models/__init__.py @@ -2,14 +2,14 @@ # flake8: noqa """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 # import models into model package diff --git a/services/kms/src/stackit/kms/models/access_scope.py b/services/kms/src/stackit/kms/models/access_scope.py index 4e31c57f2..7bca4a9d5 100644 --- a/services/kms/src/stackit/kms/models/access_scope.py +++ b/services/kms/src/stackit/kms/models/access_scope.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/algorithm.py b/services/kms/src/stackit/kms/models/algorithm.py index 38520a39c..dba894530 100644 --- a/services/kms/src/stackit/kms/models/algorithm.py +++ b/services/kms/src/stackit/kms/models/algorithm.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/create_key_payload.py b/services/kms/src/stackit/kms/models/create_key_payload.py index 5d70c2347..ff48009f8 100644 --- a/services/kms/src/stackit/kms/models/create_key_payload.py +++ b/services/kms/src/stackit/kms/models/create_key_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/create_key_ring_payload.py b/services/kms/src/stackit/kms/models/create_key_ring_payload.py index 99cfe91a4..3d98d39b1 100644 --- a/services/kms/src/stackit/kms/models/create_key_ring_payload.py +++ b/services/kms/src/stackit/kms/models/create_key_ring_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/create_wrapping_key_payload.py b/services/kms/src/stackit/kms/models/create_wrapping_key_payload.py index f4a9bf754..c49fb3c1a 100644 --- a/services/kms/src/stackit/kms/models/create_wrapping_key_payload.py +++ b/services/kms/src/stackit/kms/models/create_wrapping_key_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/decrypt_payload.py b/services/kms/src/stackit/kms/models/decrypt_payload.py index 3d6797c73..8a8d330e9 100644 --- a/services/kms/src/stackit/kms/models/decrypt_payload.py +++ b/services/kms/src/stackit/kms/models/decrypt_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/decrypted_data.py b/services/kms/src/stackit/kms/models/decrypted_data.py index e7c1469fa..0b0197702 100644 --- a/services/kms/src/stackit/kms/models/decrypted_data.py +++ b/services/kms/src/stackit/kms/models/decrypted_data.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/encrypt_payload.py b/services/kms/src/stackit/kms/models/encrypt_payload.py index fa92347da..369eb4f17 100644 --- a/services/kms/src/stackit/kms/models/encrypt_payload.py +++ b/services/kms/src/stackit/kms/models/encrypt_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/encrypted_data.py b/services/kms/src/stackit/kms/models/encrypted_data.py index 4d780a192..097011722 100644 --- a/services/kms/src/stackit/kms/models/encrypted_data.py +++ b/services/kms/src/stackit/kms/models/encrypted_data.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/http_error.py b/services/kms/src/stackit/kms/models/http_error.py index 8e265090e..384ccb549 100644 --- a/services/kms/src/stackit/kms/models/http_error.py +++ b/services/kms/src/stackit/kms/models/http_error.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/import_key_payload.py b/services/kms/src/stackit/kms/models/import_key_payload.py index 26eca8e5c..6d84fa42c 100644 --- a/services/kms/src/stackit/kms/models/import_key_payload.py +++ b/services/kms/src/stackit/kms/models/import_key_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/key.py b/services/kms/src/stackit/kms/models/key.py index 88c2b83e1..76d57ed61 100644 --- a/services/kms/src/stackit/kms/models/key.py +++ b/services/kms/src/stackit/kms/models/key.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/key_list.py b/services/kms/src/stackit/kms/models/key_list.py index 3f70b0337..11f4f0b68 100644 --- a/services/kms/src/stackit/kms/models/key_list.py +++ b/services/kms/src/stackit/kms/models/key_list.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/key_ring.py b/services/kms/src/stackit/kms/models/key_ring.py index 95f50d27c..452860e1b 100644 --- a/services/kms/src/stackit/kms/models/key_ring.py +++ b/services/kms/src/stackit/kms/models/key_ring.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/key_ring_list.py b/services/kms/src/stackit/kms/models/key_ring_list.py index 0aad540b0..2a29043a2 100644 --- a/services/kms/src/stackit/kms/models/key_ring_list.py +++ b/services/kms/src/stackit/kms/models/key_ring_list.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/protection.py b/services/kms/src/stackit/kms/models/protection.py index b1dad0eb4..22a653e83 100644 --- a/services/kms/src/stackit/kms/models/protection.py +++ b/services/kms/src/stackit/kms/models/protection.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations @@ -21,13 +21,14 @@ class Protection(str, Enum): """ - The underlying system that is responsible for protecting the key material. + The underlying system that is responsible for protecting the key material. (\"hsm\" is a private preview feature). """ """ allowed enum values """ SOFTWARE = "software" + HSM = "hsm" @classmethod def from_json(cls, json_str: str) -> Self: diff --git a/services/kms/src/stackit/kms/models/purpose.py b/services/kms/src/stackit/kms/models/purpose.py index f97218940..83b4d415d 100644 --- a/services/kms/src/stackit/kms/models/purpose.py +++ b/services/kms/src/stackit/kms/models/purpose.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/sign_payload.py b/services/kms/src/stackit/kms/models/sign_payload.py index df3a707b1..fc8311dde 100644 --- a/services/kms/src/stackit/kms/models/sign_payload.py +++ b/services/kms/src/stackit/kms/models/sign_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/signed_data.py b/services/kms/src/stackit/kms/models/signed_data.py index 34d6206de..e6852ba2c 100644 --- a/services/kms/src/stackit/kms/models/signed_data.py +++ b/services/kms/src/stackit/kms/models/signed_data.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/verified_data.py b/services/kms/src/stackit/kms/models/verified_data.py index 641445779..3d1aa5cbb 100644 --- a/services/kms/src/stackit/kms/models/verified_data.py +++ b/services/kms/src/stackit/kms/models/verified_data.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/verify_payload.py b/services/kms/src/stackit/kms/models/verify_payload.py index d53980fa4..a61d2bc12 100644 --- a/services/kms/src/stackit/kms/models/verify_payload.py +++ b/services/kms/src/stackit/kms/models/verify_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/version.py b/services/kms/src/stackit/kms/models/version.py index 2f1eb292e..2227933ea 100644 --- a/services/kms/src/stackit/kms/models/version.py +++ b/services/kms/src/stackit/kms/models/version.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/version_list.py b/services/kms/src/stackit/kms/models/version_list.py index e3f3587b5..7ef5a9826 100644 --- a/services/kms/src/stackit/kms/models/version_list.py +++ b/services/kms/src/stackit/kms/models/version_list.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/wrapping_algorithm.py b/services/kms/src/stackit/kms/models/wrapping_algorithm.py index df12a0923..d5a54f5fb 100644 --- a/services/kms/src/stackit/kms/models/wrapping_algorithm.py +++ b/services/kms/src/stackit/kms/models/wrapping_algorithm.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/wrapping_key.py b/services/kms/src/stackit/kms/models/wrapping_key.py index 2e6cb8e9c..aacef537b 100644 --- a/services/kms/src/stackit/kms/models/wrapping_key.py +++ b/services/kms/src/stackit/kms/models/wrapping_key.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/wrapping_key_list.py b/services/kms/src/stackit/kms/models/wrapping_key_list.py index f11b32147..777f6b24f 100644 --- a/services/kms/src/stackit/kms/models/wrapping_key_list.py +++ b/services/kms/src/stackit/kms/models/wrapping_key_list.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/models/wrapping_purpose.py b/services/kms/src/stackit/kms/models/wrapping_purpose.py index 554e49cc5..fb8b979ef 100644 --- a/services/kms/src/stackit/kms/models/wrapping_purpose.py +++ b/services/kms/src/stackit/kms/models/wrapping_purpose.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/kms/src/stackit/kms/rest.py b/services/kms/src/stackit/kms/rest.py index df56a561c..0595e7b31 100644 --- a/services/kms/src/stackit/kms/rest.py +++ b/services/kms/src/stackit/kms/rest.py @@ -1,14 +1,14 @@ # coding: utf-8 """ -STACKIT Key Management Service API + STACKIT Key Management Service API -This API provides endpoints for managing keys and key rings. + This API provides endpoints for managing keys and key rings. -The version of the OpenAPI document: 1.0.0 -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0.0 + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import io @@ -21,6 +21,7 @@ from stackit.kms.exceptions import ApiException, ApiValueError + RESTResponseType = requests.Response