types-boto3-autoscaling 1.38.26__py3-none-any.whl → 1.39.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.

@@ -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.38.26\n"
16
- "Version: 1.38.26\n"
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.38.26\n")
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
 
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.38.26"
7
+ __version__ = "1.39.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-autoscaling
3
- Version: 1.38.26
4
- Summary: Type annotations for boto3 AutoScaling 1.38.26 service generated with mypy-boto3-builder 8.11.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 AutoScaling 1.38.26](https://pypi.org/project/boto3/) compatible with
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.38.26' mypy-boto3-builder`
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.
@@ -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=gqmQHdETJztxpg-gbPk9Og65ZDLptmzurklWAYEwi2U,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=GhCugVz9zKUayaZNuqvNUkXf0ZNZaMUhueruhq_qRyU,15613
7
+ types_boto3_autoscaling/literals.pyi,sha256=VvRVyV3qP9MwNrMGXhzrTLOjhoo1eBWfVsGbFRqIw1Q,15611
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=Jjkj5sDVuTZiwc1ALEAQCUMKYJPQB0dQ27bnu2_jk5A,60177
12
+ types_boto3_autoscaling/type_defs.pyi,sha256=7qfq-slamQ0dcPj3UW7GEhM2R9Nk3nVJTjUSqf8SGKc,59959
13
+ types_boto3_autoscaling/version.py,sha256=2zoG4eEWPRyRE1KcrQlbWADhaM3qPJ9AE2mKAu218VA,92
14
+ types_boto3_autoscaling-1.39.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_autoscaling-1.39.0.dist-info/METADATA,sha256=P-kCtbetYG5H3Tv4hH2EOdSLvU4Ndyw1hCSm75GbrAM,16912
16
+ types_boto3_autoscaling-1.39.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ types_boto3_autoscaling-1.39.0.dist-info/top_level.txt,sha256=OO2ULhiZCV3dsXy_0Zq-LXGhQssK_pRxGQAXyJeX48M,24
18
+ types_boto3_autoscaling-1.39.0.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=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,,