mypy-boto3-organizations 1.28.36__tar.gz → 1.33.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.
Files changed (24) hide show
  1. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/PKG-INFO +6 -6
  2. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/README.md +3 -4
  3. mypy-boto3-organizations-1.28.36/mypy_boto3_organizations/__init__.pyi → mypy-boto3-organizations-1.33.0/mypy_boto3_organizations/__init__.py +2 -0
  4. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations/__main__.py +4 -3
  5. mypy-boto3-organizations-1.28.36/mypy_boto3_organizations/client.pyi → mypy-boto3-organizations-1.33.0/mypy_boto3_organizations/client.py +125 -26
  6. mypy-boto3-organizations-1.28.36/mypy_boto3_organizations/client.py → mypy-boto3-organizations-1.33.0/mypy_boto3_organizations/client.pyi +47 -30
  7. mypy-boto3-organizations-1.28.36/mypy_boto3_organizations/literals.pyi → mypy-boto3-organizations-1.33.0/mypy_boto3_organizations/literals.py +19 -2
  8. mypy-boto3-organizations-1.28.36/mypy_boto3_organizations/literals.py → mypy-boto3-organizations-1.33.0/mypy_boto3_organizations/literals.pyi +17 -4
  9. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations/paginator.py +1 -0
  10. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations/paginator.pyi +1 -0
  11. mypy-boto3-organizations-1.28.36/mypy_boto3_organizations/type_defs.pyi → mypy-boto3-organizations-1.33.0/mypy_boto3_organizations/type_defs.py +2 -128
  12. mypy-boto3-organizations-1.28.36/mypy_boto3_organizations/type_defs.py → mypy-boto3-organizations-1.33.0/mypy_boto3_organizations/type_defs.pyi +1 -129
  13. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations/version.py +2 -1
  14. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations.egg-info/PKG-INFO +6 -6
  15. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/setup.py +5 -3
  16. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/LICENSE +0 -0
  17. mypy-boto3-organizations-1.28.36/mypy_boto3_organizations/__init__.py → mypy-boto3-organizations-1.33.0/mypy_boto3_organizations/__init__.pyi +1 -1
  18. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations/py.typed +0 -0
  19. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
  20. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
  21. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
  22. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
  23. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
  24. {mypy-boto3-organizations-1.28.36 → mypy-boto3-organizations-1.33.0}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-organizations
3
- Version: 1.28.36
4
- Summary: Type annotations for boto3.Organizations 1.28.36 service generated with mypy-boto3-builder 7.18.0
3
+ Version: 1.33.0
4
+ Summary: Type annotations for boto3.Organizations 1.33.0 service generated with mypy-boto3-builder 7.20.3
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
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Typed
@@ -42,7 +43,7 @@ License-File: LICENSE
42
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
43
44
 
44
45
  Type annotations for
45
- [boto3.Organizations 1.28.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
46
+ [boto3.Organizations 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
46
47
  service compatible with [VSCode](https://code.visualstudio.com/),
47
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -51,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
51
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
52
53
 
53
54
  Generated by
54
- [mypy-boto3-builder 7.18.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
55
56
 
56
57
  More information can be found on
57
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -360,8 +361,7 @@ Full list of `Organizations` Literals can be found in
360
361
  from mypy_boto3_organizations.literals import AccountJoinedMethodType
361
362
 
362
363
 
363
- def check_value(value: AccountJoinedMethodType) -> bool:
364
- ...
364
+ def check_value(value: AccountJoinedMethodType) -> bool: ...
365
365
  ```
366
366
 
367
367
  <a id="type-definitions"></a>
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.Organizations 1.28.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
13
+ [boto3.Organizations 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
14
14
  service compatible with [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated by
22
- [mypy-boto3-builder 7.18.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -328,8 +328,7 @@ Full list of `Organizations` Literals can be found in
328
328
  from mypy_boto3_organizations.literals import AccountJoinedMethodType
329
329
 
330
330
 
331
- def check_value(value: AccountJoinedMethodType) -> bool:
332
- ...
331
+ def check_value(value: AccountJoinedMethodType) -> bool: ...
333
332
  ```
334
333
 
335
334
  <a id="type-definitions"></a>
@@ -47,6 +47,7 @@ Usage::
47
47
  list_targets_for_policy_paginator: ListTargetsForPolicyPaginator = client.get_paginator("list_targets_for_policy")
48
48
  ```
49
49
  """
50
+
50
51
  from .client import OrganizationsClient
51
52
  from .paginator import (
52
53
  ListAccountsForParentPaginator,
@@ -69,6 +70,7 @@ from .paginator import (
69
70
 
70
71
  Client = OrganizationsClient
71
72
 
73
+
72
74
  __all__ = (
73
75
  "Client",
74
76
  "ListAWSServiceAccessForOrganizationPaginator",
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
  """
4
+
4
5
  import sys
5
6
 
6
7
 
@@ -9,8 +10,8 @@ def print_info() -> None:
9
10
  Print package info to stdout.
10
11
  """
11
12
  print(
12
- "Type annotations for boto3.Organizations 1.28.36\nVersion: 1.28.36\nBuilder"
13
- " version: 7.18.0\nDocs: "
13
+ "Type annotations for boto3.Organizations 1.33.0\nVersion: 1.33.0\nBuilder version:"
14
+ " 7.20.3\nDocs: "
14
15
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\nBoto3 docs: "
15
16
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations\nOther"
16
17
  " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
@@ -22,7 +23,7 @@ def print_version() -> None:
22
23
  """
23
24
  Print package version to stdout.
24
25
  """
25
- print("1.28.36")
26
+ print("1.33.0")
26
27
 
27
28
 
28
29
  def main() -> None: