localstack-sdk-generated 2026.3.1.dev1__py3-none-any.whl → 2026.4.1.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. localstack/sdk/api/aws_api.py +1 -1
  2. localstack/sdk/api/chaos_api.py +1 -1
  3. localstack/sdk/api/default_api.py +1 -1
  4. localstack/sdk/api/localstack_api.py +1 -1
  5. localstack/sdk/api/pods_api.py +1 -1
  6. localstack/sdk/api/pro_api.py +1 -1
  7. localstack/sdk/api/replicator_api.py +1 -1
  8. localstack/sdk/api/state_api.py +1 -1
  9. localstack/sdk/api_client.py +1 -1
  10. localstack/sdk/configuration.py +2 -2
  11. localstack/sdk/exceptions.py +1 -1
  12. localstack/sdk/models/__init__.py +1 -1
  13. localstack/sdk/models/action_and_resource.py +1 -1
  14. localstack/sdk/models/aws_pinpoint_application_id_reference_id_get200_response.py +1 -1
  15. localstack/sdk/models/check_actions_request.py +1 -1
  16. localstack/sdk/models/check_actions_request_required_permission_inner.py +1 -1
  17. localstack/sdk/models/check_actions_response.py +1 -1
  18. localstack/sdk/models/check_actions_response_source_principal.py +1 -1
  19. localstack/sdk/models/cloud_watch_metrics.py +1 -1
  20. localstack/sdk/models/cloud_watch_metrics_metrics_inner.py +1 -1
  21. localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner.py +1 -1
  22. localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner_v.py +1 -1
  23. localstack/sdk/models/cloud_watch_metrics_metrics_inner_t.py +1 -1
  24. localstack/sdk/models/cloud_watch_metrics_metrics_inner_v.py +1 -1
  25. localstack/sdk/models/create_remote_request.py +1 -1
  26. localstack/sdk/models/delete_ddb_expired_items200_response.py +1 -1
  27. localstack/sdk/models/fault_rule.py +1 -1
  28. localstack/sdk/models/fault_rule_error.py +1 -1
  29. localstack/sdk/models/get_diagnostics200_response.py +1 -1
  30. localstack/sdk/models/get_diagnostics200_response_logs.py +1 -1
  31. localstack/sdk/models/get_diagnostics200_response_version.py +1 -1
  32. localstack/sdk/models/get_diagnostics200_response_version_host.py +1 -1
  33. localstack/sdk/models/get_diagnostics200_response_version_image_version.py +1 -1
  34. localstack/sdk/models/get_diagnostics200_response_version_localstack_version.py +1 -1
  35. localstack/sdk/models/get_features_and_services200_response.py +1 -1
  36. localstack/sdk/models/get_lambda_runtimes200_response.py +1 -1
  37. localstack/sdk/models/get_ses_messages200_response.py +1 -1
  38. localstack/sdk/models/get_sns_subscription_token200_response.py +1 -1
  39. localstack/sdk/models/iam_config.py +1 -1
  40. localstack/sdk/models/init_scripts.py +1 -1
  41. localstack/sdk/models/init_scripts_completed.py +1 -1
  42. localstack/sdk/models/init_scripts_scripts_inner.py +1 -1
  43. localstack/sdk/models/init_scripts_stage.py +1 -1
  44. localstack/sdk/models/init_scripts_stage_scripts_inner.py +1 -1
  45. localstack/sdk/models/list_remotes200_response.py +1 -1
  46. localstack/sdk/models/load_service.py +1 -1
  47. localstack/sdk/models/localstack_pods_environment_get200_response.py +1 -1
  48. localstack/sdk/models/localstack_stackinfo_get200_response.py +1 -1
  49. localstack/sdk/models/manage_session_request.py +1 -1
  50. localstack/sdk/models/message.py +1 -1
  51. localstack/sdk/models/network_effects_config.py +1 -1
  52. localstack/sdk/models/pod_list.py +1 -1
  53. localstack/sdk/models/pod_list_cloudpods_inner.py +1 -1
  54. localstack/sdk/models/pod_remote.py +1 -1
  55. localstack/sdk/models/pod_save_request.py +1 -1
  56. localstack/sdk/models/pod_versions.py +1 -1
  57. localstack/sdk/models/pod_versions_versions_inner.py +1 -1
  58. localstack/sdk/models/receive_message_request.py +1 -1
  59. localstack/sdk/models/receive_message_result.py +1 -1
  60. localstack/sdk/models/remote_config.py +1 -1
  61. localstack/sdk/models/remote_config_one_of.py +1 -1
  62. localstack/sdk/models/replication_config_mock.py +1 -1
  63. localstack/sdk/models/replication_config_single.py +1 -1
  64. localstack/sdk/models/replication_job.py +1 -1
  65. localstack/sdk/models/replication_request.py +1 -1
  66. localstack/sdk/models/replication_request_source_aws_config.py +1 -1
  67. localstack/sdk/models/replication_request_target_aws_config.py +1 -1
  68. localstack/sdk/models/replication_supported_resource.py +1 -1
  69. localstack/sdk/models/ses_destination.py +1 -1
  70. localstack/sdk/models/ses_sent_email.py +1 -1
  71. localstack/sdk/models/ses_sent_email_body.py +1 -1
  72. localstack/sdk/models/session_info.py +1 -1
  73. localstack/sdk/models/sns_message.py +1 -1
  74. localstack/sdk/models/sns_platform_endpoint_message.py +1 -1
  75. localstack/sdk/models/sns_platform_endpoint_response.py +1 -1
  76. localstack/sdk/models/sns_subscription_token_error.py +1 -1
  77. localstack/sdk/models/snssms_messages_response.py +1 -1
  78. localstack/sdk/models/state_result.py +1 -1
  79. localstack/sdk/models/store_data200_response.py +1 -1
  80. localstack/sdk/models/update_config_option200_response.py +1 -1
  81. localstack/sdk/models/update_config_option_request.py +1 -1
  82. localstack/sdk/rest.py +1 -1
  83. {localstack_sdk_generated-2026.3.1.dev1.dist-info → localstack_sdk_generated-2026.4.1.dev0.dist-info}/METADATA +1 -1
  84. localstack_sdk_generated-2026.4.1.dev0.dist-info/RECORD +89 -0
  85. localstack_sdk_generated-2026.3.1.dev1.dist-info/RECORD +0 -89
  86. {localstack_sdk_generated-2026.3.1.dev1.dist-info → localstack_sdk_generated-2026.4.1.dev0.dist-info}/WHEEL +0 -0
  87. {localstack_sdk_generated-2026.3.1.dev1.dist-info → localstack_sdk_generated-2026.4.1.dev0.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -494,7 +494,7 @@ class Configuration:
494
494
  return "Python SDK Debug Report:\n"\
495
495
  "OS: {env}\n"\
496
496
  "Python Version: {pyversion}\n"\
497
- "Version of the API: 2026.3.0\n"\
497
+ "Version of the API: 2026.4.0\n"\
498
498
  "SDK Package Version: 1.0.0".\
499
499
  format(env=sys.platform, pyversion=sys.version)
500
500
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
8
 
9
- The version of the OpenAPI document: 2026.3.0
9
+ The version of the OpenAPI document: 2026.4.0
10
10
  Contact: info@localstack.cloud
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
localstack/sdk/rest.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 2026.3.0
8
+ The version of the OpenAPI document: 2026.4.0
9
9
  Contact: info@localstack.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: localstack-sdk-generated
3
- Version: 2026.3.1.dev1
3
+ Version: 2026.4.1.dev0
4
4
  Summary: LocalStack REST API - Generated Code
5
5
  Author-email: LocalStack Contributors <info@localstack.cloud>
6
6
  Requires-Dist: urllib3<3.0.0,>=1.25.3
@@ -0,0 +1,89 @@
1
+ localstack/sdk/api_client.py,sha256=MnsZyxQZZP_5dRoOmMi8BW3rfbSPCTnwUhJDRXDj-s8,27517
2
+ localstack/sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
3
+ localstack/sdk/configuration.py,sha256=mrFFviNdP8wrCRpwTPzd5jhcuSUmCHgfGFNkB7HjLGc,18093
4
+ localstack/sdk/exceptions.py,sha256=dZvJ3sRlsV7A6ipA44dVkYdeobb63kR8wHHw13PAue0,6022
5
+ localstack/sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ localstack/sdk/rest.py,sha256=l5HlGfycfXRvmqfWnsKP9nkOfnwN_iof5nMzh0sXogA,9690
7
+ localstack/sdk/api/__init__.py,sha256=VkDPsTG0E14bdK27p41vkHCcuJYvTJ1oEM3_PUrdgwg,462
8
+ localstack/sdk/api/aws_api.py,sha256=Qrs-TSYLij_Y67VILnPjf4oR4fNyzamfkz4LJhwggBk,327751
9
+ localstack/sdk/api/chaos_api.py,sha256=EEaHujKoklqZdHG1ohfsKpSKNsEwLZRE2LvlcUq8a7g,62692
10
+ localstack/sdk/api/default_api.py,sha256=ygWNpl5EYGjGO-yhVU1kZPvS-YUKt2Nip7dFDQvnlzI,28261
11
+ localstack/sdk/api/localstack_api.py,sha256=zEgk8xeK-vVWdj0e6PygTpADeWyUSx_i8HbyzuG0ONw,118104
12
+ localstack/sdk/api/pods_api.py,sha256=rC-XcbO889mBtwLUD2DX0RarOjE2h1WoAX7wZgcwo9A,148353
13
+ localstack/sdk/api/pro_api.py,sha256=A_b_Oew4yEtMmdMVLk5MRoDwyY6-voueIyQHgxZLTrk,497555
14
+ localstack/sdk/api/replicator_api.py,sha256=8Wa7fvdfN1k4GIW9Bkj2WG7WPyFnf_K9SO3sA_JEmtE,40981
15
+ localstack/sdk/api/state_api.py,sha256=vtaC88DOFZSGUMzjPA82qT2Shd3VZ4pTDRWQhrX4Dds,61671
16
+ localstack/sdk/models/__init__.py,sha256=KmkbXOfPwCskjSiB3P6l3EPBVSqU2GLtDdzYA-ASR6M,6290
17
+ localstack/sdk/models/action_and_resource.py,sha256=A2TEXQvAh3MHxCRHUxr163orKWibuSL4KXhC_gF3Dw4,3392
18
+ localstack/sdk/models/aws_pinpoint_application_id_reference_id_get200_response.py,sha256=OOvCQBtbKJQmtrjGGaQEPWZp1GNckJtsWdeZo-QJI-k,6253
19
+ localstack/sdk/models/check_actions_request.py,sha256=1bYhcAhLeJbi_uCoQjcVQ4752bG36pu9RcAGMMAsJD4,3719
20
+ localstack/sdk/models/check_actions_request_required_permission_inner.py,sha256=C8bwSqFiFMigLJHtWtYSF8WKPtjrmCkkON8-Olgy4eY,2842
21
+ localstack/sdk/models/check_actions_response.py,sha256=VhLLoH7doDKOJfTvkA1H0tON00Z0-XWtIMXda7UWMgE,5877
22
+ localstack/sdk/models/check_actions_response_source_principal.py,sha256=WuiDf7vcsCusXFDE022s9AgK1OF3-GTBYVFlyjIVlwU,2907
23
+ localstack/sdk/models/cloud_watch_metrics.py,sha256=7yTMT2TC_gQIpyoWom-gecs7DWBrbzYwuxWYjB67bLY,3685
24
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner.py,sha256=5gxqvIt3dE5mgjTv-snez-XbwVSsM-dMiAgki1HgC84,4325
25
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner.py,sha256=eyx-3A90hU83_-qXjk9rQ4C566Y52Eax8FRuNbxreXY,3057
26
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner_v.py,sha256=BlX9Bst-waiTQdkn2R7Z-S2WMpfVQdkp-WQ0LWRiVSc,5435
27
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner_t.py,sha256=nAGlEkOt0SChmMYeGJGHn96u9YPqKo82PDte-PkHgbk,5533
28
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner_v.py,sha256=HXLN_wr4B_0yp7DkxI6CzrnlidP7lJuV-uCQKdpqNvM,5390
29
+ localstack/sdk/models/create_remote_request.py,sha256=DAW4ICvB5phQsPpl-vtRUoaPoqYMs_9kpK3l7Rj9PzM,2829
30
+ localstack/sdk/models/delete_ddb_expired_items200_response.py,sha256=AR4CZ9ByKSnWs8I4BhokV2HdMHqI55IIAlawX5Z0O9A,3316
31
+ localstack/sdk/models/fault_rule.py,sha256=7rzvRlhP5gL2KLBNcNjmyVY1if2rDFGgoUTYfGgGfm0,5816
32
+ localstack/sdk/models/fault_rule_error.py,sha256=4P0CZVq2rKnxIGxR98qcdapyYzrM64YvgQGjbgvpad0,3348
33
+ localstack/sdk/models/get_diagnostics200_response.py,sha256=N92JCPUTlqLJwZqov-L_7XZzbGWTgv439HRr5eS2CDU,5423
34
+ localstack/sdk/models/get_diagnostics200_response_logs.py,sha256=LM6RvvI_tDEG2AxPeDSE_S9s8IrSPJO6NPyui6qk7oc,3185
35
+ localstack/sdk/models/get_diagnostics200_response_version.py,sha256=lPeBowEt1nIbznTtr7-OOHimm4OEPp54MmOw-G-LVV0,4806
36
+ localstack/sdk/models/get_diagnostics200_response_version_host.py,sha256=cJlcD3lSktoUlZgsWJUkK4QXiPJQcs8kecDQTvPsfxA,3213
37
+ localstack/sdk/models/get_diagnostics200_response_version_image_version.py,sha256=97Rt9BYsWi_lmrTBt6bwkK3rE84Q9SLdjCHZpEqZEnI,3440
38
+ localstack/sdk/models/get_diagnostics200_response_version_localstack_version.py,sha256=LjVnrf-MLNYoLDA5ayrjPRUYDeQvMEf6SZpSxWznH6I,3585
39
+ localstack/sdk/models/get_features_and_services200_response.py,sha256=DFrXe6B6ZN4i5g61Uy70IR9GTm9wqgVKCpH_BjHZ5q8,3809
40
+ localstack/sdk/models/get_lambda_runtimes200_response.py,sha256=GAdIot8cR_kn3tqStcXgqZNgxdbg65XPyb2PmUS9i94,3228
41
+ localstack/sdk/models/get_ses_messages200_response.py,sha256=cqPraLfsSb-5oiCdDeU6kT1rm3b8CQNqQ2D05G0KTAk,3659
42
+ localstack/sdk/models/get_sns_subscription_token200_response.py,sha256=qb_yt99r4cijZzLDc1UltIHIksuUlU4xNT9HRoE06lA,3366
43
+ localstack/sdk/models/iam_config.py,sha256=j6YAo7X2UEX68DqPMbXDR6d4FDSv4LToiHZcVJY25cc,3600
44
+ localstack/sdk/models/init_scripts.py,sha256=2H3-qlscbDvjFhPys3gQzs4ylCHme65R13ZLd_12BM4,4057
45
+ localstack/sdk/models/init_scripts_completed.py,sha256=AOeM3NIu7PV-2l3L1TQCBoUrNbQdOEbakCa4nviEZ4k,2871
46
+ localstack/sdk/models/init_scripts_scripts_inner.py,sha256=6A--tw0_m1QiAEQsu8TBCYVtY9su0muONOsQWqVIPx4,2696
47
+ localstack/sdk/models/init_scripts_stage.py,sha256=E8Y3yhvvWNgVh3RwnZdujdGGJjP-GMSjdI6ppj8Q_Uw,3775
48
+ localstack/sdk/models/init_scripts_stage_scripts_inner.py,sha256=-QzQRXmltGUmTHd5iXU61tve6lDHLxT5s-brHZmmlyc,2716
49
+ localstack/sdk/models/list_remotes200_response.py,sha256=hdQqvFT_FXyJCvww4gwYXjw1G_rfMTgYuZKO0i5dk7Y,3054
50
+ localstack/sdk/models/load_service.py,sha256=tWi5N5hy7_8pv0vmHhIUxuRyIkVcqlNzrDAdLgq2Luo,2697
51
+ localstack/sdk/models/localstack_pods_environment_get200_response.py,sha256=vpI0o8lmI5XH5OHMAVG8cQ39sHs1HWfF1rhFTxCXI7Y,3344
52
+ localstack/sdk/models/localstack_stackinfo_get200_response.py,sha256=0mpHekjRtFr5D4zK6nMZ9rhW7__swfK4cYMcvhSDsGA,4389
53
+ localstack/sdk/models/manage_session_request.py,sha256=6jM3vtzoATktrajjDq1wnfBEWmSa-hJmO3XI50B3Jyc,3423
54
+ localstack/sdk/models/message.py,sha256=Go7UeEBcc8RyxtFVaAoLPhKLif9SoC9ZpjjuYeuldK4,4201
55
+ localstack/sdk/models/network_effects_config.py,sha256=3nVkaNLLRXksma0x5dKv93Dt3ffBkUhyzHcGwm5gK6c,2718
56
+ localstack/sdk/models/pod_list.py,sha256=22C1XvwbStb-X8ka4nziXmrtDADsNpWRD_qIRfpniT8,3636
57
+ localstack/sdk/models/pod_list_cloudpods_inner.py,sha256=GTfWllfFgwgXrBnxEbzZsSoZcwZog-4y91LE4x1v1Bs,2830
58
+ localstack/sdk/models/pod_remote.py,sha256=ERV7i-W97-ghIS38BuUR-koIfAR3ZC9refA3LOjk3Zg,3055
59
+ localstack/sdk/models/pod_save_request.py,sha256=e3IUWmIdCjeN3ugscWIVfxqypUApWBiJN26Q9HodQ1U,2662
60
+ localstack/sdk/models/pod_versions.py,sha256=9OrKrsIb_lHITOlAb_sJ7gmojqMB2RJbOYHDXhnQzUM,3184
61
+ localstack/sdk/models/pod_versions_versions_inner.py,sha256=ZXdB6ZrgKGvow8HyUvWQ77LMMjpEG43iCTfAftko86k,4688
62
+ localstack/sdk/models/receive_message_request.py,sha256=51DsJxITJuSoNHgSa5WQKsvQ7yV_PZhPjnswo_fM34I,4039
63
+ localstack/sdk/models/receive_message_result.py,sha256=4isgoCuMhK54SBUPN32YDR99ST-JBkQ3HMW6snRkNGo,3158
64
+ localstack/sdk/models/remote_config.py,sha256=4PfiQt6OZwH3Hr46e-zsLSzL-o5BVjUAVbBjvtiIiCU,5487
65
+ localstack/sdk/models/remote_config_one_of.py,sha256=NoqiYmWhgWBbPVPs-IfzM3pZJD2A4C2nesANTSAHRj0,2542
66
+ localstack/sdk/models/replication_config_mock.py,sha256=zwhproWrf25OQjYf4FKryMEWLH4M_lNDE0vmDN9MDkc,2712
67
+ localstack/sdk/models/replication_config_single.py,sha256=dWey1Hj_Lxyay2lplLKA4dUDko5fGKkIvFxcHb_B-Rs,3362
68
+ localstack/sdk/models/replication_job.py,sha256=OlzES2yQeDUTKW71XwyRHeq3FT0vrTSGaqmjs1og-lI,3325
69
+ localstack/sdk/models/replication_request.py,sha256=qeXJ6YIow6KTRPc0A9AJCOt7uUggbL56B3jKY0ad1YU,4075
70
+ localstack/sdk/models/replication_request_source_aws_config.py,sha256=9_MITqQyoGO0P4LvHkpjmX8jaI9oTPXVAI8vgoZ-kHk,3180
71
+ localstack/sdk/models/replication_request_target_aws_config.py,sha256=L7U-0vvfBhSFBOqW6h3kG33OK74K1JpMvn1MQ-p6sFY,3181
72
+ localstack/sdk/models/replication_supported_resource.py,sha256=-Djmy9rcrxOs2ADg9AT4tP8gYk64F8NBbyEqFCUB3CI,3397
73
+ localstack/sdk/models/ses_destination.py,sha256=bO4PpMZsQkZFk9fY795SKS28mC0PR5nqmXd9zkKjHNQ,2961
74
+ localstack/sdk/models/ses_sent_email.py,sha256=oMDEN97WkGetwjJwlgLC1YXEdOsSvlGILKTD9Vw4JiE,4854
75
+ localstack/sdk/models/ses_sent_email_body.py,sha256=xrJy9wE20hE8nw8aoj6nVaMCYuVW7YtDAlvJ1Nhryuk,2662
76
+ localstack/sdk/models/session_info.py,sha256=JDPZzGt9hFhv1vdFswTdGRjcISCkjY5EYKmKJadYkzw,3271
77
+ localstack/sdk/models/sns_message.py,sha256=QK4I7oaFXVtSJyQN-Ud51jkLRYxobtlPDSXYnZLeKbE,4582
78
+ localstack/sdk/models/sns_platform_endpoint_message.py,sha256=fj2-ZIfA1JUNqfXj6aHP2PzXAx5K8QuejHL2V72aHto,3762
79
+ localstack/sdk/models/sns_platform_endpoint_response.py,sha256=cGM4qWZ9gTSYBb3hlQD9ZvYPKB-7hQgqHLDd_i9OfZ8,4078
80
+ localstack/sdk/models/sns_subscription_token_error.py,sha256=rGFXcq8GS51g0VdwA-KKzjZFPIZhhpgMT5688RJmmGA,2683
81
+ localstack/sdk/models/snssms_messages_response.py,sha256=14svpwtunPnwJ0OYEvcinHIVhyxAwV1Mer4Jf4_xek8,3761
82
+ localstack/sdk/models/state_result.py,sha256=6PlkwjuySuSSa-Va-7p-ibEfR4GvFDKAUu_2rMX9hwQ,2917
83
+ localstack/sdk/models/store_data200_response.py,sha256=-CxM9QgHy8yp3ddPda2pjg_naE8BBjgat0QLBHFm0Yo,3149
84
+ localstack/sdk/models/update_config_option200_response.py,sha256=c8lxXLlsu0wTfXCpZlvTEN05xn65mMAhlnKMdQ5GC60,3313
85
+ localstack/sdk/models/update_config_option_request.py,sha256=fb6B1cAnhKpDzaZl2kzg-zPuaFXiWoS2Yioq12CGPUs,3675
86
+ localstack_sdk_generated-2026.4.1.dev0.dist-info/METADATA,sha256=r1ytJkE_2LJGKYNWICrOzZuX03aHrc_vWe8qG8F5ooQ,327
87
+ localstack_sdk_generated-2026.4.1.dev0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
88
+ localstack_sdk_generated-2026.4.1.dev0.dist-info/top_level.txt,sha256=PT6tEKVNrkhaQAhuCgXZy42fXcDwVXSpzlB54o0CtVU,21
89
+ localstack_sdk_generated-2026.4.1.dev0.dist-info/RECORD,,
@@ -1,89 +0,0 @@
1
- localstack/sdk/api_client.py,sha256=FKA4RGVW2hRyuk7FyXD6p3_S07RgPEb8mPKagvY1Beg,27517
2
- localstack/sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
3
- localstack/sdk/configuration.py,sha256=Y1EFYN7GuKInxiv9wHgO56nnFh3cQq1nTnegklgk3SA,18093
4
- localstack/sdk/exceptions.py,sha256=YAqHdVtZXJSblaIomIpEE4gKp8JjrrpDsCg9DpAOmzY,6022
5
- localstack/sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- localstack/sdk/rest.py,sha256=UQAleMasbpYJtCszuhaY2BsulZZu5Ce-3S0472I-Mvg,9690
7
- localstack/sdk/api/__init__.py,sha256=VkDPsTG0E14bdK27p41vkHCcuJYvTJ1oEM3_PUrdgwg,462
8
- localstack/sdk/api/aws_api.py,sha256=E_wdddsD2LHi0MbgKGkhvnLZR9f5I7sG_QBEK6dZoz0,327751
9
- localstack/sdk/api/chaos_api.py,sha256=cc9kN0HfLNHUumKpv0w8n1MJvo4-4pISW4wrk0ZHWkI,62692
10
- localstack/sdk/api/default_api.py,sha256=AU_KGZFWhyASjO9x-a4AjrwV7Hb14DumHgbTQ5ChUoY,28261
11
- localstack/sdk/api/localstack_api.py,sha256=dvr5N9gO7zxnER336_R9i8ZWI1WOWz7T6syWkxGnFvg,118104
12
- localstack/sdk/api/pods_api.py,sha256=Rdd2LOsMCEOPNUfbz0h2pF6Gmwzk_E1sbkFnnOVhj9M,148353
13
- localstack/sdk/api/pro_api.py,sha256=j2V1z9YlKkycU0DtUkw9wu243AxpGU7VPDC9VsAIsVA,497555
14
- localstack/sdk/api/replicator_api.py,sha256=9OIvig-C-ClNZe-WOZ9BFpZHnZuGjVLzZidhSxxOCak,40981
15
- localstack/sdk/api/state_api.py,sha256=Fi3SEv9Mh82DqLKxD8CtsKDbKSSqn-CVsOFWYJBB9Zc,61671
16
- localstack/sdk/models/__init__.py,sha256=0GDk5R4R45ievqcqBjYTUJzzeSN48dHFLbwR12M2TdA,6290
17
- localstack/sdk/models/action_and_resource.py,sha256=84B4LjWhrvXOZg6-KoMoM9VtPPmEMMKiztrgAJxYVAQ,3392
18
- localstack/sdk/models/aws_pinpoint_application_id_reference_id_get200_response.py,sha256=PT_hnT2qd-7bBnihVhylShA-JdCH2iKu9QQxxiCMMto,6253
19
- localstack/sdk/models/check_actions_request.py,sha256=RO8CueMDhrX55ZrsKKdySrM1OMSwDaNdGR-uP1rBSt4,3719
20
- localstack/sdk/models/check_actions_request_required_permission_inner.py,sha256=YzhfKa_ulXHv0o7f5L2OwjWyJehJBBlB0P0Pu9CXe-Y,2842
21
- localstack/sdk/models/check_actions_response.py,sha256=YtAyvwGI-cieMskejj3aJOAVAGoXUhUr_SaqDDUMs1s,5877
22
- localstack/sdk/models/check_actions_response_source_principal.py,sha256=OuEnLh00A9fcc4IKF8izziaOX_77pOR3SnbTrv2M0_Y,2907
23
- localstack/sdk/models/cloud_watch_metrics.py,sha256=ojAjxLUa0CuUCZhoGHZYFgQJNSgibEennhgCTlb8ZOc,3685
24
- localstack/sdk/models/cloud_watch_metrics_metrics_inner.py,sha256=lkUAhlki5wEo-X7BTuYLtOOQWN1A-oEH-gMIyeGjh7k,4325
25
- localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner.py,sha256=fcKRw7LSyEvzQ0comRRHI_Y7uTaSNN3MzbLr8VbwgMQ,3057
26
- localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner_v.py,sha256=5BhkrRwGJWH8cEi2-Hcoa6Pdry-9zslGAgltecmLU90,5435
27
- localstack/sdk/models/cloud_watch_metrics_metrics_inner_t.py,sha256=vfxHhLnzRrwgFJUdFaka-wVGocCFZwoumvAw45IL8eM,5533
28
- localstack/sdk/models/cloud_watch_metrics_metrics_inner_v.py,sha256=I4eZ40mPfuFL7L7-Gesen3CBQiWVG_VX4YPBWrIa6Dk,5390
29
- localstack/sdk/models/create_remote_request.py,sha256=olstmms9yrHscmYb4_2XfXT2nqqHugViitS95HynYAI,2829
30
- localstack/sdk/models/delete_ddb_expired_items200_response.py,sha256=92PolVdDmozX1m6z48NJ10Y36AWdqNm55ps--DpKgL4,3316
31
- localstack/sdk/models/fault_rule.py,sha256=HaRGGQrumdaBC0vu5LrX1JtmiXI5CMvos4jQ62yl-5w,5816
32
- localstack/sdk/models/fault_rule_error.py,sha256=YvzzitRbQlVDUP2pip-isIm7ZnEwhGkgXULSzZf_ggI,3348
33
- localstack/sdk/models/get_diagnostics200_response.py,sha256=oPELl2xueYmfC9WRaZrqNNQsGF6Nmcc_9HBv6IMQWdE,5423
34
- localstack/sdk/models/get_diagnostics200_response_logs.py,sha256=hq9LTuASMcHkdqFNDmgF2kWXzvUZkkb097cVpARaIDU,3185
35
- localstack/sdk/models/get_diagnostics200_response_version.py,sha256=HIH7WfEmyuBWp9WNTkDe7vhsmgUbX6Xf7Jpwwe9qBFQ,4806
36
- localstack/sdk/models/get_diagnostics200_response_version_host.py,sha256=xA-xVzOGjnBoXFikkJ49OXa-g5ceZj9VXdR5pvc_HyA,3213
37
- localstack/sdk/models/get_diagnostics200_response_version_image_version.py,sha256=j1X4Hb3oZ22bqRpcD2I3tPnZBIN9JdE4tuNAUN7_HQs,3440
38
- localstack/sdk/models/get_diagnostics200_response_version_localstack_version.py,sha256=lTPh-mGDtsCZwEHcNLja-JFuxfiY8ovWTXMNcQlHmQw,3585
39
- localstack/sdk/models/get_features_and_services200_response.py,sha256=RxSGeeJTscIUpaCXzcZYbGdZYuOnhZw38TgQ51y4XrY,3809
40
- localstack/sdk/models/get_lambda_runtimes200_response.py,sha256=zenK0NMS5QnbANrTBwrwWHWvTEE6iuta0PHQGKEz61A,3228
41
- localstack/sdk/models/get_ses_messages200_response.py,sha256=D-PzKnMxmPLm-lqw5wJoYc6z7ABlU633wSrDMy3wPoQ,3659
42
- localstack/sdk/models/get_sns_subscription_token200_response.py,sha256=ElnC_9goAYxagfuXzE76e6W6KIheRiIyN2MDxrm-iuI,3366
43
- localstack/sdk/models/iam_config.py,sha256=eAM4y8qowPAGVNDVtb7VK8DEpG_Y0xdlwbG5M3mPIXo,3600
44
- localstack/sdk/models/init_scripts.py,sha256=cCMjXXPJoV20RAt11N8YsG06QtH2n7noncPEZVAVqNU,4057
45
- localstack/sdk/models/init_scripts_completed.py,sha256=YyfYDN5q5gwuBJvcuEQ58b-7xrYSsfiAd5VkQAYcxz4,2871
46
- localstack/sdk/models/init_scripts_scripts_inner.py,sha256=dJkS-DXRPEYZRA_7aMbzDLq8Jq9Nv2K23BD10w-EE50,2696
47
- localstack/sdk/models/init_scripts_stage.py,sha256=z5z0Ab0amHOfrhR-9LZ4k-5NhZV1-z3DMLQojd8DNks,3775
48
- localstack/sdk/models/init_scripts_stage_scripts_inner.py,sha256=wFupGBoCmT1r0ZMcX6P1nbH0UYLfGygC3O4qIW62NBI,2716
49
- localstack/sdk/models/list_remotes200_response.py,sha256=_Fpy7A4LQxyqGujkF6dh16FI0fXgcO_nnxz0Iz-62aY,3054
50
- localstack/sdk/models/load_service.py,sha256=GAM6tGmSVZjYiYADAn8qdyUIBHdj9V05rb1VX9ILimo,2697
51
- localstack/sdk/models/localstack_pods_environment_get200_response.py,sha256=51f-pqtf5jKMnRjvD8dSgfXWsSqNbbaU_rhyZBoCGfY,3344
52
- localstack/sdk/models/localstack_stackinfo_get200_response.py,sha256=wlkxTBq1kWUIg1Can630ZJXL3B7MnBZb4rO5zFFGFrQ,4389
53
- localstack/sdk/models/manage_session_request.py,sha256=rGVZgOfcbf-kD2hw_Ive2tiVg0TBf2ZLJXmjiovhY-o,3423
54
- localstack/sdk/models/message.py,sha256=l9ffSLwTnaXgLoeZpwQViScf84ylepnowVE9tvAG4KQ,4201
55
- localstack/sdk/models/network_effects_config.py,sha256=SecftFlIchfXPOUYBTrAh8SRDVsCQPyKOwnbdKOipcM,2718
56
- localstack/sdk/models/pod_list.py,sha256=IFXtt2u8vUEc4sOYNLNb7Fw0NsTbyfM7qw8akZuUkn4,3636
57
- localstack/sdk/models/pod_list_cloudpods_inner.py,sha256=mY3tA4PvvdgvbTBLllmK30X1nWN-__Attpo2FnxUiMY,2830
58
- localstack/sdk/models/pod_remote.py,sha256=zDziY-jlpR9fo9b9kqFiX_OucDGian4XVnoOouD-9C0,3055
59
- localstack/sdk/models/pod_save_request.py,sha256=00CYtSOCxWYZGS47iRJC4uZ9rzltLq2QA6wTN32NKUQ,2662
60
- localstack/sdk/models/pod_versions.py,sha256=raho0QEKpstXByC7fYesnZKiRC0Yw638isbS5NwHPIM,3184
61
- localstack/sdk/models/pod_versions_versions_inner.py,sha256=47XUlI40G3j0R4bWkMPfdFD-RCSyNQdQn8agZNyf380,4688
62
- localstack/sdk/models/receive_message_request.py,sha256=RYg9t4Ig-FHkFzLcnPtn8F297YuuyT6DrLOQw9Zf6Vg,4039
63
- localstack/sdk/models/receive_message_result.py,sha256=2TtDsMf4d5gjFDrRWahcm_cckVZ2z0puGs-AiRAoM1M,3158
64
- localstack/sdk/models/remote_config.py,sha256=KOua5DGZ4H0Q_X8w9RqRsZzO1g5ZhehTg0hKTmvEyMA,5487
65
- localstack/sdk/models/remote_config_one_of.py,sha256=COLe17bIJA7fC_7tb0rOSQ6fse133UfR-r-_8SYX3k8,2542
66
- localstack/sdk/models/replication_config_mock.py,sha256=Ndagg-tGsy-zy1PB_BBniKzXTgjuBsVjTr0-6iY-mnQ,2712
67
- localstack/sdk/models/replication_config_single.py,sha256=oEGWbhIVW2Q7fAKUMP20_HelIrPefP66QvOIsqLCb8Q,3362
68
- localstack/sdk/models/replication_job.py,sha256=zSfoieP4dSw9zx7-GfoGUagu72SWpwBR8-VLwFMdFPU,3325
69
- localstack/sdk/models/replication_request.py,sha256=HbeOSN5PyDbiJvNUlbmRbj1PgIul4QUEnWR95YGJp8I,4075
70
- localstack/sdk/models/replication_request_source_aws_config.py,sha256=c5tCOorzmJwzLOg7-A58iIRVilvq5OEWZbpW6y4dTFI,3180
71
- localstack/sdk/models/replication_request_target_aws_config.py,sha256=NzFx97E5shpymV9BG0lA1lSEFrh2J5cz0lVFtF04Ar4,3181
72
- localstack/sdk/models/replication_supported_resource.py,sha256=8I--c3YTABbR1tlcmSFFxoe3y3hWUyMt_eJFsyg8vwc,3397
73
- localstack/sdk/models/ses_destination.py,sha256=KByK423H-50YMbGgKLxgip2h5SxhCxxBTkfx_91hB5s,2961
74
- localstack/sdk/models/ses_sent_email.py,sha256=ciL-U15QPxcgXmWZyQ9ItehZEOJ5E24EbLEkIRBGbVk,4854
75
- localstack/sdk/models/ses_sent_email_body.py,sha256=uYXKdUwaAm3aqYm2yQ1eDp5KPhFjCzJbqwP2PcomcfQ,2662
76
- localstack/sdk/models/session_info.py,sha256=8pBBK5AydaG0-5b9_lVSVbn_JtcPDp5dAwn7LOZB_3g,3271
77
- localstack/sdk/models/sns_message.py,sha256=wfV8yY0xiHcjMA-cV4TTSUvd7Zg1apBhVmKLBUFX5X0,4582
78
- localstack/sdk/models/sns_platform_endpoint_message.py,sha256=W-rtYPTX3jyo5pcNs-Y6FjVsV4_wB-m6L5Om4TaVguI,3762
79
- localstack/sdk/models/sns_platform_endpoint_response.py,sha256=54gcWwn7yVNrBlYuLBh8FHiBks0EFIFSf2jxacbddS8,4078
80
- localstack/sdk/models/sns_subscription_token_error.py,sha256=fSmT1zFG7MCACmNikcbfsxSPAhGaA2BwE__fi3NHKMo,2683
81
- localstack/sdk/models/snssms_messages_response.py,sha256=HijSBOHUI2nTw_oPR2g7NvS1ZlsGFCRAw-BRLveUG3M,3761
82
- localstack/sdk/models/state_result.py,sha256=r7zkiNhbOCOBpaYDZFo6pAKY99prTq_uycJpyAYhiwM,2917
83
- localstack/sdk/models/store_data200_response.py,sha256=E7zH07YvqEnlqDoNEjPO8By2sRzHwZcgduzTGKh3NMw,3149
84
- localstack/sdk/models/update_config_option200_response.py,sha256=MdRsRjr_tCb5cO6j7wqQ_MCQ5kiLg4lSsAyjYGa_Aq8,3313
85
- localstack/sdk/models/update_config_option_request.py,sha256=pxmfl_XO2jxmg_M3l3mqNBl83WpufdP8Kv-DrYaomAw,3675
86
- localstack_sdk_generated-2026.3.1.dev1.dist-info/METADATA,sha256=9jGH0ao-YhDX0KEh52yENuzB1clsppl1A_3bnvRpF_o,327
87
- localstack_sdk_generated-2026.3.1.dev1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
88
- localstack_sdk_generated-2026.3.1.dev1.dist-info/top_level.txt,sha256=PT6tEKVNrkhaQAhuCgXZy42fXcDwVXSpzlB54o0CtVU,21
89
- localstack_sdk_generated-2026.3.1.dev1.dist-info/RECORD,,