types-boto3-connectcases 1.39.2__tar.gz → 1.40.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.39.2/types_boto3_connectcases.egg-info → types_boto3_connectcases-1.40.42}/PKG-INFO +5 -5
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/README.md +3 -3
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/setup.py +2 -2
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/__main__.py +3 -3
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/literals.py +8 -14
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/literals.pyi +8 -14
- types_boto3_connectcases-1.39.2/types_boto3_connectcases/type_defs.pyi → types_boto3_connectcases-1.40.42/types_boto3_connectcases/type_defs.py +333 -119
- types_boto3_connectcases-1.39.2/types_boto3_connectcases/type_defs.py → types_boto3_connectcases-1.40.42/types_boto3_connectcases/type_defs.pyi +180 -260
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/version.py +1 -1
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42/types_boto3_connectcases.egg-info}/PKG-INFO +5 -5
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/LICENSE +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/setup.cfg +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/__init__.py +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/__init__.pyi +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/client.py +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/client.pyi +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/paginator.py +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/paginator.pyi +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases/py.typed +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases.egg-info/SOURCES.txt +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases.egg-info/dependency_links.txt +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases.egg-info/not-zip-safe +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.42}/types_boto3_connectcases.egg-info/requires.txt +0 -0
- {types_boto3_connectcases-1.39.2 → types_boto3_connectcases-1.40.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.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.
|
|
3
|
+
Version: 1.40.42
|
|
4
|
+
Summary: Type annotations for boto3 ConnectCases 1.40.42 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.
|
|
60
|
+
[boto3 ConnectCases 1.40.42](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.
|
|
122
|
+
`uvx --with 'boto3==1.40.42' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `ConnectCases` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -404,7 +404,7 @@ from types_boto3_connectcases.type_defs import AuditEventFieldValueUnionTypeDef
|
|
|
404
404
|
|
|
405
405
|
def get_value() -> AuditEventFieldValueUnionTypeDef:
|
|
406
406
|
return {
|
|
407
|
-
"
|
|
407
|
+
"stringValue": ...,
|
|
408
408
|
}
|
|
409
409
|
```
|
|
410
410
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 ConnectCases 1.
|
|
13
|
+
[boto3 ConnectCases 1.40.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.
|
|
75
|
+
`uvx --with 'boto3==1.40.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.
|
|
@@ -357,7 +357,7 @@ from types_boto3_connectcases.type_defs import AuditEventFieldValueUnionTypeDef
|
|
|
357
357
|
|
|
358
358
|
def get_value() -> AuditEventFieldValueUnionTypeDef:
|
|
359
359
|
return {
|
|
360
|
-
"
|
|
360
|
+
"stringValue": ...,
|
|
361
361
|
}
|
|
362
362
|
```
|
|
363
363
|
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-connectcases",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.40.42",
|
|
17
17
|
packages=["types_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.
|
|
22
|
+
description="Type annotations for boto3 ConnectCases 1.40.42 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -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.40.42\n"
|
|
16
|
+
"Version: 1.40.42\n"
|
|
17
17
|
"Builder version: 8.11.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.
|
|
29
|
+
sys.stdout.write("1.40.42\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -52,7 +52,7 @@ FieldNamespaceType = Literal["Custom", "System"]
|
|
|
52
52
|
FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
|
|
53
53
|
ListCaseRulesPaginatorName = Literal["list_case_rules"]
|
|
54
54
|
OrderType = Literal["Asc", "Desc"]
|
|
55
|
-
RelatedItemTypeType = Literal["Comment", "Contact", "File", "Sla"]
|
|
55
|
+
RelatedItemTypeType = Literal["Comment", "ConnectCase", "Contact", "Custom", "File", "Sla"]
|
|
56
56
|
RuleTypeType = Literal["Required"]
|
|
57
57
|
SearchCasesPaginatorName = Literal["search_cases"]
|
|
58
58
|
SearchRelatedItemsPaginatorName = Literal["search_related_items"]
|
|
@@ -87,6 +87,7 @@ ServiceName = Literal[
|
|
|
87
87
|
"appstream",
|
|
88
88
|
"appsync",
|
|
89
89
|
"apptest",
|
|
90
|
+
"arc-region-switch",
|
|
90
91
|
"arc-zonal-shift",
|
|
91
92
|
"artifact",
|
|
92
93
|
"athena",
|
|
@@ -98,11 +99,15 @@ ServiceName = Literal[
|
|
|
98
99
|
"backup-gateway",
|
|
99
100
|
"backupsearch",
|
|
100
101
|
"batch",
|
|
102
|
+
"bcm-dashboards",
|
|
101
103
|
"bcm-data-exports",
|
|
102
104
|
"bcm-pricing-calculator",
|
|
105
|
+
"bcm-recommended-actions",
|
|
103
106
|
"bedrock",
|
|
104
107
|
"bedrock-agent",
|
|
105
108
|
"bedrock-agent-runtime",
|
|
109
|
+
"bedrock-agentcore",
|
|
110
|
+
"bedrock-agentcore-control",
|
|
106
111
|
"bedrock-data-automation",
|
|
107
112
|
"bedrock-data-automation-runtime",
|
|
108
113
|
"bedrock-runtime",
|
|
@@ -339,8 +344,6 @@ ServiceName = Literal[
|
|
|
339
344
|
"omics",
|
|
340
345
|
"opensearch",
|
|
341
346
|
"opensearchserverless",
|
|
342
|
-
"opsworks",
|
|
343
|
-
"opsworkscm",
|
|
344
347
|
"organizations",
|
|
345
348
|
"osis",
|
|
346
349
|
"outposts",
|
|
@@ -396,6 +399,7 @@ ServiceName = Literal[
|
|
|
396
399
|
"s3control",
|
|
397
400
|
"s3outposts",
|
|
398
401
|
"s3tables",
|
|
402
|
+
"s3vectors",
|
|
399
403
|
"sagemaker",
|
|
400
404
|
"sagemaker-a2i-runtime",
|
|
401
405
|
"sagemaker-edge",
|
|
@@ -421,7 +425,6 @@ ServiceName = Literal[
|
|
|
421
425
|
"shield",
|
|
422
426
|
"signer",
|
|
423
427
|
"simspaceweaver",
|
|
424
|
-
"sms",
|
|
425
428
|
"snow-device-management",
|
|
426
429
|
"snowball",
|
|
427
430
|
"sns",
|
|
@@ -472,16 +475,7 @@ ServiceName = Literal[
|
|
|
472
475
|
"xray",
|
|
473
476
|
]
|
|
474
477
|
ResourceServiceName = Literal[
|
|
475
|
-
"cloudformation",
|
|
476
|
-
"cloudwatch",
|
|
477
|
-
"dynamodb",
|
|
478
|
-
"ec2",
|
|
479
|
-
"glacier",
|
|
480
|
-
"iam",
|
|
481
|
-
"opsworks",
|
|
482
|
-
"s3",
|
|
483
|
-
"sns",
|
|
484
|
-
"sqs",
|
|
478
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
485
479
|
]
|
|
486
480
|
PaginatorName = Literal["list_case_rules", "search_cases", "search_related_items"]
|
|
487
481
|
RegionName = Literal[
|
|
@@ -50,7 +50,7 @@ FieldNamespaceType = Literal["Custom", "System"]
|
|
|
50
50
|
FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
|
|
51
51
|
ListCaseRulesPaginatorName = Literal["list_case_rules"]
|
|
52
52
|
OrderType = Literal["Asc", "Desc"]
|
|
53
|
-
RelatedItemTypeType = Literal["Comment", "Contact", "File", "Sla"]
|
|
53
|
+
RelatedItemTypeType = Literal["Comment", "ConnectCase", "Contact", "Custom", "File", "Sla"]
|
|
54
54
|
RuleTypeType = Literal["Required"]
|
|
55
55
|
SearchCasesPaginatorName = Literal["search_cases"]
|
|
56
56
|
SearchRelatedItemsPaginatorName = Literal["search_related_items"]
|
|
@@ -85,6 +85,7 @@ ServiceName = Literal[
|
|
|
85
85
|
"appstream",
|
|
86
86
|
"appsync",
|
|
87
87
|
"apptest",
|
|
88
|
+
"arc-region-switch",
|
|
88
89
|
"arc-zonal-shift",
|
|
89
90
|
"artifact",
|
|
90
91
|
"athena",
|
|
@@ -96,11 +97,15 @@ ServiceName = Literal[
|
|
|
96
97
|
"backup-gateway",
|
|
97
98
|
"backupsearch",
|
|
98
99
|
"batch",
|
|
100
|
+
"bcm-dashboards",
|
|
99
101
|
"bcm-data-exports",
|
|
100
102
|
"bcm-pricing-calculator",
|
|
103
|
+
"bcm-recommended-actions",
|
|
101
104
|
"bedrock",
|
|
102
105
|
"bedrock-agent",
|
|
103
106
|
"bedrock-agent-runtime",
|
|
107
|
+
"bedrock-agentcore",
|
|
108
|
+
"bedrock-agentcore-control",
|
|
104
109
|
"bedrock-data-automation",
|
|
105
110
|
"bedrock-data-automation-runtime",
|
|
106
111
|
"bedrock-runtime",
|
|
@@ -337,8 +342,6 @@ ServiceName = Literal[
|
|
|
337
342
|
"omics",
|
|
338
343
|
"opensearch",
|
|
339
344
|
"opensearchserverless",
|
|
340
|
-
"opsworks",
|
|
341
|
-
"opsworkscm",
|
|
342
345
|
"organizations",
|
|
343
346
|
"osis",
|
|
344
347
|
"outposts",
|
|
@@ -394,6 +397,7 @@ ServiceName = Literal[
|
|
|
394
397
|
"s3control",
|
|
395
398
|
"s3outposts",
|
|
396
399
|
"s3tables",
|
|
400
|
+
"s3vectors",
|
|
397
401
|
"sagemaker",
|
|
398
402
|
"sagemaker-a2i-runtime",
|
|
399
403
|
"sagemaker-edge",
|
|
@@ -419,7 +423,6 @@ ServiceName = Literal[
|
|
|
419
423
|
"shield",
|
|
420
424
|
"signer",
|
|
421
425
|
"simspaceweaver",
|
|
422
|
-
"sms",
|
|
423
426
|
"snow-device-management",
|
|
424
427
|
"snowball",
|
|
425
428
|
"sns",
|
|
@@ -470,16 +473,7 @@ ServiceName = Literal[
|
|
|
470
473
|
"xray",
|
|
471
474
|
]
|
|
472
475
|
ResourceServiceName = Literal[
|
|
473
|
-
"cloudformation",
|
|
474
|
-
"cloudwatch",
|
|
475
|
-
"dynamodb",
|
|
476
|
-
"ec2",
|
|
477
|
-
"glacier",
|
|
478
|
-
"iam",
|
|
479
|
-
"opsworks",
|
|
480
|
-
"s3",
|
|
481
|
-
"sns",
|
|
482
|
-
"sqs",
|
|
476
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
483
477
|
]
|
|
484
478
|
PaginatorName = Literal["list_case_rules", "search_cases", "search_related_items"]
|
|
485
479
|
RegionName = Literal[
|