types-boto3-connectcases 1.36.15__py3-none-any.whl → 1.37.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.
@@ -12,9 +12,9 @@ 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.36.15\n"
16
- "Version: 1.36.15\n"
17
- "Builder version: 8.9.0\n"
15
+ "Type annotations for boto3 ConnectCases 1.37.35\n"
16
+ "Version: 1.37.35\n"
17
+ "Builder version: 8.10.1\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"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\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.36.15\n")
29
+ sys.stdout.write("1.37.35\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -39,6 +39,8 @@ __all__ = (
39
39
  "SearchCasesPaginatorName",
40
40
  "SearchRelatedItemsPaginatorName",
41
41
  "ServiceName",
42
+ "SlaStatusType",
43
+ "SlaTypeType",
42
44
  "TemplateStatusType",
43
45
  )
44
46
 
@@ -50,10 +52,12 @@ FieldNamespaceType = Literal["Custom", "System"]
50
52
  FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
51
53
  ListCaseRulesPaginatorName = Literal["list_case_rules"]
52
54
  OrderType = Literal["Asc", "Desc"]
53
- RelatedItemTypeType = Literal["Comment", "Contact", "File"]
55
+ RelatedItemTypeType = Literal["Comment", "Contact", "File", "Sla"]
54
56
  RuleTypeType = Literal["Required"]
55
57
  SearchCasesPaginatorName = Literal["search_cases"]
56
58
  SearchRelatedItemsPaginatorName = Literal["search_related_items"]
59
+ SlaStatusType = Literal["Active", "Met", "NotMet", "Overdue"]
60
+ SlaTypeType = Literal["CaseField"]
57
61
  TemplateStatusType = Literal["Active", "Inactive"]
58
62
  ConnectCasesServiceName = Literal["connectcases"]
59
63
  ServiceName = Literal[
@@ -189,7 +193,6 @@ ServiceName = Literal[
189
193
  "efs",
190
194
  "eks",
191
195
  "eks-auth",
192
- "elastic-inference",
193
196
  "elasticache",
194
197
  "elasticbeanstalk",
195
198
  "elastictranscoder",
@@ -213,6 +216,7 @@ ServiceName = Literal[
213
216
  "freetier",
214
217
  "fsx",
215
218
  "gamelift",
219
+ "gameliftstreams",
216
220
  "geo-maps",
217
221
  "geo-places",
218
222
  "geo-routes",
@@ -238,6 +242,7 @@ ServiceName = Literal[
238
242
  "iot",
239
243
  "iot-data",
240
244
  "iot-jobs-data",
245
+ "iot-managed-integrations",
241
246
  "iotanalytics",
242
247
  "iotdeviceadvisor",
243
248
  "iotevents",
@@ -38,6 +38,8 @@ __all__ = (
38
38
  "SearchCasesPaginatorName",
39
39
  "SearchRelatedItemsPaginatorName",
40
40
  "ServiceName",
41
+ "SlaStatusType",
42
+ "SlaTypeType",
41
43
  "TemplateStatusType",
42
44
  )
43
45
 
@@ -48,10 +50,12 @@ FieldNamespaceType = Literal["Custom", "System"]
48
50
  FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
49
51
  ListCaseRulesPaginatorName = Literal["list_case_rules"]
50
52
  OrderType = Literal["Asc", "Desc"]
51
- RelatedItemTypeType = Literal["Comment", "Contact", "File"]
53
+ RelatedItemTypeType = Literal["Comment", "Contact", "File", "Sla"]
52
54
  RuleTypeType = Literal["Required"]
53
55
  SearchCasesPaginatorName = Literal["search_cases"]
54
56
  SearchRelatedItemsPaginatorName = Literal["search_related_items"]
57
+ SlaStatusType = Literal["Active", "Met", "NotMet", "Overdue"]
58
+ SlaTypeType = Literal["CaseField"]
55
59
  TemplateStatusType = Literal["Active", "Inactive"]
56
60
  ConnectCasesServiceName = Literal["connectcases"]
57
61
  ServiceName = Literal[
@@ -187,7 +191,6 @@ ServiceName = Literal[
187
191
  "efs",
188
192
  "eks",
189
193
  "eks-auth",
190
- "elastic-inference",
191
194
  "elasticache",
192
195
  "elasticbeanstalk",
193
196
  "elastictranscoder",
@@ -211,6 +214,7 @@ ServiceName = Literal[
211
214
  "freetier",
212
215
  "fsx",
213
216
  "gamelift",
217
+ "gameliftstreams",
214
218
  "geo-maps",
215
219
  "geo-places",
216
220
  "geo-routes",
@@ -236,6 +240,7 @@ ServiceName = Literal[
236
240
  "iot",
237
241
  "iot-data",
238
242
  "iot-jobs-data",
243
+ "iot-managed-integrations",
239
244
  "iotanalytics",
240
245
  "iotdeviceadvisor",
241
246
  "iotevents",
@@ -27,6 +27,7 @@ from .literals import (
27
27
  FieldTypeType,
28
28
  OrderType,
29
29
  RelatedItemTypeType,
30
+ SlaStatusType,
30
31
  TemplateStatusType,
31
32
  )
32
33
 
@@ -178,6 +179,11 @@ __all__ = (
178
179
  "SearchRelatedItemsResponseTypeDef",
179
180
  "SectionOutputTypeDef",
180
181
  "SectionTypeDef",
182
+ "SlaConfigurationTypeDef",
183
+ "SlaContentTypeDef",
184
+ "SlaFilterTypeDef",
185
+ "SlaInputConfigurationTypeDef",
186
+ "SlaInputContentTypeDef",
181
187
  "SortTypeDef",
182
188
  "TagResourceRequestTypeDef",
183
189
  "TemplateRuleTypeDef",
@@ -519,6 +525,11 @@ class TemplateSummaryTypeDef(TypedDict):
519
525
  templateId: str
520
526
 
521
527
 
528
+ class SlaFilterTypeDef(TypedDict):
529
+ name: NotRequired[str]
530
+ status: NotRequired[SlaStatusType]
531
+
532
+
522
533
  class SortTypeDef(TypedDict):
523
534
  fieldId: str
524
535
  sortOrder: OrderType
@@ -752,27 +763,21 @@ FieldValueOutputTypeDef = TypedDict(
752
763
  "value": FieldValueUnionOutputTypeDef,
753
764
  },
754
765
  )
766
+ SlaConfigurationTypeDef = TypedDict(
767
+ "SlaConfigurationTypeDef",
768
+ {
769
+ "name": str,
770
+ "status": SlaStatusType,
771
+ "targetTime": datetime,
772
+ "type": Literal["CaseField"],
773
+ "completionTime": NotRequired[datetime],
774
+ "fieldId": NotRequired[str],
775
+ "targetFieldValues": NotRequired[List[FieldValueUnionOutputTypeDef]],
776
+ },
777
+ )
755
778
  FieldValueUnionUnionTypeDef = Union[FieldValueUnionTypeDef, FieldValueUnionOutputTypeDef]
756
779
 
757
780
 
758
- class RelatedItemContentTypeDef(TypedDict):
759
- comment: NotRequired[CommentContentTypeDef]
760
- contact: NotRequired[ContactContentTypeDef]
761
- file: NotRequired[FileContentTypeDef]
762
-
763
-
764
- class RelatedItemInputContentTypeDef(TypedDict):
765
- comment: NotRequired[CommentContentTypeDef]
766
- contact: NotRequired[ContactTypeDef]
767
- file: NotRequired[FileContentTypeDef]
768
-
769
-
770
- class RelatedItemTypeFilterTypeDef(TypedDict):
771
- comment: NotRequired[Mapping[str, Any]]
772
- contact: NotRequired[ContactFilterTypeDef]
773
- file: NotRequired[FileFilterTypeDef]
774
-
775
-
776
781
  class ListLayoutsResponseTypeDef(TypedDict):
777
782
  layouts: List[LayoutSummaryTypeDef]
778
783
  ResponseMetadata: ResponseMetadataTypeDef
@@ -790,6 +795,13 @@ class ListTemplatesResponseTypeDef(TypedDict):
790
795
  nextToken: NotRequired[str]
791
796
 
792
797
 
798
+ class RelatedItemTypeFilterTypeDef(TypedDict):
799
+ comment: NotRequired[Mapping[str, Any]]
800
+ contact: NotRequired[ContactFilterTypeDef]
801
+ file: NotRequired[FileFilterTypeDef]
802
+ sla: NotRequired[SlaFilterTypeDef]
803
+
804
+
793
805
  AuditEventTypeDef = TypedDict(
794
806
  "AuditEventTypeDef",
795
807
  {
@@ -846,6 +858,10 @@ class SearchCasesResponseItemTypeDef(TypedDict):
846
858
  tags: NotRequired[Dict[str, str]]
847
859
 
848
860
 
861
+ class SlaContentTypeDef(TypedDict):
862
+ slaConfiguration: SlaConfigurationTypeDef
863
+
864
+
849
865
  FieldValueTypeDef = TypedDict(
850
866
  "FieldValueTypeDef",
851
867
  {
@@ -853,25 +869,14 @@ FieldValueTypeDef = TypedDict(
853
869
  "value": FieldValueUnionUnionTypeDef,
854
870
  },
855
871
  )
856
- SearchRelatedItemsResponseItemTypeDef = TypedDict(
857
- "SearchRelatedItemsResponseItemTypeDef",
858
- {
859
- "associationTime": datetime,
860
- "content": RelatedItemContentTypeDef,
861
- "relatedItemId": str,
862
- "type": RelatedItemTypeType,
863
- "performedBy": NotRequired[UserUnionTypeDef],
864
- "tags": NotRequired[Dict[str, str]],
865
- },
866
- )
867
- CreateRelatedItemRequestTypeDef = TypedDict(
868
- "CreateRelatedItemRequestTypeDef",
872
+ SlaInputConfigurationTypeDef = TypedDict(
873
+ "SlaInputConfigurationTypeDef",
869
874
  {
870
- "caseId": str,
871
- "content": RelatedItemInputContentTypeDef,
872
- "domainId": str,
873
- "type": RelatedItemTypeType,
874
- "performedBy": NotRequired[UserUnionTypeDef],
875
+ "name": str,
876
+ "targetSlaMinutes": int,
877
+ "type": Literal["CaseField"],
878
+ "fieldId": NotRequired[str],
879
+ "targetFieldValues": NotRequired[Sequence[FieldValueUnionUnionTypeDef]],
875
880
  },
876
881
  )
877
882
 
@@ -931,13 +936,18 @@ class SearchCasesResponseTypeDef(TypedDict):
931
936
  nextToken: NotRequired[str]
932
937
 
933
938
 
939
+ class RelatedItemContentTypeDef(TypedDict):
940
+ comment: NotRequired[CommentContentTypeDef]
941
+ contact: NotRequired[ContactContentTypeDef]
942
+ file: NotRequired[FileContentTypeDef]
943
+ sla: NotRequired[SlaContentTypeDef]
944
+
945
+
934
946
  FieldValueUnionExtraTypeDef = Union[FieldValueTypeDef, FieldValueOutputTypeDef]
935
947
 
936
948
 
937
- class SearchRelatedItemsResponseTypeDef(TypedDict):
938
- relatedItems: List[SearchRelatedItemsResponseItemTypeDef]
939
- ResponseMetadata: ResponseMetadataTypeDef
940
- nextToken: NotRequired[str]
949
+ class SlaInputContentTypeDef(TypedDict):
950
+ slaInputConfiguration: NotRequired[SlaInputConfigurationTypeDef]
941
951
 
942
952
 
943
953
  class GetCaseEventConfigurationResponseTypeDef(TypedDict):
@@ -968,6 +978,19 @@ class BasicLayoutTypeDef(TypedDict):
968
978
  topPanel: NotRequired[LayoutSectionsTypeDef]
969
979
 
970
980
 
981
+ SearchRelatedItemsResponseItemTypeDef = TypedDict(
982
+ "SearchRelatedItemsResponseItemTypeDef",
983
+ {
984
+ "associationTime": datetime,
985
+ "content": RelatedItemContentTypeDef,
986
+ "relatedItemId": str,
987
+ "type": RelatedItemTypeType,
988
+ "performedBy": NotRequired[UserUnionTypeDef],
989
+ "tags": NotRequired[Dict[str, str]],
990
+ },
991
+ )
992
+
993
+
971
994
  class CreateCaseRequestTypeDef(TypedDict):
972
995
  domainId: str
973
996
  fields: Sequence[FieldValueUnionExtraTypeDef]
@@ -992,6 +1015,13 @@ class UpdateCaseRequestTypeDef(TypedDict):
992
1015
  performedBy: NotRequired[UserUnionTypeDef]
993
1016
 
994
1017
 
1018
+ class RelatedItemInputContentTypeDef(TypedDict):
1019
+ comment: NotRequired[CommentContentTypeDef]
1020
+ contact: NotRequired[ContactTypeDef]
1021
+ file: NotRequired[FileContentTypeDef]
1022
+ sla: NotRequired[SlaInputContentTypeDef]
1023
+
1024
+
995
1025
  class PutCaseEventConfigurationRequestTypeDef(TypedDict):
996
1026
  domainId: str
997
1027
  eventBridge: EventBridgeConfigurationUnionTypeDef
@@ -1020,6 +1050,12 @@ class LayoutContentTypeDef(TypedDict):
1020
1050
  basic: NotRequired[BasicLayoutTypeDef]
1021
1051
 
1022
1052
 
1053
+ class SearchRelatedItemsResponseTypeDef(TypedDict):
1054
+ relatedItems: List[SearchRelatedItemsResponseItemTypeDef]
1055
+ ResponseMetadata: ResponseMetadataTypeDef
1056
+ nextToken: NotRequired[str]
1057
+
1058
+
1023
1059
  CaseFilterPaginatorTypeDef = TypedDict(
1024
1060
  "CaseFilterPaginatorTypeDef",
1025
1061
  {
@@ -1038,6 +1074,16 @@ CaseFilterTypeDef = TypedDict(
1038
1074
  "orAll": NotRequired[Sequence[Mapping[str, Any]]],
1039
1075
  },
1040
1076
  )
1077
+ CreateRelatedItemRequestTypeDef = TypedDict(
1078
+ "CreateRelatedItemRequestTypeDef",
1079
+ {
1080
+ "caseId": str,
1081
+ "content": RelatedItemInputContentTypeDef,
1082
+ "domainId": str,
1083
+ "type": RelatedItemTypeType,
1084
+ "performedBy": NotRequired[UserUnionTypeDef],
1085
+ },
1086
+ )
1041
1087
 
1042
1088
 
1043
1089
  class BatchGetCaseRuleResponseTypeDef(TypedDict):
@@ -27,6 +27,7 @@ from .literals import (
27
27
  FieldTypeType,
28
28
  OrderType,
29
29
  RelatedItemTypeType,
30
+ SlaStatusType,
30
31
  TemplateStatusType,
31
32
  )
32
33
 
@@ -177,6 +178,11 @@ __all__ = (
177
178
  "SearchRelatedItemsResponseTypeDef",
178
179
  "SectionOutputTypeDef",
179
180
  "SectionTypeDef",
181
+ "SlaConfigurationTypeDef",
182
+ "SlaContentTypeDef",
183
+ "SlaFilterTypeDef",
184
+ "SlaInputConfigurationTypeDef",
185
+ "SlaInputContentTypeDef",
180
186
  "SortTypeDef",
181
187
  "TagResourceRequestTypeDef",
182
188
  "TemplateRuleTypeDef",
@@ -468,6 +474,10 @@ class TemplateSummaryTypeDef(TypedDict):
468
474
  templateArn: str
469
475
  templateId: str
470
476
 
477
+ class SlaFilterTypeDef(TypedDict):
478
+ name: NotRequired[str]
479
+ status: NotRequired[SlaStatusType]
480
+
471
481
  class SortTypeDef(TypedDict):
472
482
  fieldId: str
473
483
  sortOrder: OrderType
@@ -665,23 +675,20 @@ FieldValueOutputTypeDef = TypedDict(
665
675
  "value": FieldValueUnionOutputTypeDef,
666
676
  },
667
677
  )
678
+ SlaConfigurationTypeDef = TypedDict(
679
+ "SlaConfigurationTypeDef",
680
+ {
681
+ "name": str,
682
+ "status": SlaStatusType,
683
+ "targetTime": datetime,
684
+ "type": Literal["CaseField"],
685
+ "completionTime": NotRequired[datetime],
686
+ "fieldId": NotRequired[str],
687
+ "targetFieldValues": NotRequired[List[FieldValueUnionOutputTypeDef]],
688
+ },
689
+ )
668
690
  FieldValueUnionUnionTypeDef = Union[FieldValueUnionTypeDef, FieldValueUnionOutputTypeDef]
669
691
 
670
- class RelatedItemContentTypeDef(TypedDict):
671
- comment: NotRequired[CommentContentTypeDef]
672
- contact: NotRequired[ContactContentTypeDef]
673
- file: NotRequired[FileContentTypeDef]
674
-
675
- class RelatedItemInputContentTypeDef(TypedDict):
676
- comment: NotRequired[CommentContentTypeDef]
677
- contact: NotRequired[ContactTypeDef]
678
- file: NotRequired[FileContentTypeDef]
679
-
680
- class RelatedItemTypeFilterTypeDef(TypedDict):
681
- comment: NotRequired[Mapping[str, Any]]
682
- contact: NotRequired[ContactFilterTypeDef]
683
- file: NotRequired[FileFilterTypeDef]
684
-
685
692
  class ListLayoutsResponseTypeDef(TypedDict):
686
693
  layouts: List[LayoutSummaryTypeDef]
687
694
  ResponseMetadata: ResponseMetadataTypeDef
@@ -696,6 +703,12 @@ class ListTemplatesResponseTypeDef(TypedDict):
696
703
  ResponseMetadata: ResponseMetadataTypeDef
697
704
  nextToken: NotRequired[str]
698
705
 
706
+ class RelatedItemTypeFilterTypeDef(TypedDict):
707
+ comment: NotRequired[Mapping[str, Any]]
708
+ contact: NotRequired[ContactFilterTypeDef]
709
+ file: NotRequired[FileFilterTypeDef]
710
+ sla: NotRequired[SlaFilterTypeDef]
711
+
699
712
  AuditEventTypeDef = TypedDict(
700
713
  "AuditEventTypeDef",
701
714
  {
@@ -743,6 +756,9 @@ class SearchCasesResponseItemTypeDef(TypedDict):
743
756
  templateId: str
744
757
  tags: NotRequired[Dict[str, str]]
745
758
 
759
+ class SlaContentTypeDef(TypedDict):
760
+ slaConfiguration: SlaConfigurationTypeDef
761
+
746
762
  FieldValueTypeDef = TypedDict(
747
763
  "FieldValueTypeDef",
748
764
  {
@@ -750,25 +766,14 @@ FieldValueTypeDef = TypedDict(
750
766
  "value": FieldValueUnionUnionTypeDef,
751
767
  },
752
768
  )
753
- SearchRelatedItemsResponseItemTypeDef = TypedDict(
754
- "SearchRelatedItemsResponseItemTypeDef",
755
- {
756
- "associationTime": datetime,
757
- "content": RelatedItemContentTypeDef,
758
- "relatedItemId": str,
759
- "type": RelatedItemTypeType,
760
- "performedBy": NotRequired[UserUnionTypeDef],
761
- "tags": NotRequired[Dict[str, str]],
762
- },
763
- )
764
- CreateRelatedItemRequestTypeDef = TypedDict(
765
- "CreateRelatedItemRequestTypeDef",
769
+ SlaInputConfigurationTypeDef = TypedDict(
770
+ "SlaInputConfigurationTypeDef",
766
771
  {
767
- "caseId": str,
768
- "content": RelatedItemInputContentTypeDef,
769
- "domainId": str,
770
- "type": RelatedItemTypeType,
771
- "performedBy": NotRequired[UserUnionTypeDef],
772
+ "name": str,
773
+ "targetSlaMinutes": int,
774
+ "type": Literal["CaseField"],
775
+ "fieldId": NotRequired[str],
776
+ "targetFieldValues": NotRequired[Sequence[FieldValueUnionUnionTypeDef]],
772
777
  },
773
778
  )
774
779
 
@@ -817,12 +822,16 @@ class SearchCasesResponseTypeDef(TypedDict):
817
822
  ResponseMetadata: ResponseMetadataTypeDef
818
823
  nextToken: NotRequired[str]
819
824
 
825
+ class RelatedItemContentTypeDef(TypedDict):
826
+ comment: NotRequired[CommentContentTypeDef]
827
+ contact: NotRequired[ContactContentTypeDef]
828
+ file: NotRequired[FileContentTypeDef]
829
+ sla: NotRequired[SlaContentTypeDef]
830
+
820
831
  FieldValueUnionExtraTypeDef = Union[FieldValueTypeDef, FieldValueOutputTypeDef]
821
832
 
822
- class SearchRelatedItemsResponseTypeDef(TypedDict):
823
- relatedItems: List[SearchRelatedItemsResponseItemTypeDef]
824
- ResponseMetadata: ResponseMetadataTypeDef
825
- nextToken: NotRequired[str]
833
+ class SlaInputContentTypeDef(TypedDict):
834
+ slaInputConfiguration: NotRequired[SlaInputConfigurationTypeDef]
826
835
 
827
836
  class GetCaseEventConfigurationResponseTypeDef(TypedDict):
828
837
  eventBridge: EventBridgeConfigurationOutputTypeDef
@@ -846,6 +855,18 @@ class BasicLayoutTypeDef(TypedDict):
846
855
  moreInfo: NotRequired[LayoutSectionsTypeDef]
847
856
  topPanel: NotRequired[LayoutSectionsTypeDef]
848
857
 
858
+ SearchRelatedItemsResponseItemTypeDef = TypedDict(
859
+ "SearchRelatedItemsResponseItemTypeDef",
860
+ {
861
+ "associationTime": datetime,
862
+ "content": RelatedItemContentTypeDef,
863
+ "relatedItemId": str,
864
+ "type": RelatedItemTypeType,
865
+ "performedBy": NotRequired[UserUnionTypeDef],
866
+ "tags": NotRequired[Dict[str, str]],
867
+ },
868
+ )
869
+
849
870
  class CreateCaseRequestTypeDef(TypedDict):
850
871
  domainId: str
851
872
  fields: Sequence[FieldValueUnionExtraTypeDef]
@@ -867,6 +888,12 @@ class UpdateCaseRequestTypeDef(TypedDict):
867
888
  fields: Sequence[FieldValueUnionExtraTypeDef]
868
889
  performedBy: NotRequired[UserUnionTypeDef]
869
890
 
891
+ class RelatedItemInputContentTypeDef(TypedDict):
892
+ comment: NotRequired[CommentContentTypeDef]
893
+ contact: NotRequired[ContactTypeDef]
894
+ file: NotRequired[FileContentTypeDef]
895
+ sla: NotRequired[SlaInputContentTypeDef]
896
+
870
897
  class PutCaseEventConfigurationRequestTypeDef(TypedDict):
871
898
  domainId: str
872
899
  eventBridge: EventBridgeConfigurationUnionTypeDef
@@ -890,6 +917,11 @@ class LayoutContentOutputTypeDef(TypedDict):
890
917
  class LayoutContentTypeDef(TypedDict):
891
918
  basic: NotRequired[BasicLayoutTypeDef]
892
919
 
920
+ class SearchRelatedItemsResponseTypeDef(TypedDict):
921
+ relatedItems: List[SearchRelatedItemsResponseItemTypeDef]
922
+ ResponseMetadata: ResponseMetadataTypeDef
923
+ nextToken: NotRequired[str]
924
+
893
925
  CaseFilterPaginatorTypeDef = TypedDict(
894
926
  "CaseFilterPaginatorTypeDef",
895
927
  {
@@ -908,6 +940,16 @@ CaseFilterTypeDef = TypedDict(
908
940
  "orAll": NotRequired[Sequence[Mapping[str, Any]]],
909
941
  },
910
942
  )
943
+ CreateRelatedItemRequestTypeDef = TypedDict(
944
+ "CreateRelatedItemRequestTypeDef",
945
+ {
946
+ "caseId": str,
947
+ "content": RelatedItemInputContentTypeDef,
948
+ "domainId": str,
949
+ "type": RelatedItemTypeType,
950
+ "performedBy": NotRequired[UserUnionTypeDef],
951
+ },
952
+ )
911
953
 
912
954
  class BatchGetCaseRuleResponseTypeDef(TypedDict):
913
955
  caseRules: List[GetCaseRuleResponseTypeDef]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.36.15"
7
+ __version__ = "1.37.35"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: types-boto3-connectcases
3
- Version: 1.36.15
4
- Summary: Type annotations for boto3 ConnectCases 1.36.15 service generated with mypy-boto3-builder 8.9.0
3
+ Version: 1.37.35
4
+ Summary: Type annotations for boto3 ConnectCases 1.37.35 service generated with mypy-boto3-builder 8.10.1
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
@@ -39,6 +39,7 @@ Dynamic: description-content-type
39
39
  Dynamic: home-page
40
40
  Dynamic: keywords
41
41
  Dynamic: license
42
+ Dynamic: license-file
42
43
  Dynamic: project-url
43
44
  Dynamic: requires-dist
44
45
  Dynamic: requires-python
@@ -56,7 +57,7 @@ Dynamic: summary
56
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
58
 
58
59
  Type annotations for
59
- [boto3 ConnectCases 1.36.15](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 ConnectCases 1.37.35](https://pypi.org/project/boto3/) compatible with
60
61
  [VSCode](https://code.visualstudio.com/),
61
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +66,7 @@ Type annotations for
65
66
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
67
 
67
68
  Generated with
68
- [mypy-boto3-builder 8.9.0](https://github.com/youtype/mypy_boto3_builder).
69
+ [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
69
70
 
70
71
  More information can be found on
71
72
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -113,12 +114,12 @@ See how it helps you find and fix potential bugs:
113
114
  ### Generate locally (recommended)
114
115
 
115
116
  You can generate type annotations for `boto3` package locally with
116
- `mypy_boto3_builder`. Use
117
+ `mypy-boto3-builder`. Use
117
118
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
118
119
  isolation.
119
120
 
120
121
  1. Run mypy-boto3-builder in your package root directory:
121
- `uvx --with 'boto3==1.36.15' mypy_boto3_builder`
122
+ `uvx --with 'boto3==1.37.35' mypy-boto3-builder`
122
123
  2. Select `boto3` AWS SDK.
123
124
  3. Add `ConnectCases` service.
124
125
  4. Use provided commands to install generated packages.
@@ -397,11 +398,14 @@ Full list of `ConnectCases` TypeDefs can be found in
397
398
  [docs](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/type_defs/).
398
399
 
399
400
  ```python
401
+ # TypedDict usage example
400
402
  from types_boto3_connectcases.type_defs import AuditEventFieldValueUnionTypeDef
401
403
 
402
404
 
403
405
  def get_value() -> AuditEventFieldValueUnionTypeDef:
404
- return {...}
406
+ return {
407
+ "booleanValue": ...,
408
+ }
405
409
  ```
406
410
 
407
411
  <a id="how-it-works"></a>
@@ -0,0 +1,18 @@
1
+ types_boto3_connectcases/__init__.py,sha256=sB9ozxjf19mxYEz3IjaZylVEl6IoWQ2n7pTkgHcXog0,1129
2
+ types_boto3_connectcases/__init__.pyi,sha256=mVuL26WwWxDdcnRuHN7vGgIkoVjdriyshM2w4EUNmnI,1128
3
+ types_boto3_connectcases/__main__.py,sha256=l7nv7nXGGCyvK5nqEzDB8T5UqquggxrfMZPIEezrEeE,1005
4
+ types_boto3_connectcases/client.py,sha256=_EYvYiiGcoSFd5QjOyYGWEZAtG2JfUbsxhAChwAuL-Q,26368
5
+ types_boto3_connectcases/client.pyi,sha256=KB0iZu4OObq4FRIdzPLwZz29Ueoh60kxol5sOYWVxmo,26365
6
+ types_boto3_connectcases/literals.py,sha256=UNpTN2lYQI1rgRu3Fwx7ZEN6VmXvTAhSP-4TR3b0PQQ,10298
7
+ types_boto3_connectcases/literals.pyi,sha256=LCEE9mp6bR7z5cnw1TF5E2VeNRnQ2eviHqEAE9NEWVU,10296
8
+ types_boto3_connectcases/paginator.py,sha256=FLo06hxmlQd5WOuFKNUETD_w2l4cqjs-5tz5Tm6sEYQ,4847
9
+ types_boto3_connectcases/paginator.pyi,sha256=nRQcco1-MVD8wqS1724Bbc3WZons4N02_Bf18x-pt-M,4837
10
+ types_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_connectcases/type_defs.py,sha256=A2JALoF_pNWgx9c2cr4hnsDx5eJ8EIAic6SyddkkTNU,29622
12
+ types_boto3_connectcases/type_defs.pyi,sha256=Gl0Fpck1pjxfkfDAx6Rsz4AnmJlQCd_XSRMJkHtL5io,29481
13
+ types_boto3_connectcases/version.py,sha256=G6PFk3_-oIViWI08edSt8jCUOjKS08DkUTvbRzfsXcs,93
14
+ types_boto3_connectcases-1.37.35.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_connectcases-1.37.35.dist-info/METADATA,sha256=GNcocmW_idwsWcPR_fSowWPUPBx1V81jxKnEFwgORIo,15496
16
+ types_boto3_connectcases-1.37.35.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
17
+ types_boto3_connectcases-1.37.35.dist-info/top_level.txt,sha256=0H6UGzWA8k7lNFFkG_vDlg1gCNSXEHI49EQW8-HFCT4,25
18
+ types_boto3_connectcases-1.37.35.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,18 +0,0 @@
1
- types_boto3_connectcases/__init__.py,sha256=sB9ozxjf19mxYEz3IjaZylVEl6IoWQ2n7pTkgHcXog0,1129
2
- types_boto3_connectcases/__init__.pyi,sha256=mVuL26WwWxDdcnRuHN7vGgIkoVjdriyshM2w4EUNmnI,1128
3
- types_boto3_connectcases/__main__.py,sha256=6zI5-ubsfTmgNewIP6cbHBBl9X7Y4CnSakR91l6mbDM,1004
4
- types_boto3_connectcases/client.py,sha256=_EYvYiiGcoSFd5QjOyYGWEZAtG2JfUbsxhAChwAuL-Q,26368
5
- types_boto3_connectcases/client.pyi,sha256=KB0iZu4OObq4FRIdzPLwZz29Ueoh60kxol5sOYWVxmo,26365
6
- types_boto3_connectcases/literals.py,sha256=-QnQleGREz7zg5WgL6sILGBKewnR5dPM4CKD75jSN98,10124
7
- types_boto3_connectcases/literals.pyi,sha256=2CdHeC7LyneaZQcYdAimzak2-nPSVhbPLzwcKi0uTbI,10122
8
- types_boto3_connectcases/paginator.py,sha256=FLo06hxmlQd5WOuFKNUETD_w2l4cqjs-5tz5Tm6sEYQ,4847
9
- types_boto3_connectcases/paginator.pyi,sha256=nRQcco1-MVD8wqS1724Bbc3WZons4N02_Bf18x-pt-M,4837
10
- types_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- types_boto3_connectcases/type_defs.py,sha256=r4vpDNQrvTAftthkE30uQikDdz33aPDJygWg0rY0xvU,28358
12
- types_boto3_connectcases/type_defs.pyi,sha256=sEkYDEXanLTU4UV4GvXX2rzDRwS7OCOCxw_42z2g68A,28221
13
- types_boto3_connectcases/version.py,sha256=8yWG2U9LwYXH4fEieEJFKx1KiPmJTaQv9GzXduOcq74,93
14
- types_boto3_connectcases-1.36.15.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- types_boto3_connectcases-1.36.15.dist-info/METADATA,sha256=0ivhg8QpVW_eZABCea1AZKcvpovowf0SsuMlmds75z4,15415
16
- types_boto3_connectcases-1.36.15.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
- types_boto3_connectcases-1.36.15.dist-info/top_level.txt,sha256=0H6UGzWA8k7lNFFkG_vDlg1gCNSXEHI49EQW8-HFCT4,25
18
- types_boto3_connectcases-1.36.15.dist-info/RECORD,,