types-boto3-connectcases 1.42.3__tar.gz → 1.42.42__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.42.3 → types_boto3_connectcases-1.42.42}/LICENSE +1 -1
- {types_boto3_connectcases-1.42.3/types_boto3_connectcases.egg-info → types_boto3_connectcases-1.42.42}/PKG-INFO +4 -4
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/README.md +2 -2
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/pyproject.toml +3 -3
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/__init__.py +1 -1
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/__init__.pyi +1 -1
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/__main__.py +4 -4
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/client.py +1 -1
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/client.pyi +1 -1
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/literals.py +5 -2
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/literals.pyi +5 -2
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/paginator.py +1 -1
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/paginator.pyi +1 -1
- types_boto3_connectcases-1.42.3/types_boto3_connectcases/type_defs.pyi → types_boto3_connectcases-1.42.42/types_boto3_connectcases/type_defs.py +299 -90
- types_boto3_connectcases-1.42.3/types_boto3_connectcases/type_defs.py → types_boto3_connectcases-1.42.42/types_boto3_connectcases/type_defs.pyi +131 -251
- types_boto3_connectcases-1.42.42/types_boto3_connectcases/version.py +7 -0
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42/types_boto3_connectcases.egg-info}/PKG-INFO +4 -4
- types_boto3_connectcases-1.42.3/types_boto3_connectcases/version.py +0 -7
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/setup.cfg +0 -0
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases/py.typed +0 -0
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases.egg-info/SOURCES.txt +0 -0
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases.egg-info/dependency_links.txt +0 -0
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/types_boto3_connectcases.egg-info/requires.txt +0 -0
- {types_boto3_connectcases-1.42.3 → types_boto3_connectcases-1.42.42}/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.42.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.42.
|
|
3
|
+
Version: 1.42.42
|
|
4
|
+
Summary: Type annotations for boto3 ConnectCases 1.42.42 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3 ConnectCases 1.42.
|
|
46
|
+
[boto3 ConnectCases 1.42.42](https://pypi.org/project/boto3/) compatible with
|
|
47
47
|
[VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.42' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `ConnectCases` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 ConnectCases 1.42.
|
|
13
|
+
[boto3 ConnectCases 1.42.42](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.42.
|
|
75
|
+
`uvx --with 'boto3==1.42.42' 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.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Setup script for types-boto3-connectcases.
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Vlad Emelianov
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-boto3-connectcases"
|
|
7
|
-
version = "1.42.
|
|
7
|
+
version = "1.42.42"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 ConnectCases 1.42.
|
|
10
|
+
description = "Type annotations for boto3 ConnectCases 1.42.42 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 ConnectCases 1.42.42\n"
|
|
16
|
+
"Version: 1.42.42\n"
|
|
17
17
|
"Builder version: 8.12.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.42.
|
|
29
|
+
sys.stdout.write("1.42.42\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for connectcases service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -43,6 +43,7 @@ __all__ = (
|
|
|
43
43
|
"ServiceName",
|
|
44
44
|
"SlaStatusType",
|
|
45
45
|
"SlaTypeType",
|
|
46
|
+
"TagPropagationResourceTypeType",
|
|
46
47
|
"TemplateStatusType",
|
|
47
48
|
)
|
|
48
49
|
|
|
@@ -62,6 +63,7 @@ SearchCasesPaginatorName = Literal["search_cases"]
|
|
|
62
63
|
SearchRelatedItemsPaginatorName = Literal["search_related_items"]
|
|
63
64
|
SlaStatusType = Literal["Active", "Met", "NotMet", "Overdue"]
|
|
64
65
|
SlaTypeType = Literal["CaseField"]
|
|
66
|
+
TagPropagationResourceTypeType = Literal["Cases"]
|
|
65
67
|
TemplateStatusType = Literal["Active", "Inactive"]
|
|
66
68
|
ConnectCasesServiceName = Literal["connectcases"]
|
|
67
69
|
ServiceName = Literal[
|
|
@@ -205,7 +207,6 @@ ServiceName = Literal[
|
|
|
205
207
|
"eks-auth",
|
|
206
208
|
"elasticache",
|
|
207
209
|
"elasticbeanstalk",
|
|
208
|
-
"elastictranscoder",
|
|
209
210
|
"elb",
|
|
210
211
|
"elbv2",
|
|
211
212
|
"emr",
|
|
@@ -470,6 +471,7 @@ ServiceName = Literal[
|
|
|
470
471
|
"waf-regional",
|
|
471
472
|
"wafv2",
|
|
472
473
|
"wellarchitected",
|
|
474
|
+
"wickr",
|
|
473
475
|
"wisdom",
|
|
474
476
|
"workdocs",
|
|
475
477
|
"workmail",
|
|
@@ -487,6 +489,7 @@ PaginatorName = Literal[
|
|
|
487
489
|
"list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
|
|
488
490
|
]
|
|
489
491
|
RegionName = Literal[
|
|
492
|
+
"af-south-1",
|
|
490
493
|
"ap-northeast-1",
|
|
491
494
|
"ap-northeast-2",
|
|
492
495
|
"ap-southeast-1",
|
|
@@ -3,7 +3,7 @@ Type annotations for connectcases service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -42,6 +42,7 @@ __all__ = (
|
|
|
42
42
|
"ServiceName",
|
|
43
43
|
"SlaStatusType",
|
|
44
44
|
"SlaTypeType",
|
|
45
|
+
"TagPropagationResourceTypeType",
|
|
45
46
|
"TemplateStatusType",
|
|
46
47
|
)
|
|
47
48
|
|
|
@@ -60,6 +61,7 @@ SearchCasesPaginatorName = Literal["search_cases"]
|
|
|
60
61
|
SearchRelatedItemsPaginatorName = Literal["search_related_items"]
|
|
61
62
|
SlaStatusType = Literal["Active", "Met", "NotMet", "Overdue"]
|
|
62
63
|
SlaTypeType = Literal["CaseField"]
|
|
64
|
+
TagPropagationResourceTypeType = Literal["Cases"]
|
|
63
65
|
TemplateStatusType = Literal["Active", "Inactive"]
|
|
64
66
|
ConnectCasesServiceName = Literal["connectcases"]
|
|
65
67
|
ServiceName = Literal[
|
|
@@ -203,7 +205,6 @@ ServiceName = Literal[
|
|
|
203
205
|
"eks-auth",
|
|
204
206
|
"elasticache",
|
|
205
207
|
"elasticbeanstalk",
|
|
206
|
-
"elastictranscoder",
|
|
207
208
|
"elb",
|
|
208
209
|
"elbv2",
|
|
209
210
|
"emr",
|
|
@@ -468,6 +469,7 @@ ServiceName = Literal[
|
|
|
468
469
|
"waf-regional",
|
|
469
470
|
"wafv2",
|
|
470
471
|
"wellarchitected",
|
|
472
|
+
"wickr",
|
|
471
473
|
"wisdom",
|
|
472
474
|
"workdocs",
|
|
473
475
|
"workmail",
|
|
@@ -485,6 +487,7 @@ PaginatorName = Literal[
|
|
|
485
487
|
"list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
|
|
486
488
|
]
|
|
487
489
|
RegionName = Literal[
|
|
490
|
+
"af-south-1",
|
|
488
491
|
"ap-northeast-1",
|
|
489
492
|
"ap-northeast-2",
|
|
490
493
|
"ap-southeast-1",
|