types-boto3 1.40.18__py3-none-any.whl → 1.40.20__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.
boto3-stubs/__init__.pyi CHANGED
@@ -313,9 +313,6 @@ from types_boto3_odb.client import OdbClient
313
313
  from types_boto3_omics.client import OmicsClient
314
314
  from types_boto3_opensearch.client import OpenSearchServiceClient
315
315
  from types_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
316
- from types_boto3_opsworks.client import OpsWorksClient
317
- from types_boto3_opsworks.service_resource import OpsWorksServiceResource
318
- from types_boto3_opsworkscm.client import OpsWorksCMClient
319
316
  from types_boto3_organizations.client import OrganizationsClient
320
317
  from types_boto3_osis.client import OpenSearchIngestionClient
321
318
  from types_boto3_outposts.client import OutpostsClient
@@ -5571,42 +5568,6 @@ def client(
5571
5568
  Create client for OpenSearchServiceServerless service.
5572
5569
  """
5573
5570
 
5574
- @overload
5575
- def client(
5576
- service_name: Literal["opsworks"],
5577
- region_name: str | None = ...,
5578
- api_version: str | None = ...,
5579
- use_ssl: bool | None = ...,
5580
- verify: bool | str | None = ...,
5581
- endpoint_url: str | None = ...,
5582
- aws_access_key_id: str | None = ...,
5583
- aws_secret_access_key: str | None = ...,
5584
- aws_session_token: str | None = ...,
5585
- config: Config | None = ...,
5586
- aws_account_id: str | None = ...,
5587
- ) -> OpsWorksClient:
5588
- """
5589
- Create client for OpsWorks service.
5590
- """
5591
-
5592
- @overload
5593
- def client(
5594
- service_name: Literal["opsworkscm"],
5595
- region_name: str | None = ...,
5596
- api_version: str | None = ...,
5597
- use_ssl: bool | None = ...,
5598
- verify: bool | str | None = ...,
5599
- endpoint_url: str | None = ...,
5600
- aws_access_key_id: str | None = ...,
5601
- aws_secret_access_key: str | None = ...,
5602
- aws_session_token: str | None = ...,
5603
- config: Config | None = ...,
5604
- aws_account_id: str | None = ...,
5605
- ) -> OpsWorksCMClient:
5606
- """
5607
- Create client for OpsWorksCM service.
5608
- """
5609
-
5610
5571
  @overload
5611
5572
  def client(
5612
5573
  service_name: Literal["organizations"],
@@ -8055,24 +8016,6 @@ def resource(
8055
8016
  Create ServiceResource for IAM service.
8056
8017
  """
8057
8018
 
8058
- @overload
8059
- def resource(
8060
- service_name: Literal["opsworks"],
8061
- region_name: str | None = ...,
8062
- api_version: str | None = ...,
8063
- use_ssl: bool | None = ...,
8064
- verify: bool | str | None = ...,
8065
- endpoint_url: str | None = ...,
8066
- aws_access_key_id: str | None = ...,
8067
- aws_secret_access_key: str | None = ...,
8068
- aws_session_token: str | None = ...,
8069
- config: Config | None = ...,
8070
- aws_account_id: str | None = ...,
8071
- ) -> OpsWorksServiceResource:
8072
- """
8073
- Create ServiceResource for OpsWorks service.
8074
- """
8075
-
8076
8019
  @overload
8077
8020
  def resource(
8078
8021
  service_name: Literal["s3"],
boto3-stubs/session.pyi CHANGED
@@ -319,9 +319,6 @@ from types_boto3_odb.client import OdbClient
319
319
  from types_boto3_omics.client import OmicsClient
320
320
  from types_boto3_opensearch.client import OpenSearchServiceClient
321
321
  from types_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
322
- from types_boto3_opsworks.client import OpsWorksClient
323
- from types_boto3_opsworks.service_resource import OpsWorksServiceResource
324
- from types_boto3_opsworkscm.client import OpsWorksCMClient
325
322
  from types_boto3_organizations.client import OrganizationsClient
326
323
  from types_boto3_osis.client import OpenSearchIngestionClient
327
324
  from types_boto3_outposts.client import OutpostsClient
@@ -5874,44 +5871,6 @@ class Session:
5874
5871
  Create client for OpenSearchServiceServerless service.
5875
5872
  """
5876
5873
 
5877
- @overload
5878
- def client(
5879
- self,
5880
- service_name: Literal["opsworks"],
5881
- region_name: str | None = ...,
5882
- api_version: str | None = ...,
5883
- use_ssl: bool | None = ...,
5884
- verify: bool | str | None = ...,
5885
- endpoint_url: str | None = ...,
5886
- aws_access_key_id: str | None = ...,
5887
- aws_secret_access_key: str | None = ...,
5888
- aws_session_token: str | None = ...,
5889
- config: Config | None = ...,
5890
- aws_account_id: str | None = ...,
5891
- ) -> OpsWorksClient:
5892
- """
5893
- Create client for OpsWorks service.
5894
- """
5895
-
5896
- @overload
5897
- def client(
5898
- self,
5899
- service_name: Literal["opsworkscm"],
5900
- region_name: str | None = ...,
5901
- api_version: str | None = ...,
5902
- use_ssl: bool | None = ...,
5903
- verify: bool | str | None = ...,
5904
- endpoint_url: str | None = ...,
5905
- aws_access_key_id: str | None = ...,
5906
- aws_secret_access_key: str | None = ...,
5907
- aws_session_token: str | None = ...,
5908
- config: Config | None = ...,
5909
- aws_account_id: str | None = ...,
5910
- ) -> OpsWorksCMClient:
5911
- """
5912
- Create client for OpsWorksCM service.
5913
- """
5914
-
5915
5874
  @overload
5916
5875
  def client(
5917
5876
  self,
@@ -8496,25 +8455,6 @@ class Session:
8496
8455
  Create ServiceResource for IAM service.
8497
8456
  """
8498
8457
 
8499
- @overload
8500
- def resource(
8501
- self,
8502
- service_name: Literal["opsworks"],
8503
- region_name: str | None = ...,
8504
- api_version: str | None = ...,
8505
- use_ssl: bool | None = ...,
8506
- verify: bool | str | None = ...,
8507
- endpoint_url: str | None = ...,
8508
- aws_access_key_id: str | None = ...,
8509
- aws_secret_access_key: str | None = ...,
8510
- aws_session_token: str | None = ...,
8511
- config: Config | None = ...,
8512
- aws_account_id: str | None = ...,
8513
- ) -> OpsWorksServiceResource:
8514
- """
8515
- Create ServiceResource for OpsWorks service.
8516
- """
8517
-
8518
8458
  @overload
8519
8459
  def resource(
8520
8460
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3
3
- Version: 1.40.18
4
- Summary: Type annotations for boto3 1.40.18 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.20
4
+ Summary: Type annotations for boto3 1.40.20 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
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
36
  Provides-Extra: full
37
37
  Requires-Dist: types-boto3-full<1.41.0,>=1.40.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.40.18; extra == "boto3"
39
+ Requires-Dist: boto3==1.40.20; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: types-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
42
42
  Requires-Dist: types-boto3-account<1.41.0,>=1.40.0; extra == "all"
@@ -321,8 +321,6 @@ Requires-Dist: types-boto3-odb<1.41.0,>=1.40.0; extra == "all"
321
321
  Requires-Dist: types-boto3-omics<1.41.0,>=1.40.0; extra == "all"
322
322
  Requires-Dist: types-boto3-opensearch<1.41.0,>=1.40.0; extra == "all"
323
323
  Requires-Dist: types-boto3-opensearchserverless<1.41.0,>=1.40.0; extra == "all"
324
- Requires-Dist: types-boto3-opsworks<1.41.0,>=1.40.0; extra == "all"
325
- Requires-Dist: types-boto3-opsworkscm<1.41.0,>=1.40.0; extra == "all"
326
324
  Requires-Dist: types-boto3-organizations<1.41.0,>=1.40.0; extra == "all"
327
325
  Requires-Dist: types-boto3-osis<1.41.0,>=1.40.0; extra == "all"
328
326
  Requires-Dist: types-boto3-outposts<1.41.0,>=1.40.0; extra == "all"
@@ -1027,10 +1025,6 @@ Provides-Extra: opensearch
1027
1025
  Requires-Dist: types-boto3-opensearch<1.41.0,>=1.40.0; extra == "opensearch"
1028
1026
  Provides-Extra: opensearchserverless
1029
1027
  Requires-Dist: types-boto3-opensearchserverless<1.41.0,>=1.40.0; extra == "opensearchserverless"
1030
- Provides-Extra: opsworks
1031
- Requires-Dist: types-boto3-opsworks<1.41.0,>=1.40.0; extra == "opsworks"
1032
- Provides-Extra: opsworkscm
1033
- Requires-Dist: types-boto3-opsworkscm<1.41.0,>=1.40.0; extra == "opsworkscm"
1034
1028
  Provides-Extra: organizations
1035
1029
  Requires-Dist: types-boto3-organizations<1.41.0,>=1.40.0; extra == "organizations"
1036
1030
  Provides-Extra: osis
@@ -1317,7 +1311,7 @@ Dynamic: summary
1317
1311
 
1318
1312
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1319
1313
 
1320
- Type annotations for [boto3 1.40.18](https://pypi.org/project/boto3/)
1314
+ Type annotations for [boto3 1.40.20](https://pypi.org/project/boto3/)
1321
1315
  compatible with [VSCode](https://code.visualstudio.com/),
1322
1316
  [PyCharm](https://www.jetbrains.com/pycharm/),
1323
1317
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1375,7 +1369,7 @@ You can generate type annotations for `boto3` package locally with
1375
1369
  isolation.
1376
1370
 
1377
1371
  1. Run mypy-boto3-builder in your package root directory:
1378
- `uvx --with 'boto3==1.40.18' mypy-boto3-builder`
1372
+ `uvx --with 'boto3==1.40.20' mypy-boto3-builder`
1379
1373
  2. Select `boto3` AWS SDK.
1380
1374
  3. Select services you use in the current project.
1381
1375
  4. Use provided commands to install generated packages.
@@ -1703,9 +1697,9 @@ repository.
1703
1697
 
1704
1698
  ## Submodules
1705
1699
 
1706
- - `types-boto3[full]` - Type annotations for all 415 services in one package
1700
+ - `types-boto3[full]` - Type annotations for all 413 services in one package
1707
1701
  (recommended).
1708
- - `types-boto3[all]` - Type annotations for all 415 services in separate
1702
+ - `types-boto3[all]` - Type annotations for all 413 services in separate
1709
1703
  packages.
1710
1704
  - `types-boto3[essential]` - Type annotations for
1711
1705
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -2540,12 +2534,6 @@ repository.
2540
2534
  - `types-boto3[opensearchserverless]` - Type annotations for
2541
2535
  [OpenSearchServiceServerless](https://youtype.github.io/types_boto3_docs/types_boto3_opensearchserverless/)
2542
2536
  service.
2543
- - `types-boto3[opsworks]` - Type annotations for
2544
- [OpsWorks](https://youtype.github.io/types_boto3_docs/types_boto3_opsworks/)
2545
- service.
2546
- - `types-boto3[opsworkscm]` - Type annotations for
2547
- [OpsWorksCM](https://youtype.github.io/types_boto3_docs/types_boto3_opsworkscm/)
2548
- service.
2549
2537
  - `types-boto3[organizations]` - Type annotations for
2550
2538
  [Organizations](https://youtype.github.io/types_boto3_docs/types_boto3_organizations/)
2551
2539
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=fxfz5QCxDvrgJ3Am9j2it_cT5TnMng68f9xHxOOapCQ,252573
1
+ boto3-stubs/__init__.pyi,sha256=sZ66cqjMWYvPkeUC0Ac0An2QjIijbTuHetEqpx4miuk,250823
2
2
  boto3-stubs/compat.pyi,sha256=PWrZhB_PeAhGJaNV3a5OXYy1k5QRa-Jm2Qt3SsVutWY,278
3
3
  boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
4
4
  boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
5
5
  boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- boto3-stubs/session.pyi,sha256=2KvX0b2JGR12fVPLPSagnWAFbA9God7LbXz05l5Bzu8,288530
6
+ boto3-stubs/session.pyi,sha256=KpWxLRckiwiCrkXKj7_qJWH7NKWsN0eIuQAPsAWpxFg,286534
7
7
  boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
8
8
  boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
9
9
  boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
39
39
  boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
40
40
  boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
41
- types_boto3-1.40.18.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.40.18.dist-info/METADATA,sha256=g6b3mxdmD2_MaS5ZgW8PWQZZdUSsldq9iw8lsZBlbCI,153835
43
- types_boto3-1.40.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- types_boto3-1.40.18.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.40.18.dist-info/RECORD,,
41
+ types_boto3-1.40.20.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.40.20.dist-info/METADATA,sha256=Gcn4ALh-trY2pJQFGnX8TL2PZEDrROmjINiyeFYQYCE,153211
43
+ types_boto3-1.40.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ types_boto3-1.40.20.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.40.20.dist-info/RECORD,,