mypy-boto3-connectcases 1.28.71__py3-none-any.whl → 1.29.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_connectcases/__main__.py +3 -3
- mypy_boto3_connectcases/client.py +4 -2
- mypy_boto3_connectcases/client.pyi +4 -2
- mypy_boto3_connectcases/literals.py +1 -0
- mypy_boto3_connectcases/literals.pyi +1 -0
- mypy_boto3_connectcases/type_defs.py +9 -92
- mypy_boto3_connectcases/type_defs.pyi +9 -92
- mypy_boto3_connectcases/version.py +1 -1
- {mypy_boto3_connectcases-1.28.71.dist-info → mypy_boto3_connectcases-1.29.0.dist-info}/METADATA +5 -4
- mypy_boto3_connectcases-1.29.0.dist-info/RECORD +18 -0
- {mypy_boto3_connectcases-1.28.71.dist-info → mypy_boto3_connectcases-1.29.0.dist-info}/WHEEL +1 -1
- mypy_boto3_connectcases-1.28.71.dist-info/RECORD +0 -18
- {mypy_boto3_connectcases-1.28.71.dist-info → mypy_boto3_connectcases-1.29.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_connectcases-1.28.71.dist-info → mypy_boto3_connectcases-1.29.0.dist-info}/top_level.txt +0 -0
|
@@ -10,8 +10,8 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.ConnectCases 1.
|
|
14
|
-
"
|
|
13
|
+
"Type annotations for boto3.ConnectCases 1.29.0\nVersion: 1.29.0\nBuilder version:"
|
|
14
|
+
" 7.20.3\nDocs: "
|
|
15
15
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases//\nBoto3 docs: "
|
|
16
16
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases\nOther"
|
|
17
17
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -23,7 +23,7 @@ def print_version() -> None:
|
|
|
23
23
|
"""
|
|
24
24
|
Print package version to stdout.
|
|
25
25
|
"""
|
|
26
|
-
print("1.
|
|
26
|
+
print("1.29.0")
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
def main() -> None:
|
|
@@ -56,6 +56,7 @@ from .type_defs import (
|
|
|
56
56
|
SearchCasesResponseTypeDef,
|
|
57
57
|
SearchRelatedItemsResponseTypeDef,
|
|
58
58
|
SortTypeDef,
|
|
59
|
+
UserUnionTypeDef,
|
|
59
60
|
)
|
|
60
61
|
|
|
61
62
|
if sys.version_info >= (3, 12):
|
|
@@ -67,7 +68,7 @@ else:
|
|
|
67
68
|
__all__ = ("ConnectCasesClient",)
|
|
68
69
|
|
|
69
70
|
|
|
70
|
-
class BotocoreClientError(
|
|
71
|
+
class BotocoreClientError(Exception):
|
|
71
72
|
MSG_TEMPLATE: str
|
|
72
73
|
|
|
73
74
|
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
|
@@ -191,7 +192,8 @@ class ConnectCasesClient(BaseClient):
|
|
|
191
192
|
caseId: str,
|
|
192
193
|
content: RelatedItemInputContentTypeDef,
|
|
193
194
|
domainId: str,
|
|
194
|
-
type: RelatedItemTypeType
|
|
195
|
+
type: RelatedItemTypeType,
|
|
196
|
+
performedBy: UserUnionTypeDef = ...
|
|
195
197
|
) -> CreateRelatedItemResponseTypeDef:
|
|
196
198
|
"""
|
|
197
199
|
Creates a related item (comments, tasks, and contacts) and associates it with a
|
|
@@ -56,6 +56,7 @@ from .type_defs import (
|
|
|
56
56
|
SearchCasesResponseTypeDef,
|
|
57
57
|
SearchRelatedItemsResponseTypeDef,
|
|
58
58
|
SortTypeDef,
|
|
59
|
+
UserUnionTypeDef,
|
|
59
60
|
)
|
|
60
61
|
|
|
61
62
|
if sys.version_info >= (3, 12):
|
|
@@ -65,7 +66,7 @@ else:
|
|
|
65
66
|
|
|
66
67
|
__all__ = ("ConnectCasesClient",)
|
|
67
68
|
|
|
68
|
-
class BotocoreClientError(
|
|
69
|
+
class BotocoreClientError(Exception):
|
|
69
70
|
MSG_TEMPLATE: str
|
|
70
71
|
|
|
71
72
|
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
|
@@ -187,7 +188,8 @@ class ConnectCasesClient(BaseClient):
|
|
|
187
188
|
caseId: str,
|
|
188
189
|
content: RelatedItemInputContentTypeDef,
|
|
189
190
|
domainId: str,
|
|
190
|
-
type: RelatedItemTypeType
|
|
191
|
+
type: RelatedItemTypeType,
|
|
192
|
+
performedBy: UserUnionTypeDef = ...
|
|
191
193
|
) -> CreateRelatedItemResponseTypeDef:
|
|
192
194
|
"""
|
|
193
195
|
Creates a related item (comments, tasks, and contacts) and associates it with a
|