Skip to content

Commit bc67af4

Browse files
Generate code for 4.13.0
1 parent ee07294 commit bc67af4

File tree

82 files changed

+431
-350
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

+431
-350
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.12.0
8+
The version of the OpenAPI document: 4.13.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: 10 additions & 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.12.0
8+
The version of the OpenAPI document: 4.13.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -368,6 +368,7 @@ def delete_fault_rules(
368368

369369
_response_types_map: Dict[str, Optional[str]] = {
370370
'200': "List[FaultRule]",
371+
'400': None,
371372
}
372373
response_data = self.api_client.call_api(
373374
*_param,
@@ -435,6 +436,7 @@ def delete_fault_rules_with_http_info(
435436

436437
_response_types_map: Dict[str, Optional[str]] = {
437438
'200': "List[FaultRule]",
439+
'400': None,
438440
}
439441
response_data = self.api_client.call_api(
440442
*_param,
@@ -502,6 +504,7 @@ def delete_fault_rules_without_preload_content(
502504

503505
_response_types_map: Dict[str, Optional[str]] = {
504506
'200': "List[FaultRule]",
507+
'400': None,
505508
}
506509
response_data = self.api_client.call_api(
507510
*_param,
@@ -1132,6 +1135,7 @@ def set_fault_rules(
11321135

11331136
_response_types_map: Dict[str, Optional[str]] = {
11341137
'200': "List[FaultRule]",
1138+
'400': None,
11351139
}
11361140
response_data = self.api_client.call_api(
11371141
*_param,
@@ -1199,6 +1203,7 @@ def set_fault_rules_with_http_info(
11991203

12001204
_response_types_map: Dict[str, Optional[str]] = {
12011205
'200': "List[FaultRule]",
1206+
'400': None,
12021207
}
12031208
response_data = self.api_client.call_api(
12041209
*_param,
@@ -1266,6 +1271,7 @@ def set_fault_rules_without_preload_content(
12661271

12671272
_response_types_map: Dict[str, Optional[str]] = {
12681273
'200': "List[FaultRule]",
1274+
'400': None,
12691275
}
12701276
response_data = self.api_client.call_api(
12711277
*_param,
@@ -1406,6 +1412,7 @@ def set_network_effects(
14061412

14071413
_response_types_map: Dict[str, Optional[str]] = {
14081414
'200': "NetworkEffectsConfig",
1415+
'400': None,
14091416
}
14101417
response_data = self.api_client.call_api(
14111418
*_param,
@@ -1473,6 +1480,7 @@ def set_network_effects_with_http_info(
14731480

14741481
_response_types_map: Dict[str, Optional[str]] = {
14751482
'200': "NetworkEffectsConfig",
1483+
'400': None,
14761484
}
14771485
response_data = self.api_client.call_api(
14781486
*_param,
@@ -1540,6 +1548,7 @@ def set_network_effects_without_preload_content(
15401548

15411549
_response_types_map: Dict[str, Optional[str]] = {
15421550
'200': "NetworkEffectsConfig",
1551+
'400': None,
15431552
}
15441553
response_data = self.api_client.call_api(
15451554
*_param,

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

Lines changed: 4 additions & 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.12.0
8+
The version of the OpenAPI document: 4.13.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -93,6 +93,7 @@ def localstack_cloudformation_deploy_get(
9393
)
9494

9595
_response_types_map: Dict[str, Optional[str]] = {
96+
'404': None,
9697
'200': "str",
9798
}
9899
response_data = self.api_client.call_api(
@@ -160,6 +161,7 @@ def localstack_cloudformation_deploy_get_with_http_info(
160161
)
161162

162163
_response_types_map: Dict[str, Optional[str]] = {
164+
'404': None,
163165
'200': "str",
164166
}
165167
response_data = self.api_client.call_api(
@@ -227,6 +229,7 @@ def localstack_cloudformation_deploy_get_without_preload_content(
227229
)
228230

229231
_response_types_map: Dict[str, Optional[str]] = {
232+
'404': None,
230233
'200': "str",
231234
}
232235
response_data = self.api_client.call_api(

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

Lines changed: 12 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.12.0
8+
The version of the OpenAPI document: 4.13.0
99
Contact: info@localstack.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -99,6 +99,7 @@ def get_config(
9999

100100
_response_types_map: Dict[str, Optional[str]] = {
101101
'200': "object",
102+
'404': None,
102103
}
103104
response_data = self.api_client.call_api(
104105
*_param,
@@ -162,6 +163,7 @@ def get_config_with_http_info(
162163

163164
_response_types_map: Dict[str, Optional[str]] = {
164165
'200': "object",
166+
'404': None,
165167
}
166168
response_data = self.api_client.call_api(
167169
*_param,
@@ -225,6 +227,7 @@ def get_config_without_preload_content(
225227

226228
_response_types_map: Dict[str, Optional[str]] = {
227229
'200': "object",
230+
'404': None,
228231
}
229232
response_data = self.api_client.call_api(
230233
*_param,
@@ -1100,6 +1103,7 @@ def get_init_script_info_stage(
11001103

11011104
_response_types_map: Dict[str, Optional[str]] = {
11021105
'200': "InitScriptsStage",
1106+
'404': "str",
11031107
}
11041108
response_data = self.api_client.call_api(
11051109
*_param,
@@ -1167,6 +1171,7 @@ def get_init_script_info_stage_with_http_info(
11671171

11681172
_response_types_map: Dict[str, Optional[str]] = {
11691173
'200': "InitScriptsStage",
1174+
'404': "str",
11701175
}
11711176
response_data = self.api_client.call_api(
11721177
*_param,
@@ -1234,6 +1239,7 @@ def get_init_script_info_stage_without_preload_content(
12341239

12351240
_response_types_map: Dict[str, Optional[str]] = {
12361241
'200': "InitScriptsStage",
1242+
'404': "str",
12371243
}
12381244
response_data = self.api_client.call_api(
12391245
*_param,
@@ -1278,7 +1284,8 @@ def _get_init_script_info_stage_serialize(
12781284
if 'Accept' not in _header_params:
12791285
_header_params['Accept'] = self.api_client.select_header_accept(
12801286
[
1281-
'application/json'
1287+
'application/json',
1288+
'text/plain'
12821289
]
12831290
)
12841291

@@ -2887,6 +2894,7 @@ def update_config_option(
28872894
_response_types_map: Dict[str, Optional[str]] = {
28882895
'200': "UpdateConfigOption200Response",
28892896
'400': None,
2897+
'404': None,
28902898
}
28912899
response_data = self.api_client.call_api(
28922900
*_param,
@@ -2955,6 +2963,7 @@ def update_config_option_with_http_info(
29552963
_response_types_map: Dict[str, Optional[str]] = {
29562964
'200': "UpdateConfigOption200Response",
29572965
'400': None,
2966+
'404': None,
29582967
}
29592968
response_data = self.api_client.call_api(
29602969
*_param,
@@ -3023,6 +3032,7 @@ def update_config_option_without_preload_content(
30233032
_response_types_map: Dict[str, Optional[str]] = {
30243033
'200': "UpdateConfigOption200Response",
30253034
'400': None,
3035+
'404': None,
30263036
}
30273037
response_data = self.api_client.call_api(
30283038
*_param,

0 commit comments

Comments
 (0)