types-boto3-autoscaling 1.38.26__tar.gz → 1.39.0__tar.gz
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-1.38.26/types_boto3_autoscaling.egg-info → types_boto3_autoscaling-1.39.0}/PKG-INFO +4 -4
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/README.md +2 -2
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/setup.py +2 -2
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/__main__.py +3 -3
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/literals.py +6 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/literals.pyi +6 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/type_defs.py +2 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/type_defs.pyi +2 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/version.py +1 -1
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0/types_boto3_autoscaling.egg-info}/PKG-INFO +4 -4
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/LICENSE +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/setup.cfg +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/__init__.py +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/__init__.pyi +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/client.py +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/client.pyi +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/paginator.py +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/paginator.pyi +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/py.typed +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling.egg-info/SOURCES.txt +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling.egg-info/dependency_links.txt +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling.egg-info/not-zip-safe +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling.egg-info/requires.txt +0 -0
- {types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-autoscaling
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 AutoScaling 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 AutoScaling 1.39.0 service generated with mypy-boto3-builder 8.11.0
|
|
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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 AutoScaling 1.
|
|
60
|
+
[boto3 AutoScaling 1.39.0](https://pypi.org/project/boto3/) compatible with
|
|
61
61
|
[VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
122
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `AutoScaling` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 AutoScaling 1.
|
|
13
|
+
[boto3 AutoScaling 1.39.0](https://pypi.org/project/boto3/) compatible with
|
|
14
14
|
[VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.
|
|
75
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `AutoScaling` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-autoscaling",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.39.0",
|
|
17
17
|
packages=["types_boto3_autoscaling"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 AutoScaling 1.
|
|
22
|
+
description="Type annotations for boto3 AutoScaling 1.39.0 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 AutoScaling 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 AutoScaling 1.39.0\n"
|
|
16
|
+
"Version: 1.39.0\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/autoscaling.html#autoscaling\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.39.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -185,6 +185,7 @@ ServiceName = Literal[
|
|
|
185
185
|
"account",
|
|
186
186
|
"acm",
|
|
187
187
|
"acm-pca",
|
|
188
|
+
"aiops",
|
|
188
189
|
"amp",
|
|
189
190
|
"amplify",
|
|
190
191
|
"amplifybackend",
|
|
@@ -325,6 +326,7 @@ ServiceName = Literal[
|
|
|
325
326
|
"es",
|
|
326
327
|
"events",
|
|
327
328
|
"evidently",
|
|
329
|
+
"evs",
|
|
328
330
|
"finspace",
|
|
329
331
|
"finspace-data",
|
|
330
332
|
"firehose",
|
|
@@ -382,6 +384,7 @@ ServiceName = Literal[
|
|
|
382
384
|
"kendra",
|
|
383
385
|
"kendra-ranking",
|
|
384
386
|
"keyspaces",
|
|
387
|
+
"keyspacesstreams",
|
|
385
388
|
"kinesis",
|
|
386
389
|
"kinesis-video-archived-media",
|
|
387
390
|
"kinesis-video-media",
|
|
@@ -437,6 +440,7 @@ ServiceName = Literal[
|
|
|
437
440
|
"migrationhub-config",
|
|
438
441
|
"migrationhuborchestrator",
|
|
439
442
|
"migrationhubstrategy",
|
|
443
|
+
"mpa",
|
|
440
444
|
"mq",
|
|
441
445
|
"mturk",
|
|
442
446
|
"mwaa",
|
|
@@ -581,6 +585,7 @@ ServiceName = Literal[
|
|
|
581
585
|
"workmail",
|
|
582
586
|
"workmailmessageflow",
|
|
583
587
|
"workspaces",
|
|
588
|
+
"workspaces-instances",
|
|
584
589
|
"workspaces-thin-client",
|
|
585
590
|
"workspaces-web",
|
|
586
591
|
"xray",
|
|
@@ -613,6 +618,7 @@ PaginatorName = Literal[
|
|
|
613
618
|
RegionName = Literal[
|
|
614
619
|
"af-south-1",
|
|
615
620
|
"ap-east-1",
|
|
621
|
+
"ap-east-2",
|
|
616
622
|
"ap-northeast-1",
|
|
617
623
|
"ap-northeast-2",
|
|
618
624
|
"ap-northeast-3",
|
|
@@ -183,6 +183,7 @@ ServiceName = Literal[
|
|
|
183
183
|
"account",
|
|
184
184
|
"acm",
|
|
185
185
|
"acm-pca",
|
|
186
|
+
"aiops",
|
|
186
187
|
"amp",
|
|
187
188
|
"amplify",
|
|
188
189
|
"amplifybackend",
|
|
@@ -323,6 +324,7 @@ ServiceName = Literal[
|
|
|
323
324
|
"es",
|
|
324
325
|
"events",
|
|
325
326
|
"evidently",
|
|
327
|
+
"evs",
|
|
326
328
|
"finspace",
|
|
327
329
|
"finspace-data",
|
|
328
330
|
"firehose",
|
|
@@ -380,6 +382,7 @@ ServiceName = Literal[
|
|
|
380
382
|
"kendra",
|
|
381
383
|
"kendra-ranking",
|
|
382
384
|
"keyspaces",
|
|
385
|
+
"keyspacesstreams",
|
|
383
386
|
"kinesis",
|
|
384
387
|
"kinesis-video-archived-media",
|
|
385
388
|
"kinesis-video-media",
|
|
@@ -435,6 +438,7 @@ ServiceName = Literal[
|
|
|
435
438
|
"migrationhub-config",
|
|
436
439
|
"migrationhuborchestrator",
|
|
437
440
|
"migrationhubstrategy",
|
|
441
|
+
"mpa",
|
|
438
442
|
"mq",
|
|
439
443
|
"mturk",
|
|
440
444
|
"mwaa",
|
|
@@ -579,6 +583,7 @@ ServiceName = Literal[
|
|
|
579
583
|
"workmail",
|
|
580
584
|
"workmailmessageflow",
|
|
581
585
|
"workspaces",
|
|
586
|
+
"workspaces-instances",
|
|
582
587
|
"workspaces-thin-client",
|
|
583
588
|
"workspaces-web",
|
|
584
589
|
"xray",
|
|
@@ -611,6 +616,7 @@ PaginatorName = Literal[
|
|
|
611
616
|
RegionName = Literal[
|
|
612
617
|
"af-south-1",
|
|
613
618
|
"ap-east-1",
|
|
619
|
+
"ap-east-2",
|
|
614
620
|
"ap-northeast-1",
|
|
615
621
|
"ap-northeast-2",
|
|
616
622
|
"ap-northeast-3",
|
|
@@ -975,6 +975,7 @@ class DetachTrafficSourcesTypeTypeDef(TypedDict):
|
|
|
975
975
|
|
|
976
976
|
class AutoScalingGroupNamesTypeTypeDef(TypedDict):
|
|
977
977
|
AutoScalingGroupNames: NotRequired[Sequence[str]]
|
|
978
|
+
IncludeInstances: NotRequired[bool]
|
|
978
979
|
NextToken: NotRequired[str]
|
|
979
980
|
MaxRecords: NotRequired[int]
|
|
980
981
|
Filters: NotRequired[Sequence[FilterTypeDef]]
|
|
@@ -988,6 +989,7 @@ class DescribeTagsTypeTypeDef(TypedDict):
|
|
|
988
989
|
|
|
989
990
|
class AutoScalingGroupNamesTypePaginateTypeDef(TypedDict):
|
|
990
991
|
AutoScalingGroupNames: NotRequired[Sequence[str]]
|
|
992
|
+
IncludeInstances: NotRequired[bool]
|
|
991
993
|
Filters: NotRequired[Sequence[FilterTypeDef]]
|
|
992
994
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
993
995
|
|
|
@@ -857,6 +857,7 @@ class DetachTrafficSourcesTypeTypeDef(TypedDict):
|
|
|
857
857
|
|
|
858
858
|
class AutoScalingGroupNamesTypeTypeDef(TypedDict):
|
|
859
859
|
AutoScalingGroupNames: NotRequired[Sequence[str]]
|
|
860
|
+
IncludeInstances: NotRequired[bool]
|
|
860
861
|
NextToken: NotRequired[str]
|
|
861
862
|
MaxRecords: NotRequired[int]
|
|
862
863
|
Filters: NotRequired[Sequence[FilterTypeDef]]
|
|
@@ -868,6 +869,7 @@ class DescribeTagsTypeTypeDef(TypedDict):
|
|
|
868
869
|
|
|
869
870
|
class AutoScalingGroupNamesTypePaginateTypeDef(TypedDict):
|
|
870
871
|
AutoScalingGroupNames: NotRequired[Sequence[str]]
|
|
872
|
+
IncludeInstances: NotRequired[bool]
|
|
871
873
|
Filters: NotRequired[Sequence[FilterTypeDef]]
|
|
872
874
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
873
875
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-autoscaling
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 AutoScaling 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 AutoScaling 1.39.0 service generated with mypy-boto3-builder 8.11.0
|
|
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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 AutoScaling 1.
|
|
60
|
+
[boto3 AutoScaling 1.39.0](https://pypi.org/project/boto3/) compatible with
|
|
61
61
|
[VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
122
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `AutoScaling` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_boto3_autoscaling-1.38.26 → types_boto3_autoscaling-1.39.0}/types_boto3_autoscaling/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|