mypy-boto3-organizations 1.33.0__py3-none-any.whl → 1.34.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.
@@ -10,8 +10,8 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.Organizations 1.33.0\nVersion: 1.33.0\nBuilder version:"
14
- " 7.20.3\nDocs: "
13
+ "Type annotations for boto3.Organizations 1.34.0\nVersion: 1.34.0\nBuilder version:"
14
+ " 7.21.0\nDocs: "
15
15
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\nBoto3 docs: "
16
16
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations\nOther"
17
17
  " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
@@ -23,7 +23,7 @@ def print_version() -> None:
23
23
  """
24
24
  Print package version to stdout.
25
25
  """
26
- print("1.33.0")
26
+ print("1.34.0")
27
27
 
28
28
 
29
29
  def main() -> None:
@@ -161,6 +161,8 @@ ServiceName = Literal[
161
161
  "batch",
162
162
  "bcm-data-exports",
163
163
  "bedrock",
164
+ "bedrock-agent",
165
+ "bedrock-agent-runtime",
164
166
  "bedrock-runtime",
165
167
  "billingconductor",
166
168
  "braket",
@@ -173,6 +175,7 @@ ServiceName = Literal[
173
175
  "chime-sdk-messaging",
174
176
  "chime-sdk-voice",
175
177
  "cleanrooms",
178
+ "cleanroomsml",
176
179
  "cloud9",
177
180
  "cloudcontrol",
178
181
  "clouddirectory",
@@ -340,7 +343,9 @@ ServiceName = Literal[
340
343
  "macie2",
341
344
  "managedblockchain",
342
345
  "managedblockchain-query",
346
+ "marketplace-agreement",
343
347
  "marketplace-catalog",
348
+ "marketplace-deployment",
344
349
  "marketplace-entitlement",
345
350
  "marketplacecommerceanalytics",
346
351
  "mediaconnect",
@@ -396,6 +401,8 @@ ServiceName = Literal[
396
401
  "pricing",
397
402
  "privatenetworks",
398
403
  "proton",
404
+ "qbusiness",
405
+ "qconnect",
399
406
  "qldb",
400
407
  "qldb-session",
401
408
  "quicksight",
@@ -159,6 +159,8 @@ ServiceName = Literal[
159
159
  "batch",
160
160
  "bcm-data-exports",
161
161
  "bedrock",
162
+ "bedrock-agent",
163
+ "bedrock-agent-runtime",
162
164
  "bedrock-runtime",
163
165
  "billingconductor",
164
166
  "braket",
@@ -171,6 +173,7 @@ ServiceName = Literal[
171
173
  "chime-sdk-messaging",
172
174
  "chime-sdk-voice",
173
175
  "cleanrooms",
176
+ "cleanroomsml",
174
177
  "cloud9",
175
178
  "cloudcontrol",
176
179
  "clouddirectory",
@@ -338,7 +341,9 @@ ServiceName = Literal[
338
341
  "macie2",
339
342
  "managedblockchain",
340
343
  "managedblockchain-query",
344
+ "marketplace-agreement",
341
345
  "marketplace-catalog",
346
+ "marketplace-deployment",
342
347
  "marketplace-entitlement",
343
348
  "marketplacecommerceanalytics",
344
349
  "mediaconnect",
@@ -394,6 +399,8 @@ ServiceName = Literal[
394
399
  "pricing",
395
400
  "privatenetworks",
396
401
  "proton",
402
+ "qbusiness",
403
+ "qconnect",
397
404
  "qldb",
398
405
  "qldb-session",
399
406
  "quicksight",
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.33.0"
5
+ __version__ = "1.34.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-organizations
3
- Version: 1.33.0
4
- Summary: Type annotations for boto3.Organizations 1.33.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.34.0
4
+ Summary: Type annotations for boto3.Organizations 1.34.0 service generated with mypy-boto3-builder 7.21.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
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
46
  Type annotations for
47
- [boto3.Organizations 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
47
+ [boto3.Organizations 1.34.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
48
48
  service compatible with [VSCode](https://code.visualstudio.com/),
49
49
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
50
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -53,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
53
53
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
54
 
55
55
  Generated by
56
- [mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
56
+ [mypy-boto3-builder 7.21.0](https://github.com/youtype/mypy_boto3_builder).
57
57
 
58
58
  More information can be found on
59
59
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -1,18 +1,18 @@
1
1
  mypy_boto3_organizations/__init__.py,sha256=bMJ8XAVQriHRaWFIIaCFunQi-nnJd4m5SSg3TSQCGPY,4235
2
2
  mypy_boto3_organizations/__init__.pyi,sha256=V7ZuHdRqEADG6YX4h4_oln8VIeecrtqP081VDi7N76E,4234
3
- mypy_boto3_organizations/__main__.py,sha256=DMyZR0nTv3WHdWIoG7DWknZ6uot-ePGMl6QBFgoSdqo,929
3
+ mypy_boto3_organizations/__main__.py,sha256=MVJPAtjP_vrmsgKUojPB8CPPKRJ-FjOfLI2SffGAReQ,929
4
4
  mypy_boto3_organizations/client.py,sha256=0YVCFCdUnDYznWdcKrNv1pMw_EL11WcK9MMG3XUbSco,47141
5
5
  mypy_boto3_organizations/client.pyi,sha256=e98Q3RdUKGOHuLZsWYgbi6TAKRxHlT93Jheuxmsj1ik,47137
6
- mypy_boto3_organizations/literals.py,sha256=46Jm-ate2Dab_7o-YfMtrvbf1WWyWF96pAMZy9Qa7uU,12647
7
- mypy_boto3_organizations/literals.pyi,sha256=yALr4KbcbDF8L4Z0rBeZQOvddKkLYu8fDaF6j9ANmOY,12645
6
+ mypy_boto3_organizations/literals.py,sha256=VXSqSDqsERsRloQtcgJB6T6x3kWo1m48_A1ymj51XB8,12809
7
+ mypy_boto3_organizations/literals.pyi,sha256=cy6sFUZwqTIEIRjzgN755NCN2ECJqoEjwbedSjGT0J0,12807
8
8
  mypy_boto3_organizations/paginator.py,sha256=jBKw0cHSckUEsTntyDysqKGBQ91x7sSvPy00J9uV2Lk,19664
9
9
  mypy_boto3_organizations/paginator.pyi,sha256=3XuyWlj53lkWhQ3ZLTfzYGIXmc5e0G6pLWbDeP-7Ztg,19646
10
10
  mypy_boto3_organizations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  mypy_boto3_organizations/type_defs.py,sha256=kAtKP70B6a-b1xCtjW0Cblph5vWR6DBa2sehXWQaoFY,35420
12
12
  mypy_boto3_organizations/type_defs.pyi,sha256=5pK_UQb2tMqqQ6gf5Yc9Os_MZq760a1y_eDrLzVGyWY,35419
13
- mypy_boto3_organizations/version.py,sha256=pRH6mk1FqaU5XuRtL3N0KMuAI2_Ng9oXtSxujxS8QKo,61
14
- mypy_boto3_organizations-1.33.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
15
- mypy_boto3_organizations-1.33.0.dist-info/METADATA,sha256=I9NxxNZkY6VxGL6-kQqjoe2Xx2ZaMzYjHUX2VAZwGNY,15535
16
- mypy_boto3_organizations-1.33.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
17
- mypy_boto3_organizations-1.33.0.dist-info/top_level.txt,sha256=lH33f9LyKUTgd7dmsce4xp6hU5kSrcM-Gmg3oZwoTTc,25
18
- mypy_boto3_organizations-1.33.0.dist-info/RECORD,,
13
+ mypy_boto3_organizations/version.py,sha256=8Qbu8HOCjrY6O2_gOYfRFBCem64Ka_MtjvbfMGE_iFg,61
14
+ mypy_boto3_organizations-1.34.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
15
+ mypy_boto3_organizations-1.34.0.dist-info/METADATA,sha256=SyhGH6i-_JbaJXbwCESE5CKzv3Dss6ZAgCV1tEAeSww,15535
16
+ mypy_boto3_organizations-1.34.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
17
+ mypy_boto3_organizations-1.34.0.dist-info/top_level.txt,sha256=lH33f9LyKUTgd7dmsce4xp6hU5kSrcM-Gmg3oZwoTTc,25
18
+ mypy_boto3_organizations-1.34.0.dist-info/RECORD,,