types-boto3-autoscaling 1.38.0__py3-none-any.whl → 1.38.26__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/__main__.py +4 -4
- types_boto3_autoscaling/literals.py +2 -3
- types_boto3_autoscaling/literals.pyi +2 -3
- types_boto3_autoscaling/version.py +1 -1
- {types_boto3_autoscaling-1.38.0.dist-info → types_boto3_autoscaling-1.38.26.dist-info}/METADATA +5 -5
- types_boto3_autoscaling-1.38.26.dist-info/RECORD +18 -0
- {types_boto3_autoscaling-1.38.0.dist-info → types_boto3_autoscaling-1.38.26.dist-info}/WHEEL +1 -1
- types_boto3_autoscaling-1.38.0.dist-info/RECORD +0 -18
- {types_boto3_autoscaling-1.38.0.dist-info → types_boto3_autoscaling-1.38.26.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_autoscaling-1.38.0.dist-info → types_boto3_autoscaling-1.38.26.dist-info}/top_level.txt +0 -0
|
@@ -12,9 +12,9 @@ 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.38.
|
|
16
|
-
"Version: 1.38.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 AutoScaling 1.38.26\n"
|
|
16
|
+
"Version: 1.38.26\n"
|
|
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"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\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.38.
|
|
29
|
+
sys.stdout.write("1.38.26\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -80,7 +80,7 @@ CapacityDistributionStrategyType = Literal["balanced-best-effort", "balanced-onl
|
|
|
80
80
|
CapacityReservationPreferenceType = Literal[
|
|
81
81
|
"capacity-reservations-first", "capacity-reservations-only", "default", "none"
|
|
82
82
|
]
|
|
83
|
-
CpuManufacturerType = Literal["amazon-web-services", "amd", "intel"]
|
|
83
|
+
CpuManufacturerType = Literal["amazon-web-services", "amd", "apple", "intel"]
|
|
84
84
|
DescribeAutoScalingGroupsPaginatorName = Literal["describe_auto_scaling_groups"]
|
|
85
85
|
DescribeAutoScalingInstancesPaginatorName = Literal["describe_auto_scaling_instances"]
|
|
86
86
|
DescribeLaunchConfigurationsPaginatorName = Literal["describe_launch_configurations"]
|
|
@@ -477,7 +477,6 @@ ServiceName = Literal[
|
|
|
477
477
|
"pipes",
|
|
478
478
|
"polly",
|
|
479
479
|
"pricing",
|
|
480
|
-
"privatenetworks",
|
|
481
480
|
"proton",
|
|
482
481
|
"qapps",
|
|
483
482
|
"qbusiness",
|
|
@@ -538,7 +537,6 @@ ServiceName = Literal[
|
|
|
538
537
|
"signer",
|
|
539
538
|
"simspaceweaver",
|
|
540
539
|
"sms",
|
|
541
|
-
"sms-voice",
|
|
542
540
|
"snow-device-management",
|
|
543
541
|
"snowball",
|
|
544
542
|
"sns",
|
|
@@ -546,6 +544,7 @@ ServiceName = Literal[
|
|
|
546
544
|
"sqs",
|
|
547
545
|
"ssm",
|
|
548
546
|
"ssm-contacts",
|
|
547
|
+
"ssm-guiconnect",
|
|
549
548
|
"ssm-incidents",
|
|
550
549
|
"ssm-quicksetup",
|
|
551
550
|
"ssm-sap",
|
|
@@ -78,7 +78,7 @@ CapacityDistributionStrategyType = Literal["balanced-best-effort", "balanced-onl
|
|
|
78
78
|
CapacityReservationPreferenceType = Literal[
|
|
79
79
|
"capacity-reservations-first", "capacity-reservations-only", "default", "none"
|
|
80
80
|
]
|
|
81
|
-
CpuManufacturerType = Literal["amazon-web-services", "amd", "intel"]
|
|
81
|
+
CpuManufacturerType = Literal["amazon-web-services", "amd", "apple", "intel"]
|
|
82
82
|
DescribeAutoScalingGroupsPaginatorName = Literal["describe_auto_scaling_groups"]
|
|
83
83
|
DescribeAutoScalingInstancesPaginatorName = Literal["describe_auto_scaling_instances"]
|
|
84
84
|
DescribeLaunchConfigurationsPaginatorName = Literal["describe_launch_configurations"]
|
|
@@ -475,7 +475,6 @@ ServiceName = Literal[
|
|
|
475
475
|
"pipes",
|
|
476
476
|
"polly",
|
|
477
477
|
"pricing",
|
|
478
|
-
"privatenetworks",
|
|
479
478
|
"proton",
|
|
480
479
|
"qapps",
|
|
481
480
|
"qbusiness",
|
|
@@ -536,7 +535,6 @@ ServiceName = Literal[
|
|
|
536
535
|
"signer",
|
|
537
536
|
"simspaceweaver",
|
|
538
537
|
"sms",
|
|
539
|
-
"sms-voice",
|
|
540
538
|
"snow-device-management",
|
|
541
539
|
"snowball",
|
|
542
540
|
"sns",
|
|
@@ -544,6 +542,7 @@ ServiceName = Literal[
|
|
|
544
542
|
"sqs",
|
|
545
543
|
"ssm",
|
|
546
544
|
"ssm-contacts",
|
|
545
|
+
"ssm-guiconnect",
|
|
547
546
|
"ssm-incidents",
|
|
548
547
|
"ssm-quicksetup",
|
|
549
548
|
"ssm-sap",
|
{types_boto3_autoscaling-1.38.0.dist-info → types_boto3_autoscaling-1.38.26.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-autoscaling
|
|
3
|
-
Version: 1.38.
|
|
4
|
-
Summary: Type annotations for boto3 AutoScaling 1.38.
|
|
3
|
+
Version: 1.38.26
|
|
4
|
+
Summary: Type annotations for boto3 AutoScaling 1.38.26 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.38.
|
|
60
|
+
[boto3 AutoScaling 1.38.26](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/),
|
|
@@ -66,7 +66,7 @@ Type annotations for
|
|
|
66
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
67
67
|
|
|
68
68
|
Generated with
|
|
69
|
-
[mypy-boto3-builder 8.
|
|
69
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
70
70
|
|
|
71
71
|
More information can be found on
|
|
72
72
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.38.
|
|
122
|
+
`uvx --with 'boto3==1.38.26' 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.
|
|
@@ -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=wF05AJ9DJ_Aa6Q4SJCF_EE7WTyIUiUYH5kzZPUGqdAk,1001
|
|
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=l8zW4enr6I-weU4R-B6OC6_gAQZdV0axb-m2sEwUhoM,15509
|
|
7
|
+
types_boto3_autoscaling/literals.pyi,sha256=bLRRZ3-_x2zmQEwF7o_BLnt-1WAqMEmJ37Nc0fRK6Jg,15507
|
|
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=1qde-uCtk398VMRXSVqMHO2r6TfcrlM0lLfrzGwVGeI,93
|
|
14
|
+
types_boto3_autoscaling-1.38.26.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_autoscaling-1.38.26.dist-info/METADATA,sha256=yKeYH4anH8Vf1BIJcpAggSGgGepHrgRws0cxKb2rHJ8,16916
|
|
16
|
+
types_boto3_autoscaling-1.38.26.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_autoscaling-1.38.26.dist-info/top_level.txt,sha256=OO2ULhiZCV3dsXy_0Zq-LXGhQssK_pRxGQAXyJeX48M,24
|
|
18
|
+
types_boto3_autoscaling-1.38.26.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
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=_2XTpziNgYwgNzEGRbtaNi9gZZwO4ArxdAgAjQ-7Q6U,998
|
|
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=p6iEzzr8K5xR-lNQjSCEg9ba-uX6_a0KfwFpymfeQUA,15518
|
|
7
|
-
types_boto3_autoscaling/literals.pyi,sha256=WtvBcQ4UWx4foHHe581gOniNXzByt8U2428rqnOheEc,15516
|
|
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=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
|
|
14
|
-
types_boto3_autoscaling-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_autoscaling-1.38.0.dist-info/METADATA,sha256=r4o341CgLT7VaRSqG22rdZcaZ7lZCcDN228E1Cyspq0,16912
|
|
16
|
-
types_boto3_autoscaling-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
17
|
-
types_boto3_autoscaling-1.38.0.dist-info/top_level.txt,sha256=OO2ULhiZCV3dsXy_0Zq-LXGhQssK_pRxGQAXyJeX48M,24
|
|
18
|
-
types_boto3_autoscaling-1.38.0.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_autoscaling-1.38.0.dist-info → types_boto3_autoscaling-1.38.26.dist-info}/top_level.txt
RENAMED
|
File without changes
|