mypy-boto3-organizations 1.40.61__tar.gz → 1.41.1__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 (25) hide show
  1. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/PKG-INFO +11 -25
  2. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/README.md +3 -3
  3. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/__main__.py +4 -4
  4. mypy_boto3_organizations-1.40.61/mypy_boto3_organizations/client.pyi → mypy_boto3_organizations-1.41.1/mypy_boto3_organizations/client.py +136 -62
  5. mypy_boto3_organizations-1.40.61/mypy_boto3_organizations/client.py → mypy_boto3_organizations-1.41.1/mypy_boto3_organizations/client.pyi +133 -65
  6. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/literals.py +22 -1
  7. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/literals.pyi +22 -1
  8. mypy_boto3_organizations-1.40.61/mypy_boto3_organizations/type_defs.pyi → mypy_boto3_organizations-1.41.1/mypy_boto3_organizations/type_defs.py +292 -39
  9. mypy_boto3_organizations-1.40.61/mypy_boto3_organizations/type_defs.py → mypy_boto3_organizations-1.41.1/mypy_boto3_organizations/type_defs.pyi +131 -170
  10. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/version.py +1 -1
  11. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations.egg-info/PKG-INFO +11 -25
  12. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations.egg-info/SOURCES.txt +1 -2
  13. mypy_boto3_organizations-1.41.1/pyproject.toml +61 -0
  14. mypy_boto3_organizations-1.40.61/mypy_boto3_organizations.egg-info/not-zip-safe +0 -1
  15. mypy_boto3_organizations-1.40.61/setup.py +0 -54
  16. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/LICENSE +0 -0
  17. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/__init__.py +0 -0
  18. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/__init__.pyi +0 -0
  19. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/paginator.py +0 -0
  20. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/paginator.pyi +0 -0
  21. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations/py.typed +0 -0
  22. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
  24. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
  25. {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.1}/setup.cfg +0 -0
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-organizations
3
- Version: 1.40.61
4
- Summary: Type annotations for boto3 Organizations 1.40.61 service generated with mypy-boto3-builder 8.11.0
5
- Home-page: https://github.com/youtype/mypy_boto3_builder
6
- Author: Vlad Emelianov
7
- Author-email: vlad.emelianov.nz@gmail.com
8
- License: MIT License
3
+ Version: 1.41.1
4
+ Summary: Type annotations for boto3 Organizations 1.41.1 service generated with mypy-boto3-builder 8.12.0
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
9
8
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/
10
9
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
10
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 organizations boto3-stubs type-annotations mypy typeshed autocomplete
11
+ Keywords: boto3,organizations,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
12
+ Platform: any
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
16
- Classifier: License :: OSI Approved :: MIT License
17
16
  Classifier: Natural Language :: English
18
17
  Classifier: Operating System :: OS Independent
19
18
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
19
  Classifier: Programming Language :: Python :: 3.9
22
20
  Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
27
25
  Classifier: Programming Language :: Python :: 3 :: Only
28
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
27
  Classifier: Typing :: Stubs Only
30
- Requires-Python: >=3.8
28
+ Requires-Python: >=3.9
31
29
  Description-Content-Type: text/markdown
32
30
  License-File: LICENSE
33
31
  Requires-Dist: typing-extensions; python_version < "3.12"
34
- Dynamic: author
35
- Dynamic: author-email
36
- Dynamic: classifier
37
- Dynamic: description
38
- Dynamic: description-content-type
39
- Dynamic: home-page
40
- Dynamic: keywords
41
- Dynamic: license
42
32
  Dynamic: license-file
43
- Dynamic: project-url
44
- Dynamic: requires-dist
45
- Dynamic: requires-python
46
- Dynamic: summary
47
33
 
48
34
  <a id="mypy-boto3-organizations"></a>
49
35
 
@@ -57,7 +43,7 @@ Dynamic: summary
57
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
44
 
59
45
  Type annotations for
60
- [boto3 Organizations 1.40.61](https://pypi.org/project/boto3/) compatible with
46
+ [boto3 Organizations 1.41.1](https://pypi.org/project/boto3/) compatible with
61
47
  [VSCode](https://code.visualstudio.com/),
62
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -66,7 +52,7 @@ Type annotations for
66
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
67
53
 
68
54
  Generated with
69
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
70
56
 
71
57
  More information can be found on
72
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
119
105
  isolation.
120
106
 
121
107
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.61' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.41.1' mypy-boto3-builder`
123
109
  2. Select `boto3-stubs` AWS SDK.
124
110
  3. Add `Organizations` service.
125
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.40.61](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 Organizations 1.41.1](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/),
@@ -19,7 +19,7 @@ Type annotations for
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated with
22
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.12.0](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
@@ -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.40.61' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.41.1' 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.
@@ -12,9 +12,9 @@ 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.40.61\n"
16
- "Version: 1.40.61\n"
17
- "Builder version: 8.11.0\n"
15
+ "Type annotations for boto3 Organizations 1.41.1\n"
16
+ "Version: 1.41.1\n"
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"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\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.40.61\n")
29
+ sys.stdout.write("1.41.1\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -81,6 +82,8 @@ from .type_defs import (
81
82
  DescribePolicyRequestTypeDef,
82
83
  DescribePolicyResponseTypeDef,
83
84
  DescribeResourcePolicyResponseTypeDef,
85
+ DescribeResponsibilityTransferRequestTypeDef,
86
+ DescribeResponsibilityTransferResponseTypeDef,
84
87
  DetachPolicyRequestTypeDef,
85
88
  DisableAWSServiceAccessRequestTypeDef,
86
89
  DisablePolicyTypeRequestTypeDef,
@@ -92,6 +95,8 @@ from .type_defs import (
92
95
  EnablePolicyTypeResponseTypeDef,
93
96
  InviteAccountToOrganizationRequestTypeDef,
94
97
  InviteAccountToOrganizationResponseTypeDef,
98
+ InviteOrganizationToTransferResponsibilityRequestTypeDef,
99
+ InviteOrganizationToTransferResponsibilityResponseTypeDef,
95
100
  ListAccountsForParentRequestTypeDef,
96
101
  ListAccountsForParentResponseTypeDef,
97
102
  ListAccountsRequestTypeDef,
@@ -114,8 +119,12 @@ from .type_defs import (
114
119
  ListHandshakesForAccountResponseTypeDef,
115
120
  ListHandshakesForOrganizationRequestTypeDef,
116
121
  ListHandshakesForOrganizationResponseTypeDef,
122
+ ListInboundResponsibilityTransfersRequestTypeDef,
123
+ ListInboundResponsibilityTransfersResponseTypeDef,
117
124
  ListOrganizationalUnitsForParentRequestTypeDef,
118
125
  ListOrganizationalUnitsForParentResponseTypeDef,
126
+ ListOutboundResponsibilityTransfersRequestTypeDef,
127
+ ListOutboundResponsibilityTransfersResponseTypeDef,
119
128
  ListParentsRequestTypeDef,
120
129
  ListParentsResponseTypeDef,
121
130
  ListPoliciesForTargetRequestTypeDef,
@@ -134,74 +143,79 @@ from .type_defs import (
134
143
  RegisterDelegatedAdministratorRequestTypeDef,
135
144
  RemoveAccountFromOrganizationRequestTypeDef,
136
145
  TagResourceRequestTypeDef,
146
+ TerminateResponsibilityTransferRequestTypeDef,
147
+ TerminateResponsibilityTransferResponseTypeDef,
137
148
  UntagResourceRequestTypeDef,
138
149
  UpdateOrganizationalUnitRequestTypeDef,
139
150
  UpdateOrganizationalUnitResponseTypeDef,
140
151
  UpdatePolicyRequestTypeDef,
141
152
  UpdatePolicyResponseTypeDef,
153
+ UpdateResponsibilityTransferRequestTypeDef,
154
+ UpdateResponsibilityTransferResponseTypeDef,
142
155
  )
143
156
 
144
- if sys.version_info >= (3, 9):
145
- from builtins import type as Type
146
- from collections.abc import Mapping
147
- else:
148
- from typing import Mapping, Type
149
157
  if sys.version_info >= (3, 12):
150
158
  from typing import Literal, Unpack
151
159
  else:
152
160
  from typing_extensions import Literal, Unpack
153
161
 
162
+
154
163
  __all__ = ("OrganizationsClient",)
155
164
 
165
+
156
166
  class Exceptions(BaseClientExceptions):
157
- AWSOrganizationsNotInUseException: Type[BotocoreClientError]
158
- AccessDeniedException: Type[BotocoreClientError]
159
- AccessDeniedForDependencyException: Type[BotocoreClientError]
160
- AccountAlreadyClosedException: Type[BotocoreClientError]
161
- AccountAlreadyRegisteredException: Type[BotocoreClientError]
162
- AccountNotFoundException: Type[BotocoreClientError]
163
- AccountNotRegisteredException: Type[BotocoreClientError]
164
- AccountOwnerNotVerifiedException: Type[BotocoreClientError]
165
- AlreadyInOrganizationException: Type[BotocoreClientError]
166
- ChildNotFoundException: Type[BotocoreClientError]
167
- ClientError: Type[BotocoreClientError]
168
- ConcurrentModificationException: Type[BotocoreClientError]
169
- ConflictException: Type[BotocoreClientError]
170
- ConstraintViolationException: Type[BotocoreClientError]
171
- CreateAccountStatusNotFoundException: Type[BotocoreClientError]
172
- DestinationParentNotFoundException: Type[BotocoreClientError]
173
- DuplicateAccountException: Type[BotocoreClientError]
174
- DuplicateHandshakeException: Type[BotocoreClientError]
175
- DuplicateOrganizationalUnitException: Type[BotocoreClientError]
176
- DuplicatePolicyAttachmentException: Type[BotocoreClientError]
177
- DuplicatePolicyException: Type[BotocoreClientError]
178
- EffectivePolicyNotFoundException: Type[BotocoreClientError]
179
- FinalizingOrganizationException: Type[BotocoreClientError]
180
- HandshakeAlreadyInStateException: Type[BotocoreClientError]
181
- HandshakeConstraintViolationException: Type[BotocoreClientError]
182
- HandshakeNotFoundException: Type[BotocoreClientError]
183
- InvalidHandshakeTransitionException: Type[BotocoreClientError]
184
- InvalidInputException: Type[BotocoreClientError]
185
- MalformedPolicyDocumentException: Type[BotocoreClientError]
186
- MasterCannotLeaveOrganizationException: Type[BotocoreClientError]
187
- OrganizationNotEmptyException: Type[BotocoreClientError]
188
- OrganizationalUnitNotEmptyException: Type[BotocoreClientError]
189
- OrganizationalUnitNotFoundException: Type[BotocoreClientError]
190
- ParentNotFoundException: Type[BotocoreClientError]
191
- PolicyChangesInProgressException: Type[BotocoreClientError]
192
- PolicyInUseException: Type[BotocoreClientError]
193
- PolicyNotAttachedException: Type[BotocoreClientError]
194
- PolicyNotFoundException: Type[BotocoreClientError]
195
- PolicyTypeAlreadyEnabledException: Type[BotocoreClientError]
196
- PolicyTypeNotAvailableForOrganizationException: Type[BotocoreClientError]
197
- PolicyTypeNotEnabledException: Type[BotocoreClientError]
198
- ResourcePolicyNotFoundException: Type[BotocoreClientError]
199
- RootNotFoundException: Type[BotocoreClientError]
200
- ServiceException: Type[BotocoreClientError]
201
- SourceParentNotFoundException: Type[BotocoreClientError]
202
- TargetNotFoundException: Type[BotocoreClientError]
203
- TooManyRequestsException: Type[BotocoreClientError]
204
- UnsupportedAPIEndpointException: Type[BotocoreClientError]
167
+ AWSOrganizationsNotInUseException: type[BotocoreClientError]
168
+ AccessDeniedException: type[BotocoreClientError]
169
+ AccessDeniedForDependencyException: type[BotocoreClientError]
170
+ AccountAlreadyClosedException: type[BotocoreClientError]
171
+ AccountAlreadyRegisteredException: type[BotocoreClientError]
172
+ AccountNotFoundException: type[BotocoreClientError]
173
+ AccountNotRegisteredException: type[BotocoreClientError]
174
+ AccountOwnerNotVerifiedException: type[BotocoreClientError]
175
+ AlreadyInOrganizationException: type[BotocoreClientError]
176
+ ChildNotFoundException: type[BotocoreClientError]
177
+ ClientError: type[BotocoreClientError]
178
+ ConcurrentModificationException: type[BotocoreClientError]
179
+ ConflictException: type[BotocoreClientError]
180
+ ConstraintViolationException: type[BotocoreClientError]
181
+ CreateAccountStatusNotFoundException: type[BotocoreClientError]
182
+ DestinationParentNotFoundException: type[BotocoreClientError]
183
+ DuplicateAccountException: type[BotocoreClientError]
184
+ DuplicateHandshakeException: type[BotocoreClientError]
185
+ DuplicateOrganizationalUnitException: type[BotocoreClientError]
186
+ DuplicatePolicyAttachmentException: type[BotocoreClientError]
187
+ DuplicatePolicyException: type[BotocoreClientError]
188
+ EffectivePolicyNotFoundException: type[BotocoreClientError]
189
+ FinalizingOrganizationException: type[BotocoreClientError]
190
+ HandshakeAlreadyInStateException: type[BotocoreClientError]
191
+ HandshakeConstraintViolationException: type[BotocoreClientError]
192
+ HandshakeNotFoundException: type[BotocoreClientError]
193
+ InvalidHandshakeTransitionException: type[BotocoreClientError]
194
+ InvalidInputException: type[BotocoreClientError]
195
+ InvalidResponsibilityTransferTransitionException: type[BotocoreClientError]
196
+ MalformedPolicyDocumentException: type[BotocoreClientError]
197
+ MasterCannotLeaveOrganizationException: type[BotocoreClientError]
198
+ OrganizationNotEmptyException: type[BotocoreClientError]
199
+ OrganizationalUnitNotEmptyException: type[BotocoreClientError]
200
+ OrganizationalUnitNotFoundException: type[BotocoreClientError]
201
+ ParentNotFoundException: type[BotocoreClientError]
202
+ PolicyChangesInProgressException: type[BotocoreClientError]
203
+ PolicyInUseException: type[BotocoreClientError]
204
+ PolicyNotAttachedException: type[BotocoreClientError]
205
+ PolicyNotFoundException: type[BotocoreClientError]
206
+ PolicyTypeAlreadyEnabledException: type[BotocoreClientError]
207
+ PolicyTypeNotAvailableForOrganizationException: type[BotocoreClientError]
208
+ PolicyTypeNotEnabledException: type[BotocoreClientError]
209
+ ResourcePolicyNotFoundException: type[BotocoreClientError]
210
+ ResponsibilityTransferAlreadyInStatusException: type[BotocoreClientError]
211
+ ResponsibilityTransferNotFoundException: type[BotocoreClientError]
212
+ RootNotFoundException: type[BotocoreClientError]
213
+ ServiceException: type[BotocoreClientError]
214
+ SourceParentNotFoundException: type[BotocoreClientError]
215
+ TargetNotFoundException: type[BotocoreClientError]
216
+ TooManyRequestsException: type[BotocoreClientError]
217
+ UnsupportedAPIEndpointException: type[BotocoreClientError]
218
+
205
219
 
206
220
  class OrganizationsClient(BaseClient):
207
221
  """
@@ -242,8 +256,7 @@ class OrganizationsClient(BaseClient):
242
256
  self, **kwargs: Unpack[AcceptHandshakeRequestTypeDef]
243
257
  ) -> AcceptHandshakeResponseTypeDef:
244
258
  """
245
- Sends a response to the originator of a handshake agreeing to the action
246
- proposed by the handshake request.
259
+ Accepts a handshake by sending an <code>ACCEPTED</code> response to the sender.
247
260
 
248
261
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/accept_handshake.html)
249
262
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#accept_handshake)
@@ -264,7 +277,7 @@ class OrganizationsClient(BaseClient):
264
277
  self, **kwargs: Unpack[CancelHandshakeRequestTypeDef]
265
278
  ) -> CancelHandshakeResponseTypeDef:
266
279
  """
267
- Cancels a handshake.
280
+ Cancels a <a>Handshake</a>.
268
281
 
269
282
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/cancel_handshake.html)
270
283
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#cancel_handshake)
@@ -336,7 +349,7 @@ class OrganizationsClient(BaseClient):
336
349
  self, **kwargs: Unpack[DeclineHandshakeRequestTypeDef]
337
350
  ) -> DeclineHandshakeResponseTypeDef:
338
351
  """
339
- Declines a handshake request.
352
+ Declines a <a>Handshake</a>.
340
353
 
341
354
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/decline_handshake.html)
342
355
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#decline_handshake)
@@ -424,7 +437,7 @@ class OrganizationsClient(BaseClient):
424
437
  self, **kwargs: Unpack[DescribeHandshakeRequestTypeDef]
425
438
  ) -> DescribeHandshakeResponseTypeDef:
426
439
  """
427
- Retrieves information about a previously requested handshake.
440
+ Returns details for a handshake.
428
441
 
429
442
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/describe_handshake.html)
430
443
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#describe_handshake)
@@ -466,6 +479,16 @@ class OrganizationsClient(BaseClient):
466
479
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#describe_resource_policy)
467
480
  """
468
481
 
482
+ def describe_responsibility_transfer(
483
+ self, **kwargs: Unpack[DescribeResponsibilityTransferRequestTypeDef]
484
+ ) -> DescribeResponsibilityTransferResponseTypeDef:
485
+ """
486
+ Returns details for a transfer.
487
+
488
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/describe_responsibility_transfer.html)
489
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#describe_responsibility_transfer)
490
+ """
491
+
469
492
  def detach_policy(
470
493
  self, **kwargs: Unpack[DetachPolicyRequestTypeDef]
471
494
  ) -> EmptyResponseMetadataTypeDef:
@@ -540,6 +563,17 @@ class OrganizationsClient(BaseClient):
540
563
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#invite_account_to_organization)
541
564
  """
542
565
 
566
+ def invite_organization_to_transfer_responsibility(
567
+ self, **kwargs: Unpack[InviteOrganizationToTransferResponsibilityRequestTypeDef]
568
+ ) -> InviteOrganizationToTransferResponsibilityResponseTypeDef:
569
+ """
570
+ Sends an invitation to another organization's management account to designate
571
+ your account with the specified responsibilities for their organization.
572
+
573
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/invite_organization_to_transfer_responsibility.html)
574
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#invite_organization_to_transfer_responsibility)
575
+ """
576
+
543
577
  def leave_organization(self) -> EmptyResponseMetadataTypeDef:
544
578
  """
545
579
  Removes a member account from its parent organization.
@@ -650,8 +684,7 @@ class OrganizationsClient(BaseClient):
650
684
  self, **kwargs: Unpack[ListHandshakesForAccountRequestTypeDef]
651
685
  ) -> ListHandshakesForAccountResponseTypeDef:
652
686
  """
653
- Lists the current handshakes that are associated with the account of the
654
- requesting user.
687
+ Lists the recent handshakes that you have received.
655
688
 
656
689
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/list_handshakes_for_account.html)
657
690
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_handshakes_for_account)
@@ -661,13 +694,23 @@ class OrganizationsClient(BaseClient):
661
694
  self, **kwargs: Unpack[ListHandshakesForOrganizationRequestTypeDef]
662
695
  ) -> ListHandshakesForOrganizationResponseTypeDef:
663
696
  """
664
- Lists the handshakes that are associated with the organization that the
665
- requesting user is part of.
697
+ Lists the recent handshakes that you have sent.
666
698
 
667
699
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/list_handshakes_for_organization.html)
668
700
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_handshakes_for_organization)
669
701
  """
670
702
 
703
+ def list_inbound_responsibility_transfers(
704
+ self, **kwargs: Unpack[ListInboundResponsibilityTransfersRequestTypeDef]
705
+ ) -> ListInboundResponsibilityTransfersResponseTypeDef:
706
+ """
707
+ Lists transfers that allow you to manage the specified responsibilities for
708
+ another organization.
709
+
710
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/list_inbound_responsibility_transfers.html)
711
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_inbound_responsibility_transfers)
712
+ """
713
+
671
714
  def list_organizational_units_for_parent(
672
715
  self, **kwargs: Unpack[ListOrganizationalUnitsForParentRequestTypeDef]
673
716
  ) -> ListOrganizationalUnitsForParentResponseTypeDef:
@@ -678,6 +721,17 @@ class OrganizationsClient(BaseClient):
678
721
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_organizational_units_for_parent)
679
722
  """
680
723
 
724
+ def list_outbound_responsibility_transfers(
725
+ self, **kwargs: Unpack[ListOutboundResponsibilityTransfersRequestTypeDef]
726
+ ) -> ListOutboundResponsibilityTransfersResponseTypeDef:
727
+ """
728
+ Lists transfers that allow an account outside your organization to manage the
729
+ specified responsibilities for your organization.
730
+
731
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/list_outbound_responsibility_transfers.html)
732
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_outbound_responsibility_transfers)
733
+ """
734
+
681
735
  def list_parents(
682
736
  self, **kwargs: Unpack[ListParentsRequestTypeDef]
683
737
  ) -> ListParentsResponseTypeDef:
@@ -791,6 +845,16 @@ class OrganizationsClient(BaseClient):
791
845
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#tag_resource)
792
846
  """
793
847
 
848
+ def terminate_responsibility_transfer(
849
+ self, **kwargs: Unpack[TerminateResponsibilityTransferRequestTypeDef]
850
+ ) -> TerminateResponsibilityTransferResponseTypeDef:
851
+ """
852
+ Ends a transfer.
853
+
854
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/terminate_responsibility_transfer.html)
855
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#terminate_responsibility_transfer)
856
+ """
857
+
794
858
  def untag_resource(
795
859
  self, **kwargs: Unpack[UntagResourceRequestTypeDef]
796
860
  ) -> EmptyResponseMetadataTypeDef:
@@ -821,6 +885,16 @@ class OrganizationsClient(BaseClient):
821
885
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#update_policy)
822
886
  """
823
887
 
888
+ def update_responsibility_transfer(
889
+ self, **kwargs: Unpack[UpdateResponsibilityTransferRequestTypeDef]
890
+ ) -> UpdateResponsibilityTransferResponseTypeDef:
891
+ """
892
+ Updates a transfer.
893
+
894
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/update_responsibility_transfer.html)
895
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#update_responsibility_transfer)
896
+ """
897
+
824
898
  @overload # type: ignore[override]
825
899
  def get_paginator( # type: ignore[override]
826
900
  self, operation_name: Literal["list_aws_service_access_for_organization"]