|
11 | 11 | Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12 | 12 |
|
13 | 13 | Do not edit the class manually.
|
14 |
| -""" # noqa: E501 docstring might be too long |
| 14 | +""" # noqa: E501 |
15 | 15 |
|
16 | 16 |
|
17 | 17 | __version__ = "1.0.0"
|
18 | 18 |
|
| 19 | +# Define package exports |
| 20 | +__all__ = [ |
| 21 | + "DefaultApi", |
| 22 | + "ApiResponse", |
| 23 | + "ApiClient", |
| 24 | + "HostConfiguration", |
| 25 | + "OpenApiException", |
| 26 | + "ApiTypeError", |
| 27 | + "ApiValueError", |
| 28 | + "ApiKeyError", |
| 29 | + "ApiAttributeError", |
| 30 | + "ApiException", |
| 31 | + "Backup", |
| 32 | + "CreateBackupResponseItem", |
| 33 | + "CreateInstancePayload", |
| 34 | + "CreateInstanceResponse", |
| 35 | + "Credentials", |
| 36 | + "CredentialsListItem", |
| 37 | + "CredentialsResponse", |
| 38 | + "Error", |
| 39 | + "GetMetricsResponse", |
| 40 | + "Instance", |
| 41 | + "InstanceLastOperation", |
| 42 | + "InstanceParameters", |
| 43 | + "InstanceSchema", |
| 44 | + "ListBackupsResponse", |
| 45 | + "ListCredentialsResponse", |
| 46 | + "ListInstancesResponse", |
| 47 | + "ListOfferingsResponse", |
| 48 | + "ListRestoresResponse", |
| 49 | + "ModelSchema", |
| 50 | + "Offering", |
| 51 | + "PartialUpdateInstancePayload", |
| 52 | + "Plan", |
| 53 | + "RawCredentials", |
| 54 | + "Restore", |
| 55 | + "TriggerRestoreResponse", |
| 56 | + "UpdateBackupsConfigPayload", |
| 57 | + "UpdateBackupsConfigResponse", |
| 58 | +] |
| 59 | + |
19 | 60 | # import apis into sdk package
|
20 |
| -from stackit.opensearch.api.default_api import DefaultApi |
21 |
| -from stackit.opensearch.api_client import ApiClient |
| 61 | +from stackit.opensearch.api.default_api import DefaultApi as DefaultApi |
| 62 | +from stackit.opensearch.api_client import ApiClient as ApiClient |
22 | 63 |
|
23 | 64 | # import ApiClient
|
24 |
| -from stackit.opensearch.api_response import ApiResponse |
25 |
| -from stackit.opensearch.configuration import HostConfiguration |
26 |
| -from stackit.opensearch.exceptions import ( |
27 |
| - ApiAttributeError, |
28 |
| - ApiException, |
29 |
| - ApiKeyError, |
30 |
| - ApiTypeError, |
31 |
| - ApiValueError, |
32 |
| - OpenApiException, |
33 |
| -) |
| 65 | +from stackit.opensearch.api_response import ApiResponse as ApiResponse |
| 66 | +from stackit.opensearch.configuration import HostConfiguration as HostConfiguration |
| 67 | +from stackit.opensearch.exceptions import ApiAttributeError as ApiAttributeError |
| 68 | +from stackit.opensearch.exceptions import ApiException as ApiException |
| 69 | +from stackit.opensearch.exceptions import ApiKeyError as ApiKeyError |
| 70 | +from stackit.opensearch.exceptions import ApiTypeError as ApiTypeError |
| 71 | +from stackit.opensearch.exceptions import ApiValueError as ApiValueError |
| 72 | +from stackit.opensearch.exceptions import OpenApiException as OpenApiException |
34 | 73 |
|
35 | 74 | # import models into sdk package
|
36 |
| -from stackit.opensearch.models.backup import Backup |
| 75 | +from stackit.opensearch.models.backup import Backup as Backup |
37 | 76 | from stackit.opensearch.models.create_backup_response_item import (
|
38 |
| - CreateBackupResponseItem, |
39 |
| -) |
40 |
| -from stackit.opensearch.models.create_instance_payload import CreateInstancePayload |
41 |
| -from stackit.opensearch.models.create_instance_response import CreateInstanceResponse |
42 |
| -from stackit.opensearch.models.credentials import Credentials |
43 |
| -from stackit.opensearch.models.credentials_list_item import CredentialsListItem |
44 |
| -from stackit.opensearch.models.credentials_response import CredentialsResponse |
45 |
| -from stackit.opensearch.models.error import Error |
46 |
| -from stackit.opensearch.models.get_metrics_response import GetMetricsResponse |
47 |
| -from stackit.opensearch.models.instance import Instance |
48 |
| -from stackit.opensearch.models.instance_last_operation import InstanceLastOperation |
49 |
| -from stackit.opensearch.models.instance_parameters import InstanceParameters |
50 |
| -from stackit.opensearch.models.instance_schema import InstanceSchema |
51 |
| -from stackit.opensearch.models.list_backups_response import ListBackupsResponse |
52 |
| -from stackit.opensearch.models.list_credentials_response import ListCredentialsResponse |
53 |
| -from stackit.opensearch.models.list_instances_response import ListInstancesResponse |
54 |
| -from stackit.opensearch.models.list_offerings_response import ListOfferingsResponse |
55 |
| -from stackit.opensearch.models.list_restores_response import ListRestoresResponse |
56 |
| -from stackit.opensearch.models.model_schema import ModelSchema |
57 |
| -from stackit.opensearch.models.offering import Offering |
| 77 | + CreateBackupResponseItem as CreateBackupResponseItem, |
| 78 | +) |
| 79 | +from stackit.opensearch.models.create_instance_payload import ( |
| 80 | + CreateInstancePayload as CreateInstancePayload, |
| 81 | +) |
| 82 | +from stackit.opensearch.models.create_instance_response import ( |
| 83 | + CreateInstanceResponse as CreateInstanceResponse, |
| 84 | +) |
| 85 | +from stackit.opensearch.models.credentials import Credentials as Credentials |
| 86 | +from stackit.opensearch.models.credentials_list_item import ( |
| 87 | + CredentialsListItem as CredentialsListItem, |
| 88 | +) |
| 89 | +from stackit.opensearch.models.credentials_response import ( |
| 90 | + CredentialsResponse as CredentialsResponse, |
| 91 | +) |
| 92 | +from stackit.opensearch.models.error import Error as Error |
| 93 | +from stackit.opensearch.models.get_metrics_response import ( |
| 94 | + GetMetricsResponse as GetMetricsResponse, |
| 95 | +) |
| 96 | +from stackit.opensearch.models.instance import Instance as Instance |
| 97 | +from stackit.opensearch.models.instance_last_operation import ( |
| 98 | + InstanceLastOperation as InstanceLastOperation, |
| 99 | +) |
| 100 | +from stackit.opensearch.models.instance_parameters import ( |
| 101 | + InstanceParameters as InstanceParameters, |
| 102 | +) |
| 103 | +from stackit.opensearch.models.instance_schema import InstanceSchema as InstanceSchema |
| 104 | +from stackit.opensearch.models.list_backups_response import ( |
| 105 | + ListBackupsResponse as ListBackupsResponse, |
| 106 | +) |
| 107 | +from stackit.opensearch.models.list_credentials_response import ( |
| 108 | + ListCredentialsResponse as ListCredentialsResponse, |
| 109 | +) |
| 110 | +from stackit.opensearch.models.list_instances_response import ( |
| 111 | + ListInstancesResponse as ListInstancesResponse, |
| 112 | +) |
| 113 | +from stackit.opensearch.models.list_offerings_response import ( |
| 114 | + ListOfferingsResponse as ListOfferingsResponse, |
| 115 | +) |
| 116 | +from stackit.opensearch.models.list_restores_response import ( |
| 117 | + ListRestoresResponse as ListRestoresResponse, |
| 118 | +) |
| 119 | +from stackit.opensearch.models.model_schema import ModelSchema as ModelSchema |
| 120 | +from stackit.opensearch.models.offering import Offering as Offering |
58 | 121 | from stackit.opensearch.models.partial_update_instance_payload import (
|
59 |
| - PartialUpdateInstancePayload, |
| 122 | + PartialUpdateInstancePayload as PartialUpdateInstancePayload, |
| 123 | +) |
| 124 | +from stackit.opensearch.models.plan import Plan as Plan |
| 125 | +from stackit.opensearch.models.raw_credentials import RawCredentials as RawCredentials |
| 126 | +from stackit.opensearch.models.restore import Restore as Restore |
| 127 | +from stackit.opensearch.models.trigger_restore_response import ( |
| 128 | + TriggerRestoreResponse as TriggerRestoreResponse, |
60 | 129 | )
|
61 |
| -from stackit.opensearch.models.plan import Plan |
62 |
| -from stackit.opensearch.models.raw_credentials import RawCredentials |
63 |
| -from stackit.opensearch.models.restore import Restore |
64 |
| -from stackit.opensearch.models.trigger_restore_response import TriggerRestoreResponse |
65 | 130 | from stackit.opensearch.models.update_backups_config_payload import (
|
66 |
| - UpdateBackupsConfigPayload, |
| 131 | + UpdateBackupsConfigPayload as UpdateBackupsConfigPayload, |
67 | 132 | )
|
68 | 133 | from stackit.opensearch.models.update_backups_config_response import (
|
69 |
| - UpdateBackupsConfigResponse, |
| 134 | + UpdateBackupsConfigResponse as UpdateBackupsConfigResponse, |
70 | 135 | )
|
0 commit comments