Skip to content

Commit b9de0ce

Browse files
Generate code for 4.14.0
1 parent 995ccb1 commit b9de0ce

File tree

82 files changed

+113
-85
lines changed

Some content is hidden

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

82 files changed

+113
-85
lines changed

packages/localstack-sdk-generated/localstack/sdk/api/aws_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

packages/localstack-sdk-generated/localstack/sdk/api/chaos_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

packages/localstack-sdk-generated/localstack/sdk/api/default_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

packages/localstack-sdk-generated/localstack/sdk/api/localstack_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

packages/localstack-sdk-generated/localstack/sdk/api/pods_api.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -2073,6 +2073,7 @@ def load_pod(
20732073

20742074
_response_types_map: Dict[str, Optional[str]] = {
20752075
'200': None,
2076+
'422': "str",
20762077
}
20772078
response_data = self.api_client.call_api(
20782079
*_param,
@@ -2160,6 +2161,7 @@ def load_pod_with_http_info(
21602161

21612162
_response_types_map: Dict[str, Optional[str]] = {
21622163
'200': None,
2164+
'422': "str",
21632165
}
21642166
response_data = self.api_client.call_api(
21652167
*_param,
@@ -2247,6 +2249,7 @@ def load_pod_without_preload_content(
22472249

22482250
_response_types_map: Dict[str, Optional[str]] = {
22492251
'200': None,
2252+
'422': "str",
22502253
}
22512254
response_data = self.api_client.call_api(
22522255
*_param,
@@ -2312,7 +2315,8 @@ def _load_pod_serialize(
23122315
if 'Accept' not in _header_params:
23132316
_header_params['Accept'] = self.api_client.select_header_accept(
23142317
[
2315-
'application/x-ndjson'
2318+
'application/x-ndjson',
2319+
'text/plain'
23162320
]
23172321
)
23182322

@@ -2653,6 +2657,7 @@ def localstack_pods_post(
26532657
_response_types_map: Dict[str, Optional[str]] = {
26542658
'201': None,
26552659
'400': None,
2660+
'422': "str",
26562661
}
26572662
response_data = self.api_client.call_api(
26582663
*_param,
@@ -2721,6 +2726,7 @@ def localstack_pods_post_with_http_info(
27212726
_response_types_map: Dict[str, Optional[str]] = {
27222727
'201': None,
27232728
'400': None,
2729+
'422': "str",
27242730
}
27252731
response_data = self.api_client.call_api(
27262732
*_param,
@@ -2789,6 +2795,7 @@ def localstack_pods_post_without_preload_content(
27892795
_response_types_map: Dict[str, Optional[str]] = {
27902796
'201': None,
27912797
'400': None,
2798+
'422': "str",
27922799
}
27932800
response_data = self.api_client.call_api(
27942801
*_param,
@@ -2829,6 +2836,13 @@ def _localstack_pods_post_serialize(
28292836
# process the body parameter
28302837

28312838

2839+
# set the HTTP header `Accept`
2840+
if 'Accept' not in _header_params:
2841+
_header_params['Accept'] = self.api_client.select_header_accept(
2842+
[
2843+
'text/plain'
2844+
]
2845+
)
28322846

28332847
# set the HTTP header `Content-Type`
28342848
if _content_type:

packages/localstack-sdk-generated/localstack/sdk/api/pro_api.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -8746,6 +8746,7 @@ def load_pod(
87468746

87478747
_response_types_map: Dict[str, Optional[str]] = {
87488748
'200': None,
8749+
'422': "str",
87498750
}
87508751
response_data = self.api_client.call_api(
87518752
*_param,
@@ -8833,6 +8834,7 @@ def load_pod_with_http_info(
88338834

88348835
_response_types_map: Dict[str, Optional[str]] = {
88358836
'200': None,
8837+
'422': "str",
88368838
}
88378839
response_data = self.api_client.call_api(
88388840
*_param,
@@ -8920,6 +8922,7 @@ def load_pod_without_preload_content(
89208922

89218923
_response_types_map: Dict[str, Optional[str]] = {
89228924
'200': None,
8925+
'422': "str",
89238926
}
89248927
response_data = self.api_client.call_api(
89258928
*_param,
@@ -8985,7 +8988,8 @@ def _load_pod_serialize(
89858988
if 'Accept' not in _header_params:
89868989
_header_params['Accept'] = self.api_client.select_header_accept(
89878990
[
8988-
'application/x-ndjson'
8991+
'application/x-ndjson',
8992+
'text/plain'
89898993
]
89908994
)
89918995

@@ -9326,6 +9330,7 @@ def localstack_pods_post(
93269330
_response_types_map: Dict[str, Optional[str]] = {
93279331
'201': None,
93289332
'400': None,
9333+
'422': "str",
93299334
}
93309335
response_data = self.api_client.call_api(
93319336
*_param,
@@ -9394,6 +9399,7 @@ def localstack_pods_post_with_http_info(
93949399
_response_types_map: Dict[str, Optional[str]] = {
93959400
'201': None,
93969401
'400': None,
9402+
'422': "str",
93979403
}
93989404
response_data = self.api_client.call_api(
93999405
*_param,
@@ -9462,6 +9468,7 @@ def localstack_pods_post_without_preload_content(
94629468
_response_types_map: Dict[str, Optional[str]] = {
94639469
'201': None,
94649470
'400': None,
9471+
'422': "str",
94659472
}
94669473
response_data = self.api_client.call_api(
94679474
*_param,
@@ -9502,6 +9509,13 @@ def _localstack_pods_post_serialize(
95029509
# process the body parameter
95039510

95049511

9512+
# set the HTTP header `Accept`
9513+
if 'Accept' not in _header_params:
9514+
_header_params['Accept'] = self.api_client.select_header_accept(
9515+
[
9516+
'text/plain'
9517+
]
9518+
)
95059519

95069520
# set the HTTP header `Content-Type`
95079521
if _content_type:

packages/localstack-sdk-generated/localstack/sdk/api/replicator_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

packages/localstack-sdk-generated/localstack/sdk/api/state_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

packages/localstack-sdk-generated/localstack/sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

packages/localstack-sdk-generated/localstack/sdk/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 4.13.1
8+
The version of the OpenAPI document: 4.14.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -494,7 +494,7 @@ def to_debug_report(self) -> str:
494494
return "Python SDK Debug Report:\n"\
495495
"OS: {env}\n"\
496496
"Python Version: {pyversion}\n"\
497-
"Version of the API: 4.13.1\n"\
497+
"Version of the API: 4.14.0\n"\
498498
"SDK Package Version: 1.0.0".\
499499
format(env=sys.platform, pyversion=sys.version)
500500

0 commit comments

Comments
 (0)