mypy-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.
Files changed (24) hide show
  1. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/LICENSE +1 -1
  2. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/PKG-INFO +4 -4
  3. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/README.md +2 -2
  4. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/__init__.py +1 -1
  5. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/__init__.pyi +1 -1
  6. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/__main__.py +4 -4
  7. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/client.py +1 -1
  8. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/client.pyi +1 -1
  9. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/literals.py +5 -2
  10. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/literals.pyi +5 -2
  11. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/paginator.py +1 -1
  12. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/paginator.pyi +1 -1
  13. mypy_boto3_connectcases-1.42.3/mypy_boto3_connectcases/type_defs.pyi → mypy_boto3_connectcases-1.42.42/mypy_boto3_connectcases/type_defs.py +299 -90
  14. mypy_boto3_connectcases-1.42.3/mypy_boto3_connectcases/type_defs.py → mypy_boto3_connectcases-1.42.42/mypy_boto3_connectcases/type_defs.pyi +131 -251
  15. mypy_boto3_connectcases-1.42.42/mypy_boto3_connectcases/version.py +7 -0
  16. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases.egg-info/PKG-INFO +4 -4
  17. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/pyproject.toml +3 -3
  18. mypy_boto3_connectcases-1.42.3/mypy_boto3_connectcases/version.py +0 -7
  19. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases/py.typed +0 -0
  20. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases.egg-info/SOURCES.txt +0 -0
  21. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases.egg-info/dependency_links.txt +0 -0
  22. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases.egg-info/requires.txt +0 -0
  23. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/mypy_boto3_connectcases.egg-info/top_level.txt +0 -0
  24. {mypy_boto3_connectcases-1.42.3 → mypy_boto3_connectcases-1.42.42}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Vlad Emelianov
3
+ Copyright (c) 2026 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-connectcases
3
- Version: 1.42.3
4
- Summary: Type annotations for boto3 ConnectCases 1.42.3 service generated with mypy-boto3-builder 8.12.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3 ConnectCases 1.42.3](https://pypi.org/project/boto3/) compatible with
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.3' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.42' 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3 ConnectCases 1.42.3](https://pypi.org/project/boto3/) compatible with
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.3' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.42.42' 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.
@@ -3,7 +3,7 @@ Main interface for connectcases service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Main interface for connectcases service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2025 Vlad Emelianov
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.3\n"
16
- "Version: 1.42.3\n"
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/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.42.3\n")
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 Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for connectcases service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -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 2025 Vlad Emelianov
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/boto3_stubs_docs/mypy_boto3_connectcases/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
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",
@@ -3,7 +3,7 @@ Type annotations for connectcases service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for connectcases service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9