localstack-sdk-generated 4.13.1.dev1__py3-none-any.whl → 4.13.2.dev1__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-4.13.1.dev1.dist-info → localstack_sdk_generated-4.13.2.dev1.dist-info}/METADATA +1 -1
  84. localstack_sdk_generated-4.13.2.dev1.dist-info/RECORD +89 -0
  85. localstack_sdk_generated-4.13.1.dev1.dist-info/RECORD +0 -89
  86. {localstack_sdk_generated-4.13.1.dev1.dist-info → localstack_sdk_generated-4.13.2.dev1.dist-info}/WHEEL +0 -0
  87. {localstack_sdk_generated-4.13.1.dev1.dist-info → localstack_sdk_generated-4.13.2.dev1.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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0\n"\
497
+ "Version of the API: 4.13.1\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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
9
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.0
8
+ The version of the OpenAPI document: 4.13.1
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: 4.13.1.dev1
3
+ Version: 4.13.2.dev1
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=euHn6039wFuDMD22kN-eKkyVvFOfSz0crGC8GKtm5Yo,27515
2
+ localstack/sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
3
+ localstack/sdk/configuration.py,sha256=HWns5HFDpehUktx_DPxjBwCWU_zfAUXHVxrckbFx3ys,18089
4
+ localstack/sdk/exceptions.py,sha256=DawPi0afuEwcAXIUjxXb0tQNoMeAG7bzks7mJMvv-YI,6020
5
+ localstack/sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ localstack/sdk/rest.py,sha256=CovoRTY1izyFyFcbnVSvBmZRNRRLkJSdF1j7nL2TTCo,9688
7
+ localstack/sdk/api/__init__.py,sha256=VkDPsTG0E14bdK27p41vkHCcuJYvTJ1oEM3_PUrdgwg,462
8
+ localstack/sdk/api/aws_api.py,sha256=fWmlvJrn2MZYTIIR_YfE4gWfq7Vz3t6uJbnWxGZiyBY,327749
9
+ localstack/sdk/api/chaos_api.py,sha256=tR_2qpYg4gkT3FABcs3aYDsOXeT_6KK-vZ0peyNjfAI,62690
10
+ localstack/sdk/api/default_api.py,sha256=NKgyC8hZTcCqHrivtdMjDc-MvghAFaUdyoA5q7uf0ig,28259
11
+ localstack/sdk/api/localstack_api.py,sha256=UYBrPllPu24tEa2Qwr6A28A07DZArMa7wbPsR3GElB4,118102
12
+ localstack/sdk/api/pods_api.py,sha256=VFZa477oD9J7EKwgcqH0bH7BpT-cVogTJfzOVopwyCQ,147918
13
+ localstack/sdk/api/pro_api.py,sha256=jqRtLBtWoGjPEoK1twpFmw-0vNn1abT-vjxCuY5B0DY,497120
14
+ localstack/sdk/api/replicator_api.py,sha256=SKRm7VrlB3Fx-C-zddtk--JSmesmmogvvxFjZorExfU,40979
15
+ localstack/sdk/api/state_api.py,sha256=licSwhvuBupGTl9DRVvK74j551ysxxJMkihh30l50Vc,61669
16
+ localstack/sdk/models/__init__.py,sha256=WuFrWPkoctusiH-caGQ1LLWoGLskJibWezfNZteHsG4,6288
17
+ localstack/sdk/models/action_and_resource.py,sha256=QFH916Zz5Puk6BXeM9uAgKyhyMPaCvLPRseTJQfBhk0,3390
18
+ localstack/sdk/models/aws_pinpoint_application_id_reference_id_get200_response.py,sha256=6OKxnOLzUuFfYIY68RImAp7zXaGoP1R__2_obW6YjQo,6251
19
+ localstack/sdk/models/check_actions_request.py,sha256=4_1b0E01Qmq-xfNoprN5l0RiVEcWkwrsO7n7Jb3M8RA,3717
20
+ localstack/sdk/models/check_actions_request_required_permission_inner.py,sha256=44BsqI2V5hZaoNFvFmzG9r8EdD7W9VoMkCzL-z_vL_Q,2840
21
+ localstack/sdk/models/check_actions_response.py,sha256=BHJUN-xE_zGXVlOKmMVZdCb3PAdu5WrDUYZBlYWPuZs,5875
22
+ localstack/sdk/models/check_actions_response_source_principal.py,sha256=Hmcsc70DwSuRYohTUySMw7c9TNLthgfGK1xr0dkZ_f8,2905
23
+ localstack/sdk/models/cloud_watch_metrics.py,sha256=c8KST6eRI6dGQGzClW3DvSGw_4yfP38FTYpp-wK9Dbk,3683
24
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner.py,sha256=b4fN6yzy-bMpr2--_GxBMxOf-Yt0ebs4gmA1j1xvuzw,4323
25
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner.py,sha256=08p_dhCGEx2CRPOen4YJzzcrNDpJwxqpPpsVK9hc_q4,3055
26
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner_v.py,sha256=iUmJFAc1leapzE5pfvsVPVdTCx-eJIORV7GVwq8vOxw,5433
27
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner_t.py,sha256=og5lsmwII1Ixwie0rnMlDl5jO0XFwdNRuJTVySnrnxk,5531
28
+ localstack/sdk/models/cloud_watch_metrics_metrics_inner_v.py,sha256=7X-5xiCS2PJNZUJWP8F3XvLt3HZFbl6dnRPeab99EE0,5388
29
+ localstack/sdk/models/create_remote_request.py,sha256=t3X9d3GJLuGmK8Bu1bgonG1-pGFmU6kacrpHG0ZdhwY,2827
30
+ localstack/sdk/models/delete_ddb_expired_items200_response.py,sha256=H2x7KOePW1BThcdiaTcWvM_5EgmcsxnsLLp0VfyQXdE,3314
31
+ localstack/sdk/models/fault_rule.py,sha256=8TZpfnMJ_G60iR45diDZABWD3nP5S4oMBVi7zGjVCTc,5814
32
+ localstack/sdk/models/fault_rule_error.py,sha256=CyCR3QxbX511KKT15iJ7K092liu9O9w0DfYUzWmB0mE,3346
33
+ localstack/sdk/models/get_diagnostics200_response.py,sha256=Txa42UeB8pdfYsvNkZUnTXTJGZ6d_WFa-RpaQtByNp0,5421
34
+ localstack/sdk/models/get_diagnostics200_response_logs.py,sha256=AIP-JQDQNHrL7sPvq05PSXKjfMsXAHp_DPnqBU37l10,3183
35
+ localstack/sdk/models/get_diagnostics200_response_version.py,sha256=ujvmWMLmDhilMHz681Vw89UxkA8CBM0abiAU3I6iWYw,4804
36
+ localstack/sdk/models/get_diagnostics200_response_version_host.py,sha256=RY9lDGl2cbk0fKNvC9bwcNrPy7zcTiiHHR_J-Hh8PNs,3211
37
+ localstack/sdk/models/get_diagnostics200_response_version_image_version.py,sha256=rKDzGZNJbg_hNq9ej3AU5neHPOrZfD_vOb_XWcTemOM,3438
38
+ localstack/sdk/models/get_diagnostics200_response_version_localstack_version.py,sha256=xTFpYvJ_n1VayGunPbsJzid7_k4wRN1hr2YDaGJpO-k,3583
39
+ localstack/sdk/models/get_features_and_services200_response.py,sha256=6DRinZCKc2PBjLSoe98du0jJVUEso2ixTWJxo-xzO_A,3807
40
+ localstack/sdk/models/get_lambda_runtimes200_response.py,sha256=7qN4yTGm8yEhcDKcDgxqbzWSnS3XIpqnT7u_9YTA0RQ,3226
41
+ localstack/sdk/models/get_ses_messages200_response.py,sha256=TJnIYCZJw3DGF2UwVuTMAKo3GA-kyyiQSv-5wDtW8cA,3657
42
+ localstack/sdk/models/get_sns_subscription_token200_response.py,sha256=uUYLPSoDgsyiQxYAqH81wcZER2qtlRNx9zwT_L7jFB0,3364
43
+ localstack/sdk/models/iam_config.py,sha256=_B0Lm6vkq9Y_TXAdeU04NGgI_2deFmBuM5EWII-MsdY,3598
44
+ localstack/sdk/models/init_scripts.py,sha256=kSjuLT77sLY6OiprmBMWyI7JrTYY6sPjZITD4dlUm6A,4055
45
+ localstack/sdk/models/init_scripts_completed.py,sha256=fsHwA9NSJNKLaNPzLnrc5M6zMnZecUvTfOJgGgt4Lbo,2869
46
+ localstack/sdk/models/init_scripts_scripts_inner.py,sha256=tUrYyYuR8l1JvxhOOheJfdFhos58daxyVm4rAFGEvIk,2694
47
+ localstack/sdk/models/init_scripts_stage.py,sha256=tkf7oJwN8AeYb-EIBmsXUN9SvoHg0_Wz16DY78rp8wQ,3773
48
+ localstack/sdk/models/init_scripts_stage_scripts_inner.py,sha256=p7UBwAWgTrOTeTuQIGXYig5xaC7J4GE-YjJ2noStmlc,2714
49
+ localstack/sdk/models/list_remotes200_response.py,sha256=hZcf8im2CVj-2zuy_OM0OT0JaSoqcKU4pZPoNIaczcw,3052
50
+ localstack/sdk/models/load_service.py,sha256=EzsOWsstFMFOxw_Sc0DonsTJ83yI6J8CgYJRT3sRuXg,2695
51
+ localstack/sdk/models/localstack_pods_environment_get200_response.py,sha256=N0elAC5Q7fuR-NzEk6Gm7N615Gn3rWRZetd3_f_bF7A,3342
52
+ localstack/sdk/models/localstack_stackinfo_get200_response.py,sha256=axjUQCbP8FCmmTA1bMBvkI7DWZEAfRKsj6RErzoHj1U,4387
53
+ localstack/sdk/models/manage_session_request.py,sha256=Twm2EOeYOa91EMLhQeX5WxLjTCqpry-hrfnFwqhT1Po,3421
54
+ localstack/sdk/models/message.py,sha256=kOAi0uNTmJu68Ki__hN8Bf1jdpNO0l3MWtYlk4aYYHI,4199
55
+ localstack/sdk/models/network_effects_config.py,sha256=_UqLiGtEVjaf-ZlEZ_tvrblJLfBgu_5XjabJGFYWLU0,2716
56
+ localstack/sdk/models/pod_list.py,sha256=MP7wRsS2ZmnBpbVaWvcCymkaLB-Aiq8Cj-ZyLgYEowQ,3634
57
+ localstack/sdk/models/pod_list_cloudpods_inner.py,sha256=mULj1dwFBLaSgkTjMCG0ZLrqlWpDBxnH7kPawRy8ga8,2828
58
+ localstack/sdk/models/pod_remote.py,sha256=nFqj2M1kmMVBYJvt1w692YcUzRgudScvIzEQ9lTOmsY,3053
59
+ localstack/sdk/models/pod_save_request.py,sha256=oM6Wv8uctULvorhXPifxCWhLsh6hh1DQeKe8SLgUbxc,2660
60
+ localstack/sdk/models/pod_versions.py,sha256=_uQTdq_9G5TjNguBP0wI0JKF8-rKJ0U0znggHGaOvPE,3182
61
+ localstack/sdk/models/pod_versions_versions_inner.py,sha256=fm9I-regxxxMu4HFTZTqgF3MHQ81Jn-IWOumIapO64U,4686
62
+ localstack/sdk/models/receive_message_request.py,sha256=dhG4iZzGN8blHRgkuYZjGrvCMrAYtg6WrkfK8WTcRJA,4037
63
+ localstack/sdk/models/receive_message_result.py,sha256=W2Hv7qhpmWcnU6M91mUGVOr9fYDMsF7I8k9HOR3B3z8,3156
64
+ localstack/sdk/models/remote_config.py,sha256=uwxGDEITvboRsq35xShLZXUwrk2v4Dt_rXhxMvkSKO0,5485
65
+ localstack/sdk/models/remote_config_one_of.py,sha256=2023hOYsx2Obd7f-IyOp8AQYvMbxz8yjP7NNbmmZHW8,2540
66
+ localstack/sdk/models/replication_config_mock.py,sha256=RsB1K3iM2NCHRaA-9dqsumr49kRFAukE9MivcX6u8II,2710
67
+ localstack/sdk/models/replication_config_single.py,sha256=IIQgK1YRrfGsJSmUiHnjHdj1RQ43gIVX5c4Mn32_p6A,3360
68
+ localstack/sdk/models/replication_job.py,sha256=rvgfZ0hDtIjjear1lLvf7WP4MFxS6R0pyNjzDr8O-XQ,3323
69
+ localstack/sdk/models/replication_request.py,sha256=9YeKTyYd-tNkb-D_zBRyutAULyBOvdBocTDdr58GK8g,4073
70
+ localstack/sdk/models/replication_request_source_aws_config.py,sha256=fMdE5RQrV6iAFt3gVge5tZXJ2I3ZSqkqzqaZ71P4GfA,3178
71
+ localstack/sdk/models/replication_request_target_aws_config.py,sha256=ph0xnxyKWEUXQvm3zjoJsYOaIZgtIFaaC8Z9RBRBjJo,3179
72
+ localstack/sdk/models/replication_supported_resource.py,sha256=-D3PTaEyY7L59KVFXmqZ440pA2Wgvo3O0RMBbdb86Ps,3395
73
+ localstack/sdk/models/ses_destination.py,sha256=oEDLc6joWKb861mrcvg82q8VoWd0r1hDIgdlqiDHX6c,2959
74
+ localstack/sdk/models/ses_sent_email.py,sha256=Qv7rVHhVekl4kTWbw_laDlBX1rTUwkP5mDDLNWgil24,4852
75
+ localstack/sdk/models/ses_sent_email_body.py,sha256=x4Me9L6a4wRWDWloUvhP-8K7ZuXAKjg4fbWkO9PFb3c,2660
76
+ localstack/sdk/models/session_info.py,sha256=M-JjURZDRsneHxG08p5e_-nxh_vfY3XSTMUIGA89xM0,3269
77
+ localstack/sdk/models/sns_message.py,sha256=uz2B4WruWuTGSbTC7f6eUn50Z8e_YU7X45TX-aMws48,4580
78
+ localstack/sdk/models/sns_platform_endpoint_message.py,sha256=Qn9gFYN44C1OeHia-TlJpKGcRpVpRV4B4P36V8yD4Pc,3760
79
+ localstack/sdk/models/sns_platform_endpoint_response.py,sha256=c9xPeDry44ufMkhQ2LReN-QEBwGpJQxbrlikGUGGepo,4076
80
+ localstack/sdk/models/sns_subscription_token_error.py,sha256=o6fNz5Nd1fSbfmT9S297Gey8j7BWmBLlm3Cr5WvarVQ,2681
81
+ localstack/sdk/models/snssms_messages_response.py,sha256=EZshQ0VV_yy6Ep6J2zgP19AMI6uHgsPgDUmlAxf_H-c,3759
82
+ localstack/sdk/models/state_result.py,sha256=bdtVwU2m5016V322HQ-vU3X9v8Cipcg4B8I-09UhfIw,2915
83
+ localstack/sdk/models/store_data200_response.py,sha256=05z3pr5g5o14JOdp9O6PZp6SSAPVX1iaSGLHdPe2bYE,3147
84
+ localstack/sdk/models/update_config_option200_response.py,sha256=TYlUxs_zr-JHfUKMF8F309vi_Ma_fqTNvVc12HlAsIs,3311
85
+ localstack/sdk/models/update_config_option_request.py,sha256=Q0a-3k-ukzVR5dtuS1SorkysRJb_GPXlCC5IpbOBQ8g,3673
86
+ localstack_sdk_generated-4.13.2.dev1.dist-info/METADATA,sha256=mq7fY3-OCR-XTo39LfvxPkuXX3ERB08UkunQgiKgvfQ,325
87
+ localstack_sdk_generated-4.13.2.dev1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
88
+ localstack_sdk_generated-4.13.2.dev1.dist-info/top_level.txt,sha256=PT6tEKVNrkhaQAhuCgXZy42fXcDwVXSpzlB54o0CtVU,21
89
+ localstack_sdk_generated-4.13.2.dev1.dist-info/RECORD,,
@@ -1,89 +0,0 @@
1
- localstack/sdk/api_client.py,sha256=WoAne9qtFuU_k2hoHMb4mnOiTM6f1As1sVgaFqlpYtQ,27515
2
- localstack/sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
3
- localstack/sdk/configuration.py,sha256=fFKjaygXuphEbh_1AZ9BWqm4IBF3zD0jPz7xZxBuk9g,18089
4
- localstack/sdk/exceptions.py,sha256=uFs-fgwLjibVy7CZ7UfB5p2J8V5RiVXk2Fdz1DnroWo,6020
5
- localstack/sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- localstack/sdk/rest.py,sha256=ND6F8brN_r8jVaYn53pWa0u4CzjYMMe7frg4xdZIZt0,9688
7
- localstack/sdk/api/__init__.py,sha256=VkDPsTG0E14bdK27p41vkHCcuJYvTJ1oEM3_PUrdgwg,462
8
- localstack/sdk/api/aws_api.py,sha256=vBSLAN6Vtfv0jyMQVye3EKlXiZpuWKpXdqBlliTWJw4,327749
9
- localstack/sdk/api/chaos_api.py,sha256=TMBFW09HfMUVS_HwFag0WLYMwSIDhPGXCxIjPUH3F3I,62690
10
- localstack/sdk/api/default_api.py,sha256=96rOv7Mc9UHLpBUVaOph7F4KpnNII_0UeHCkcruLLL4,28259
11
- localstack/sdk/api/localstack_api.py,sha256=MJknHBS7g0o78VI9kPMYKNKAVKgzFBNd4hNVDBijKjI,118102
12
- localstack/sdk/api/pods_api.py,sha256=sPitgV8qbPX0sV3DHQ4lzFxUhpfKDhZci9zNKj2BD68,147918
13
- localstack/sdk/api/pro_api.py,sha256=zY1-HBqGVSdr5QamzihBC0rI9ns0ANiNMsdRXQkxfVk,497120
14
- localstack/sdk/api/replicator_api.py,sha256=Q3zADaqFwGmUdk3zc8kgcpxVOa9INhxgbiexP1K867A,40979
15
- localstack/sdk/api/state_api.py,sha256=FPS1v-M26ddNL_Q0RNVl8uWwKdOpyB0MCMcW-YMxx68,61669
16
- localstack/sdk/models/__init__.py,sha256=LcFaC7hiooxLy_SAgqgBryW2r5QLsz2FnfadS_nQhHM,6288
17
- localstack/sdk/models/action_and_resource.py,sha256=nZxHM3azd_bokN97RUImX3a2-NjCI__jnI1FykJRHOk,3390
18
- localstack/sdk/models/aws_pinpoint_application_id_reference_id_get200_response.py,sha256=ft52GrzqFEwQWV62h8Vv9GWiIV70cKbapYfcgX4i7Js,6251
19
- localstack/sdk/models/check_actions_request.py,sha256=x46cX-j8fsswnST8kcRYuTgE9Z_HMx-ae3y74ZKjn0U,3717
20
- localstack/sdk/models/check_actions_request_required_permission_inner.py,sha256=qFv2KoXHkX_AWrRmWU42WXfiNmfa6SRZayQqxfzLCm8,2840
21
- localstack/sdk/models/check_actions_response.py,sha256=7CWJt9-dMcXflJhwatJwu1hoXTAO8wVu7Z606cHWK0s,5875
22
- localstack/sdk/models/check_actions_response_source_principal.py,sha256=RD1tzLT3QeVqBAfi9NnYKTLQxl6frY0E15of3bfW0qk,2905
23
- localstack/sdk/models/cloud_watch_metrics.py,sha256=Y_zo8bXRI2i9B7UgcpgbCo_NkSh_lPTpBKJQccl9qBk,3683
24
- localstack/sdk/models/cloud_watch_metrics_metrics_inner.py,sha256=kRj-uwVVzgxccRqG_LzPQODlL9mB4FNze8ToJMxJsQA,4323
25
- localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner.py,sha256=YRMgcrPQS-YKgyGA2nAyay4DHGSCoIvZyK7SoFa_D10,3055
26
- localstack/sdk/models/cloud_watch_metrics_metrics_inner_d_inner_v.py,sha256=aHPTlmRM0u9-ZAsb5hHcl5y9LvepUVSV3ePFRGmWVpA,5433
27
- localstack/sdk/models/cloud_watch_metrics_metrics_inner_t.py,sha256=U19uvw4DfnihTXuXo7WvHRt5QjmXd6ieiF0cXqksEL4,5531
28
- localstack/sdk/models/cloud_watch_metrics_metrics_inner_v.py,sha256=tVIp2EE8NccOCGevwTTNQVwphpm0aXyZBRH-PImukaw,5388
29
- localstack/sdk/models/create_remote_request.py,sha256=alTvnmKlTsoO1FgizUGalBJmynVZOkJYZ_kBsSGQQLs,2827
30
- localstack/sdk/models/delete_ddb_expired_items200_response.py,sha256=gR-G7CUQ-TO5VOFK69fOfOAbns4sNjErUlSm9Ioi9y0,3314
31
- localstack/sdk/models/fault_rule.py,sha256=XajCwHYroH7eumLs6ZIl1V5wr7DvxZPEHXvMHm6xo3s,5814
32
- localstack/sdk/models/fault_rule_error.py,sha256=WBrGpV5hZAiqDDjLPL_cajh_YM0jt3c_OzF1YybRFWc,3346
33
- localstack/sdk/models/get_diagnostics200_response.py,sha256=BEeCUC7vPbjTJX-SSIZnwD77P06YIPXweS4UgAaFU8E,5421
34
- localstack/sdk/models/get_diagnostics200_response_logs.py,sha256=5ckKcq7oFnYFBKN5VXPoek3qPmefDnYZmlKuKM3GOMw,3183
35
- localstack/sdk/models/get_diagnostics200_response_version.py,sha256=uzEQpcx2bMhazu7fJYYHljyJPicLMdRjUliDJJue4Yw,4804
36
- localstack/sdk/models/get_diagnostics200_response_version_host.py,sha256=_bWP3U-yOcKEZ-Wf9kUp19wWEFKHh7EAfMYGuwiF7V4,3211
37
- localstack/sdk/models/get_diagnostics200_response_version_image_version.py,sha256=cYBy5M5vRW6RLj-kJmXSWxj3CEKa2S1TUcZWknDptg4,3438
38
- localstack/sdk/models/get_diagnostics200_response_version_localstack_version.py,sha256=Xr2FefIfiX2trJUlOGgRCqqjWCyyDKo8Mr9CtN6Jt1I,3583
39
- localstack/sdk/models/get_features_and_services200_response.py,sha256=P1I2nP7OK8h_rLBhMQtVmcpPQ3gvQny6fc6KfxQzlis,3807
40
- localstack/sdk/models/get_lambda_runtimes200_response.py,sha256=Tix1eMFQqG4xb3QSM6vLXBsZVxwTUishUBRX-X-_LHA,3226
41
- localstack/sdk/models/get_ses_messages200_response.py,sha256=F3iaR-WfJaAObLgHmSBCZAOt3_nqyKVopmUMLBtxPAg,3657
42
- localstack/sdk/models/get_sns_subscription_token200_response.py,sha256=z-qbanFrxQP1oeVW19C0pxnfbYDtFy6V3GGkl3mSWLE,3364
43
- localstack/sdk/models/iam_config.py,sha256=ENMKdxz75drf4KDIsHM85px_k7I6dz50dh4zoTtwWGk,3598
44
- localstack/sdk/models/init_scripts.py,sha256=o69yMEKnsliw0QvyiWF0aasTfw2tUJXlgrkqWlUQHE0,4055
45
- localstack/sdk/models/init_scripts_completed.py,sha256=C0AMziZMq6VOE2rFMmt-sQcwcBdzPhHH1oyWiS7xyNU,2869
46
- localstack/sdk/models/init_scripts_scripts_inner.py,sha256=H9GF0YgVrMkJF5eNqBUzOaZKFRiRzmxVHUchRBlEKrU,2694
47
- localstack/sdk/models/init_scripts_stage.py,sha256=UzpEYWarx45r-lDKkiooHM1KZmKUoHi_QVPKO4YMrqk,3773
48
- localstack/sdk/models/init_scripts_stage_scripts_inner.py,sha256=jkp2ld-Iy_6AaPmsLYl7rpU-DGdeYF0C4O_sYBogPWE,2714
49
- localstack/sdk/models/list_remotes200_response.py,sha256=nvktF59xjt6_WsBTPhvnQDvAyR99xqE-BtgDU9ckXTc,3052
50
- localstack/sdk/models/load_service.py,sha256=Rh6NgauuF1RYvNLM5TsmJd4JApBO2wzL_4H9jLQpdro,2695
51
- localstack/sdk/models/localstack_pods_environment_get200_response.py,sha256=LyHQTey-A2wop2v-VBuSClSuqB-6q9zRth-COzVMcXs,3342
52
- localstack/sdk/models/localstack_stackinfo_get200_response.py,sha256=ja-51QAgZR0ttQ8D7GNeXmp5pLWb6dGQK2ZGkCu_Fmg,4387
53
- localstack/sdk/models/manage_session_request.py,sha256=a30COPXs2hMpBGLlON5bN5yqRALEgAS47Uc4BYMInhY,3421
54
- localstack/sdk/models/message.py,sha256=jQOmWD0iL4Gtz31qfLJbJhSDSiJLsE18PIV3fxlAx60,4199
55
- localstack/sdk/models/network_effects_config.py,sha256=UW2YgZh2A2BaMQVp_c1vMCxJ9jwEAGHUdSpP42IzQP8,2716
56
- localstack/sdk/models/pod_list.py,sha256=o5cakbC_MFEM543KYlz-BYH7jrtJ7OUd9mkJTMVnpEo,3634
57
- localstack/sdk/models/pod_list_cloudpods_inner.py,sha256=-FcbyIPYjkY2vUL2ClktA04oyj2DQSIwNoF6kw0dQ8A,2828
58
- localstack/sdk/models/pod_remote.py,sha256=SNH94p6ALJngbNKbBmk9YnX9YVCiZQcBbkRwCxAhFws,3053
59
- localstack/sdk/models/pod_save_request.py,sha256=YSpBDsOLWqOKcVT7_VPMadDVSqCcEqrO-AahPiOp8zo,2660
60
- localstack/sdk/models/pod_versions.py,sha256=B_zbJW4JHoSRKtz2rtxdAIq9yXhcB-dJdQcQuNUXa1M,3182
61
- localstack/sdk/models/pod_versions_versions_inner.py,sha256=WSBIyf9NLRoPXuDy9fvPNkMxQV-OgcKBkFe5LRCHN9g,4686
62
- localstack/sdk/models/receive_message_request.py,sha256=6IifyAmh41Rg3twn8nXwm2X79qdm03C9MXWEMiefaTU,4037
63
- localstack/sdk/models/receive_message_result.py,sha256=RwsE2l5X9kbSEujWOtiNAHltggZR3TYfANgMxlVmZFA,3156
64
- localstack/sdk/models/remote_config.py,sha256=x0PVObpIMjEa830u_qqqvVCe8UXGg4UI7vjKBF_c_fc,5485
65
- localstack/sdk/models/remote_config_one_of.py,sha256=E1-XWH14r4nYYyuVCEmPPdjUYDyEtvsM1yICLZAocc8,2540
66
- localstack/sdk/models/replication_config_mock.py,sha256=kLt0vJ60ExoHwEew8FjrL3GmY_zyzjupop2oDQunZAw,2710
67
- localstack/sdk/models/replication_config_single.py,sha256=6DqvUIeFd0PJgQWx7-JAZ3m-TNEOj-HoKkF33v7yn3U,3360
68
- localstack/sdk/models/replication_job.py,sha256=caMvhtj8vN9v0FPXGNAFJeDtxJQiyqEYmHL6W-OJ2eU,3323
69
- localstack/sdk/models/replication_request.py,sha256=AcT4bIojFVRbYqW-9H1kleGKveMawDKqW8oqtnOqslU,4073
70
- localstack/sdk/models/replication_request_source_aws_config.py,sha256=G1ZC8MuZ_se6TxjO0DfSsCYmLH8ncYaJ2PjrNm4WWoA,3178
71
- localstack/sdk/models/replication_request_target_aws_config.py,sha256=bro4xLPK6miGcVPJcmAoVpj9BC0aoLyhfZApaFCz52c,3179
72
- localstack/sdk/models/replication_supported_resource.py,sha256=4juxzzoZcuGR-EltCB-ooxepAPz3XGrrhG43keo-gYc,3395
73
- localstack/sdk/models/ses_destination.py,sha256=HB4pxIzTV-LACGoxrmp84nmu8G2T5aMozWJ19Oxs6jA,2959
74
- localstack/sdk/models/ses_sent_email.py,sha256=bZxpXjVlTKzuq_e7A-tef3NUoiWmCnlIRzYIdfjYOfk,4852
75
- localstack/sdk/models/ses_sent_email_body.py,sha256=8ylh1B63dMGuX9ZcA4TdhRD3aPrncXYZc_eYclOMWlY,2660
76
- localstack/sdk/models/session_info.py,sha256=191t-70e-3ehdonFVEc6hPcwHZkaTnX5m9ylFg2eiDs,3269
77
- localstack/sdk/models/sns_message.py,sha256=wIN0Q1iDF96OfkzxA8BHk2msG13l2_mql-Bd3y0o3jg,4580
78
- localstack/sdk/models/sns_platform_endpoint_message.py,sha256=XDyFzgcLByw6v_Kp-kVqsu_KKvuQkEIWfvHdVbWph30,3760
79
- localstack/sdk/models/sns_platform_endpoint_response.py,sha256=JChrDx2eUuGeFWLV4s2-R-_luMWNtpa9qJ9RWNks4m8,4076
80
- localstack/sdk/models/sns_subscription_token_error.py,sha256=2pCYhTOOeCQy1GSLpcF-oSYJ92imWTx6rFwmoItpqxY,2681
81
- localstack/sdk/models/snssms_messages_response.py,sha256=ea5Oc_BNrO2zoci0TNnt13m8WwvxFVrmePDMVUm9fHg,3759
82
- localstack/sdk/models/state_result.py,sha256=WnV4x39hBGfogE8McsF_dcK83jn9ehrXF7garYkzLQA,2915
83
- localstack/sdk/models/store_data200_response.py,sha256=O2-9zVwi9hUMrWYf_dXCtqsMDN7BH7gV901TwP4R9Qg,3147
84
- localstack/sdk/models/update_config_option200_response.py,sha256=2oU2Bj_d-INAi4EttzN5LUChiYEq-mKr4VrrbrvfQkI,3311
85
- localstack/sdk/models/update_config_option_request.py,sha256=A3ZmZDMWUF66PXv_ZmGe3KgXmoyICycjZl8wfaePdac,3673
86
- localstack_sdk_generated-4.13.1.dev1.dist-info/METADATA,sha256=AP-WR1Q6TBFlDQPhWIcCcNOosIavZlXa-jSNHxW_ArE,325
87
- localstack_sdk_generated-4.13.1.dev1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
88
- localstack_sdk_generated-4.13.1.dev1.dist-info/top_level.txt,sha256=PT6tEKVNrkhaQAhuCgXZy42fXcDwVXSpzlB54o0CtVU,21
89
- localstack_sdk_generated-4.13.1.dev1.dist-info/RECORD,,