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
|
@@ -3,6 +3,8 @@ Type annotations for autoscaling service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AcceleratorManufacturerType = "amazon-web-services"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -313,7 +313,6 @@ ServiceName = Literal[
|
|
|
313
313
|
"efs",
|
|
314
314
|
"eks",
|
|
315
315
|
"eks-auth",
|
|
316
|
-
"elastic-inference",
|
|
317
316
|
"elasticache",
|
|
318
317
|
"elasticbeanstalk",
|
|
319
318
|
"elastictranscoder",
|
|
@@ -362,8 +361,6 @@ ServiceName = Literal[
|
|
|
362
361
|
"iot",
|
|
363
362
|
"iot-data",
|
|
364
363
|
"iot-jobs-data",
|
|
365
|
-
"iot1click-devices",
|
|
366
|
-
"iot1click-projects",
|
|
367
364
|
"iotanalytics",
|
|
368
365
|
"iotdeviceadvisor",
|
|
369
366
|
"iotevents",
|
|
@@ -625,6 +622,7 @@ RegionName = Literal[
|
|
|
625
622
|
"ap-southeast-3",
|
|
626
623
|
"ap-southeast-4",
|
|
627
624
|
"ap-southeast-5",
|
|
625
|
+
"ap-southeast-7",
|
|
628
626
|
"ca-central-1",
|
|
629
627
|
"ca-west-1",
|
|
630
628
|
"eu-central-1",
|
|
@@ -638,6 +636,7 @@ RegionName = Literal[
|
|
|
638
636
|
"il-central-1",
|
|
639
637
|
"me-central-1",
|
|
640
638
|
"me-south-1",
|
|
639
|
+
"mx-central-1",
|
|
641
640
|
"sa-east-1",
|
|
642
641
|
"us-east-1",
|
|
643
642
|
"us-east-2",
|
|
@@ -3,6 +3,8 @@ Type annotations for autoscaling service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AcceleratorManufacturerType = "amazon-web-services"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -311,7 +311,6 @@ ServiceName = Literal[
|
|
|
311
311
|
"efs",
|
|
312
312
|
"eks",
|
|
313
313
|
"eks-auth",
|
|
314
|
-
"elastic-inference",
|
|
315
314
|
"elasticache",
|
|
316
315
|
"elasticbeanstalk",
|
|
317
316
|
"elastictranscoder",
|
|
@@ -360,8 +359,6 @@ ServiceName = Literal[
|
|
|
360
359
|
"iot",
|
|
361
360
|
"iot-data",
|
|
362
361
|
"iot-jobs-data",
|
|
363
|
-
"iot1click-devices",
|
|
364
|
-
"iot1click-projects",
|
|
365
362
|
"iotanalytics",
|
|
366
363
|
"iotdeviceadvisor",
|
|
367
364
|
"iotevents",
|
|
@@ -623,6 +620,7 @@ RegionName = Literal[
|
|
|
623
620
|
"ap-southeast-3",
|
|
624
621
|
"ap-southeast-4",
|
|
625
622
|
"ap-southeast-5",
|
|
623
|
+
"ap-southeast-7",
|
|
626
624
|
"ca-central-1",
|
|
627
625
|
"ca-west-1",
|
|
628
626
|
"eu-central-1",
|
|
@@ -636,6 +634,7 @@ RegionName = Literal[
|
|
|
636
634
|
"il-central-1",
|
|
637
635
|
"me-central-1",
|
|
638
636
|
"me-south-1",
|
|
637
|
+
"mx-central-1",
|
|
639
638
|
"sa-east-1",
|
|
640
639
|
"us-east-1",
|
|
641
640
|
"us-east-2",
|
|
@@ -3,6 +3,8 @@ Type annotations for autoscaling service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -38,8 +40,6 @@ Usage::
|
|
|
38
40
|
describe_tags_paginator: DescribeTagsPaginator = client.get_paginator("describe_tags")
|
|
39
41
|
describe_warm_pool_paginator: DescribeWarmPoolPaginator = client.get_paginator("describe_warm_pool")
|
|
40
42
|
```
|
|
41
|
-
|
|
42
|
-
Copyright 2025 Vlad Emelianov
|
|
43
43
|
"""
|
|
44
44
|
|
|
45
45
|
from __future__ import annotations
|
|
@@ -3,6 +3,8 @@ Type annotations for autoscaling service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -38,8 +40,6 @@ Usage::
|
|
|
38
40
|
describe_tags_paginator: DescribeTagsPaginator = client.get_paginator("describe_tags")
|
|
39
41
|
describe_warm_pool_paginator: DescribeWarmPoolPaginator = client.get_paginator("describe_warm_pool")
|
|
40
42
|
```
|
|
41
|
-
|
|
42
|
-
Copyright 2025 Vlad Emelianov
|
|
43
43
|
"""
|
|
44
44
|
|
|
45
45
|
from __future__ import annotations
|