types-boto3-connectcases 1.40.0__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.
- {types_boto3_connectcases-1.40.0/types_boto3_connectcases.egg-info → types_boto3_connectcases-1.40.44}/PKG-INFO +9 -5
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/README.md +7 -3
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/setup.py +2 -2
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases/__init__.py +9 -1
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases/__init__.pyi +9 -1
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases/__main__.py +3 -3
- types_boto3_connectcases-1.40.0/types_boto3_connectcases/client.pyi → types_boto3_connectcases-1.40.44/types_boto3_connectcases/client.py +32 -1
- types_boto3_connectcases-1.40.0/types_boto3_connectcases/client.py → types_boto3_connectcases-1.40.44/types_boto3_connectcases/client.pyi +29 -4
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases/literals.py +12 -15
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases/literals.pyi +12 -15
- types_boto3_connectcases-1.40.0/types_boto3_connectcases/paginator.pyi → types_boto3_connectcases-1.40.44/types_boto3_connectcases/paginator.py +41 -1
- types_boto3_connectcases-1.40.0/types_boto3_connectcases/paginator.py → types_boto3_connectcases-1.40.44/types_boto3_connectcases/paginator.pyi +27 -10
- types_boto3_connectcases-1.40.0/types_boto3_connectcases/type_defs.pyi → types_boto3_connectcases-1.40.44/types_boto3_connectcases/type_defs.py +377 -119
- types_boto3_connectcases-1.40.0/types_boto3_connectcases/type_defs.py → types_boto3_connectcases-1.40.44/types_boto3_connectcases/type_defs.pyi +218 -258
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases/version.py +1 -1
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44/types_boto3_connectcases.egg-info}/PKG-INFO +9 -5
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/LICENSE +0 -0
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/setup.cfg +0 -0
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases/py.typed +0 -0
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases.egg-info/SOURCES.txt +0 -0
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases.egg-info/dependency_links.txt +0 -0
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases.egg-info/not-zip-safe +0 -0
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/types_boto3_connectcases.egg-info/requires.txt +0 -0
- {types_boto3_connectcases-1.40.0 → types_boto3_connectcases-1.40.44}/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.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
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 ConnectCases 1.40.
|
|
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.
|
|
122
|
+
`uvx --with 'boto3==1.40.44' 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"
|
|
@@ -404,7 +408,7 @@ from types_boto3_connectcases.type_defs import AuditEventFieldValueUnionTypeDef
|
|
|
404
408
|
|
|
405
409
|
def get_value() -> AuditEventFieldValueUnionTypeDef:
|
|
406
410
|
return {
|
|
407
|
-
"
|
|
411
|
+
"stringValue": ...,
|
|
408
412
|
}
|
|
409
413
|
```
|
|
410
414
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 ConnectCases 1.40.
|
|
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.
|
|
75
|
+
`uvx --with 'boto3==1.40.44' 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"
|
|
@@ -357,7 +361,7 @@ from types_boto3_connectcases.type_defs import AuditEventFieldValueUnionTypeDef
|
|
|
357
361
|
|
|
358
362
|
def get_value() -> AuditEventFieldValueUnionTypeDef:
|
|
359
363
|
return {
|
|
360
|
-
"
|
|
364
|
+
"stringValue": ...,
|
|
361
365
|
}
|
|
362
366
|
```
|
|
363
367
|
|
|
@@ -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.44",
|
|
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.44 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.44\n"
|
|
16
|
+
"Version: 1.40.44\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.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
|
|
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",
|
|
@@ -52,8 +54,10 @@ FieldNamespaceType = Literal["Custom", "System"]
|
|
|
52
54
|
FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
|
|
53
55
|
ListCaseRulesPaginatorName = Literal["list_case_rules"]
|
|
54
56
|
OrderType = Literal["Asc", "Desc"]
|
|
55
|
-
RelatedItemTypeType = Literal["Comment", "Contact", "File", "Sla"]
|
|
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"]
|
|
@@ -87,6 +91,7 @@ ServiceName = Literal[
|
|
|
87
91
|
"appstream",
|
|
88
92
|
"appsync",
|
|
89
93
|
"apptest",
|
|
94
|
+
"arc-region-switch",
|
|
90
95
|
"arc-zonal-shift",
|
|
91
96
|
"artifact",
|
|
92
97
|
"athena",
|
|
@@ -98,8 +103,10 @@ ServiceName = Literal[
|
|
|
98
103
|
"backup-gateway",
|
|
99
104
|
"backupsearch",
|
|
100
105
|
"batch",
|
|
106
|
+
"bcm-dashboards",
|
|
101
107
|
"bcm-data-exports",
|
|
102
108
|
"bcm-pricing-calculator",
|
|
109
|
+
"bcm-recommended-actions",
|
|
103
110
|
"bedrock",
|
|
104
111
|
"bedrock-agent",
|
|
105
112
|
"bedrock-agent-runtime",
|
|
@@ -341,8 +348,6 @@ ServiceName = Literal[
|
|
|
341
348
|
"omics",
|
|
342
349
|
"opensearch",
|
|
343
350
|
"opensearchserverless",
|
|
344
|
-
"opsworks",
|
|
345
|
-
"opsworkscm",
|
|
346
351
|
"organizations",
|
|
347
352
|
"osis",
|
|
348
353
|
"outposts",
|
|
@@ -424,7 +429,6 @@ ServiceName = Literal[
|
|
|
424
429
|
"shield",
|
|
425
430
|
"signer",
|
|
426
431
|
"simspaceweaver",
|
|
427
|
-
"sms",
|
|
428
432
|
"snow-device-management",
|
|
429
433
|
"snowball",
|
|
430
434
|
"sns",
|
|
@@ -475,18 +479,11 @@ ServiceName = Literal[
|
|
|
475
479
|
"xray",
|
|
476
480
|
]
|
|
477
481
|
ResourceServiceName = Literal[
|
|
478
|
-
"cloudformation",
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
"
|
|
482
|
-
"glacier",
|
|
483
|
-
"iam",
|
|
484
|
-
"opsworks",
|
|
485
|
-
"s3",
|
|
486
|
-
"sns",
|
|
487
|
-
"sqs",
|
|
482
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
483
|
+
]
|
|
484
|
+
PaginatorName = Literal[
|
|
485
|
+
"list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
|
|
488
486
|
]
|
|
489
|
-
PaginatorName = Literal["list_case_rules", "search_cases", "search_related_items"]
|
|
490
487
|
RegionName = Literal[
|
|
491
488
|
"ap-northeast-1",
|
|
492
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",
|
|
@@ -50,8 +52,10 @@ FieldNamespaceType = Literal["Custom", "System"]
|
|
|
50
52
|
FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
|
|
51
53
|
ListCaseRulesPaginatorName = Literal["list_case_rules"]
|
|
52
54
|
OrderType = Literal["Asc", "Desc"]
|
|
53
|
-
RelatedItemTypeType = Literal["Comment", "Contact", "File", "Sla"]
|
|
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"]
|
|
@@ -85,6 +89,7 @@ ServiceName = Literal[
|
|
|
85
89
|
"appstream",
|
|
86
90
|
"appsync",
|
|
87
91
|
"apptest",
|
|
92
|
+
"arc-region-switch",
|
|
88
93
|
"arc-zonal-shift",
|
|
89
94
|
"artifact",
|
|
90
95
|
"athena",
|
|
@@ -96,8 +101,10 @@ ServiceName = Literal[
|
|
|
96
101
|
"backup-gateway",
|
|
97
102
|
"backupsearch",
|
|
98
103
|
"batch",
|
|
104
|
+
"bcm-dashboards",
|
|
99
105
|
"bcm-data-exports",
|
|
100
106
|
"bcm-pricing-calculator",
|
|
107
|
+
"bcm-recommended-actions",
|
|
101
108
|
"bedrock",
|
|
102
109
|
"bedrock-agent",
|
|
103
110
|
"bedrock-agent-runtime",
|
|
@@ -339,8 +346,6 @@ ServiceName = Literal[
|
|
|
339
346
|
"omics",
|
|
340
347
|
"opensearch",
|
|
341
348
|
"opensearchserverless",
|
|
342
|
-
"opsworks",
|
|
343
|
-
"opsworkscm",
|
|
344
349
|
"organizations",
|
|
345
350
|
"osis",
|
|
346
351
|
"outposts",
|
|
@@ -422,7 +427,6 @@ ServiceName = Literal[
|
|
|
422
427
|
"shield",
|
|
423
428
|
"signer",
|
|
424
429
|
"simspaceweaver",
|
|
425
|
-
"sms",
|
|
426
430
|
"snow-device-management",
|
|
427
431
|
"snowball",
|
|
428
432
|
"sns",
|
|
@@ -473,18 +477,11 @@ ServiceName = Literal[
|
|
|
473
477
|
"xray",
|
|
474
478
|
]
|
|
475
479
|
ResourceServiceName = Literal[
|
|
476
|
-
"cloudformation",
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
"
|
|
480
|
-
"glacier",
|
|
481
|
-
"iam",
|
|
482
|
-
"opsworks",
|
|
483
|
-
"s3",
|
|
484
|
-
"sns",
|
|
485
|
-
"sqs",
|
|
480
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
481
|
+
]
|
|
482
|
+
PaginatorName = Literal[
|
|
483
|
+
"list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
|
|
486
484
|
]
|
|
487
|
-
PaginatorName = Literal["list_case_rules", "search_cases", "search_related_items"]
|
|
488
485
|
RegionName = Literal[
|
|
489
486
|
"ap-northeast-1",
|
|
490
487
|
"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]:
|