mypy-boto3-organizations 1.42.3__tar.gz → 1.42.41__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.42.3 → mypy_boto3_organizations-1.42.41}/LICENSE +1 -1
  2. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/PKG-INFO +4 -4
  3. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/README.md +2 -2
  4. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/__init__.py +1 -1
  5. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/__init__.pyi +1 -1
  6. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/__main__.py +4 -4
  7. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/client.py +1 -1
  8. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/client.pyi +1 -1
  9. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/literals.py +4 -2
  10. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/literals.pyi +4 -2
  11. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/paginator.py +1 -1
  12. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/paginator.pyi +1 -1
  13. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/type_defs.py +1 -1
  14. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/type_defs.pyi +1 -1
  15. mypy_boto3_organizations-1.42.41/mypy_boto3_organizations/version.py +7 -0
  16. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations.egg-info/PKG-INFO +4 -4
  17. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/pyproject.toml +3 -3
  18. mypy_boto3_organizations-1.42.3/mypy_boto3_organizations/version.py +0 -7
  19. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations/py.typed +0 -0
  20. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
  21. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
  22. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
  23. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
  24. {mypy_boto3_organizations-1.42.3 → mypy_boto3_organizations-1.42.41}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Vlad Emelianov
3
+ Copyright (c) 2026 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-organizations
3
- Version: 1.42.3
4
- Summary: Type annotations for boto3 Organizations 1.42.3 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.41
4
+ Summary: Type annotations for boto3 Organizations 1.42.41 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3 Organizations 1.42.3](https://pypi.org/project/boto3/) compatible with
46
+ [boto3 Organizations 1.42.41](https://pypi.org/project/boto3/) compatible with
47
47
  [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
105
105
  isolation.
106
106
 
107
107
  1. Run mypy-boto3-builder in your package root directory:
108
- `uvx --with 'boto3==1.42.3' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
109
109
  2. Select `boto3-stubs` AWS SDK.
110
110
  3. Add `Organizations` service.
111
111
  4. Use provided commands to install generated packages.
@@ -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.42.3](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 Organizations 1.42.41](https://pypi.org/project/boto3/) compatible with
14
14
  [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.42.3' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
76
76
  2. Select `boto3-stubs` AWS SDK.
77
77
  3. Add `Organizations` service.
78
78
  4. Use provided commands to install generated packages.
@@ -3,7 +3,7 @@ Main interface for organizations service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Main interface for organizations service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2025 Vlad Emelianov
4
+ Copyright 2026 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import sys
@@ -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 Organizations 1.42.3\n"
16
- "Version: 1.42.3\n"
15
+ "Type annotations for boto3 Organizations 1.42.41\n"
16
+ "Version: 1.42.41\n"
17
17
  "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#organizations\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.42.3\n")
29
+ sys.stdout.write("1.42.41\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -3,7 +3,7 @@ Type annotations for organizations service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for organizations service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for organizations service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -103,6 +103,7 @@ EffectivePolicyTypeType = Literal[
103
103
  "CHATBOT_POLICY",
104
104
  "DECLARATIVE_POLICY_EC2",
105
105
  "INSPECTOR_POLICY",
106
+ "NETWORK_SECURITY_DIRECTOR_POLICY",
106
107
  "S3_POLICY",
107
108
  "SECURITYHUB_POLICY",
108
109
  "TAG_POLICY",
@@ -161,6 +162,7 @@ PolicyTypeType = Literal[
161
162
  "CHATBOT_POLICY",
162
163
  "DECLARATIVE_POLICY_EC2",
163
164
  "INSPECTOR_POLICY",
165
+ "NETWORK_SECURITY_DIRECTOR_POLICY",
164
166
  "RESOURCE_CONTROL_POLICY",
165
167
  "S3_POLICY",
166
168
  "SECURITYHUB_POLICY",
@@ -315,7 +317,6 @@ ServiceName = Literal[
315
317
  "eks-auth",
316
318
  "elasticache",
317
319
  "elasticbeanstalk",
318
- "elastictranscoder",
319
320
  "elb",
320
321
  "elbv2",
321
322
  "emr",
@@ -580,6 +581,7 @@ ServiceName = Literal[
580
581
  "waf-regional",
581
582
  "wafv2",
582
583
  "wellarchitected",
584
+ "wickr",
583
585
  "wisdom",
584
586
  "workdocs",
585
587
  "workmail",
@@ -3,7 +3,7 @@ Type annotations for organizations service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -101,6 +101,7 @@ EffectivePolicyTypeType = Literal[
101
101
  "CHATBOT_POLICY",
102
102
  "DECLARATIVE_POLICY_EC2",
103
103
  "INSPECTOR_POLICY",
104
+ "NETWORK_SECURITY_DIRECTOR_POLICY",
104
105
  "S3_POLICY",
105
106
  "SECURITYHUB_POLICY",
106
107
  "TAG_POLICY",
@@ -159,6 +160,7 @@ PolicyTypeType = Literal[
159
160
  "CHATBOT_POLICY",
160
161
  "DECLARATIVE_POLICY_EC2",
161
162
  "INSPECTOR_POLICY",
163
+ "NETWORK_SECURITY_DIRECTOR_POLICY",
162
164
  "RESOURCE_CONTROL_POLICY",
163
165
  "S3_POLICY",
164
166
  "SECURITYHUB_POLICY",
@@ -313,7 +315,6 @@ ServiceName = Literal[
313
315
  "eks-auth",
314
316
  "elasticache",
315
317
  "elasticbeanstalk",
316
- "elastictranscoder",
317
318
  "elb",
318
319
  "elbv2",
319
320
  "emr",
@@ -578,6 +579,7 @@ ServiceName = Literal[
578
579
  "waf-regional",
579
580
  "wafv2",
580
581
  "wellarchitected",
582
+ "wickr",
581
583
  "wisdom",
582
584
  "workdocs",
583
585
  "workmail",
@@ -3,7 +3,7 @@ Type annotations for organizations service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for organizations service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for organizations service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for organizations service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -0,0 +1,7 @@
1
+ """
2
+ Source of truth for version.
3
+
4
+ Copyright 2026 Vlad Emelianov
5
+ """
6
+
7
+ __version__ = "1.42.41"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-organizations
3
- Version: 1.42.3
4
- Summary: Type annotations for boto3 Organizations 1.42.3 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.41
4
+ Summary: Type annotations for boto3 Organizations 1.42.41 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3 Organizations 1.42.3](https://pypi.org/project/boto3/) compatible with
46
+ [boto3 Organizations 1.42.41](https://pypi.org/project/boto3/) compatible with
47
47
  [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
105
105
  isolation.
106
106
 
107
107
  1. Run mypy-boto3-builder in your package root directory:
108
- `uvx --with 'boto3==1.42.3' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
109
109
  2. Select `boto3-stubs` AWS SDK.
110
110
  3. Add `Organizations` service.
111
111
  4. Use provided commands to install generated packages.
@@ -1,13 +1,13 @@
1
1
  # Setup script for mypy-boto3-organizations.
2
2
 
3
- # Copyright 2025 Vlad Emelianov
3
+ # Copyright 2026 Vlad Emelianov
4
4
 
5
5
  [project]
6
6
  name = "mypy-boto3-organizations"
7
- version = "1.42.3"
7
+ version = "1.42.41"
8
8
  license = "MIT"
9
9
  authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
- description = "Type annotations for boto3 Organizations 1.42.3 service generated with mypy-boto3-builder 8.12.0"
10
+ description = "Type annotations for boto3 Organizations 1.42.41 service generated with mypy-boto3-builder 8.12.0"
11
11
  readme = "README.md"
12
12
  classifiers = [
13
13
  "Development Status :: 5 - Production/Stable",
@@ -1,7 +0,0 @@
1
- """
2
- Source of truth for version.
3
-
4
- Copyright 2025 Vlad Emelianov
5
- """
6
-
7
- __version__ = "1.42.3"