types-boto3-autoscaling 1.35.93__py3-none-any.whl → 1.37.0__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.
Potentially problematic release.
This version of types-boto3-autoscaling might be problematic. Click here for more details.
- types_boto3_autoscaling/__init__.py +4 -2
- types_boto3_autoscaling/__init__.pyi +4 -2
- types_boto3_autoscaling/__main__.py +4 -4
- types_boto3_autoscaling/client.py +116 -123
- types_boto3_autoscaling/client.pyi +116 -123
- types_boto3_autoscaling/literals.py +4 -5
- types_boto3_autoscaling/literals.pyi +4 -5
- types_boto3_autoscaling/paginator.py +2 -2
- types_boto3_autoscaling/paginator.pyi +2 -2
- types_boto3_autoscaling/type_defs.py +283 -337
- types_boto3_autoscaling/type_defs.pyi +276 -323
- types_boto3_autoscaling/version.py +1 -1
- {types_boto3_autoscaling-1.35.93.dist-info → types_boto3_autoscaling-1.37.0.dist-info}/METADATA +25 -9
- types_boto3_autoscaling-1.37.0.dist-info/RECORD +18 -0
- {types_boto3_autoscaling-1.35.93.dist-info → types_boto3_autoscaling-1.37.0.dist-info}/WHEEL +1 -1
- types_boto3_autoscaling-1.35.93.dist-info/RECORD +0 -18
- {types_boto3_autoscaling-1.35.93.dist-info → types_boto3_autoscaling-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_autoscaling-1.35.93.dist-info → types_boto3_autoscaling-1.37.0.dist-info}/top_level.txt +0 -0
{types_boto3_autoscaling-1.35.93.dist-info → types_boto3_autoscaling-1.37.0.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: types-boto3-autoscaling
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 AutoScaling 1.
|
|
3
|
+
Version: 1.37.0
|
|
4
|
+
Summary: Type annotations for boto3 AutoScaling 1.37.0 service generated with mypy-boto3-builder 8.9.2
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
|
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
33
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: project-url
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
34
46
|
|
|
35
47
|
<a id="types-boto3-autoscaling"></a>
|
|
36
48
|
|
|
@@ -44,7 +56,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
|
|
|
44
56
|

|
|
45
57
|
|
|
46
58
|
Type annotations for
|
|
47
|
-
[boto3 AutoScaling 1.
|
|
59
|
+
[boto3 AutoScaling 1.37.0](https://pypi.org/project/boto3/) compatible with
|
|
48
60
|
[VSCode](https://code.visualstudio.com/),
|
|
49
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -53,7 +65,7 @@ Type annotations for
|
|
|
53
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
66
|
|
|
55
67
|
Generated with
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
57
69
|
|
|
58
70
|
More information can be found on
|
|
59
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -101,12 +113,12 @@ See how it helps you find and fix potential bugs:
|
|
|
101
113
|
### Generate locally (recommended)
|
|
102
114
|
|
|
103
115
|
You can generate type annotations for `boto3` package locally with
|
|
104
|
-
`
|
|
116
|
+
`mypy-boto3-builder`. Use
|
|
105
117
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
118
|
isolation.
|
|
107
119
|
|
|
108
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
110
122
|
2. Select `boto3` AWS SDK.
|
|
111
123
|
3. Add `AutoScaling` service.
|
|
112
124
|
4. Use provided commands to install generated packages.
|
|
@@ -414,11 +426,14 @@ Full list of `AutoScaling` TypeDefs can be found in
|
|
|
414
426
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/type_defs/).
|
|
415
427
|
|
|
416
428
|
```python
|
|
429
|
+
# TypedDict usage example
|
|
417
430
|
from types_boto3_autoscaling.type_defs import AcceleratorCountRequestTypeDef
|
|
418
431
|
|
|
419
432
|
|
|
420
433
|
def get_value() -> AcceleratorCountRequestTypeDef:
|
|
421
|
-
return {
|
|
434
|
+
return {
|
|
435
|
+
"Min": ...,
|
|
436
|
+
}
|
|
422
437
|
```
|
|
423
438
|
|
|
424
439
|
<a id="how-it-works"></a>
|
|
@@ -472,7 +487,8 @@ Builder changelog can be found in
|
|
|
472
487
|
## Versioning
|
|
473
488
|
|
|
474
489
|
`types-boto3-autoscaling` version is the same as related `boto3` version and
|
|
475
|
-
follows
|
|
490
|
+
follows
|
|
491
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
476
492
|
|
|
477
493
|
<a id="thank-you"></a>
|
|
478
494
|
|
|
@@ -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=W1FqmssJOfGu0Np70dh61oVznh_fiLkKXQZ5PL1Bq6w,997
|
|
4
|
+
types_boto3_autoscaling/client.py,sha256=R8HRB6B3WybC5lxxNIywIRgEpHd8CACUj_g4N7_Gj9U,49683
|
|
5
|
+
types_boto3_autoscaling/client.pyi,sha256=zSCUQLLY8ARNDFrRGv8BQVOb9d8_PSNOUpe90FD2nnU,49680
|
|
6
|
+
types_boto3_autoscaling/literals.py,sha256=lSjaRbp8Qe4SY51SOX303pVw1U_qMNMFOLA2bDDxYcQ,15463
|
|
7
|
+
types_boto3_autoscaling/literals.pyi,sha256=JRyXnMUlxsChPSc1s7hnN0Yh73gAOwuOXR7vcnUgO0k,15461
|
|
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=6dpUR36ZqyuPK7-Gv_8OYBVj3SUZk_QwmqxFXYDU4Mg,60097
|
|
12
|
+
types_boto3_autoscaling/type_defs.pyi,sha256=_vWdhnhaqqlbRm89kuJ8YWKA75sQj3hiBBmXzbNiBWQ,59879
|
|
13
|
+
types_boto3_autoscaling/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
|
|
14
|
+
types_boto3_autoscaling-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_autoscaling-1.37.0.dist-info/METADATA,sha256=t-WLEroc7XbKkIfwi9_0cMBJT7cB-CfnXl3EeiWyVPs,16888
|
|
16
|
+
types_boto3_autoscaling-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
+
types_boto3_autoscaling-1.37.0.dist-info/top_level.txt,sha256=OO2ULhiZCV3dsXy_0Zq-LXGhQssK_pRxGQAXyJeX48M,24
|
|
18
|
+
types_boto3_autoscaling-1.37.0.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_autoscaling/__init__.py,sha256=x7Yxep7r986plChjLdnAmM1enXPDAt7RaLtManjt444,3235
|
|
2
|
-
types_boto3_autoscaling/__init__.pyi,sha256=hmaq8AhFUQ5740kIozhx5TAj8fvPImvldTPbTnu2q6U,3234
|
|
3
|
-
types_boto3_autoscaling/__main__.py,sha256=re-X0fa9itcRfbyYgXCXi5wGkLXdvnJenlkSjm4vE0o,1000
|
|
4
|
-
types_boto3_autoscaling/client.py,sha256=NenTbDVbVbs01T4Kr5g58ggh-ciZoQTyLWdAYKpSTBA,50498
|
|
5
|
-
types_boto3_autoscaling/client.pyi,sha256=SSjZHm3ILmro_dOrYkxBsr2VBuAD9-0RWCoU541NHuo,50495
|
|
6
|
-
types_boto3_autoscaling/literals.py,sha256=hVIbuFGtAFi591H8CW2KD10zfczwRV2NOOsjkuw1M9Q,15497
|
|
7
|
-
types_boto3_autoscaling/literals.pyi,sha256=x1K29J3Kcgk-qO4SjN4k6TUREGeHzaZ7NAItqoHU0aE,15495
|
|
8
|
-
types_boto3_autoscaling/paginator.py,sha256=oN98dVUzp9A1ZLc38ST8goFllEviBfTreONYE4Q3_fI,17512
|
|
9
|
-
types_boto3_autoscaling/paginator.pyi,sha256=umhTzKIaDTMagLRdvgyAvL9_VeZXWw66hLwu628nkvA,17478
|
|
10
|
-
types_boto3_autoscaling/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_autoscaling/type_defs.py,sha256=T3d0azHA6gRJILY9xK-BjCmxsbMxqyQuLnZ6WQMW3kA,62844
|
|
12
|
-
types_boto3_autoscaling/type_defs.pyi,sha256=q_tsnFQFXIhHKXDe9Nigwlx-aRMxGUwbElGZRBAsut4,62619
|
|
13
|
-
types_boto3_autoscaling/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
|
|
14
|
-
types_boto3_autoscaling-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_autoscaling-1.35.93.dist-info/METADATA,sha256=6OprMgZANezJ3tfDF_rD_PHpX8-HDN_XnTJzlcGRUAw,16538
|
|
16
|
-
types_boto3_autoscaling-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
|
17
|
-
types_boto3_autoscaling-1.35.93.dist-info/top_level.txt,sha256=OO2ULhiZCV3dsXy_0Zq-LXGhQssK_pRxGQAXyJeX48M,24
|
|
18
|
-
types_boto3_autoscaling-1.35.93.dist-info/RECORD,,
|
{types_boto3_autoscaling-1.35.93.dist-info → types_boto3_autoscaling-1.37.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{types_boto3_autoscaling-1.35.93.dist-info → types_boto3_autoscaling-1.37.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|