types-boto3-autoscaling 1.41.1__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.
@@ -0,0 +1,7 @@
1
+ """
2
+ Source of truth for version.
3
+
4
+ Copyright 2025 Vlad Emelianov
5
+ """
6
+
7
+ __version__ = "1.41.1"
@@ -0,0 +1,509 @@
1
+ Metadata-Version: 2.4
2
+ Name: types-boto3-autoscaling
3
+ Version: 1.41.1
4
+ Summary: Type annotations for boto3 AutoScaling 1.41.1 service generated with mypy-boto3-builder 8.12.0
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
8
+ Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/
9
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
10
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
11
+ Keywords: boto3,autoscaling,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
12
+ Platform: any
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: Natural Language :: English
17
+ Classifier: Operating System :: OS Independent
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
25
+ Classifier: Programming Language :: Python :: 3 :: Only
26
+ Classifier: Programming Language :: Python :: Implementation :: CPython
27
+ Classifier: Typing :: Stubs Only
28
+ Requires-Python: >=3.9
29
+ Description-Content-Type: text/markdown
30
+ License-File: LICENSE
31
+ Requires-Dist: typing-extensions; python_version < "3.12"
32
+ Dynamic: license-file
33
+
34
+ <a id="types-boto3-autoscaling"></a>
35
+
36
+ # types-boto3-autoscaling
37
+
38
+ [![PyPI - types-boto3-autoscaling](https://img.shields.io/pypi/v/types-boto3-autoscaling.svg?color=blue)](https://pypi.org/project/types-boto3-autoscaling/)
39
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-autoscaling.svg?color=blue)](https://pypi.org/project/types-boto3-autoscaling/)
40
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
41
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-autoscaling)](https://pypistats.org/packages/types-boto3-autoscaling)
42
+
43
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
+
45
+ Type annotations for
46
+ [boto3 AutoScaling 1.41.1](https://pypi.org/project/boto3/) compatible with
47
+ [VSCode](https://code.visualstudio.com/),
48
+ [PyCharm](https://www.jetbrains.com/pycharm/),
49
+ [Emacs](https://www.gnu.org/software/emacs/),
50
+ [Sublime Text](https://www.sublimetext.com/),
51
+ [mypy](https://github.com/python/mypy),
52
+ [pyright](https://github.com/microsoft/pyright) and other tools.
53
+
54
+ Generated with
55
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
56
+
57
+ More information can be found on
58
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
59
+ [types-boto3-autoscaling docs](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/).
60
+
61
+ See how it helps you find and fix potential bugs:
62
+
63
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+
65
+ - [types-boto3-autoscaling](#types-boto3-autoscaling)
66
+ - [How to install](#how-to-install)
67
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
68
+ - [VSCode extension](#vscode-extension)
69
+ - [From PyPI with pip](#from-pypi-with-pip)
70
+ - [How to uninstall](#how-to-uninstall)
71
+ - [Usage](#usage)
72
+ - [VSCode](#vscode)
73
+ - [PyCharm](#pycharm)
74
+ - [Emacs](#emacs)
75
+ - [Sublime Text](#sublime-text)
76
+ - [Other IDEs](#other-ides)
77
+ - [mypy](#mypy)
78
+ - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
80
+ - [Explicit type annotations](#explicit-type-annotations)
81
+ - [Client annotations](#client-annotations)
82
+ - [Paginators annotations](#paginators-annotations)
83
+ - [Literals](#literals)
84
+ - [Type definitions](#type-definitions)
85
+ - [How it works](#how-it-works)
86
+ - [What's new](#what's-new)
87
+ - [Implemented features](#implemented-features)
88
+ - [Latest changes](#latest-changes)
89
+ - [Versioning](#versioning)
90
+ - [Thank you](#thank-you)
91
+ - [Documentation](#documentation)
92
+ - [Support and contributing](#support-and-contributing)
93
+
94
+ <a id="how-to-install"></a>
95
+
96
+ ## How to install
97
+
98
+ <a id="generate-locally-(recommended)"></a>
99
+
100
+ ### Generate locally (recommended)
101
+
102
+ You can generate type annotations for `boto3` package locally with
103
+ `mypy-boto3-builder`. Use
104
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
105
+ isolation.
106
+
107
+ 1. Run mypy-boto3-builder in your package root directory:
108
+ `uvx --with 'boto3==1.41.1' mypy-boto3-builder`
109
+ 2. Select `boto3` AWS SDK.
110
+ 3. Add `AutoScaling` service.
111
+ 4. Use provided commands to install generated packages.
112
+
113
+ <a id="vscode-extension"></a>
114
+
115
+ ### VSCode extension
116
+
117
+ Add
118
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
119
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
120
+
121
+ Click `Modify` and select `boto3 common` and `AutoScaling`.
122
+
123
+ <a id="from-pypi-with-pip"></a>
124
+
125
+ ### From PyPI with pip
126
+
127
+ Install `types-boto3` for `AutoScaling` service.
128
+
129
+ ```bash
130
+ # install with boto3 type annotations
131
+ python -m pip install 'types-boto3[autoscaling]'
132
+
133
+ # Lite version does not provide session.client/resource overloads
134
+ # it is more RAM-friendly, but requires explicit type annotations
135
+ python -m pip install 'types-boto3-lite[autoscaling]'
136
+
137
+ # standalone installation
138
+ python -m pip install types-boto3-autoscaling
139
+ ```
140
+
141
+ <a id="how-to-uninstall"></a>
142
+
143
+ ## How to uninstall
144
+
145
+ ```bash
146
+ python -m pip uninstall -y types-boto3-autoscaling
147
+ ```
148
+
149
+ <a id="usage"></a>
150
+
151
+ ## Usage
152
+
153
+ <a id="vscode"></a>
154
+
155
+ ### VSCode
156
+
157
+ - Install
158
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
159
+ - Install
160
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
161
+ - Set `Pylance` as your Python Language Server
162
+ - Install `types-boto3[autoscaling]` in your environment:
163
+
164
+ ```bash
165
+ python -m pip install 'types-boto3[autoscaling]'
166
+ ```
167
+
168
+ Both type checking and code completion should now work. No explicit type
169
+ annotations required, write your `boto3` code as usual.
170
+
171
+ <a id="pycharm"></a>
172
+
173
+ ### PyCharm
174
+
175
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
176
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
177
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
178
+ > the issue is resolved.
179
+
180
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
181
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
182
+ > [pyright](https://github.com/microsoft/pyright) instead.
183
+
184
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
185
+ > `types-boto3` with
186
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
187
+
188
+ ```bash
189
+ pip uninstall types-boto3
190
+ pip install types-boto3-lite
191
+ ```
192
+
193
+ Install `types-boto3[autoscaling]` in your environment:
194
+
195
+ ```bash
196
+ python -m pip install 'types-boto3[autoscaling]'
197
+ ```
198
+
199
+ Both type checking and code completion should now work.
200
+
201
+ <a id="emacs"></a>
202
+
203
+ ### Emacs
204
+
205
+ - Install `types-boto3` with services you use in your environment:
206
+
207
+ ```bash
208
+ python -m pip install 'types-boto3[autoscaling]'
209
+ ```
210
+
211
+ - Install [use-package](https://github.com/jwiegley/use-package),
212
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
213
+ [company](https://github.com/company-mode/company-mode) and
214
+ [flycheck](https://github.com/flycheck/flycheck) packages
215
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
216
+
217
+ ```elisp
218
+ (use-package lsp-pyright
219
+ :ensure t
220
+ :hook (python-mode . (lambda ()
221
+ (require 'lsp-pyright)
222
+ (lsp))) ; or lsp-deferred
223
+ :init (when (executable-find "python3")
224
+ (setq lsp-pyright-python-executable-cmd "python3"))
225
+ )
226
+ ```
227
+
228
+ - Make sure emacs uses the environment where you have installed `types-boto3`
229
+
230
+ Type checking should now work. No explicit type annotations required, write
231
+ your `boto3` code as usual.
232
+
233
+ <a id="sublime-text"></a>
234
+
235
+ ### Sublime Text
236
+
237
+ - Install `types-boto3[autoscaling]` with services you use in your environment:
238
+
239
+ ```bash
240
+ python -m pip install 'types-boto3[autoscaling]'
241
+ ```
242
+
243
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
244
+
245
+ Type checking should now work. No explicit type annotations required, write
246
+ your `boto3` code as usual.
247
+
248
+ <a id="other-ides"></a>
249
+
250
+ ### Other IDEs
251
+
252
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
253
+ should work.
254
+
255
+ <a id="mypy"></a>
256
+
257
+ ### mypy
258
+
259
+ - Install `mypy`: `python -m pip install mypy`
260
+ - Install `types-boto3[autoscaling]` in your environment:
261
+
262
+ ```bash
263
+ python -m pip install 'types-boto3[autoscaling]'
264
+ ```
265
+
266
+ Type checking should now work. No explicit type annotations required, write
267
+ your `boto3` code as usual.
268
+
269
+ <a id="pyright"></a>
270
+
271
+ ### pyright
272
+
273
+ - Install `pyright`: `npm i -g pyright`
274
+ - Install `types-boto3[autoscaling]` in your environment:
275
+
276
+ ```bash
277
+ python -m pip install 'types-boto3[autoscaling]'
278
+ ```
279
+
280
+ Optionally, you can install `types-boto3` to `typings` directory.
281
+
282
+ Type checking should now work. No explicit type annotations required, write
283
+ your `boto3` code as usual.
284
+
285
+ <a id="pylint-compatibility"></a>
286
+
287
+ ### Pylint compatibility
288
+
289
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
290
+ `types-boto3-autoscaling` dependency in production. However, there is an issue
291
+ in `pylint` that it complains about undefined variables. To fix it, set all
292
+ types to `object` in non-`TYPE_CHECKING` mode.
293
+
294
+ ```python
295
+ from typing import TYPE_CHECKING
296
+
297
+ if TYPE_CHECKING:
298
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
299
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
300
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
301
+ else:
302
+ EC2Client = object
303
+ EC2ServiceResource = object
304
+ BundleTaskCompleteWaiter = object
305
+ DescribeVolumesPaginator = object
306
+
307
+ ...
308
+ ```
309
+
310
+ <a id="explicit-type-annotations"></a>
311
+
312
+ ## Explicit type annotations
313
+
314
+ <a id="client-annotations"></a>
315
+
316
+ ### Client annotations
317
+
318
+ `AutoScalingClient` provides annotations for `boto3.client("autoscaling")`.
319
+
320
+ ```python
321
+ from boto3.session import Session
322
+
323
+ from types_boto3_autoscaling import AutoScalingClient
324
+
325
+ client: AutoScalingClient = Session().client("autoscaling")
326
+
327
+ # now client usage is checked by mypy and IDE should provide code completion
328
+ ```
329
+
330
+ <a id="paginators-annotations"></a>
331
+
332
+ ### Paginators annotations
333
+
334
+ `types_boto3_autoscaling.paginator` module contains type annotations for all
335
+ paginators.
336
+
337
+ ```python
338
+ from boto3.session import Session
339
+
340
+ from types_boto3_autoscaling import AutoScalingClient
341
+ from types_boto3_autoscaling.paginator import (
342
+ DescribeAutoScalingGroupsPaginator,
343
+ DescribeAutoScalingInstancesPaginator,
344
+ DescribeLaunchConfigurationsPaginator,
345
+ DescribeLoadBalancerTargetGroupsPaginator,
346
+ DescribeLoadBalancersPaginator,
347
+ DescribeNotificationConfigurationsPaginator,
348
+ DescribePoliciesPaginator,
349
+ DescribeScalingActivitiesPaginator,
350
+ DescribeScheduledActionsPaginator,
351
+ DescribeTagsPaginator,
352
+ DescribeWarmPoolPaginator,
353
+ )
354
+
355
+ client: AutoScalingClient = Session().client("autoscaling")
356
+
357
+ # Explicit type annotations are optional here
358
+ # Types should be correctly discovered by mypy and IDEs
359
+ describe_auto_scaling_groups_paginator: DescribeAutoScalingGroupsPaginator = client.get_paginator(
360
+ "describe_auto_scaling_groups"
361
+ )
362
+ describe_auto_scaling_instances_paginator: DescribeAutoScalingInstancesPaginator = (
363
+ client.get_paginator("describe_auto_scaling_instances")
364
+ )
365
+ describe_launch_configurations_paginator: DescribeLaunchConfigurationsPaginator = (
366
+ client.get_paginator("describe_launch_configurations")
367
+ )
368
+ describe_load_balancer_target_groups_paginator: DescribeLoadBalancerTargetGroupsPaginator = (
369
+ client.get_paginator("describe_load_balancer_target_groups")
370
+ )
371
+ describe_load_balancers_paginator: DescribeLoadBalancersPaginator = client.get_paginator(
372
+ "describe_load_balancers"
373
+ )
374
+ describe_notification_configurations_paginator: DescribeNotificationConfigurationsPaginator = (
375
+ client.get_paginator("describe_notification_configurations")
376
+ )
377
+ describe_policies_paginator: DescribePoliciesPaginator = client.get_paginator("describe_policies")
378
+ describe_scaling_activities_paginator: DescribeScalingActivitiesPaginator = client.get_paginator(
379
+ "describe_scaling_activities"
380
+ )
381
+ describe_scheduled_actions_paginator: DescribeScheduledActionsPaginator = client.get_paginator(
382
+ "describe_scheduled_actions"
383
+ )
384
+ describe_tags_paginator: DescribeTagsPaginator = client.get_paginator("describe_tags")
385
+ describe_warm_pool_paginator: DescribeWarmPoolPaginator = client.get_paginator("describe_warm_pool")
386
+ ```
387
+
388
+ <a id="literals"></a>
389
+
390
+ ### Literals
391
+
392
+ `types_boto3_autoscaling.literals` module contains literals extracted from
393
+ shapes that can be used in user code for type checking.
394
+
395
+ Full list of `AutoScaling` Literals can be found in
396
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/literals/).
397
+
398
+ ```python
399
+ from types_boto3_autoscaling.literals import AcceleratorManufacturerType
400
+
401
+
402
+ def check_value(value: AcceleratorManufacturerType) -> bool: ...
403
+ ```
404
+
405
+ <a id="type-definitions"></a>
406
+
407
+ ### Type definitions
408
+
409
+ `types_boto3_autoscaling.type_defs` module contains structures and shapes
410
+ assembled to typed dictionaries and unions for additional type checking.
411
+
412
+ Full list of `AutoScaling` TypeDefs can be found in
413
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/type_defs/).
414
+
415
+ ```python
416
+ # TypedDict usage example
417
+ from types_boto3_autoscaling.type_defs import AcceleratorCountRequestTypeDef
418
+
419
+
420
+ def get_value() -> AcceleratorCountRequestTypeDef:
421
+ return {
422
+ "Min": ...,
423
+ }
424
+ ```
425
+
426
+ <a id="how-it-works"></a>
427
+
428
+ ## How it works
429
+
430
+ Fully automated
431
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
432
+ generates type annotations for each service, patiently waiting for `boto3`
433
+ updates. It delivers drop-in type annotations for you and makes sure that:
434
+
435
+ - All available `boto3` services are covered.
436
+ - Each public class and method of every `boto3` service gets valid type
437
+ annotations extracted from `botocore` schemas.
438
+ - Type annotations include up-to-date documentation.
439
+ - Link to documentation is provided for every method.
440
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
441
+
442
+ <a id="what's-new"></a>
443
+
444
+ ## What's new
445
+
446
+ <a id="implemented-features"></a>
447
+
448
+ ### Implemented features
449
+
450
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
451
+ libraries
452
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
453
+ compatibility
454
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
455
+ annotations for each service
456
+ - Generated `TypeDefs` for each service
457
+ - Generated `Literals` for each service
458
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
459
+ - Auto discovery of types for `session.client` and `session.resource` calls
460
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
461
+ calls
462
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
463
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
464
+
465
+ <a id="latest-changes"></a>
466
+
467
+ ### Latest changes
468
+
469
+ Builder changelog can be found in
470
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
471
+
472
+ <a id="versioning"></a>
473
+
474
+ ## Versioning
475
+
476
+ `types-boto3-autoscaling` version is the same as related `boto3` version and
477
+ follows
478
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
479
+
480
+ <a id="thank-you"></a>
481
+
482
+ ## Thank you
483
+
484
+ - [Allie Fitter](https://github.com/alliefitter) for
485
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
486
+ this package is based on top of his work
487
+ - [black](https://github.com/psf/black) developers for an awesome formatting
488
+ tool
489
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
490
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
491
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
492
+ for us
493
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
494
+ Python
495
+
496
+ <a id="documentation"></a>
497
+
498
+ ## Documentation
499
+
500
+ All services type annotations can be found in
501
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/)
502
+
503
+ <a id="support-and-contributing"></a>
504
+
505
+ ## Support and contributing
506
+
507
+ This package is auto-generated. Please reports any bugs or request new features
508
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
509
+ repository.
@@ -0,0 +1,18 @@
1
+ types_boto3_autoscaling/__init__.py,sha256=rfG_PMbPmZd-FmcF-X3hY7weTW9uddi67SPNeE-mdpc,3321
2
+ types_boto3_autoscaling/__init__.pyi,sha256=Xba2bBZj5k4BRA4Flg68EvfVE67_fsCpY79Tr_maXiQ,3320
3
+ types_boto3_autoscaling/__main__.py,sha256=se1Ja7b3CkH3zV0f7v5Cc1NquE9Cc8LzJoebhKFp_LQ,998
4
+ types_boto3_autoscaling/client.py,sha256=3lTE6ET7aTVdJlpl4vUXmw4adECwwVqFW6U3LghxuUc,50170
5
+ types_boto3_autoscaling/client.pyi,sha256=UTmb2HjT_0VMr7B3Cq7s1T-plAvx3YoOZi352BVCUvw,50167
6
+ types_boto3_autoscaling/literals.py,sha256=8wCxyC9Xdz68ac_lPVO1jSZlLxLNXJGsuB4iMwHqOoQ,15969
7
+ types_boto3_autoscaling/literals.pyi,sha256=mX8el6ZM02bOxs3KzTLjYPY6tVP0QEemNagOHpyiHR0,15967
8
+ types_boto3_autoscaling/paginator.py,sha256=IcEHu9fqG6rgWu3pBIm9VEzXkIu-mPZWH3PZICN3ZMM,17512
9
+ types_boto3_autoscaling/paginator.pyi,sha256=B3gCArrSJfUbzg6nJ9njH1SJU8NhUOaWzgmR00TzgEY,17478
10
+ types_boto3_autoscaling/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_autoscaling/type_defs.py,sha256=OWC1fXaIwKt1cKRHZ0kzw2pXLylAxSe_-b896DI-7g4,62076
12
+ types_boto3_autoscaling/type_defs.pyi,sha256=ZghFxPWmnPnAV8uPZGVTCOSgIOhVBkDsJ0kjCsP113s,61852
13
+ types_boto3_autoscaling/version.py,sha256=MB4QWZU3Tv5Ic6STfU0aLZO8ZcKgNg5XOOQ82awctK0,92
14
+ types_boto3_autoscaling-1.41.1.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_autoscaling-1.41.1.dist-info/METADATA,sha256=FmbhXEhFNtDZGIfaWzvChy9OCeDrD0XMIC9w0lBgL1o,16581
16
+ types_boto3_autoscaling-1.41.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ types_boto3_autoscaling-1.41.1.dist-info/top_level.txt,sha256=OO2ULhiZCV3dsXy_0Zq-LXGhQssK_pRxGQAXyJeX48M,24
18
+ types_boto3_autoscaling-1.41.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ types_boto3_autoscaling