types-boto3-connectcases 1.40.63__py3-none-any.whl → 1.41.0__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/__main__.py +4 -4
- types_boto3_connectcases/client.py +22 -27
- types_boto3_connectcases/client.pyi +22 -27
- types_boto3_connectcases/literals.py +4 -1
- types_boto3_connectcases/literals.pyi +4 -1
- types_boto3_connectcases/type_defs.py +90 -49
- types_boto3_connectcases/type_defs.pyi +83 -49
- types_boto3_connectcases/version.py +1 -1
- {types_boto3_connectcases-1.40.63.dist-info → types_boto3_connectcases-1.41.0.dist-info}/METADATA +11 -25
- types_boto3_connectcases-1.41.0.dist-info/RECORD +18 -0
- types_boto3_connectcases-1.40.63.dist-info/RECORD +0 -18
- {types_boto3_connectcases-1.40.63.dist-info → types_boto3_connectcases-1.41.0.dist-info}/WHEEL +0 -0
- {types_boto3_connectcases-1.40.63.dist-info → types_boto3_connectcases-1.41.0.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_connectcases-1.40.63.dist-info → types_boto3_connectcases-1.41.0.dist-info}/top_level.txt +0 -0
|
@@ -17,6 +17,7 @@ Usage::
|
|
|
17
17
|
from __future__ import annotations
|
|
18
18
|
|
|
19
19
|
import sys
|
|
20
|
+
from collections.abc import Mapping, Sequence
|
|
20
21
|
from datetime import datetime
|
|
21
22
|
from typing import Any, Union
|
|
22
23
|
|
|
@@ -27,17 +28,12 @@ from .literals import (
|
|
|
27
28
|
FieldTypeType,
|
|
28
29
|
OrderType,
|
|
29
30
|
RelatedItemTypeType,
|
|
31
|
+
RuleTypeType,
|
|
30
32
|
SearchAllRelatedItemsSortPropertyType,
|
|
31
33
|
SlaStatusType,
|
|
32
34
|
TemplateStatusType,
|
|
33
35
|
)
|
|
34
36
|
|
|
35
|
-
if sys.version_info >= (3, 9):
|
|
36
|
-
from builtins import dict as Dict
|
|
37
|
-
from builtins import list as List
|
|
38
|
-
from collections.abc import Mapping, Sequence
|
|
39
|
-
else:
|
|
40
|
-
from typing import Dict, List, Mapping, Sequence
|
|
41
37
|
if sys.version_info >= (3, 12):
|
|
42
38
|
from typing import Literal, NotRequired, TypedDict
|
|
43
39
|
else:
|
|
@@ -120,6 +116,8 @@ __all__ = (
|
|
|
120
116
|
"FieldItemTypeDef",
|
|
121
117
|
"FieldOptionErrorTypeDef",
|
|
122
118
|
"FieldOptionTypeDef",
|
|
119
|
+
"FieldOptionsCaseRuleOutputTypeDef",
|
|
120
|
+
"FieldOptionsCaseRuleTypeDef",
|
|
123
121
|
"FieldSummaryTypeDef",
|
|
124
122
|
"FieldValueOutputTypeDef",
|
|
125
123
|
"FieldValueTypeDef",
|
|
@@ -143,6 +141,8 @@ __all__ = (
|
|
|
143
141
|
"GetLayoutResponseTypeDef",
|
|
144
142
|
"GetTemplateRequestTypeDef",
|
|
145
143
|
"GetTemplateResponseTypeDef",
|
|
144
|
+
"HiddenCaseRuleOutputTypeDef",
|
|
145
|
+
"HiddenCaseRuleTypeDef",
|
|
146
146
|
"LayoutConfigurationTypeDef",
|
|
147
147
|
"LayoutContentOutputTypeDef",
|
|
148
148
|
"LayoutContentTypeDef",
|
|
@@ -171,6 +171,8 @@ __all__ = (
|
|
|
171
171
|
"OperandTwoOutputTypeDef",
|
|
172
172
|
"OperandTwoTypeDef",
|
|
173
173
|
"PaginatorConfigTypeDef",
|
|
174
|
+
"ParentChildFieldOptionsMappingOutputTypeDef",
|
|
175
|
+
"ParentChildFieldOptionsMappingTypeDef",
|
|
174
176
|
"PutCaseEventConfigurationRequestTypeDef",
|
|
175
177
|
"RelatedItemContentTypeDef",
|
|
176
178
|
"RelatedItemEventIncludedDataTypeDef",
|
|
@@ -218,7 +220,7 @@ class AuditEventFieldValueUnionTypeDef(TypedDict):
|
|
|
218
220
|
stringValue: NotRequired[str]
|
|
219
221
|
doubleValue: NotRequired[float]
|
|
220
222
|
booleanValue: NotRequired[bool]
|
|
221
|
-
emptyValue: NotRequired[
|
|
223
|
+
emptyValue: NotRequired[dict[str, Any]]
|
|
222
224
|
userArnValue: NotRequired[str]
|
|
223
225
|
|
|
224
226
|
class UserUnionTypeDef(TypedDict):
|
|
@@ -243,7 +245,7 @@ CaseRuleErrorTypeDef = TypedDict(
|
|
|
243
245
|
class ResponseMetadataTypeDef(TypedDict):
|
|
244
246
|
RequestId: str
|
|
245
247
|
HTTPStatusCode: int
|
|
246
|
-
HTTPHeaders:
|
|
248
|
+
HTTPHeaders: dict[str, str]
|
|
247
249
|
RetryAttempts: int
|
|
248
250
|
HostId: NotRequired[str]
|
|
249
251
|
|
|
@@ -270,7 +272,7 @@ GetFieldResponseTypeDef = TypedDict(
|
|
|
270
272
|
"type": FieldTypeType,
|
|
271
273
|
"namespace": FieldNamespaceType,
|
|
272
274
|
"description": NotRequired[str],
|
|
273
|
-
"tags": NotRequired[
|
|
275
|
+
"tags": NotRequired[dict[str, str]],
|
|
274
276
|
"deleted": NotRequired[bool],
|
|
275
277
|
"createdTime": NotRequired[datetime],
|
|
276
278
|
"lastModifiedTime": NotRequired[datetime],
|
|
@@ -294,7 +296,7 @@ class OperandTwoOutputTypeDef(TypedDict):
|
|
|
294
296
|
stringValue: NotRequired[str]
|
|
295
297
|
booleanValue: NotRequired[bool]
|
|
296
298
|
doubleValue: NotRequired[float]
|
|
297
|
-
emptyValue: NotRequired[
|
|
299
|
+
emptyValue: NotRequired[dict[str, Any]]
|
|
298
300
|
|
|
299
301
|
class OperandTwoTypeDef(TypedDict):
|
|
300
302
|
stringValue: NotRequired[str]
|
|
@@ -306,7 +308,7 @@ class CaseRuleSummaryTypeDef(TypedDict):
|
|
|
306
308
|
caseRuleId: str
|
|
307
309
|
name: str
|
|
308
310
|
caseRuleArn: str
|
|
309
|
-
ruleType:
|
|
311
|
+
ruleType: RuleTypeType
|
|
310
312
|
description: NotRequired[str]
|
|
311
313
|
|
|
312
314
|
class CaseSummaryTypeDef(TypedDict):
|
|
@@ -359,7 +361,7 @@ class RequiredFieldTypeDef(TypedDict):
|
|
|
359
361
|
|
|
360
362
|
class TemplateRuleTypeDef(TypedDict):
|
|
361
363
|
caseRuleId: str
|
|
362
|
-
fieldId: str
|
|
364
|
+
fieldId: NotRequired[str]
|
|
363
365
|
|
|
364
366
|
class DeleteCaseRequestTypeDef(TypedDict):
|
|
365
367
|
domainId: str
|
|
@@ -403,6 +405,15 @@ FieldItemTypeDef = TypedDict(
|
|
|
403
405
|
"id": str,
|
|
404
406
|
},
|
|
405
407
|
)
|
|
408
|
+
|
|
409
|
+
class ParentChildFieldOptionsMappingOutputTypeDef(TypedDict):
|
|
410
|
+
parentFieldOptionValue: str
|
|
411
|
+
childFieldOptionValues: list[str]
|
|
412
|
+
|
|
413
|
+
class ParentChildFieldOptionsMappingTypeDef(TypedDict):
|
|
414
|
+
parentFieldOptionValue: str
|
|
415
|
+
childFieldOptionValues: Sequence[str]
|
|
416
|
+
|
|
406
417
|
FieldSummaryTypeDef = TypedDict(
|
|
407
418
|
"FieldSummaryTypeDef",
|
|
408
419
|
{
|
|
@@ -418,7 +429,7 @@ class FieldValueUnionOutputTypeDef(TypedDict):
|
|
|
418
429
|
stringValue: NotRequired[str]
|
|
419
430
|
doubleValue: NotRequired[float]
|
|
420
431
|
booleanValue: NotRequired[bool]
|
|
421
|
-
emptyValue: NotRequired[
|
|
432
|
+
emptyValue: NotRequired[dict[str, Any]]
|
|
422
433
|
userArnValue: NotRequired[str]
|
|
423
434
|
|
|
424
435
|
class FieldValueUnionTypeDef(TypedDict):
|
|
@@ -595,11 +606,11 @@ class GetDomainResponseTypeDef(TypedDict):
|
|
|
595
606
|
name: str
|
|
596
607
|
createdTime: datetime
|
|
597
608
|
domainStatus: DomainStatusType
|
|
598
|
-
tags:
|
|
609
|
+
tags: dict[str, str]
|
|
599
610
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
600
611
|
|
|
601
612
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
602
|
-
tags:
|
|
613
|
+
tags: dict[str, str]
|
|
603
614
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
604
615
|
|
|
605
616
|
class BatchGetFieldRequestTypeDef(TypedDict):
|
|
@@ -607,7 +618,7 @@ class BatchGetFieldRequestTypeDef(TypedDict):
|
|
|
607
618
|
fields: Sequence[FieldIdentifierTypeDef]
|
|
608
619
|
|
|
609
620
|
class CaseEventIncludedDataOutputTypeDef(TypedDict):
|
|
610
|
-
fields:
|
|
621
|
+
fields: list[FieldIdentifierTypeDef]
|
|
611
622
|
|
|
612
623
|
class CaseEventIncludedDataTypeDef(TypedDict):
|
|
613
624
|
fields: Sequence[FieldIdentifierTypeDef]
|
|
@@ -619,8 +630,8 @@ class GetCaseRequestTypeDef(TypedDict):
|
|
|
619
630
|
nextToken: NotRequired[str]
|
|
620
631
|
|
|
621
632
|
class BatchGetFieldResponseTypeDef(TypedDict):
|
|
622
|
-
fields:
|
|
623
|
-
errors:
|
|
633
|
+
fields: list[GetFieldResponseTypeDef]
|
|
634
|
+
errors: list[FieldErrorTypeDef]
|
|
624
635
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
625
636
|
|
|
626
637
|
class BatchPutFieldOptionsRequestTypeDef(TypedDict):
|
|
@@ -629,12 +640,12 @@ class BatchPutFieldOptionsRequestTypeDef(TypedDict):
|
|
|
629
640
|
options: Sequence[FieldOptionTypeDef]
|
|
630
641
|
|
|
631
642
|
class ListFieldOptionsResponseTypeDef(TypedDict):
|
|
632
|
-
options:
|
|
643
|
+
options: list[FieldOptionTypeDef]
|
|
633
644
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
634
645
|
nextToken: NotRequired[str]
|
|
635
646
|
|
|
636
647
|
class BatchPutFieldOptionsResponseTypeDef(TypedDict):
|
|
637
|
-
errors:
|
|
648
|
+
errors: list[FieldOptionErrorTypeDef]
|
|
638
649
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
639
650
|
|
|
640
651
|
class BooleanOperandsOutputTypeDef(TypedDict):
|
|
@@ -648,12 +659,12 @@ class BooleanOperandsTypeDef(TypedDict):
|
|
|
648
659
|
result: bool
|
|
649
660
|
|
|
650
661
|
class ListCaseRulesResponseTypeDef(TypedDict):
|
|
651
|
-
caseRules:
|
|
662
|
+
caseRules: list[CaseRuleSummaryTypeDef]
|
|
652
663
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
653
664
|
nextToken: NotRequired[str]
|
|
654
665
|
|
|
655
666
|
class ListCasesForContactResponseTypeDef(TypedDict):
|
|
656
|
-
cases:
|
|
667
|
+
cases: list[CaseSummaryTypeDef]
|
|
657
668
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
658
669
|
nextToken: NotRequired[str]
|
|
659
670
|
|
|
@@ -672,13 +683,13 @@ class GetTemplateResponseTypeDef(TypedDict):
|
|
|
672
683
|
name: str
|
|
673
684
|
description: str
|
|
674
685
|
layoutConfiguration: LayoutConfigurationTypeDef
|
|
675
|
-
requiredFields:
|
|
676
|
-
tags:
|
|
686
|
+
requiredFields: list[RequiredFieldTypeDef]
|
|
687
|
+
tags: dict[str, str]
|
|
677
688
|
status: TemplateStatusType
|
|
678
689
|
deleted: bool
|
|
679
690
|
createdTime: datetime
|
|
680
691
|
lastModifiedTime: datetime
|
|
681
|
-
rules:
|
|
692
|
+
rules: list[TemplateRuleTypeDef]
|
|
682
693
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
683
694
|
|
|
684
695
|
class UpdateTemplateRequestTypeDef(TypedDict):
|
|
@@ -692,20 +703,30 @@ class UpdateTemplateRequestTypeDef(TypedDict):
|
|
|
692
703
|
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
693
704
|
|
|
694
705
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
695
|
-
domains:
|
|
706
|
+
domains: list[DomainSummaryTypeDef]
|
|
696
707
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
697
708
|
nextToken: NotRequired[str]
|
|
698
709
|
|
|
699
710
|
class FieldGroupOutputTypeDef(TypedDict):
|
|
700
|
-
fields:
|
|
711
|
+
fields: list[FieldItemTypeDef]
|
|
701
712
|
name: NotRequired[str]
|
|
702
713
|
|
|
703
714
|
class FieldGroupTypeDef(TypedDict):
|
|
704
715
|
fields: Sequence[FieldItemTypeDef]
|
|
705
716
|
name: NotRequired[str]
|
|
706
717
|
|
|
718
|
+
class FieldOptionsCaseRuleOutputTypeDef(TypedDict):
|
|
719
|
+
parentChildFieldOptionsMappings: list[ParentChildFieldOptionsMappingOutputTypeDef]
|
|
720
|
+
parentFieldId: NotRequired[str]
|
|
721
|
+
childFieldId: NotRequired[str]
|
|
722
|
+
|
|
723
|
+
class FieldOptionsCaseRuleTypeDef(TypedDict):
|
|
724
|
+
parentChildFieldOptionsMappings: Sequence[ParentChildFieldOptionsMappingTypeDef]
|
|
725
|
+
parentFieldId: NotRequired[str]
|
|
726
|
+
childFieldId: NotRequired[str]
|
|
727
|
+
|
|
707
728
|
class ListFieldsResponseTypeDef(TypedDict):
|
|
708
|
-
fields:
|
|
729
|
+
fields: list[FieldSummaryTypeDef]
|
|
709
730
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
710
731
|
nextToken: NotRequired[str]
|
|
711
732
|
|
|
@@ -724,14 +745,14 @@ SlaConfigurationTypeDef = TypedDict(
|
|
|
724
745
|
"status": SlaStatusType,
|
|
725
746
|
"targetTime": datetime,
|
|
726
747
|
"fieldId": NotRequired[str],
|
|
727
|
-
"targetFieldValues": NotRequired[
|
|
748
|
+
"targetFieldValues": NotRequired[list[FieldValueUnionOutputTypeDef]],
|
|
728
749
|
"completionTime": NotRequired[datetime],
|
|
729
750
|
},
|
|
730
751
|
)
|
|
731
752
|
FieldValueUnionUnionTypeDef = Union[FieldValueUnionTypeDef, FieldValueUnionOutputTypeDef]
|
|
732
753
|
|
|
733
754
|
class ListLayoutsResponseTypeDef(TypedDict):
|
|
734
|
-
layouts:
|
|
755
|
+
layouts: list[LayoutSummaryTypeDef]
|
|
735
756
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
736
757
|
nextToken: NotRequired[str]
|
|
737
758
|
|
|
@@ -740,7 +761,7 @@ class ListCaseRulesRequestPaginateTypeDef(TypedDict):
|
|
|
740
761
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
741
762
|
|
|
742
763
|
class ListTemplatesResponseTypeDef(TypedDict):
|
|
743
|
-
templates:
|
|
764
|
+
templates: list[TemplateSummaryTypeDef]
|
|
744
765
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
745
766
|
nextToken: NotRequired[str]
|
|
746
767
|
|
|
@@ -750,7 +771,7 @@ AuditEventTypeDef = TypedDict(
|
|
|
750
771
|
"eventId": str,
|
|
751
772
|
"type": AuditEventTypeType,
|
|
752
773
|
"performedTime": datetime,
|
|
753
|
-
"fields":
|
|
774
|
+
"fields": list[AuditEventFieldTypeDef],
|
|
754
775
|
"relatedItemType": NotRequired[RelatedItemTypeType],
|
|
755
776
|
"performedBy": NotRequired[AuditEventPerformedByTypeDef],
|
|
756
777
|
},
|
|
@@ -779,20 +800,20 @@ class SectionTypeDef(TypedDict):
|
|
|
779
800
|
fieldGroup: NotRequired[FieldGroupTypeDef]
|
|
780
801
|
|
|
781
802
|
class CustomContentTypeDef(TypedDict):
|
|
782
|
-
fields:
|
|
803
|
+
fields: list[FieldValueOutputTypeDef]
|
|
783
804
|
|
|
784
805
|
class GetCaseResponseTypeDef(TypedDict):
|
|
785
|
-
fields:
|
|
806
|
+
fields: list[FieldValueOutputTypeDef]
|
|
786
807
|
templateId: str
|
|
787
|
-
tags:
|
|
808
|
+
tags: dict[str, str]
|
|
788
809
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
789
810
|
nextToken: NotRequired[str]
|
|
790
811
|
|
|
791
812
|
class SearchCasesResponseItemTypeDef(TypedDict):
|
|
792
813
|
caseId: str
|
|
793
814
|
templateId: str
|
|
794
|
-
fields:
|
|
795
|
-
tags: NotRequired[
|
|
815
|
+
fields: list[FieldValueOutputTypeDef]
|
|
816
|
+
tags: NotRequired[dict[str, str]]
|
|
796
817
|
|
|
797
818
|
class SlaContentTypeDef(TypedDict):
|
|
798
819
|
slaConfiguration: SlaConfigurationTypeDef
|
|
@@ -816,7 +837,7 @@ SlaInputConfigurationTypeDef = TypedDict(
|
|
|
816
837
|
)
|
|
817
838
|
|
|
818
839
|
class GetCaseAuditEventsResponseTypeDef(TypedDict):
|
|
819
|
-
auditEvents:
|
|
840
|
+
auditEvents: list[AuditEventTypeDef]
|
|
820
841
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
821
842
|
nextToken: NotRequired[str]
|
|
822
843
|
|
|
@@ -828,22 +849,30 @@ class EventBridgeConfigurationTypeDef(TypedDict):
|
|
|
828
849
|
enabled: bool
|
|
829
850
|
includedData: NotRequired[EventIncludedDataTypeDef]
|
|
830
851
|
|
|
852
|
+
class HiddenCaseRuleOutputTypeDef(TypedDict):
|
|
853
|
+
defaultValue: bool
|
|
854
|
+
conditions: list[BooleanConditionOutputTypeDef]
|
|
855
|
+
|
|
831
856
|
class RequiredCaseRuleOutputTypeDef(TypedDict):
|
|
832
857
|
defaultValue: bool
|
|
833
|
-
conditions:
|
|
858
|
+
conditions: list[BooleanConditionOutputTypeDef]
|
|
859
|
+
|
|
860
|
+
class HiddenCaseRuleTypeDef(TypedDict):
|
|
861
|
+
defaultValue: bool
|
|
862
|
+
conditions: Sequence[BooleanConditionTypeDef]
|
|
834
863
|
|
|
835
864
|
class RequiredCaseRuleTypeDef(TypedDict):
|
|
836
865
|
defaultValue: bool
|
|
837
866
|
conditions: Sequence[BooleanConditionTypeDef]
|
|
838
867
|
|
|
839
868
|
class LayoutSectionsOutputTypeDef(TypedDict):
|
|
840
|
-
sections: NotRequired[
|
|
869
|
+
sections: NotRequired[list[SectionOutputTypeDef]]
|
|
841
870
|
|
|
842
871
|
class LayoutSectionsTypeDef(TypedDict):
|
|
843
872
|
sections: NotRequired[Sequence[SectionTypeDef]]
|
|
844
873
|
|
|
845
874
|
class SearchCasesResponseTypeDef(TypedDict):
|
|
846
|
-
cases:
|
|
875
|
+
cases: list[SearchCasesResponseItemTypeDef]
|
|
847
876
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
848
877
|
nextToken: NotRequired[str]
|
|
849
878
|
|
|
@@ -870,9 +899,13 @@ EventBridgeConfigurationUnionTypeDef = Union[
|
|
|
870
899
|
|
|
871
900
|
class CaseRuleDetailsOutputTypeDef(TypedDict):
|
|
872
901
|
required: NotRequired[RequiredCaseRuleOutputTypeDef]
|
|
902
|
+
fieldOptions: NotRequired[FieldOptionsCaseRuleOutputTypeDef]
|
|
903
|
+
hidden: NotRequired[HiddenCaseRuleOutputTypeDef]
|
|
873
904
|
|
|
874
905
|
class CaseRuleDetailsTypeDef(TypedDict):
|
|
875
906
|
required: NotRequired[RequiredCaseRuleTypeDef]
|
|
907
|
+
fieldOptions: NotRequired[FieldOptionsCaseRuleTypeDef]
|
|
908
|
+
hidden: NotRequired[HiddenCaseRuleTypeDef]
|
|
876
909
|
|
|
877
910
|
class BasicLayoutOutputTypeDef(TypedDict):
|
|
878
911
|
topPanel: NotRequired[LayoutSectionsOutputTypeDef]
|
|
@@ -891,7 +924,7 @@ SearchAllRelatedItemsResponseItemTypeDef = TypedDict(
|
|
|
891
924
|
"associationTime": datetime,
|
|
892
925
|
"content": RelatedItemContentTypeDef,
|
|
893
926
|
"performedBy": NotRequired[UserUnionTypeDef],
|
|
894
|
-
"tags": NotRequired[
|
|
927
|
+
"tags": NotRequired[dict[str, str]],
|
|
895
928
|
},
|
|
896
929
|
)
|
|
897
930
|
SearchRelatedItemsResponseItemTypeDef = TypedDict(
|
|
@@ -901,7 +934,7 @@ SearchRelatedItemsResponseItemTypeDef = TypedDict(
|
|
|
901
934
|
"type": RelatedItemTypeType,
|
|
902
935
|
"associationTime": datetime,
|
|
903
936
|
"content": RelatedItemContentTypeDef,
|
|
904
|
-
"tags": NotRequired[
|
|
937
|
+
"tags": NotRequired[dict[str, str]],
|
|
905
938
|
"performedBy": NotRequired[UserUnionTypeDef],
|
|
906
939
|
},
|
|
907
940
|
)
|
|
@@ -943,7 +976,7 @@ class GetCaseRuleResponseTypeDef(TypedDict):
|
|
|
943
976
|
deleted: NotRequired[bool]
|
|
944
977
|
createdTime: NotRequired[datetime]
|
|
945
978
|
lastModifiedTime: NotRequired[datetime]
|
|
946
|
-
tags: NotRequired[
|
|
979
|
+
tags: NotRequired[dict[str, str]]
|
|
947
980
|
|
|
948
981
|
CaseRuleDetailsUnionTypeDef = Union[CaseRuleDetailsTypeDef, CaseRuleDetailsOutputTypeDef]
|
|
949
982
|
|
|
@@ -954,12 +987,12 @@ class LayoutContentTypeDef(TypedDict):
|
|
|
954
987
|
basic: NotRequired[BasicLayoutTypeDef]
|
|
955
988
|
|
|
956
989
|
class SearchAllRelatedItemsResponseTypeDef(TypedDict):
|
|
957
|
-
relatedItems:
|
|
990
|
+
relatedItems: list[SearchAllRelatedItemsResponseItemTypeDef]
|
|
958
991
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
959
992
|
nextToken: NotRequired[str]
|
|
960
993
|
|
|
961
994
|
class SearchRelatedItemsResponseTypeDef(TypedDict):
|
|
962
|
-
relatedItems:
|
|
995
|
+
relatedItems: list[SearchRelatedItemsResponseItemTypeDef]
|
|
963
996
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
964
997
|
nextToken: NotRequired[str]
|
|
965
998
|
|
|
@@ -1009,8 +1042,9 @@ CustomFieldsFilterTypeDef = TypedDict(
|
|
|
1009
1042
|
)
|
|
1010
1043
|
|
|
1011
1044
|
class BatchGetCaseRuleResponseTypeDef(TypedDict):
|
|
1012
|
-
caseRules:
|
|
1013
|
-
errors:
|
|
1045
|
+
caseRules: list[GetCaseRuleResponseTypeDef]
|
|
1046
|
+
errors: list[CaseRuleErrorTypeDef]
|
|
1047
|
+
unprocessedCaseRules: list[str]
|
|
1014
1048
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1015
1049
|
|
|
1016
1050
|
class CreateCaseRuleRequestTypeDef(TypedDict):
|
|
@@ -1031,7 +1065,7 @@ class GetLayoutResponseTypeDef(TypedDict):
|
|
|
1031
1065
|
layoutArn: str
|
|
1032
1066
|
name: str
|
|
1033
1067
|
content: LayoutContentOutputTypeDef
|
|
1034
|
-
tags:
|
|
1068
|
+
tags: dict[str, str]
|
|
1035
1069
|
deleted: bool
|
|
1036
1070
|
createdTime: datetime
|
|
1037
1071
|
lastModifiedTime: datetime
|
{types_boto3_connectcases-1.40.63.dist-info → types_boto3_connectcases-1.41.0.dist-info}/METADATA
RENAMED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-connectcases
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 ConnectCases 1.41.0 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,connectcases,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
-
Dynamic: author
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-connectcases"></a>
|
|
49
35
|
|
|
@@ -57,7 +43,7 @@ Dynamic: summary
|
|
|
57
43
|

|
|
58
44
|
|
|
59
45
|
Type annotations for
|
|
60
|
-
[boto3 ConnectCases 1.
|
|
46
|
+
[boto3 ConnectCases 1.41.0](https://pypi.org/project/boto3/) compatible with
|
|
61
47
|
[VSCode](https://code.visualstudio.com/),
|
|
62
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -66,7 +52,7 @@ Type annotations for
|
|
|
66
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
67
53
|
|
|
68
54
|
Generated with
|
|
69
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
70
56
|
|
|
71
57
|
More information can be found on
|
|
72
58
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
105
|
isolation.
|
|
120
106
|
|
|
121
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
123
109
|
2. Select `boto3` AWS SDK.
|
|
124
110
|
3. Add `ConnectCases` service.
|
|
125
111
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
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,,
|
|
@@ -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=7jQv6qTg6PiYZ-u0S-9KDXW2PWnc95erQuODgI6GpGA,1005
|
|
4
|
-
types_boto3_connectcases/client.py,sha256=aAi9Mar4kJ6fm1eYkQmkMf-NAq6bfSOCSpjx2p9FHII,28697
|
|
5
|
-
types_boto3_connectcases/client.pyi,sha256=oE0VXxotfmEU_6qNfhwa0m1yQdEfKJUD4RVshiAHRHg,28694
|
|
6
|
-
types_boto3_connectcases/literals.py,sha256=Wug_98ApCKdmeVcURIYnlBUz5n1uNybqCZoY__mbHZw,10624
|
|
7
|
-
types_boto3_connectcases/literals.pyi,sha256=rj8BB_isIi0kecErLk-V7TK5rDEZ0boJ-mcgC83owMc,10622
|
|
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=dZ9kIFVGV0bP9kjW0SoXlpIulEoR68zc7QHisT2xAT4,33674
|
|
12
|
-
types_boto3_connectcases/type_defs.pyi,sha256=rFR944VbO2f0KP5M9cJ4yRTN-jKr7NCYsyT3XT_vO4Y,33519
|
|
13
|
-
types_boto3_connectcases/version.py,sha256=YeSkQP8zQ0F75uDCHUwvTJzCZ2Va6onpg2FXDUaAWlE,93
|
|
14
|
-
types_boto3_connectcases-1.40.63.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_connectcases-1.40.63.dist-info/METADATA,sha256=4HKNf31ezvsaWOcKdWwEre0wgj_0Df8naptrciXGyio,15655
|
|
16
|
-
types_boto3_connectcases-1.40.63.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_connectcases-1.40.63.dist-info/top_level.txt,sha256=0H6UGzWA8k7lNFFkG_vDlg1gCNSXEHI49EQW8-HFCT4,25
|
|
18
|
-
types_boto3_connectcases-1.40.63.dist-info/RECORD,,
|
{types_boto3_connectcases-1.40.63.dist-info → types_boto3_connectcases-1.41.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|