types-boto3-connectcases 1.40.42__tar.gz → 1.40.63__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.
- {types_boto3_connectcases-1.40.42/types_boto3_connectcases.egg-info → types_boto3_connectcases-1.40.63}/PKG-INFO +8 -4
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/README.md +6 -2
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/setup.py +2 -2
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases/__init__.py +9 -1
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases/__init__.pyi +9 -1
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases/__main__.py +3 -3
- types_boto3_connectcases-1.40.42/types_boto3_connectcases/client.pyi → types_boto3_connectcases-1.40.63/types_boto3_connectcases/client.py +32 -1
- types_boto3_connectcases-1.40.42/types_boto3_connectcases/client.py → types_boto3_connectcases-1.40.63/types_boto3_connectcases/client.pyi +29 -4
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases/literals.py +8 -8
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases/literals.pyi +8 -8
- types_boto3_connectcases-1.40.42/types_boto3_connectcases/paginator.pyi → types_boto3_connectcases-1.40.63/types_boto3_connectcases/paginator.py +41 -1
- types_boto3_connectcases-1.40.42/types_boto3_connectcases/paginator.py → types_boto3_connectcases-1.40.63/types_boto3_connectcases/paginator.pyi +27 -10
- types_boto3_connectcases-1.40.42/types_boto3_connectcases/type_defs.pyi → types_boto3_connectcases-1.40.63/types_boto3_connectcases/type_defs.py +195 -0
- types_boto3_connectcases-1.40.42/types_boto3_connectcases/type_defs.py → types_boto3_connectcases-1.40.63/types_boto3_connectcases/type_defs.pyi +36 -147
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases/version.py +1 -1
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63/types_boto3_connectcases.egg-info}/PKG-INFO +8 -4
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/LICENSE +0 -0
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/setup.cfg +0 -0
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases/py.typed +0 -0
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases.egg-info/SOURCES.txt +0 -0
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases.egg-info/dependency_links.txt +0 -0
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases.egg-info/not-zip-safe +0 -0
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases.egg-info/requires.txt +0 -0
- {types_boto3_connectcases-1.40.42 → types_boto3_connectcases-1.40.63}/types_boto3_connectcases.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-connectcases
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.40.
|
|
3
|
+
Version: 1.40.63
|
|
4
|
+
Summary: Type annotations for boto3 ConnectCases 1.40.63 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
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 ConnectCases 1.40.
|
|
60
|
+
[boto3 ConnectCases 1.40.63](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.
|
|
122
|
+
`uvx --with 'boto3==1.40.63' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` 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 types_boto3_connectcases import ConnectCasesClient
|
|
356
356
|
from types_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
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 ConnectCases 1.40.
|
|
13
|
+
[boto3 ConnectCases 1.40.63](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.
|
|
75
|
+
`uvx --with 'boto3==1.40.63' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` 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 types_boto3_connectcases import ConnectCasesClient
|
|
309
309
|
from types_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,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-connectcases",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.63",
|
|
17
17
|
packages=["types_boto3_connectcases"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 ConnectCases 1.40.
|
|
22
|
+
description="Type annotations for boto3 ConnectCases 1.40.63 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -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
|
|
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
|
|
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.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 ConnectCases 1.40.63\n"
|
|
16
|
+
"Version: 1.40.63\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_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.
|
|
29
|
+
sys.stdout.write("1.40.63\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
|
|
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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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
|
|
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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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"]
|
|
@@ -86,7 +90,6 @@ ServiceName = Literal[
|
|
|
86
90
|
"apprunner",
|
|
87
91
|
"appstream",
|
|
88
92
|
"appsync",
|
|
89
|
-
"apptest",
|
|
90
93
|
"arc-region-switch",
|
|
91
94
|
"arc-zonal-shift",
|
|
92
95
|
"artifact",
|
|
@@ -254,7 +257,6 @@ ServiceName = Literal[
|
|
|
254
257
|
"iotdeviceadvisor",
|
|
255
258
|
"iotevents",
|
|
256
259
|
"iotevents-data",
|
|
257
|
-
"iotfleethub",
|
|
258
260
|
"iotfleetwise",
|
|
259
261
|
"iotsecuretunneling",
|
|
260
262
|
"iotsitewise",
|
|
@@ -293,8 +295,6 @@ ServiceName = Literal[
|
|
|
293
295
|
"location",
|
|
294
296
|
"logs",
|
|
295
297
|
"lookoutequipment",
|
|
296
|
-
"lookoutmetrics",
|
|
297
|
-
"lookoutvision",
|
|
298
298
|
"m2",
|
|
299
299
|
"machinelearning",
|
|
300
300
|
"macie2",
|
|
@@ -369,8 +369,6 @@ ServiceName = Literal[
|
|
|
369
369
|
"qapps",
|
|
370
370
|
"qbusiness",
|
|
371
371
|
"qconnect",
|
|
372
|
-
"qldb",
|
|
373
|
-
"qldb-session",
|
|
374
372
|
"quicksight",
|
|
375
373
|
"ram",
|
|
376
374
|
"rbin",
|
|
@@ -385,7 +383,6 @@ ServiceName = Literal[
|
|
|
385
383
|
"resource-explorer-2",
|
|
386
384
|
"resource-groups",
|
|
387
385
|
"resourcegroupstaggingapi",
|
|
388
|
-
"robomaker",
|
|
389
386
|
"rolesanywhere",
|
|
390
387
|
"route53",
|
|
391
388
|
"route53-recovery-cluster",
|
|
@@ -394,6 +391,7 @@ ServiceName = Literal[
|
|
|
394
391
|
"route53domains",
|
|
395
392
|
"route53profiles",
|
|
396
393
|
"route53resolver",
|
|
394
|
+
"rtbfabric",
|
|
397
395
|
"rum",
|
|
398
396
|
"s3",
|
|
399
397
|
"s3control",
|
|
@@ -477,7 +475,9 @@ ServiceName = Literal[
|
|
|
477
475
|
ResourceServiceName = Literal[
|
|
478
476
|
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
479
477
|
]
|
|
480
|
-
PaginatorName = Literal[
|
|
478
|
+
PaginatorName = Literal[
|
|
479
|
+
"list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
|
|
480
|
+
]
|
|
481
481
|
RegionName = Literal[
|
|
482
482
|
"ap-northeast-1",
|
|
483
483
|
"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"]
|
|
@@ -84,7 +88,6 @@ ServiceName = Literal[
|
|
|
84
88
|
"apprunner",
|
|
85
89
|
"appstream",
|
|
86
90
|
"appsync",
|
|
87
|
-
"apptest",
|
|
88
91
|
"arc-region-switch",
|
|
89
92
|
"arc-zonal-shift",
|
|
90
93
|
"artifact",
|
|
@@ -252,7 +255,6 @@ ServiceName = Literal[
|
|
|
252
255
|
"iotdeviceadvisor",
|
|
253
256
|
"iotevents",
|
|
254
257
|
"iotevents-data",
|
|
255
|
-
"iotfleethub",
|
|
256
258
|
"iotfleetwise",
|
|
257
259
|
"iotsecuretunneling",
|
|
258
260
|
"iotsitewise",
|
|
@@ -291,8 +293,6 @@ ServiceName = Literal[
|
|
|
291
293
|
"location",
|
|
292
294
|
"logs",
|
|
293
295
|
"lookoutequipment",
|
|
294
|
-
"lookoutmetrics",
|
|
295
|
-
"lookoutvision",
|
|
296
296
|
"m2",
|
|
297
297
|
"machinelearning",
|
|
298
298
|
"macie2",
|
|
@@ -367,8 +367,6 @@ ServiceName = Literal[
|
|
|
367
367
|
"qapps",
|
|
368
368
|
"qbusiness",
|
|
369
369
|
"qconnect",
|
|
370
|
-
"qldb",
|
|
371
|
-
"qldb-session",
|
|
372
370
|
"quicksight",
|
|
373
371
|
"ram",
|
|
374
372
|
"rbin",
|
|
@@ -383,7 +381,6 @@ ServiceName = Literal[
|
|
|
383
381
|
"resource-explorer-2",
|
|
384
382
|
"resource-groups",
|
|
385
383
|
"resourcegroupstaggingapi",
|
|
386
|
-
"robomaker",
|
|
387
384
|
"rolesanywhere",
|
|
388
385
|
"route53",
|
|
389
386
|
"route53-recovery-cluster",
|
|
@@ -392,6 +389,7 @@ ServiceName = Literal[
|
|
|
392
389
|
"route53domains",
|
|
393
390
|
"route53profiles",
|
|
394
391
|
"route53resolver",
|
|
392
|
+
"rtbfabric",
|
|
395
393
|
"rum",
|
|
396
394
|
"s3",
|
|
397
395
|
"s3control",
|
|
@@ -475,7 +473,9 @@ ServiceName = Literal[
|
|
|
475
473
|
ResourceServiceName = Literal[
|
|
476
474
|
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
477
475
|
]
|
|
478
|
-
PaginatorName = Literal[
|
|
476
|
+
PaginatorName = Literal[
|
|
477
|
+
"list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
|
|
478
|
+
]
|
|
479
479
|
RegionName = Literal[
|
|
480
480
|
"ap-northeast-1",
|
|
481
481
|
"ap-northeast-2",
|
|
@@ -13,6 +13,7 @@ Usage::
|
|
|
13
13
|
from types_boto3_connectcases.client import ConnectCasesClient
|
|
14
14
|
from types_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
|
-
|
|
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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
97
136
|
"""
|
|
137
|
+
|
|
98
138
|
def paginate( # type: ignore[override]
|
|
99
139
|
self, **kwargs: Unpack[SearchRelatedItemsRequestPaginateTypeDef]
|
|
100
140
|
) -> PageIterator[SearchRelatedItemsResponseTypeDef]:
|