mypy-boto3-connectcases 1.41.0__tar.gz → 1.42.35__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.
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/LICENSE +1 -1
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/PKG-INFO +4 -4
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/README.md +2 -2
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/__init__.py +1 -1
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/__init__.pyi +1 -1
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/__main__.py +4 -4
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/client.py +1 -1
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/client.pyi +1 -1
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/literals.py +10 -2
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/literals.pyi +10 -2
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/paginator.py +1 -1
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/paginator.pyi +1 -1
- mypy_boto3_connectcases-1.41.0/mypy_boto3_connectcases/type_defs.pyi → mypy_boto3_connectcases-1.42.35/mypy_boto3_connectcases/type_defs.py +239 -43
- mypy_boto3_connectcases-1.41.0/mypy_boto3_connectcases/type_defs.py → mypy_boto3_connectcases-1.42.35/mypy_boto3_connectcases/type_defs.pyi +71 -203
- mypy_boto3_connectcases-1.42.35/mypy_boto3_connectcases/version.py +7 -0
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases.egg-info/PKG-INFO +4 -4
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/pyproject.toml +3 -3
- mypy_boto3_connectcases-1.41.0/mypy_boto3_connectcases/version.py +0 -7
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases/py.typed +0 -0
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases.egg-info/requires.txt +0 -0
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/mypy_boto3_connectcases.egg-info/top_level.txt +0 -0
- {mypy_boto3_connectcases-1.41.0 → mypy_boto3_connectcases-1.42.35}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-connectcases
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.
|
|
3
|
+
Version: 1.42.35
|
|
4
|
+
Summary: Type annotations for boto3 ConnectCases 1.42.35 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.
|
|
46
|
+
[boto3 ConnectCases 1.42.35](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.
|
|
108
|
+
`uvx --with 'boto3==1.42.35' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` 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.
|
|
13
|
+
[boto3 ConnectCases 1.42.35](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.
|
|
75
|
+
`uvx --with 'boto3==1.42.35' 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.
|
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 ConnectCases 1.42.35\n"
|
|
16
|
+
"Version: 1.42.35\n"
|
|
17
17
|
"Builder version: 8.12.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.
|
|
29
|
+
sys.stdout.write("1.42.35\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/boto3_stubs_docs/mypy_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[
|
|
@@ -159,6 +161,7 @@ ServiceName = Literal[
|
|
|
159
161
|
"comprehend",
|
|
160
162
|
"comprehendmedical",
|
|
161
163
|
"compute-optimizer",
|
|
164
|
+
"compute-optimizer-automation",
|
|
162
165
|
"config",
|
|
163
166
|
"connect",
|
|
164
167
|
"connect-contact-lens",
|
|
@@ -204,7 +207,6 @@ ServiceName = Literal[
|
|
|
204
207
|
"eks-auth",
|
|
205
208
|
"elasticache",
|
|
206
209
|
"elasticbeanstalk",
|
|
207
|
-
"elastictranscoder",
|
|
208
210
|
"elb",
|
|
209
211
|
"elbv2",
|
|
210
212
|
"emr",
|
|
@@ -339,6 +341,7 @@ ServiceName = Literal[
|
|
|
339
341
|
"networkmonitor",
|
|
340
342
|
"notifications",
|
|
341
343
|
"notificationscontacts",
|
|
344
|
+
"nova-act",
|
|
342
345
|
"oam",
|
|
343
346
|
"observabilityadmin",
|
|
344
347
|
"odb",
|
|
@@ -349,6 +352,8 @@ ServiceName = Literal[
|
|
|
349
352
|
"osis",
|
|
350
353
|
"outposts",
|
|
351
354
|
"panorama",
|
|
355
|
+
"partnercentral-account",
|
|
356
|
+
"partnercentral-benefits",
|
|
352
357
|
"partnercentral-channel",
|
|
353
358
|
"partnercentral-selling",
|
|
354
359
|
"payment-cryptography",
|
|
@@ -391,6 +396,7 @@ ServiceName = Literal[
|
|
|
391
396
|
"route53-recovery-control-config",
|
|
392
397
|
"route53-recovery-readiness",
|
|
393
398
|
"route53domains",
|
|
399
|
+
"route53globalresolver",
|
|
394
400
|
"route53profiles",
|
|
395
401
|
"route53resolver",
|
|
396
402
|
"rtbfabric",
|
|
@@ -465,6 +471,7 @@ ServiceName = Literal[
|
|
|
465
471
|
"waf-regional",
|
|
466
472
|
"wafv2",
|
|
467
473
|
"wellarchitected",
|
|
474
|
+
"wickr",
|
|
468
475
|
"wisdom",
|
|
469
476
|
"workdocs",
|
|
470
477
|
"workmail",
|
|
@@ -482,6 +489,7 @@ PaginatorName = Literal[
|
|
|
482
489
|
"list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
|
|
483
490
|
]
|
|
484
491
|
RegionName = Literal[
|
|
492
|
+
"af-south-1",
|
|
485
493
|
"ap-northeast-1",
|
|
486
494
|
"ap-northeast-2",
|
|
487
495
|
"ap-southeast-1",
|
|
@@ -3,7 +3,7 @@ Type annotations for connectcases service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_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[
|
|
@@ -157,6 +159,7 @@ ServiceName = Literal[
|
|
|
157
159
|
"comprehend",
|
|
158
160
|
"comprehendmedical",
|
|
159
161
|
"compute-optimizer",
|
|
162
|
+
"compute-optimizer-automation",
|
|
160
163
|
"config",
|
|
161
164
|
"connect",
|
|
162
165
|
"connect-contact-lens",
|
|
@@ -202,7 +205,6 @@ ServiceName = Literal[
|
|
|
202
205
|
"eks-auth",
|
|
203
206
|
"elasticache",
|
|
204
207
|
"elasticbeanstalk",
|
|
205
|
-
"elastictranscoder",
|
|
206
208
|
"elb",
|
|
207
209
|
"elbv2",
|
|
208
210
|
"emr",
|
|
@@ -337,6 +339,7 @@ ServiceName = Literal[
|
|
|
337
339
|
"networkmonitor",
|
|
338
340
|
"notifications",
|
|
339
341
|
"notificationscontacts",
|
|
342
|
+
"nova-act",
|
|
340
343
|
"oam",
|
|
341
344
|
"observabilityadmin",
|
|
342
345
|
"odb",
|
|
@@ -347,6 +350,8 @@ ServiceName = Literal[
|
|
|
347
350
|
"osis",
|
|
348
351
|
"outposts",
|
|
349
352
|
"panorama",
|
|
353
|
+
"partnercentral-account",
|
|
354
|
+
"partnercentral-benefits",
|
|
350
355
|
"partnercentral-channel",
|
|
351
356
|
"partnercentral-selling",
|
|
352
357
|
"payment-cryptography",
|
|
@@ -389,6 +394,7 @@ ServiceName = Literal[
|
|
|
389
394
|
"route53-recovery-control-config",
|
|
390
395
|
"route53-recovery-readiness",
|
|
391
396
|
"route53domains",
|
|
397
|
+
"route53globalresolver",
|
|
392
398
|
"route53profiles",
|
|
393
399
|
"route53resolver",
|
|
394
400
|
"rtbfabric",
|
|
@@ -463,6 +469,7 @@ ServiceName = Literal[
|
|
|
463
469
|
"waf-regional",
|
|
464
470
|
"wafv2",
|
|
465
471
|
"wellarchitected",
|
|
472
|
+
"wickr",
|
|
466
473
|
"wisdom",
|
|
467
474
|
"workdocs",
|
|
468
475
|
"workmail",
|
|
@@ -480,6 +487,7 @@ PaginatorName = Literal[
|
|
|
480
487
|
"list_case_rules", "search_all_related_items", "search_cases", "search_related_items"
|
|
481
488
|
]
|
|
482
489
|
RegionName = Literal[
|
|
490
|
+
"af-south-1",
|
|
483
491
|
"ap-northeast-1",
|
|
484
492
|
"ap-northeast-2",
|
|
485
493
|
"ap-southeast-1",
|