mypy-boto3-connectcases 1.42.3__py3-none-any.whl → 1.42.35__py3-none-any.whl
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/__init__.py +1 -1
- mypy_boto3_connectcases/__init__.pyi +1 -1
- mypy_boto3_connectcases/__main__.py +4 -4
- mypy_boto3_connectcases/client.py +1 -1
- mypy_boto3_connectcases/client.pyi +1 -1
- mypy_boto3_connectcases/literals.py +5 -2
- mypy_boto3_connectcases/literals.pyi +5 -2
- mypy_boto3_connectcases/paginator.py +1 -1
- mypy_boto3_connectcases/paginator.pyi +1 -1
- mypy_boto3_connectcases/type_defs.py +83 -49
- mypy_boto3_connectcases/type_defs.pyi +75 -45
- mypy_boto3_connectcases/version.py +2 -2
- {mypy_boto3_connectcases-1.42.3.dist-info → mypy_boto3_connectcases-1.42.35.dist-info}/METADATA +4 -4
- mypy_boto3_connectcases-1.42.35.dist-info/RECORD +18 -0
- {mypy_boto3_connectcases-1.42.3.dist-info → mypy_boto3_connectcases-1.42.35.dist-info}/WHEEL +1 -1
- {mypy_boto3_connectcases-1.42.3.dist-info → mypy_boto3_connectcases-1.42.35.dist-info}/licenses/LICENSE +1 -1
- mypy_boto3_connectcases-1.42.3.dist-info/RECORD +0 -18
- {mypy_boto3_connectcases-1.42.3.dist-info → mypy_boto3_connectcases-1.42.35.dist-info}/top_level.txt +0 -0
|
@@ -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.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.42.
|
|
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[
|
|
@@ -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
|
|
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 type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -205,7 +205,12 @@ __all__ = (
|
|
|
205
205
|
"SlaInputConfigurationTypeDef",
|
|
206
206
|
"SlaInputContentTypeDef",
|
|
207
207
|
"SortTypeDef",
|
|
208
|
+
"TagFilterTypeDef",
|
|
209
|
+
"TagPropagationConfigurationOutputTypeDef",
|
|
210
|
+
"TagPropagationConfigurationTypeDef",
|
|
211
|
+
"TagPropagationConfigurationUnionTypeDef",
|
|
208
212
|
"TagResourceRequestTypeDef",
|
|
213
|
+
"TagValueTypeDef",
|
|
209
214
|
"TemplateRuleTypeDef",
|
|
210
215
|
"TemplateSummaryTypeDef",
|
|
211
216
|
"UntagResourceRequestTypeDef",
|
|
@@ -513,6 +518,11 @@ class GetTemplateRequestTypeDef(TypedDict):
|
|
|
513
518
|
templateId: str
|
|
514
519
|
|
|
515
520
|
|
|
521
|
+
class TagPropagationConfigurationOutputTypeDef(TypedDict):
|
|
522
|
+
resourceType: Literal["Cases"]
|
|
523
|
+
tagMap: dict[str, str]
|
|
524
|
+
|
|
525
|
+
|
|
516
526
|
class LayoutSummaryTypeDef(TypedDict):
|
|
517
527
|
layoutId: str
|
|
518
528
|
layoutArn: str
|
|
@@ -574,13 +584,6 @@ class ListTemplatesRequestTypeDef(TypedDict):
|
|
|
574
584
|
status: NotRequired[Sequence[TemplateStatusType]]
|
|
575
585
|
|
|
576
586
|
|
|
577
|
-
class TemplateSummaryTypeDef(TypedDict):
|
|
578
|
-
templateId: str
|
|
579
|
-
templateArn: str
|
|
580
|
-
name: str
|
|
581
|
-
status: TemplateStatusType
|
|
582
|
-
|
|
583
|
-
|
|
584
587
|
class SlaFilterTypeDef(TypedDict):
|
|
585
588
|
name: NotRequired[str]
|
|
586
589
|
status: NotRequired[SlaStatusType]
|
|
@@ -596,6 +599,16 @@ class SortTypeDef(TypedDict):
|
|
|
596
599
|
sortOrder: OrderType
|
|
597
600
|
|
|
598
601
|
|
|
602
|
+
class TagValueTypeDef(TypedDict):
|
|
603
|
+
key: NotRequired[str]
|
|
604
|
+
value: NotRequired[str]
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
class TagPropagationConfigurationTypeDef(TypedDict):
|
|
608
|
+
resourceType: Literal["Cases"]
|
|
609
|
+
tagMap: Mapping[str, str]
|
|
610
|
+
|
|
611
|
+
|
|
599
612
|
class TagResourceRequestTypeDef(TypedDict):
|
|
600
613
|
arn: str
|
|
601
614
|
tags: Mapping[str, str]
|
|
@@ -758,43 +771,6 @@ class ListCasesForContactResponseTypeDef(TypedDict):
|
|
|
758
771
|
nextToken: NotRequired[str]
|
|
759
772
|
|
|
760
773
|
|
|
761
|
-
class CreateTemplateRequestTypeDef(TypedDict):
|
|
762
|
-
domainId: str
|
|
763
|
-
name: str
|
|
764
|
-
description: NotRequired[str]
|
|
765
|
-
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
766
|
-
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
767
|
-
status: NotRequired[TemplateStatusType]
|
|
768
|
-
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
class GetTemplateResponseTypeDef(TypedDict):
|
|
772
|
-
templateId: str
|
|
773
|
-
templateArn: str
|
|
774
|
-
name: str
|
|
775
|
-
description: str
|
|
776
|
-
layoutConfiguration: LayoutConfigurationTypeDef
|
|
777
|
-
requiredFields: list[RequiredFieldTypeDef]
|
|
778
|
-
tags: dict[str, str]
|
|
779
|
-
status: TemplateStatusType
|
|
780
|
-
deleted: bool
|
|
781
|
-
createdTime: datetime
|
|
782
|
-
lastModifiedTime: datetime
|
|
783
|
-
rules: list[TemplateRuleTypeDef]
|
|
784
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
class UpdateTemplateRequestTypeDef(TypedDict):
|
|
788
|
-
domainId: str
|
|
789
|
-
templateId: str
|
|
790
|
-
name: NotRequired[str]
|
|
791
|
-
description: NotRequired[str]
|
|
792
|
-
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
793
|
-
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
794
|
-
status: NotRequired[TemplateStatusType]
|
|
795
|
-
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
796
|
-
|
|
797
|
-
|
|
798
774
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
799
775
|
domains: list[DomainSummaryTypeDef]
|
|
800
776
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -851,6 +827,31 @@ SlaConfigurationTypeDef = TypedDict(
|
|
|
851
827
|
FieldValueUnionUnionTypeDef = Union[FieldValueUnionTypeDef, FieldValueUnionOutputTypeDef]
|
|
852
828
|
|
|
853
829
|
|
|
830
|
+
class GetTemplateResponseTypeDef(TypedDict):
|
|
831
|
+
templateId: str
|
|
832
|
+
templateArn: str
|
|
833
|
+
name: str
|
|
834
|
+
description: str
|
|
835
|
+
layoutConfiguration: LayoutConfigurationTypeDef
|
|
836
|
+
requiredFields: list[RequiredFieldTypeDef]
|
|
837
|
+
tags: dict[str, str]
|
|
838
|
+
status: TemplateStatusType
|
|
839
|
+
deleted: bool
|
|
840
|
+
createdTime: datetime
|
|
841
|
+
lastModifiedTime: datetime
|
|
842
|
+
rules: list[TemplateRuleTypeDef]
|
|
843
|
+
tagPropagationConfigurations: list[TagPropagationConfigurationOutputTypeDef]
|
|
844
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
class TemplateSummaryTypeDef(TypedDict):
|
|
848
|
+
templateId: str
|
|
849
|
+
templateArn: str
|
|
850
|
+
name: str
|
|
851
|
+
status: TemplateStatusType
|
|
852
|
+
tagPropagationConfigurations: NotRequired[list[TagPropagationConfigurationOutputTypeDef]]
|
|
853
|
+
|
|
854
|
+
|
|
854
855
|
class ListLayoutsResponseTypeDef(TypedDict):
|
|
855
856
|
layouts: list[LayoutSummaryTypeDef]
|
|
856
857
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -862,12 +863,13 @@ class ListCaseRulesRequestPaginateTypeDef(TypedDict):
|
|
|
862
863
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
863
864
|
|
|
864
865
|
|
|
865
|
-
class
|
|
866
|
-
|
|
867
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
868
|
-
nextToken: NotRequired[str]
|
|
866
|
+
class TagFilterTypeDef(TypedDict):
|
|
867
|
+
equalTo: NotRequired[TagValueTypeDef]
|
|
869
868
|
|
|
870
869
|
|
|
870
|
+
TagPropagationConfigurationUnionTypeDef = Union[
|
|
871
|
+
TagPropagationConfigurationTypeDef, TagPropagationConfigurationOutputTypeDef
|
|
872
|
+
]
|
|
871
873
|
AuditEventTypeDef = TypedDict(
|
|
872
874
|
"AuditEventTypeDef",
|
|
873
875
|
{
|
|
@@ -951,6 +953,35 @@ SlaInputConfigurationTypeDef = TypedDict(
|
|
|
951
953
|
)
|
|
952
954
|
|
|
953
955
|
|
|
956
|
+
class ListTemplatesResponseTypeDef(TypedDict):
|
|
957
|
+
templates: list[TemplateSummaryTypeDef]
|
|
958
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
959
|
+
nextToken: NotRequired[str]
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
class CreateTemplateRequestTypeDef(TypedDict):
|
|
963
|
+
domainId: str
|
|
964
|
+
name: str
|
|
965
|
+
description: NotRequired[str]
|
|
966
|
+
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
967
|
+
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
968
|
+
status: NotRequired[TemplateStatusType]
|
|
969
|
+
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
970
|
+
tagPropagationConfigurations: NotRequired[Sequence[TagPropagationConfigurationUnionTypeDef]]
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
class UpdateTemplateRequestTypeDef(TypedDict):
|
|
974
|
+
domainId: str
|
|
975
|
+
templateId: str
|
|
976
|
+
name: NotRequired[str]
|
|
977
|
+
description: NotRequired[str]
|
|
978
|
+
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
979
|
+
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
980
|
+
status: NotRequired[TemplateStatusType]
|
|
981
|
+
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
982
|
+
tagPropagationConfigurations: NotRequired[Sequence[TagPropagationConfigurationUnionTypeDef]]
|
|
983
|
+
|
|
984
|
+
|
|
954
985
|
class GetCaseAuditEventsResponseTypeDef(TypedDict):
|
|
955
986
|
auditEvents: list[AuditEventTypeDef]
|
|
956
987
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1080,6 +1111,7 @@ class CreateCaseRequestTypeDef(TypedDict):
|
|
|
1080
1111
|
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
1081
1112
|
clientToken: NotRequired[str]
|
|
1082
1113
|
performedBy: NotRequired[UserUnionTypeDef]
|
|
1114
|
+
tags: NotRequired[Mapping[str, str]]
|
|
1083
1115
|
|
|
1084
1116
|
|
|
1085
1117
|
class CustomInputContentTypeDef(TypedDict):
|
|
@@ -1156,6 +1188,7 @@ CaseFilterPaginatorTypeDef = TypedDict(
|
|
|
1156
1188
|
{
|
|
1157
1189
|
"field": NotRequired[FieldFilterTypeDef],
|
|
1158
1190
|
"not": NotRequired[Mapping[str, Any]],
|
|
1191
|
+
"tag": NotRequired[TagFilterTypeDef],
|
|
1159
1192
|
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1160
1193
|
"orAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1161
1194
|
},
|
|
@@ -1165,6 +1198,7 @@ CaseFilterTypeDef = TypedDict(
|
|
|
1165
1198
|
{
|
|
1166
1199
|
"field": NotRequired[FieldFilterTypeDef],
|
|
1167
1200
|
"not": NotRequired[Mapping[str, Any]],
|
|
1201
|
+
"tag": NotRequired[TagFilterTypeDef],
|
|
1168
1202
|
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1169
1203
|
"orAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1170
1204
|
},
|
|
@@ -3,7 +3,7 @@ Type annotations for connectcases service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -204,7 +204,12 @@ __all__ = (
|
|
|
204
204
|
"SlaInputConfigurationTypeDef",
|
|
205
205
|
"SlaInputContentTypeDef",
|
|
206
206
|
"SortTypeDef",
|
|
207
|
+
"TagFilterTypeDef",
|
|
208
|
+
"TagPropagationConfigurationOutputTypeDef",
|
|
209
|
+
"TagPropagationConfigurationTypeDef",
|
|
210
|
+
"TagPropagationConfigurationUnionTypeDef",
|
|
207
211
|
"TagResourceRequestTypeDef",
|
|
212
|
+
"TagValueTypeDef",
|
|
208
213
|
"TemplateRuleTypeDef",
|
|
209
214
|
"TemplateSummaryTypeDef",
|
|
210
215
|
"UntagResourceRequestTypeDef",
|
|
@@ -465,6 +470,10 @@ class GetTemplateRequestTypeDef(TypedDict):
|
|
|
465
470
|
domainId: str
|
|
466
471
|
templateId: str
|
|
467
472
|
|
|
473
|
+
class TagPropagationConfigurationOutputTypeDef(TypedDict):
|
|
474
|
+
resourceType: Literal["Cases"]
|
|
475
|
+
tagMap: dict[str, str]
|
|
476
|
+
|
|
468
477
|
class LayoutSummaryTypeDef(TypedDict):
|
|
469
478
|
layoutId: str
|
|
470
479
|
layoutArn: str
|
|
@@ -516,12 +525,6 @@ class ListTemplatesRequestTypeDef(TypedDict):
|
|
|
516
525
|
nextToken: NotRequired[str]
|
|
517
526
|
status: NotRequired[Sequence[TemplateStatusType]]
|
|
518
527
|
|
|
519
|
-
class TemplateSummaryTypeDef(TypedDict):
|
|
520
|
-
templateId: str
|
|
521
|
-
templateArn: str
|
|
522
|
-
name: str
|
|
523
|
-
status: TemplateStatusType
|
|
524
|
-
|
|
525
528
|
class SlaFilterTypeDef(TypedDict):
|
|
526
529
|
name: NotRequired[str]
|
|
527
530
|
status: NotRequired[SlaStatusType]
|
|
@@ -534,6 +537,14 @@ class SortTypeDef(TypedDict):
|
|
|
534
537
|
fieldId: str
|
|
535
538
|
sortOrder: OrderType
|
|
536
539
|
|
|
540
|
+
class TagValueTypeDef(TypedDict):
|
|
541
|
+
key: NotRequired[str]
|
|
542
|
+
value: NotRequired[str]
|
|
543
|
+
|
|
544
|
+
class TagPropagationConfigurationTypeDef(TypedDict):
|
|
545
|
+
resourceType: Literal["Cases"]
|
|
546
|
+
tagMap: Mapping[str, str]
|
|
547
|
+
|
|
537
548
|
class TagResourceRequestTypeDef(TypedDict):
|
|
538
549
|
arn: str
|
|
539
550
|
tags: Mapping[str, str]
|
|
@@ -668,40 +679,6 @@ class ListCasesForContactResponseTypeDef(TypedDict):
|
|
|
668
679
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
669
680
|
nextToken: NotRequired[str]
|
|
670
681
|
|
|
671
|
-
class CreateTemplateRequestTypeDef(TypedDict):
|
|
672
|
-
domainId: str
|
|
673
|
-
name: str
|
|
674
|
-
description: NotRequired[str]
|
|
675
|
-
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
676
|
-
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
677
|
-
status: NotRequired[TemplateStatusType]
|
|
678
|
-
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
679
|
-
|
|
680
|
-
class GetTemplateResponseTypeDef(TypedDict):
|
|
681
|
-
templateId: str
|
|
682
|
-
templateArn: str
|
|
683
|
-
name: str
|
|
684
|
-
description: str
|
|
685
|
-
layoutConfiguration: LayoutConfigurationTypeDef
|
|
686
|
-
requiredFields: list[RequiredFieldTypeDef]
|
|
687
|
-
tags: dict[str, str]
|
|
688
|
-
status: TemplateStatusType
|
|
689
|
-
deleted: bool
|
|
690
|
-
createdTime: datetime
|
|
691
|
-
lastModifiedTime: datetime
|
|
692
|
-
rules: list[TemplateRuleTypeDef]
|
|
693
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
694
|
-
|
|
695
|
-
class UpdateTemplateRequestTypeDef(TypedDict):
|
|
696
|
-
domainId: str
|
|
697
|
-
templateId: str
|
|
698
|
-
name: NotRequired[str]
|
|
699
|
-
description: NotRequired[str]
|
|
700
|
-
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
701
|
-
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
702
|
-
status: NotRequired[TemplateStatusType]
|
|
703
|
-
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
704
|
-
|
|
705
682
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
706
683
|
domains: list[DomainSummaryTypeDef]
|
|
707
684
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -751,6 +728,29 @@ SlaConfigurationTypeDef = TypedDict(
|
|
|
751
728
|
)
|
|
752
729
|
FieldValueUnionUnionTypeDef = Union[FieldValueUnionTypeDef, FieldValueUnionOutputTypeDef]
|
|
753
730
|
|
|
731
|
+
class GetTemplateResponseTypeDef(TypedDict):
|
|
732
|
+
templateId: str
|
|
733
|
+
templateArn: str
|
|
734
|
+
name: str
|
|
735
|
+
description: str
|
|
736
|
+
layoutConfiguration: LayoutConfigurationTypeDef
|
|
737
|
+
requiredFields: list[RequiredFieldTypeDef]
|
|
738
|
+
tags: dict[str, str]
|
|
739
|
+
status: TemplateStatusType
|
|
740
|
+
deleted: bool
|
|
741
|
+
createdTime: datetime
|
|
742
|
+
lastModifiedTime: datetime
|
|
743
|
+
rules: list[TemplateRuleTypeDef]
|
|
744
|
+
tagPropagationConfigurations: list[TagPropagationConfigurationOutputTypeDef]
|
|
745
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
746
|
+
|
|
747
|
+
class TemplateSummaryTypeDef(TypedDict):
|
|
748
|
+
templateId: str
|
|
749
|
+
templateArn: str
|
|
750
|
+
name: str
|
|
751
|
+
status: TemplateStatusType
|
|
752
|
+
tagPropagationConfigurations: NotRequired[list[TagPropagationConfigurationOutputTypeDef]]
|
|
753
|
+
|
|
754
754
|
class ListLayoutsResponseTypeDef(TypedDict):
|
|
755
755
|
layouts: list[LayoutSummaryTypeDef]
|
|
756
756
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -760,11 +760,12 @@ class ListCaseRulesRequestPaginateTypeDef(TypedDict):
|
|
|
760
760
|
domainId: str
|
|
761
761
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
762
762
|
|
|
763
|
-
class
|
|
764
|
-
|
|
765
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
766
|
-
nextToken: NotRequired[str]
|
|
763
|
+
class TagFilterTypeDef(TypedDict):
|
|
764
|
+
equalTo: NotRequired[TagValueTypeDef]
|
|
767
765
|
|
|
766
|
+
TagPropagationConfigurationUnionTypeDef = Union[
|
|
767
|
+
TagPropagationConfigurationTypeDef, TagPropagationConfigurationOutputTypeDef
|
|
768
|
+
]
|
|
768
769
|
AuditEventTypeDef = TypedDict(
|
|
769
770
|
"AuditEventTypeDef",
|
|
770
771
|
{
|
|
@@ -836,6 +837,32 @@ SlaInputConfigurationTypeDef = TypedDict(
|
|
|
836
837
|
},
|
|
837
838
|
)
|
|
838
839
|
|
|
840
|
+
class ListTemplatesResponseTypeDef(TypedDict):
|
|
841
|
+
templates: list[TemplateSummaryTypeDef]
|
|
842
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
843
|
+
nextToken: NotRequired[str]
|
|
844
|
+
|
|
845
|
+
class CreateTemplateRequestTypeDef(TypedDict):
|
|
846
|
+
domainId: str
|
|
847
|
+
name: str
|
|
848
|
+
description: NotRequired[str]
|
|
849
|
+
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
850
|
+
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
851
|
+
status: NotRequired[TemplateStatusType]
|
|
852
|
+
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
853
|
+
tagPropagationConfigurations: NotRequired[Sequence[TagPropagationConfigurationUnionTypeDef]]
|
|
854
|
+
|
|
855
|
+
class UpdateTemplateRequestTypeDef(TypedDict):
|
|
856
|
+
domainId: str
|
|
857
|
+
templateId: str
|
|
858
|
+
name: NotRequired[str]
|
|
859
|
+
description: NotRequired[str]
|
|
860
|
+
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
861
|
+
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
862
|
+
status: NotRequired[TemplateStatusType]
|
|
863
|
+
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
864
|
+
tagPropagationConfigurations: NotRequired[Sequence[TagPropagationConfigurationUnionTypeDef]]
|
|
865
|
+
|
|
839
866
|
class GetCaseAuditEventsResponseTypeDef(TypedDict):
|
|
840
867
|
auditEvents: list[AuditEventTypeDef]
|
|
841
868
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -945,6 +972,7 @@ class CreateCaseRequestTypeDef(TypedDict):
|
|
|
945
972
|
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
946
973
|
clientToken: NotRequired[str]
|
|
947
974
|
performedBy: NotRequired[UserUnionTypeDef]
|
|
975
|
+
tags: NotRequired[Mapping[str, str]]
|
|
948
976
|
|
|
949
977
|
class CustomInputContentTypeDef(TypedDict):
|
|
950
978
|
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
@@ -1009,6 +1037,7 @@ CaseFilterPaginatorTypeDef = TypedDict(
|
|
|
1009
1037
|
{
|
|
1010
1038
|
"field": NotRequired[FieldFilterTypeDef],
|
|
1011
1039
|
"not": NotRequired[Mapping[str, Any]],
|
|
1040
|
+
"tag": NotRequired[TagFilterTypeDef],
|
|
1012
1041
|
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1013
1042
|
"orAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1014
1043
|
},
|
|
@@ -1018,6 +1047,7 @@ CaseFilterTypeDef = TypedDict(
|
|
|
1018
1047
|
{
|
|
1019
1048
|
"field": NotRequired[FieldFilterTypeDef],
|
|
1020
1049
|
"not": NotRequired[Mapping[str, Any]],
|
|
1050
|
+
"tag": NotRequired[TagFilterTypeDef],
|
|
1021
1051
|
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1022
1052
|
"orAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1023
1053
|
},
|
{mypy_boto3_connectcases-1.42.3.dist-info → mypy_boto3_connectcases-1.42.35.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-connectcases
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.42.
|
|
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.42.
|
|
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.42.
|
|
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.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_connectcases/__init__.py,sha256=THDs1JuDm5LLI3EnYU88YpOMWmPCZgY4VcVGYgQGF_E,1380
|
|
2
|
+
mypy_boto3_connectcases/__init__.pyi,sha256=fEInGdaNrO07_o2FqtXgL62PQg0Dahu9St7XtSAucB0,1379
|
|
3
|
+
mypy_boto3_connectcases/__main__.py,sha256=UVWfdTAJlUSaxoi27kKDlxKUP4Di2d-6w7vdYAb1KfI,1004
|
|
4
|
+
mypy_boto3_connectcases/client.py,sha256=afm9-u0y7prcaBXmAW2zvCefH2E7djDLJ2fFyv7F8b0,28485
|
|
5
|
+
mypy_boto3_connectcases/client.pyi,sha256=fi8Q7Y01I_XclJmi3Yb-nvtkQ3oYcp3JXx-yHgWOoc8,28482
|
|
6
|
+
mypy_boto3_connectcases/literals.py,sha256=sQOU5Sse3aIOxh_Blc-yvvTCrtfGW65WOe_aCJeM_xc,10951
|
|
7
|
+
mypy_boto3_connectcases/literals.pyi,sha256=XY-uZQYLuA3rt9gz1u3xYKWNLWAPou360mrzYAoinJE,10949
|
|
8
|
+
mypy_boto3_connectcases/paginator.py,sha256=0o-bL_TiBQNlsLIp_8xtpG3Cx3HTIpg_8ezHK77VGP0,6356
|
|
9
|
+
mypy_boto3_connectcases/paginator.pyi,sha256=etbz4cg9bsnhwUZKWR-_Vbax-9mQ8gdvUAtA0EpZtgk,6343
|
|
10
|
+
mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_connectcases/type_defs.py,sha256=dDyJqxaYQ_-Sbz0t8jmM4voeJkvot4J_Sdfa6XQ_sm8,36174
|
|
12
|
+
mypy_boto3_connectcases/type_defs.pyi,sha256=wHCHiVRNRh31HXy7SpVW279jYvGYGdir3Ro0XFoGGXA,36008
|
|
13
|
+
mypy_boto3_connectcases/version.py,sha256=bo1t8F3qD0wYLEyuf-FVKwMJmDHwdgYJ_tPsN4YbVgE,93
|
|
14
|
+
mypy_boto3_connectcases-1.42.35.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
|
|
15
|
+
mypy_boto3_connectcases-1.42.35.dist-info/METADATA,sha256=tPpu3bvMAmu1hwFX-csdr_CbwuAQU5s4GAQoVTpx_TQ,15297
|
|
16
|
+
mypy_boto3_connectcases-1.42.35.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
17
|
+
mypy_boto3_connectcases-1.42.35.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
|
|
18
|
+
mypy_boto3_connectcases-1.42.35.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_connectcases/__init__.py,sha256=9MJ-kY0UQoViFW5liDst2Y__no6Zh3N7h_JF9ArSJk0,1380
|
|
2
|
-
mypy_boto3_connectcases/__init__.pyi,sha256=Q1uLDb4WTtnY_nHXckyWHbeo-eDgQ0JTk33caIlI9t0,1379
|
|
3
|
-
mypy_boto3_connectcases/__main__.py,sha256=JPRLmlXoM9PTFf8TiNEBQInj2pDETp_Ct-HmInnjWHM,1001
|
|
4
|
-
mypy_boto3_connectcases/client.py,sha256=vjtFST-wRKb3OwXL9IIF3GRuOtcjx1NPIkJbUqTrKTk,28485
|
|
5
|
-
mypy_boto3_connectcases/client.pyi,sha256=howSBd0vfFwb1zS2yBMoKEm50bjnUsSuWTcsMziCUI0,28482
|
|
6
|
-
mypy_boto3_connectcases/literals.py,sha256=33kft9uVG8TtFQNq6BEaPrQ9Obfraoh2_AcNTLMOuR4,10857
|
|
7
|
-
mypy_boto3_connectcases/literals.pyi,sha256=6cKO5Uvww_-WGkIfrPUz1xO0nVBS3eATL3ykUtLE9fA,10855
|
|
8
|
-
mypy_boto3_connectcases/paginator.py,sha256=VKOWiL08DOZ3lB_xJZ01gH-fvEkvqlutJbryv7HxuaA,6356
|
|
9
|
-
mypy_boto3_connectcases/paginator.pyi,sha256=-UKGqiEly4IcbmX1fj_5KoE7UwNfnXfFQZK58_nHx9U,6343
|
|
10
|
-
mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_connectcases/type_defs.py,sha256=Ho_fZPsRtYVN9PGZdGb2dWI-CO-Lhjj_a4Eqf2YP9ZA,34944
|
|
12
|
-
mypy_boto3_connectcases/type_defs.pyi,sha256=4ycE8EHK63C4VBUkAXu-DlFN1py_eLdQz7hcjoKGNjI,34782
|
|
13
|
-
mypy_boto3_connectcases/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
-
mypy_boto3_connectcases-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
mypy_boto3_connectcases-1.42.3.dist-info/METADATA,sha256=-NXzitmk7eITI5prpIBCTqami47fev9iWX0qVhxeVBw,15293
|
|
16
|
-
mypy_boto3_connectcases-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
mypy_boto3_connectcases-1.42.3.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
|
|
18
|
-
mypy_boto3_connectcases-1.42.3.dist-info/RECORD,,
|
{mypy_boto3_connectcases-1.42.3.dist-info → mypy_boto3_connectcases-1.42.35.dist-info}/top_level.txt
RENAMED
|
File without changes
|