types-boto3-connectcases 1.42.35__py3-none-any.whl → 1.42.42__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,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.35\n"
16
- "Version: 1.42.35\n"
15
+ "Type annotations for boto3 ConnectCases 1.42.42\n"
16
+ "Version: 1.42.42\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.42.35\n")
29
+ sys.stdout.write("1.42.42\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -109,6 +109,7 @@ __all__ = (
109
109
  "EventBridgeConfigurationUnionTypeDef",
110
110
  "EventIncludedDataOutputTypeDef",
111
111
  "EventIncludedDataTypeDef",
112
+ "FieldAttributesTypeDef",
112
113
  "FieldErrorTypeDef",
113
114
  "FieldFilterTypeDef",
114
115
  "FieldGroupOutputTypeDef",
@@ -213,6 +214,7 @@ __all__ = (
213
214
  "TagValueTypeDef",
214
215
  "TemplateRuleTypeDef",
215
216
  "TemplateSummaryTypeDef",
217
+ "TextAttributesTypeDef",
216
218
  "UntagResourceRequestTypeDef",
217
219
  "UpdateCaseRequestTypeDef",
218
220
  "UpdateCaseRuleRequestTypeDef",
@@ -274,21 +276,6 @@ FieldErrorTypeDef = TypedDict(
274
276
  "message": NotRequired[str],
275
277
  },
276
278
  )
277
- GetFieldResponseTypeDef = TypedDict(
278
- "GetFieldResponseTypeDef",
279
- {
280
- "fieldId": str,
281
- "name": str,
282
- "fieldArn": str,
283
- "type": FieldTypeType,
284
- "namespace": FieldNamespaceType,
285
- "description": NotRequired[str],
286
- "tags": NotRequired[dict[str, str]],
287
- "deleted": NotRequired[bool],
288
- "createdTime": NotRequired[datetime],
289
- "lastModifiedTime": NotRequired[datetime],
290
- },
291
- )
292
279
 
293
280
 
294
281
  class FieldOptionTypeDef(TypedDict):
@@ -370,17 +357,6 @@ class CreateDomainRequestTypeDef(TypedDict):
370
357
  name: str
371
358
 
372
359
 
373
- CreateFieldRequestTypeDef = TypedDict(
374
- "CreateFieldRequestTypeDef",
375
- {
376
- "domainId": str,
377
- "name": str,
378
- "type": FieldTypeType,
379
- "description": NotRequired[str],
380
- },
381
- )
382
-
383
-
384
360
  class LayoutConfigurationTypeDef(TypedDict):
385
361
  defaultLayout: NotRequired[str]
386
362
 
@@ -439,6 +415,10 @@ class RelatedItemEventIncludedDataTypeDef(TypedDict):
439
415
  includeContent: bool
440
416
 
441
417
 
418
+ class TextAttributesTypeDef(TypedDict):
419
+ isMultiline: bool
420
+
421
+
442
422
  FieldItemTypeDef = TypedDict(
443
423
  "FieldItemTypeDef",
444
424
  {
@@ -457,18 +437,6 @@ class ParentChildFieldOptionsMappingTypeDef(TypedDict):
457
437
  childFieldOptionValues: Sequence[str]
458
438
 
459
439
 
460
- FieldSummaryTypeDef = TypedDict(
461
- "FieldSummaryTypeDef",
462
- {
463
- "fieldId": str,
464
- "fieldArn": str,
465
- "name": str,
466
- "type": FieldTypeType,
467
- "namespace": FieldNamespaceType,
468
- },
469
- )
470
-
471
-
472
440
  class FieldValueUnionOutputTypeDef(TypedDict):
473
441
  stringValue: NotRequired[str]
474
442
  doubleValue: NotRequired[float]
@@ -619,13 +587,6 @@ class UntagResourceRequestTypeDef(TypedDict):
619
587
  tagKeys: Sequence[str]
620
588
 
621
589
 
622
- class UpdateFieldRequestTypeDef(TypedDict):
623
- domainId: str
624
- fieldId: str
625
- name: NotRequired[str]
626
- description: NotRequired[str]
627
-
628
-
629
590
  class AuditEventFieldTypeDef(TypedDict):
630
591
  eventFieldId: str
631
592
  newValue: AuditEventFieldValueUnionTypeDef
@@ -724,12 +685,6 @@ class GetCaseRequestTypeDef(TypedDict):
724
685
  nextToken: NotRequired[str]
725
686
 
726
687
 
727
- class BatchGetFieldResponseTypeDef(TypedDict):
728
- fields: list[GetFieldResponseTypeDef]
729
- errors: list[FieldErrorTypeDef]
730
- ResponseMetadata: ResponseMetadataTypeDef
731
-
732
-
733
688
  class BatchPutFieldOptionsRequestTypeDef(TypedDict):
734
689
  domainId: str
735
690
  fieldId: str
@@ -777,6 +732,10 @@ class ListDomainsResponseTypeDef(TypedDict):
777
732
  nextToken: NotRequired[str]
778
733
 
779
734
 
735
+ class FieldAttributesTypeDef(TypedDict):
736
+ text: NotRequired[TextAttributesTypeDef]
737
+
738
+
780
739
  class FieldGroupOutputTypeDef(TypedDict):
781
740
  fields: list[FieldItemTypeDef]
782
741
  name: NotRequired[str]
@@ -799,12 +758,6 @@ class FieldOptionsCaseRuleTypeDef(TypedDict):
799
758
  childFieldId: NotRequired[str]
800
759
 
801
760
 
802
- class ListFieldsResponseTypeDef(TypedDict):
803
- fields: list[FieldSummaryTypeDef]
804
- ResponseMetadata: ResponseMetadataTypeDef
805
- nextToken: NotRequired[str]
806
-
807
-
808
761
  FieldValueOutputTypeDef = TypedDict(
809
762
  "FieldValueOutputTypeDef",
810
763
  {
@@ -903,6 +856,53 @@ class BooleanConditionTypeDef(TypedDict):
903
856
  notEqualTo: NotRequired[BooleanOperandsTypeDef]
904
857
 
905
858
 
859
+ CreateFieldRequestTypeDef = TypedDict(
860
+ "CreateFieldRequestTypeDef",
861
+ {
862
+ "domainId": str,
863
+ "name": str,
864
+ "type": FieldTypeType,
865
+ "description": NotRequired[str],
866
+ "attributes": NotRequired[FieldAttributesTypeDef],
867
+ },
868
+ )
869
+ FieldSummaryTypeDef = TypedDict(
870
+ "FieldSummaryTypeDef",
871
+ {
872
+ "fieldId": str,
873
+ "fieldArn": str,
874
+ "name": str,
875
+ "type": FieldTypeType,
876
+ "namespace": FieldNamespaceType,
877
+ "attributes": NotRequired[FieldAttributesTypeDef],
878
+ },
879
+ )
880
+ GetFieldResponseTypeDef = TypedDict(
881
+ "GetFieldResponseTypeDef",
882
+ {
883
+ "fieldId": str,
884
+ "name": str,
885
+ "fieldArn": str,
886
+ "type": FieldTypeType,
887
+ "namespace": FieldNamespaceType,
888
+ "description": NotRequired[str],
889
+ "tags": NotRequired[dict[str, str]],
890
+ "deleted": NotRequired[bool],
891
+ "createdTime": NotRequired[datetime],
892
+ "lastModifiedTime": NotRequired[datetime],
893
+ "attributes": NotRequired[FieldAttributesTypeDef],
894
+ },
895
+ )
896
+
897
+
898
+ class UpdateFieldRequestTypeDef(TypedDict):
899
+ domainId: str
900
+ fieldId: str
901
+ name: NotRequired[str]
902
+ description: NotRequired[str]
903
+ attributes: NotRequired[FieldAttributesTypeDef]
904
+
905
+
906
906
  class SectionOutputTypeDef(TypedDict):
907
907
  fieldGroup: NotRequired[FieldGroupOutputTypeDef]
908
908
 
@@ -1018,6 +1018,18 @@ class RequiredCaseRuleTypeDef(TypedDict):
1018
1018
  conditions: Sequence[BooleanConditionTypeDef]
1019
1019
 
1020
1020
 
1021
+ class ListFieldsResponseTypeDef(TypedDict):
1022
+ fields: list[FieldSummaryTypeDef]
1023
+ ResponseMetadata: ResponseMetadataTypeDef
1024
+ nextToken: NotRequired[str]
1025
+
1026
+
1027
+ class BatchGetFieldResponseTypeDef(TypedDict):
1028
+ fields: list[GetFieldResponseTypeDef]
1029
+ errors: list[FieldErrorTypeDef]
1030
+ ResponseMetadata: ResponseMetadataTypeDef
1031
+
1032
+
1021
1033
  class LayoutSectionsOutputTypeDef(TypedDict):
1022
1034
  sections: NotRequired[list[SectionOutputTypeDef]]
1023
1035
 
@@ -1028,6 +1040,7 @@ class LayoutSectionsTypeDef(TypedDict):
1028
1040
 
1029
1041
  class SearchCasesResponseTypeDef(TypedDict):
1030
1042
  cases: list[SearchCasesResponseItemTypeDef]
1043
+ totalCount: int
1031
1044
  ResponseMetadata: ResponseMetadataTypeDef
1032
1045
  nextToken: NotRequired[str]
1033
1046
 
@@ -108,6 +108,7 @@ __all__ = (
108
108
  "EventBridgeConfigurationUnionTypeDef",
109
109
  "EventIncludedDataOutputTypeDef",
110
110
  "EventIncludedDataTypeDef",
111
+ "FieldAttributesTypeDef",
111
112
  "FieldErrorTypeDef",
112
113
  "FieldFilterTypeDef",
113
114
  "FieldGroupOutputTypeDef",
@@ -212,6 +213,7 @@ __all__ = (
212
213
  "TagValueTypeDef",
213
214
  "TemplateRuleTypeDef",
214
215
  "TemplateSummaryTypeDef",
216
+ "TextAttributesTypeDef",
215
217
  "UntagResourceRequestTypeDef",
216
218
  "UpdateCaseRequestTypeDef",
217
219
  "UpdateCaseRuleRequestTypeDef",
@@ -268,21 +270,6 @@ FieldErrorTypeDef = TypedDict(
268
270
  "message": NotRequired[str],
269
271
  },
270
272
  )
271
- GetFieldResponseTypeDef = TypedDict(
272
- "GetFieldResponseTypeDef",
273
- {
274
- "fieldId": str,
275
- "name": str,
276
- "fieldArn": str,
277
- "type": FieldTypeType,
278
- "namespace": FieldNamespaceType,
279
- "description": NotRequired[str],
280
- "tags": NotRequired[dict[str, str]],
281
- "deleted": NotRequired[bool],
282
- "createdTime": NotRequired[datetime],
283
- "lastModifiedTime": NotRequired[datetime],
284
- },
285
- )
286
273
 
287
274
  class FieldOptionTypeDef(TypedDict):
288
275
  name: str
@@ -348,16 +335,6 @@ class ContactTypeDef(TypedDict):
348
335
  class CreateDomainRequestTypeDef(TypedDict):
349
336
  name: str
350
337
 
351
- CreateFieldRequestTypeDef = TypedDict(
352
- "CreateFieldRequestTypeDef",
353
- {
354
- "domainId": str,
355
- "name": str,
356
- "type": FieldTypeType,
357
- "description": NotRequired[str],
358
- },
359
- )
360
-
361
338
  class LayoutConfigurationTypeDef(TypedDict):
362
339
  defaultLayout: NotRequired[str]
363
340
 
@@ -404,6 +381,9 @@ class DomainSummaryTypeDef(TypedDict):
404
381
  class RelatedItemEventIncludedDataTypeDef(TypedDict):
405
382
  includeContent: bool
406
383
 
384
+ class TextAttributesTypeDef(TypedDict):
385
+ isMultiline: bool
386
+
407
387
  FieldItemTypeDef = TypedDict(
408
388
  "FieldItemTypeDef",
409
389
  {
@@ -419,17 +399,6 @@ class ParentChildFieldOptionsMappingTypeDef(TypedDict):
419
399
  parentFieldOptionValue: str
420
400
  childFieldOptionValues: Sequence[str]
421
401
 
422
- FieldSummaryTypeDef = TypedDict(
423
- "FieldSummaryTypeDef",
424
- {
425
- "fieldId": str,
426
- "fieldArn": str,
427
- "name": str,
428
- "type": FieldTypeType,
429
- "namespace": FieldNamespaceType,
430
- },
431
- )
432
-
433
402
  class FieldValueUnionOutputTypeDef(TypedDict):
434
403
  stringValue: NotRequired[str]
435
404
  doubleValue: NotRequired[float]
@@ -553,12 +522,6 @@ class UntagResourceRequestTypeDef(TypedDict):
553
522
  arn: str
554
523
  tagKeys: Sequence[str]
555
524
 
556
- class UpdateFieldRequestTypeDef(TypedDict):
557
- domainId: str
558
- fieldId: str
559
- name: NotRequired[str]
560
- description: NotRequired[str]
561
-
562
525
  class AuditEventFieldTypeDef(TypedDict):
563
526
  eventFieldId: str
564
527
  newValue: AuditEventFieldValueUnionTypeDef
@@ -640,11 +603,6 @@ class GetCaseRequestTypeDef(TypedDict):
640
603
  fields: Sequence[FieldIdentifierTypeDef]
641
604
  nextToken: NotRequired[str]
642
605
 
643
- class BatchGetFieldResponseTypeDef(TypedDict):
644
- fields: list[GetFieldResponseTypeDef]
645
- errors: list[FieldErrorTypeDef]
646
- ResponseMetadata: ResponseMetadataTypeDef
647
-
648
606
  class BatchPutFieldOptionsRequestTypeDef(TypedDict):
649
607
  domainId: str
650
608
  fieldId: str
@@ -684,6 +642,9 @@ class ListDomainsResponseTypeDef(TypedDict):
684
642
  ResponseMetadata: ResponseMetadataTypeDef
685
643
  nextToken: NotRequired[str]
686
644
 
645
+ class FieldAttributesTypeDef(TypedDict):
646
+ text: NotRequired[TextAttributesTypeDef]
647
+
687
648
  class FieldGroupOutputTypeDef(TypedDict):
688
649
  fields: list[FieldItemTypeDef]
689
650
  name: NotRequired[str]
@@ -702,11 +663,6 @@ class FieldOptionsCaseRuleTypeDef(TypedDict):
702
663
  parentFieldId: NotRequired[str]
703
664
  childFieldId: NotRequired[str]
704
665
 
705
- class ListFieldsResponseTypeDef(TypedDict):
706
- fields: list[FieldSummaryTypeDef]
707
- ResponseMetadata: ResponseMetadataTypeDef
708
- nextToken: NotRequired[str]
709
-
710
666
  FieldValueOutputTypeDef = TypedDict(
711
667
  "FieldValueOutputTypeDef",
712
668
  {
@@ -794,6 +750,51 @@ class BooleanConditionTypeDef(TypedDict):
794
750
  equalTo: NotRequired[BooleanOperandsTypeDef]
795
751
  notEqualTo: NotRequired[BooleanOperandsTypeDef]
796
752
 
753
+ CreateFieldRequestTypeDef = TypedDict(
754
+ "CreateFieldRequestTypeDef",
755
+ {
756
+ "domainId": str,
757
+ "name": str,
758
+ "type": FieldTypeType,
759
+ "description": NotRequired[str],
760
+ "attributes": NotRequired[FieldAttributesTypeDef],
761
+ },
762
+ )
763
+ FieldSummaryTypeDef = TypedDict(
764
+ "FieldSummaryTypeDef",
765
+ {
766
+ "fieldId": str,
767
+ "fieldArn": str,
768
+ "name": str,
769
+ "type": FieldTypeType,
770
+ "namespace": FieldNamespaceType,
771
+ "attributes": NotRequired[FieldAttributesTypeDef],
772
+ },
773
+ )
774
+ GetFieldResponseTypeDef = TypedDict(
775
+ "GetFieldResponseTypeDef",
776
+ {
777
+ "fieldId": str,
778
+ "name": str,
779
+ "fieldArn": str,
780
+ "type": FieldTypeType,
781
+ "namespace": FieldNamespaceType,
782
+ "description": NotRequired[str],
783
+ "tags": NotRequired[dict[str, str]],
784
+ "deleted": NotRequired[bool],
785
+ "createdTime": NotRequired[datetime],
786
+ "lastModifiedTime": NotRequired[datetime],
787
+ "attributes": NotRequired[FieldAttributesTypeDef],
788
+ },
789
+ )
790
+
791
+ class UpdateFieldRequestTypeDef(TypedDict):
792
+ domainId: str
793
+ fieldId: str
794
+ name: NotRequired[str]
795
+ description: NotRequired[str]
796
+ attributes: NotRequired[FieldAttributesTypeDef]
797
+
797
798
  class SectionOutputTypeDef(TypedDict):
798
799
  fieldGroup: NotRequired[FieldGroupOutputTypeDef]
799
800
 
@@ -892,6 +893,16 @@ class RequiredCaseRuleTypeDef(TypedDict):
892
893
  defaultValue: bool
893
894
  conditions: Sequence[BooleanConditionTypeDef]
894
895
 
896
+ class ListFieldsResponseTypeDef(TypedDict):
897
+ fields: list[FieldSummaryTypeDef]
898
+ ResponseMetadata: ResponseMetadataTypeDef
899
+ nextToken: NotRequired[str]
900
+
901
+ class BatchGetFieldResponseTypeDef(TypedDict):
902
+ fields: list[GetFieldResponseTypeDef]
903
+ errors: list[FieldErrorTypeDef]
904
+ ResponseMetadata: ResponseMetadataTypeDef
905
+
895
906
  class LayoutSectionsOutputTypeDef(TypedDict):
896
907
  sections: NotRequired[list[SectionOutputTypeDef]]
897
908
 
@@ -900,6 +911,7 @@ class LayoutSectionsTypeDef(TypedDict):
900
911
 
901
912
  class SearchCasesResponseTypeDef(TypedDict):
902
913
  cases: list[SearchCasesResponseItemTypeDef]
914
+ totalCount: int
903
915
  ResponseMetadata: ResponseMetadataTypeDef
904
916
  nextToken: NotRequired[str]
905
917
 
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2026 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.42.35"
7
+ __version__ = "1.42.42"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-connectcases
3
- Version: 1.42.35
4
- Summary: Type annotations for boto3 ConnectCases 1.42.35 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.42
4
+ Summary: Type annotations for boto3 ConnectCases 1.42.42 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3 ConnectCases 1.42.35](https://pypi.org/project/boto3/) compatible with
46
+ [boto3 ConnectCases 1.42.42](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.35' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.42' 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.
@@ -1,6 +1,6 @@
1
1
  types_boto3_connectcases/__init__.py,sha256=vUmDNHWb2_ALR65DOe7Fa-NmrOySi9KB1h2Fnjg7GWw,1382
2
2
  types_boto3_connectcases/__init__.pyi,sha256=qqcvWUyW9H9QhbYb7pomzU1_COBnFcOAfe_2VQUB-Ps,1381
3
- types_boto3_connectcases/__main__.py,sha256=nUNjNVAAvMOrNBR4NmoyOixmsJ0Y9HKPm8BUt46GSdM,1005
3
+ types_boto3_connectcases/__main__.py,sha256=F3qkdJsYgTpwA79PRgamL1VSZ_2VPI2ejZ9J9UnGbFU,1005
4
4
  types_boto3_connectcases/client.py,sha256=tp0AXdLdpB1jGknogFiXf6ekFmE8FcvuWp9RcSVr37I,28537
5
5
  types_boto3_connectcases/client.pyi,sha256=rN090xfPfW3dKPzaSDpTGqVVWUqExAxoPHOagc94f3c,28534
6
6
  types_boto3_connectcases/literals.py,sha256=K9Y0Q0g8bluKl2S4U4hRu8-u1kO_rBNbxP1ZWyd2vaM,10953
@@ -8,11 +8,11 @@ types_boto3_connectcases/literals.pyi,sha256=qMFWXhHmCDOMkFY_CIulOFEUVOJ-qbsDwtp
8
8
  types_boto3_connectcases/paginator.py,sha256=RLE7gbFjqbBQlQT1s7gC9uUbUz0rsnsi7v_AfRZoclw,6367
9
9
  types_boto3_connectcases/paginator.pyi,sha256=JO5oDYDbzfmMyRD0NdN0JaQubS6dwbUdcYwGd9hmTQ4,6354
10
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,,
11
+ types_boto3_connectcases/type_defs.py,sha256=WG_giqj5xwoH-kIjxkHrX9ilKEMjuujslF1stWEL9Ck,36634
12
+ types_boto3_connectcases/type_defs.pyi,sha256=M4QmegPw-WdLbAJSuv_f6NzYlzm8TElFie9YhXspJhw,36467
13
+ types_boto3_connectcases/version.py,sha256=e6HoYfetC3qcC0gAdQCVrDkrRgu8bjbOwNSmZtKJDJE,93
14
+ types_boto3_connectcases-1.42.42.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
15
+ types_boto3_connectcases-1.42.42.dist-info/METADATA,sha256=EMeUj5vFNER9Wt1ORUr76e3Yub8shXZeONJsLlZxS9M,15324
16
+ types_boto3_connectcases-1.42.42.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
17
+ types_boto3_connectcases-1.42.42.dist-info/top_level.txt,sha256=0H6UGzWA8k7lNFFkG_vDlg1gCNSXEHI49EQW8-HFCT4,25
18
+ types_boto3_connectcases-1.42.42.dist-info/RECORD,,