mypy-boto3-connectcases 1.40.0__py3-none-any.whl → 1.40.44__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.
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.0"
7
+ __version__ = "1.40.44"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-connectcases
3
- Version: 1.40.0
4
- Summary: Type annotations for boto3 ConnectCases 1.40.0 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.44
4
+ Summary: Type annotations for boto3 ConnectCases 1.40.44 service 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
@@ -57,7 +57,7 @@ Dynamic: summary
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 ConnectCases 1.40.0](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 ConnectCases 1.40.44](https://pypi.org/project/boto3/) compatible with
61
61
  [VSCode](https://code.visualstudio.com/),
62
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.44' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `ConnectCases` service.
125
125
  4. Use provided commands to install generated packages.
@@ -355,6 +355,7 @@ from boto3.session import Session
355
355
  from mypy_boto3_connectcases import ConnectCasesClient
356
356
  from mypy_boto3_connectcases.paginator import (
357
357
  ListCaseRulesPaginator,
358
+ SearchAllRelatedItemsPaginator,
358
359
  SearchCasesPaginator,
359
360
  SearchRelatedItemsPaginator,
360
361
  )
@@ -364,6 +365,9 @@ client: ConnectCasesClient = Session().client("connectcases")
364
365
  # Explicit type annotations are optional here
365
366
  # Types should be correctly discovered by mypy and IDEs
366
367
  list_case_rules_paginator: ListCaseRulesPaginator = client.get_paginator("list_case_rules")
368
+ search_all_related_items_paginator: SearchAllRelatedItemsPaginator = client.get_paginator(
369
+ "search_all_related_items"
370
+ )
367
371
  search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
368
372
  search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator(
369
373
  "search_related_items"
@@ -404,7 +408,7 @@ from mypy_boto3_connectcases.type_defs import AuditEventFieldValueUnionTypeDef
404
408
 
405
409
  def get_value() -> AuditEventFieldValueUnionTypeDef:
406
410
  return {
407
- "booleanValue": ...,
411
+ "stringValue": ...,
408
412
  }
409
413
  ```
410
414
 
@@ -0,0 +1,18 @@
1
+ mypy_boto3_connectcases/__init__.py,sha256=9MJ-kY0UQoViFW5liDst2Y__no6Zh3N7h_JF9ArSJk0,1380
2
+ mypy_boto3_connectcases/__init__.pyi,sha256=Q1uLDb4WTtnY_nHXckyWHbeo-eDgQ0JTk33caIlI9t0,1379
3
+ mypy_boto3_connectcases/__main__.py,sha256=Lpotc28c4b88RbknFkK3KOCLOBVwJV4tz35qOfqMVIM,1004
4
+ mypy_boto3_connectcases/client.py,sha256=ReFe9dOHDC7vTnHqf3oHvty9FXPj7sPZ_V6Z1UZTYso,28645
5
+ mypy_boto3_connectcases/client.pyi,sha256=_njsJ2WTiYjj1yZFL0itBv2BPde9os6s3IFWaOWdmu0,28642
6
+ mypy_boto3_connectcases/literals.py,sha256=EsOABvf-3ruxgmnfgcOivymmWHMuTqmHKAx9igoTJLk,10731
7
+ mypy_boto3_connectcases/literals.pyi,sha256=2azEGrxWHxMVOQByvg1tJDs7OCn3RKBmaIagDiLZCvA,10729
8
+ mypy_boto3_connectcases/paginator.py,sha256=VKOWiL08DOZ3lB_xJZ01gH-fvEkvqlutJbryv7HxuaA,6356
9
+ mypy_boto3_connectcases/paginator.pyi,sha256=-UKGqiEly4IcbmX1fj_5KoE7UwNfnXfFQZK58_nHx9U,6343
10
+ mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_connectcases/type_defs.py,sha256=XutbP9qJy2kt8h57aW21Ik_1zgBeB_cDVGovK-sMrwo,33672
12
+ mypy_boto3_connectcases/type_defs.pyi,sha256=A1z59p0QDYYoYh88FEkVvKExAC24gps4qDKDd3ELPsE,33517
13
+ mypy_boto3_connectcases/version.py,sha256=kDJi5wcZffHeBX55FGelufMNO-0sItJghTklsU0sljA,93
14
+ mypy_boto3_connectcases-1.40.44.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ mypy_boto3_connectcases-1.40.44.dist-info/METADATA,sha256=42z3o1ZTt9h5yoCRVOg0VrtP4trOh3UlKU_Rj5aVTXw,15628
16
+ mypy_boto3_connectcases-1.40.44.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ mypy_boto3_connectcases-1.40.44.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
18
+ mypy_boto3_connectcases-1.40.44.dist-info/RECORD,,
@@ -1,18 +0,0 @@
1
- mypy_boto3_connectcases/__init__.py,sha256=6LcpFpDHsJ_YEhXKTLo20Yt9dZuqrlHie5sD8VxPzo0,1127
2
- mypy_boto3_connectcases/__init__.pyi,sha256=MIoYFm2NmMDJM-3iF0oNJrxWZEhiDmyfvWrFnrJRYgo,1126
3
- mypy_boto3_connectcases/__main__.py,sha256=0EClJ0Hob6pR9nYViH5tZgi83ScbFLMSsEHa50NkksY,1001
4
- mypy_boto3_connectcases/client.py,sha256=BO30yuMdaTAnj4XSQnc56ZNu7v4mNWgYiu-tCivvDzI,27414
5
- mypy_boto3_connectcases/client.pyi,sha256=hvOuDySH6bDZUE7ujOVK3-dHPCi2VhJrQMKn6wvcS-w,27411
6
- mypy_boto3_connectcases/literals.py,sha256=hugGJUpd-yt-q24cACvV1mM99WwvlK1ONow96ElMh_A,10451
7
- mypy_boto3_connectcases/literals.pyi,sha256=d8XrtaBs1vGBYvlGsFcje3X5apfwNzun1jduUWxM26M,10449
8
- mypy_boto3_connectcases/paginator.py,sha256=onpwCcIXxAX_txJfppY0WEqoHc7hbwBqhoF-2oiG0GA,4838
9
- mypy_boto3_connectcases/paginator.pyi,sha256=RPn9yr1yJ_QQ6WewDSJeIavm-JsZbhofGi0F0Bhn1mw,4828
10
- mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_connectcases/type_defs.py,sha256=NWD-L-opLX1ZWruqK-vAiF22k0G58qBr084GCKTcerw,29914
12
- mypy_boto3_connectcases/type_defs.pyi,sha256=13DxnXczwkUvvY7BvgEMKEaXKB0zEV3aNyhDEvoRC6Q,29771
13
- mypy_boto3_connectcases/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
14
- mypy_boto3_connectcases-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- mypy_boto3_connectcases-1.40.0.dist-info/METADATA,sha256=6yBJlAaDpgvWryjLTHVwZLIu8q_P5GPQCB7UaPN_lv8,15465
16
- mypy_boto3_connectcases-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- mypy_boto3_connectcases-1.40.0.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
18
- mypy_boto3_connectcases-1.40.0.dist-info/RECORD,,