mypy-boto3-connectcases 1.40.44__tar.gz → 1.40.63__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.40.44 → mypy_boto3_connectcases-1.40.63}/PKG-INFO +4 -4
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/README.md +2 -2
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/__main__.py +3 -3
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/literals.py +1 -7
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/literals.pyi +1 -7
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/version.py +1 -1
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases.egg-info/PKG-INFO +4 -4
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/setup.py +2 -2
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/LICENSE +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/__init__.py +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/__init__.pyi +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/client.py +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/client.pyi +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/paginator.py +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/paginator.pyi +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/py.typed +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/type_defs.py +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/type_defs.pyi +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases.egg-info/not-zip-safe +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases.egg-info/requires.txt +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases.egg-info/top_level.txt +0 -0
- {mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-connectcases
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.40.
|
|
3
|
+
Version: 1.40.63
|
|
4
|
+
Summary: Type annotations for boto3 ConnectCases 1.40.63 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.63](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.63' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `ConnectCases` service.
|
|
125
125
|
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.40.
|
|
13
|
+
[boto3 ConnectCases 1.40.63](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.63' 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.
|
|
@@ -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.63\n"
|
|
16
|
+
"Version: 1.40.63\n"
|
|
17
17
|
"Builder version: 8.11.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.40.
|
|
29
|
+
sys.stdout.write("1.40.63\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -90,7 +90,6 @@ ServiceName = Literal[
|
|
|
90
90
|
"apprunner",
|
|
91
91
|
"appstream",
|
|
92
92
|
"appsync",
|
|
93
|
-
"apptest",
|
|
94
93
|
"arc-region-switch",
|
|
95
94
|
"arc-zonal-shift",
|
|
96
95
|
"artifact",
|
|
@@ -258,7 +257,6 @@ ServiceName = Literal[
|
|
|
258
257
|
"iotdeviceadvisor",
|
|
259
258
|
"iotevents",
|
|
260
259
|
"iotevents-data",
|
|
261
|
-
"iotfleethub",
|
|
262
260
|
"iotfleetwise",
|
|
263
261
|
"iotsecuretunneling",
|
|
264
262
|
"iotsitewise",
|
|
@@ -297,8 +295,6 @@ ServiceName = Literal[
|
|
|
297
295
|
"location",
|
|
298
296
|
"logs",
|
|
299
297
|
"lookoutequipment",
|
|
300
|
-
"lookoutmetrics",
|
|
301
|
-
"lookoutvision",
|
|
302
298
|
"m2",
|
|
303
299
|
"machinelearning",
|
|
304
300
|
"macie2",
|
|
@@ -373,8 +369,6 @@ ServiceName = Literal[
|
|
|
373
369
|
"qapps",
|
|
374
370
|
"qbusiness",
|
|
375
371
|
"qconnect",
|
|
376
|
-
"qldb",
|
|
377
|
-
"qldb-session",
|
|
378
372
|
"quicksight",
|
|
379
373
|
"ram",
|
|
380
374
|
"rbin",
|
|
@@ -389,7 +383,6 @@ ServiceName = Literal[
|
|
|
389
383
|
"resource-explorer-2",
|
|
390
384
|
"resource-groups",
|
|
391
385
|
"resourcegroupstaggingapi",
|
|
392
|
-
"robomaker",
|
|
393
386
|
"rolesanywhere",
|
|
394
387
|
"route53",
|
|
395
388
|
"route53-recovery-cluster",
|
|
@@ -398,6 +391,7 @@ ServiceName = Literal[
|
|
|
398
391
|
"route53domains",
|
|
399
392
|
"route53profiles",
|
|
400
393
|
"route53resolver",
|
|
394
|
+
"rtbfabric",
|
|
401
395
|
"rum",
|
|
402
396
|
"s3",
|
|
403
397
|
"s3control",
|
|
@@ -88,7 +88,6 @@ ServiceName = Literal[
|
|
|
88
88
|
"apprunner",
|
|
89
89
|
"appstream",
|
|
90
90
|
"appsync",
|
|
91
|
-
"apptest",
|
|
92
91
|
"arc-region-switch",
|
|
93
92
|
"arc-zonal-shift",
|
|
94
93
|
"artifact",
|
|
@@ -256,7 +255,6 @@ ServiceName = Literal[
|
|
|
256
255
|
"iotdeviceadvisor",
|
|
257
256
|
"iotevents",
|
|
258
257
|
"iotevents-data",
|
|
259
|
-
"iotfleethub",
|
|
260
258
|
"iotfleetwise",
|
|
261
259
|
"iotsecuretunneling",
|
|
262
260
|
"iotsitewise",
|
|
@@ -295,8 +293,6 @@ ServiceName = Literal[
|
|
|
295
293
|
"location",
|
|
296
294
|
"logs",
|
|
297
295
|
"lookoutequipment",
|
|
298
|
-
"lookoutmetrics",
|
|
299
|
-
"lookoutvision",
|
|
300
296
|
"m2",
|
|
301
297
|
"machinelearning",
|
|
302
298
|
"macie2",
|
|
@@ -371,8 +367,6 @@ ServiceName = Literal[
|
|
|
371
367
|
"qapps",
|
|
372
368
|
"qbusiness",
|
|
373
369
|
"qconnect",
|
|
374
|
-
"qldb",
|
|
375
|
-
"qldb-session",
|
|
376
370
|
"quicksight",
|
|
377
371
|
"ram",
|
|
378
372
|
"rbin",
|
|
@@ -387,7 +381,6 @@ ServiceName = Literal[
|
|
|
387
381
|
"resource-explorer-2",
|
|
388
382
|
"resource-groups",
|
|
389
383
|
"resourcegroupstaggingapi",
|
|
390
|
-
"robomaker",
|
|
391
384
|
"rolesanywhere",
|
|
392
385
|
"route53",
|
|
393
386
|
"route53-recovery-cluster",
|
|
@@ -396,6 +389,7 @@ ServiceName = Literal[
|
|
|
396
389
|
"route53domains",
|
|
397
390
|
"route53profiles",
|
|
398
391
|
"route53resolver",
|
|
392
|
+
"rtbfabric",
|
|
399
393
|
"rum",
|
|
400
394
|
"s3",
|
|
401
395
|
"s3control",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-connectcases
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.40.
|
|
3
|
+
Version: 1.40.63
|
|
4
|
+
Summary: Type annotations for boto3 ConnectCases 1.40.63 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.63](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.63' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `ConnectCases` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-connectcases",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.63",
|
|
17
17
|
packages=["mypy_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.63 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_connectcases-1.40.44 → mypy_boto3_connectcases-1.40.63}/mypy_boto3_connectcases/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|