mypy-boto3-connectcases 1.40.42__tar.gz → 1.40.44__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_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/PKG-INFO +8 -4
  2. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/README.md +6 -2
  3. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases/__init__.py +9 -1
  4. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases/__init__.pyi +9 -1
  5. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases/__main__.py +3 -3
  6. mypy_boto3_connectcases-1.40.42/mypy_boto3_connectcases/client.pyi → mypy_boto3_connectcases-1.40.44/mypy_boto3_connectcases/client.py +32 -1
  7. mypy_boto3_connectcases-1.40.42/mypy_boto3_connectcases/client.py → mypy_boto3_connectcases-1.40.44/mypy_boto3_connectcases/client.pyi +29 -4
  8. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases/literals.py +7 -1
  9. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases/literals.pyi +7 -1
  10. mypy_boto3_connectcases-1.40.42/mypy_boto3_connectcases/paginator.pyi → mypy_boto3_connectcases-1.40.44/mypy_boto3_connectcases/paginator.py +41 -1
  11. mypy_boto3_connectcases-1.40.42/mypy_boto3_connectcases/paginator.py → mypy_boto3_connectcases-1.40.44/mypy_boto3_connectcases/paginator.pyi +27 -10
  12. mypy_boto3_connectcases-1.40.42/mypy_boto3_connectcases/type_defs.pyi → mypy_boto3_connectcases-1.40.44/mypy_boto3_connectcases/type_defs.py +195 -0
  13. mypy_boto3_connectcases-1.40.42/mypy_boto3_connectcases/type_defs.py → mypy_boto3_connectcases-1.40.44/mypy_boto3_connectcases/type_defs.pyi +36 -147
  14. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases/version.py +1 -1
  15. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases.egg-info/PKG-INFO +8 -4
  16. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/setup.py +2 -2
  17. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/LICENSE +0 -0
  18. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases/py.typed +0 -0
  19. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases.egg-info/SOURCES.txt +0 -0
  20. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases.egg-info/dependency_links.txt +0 -0
  21. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases.egg-info/not-zip-safe +0 -0
  22. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases.egg-info/requires.txt +0 -0
  23. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/mypy_boto3_connectcases.egg-info/top_level.txt +0 -0
  24. {mypy_boto3_connectcases-1.40.42 → mypy_boto3_connectcases-1.40.44}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-connectcases
3
- Version: 1.40.42
4
- Summary: Type annotations for boto3 ConnectCases 1.40.42 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.42](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.42' 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"
@@ -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 ConnectCases 1.40.42](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 ConnectCases 1.40.44](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.40.42' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.44' mypy-boto3-builder`
76
76
  2. Select `boto3-stubs` AWS SDK.
77
77
  3. Add `ConnectCases` service.
78
78
  4. Use provided commands to install generated packages.
@@ -308,6 +308,7 @@ from boto3.session import Session
308
308
  from mypy_boto3_connectcases import ConnectCasesClient
309
309
  from mypy_boto3_connectcases.paginator import (
310
310
  ListCaseRulesPaginator,
311
+ SearchAllRelatedItemsPaginator,
311
312
  SearchCasesPaginator,
312
313
  SearchRelatedItemsPaginator,
313
314
  )
@@ -317,6 +318,9 @@ client: ConnectCasesClient = Session().client("connectcases")
317
318
  # Explicit type annotations are optional here
318
319
  # Types should be correctly discovered by mypy and IDEs
319
320
  list_case_rules_paginator: ListCaseRulesPaginator = client.get_paginator("list_case_rules")
321
+ search_all_related_items_paginator: SearchAllRelatedItemsPaginator = client.get_paginator(
322
+ "search_all_related_items"
323
+ )
320
324
  search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
321
325
  search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator(
322
326
  "search_related_items"
@@ -13,6 +13,7 @@ Usage::
13
13
  Client,
14
14
  ConnectCasesClient,
15
15
  ListCaseRulesPaginator,
16
+ SearchAllRelatedItemsPaginator,
16
17
  SearchCasesPaginator,
17
18
  SearchRelatedItemsPaginator,
18
19
  )
@@ -21,13 +22,19 @@ Usage::
21
22
  client: ConnectCasesClient = session.client("connectcases")
22
23
 
23
24
  list_case_rules_paginator: ListCaseRulesPaginator = client.get_paginator("list_case_rules")
25
+ search_all_related_items_paginator: SearchAllRelatedItemsPaginator = client.get_paginator("search_all_related_items")
24
26
  search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
25
27
  search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator("search_related_items")
26
28
  ```
27
29
  """
28
30
 
29
31
  from .client import ConnectCasesClient
30
- from .paginator import ListCaseRulesPaginator, SearchCasesPaginator, SearchRelatedItemsPaginator
32
+ from .paginator import (
33
+ ListCaseRulesPaginator,
34
+ SearchAllRelatedItemsPaginator,
35
+ SearchCasesPaginator,
36
+ SearchRelatedItemsPaginator,
37
+ )
31
38
 
32
39
  Client = ConnectCasesClient
33
40
 
@@ -36,6 +43,7 @@ __all__ = (
36
43
  "Client",
37
44
  "ConnectCasesClient",
38
45
  "ListCaseRulesPaginator",
46
+ "SearchAllRelatedItemsPaginator",
39
47
  "SearchCasesPaginator",
40
48
  "SearchRelatedItemsPaginator",
41
49
  )
@@ -13,6 +13,7 @@ Usage::
13
13
  Client,
14
14
  ConnectCasesClient,
15
15
  ListCaseRulesPaginator,
16
+ SearchAllRelatedItemsPaginator,
16
17
  SearchCasesPaginator,
17
18
  SearchRelatedItemsPaginator,
18
19
  )
@@ -21,13 +22,19 @@ Usage::
21
22
  client: ConnectCasesClient = session.client("connectcases")
22
23
 
23
24
  list_case_rules_paginator: ListCaseRulesPaginator = client.get_paginator("list_case_rules")
25
+ search_all_related_items_paginator: SearchAllRelatedItemsPaginator = client.get_paginator("search_all_related_items")
24
26
  search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
25
27
  search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator("search_related_items")
26
28
  ```
27
29
  """
28
30
 
29
31
  from .client import ConnectCasesClient
30
- from .paginator import ListCaseRulesPaginator, SearchCasesPaginator, SearchRelatedItemsPaginator
32
+ from .paginator import (
33
+ ListCaseRulesPaginator,
34
+ SearchAllRelatedItemsPaginator,
35
+ SearchCasesPaginator,
36
+ SearchRelatedItemsPaginator,
37
+ )
31
38
 
32
39
  Client = ConnectCasesClient
33
40
 
@@ -35,6 +42,7 @@ __all__ = (
35
42
  "Client",
36
43
  "ConnectCasesClient",
37
44
  "ListCaseRulesPaginator",
45
+ "SearchAllRelatedItemsPaginator",
38
46
  "SearchCasesPaginator",
39
47
  "SearchRelatedItemsPaginator",
40
48
  )
@@ -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 ConnectCases 1.40.42\n"
16
- "Version: 1.40.42\n"
15
+ "Type annotations for boto3 ConnectCases 1.40.44\n"
16
+ "Version: 1.40.44\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#connectcases\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.42\n")
29
+ sys.stdout.write("1.40.44\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -25,7 +25,12 @@ from botocore.client import BaseClient, ClientMeta
25
25
  from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
- from .paginator import ListCaseRulesPaginator, SearchCasesPaginator, SearchRelatedItemsPaginator
28
+ from .paginator import (
29
+ ListCaseRulesPaginator,
30
+ SearchAllRelatedItemsPaginator,
31
+ SearchCasesPaginator,
32
+ SearchRelatedItemsPaginator,
33
+ )
29
34
  from .type_defs import (
30
35
  BatchGetCaseRuleRequestTypeDef,
31
36
  BatchGetCaseRuleResponseTypeDef,
@@ -84,6 +89,8 @@ from .type_defs import (
84
89
  ListTemplatesRequestTypeDef,
85
90
  ListTemplatesResponseTypeDef,
86
91
  PutCaseEventConfigurationRequestTypeDef,
92
+ SearchAllRelatedItemsRequestTypeDef,
93
+ SearchAllRelatedItemsResponseTypeDef,
87
94
  SearchCasesRequestTypeDef,
88
95
  SearchCasesResponseTypeDef,
89
96
  SearchRelatedItemsRequestTypeDef,
@@ -108,8 +115,10 @@ if sys.version_info >= (3, 12):
108
115
  else:
109
116
  from typing_extensions import Literal, Unpack
110
117
 
118
+
111
119
  __all__ = ("ConnectCasesClient",)
112
120
 
121
+
113
122
  class Exceptions(BaseClientExceptions):
114
123
  AccessDeniedException: Type[BotocoreClientError]
115
124
  ClientError: Type[BotocoreClientError]
@@ -120,6 +129,7 @@ class Exceptions(BaseClientExceptions):
120
129
  ThrottlingException: Type[BotocoreClientError]
121
130
  ValidationException: Type[BotocoreClientError]
122
131
 
132
+
123
133
  class ConnectCasesClient(BaseClient):
124
134
  """
125
135
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client)
@@ -460,6 +470,16 @@ class ConnectCasesClient(BaseClient):
460
470
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#put_case_event_configuration)
461
471
  """
462
472
 
473
+ def search_all_related_items(
474
+ self, **kwargs: Unpack[SearchAllRelatedItemsRequestTypeDef]
475
+ ) -> SearchAllRelatedItemsResponseTypeDef:
476
+ """
477
+ Searches for related items across all cases within a domain.
478
+
479
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/client/search_all_related_items.html)
480
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#search_all_related_items)
481
+ """
482
+
463
483
  def search_cases(
464
484
  self, **kwargs: Unpack[SearchCasesRequestTypeDef]
465
485
  ) -> SearchCasesResponseTypeDef:
@@ -554,6 +574,17 @@ class ConnectCasesClient(BaseClient):
554
574
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#get_paginator)
555
575
  """
556
576
 
577
+ @overload # type: ignore[override]
578
+ def get_paginator( # type: ignore[override]
579
+ self, operation_name: Literal["search_all_related_items"]
580
+ ) -> SearchAllRelatedItemsPaginator:
581
+ """
582
+ Create a paginator for an operation.
583
+
584
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/client/get_paginator.html)
585
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#get_paginator)
586
+ """
587
+
557
588
  @overload # type: ignore[override]
558
589
  def get_paginator( # type: ignore[override]
559
590
  self, operation_name: Literal["search_cases"]
@@ -25,7 +25,12 @@ from botocore.client import BaseClient, ClientMeta
25
25
  from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
- from .paginator import ListCaseRulesPaginator, SearchCasesPaginator, SearchRelatedItemsPaginator
28
+ from .paginator import (
29
+ ListCaseRulesPaginator,
30
+ SearchAllRelatedItemsPaginator,
31
+ SearchCasesPaginator,
32
+ SearchRelatedItemsPaginator,
33
+ )
29
34
  from .type_defs import (
30
35
  BatchGetCaseRuleRequestTypeDef,
31
36
  BatchGetCaseRuleResponseTypeDef,
@@ -84,6 +89,8 @@ from .type_defs import (
84
89
  ListTemplatesRequestTypeDef,
85
90
  ListTemplatesResponseTypeDef,
86
91
  PutCaseEventConfigurationRequestTypeDef,
92
+ SearchAllRelatedItemsRequestTypeDef,
93
+ SearchAllRelatedItemsResponseTypeDef,
87
94
  SearchCasesRequestTypeDef,
88
95
  SearchCasesResponseTypeDef,
89
96
  SearchRelatedItemsRequestTypeDef,
@@ -108,10 +115,8 @@ if sys.version_info >= (3, 12):
108
115
  else:
109
116
  from typing_extensions import Literal, Unpack
110
117
 
111
-
112
118
  __all__ = ("ConnectCasesClient",)
113
119
 
114
-
115
120
  class Exceptions(BaseClientExceptions):
116
121
  AccessDeniedException: Type[BotocoreClientError]
117
122
  ClientError: Type[BotocoreClientError]
@@ -122,7 +127,6 @@ class Exceptions(BaseClientExceptions):
122
127
  ThrottlingException: Type[BotocoreClientError]
123
128
  ValidationException: Type[BotocoreClientError]
124
129
 
125
-
126
130
  class ConnectCasesClient(BaseClient):
127
131
  """
128
132
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client)
@@ -463,6 +467,16 @@ class ConnectCasesClient(BaseClient):
463
467
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#put_case_event_configuration)
464
468
  """
465
469
 
470
+ def search_all_related_items(
471
+ self, **kwargs: Unpack[SearchAllRelatedItemsRequestTypeDef]
472
+ ) -> SearchAllRelatedItemsResponseTypeDef:
473
+ """
474
+ Searches for related items across all cases within a domain.
475
+
476
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/client/search_all_related_items.html)
477
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#search_all_related_items)
478
+ """
479
+
466
480
  def search_cases(
467
481
  self, **kwargs: Unpack[SearchCasesRequestTypeDef]
468
482
  ) -> SearchCasesResponseTypeDef:
@@ -557,6 +571,17 @@ class ConnectCasesClient(BaseClient):
557
571
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#get_paginator)
558
572
  """
559
573
 
574
+ @overload # type: ignore[override]
575
+ def get_paginator( # type: ignore[override]
576
+ self, operation_name: Literal["search_all_related_items"]
577
+ ) -> SearchAllRelatedItemsPaginator:
578
+ """
579
+ Create a paginator for an operation.
580
+
581
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/client/get_paginator.html)
582
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#get_paginator)
583
+ """
584
+
560
585
  @overload # type: ignore[override]
561
586
  def get_paginator( # type: ignore[override]
562
587
  self, operation_name: Literal["search_cases"]
@@ -36,6 +36,8 @@ __all__ = (
36
36
  "RelatedItemTypeType",
37
37
  "ResourceServiceName",
38
38
  "RuleTypeType",
39
+ "SearchAllRelatedItemsPaginatorName",
40
+ "SearchAllRelatedItemsSortPropertyType",
39
41
  "SearchCasesPaginatorName",
40
42
  "SearchRelatedItemsPaginatorName",
41
43
  "ServiceName",
@@ -54,6 +56,8 @@ ListCaseRulesPaginatorName = Literal["list_case_rules"]
54
56
  OrderType = Literal["Asc", "Desc"]
55
57
  RelatedItemTypeType = Literal["Comment", "ConnectCase", "Contact", "Custom", "File", "Sla"]
56
58
  RuleTypeType = Literal["Required"]
59
+ SearchAllRelatedItemsPaginatorName = Literal["search_all_related_items"]
60
+ SearchAllRelatedItemsSortPropertyType = Literal["AssociationTime", "CaseId"]
57
61
  SearchCasesPaginatorName = Literal["search_cases"]
58
62
  SearchRelatedItemsPaginatorName = Literal["search_related_items"]
59
63
  SlaStatusType = Literal["Active", "Met", "NotMet", "Overdue"]
@@ -477,7 +481,9 @@ ServiceName = Literal[
477
481
  ResourceServiceName = Literal[
478
482
  "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
479
483
  ]
480
- PaginatorName = Literal["list_case_rules", "search_cases", "search_related_items"]
484
+ PaginatorName = Literal[
485
+ "list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
486
+ ]
481
487
  RegionName = Literal[
482
488
  "ap-northeast-1",
483
489
  "ap-northeast-2",
@@ -35,6 +35,8 @@ __all__ = (
35
35
  "RelatedItemTypeType",
36
36
  "ResourceServiceName",
37
37
  "RuleTypeType",
38
+ "SearchAllRelatedItemsPaginatorName",
39
+ "SearchAllRelatedItemsSortPropertyType",
38
40
  "SearchCasesPaginatorName",
39
41
  "SearchRelatedItemsPaginatorName",
40
42
  "ServiceName",
@@ -52,6 +54,8 @@ ListCaseRulesPaginatorName = Literal["list_case_rules"]
52
54
  OrderType = Literal["Asc", "Desc"]
53
55
  RelatedItemTypeType = Literal["Comment", "ConnectCase", "Contact", "Custom", "File", "Sla"]
54
56
  RuleTypeType = Literal["Required"]
57
+ SearchAllRelatedItemsPaginatorName = Literal["search_all_related_items"]
58
+ SearchAllRelatedItemsSortPropertyType = Literal["AssociationTime", "CaseId"]
55
59
  SearchCasesPaginatorName = Literal["search_cases"]
56
60
  SearchRelatedItemsPaginatorName = Literal["search_related_items"]
57
61
  SlaStatusType = Literal["Active", "Met", "NotMet", "Overdue"]
@@ -475,7 +479,9 @@ ServiceName = Literal[
475
479
  ResourceServiceName = Literal[
476
480
  "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
477
481
  ]
478
- PaginatorName = Literal["list_case_rules", "search_cases", "search_related_items"]
482
+ PaginatorName = Literal[
483
+ "list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
484
+ ]
479
485
  RegionName = Literal[
480
486
  "ap-northeast-1",
481
487
  "ap-northeast-2",
@@ -13,6 +13,7 @@ Usage::
13
13
  from mypy_boto3_connectcases.client import ConnectCasesClient
14
14
  from mypy_boto3_connectcases.paginator import (
15
15
  ListCaseRulesPaginator,
16
+ SearchAllRelatedItemsPaginator,
16
17
  SearchCasesPaginator,
17
18
  SearchRelatedItemsPaginator,
18
19
  )
@@ -21,6 +22,7 @@ Usage::
21
22
  client: ConnectCasesClient = session.client("connectcases")
22
23
 
23
24
  list_case_rules_paginator: ListCaseRulesPaginator = client.get_paginator("list_case_rules")
25
+ search_all_related_items_paginator: SearchAllRelatedItemsPaginator = client.get_paginator("search_all_related_items")
24
26
  search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
25
27
  search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator("search_related_items")
26
28
  ```
@@ -36,6 +38,8 @@ from botocore.paginate import PageIterator, Paginator
36
38
  from .type_defs import (
37
39
  ListCaseRulesRequestPaginateTypeDef,
38
40
  ListCaseRulesResponseTypeDef,
41
+ SearchAllRelatedItemsRequestPaginateTypeDef,
42
+ SearchAllRelatedItemsResponseTypeDef,
39
43
  SearchCasesRequestPaginateTypeDef,
40
44
  SearchCasesResponseTypeDef,
41
45
  SearchRelatedItemsRequestPaginateTypeDef,
@@ -47,18 +51,27 @@ if sys.version_info >= (3, 12):
47
51
  else:
48
52
  from typing_extensions import Unpack
49
53
 
50
- __all__ = ("ListCaseRulesPaginator", "SearchCasesPaginator", "SearchRelatedItemsPaginator")
54
+
55
+ __all__ = (
56
+ "ListCaseRulesPaginator",
57
+ "SearchAllRelatedItemsPaginator",
58
+ "SearchCasesPaginator",
59
+ "SearchRelatedItemsPaginator",
60
+ )
61
+
51
62
 
52
63
  if TYPE_CHECKING:
53
64
  _ListCaseRulesPaginatorBase = Paginator[ListCaseRulesResponseTypeDef]
54
65
  else:
55
66
  _ListCaseRulesPaginatorBase = Paginator # type: ignore[assignment]
56
67
 
68
+
57
69
  class ListCaseRulesPaginator(_ListCaseRulesPaginatorBase):
58
70
  """
59
71
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/ListCaseRules.html#ConnectCases.Paginator.ListCaseRules)
60
72
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#listcaserulespaginator)
61
73
  """
74
+
62
75
  def paginate( # type: ignore[override]
63
76
  self, **kwargs: Unpack[ListCaseRulesRequestPaginateTypeDef]
64
77
  ) -> PageIterator[ListCaseRulesResponseTypeDef]:
@@ -67,16 +80,40 @@ class ListCaseRulesPaginator(_ListCaseRulesPaginatorBase):
67
80
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#listcaserulespaginator)
68
81
  """
69
82
 
83
+
84
+ if TYPE_CHECKING:
85
+ _SearchAllRelatedItemsPaginatorBase = Paginator[SearchAllRelatedItemsResponseTypeDef]
86
+ else:
87
+ _SearchAllRelatedItemsPaginatorBase = Paginator # type: ignore[assignment]
88
+
89
+
90
+ class SearchAllRelatedItemsPaginator(_SearchAllRelatedItemsPaginatorBase):
91
+ """
92
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchAllRelatedItems.html#ConnectCases.Paginator.SearchAllRelatedItems)
93
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchallrelateditemspaginator)
94
+ """
95
+
96
+ def paginate( # type: ignore[override]
97
+ self, **kwargs: Unpack[SearchAllRelatedItemsRequestPaginateTypeDef]
98
+ ) -> PageIterator[SearchAllRelatedItemsResponseTypeDef]:
99
+ """
100
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchAllRelatedItems.html#ConnectCases.Paginator.SearchAllRelatedItems.paginate)
101
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchallrelateditemspaginator)
102
+ """
103
+
104
+
70
105
  if TYPE_CHECKING:
71
106
  _SearchCasesPaginatorBase = Paginator[SearchCasesResponseTypeDef]
72
107
  else:
73
108
  _SearchCasesPaginatorBase = Paginator # type: ignore[assignment]
74
109
 
110
+
75
111
  class SearchCasesPaginator(_SearchCasesPaginatorBase):
76
112
  """
77
113
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases)
78
114
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
79
115
  """
116
+
80
117
  def paginate( # type: ignore[override]
81
118
  self, **kwargs: Unpack[SearchCasesRequestPaginateTypeDef]
82
119
  ) -> PageIterator[SearchCasesResponseTypeDef]:
@@ -85,16 +122,19 @@ class SearchCasesPaginator(_SearchCasesPaginatorBase):
85
122
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
86
123
  """
87
124
 
125
+
88
126
  if TYPE_CHECKING:
89
127
  _SearchRelatedItemsPaginatorBase = Paginator[SearchRelatedItemsResponseTypeDef]
90
128
  else:
91
129
  _SearchRelatedItemsPaginatorBase = Paginator # type: ignore[assignment]
92
130
 
131
+
93
132
  class SearchRelatedItemsPaginator(_SearchRelatedItemsPaginatorBase):
94
133
  """
95
134
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems)
96
135
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
97
136
  """
137
+
98
138
  def paginate( # type: ignore[override]
99
139
  self, **kwargs: Unpack[SearchRelatedItemsRequestPaginateTypeDef]
100
140
  ) -> PageIterator[SearchRelatedItemsResponseTypeDef]:
@@ -13,6 +13,7 @@ Usage::
13
13
  from mypy_boto3_connectcases.client import ConnectCasesClient
14
14
  from mypy_boto3_connectcases.paginator import (
15
15
  ListCaseRulesPaginator,
16
+ SearchAllRelatedItemsPaginator,
16
17
  SearchCasesPaginator,
17
18
  SearchRelatedItemsPaginator,
18
19
  )
@@ -21,6 +22,7 @@ Usage::
21
22
  client: ConnectCasesClient = session.client("connectcases")
22
23
 
23
24
  list_case_rules_paginator: ListCaseRulesPaginator = client.get_paginator("list_case_rules")
25
+ search_all_related_items_paginator: SearchAllRelatedItemsPaginator = client.get_paginator("search_all_related_items")
24
26
  search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
25
27
  search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator("search_related_items")
26
28
  ```
@@ -36,6 +38,8 @@ from botocore.paginate import PageIterator, Paginator
36
38
  from .type_defs import (
37
39
  ListCaseRulesRequestPaginateTypeDef,
38
40
  ListCaseRulesResponseTypeDef,
41
+ SearchAllRelatedItemsRequestPaginateTypeDef,
42
+ SearchAllRelatedItemsResponseTypeDef,
39
43
  SearchCasesRequestPaginateTypeDef,
40
44
  SearchCasesResponseTypeDef,
41
45
  SearchRelatedItemsRequestPaginateTypeDef,
@@ -47,22 +51,23 @@ if sys.version_info >= (3, 12):
47
51
  else:
48
52
  from typing_extensions import Unpack
49
53
 
50
-
51
- __all__ = ("ListCaseRulesPaginator", "SearchCasesPaginator", "SearchRelatedItemsPaginator")
52
-
54
+ __all__ = (
55
+ "ListCaseRulesPaginator",
56
+ "SearchAllRelatedItemsPaginator",
57
+ "SearchCasesPaginator",
58
+ "SearchRelatedItemsPaginator",
59
+ )
53
60
 
54
61
  if TYPE_CHECKING:
55
62
  _ListCaseRulesPaginatorBase = Paginator[ListCaseRulesResponseTypeDef]
56
63
  else:
57
64
  _ListCaseRulesPaginatorBase = Paginator # type: ignore[assignment]
58
65
 
59
-
60
66
  class ListCaseRulesPaginator(_ListCaseRulesPaginatorBase):
61
67
  """
62
68
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/ListCaseRules.html#ConnectCases.Paginator.ListCaseRules)
63
69
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#listcaserulespaginator)
64
70
  """
65
-
66
71
  def paginate( # type: ignore[override]
67
72
  self, **kwargs: Unpack[ListCaseRulesRequestPaginateTypeDef]
68
73
  ) -> PageIterator[ListCaseRulesResponseTypeDef]:
@@ -71,19 +76,34 @@ class ListCaseRulesPaginator(_ListCaseRulesPaginatorBase):
71
76
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#listcaserulespaginator)
72
77
  """
73
78
 
79
+ if TYPE_CHECKING:
80
+ _SearchAllRelatedItemsPaginatorBase = Paginator[SearchAllRelatedItemsResponseTypeDef]
81
+ else:
82
+ _SearchAllRelatedItemsPaginatorBase = Paginator # type: ignore[assignment]
83
+
84
+ class SearchAllRelatedItemsPaginator(_SearchAllRelatedItemsPaginatorBase):
85
+ """
86
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchAllRelatedItems.html#ConnectCases.Paginator.SearchAllRelatedItems)
87
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchallrelateditemspaginator)
88
+ """
89
+ def paginate( # type: ignore[override]
90
+ self, **kwargs: Unpack[SearchAllRelatedItemsRequestPaginateTypeDef]
91
+ ) -> PageIterator[SearchAllRelatedItemsResponseTypeDef]:
92
+ """
93
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchAllRelatedItems.html#ConnectCases.Paginator.SearchAllRelatedItems.paginate)
94
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchallrelateditemspaginator)
95
+ """
74
96
 
75
97
  if TYPE_CHECKING:
76
98
  _SearchCasesPaginatorBase = Paginator[SearchCasesResponseTypeDef]
77
99
  else:
78
100
  _SearchCasesPaginatorBase = Paginator # type: ignore[assignment]
79
101
 
80
-
81
102
  class SearchCasesPaginator(_SearchCasesPaginatorBase):
82
103
  """
83
104
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases)
84
105
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
85
106
  """
86
-
87
107
  def paginate( # type: ignore[override]
88
108
  self, **kwargs: Unpack[SearchCasesRequestPaginateTypeDef]
89
109
  ) -> PageIterator[SearchCasesResponseTypeDef]:
@@ -92,19 +112,16 @@ class SearchCasesPaginator(_SearchCasesPaginatorBase):
92
112
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
93
113
  """
94
114
 
95
-
96
115
  if TYPE_CHECKING:
97
116
  _SearchRelatedItemsPaginatorBase = Paginator[SearchRelatedItemsResponseTypeDef]
98
117
  else:
99
118
  _SearchRelatedItemsPaginatorBase = Paginator # type: ignore[assignment]
100
119
 
101
-
102
120
  class SearchRelatedItemsPaginator(_SearchRelatedItemsPaginatorBase):
103
121
  """
104
122
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems)
105
123
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
106
124
  """
107
-
108
125
  def paginate( # type: ignore[override]
109
126
  self, **kwargs: Unpack[SearchRelatedItemsRequestPaginateTypeDef]
110
127
  ) -> PageIterator[SearchRelatedItemsResponseTypeDef]: