types-boto3-connectcases 1.41.0__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.
- types_boto3_connectcases/__init__.py +1 -1
- types_boto3_connectcases/__init__.pyi +1 -1
- types_boto3_connectcases/__main__.py +4 -4
- types_boto3_connectcases/client.py +1 -1
- types_boto3_connectcases/client.pyi +1 -1
- types_boto3_connectcases/literals.py +10 -2
- types_boto3_connectcases/literals.pyi +10 -2
- types_boto3_connectcases/paginator.py +1 -1
- types_boto3_connectcases/paginator.pyi +1 -1
- types_boto3_connectcases/type_defs.py +83 -49
- types_boto3_connectcases/type_defs.pyi +75 -45
- types_boto3_connectcases/version.py +2 -2
- {types_boto3_connectcases-1.41.0.dist-info → types_boto3_connectcases-1.42.35.dist-info}/METADATA +4 -4
- types_boto3_connectcases-1.42.35.dist-info/RECORD +18 -0
- {types_boto3_connectcases-1.41.0.dist-info → types_boto3_connectcases-1.42.35.dist-info}/WHEEL +1 -1
- {types_boto3_connectcases-1.41.0.dist-info → types_boto3_connectcases-1.42.35.dist-info}/licenses/LICENSE +1 -1
- types_boto3_connectcases-1.41.0.dist-info/RECORD +0 -18
- {types_boto3_connectcases-1.41.0.dist-info → types_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.
|
|
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/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.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/types_boto3_docs/types_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/types_boto3_docs/types_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",
|
|
@@ -3,7 +3,7 @@ Type annotations for connectcases service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_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/types_boto3_docs/types_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
|
},
|
{types_boto3_connectcases-1.41.0.dist-info → types_boto3_connectcases-1.42.35.dist-info}/METADATA
RENAMED
|
@@ -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.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` AWS SDK.
|
|
110
110
|
3. Add `ConnectCases` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_connectcases/__init__.py,sha256=vUmDNHWb2_ALR65DOe7Fa-NmrOySi9KB1h2Fnjg7GWw,1382
|
|
2
|
+
types_boto3_connectcases/__init__.pyi,sha256=qqcvWUyW9H9QhbYb7pomzU1_COBnFcOAfe_2VQUB-Ps,1381
|
|
3
|
+
types_boto3_connectcases/__main__.py,sha256=nUNjNVAAvMOrNBR4NmoyOixmsJ0Y9HKPm8BUt46GSdM,1005
|
|
4
|
+
types_boto3_connectcases/client.py,sha256=tp0AXdLdpB1jGknogFiXf6ekFmE8FcvuWp9RcSVr37I,28537
|
|
5
|
+
types_boto3_connectcases/client.pyi,sha256=rN090xfPfW3dKPzaSDpTGqVVWUqExAxoPHOagc94f3c,28534
|
|
6
|
+
types_boto3_connectcases/literals.py,sha256=K9Y0Q0g8bluKl2S4U4hRu8-u1kO_rBNbxP1ZWyd2vaM,10953
|
|
7
|
+
types_boto3_connectcases/literals.pyi,sha256=qMFWXhHmCDOMkFY_CIulOFEUVOJ-qbsDwtptnnSgH9s,10951
|
|
8
|
+
types_boto3_connectcases/paginator.py,sha256=RLE7gbFjqbBQlQT1s7gC9uUbUz0rsnsi7v_AfRZoclw,6367
|
|
9
|
+
types_boto3_connectcases/paginator.pyi,sha256=JO5oDYDbzfmMyRD0NdN0JaQubS6dwbUdcYwGd9hmTQ4,6354
|
|
10
|
+
types_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_connectcases/type_defs.py,sha256=t5MgLrC41Cs2VtzjoRwTz4gJ7BrhIvV2yAn7BiTbr6E,36176
|
|
12
|
+
types_boto3_connectcases/type_defs.pyi,sha256=j-gyhRISfbsvnz6DcktHYbRbtPzIFHTIXPsEhI3fFCw,36010
|
|
13
|
+
types_boto3_connectcases/version.py,sha256=bo1t8F3qD0wYLEyuf-FVKwMJmDHwdgYJ_tPsN4YbVgE,93
|
|
14
|
+
types_boto3_connectcases-1.42.35.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
|
|
15
|
+
types_boto3_connectcases-1.42.35.dist-info/METADATA,sha256=LdZrTjVaP9dRTpt65qjLT3MwAZgsQhJGTEAlP3l1dlc,15324
|
|
16
|
+
types_boto3_connectcases-1.42.35.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
17
|
+
types_boto3_connectcases-1.42.35.dist-info/top_level.txt,sha256=0H6UGzWA8k7lNFFkG_vDlg1gCNSXEHI49EQW8-HFCT4,25
|
|
18
|
+
types_boto3_connectcases-1.42.35.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_connectcases/__init__.py,sha256=bgJCgG0Je2qZ-ic3KMFF7UrcqNhhY93lddEqzA_JMRM,1382
|
|
2
|
-
types_boto3_connectcases/__init__.pyi,sha256=MPvW-UNuFAHTmftlAmT_A8Lk4Ewtbi_7DgN-hrTzZkQ,1381
|
|
3
|
-
types_boto3_connectcases/__main__.py,sha256=80D8EWHNyAuFsGAeisKD1r4is8NpxTsubF2pIzEUgC0,1002
|
|
4
|
-
types_boto3_connectcases/client.py,sha256=llLNWNEOrmiR4hxD5RAjD7o3P8gNhkCYdQbLu3GZe44,28537
|
|
5
|
-
types_boto3_connectcases/client.pyi,sha256=ZhIucgBQqPivZxG_OEDt7_f4K-JvcfvQ60Qun3sotNw,28534
|
|
6
|
-
types_boto3_connectcases/literals.py,sha256=5Y5GZlclMzL_VbjV2mHc7LwEPbtGzf2vpMcag2BU8vM,10717
|
|
7
|
-
types_boto3_connectcases/literals.pyi,sha256=7tYfUkeGeQz2d0S3VvpcM_jCuVEt9C1-cJPIozu1aew,10715
|
|
8
|
-
types_boto3_connectcases/paginator.py,sha256=u2pcPwmMB43ghOEOXOghNdtt-oWClMSoXYvevEOv2YI,6367
|
|
9
|
-
types_boto3_connectcases/paginator.pyi,sha256=l3WeV-So0WnjWw0DPYSw21-pAL0G8rGL1Ae7h-PxlAs,6354
|
|
10
|
-
types_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_connectcases/type_defs.py,sha256=vkAH4u5UXQ-bzu-tSp1AekDuLldfW2phWFWQURCHNj8,34946
|
|
12
|
-
types_boto3_connectcases/type_defs.pyi,sha256=X17ReZfQOCE5rVq0SLsz1MG28Nz3fBMXMwPs-4jkc80,34784
|
|
13
|
-
types_boto3_connectcases/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
|
|
14
|
-
types_boto3_connectcases-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_connectcases-1.41.0.dist-info/METADATA,sha256=bnWVElNnVEUWU7XT8gq9kbcRy2dLaZb2iAT9Om1lwsY,15320
|
|
16
|
-
types_boto3_connectcases-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_connectcases-1.41.0.dist-info/top_level.txt,sha256=0H6UGzWA8k7lNFFkG_vDlg1gCNSXEHI49EQW8-HFCT4,25
|
|
18
|
-
types_boto3_connectcases-1.41.0.dist-info/RECORD,,
|
|
File without changes
|