mypy-boto3-connectcases 1.40.44__py3-none-any.whl → 1.40.64__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_connectcases/__main__.py +3 -3
- mypy_boto3_connectcases/literals.py +2 -8
- mypy_boto3_connectcases/literals.pyi +2 -8
- mypy_boto3_connectcases/type_defs.py +48 -2
- mypy_boto3_connectcases/type_defs.pyi +41 -2
- mypy_boto3_connectcases/version.py +1 -1
- {mypy_boto3_connectcases-1.40.44.dist-info → mypy_boto3_connectcases-1.40.64.dist-info}/METADATA +4 -4
- mypy_boto3_connectcases-1.40.64.dist-info/RECORD +18 -0
- mypy_boto3_connectcases-1.40.44.dist-info/RECORD +0 -18
- {mypy_boto3_connectcases-1.40.44.dist-info → mypy_boto3_connectcases-1.40.64.dist-info}/WHEEL +0 -0
- {mypy_boto3_connectcases-1.40.44.dist-info → mypy_boto3_connectcases-1.40.64.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_connectcases-1.40.44.dist-info → mypy_boto3_connectcases-1.40.64.dist-info}/top_level.txt +0 -0
|
@@ -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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 ConnectCases 1.40.64\n"
|
|
16
|
+
"Version: 1.40.64\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#connectcases\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.64\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -55,7 +55,7 @@ FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text",
|
|
|
55
55
|
ListCaseRulesPaginatorName = Literal["list_case_rules"]
|
|
56
56
|
OrderType = Literal["Asc", "Desc"]
|
|
57
57
|
RelatedItemTypeType = Literal["Comment", "ConnectCase", "Contact", "Custom", "File", "Sla"]
|
|
58
|
-
RuleTypeType = Literal["Required"]
|
|
58
|
+
RuleTypeType = Literal["FieldOptions", "Hidden", "Required"]
|
|
59
59
|
SearchAllRelatedItemsPaginatorName = Literal["search_all_related_items"]
|
|
60
60
|
SearchAllRelatedItemsSortPropertyType = Literal["AssociationTime", "CaseId"]
|
|
61
61
|
SearchCasesPaginatorName = Literal["search_cases"]
|
|
@@ -90,7 +90,6 @@ ServiceName = Literal[
|
|
|
90
90
|
"apprunner",
|
|
91
91
|
"appstream",
|
|
92
92
|
"appsync",
|
|
93
|
-
"apptest",
|
|
94
93
|
"arc-region-switch",
|
|
95
94
|
"arc-zonal-shift",
|
|
96
95
|
"artifact",
|
|
@@ -258,7 +257,6 @@ ServiceName = Literal[
|
|
|
258
257
|
"iotdeviceadvisor",
|
|
259
258
|
"iotevents",
|
|
260
259
|
"iotevents-data",
|
|
261
|
-
"iotfleethub",
|
|
262
260
|
"iotfleetwise",
|
|
263
261
|
"iotsecuretunneling",
|
|
264
262
|
"iotsitewise",
|
|
@@ -297,8 +295,6 @@ ServiceName = Literal[
|
|
|
297
295
|
"location",
|
|
298
296
|
"logs",
|
|
299
297
|
"lookoutequipment",
|
|
300
|
-
"lookoutmetrics",
|
|
301
|
-
"lookoutvision",
|
|
302
298
|
"m2",
|
|
303
299
|
"machinelearning",
|
|
304
300
|
"macie2",
|
|
@@ -373,8 +369,6 @@ ServiceName = Literal[
|
|
|
373
369
|
"qapps",
|
|
374
370
|
"qbusiness",
|
|
375
371
|
"qconnect",
|
|
376
|
-
"qldb",
|
|
377
|
-
"qldb-session",
|
|
378
372
|
"quicksight",
|
|
379
373
|
"ram",
|
|
380
374
|
"rbin",
|
|
@@ -389,7 +383,6 @@ ServiceName = Literal[
|
|
|
389
383
|
"resource-explorer-2",
|
|
390
384
|
"resource-groups",
|
|
391
385
|
"resourcegroupstaggingapi",
|
|
392
|
-
"robomaker",
|
|
393
386
|
"rolesanywhere",
|
|
394
387
|
"route53",
|
|
395
388
|
"route53-recovery-cluster",
|
|
@@ -398,6 +391,7 @@ ServiceName = Literal[
|
|
|
398
391
|
"route53domains",
|
|
399
392
|
"route53profiles",
|
|
400
393
|
"route53resolver",
|
|
394
|
+
"rtbfabric",
|
|
401
395
|
"rum",
|
|
402
396
|
"s3",
|
|
403
397
|
"s3control",
|
|
@@ -53,7 +53,7 @@ FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text",
|
|
|
53
53
|
ListCaseRulesPaginatorName = Literal["list_case_rules"]
|
|
54
54
|
OrderType = Literal["Asc", "Desc"]
|
|
55
55
|
RelatedItemTypeType = Literal["Comment", "ConnectCase", "Contact", "Custom", "File", "Sla"]
|
|
56
|
-
RuleTypeType = Literal["Required"]
|
|
56
|
+
RuleTypeType = Literal["FieldOptions", "Hidden", "Required"]
|
|
57
57
|
SearchAllRelatedItemsPaginatorName = Literal["search_all_related_items"]
|
|
58
58
|
SearchAllRelatedItemsSortPropertyType = Literal["AssociationTime", "CaseId"]
|
|
59
59
|
SearchCasesPaginatorName = Literal["search_cases"]
|
|
@@ -88,7 +88,6 @@ ServiceName = Literal[
|
|
|
88
88
|
"apprunner",
|
|
89
89
|
"appstream",
|
|
90
90
|
"appsync",
|
|
91
|
-
"apptest",
|
|
92
91
|
"arc-region-switch",
|
|
93
92
|
"arc-zonal-shift",
|
|
94
93
|
"artifact",
|
|
@@ -256,7 +255,6 @@ ServiceName = Literal[
|
|
|
256
255
|
"iotdeviceadvisor",
|
|
257
256
|
"iotevents",
|
|
258
257
|
"iotevents-data",
|
|
259
|
-
"iotfleethub",
|
|
260
258
|
"iotfleetwise",
|
|
261
259
|
"iotsecuretunneling",
|
|
262
260
|
"iotsitewise",
|
|
@@ -295,8 +293,6 @@ ServiceName = Literal[
|
|
|
295
293
|
"location",
|
|
296
294
|
"logs",
|
|
297
295
|
"lookoutequipment",
|
|
298
|
-
"lookoutmetrics",
|
|
299
|
-
"lookoutvision",
|
|
300
296
|
"m2",
|
|
301
297
|
"machinelearning",
|
|
302
298
|
"macie2",
|
|
@@ -371,8 +367,6 @@ ServiceName = Literal[
|
|
|
371
367
|
"qapps",
|
|
372
368
|
"qbusiness",
|
|
373
369
|
"qconnect",
|
|
374
|
-
"qldb",
|
|
375
|
-
"qldb-session",
|
|
376
370
|
"quicksight",
|
|
377
371
|
"ram",
|
|
378
372
|
"rbin",
|
|
@@ -387,7 +381,6 @@ ServiceName = Literal[
|
|
|
387
381
|
"resource-explorer-2",
|
|
388
382
|
"resource-groups",
|
|
389
383
|
"resourcegroupstaggingapi",
|
|
390
|
-
"robomaker",
|
|
391
384
|
"rolesanywhere",
|
|
392
385
|
"route53",
|
|
393
386
|
"route53-recovery-cluster",
|
|
@@ -396,6 +389,7 @@ ServiceName = Literal[
|
|
|
396
389
|
"route53domains",
|
|
397
390
|
"route53profiles",
|
|
398
391
|
"route53resolver",
|
|
392
|
+
"rtbfabric",
|
|
399
393
|
"rum",
|
|
400
394
|
"s3",
|
|
401
395
|
"s3control",
|
|
@@ -27,6 +27,7 @@ from .literals import (
|
|
|
27
27
|
FieldTypeType,
|
|
28
28
|
OrderType,
|
|
29
29
|
RelatedItemTypeType,
|
|
30
|
+
RuleTypeType,
|
|
30
31
|
SearchAllRelatedItemsSortPropertyType,
|
|
31
32
|
SlaStatusType,
|
|
32
33
|
TemplateStatusType,
|
|
@@ -121,6 +122,8 @@ __all__ = (
|
|
|
121
122
|
"FieldItemTypeDef",
|
|
122
123
|
"FieldOptionErrorTypeDef",
|
|
123
124
|
"FieldOptionTypeDef",
|
|
125
|
+
"FieldOptionsCaseRuleOutputTypeDef",
|
|
126
|
+
"FieldOptionsCaseRuleTypeDef",
|
|
124
127
|
"FieldSummaryTypeDef",
|
|
125
128
|
"FieldValueOutputTypeDef",
|
|
126
129
|
"FieldValueTypeDef",
|
|
@@ -144,6 +147,8 @@ __all__ = (
|
|
|
144
147
|
"GetLayoutResponseTypeDef",
|
|
145
148
|
"GetTemplateRequestTypeDef",
|
|
146
149
|
"GetTemplateResponseTypeDef",
|
|
150
|
+
"HiddenCaseRuleOutputTypeDef",
|
|
151
|
+
"HiddenCaseRuleTypeDef",
|
|
147
152
|
"LayoutConfigurationTypeDef",
|
|
148
153
|
"LayoutContentOutputTypeDef",
|
|
149
154
|
"LayoutContentTypeDef",
|
|
@@ -172,6 +177,8 @@ __all__ = (
|
|
|
172
177
|
"OperandTwoOutputTypeDef",
|
|
173
178
|
"OperandTwoTypeDef",
|
|
174
179
|
"PaginatorConfigTypeDef",
|
|
180
|
+
"ParentChildFieldOptionsMappingOutputTypeDef",
|
|
181
|
+
"ParentChildFieldOptionsMappingTypeDef",
|
|
175
182
|
"PutCaseEventConfigurationRequestTypeDef",
|
|
176
183
|
"RelatedItemContentTypeDef",
|
|
177
184
|
"RelatedItemEventIncludedDataTypeDef",
|
|
@@ -318,7 +325,7 @@ class CaseRuleSummaryTypeDef(TypedDict):
|
|
|
318
325
|
caseRuleId: str
|
|
319
326
|
name: str
|
|
320
327
|
caseRuleArn: str
|
|
321
|
-
ruleType:
|
|
328
|
+
ruleType: RuleTypeType
|
|
322
329
|
description: NotRequired[str]
|
|
323
330
|
|
|
324
331
|
|
|
@@ -384,7 +391,7 @@ class RequiredFieldTypeDef(TypedDict):
|
|
|
384
391
|
|
|
385
392
|
class TemplateRuleTypeDef(TypedDict):
|
|
386
393
|
caseRuleId: str
|
|
387
|
-
fieldId: str
|
|
394
|
+
fieldId: NotRequired[str]
|
|
388
395
|
|
|
389
396
|
|
|
390
397
|
class DeleteCaseRequestTypeDef(TypedDict):
|
|
@@ -438,6 +445,18 @@ FieldItemTypeDef = TypedDict(
|
|
|
438
445
|
"id": str,
|
|
439
446
|
},
|
|
440
447
|
)
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
class ParentChildFieldOptionsMappingOutputTypeDef(TypedDict):
|
|
451
|
+
parentFieldOptionValue: str
|
|
452
|
+
childFieldOptionValues: List[str]
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
class ParentChildFieldOptionsMappingTypeDef(TypedDict):
|
|
456
|
+
parentFieldOptionValue: str
|
|
457
|
+
childFieldOptionValues: Sequence[str]
|
|
458
|
+
|
|
459
|
+
|
|
441
460
|
FieldSummaryTypeDef = TypedDict(
|
|
442
461
|
"FieldSummaryTypeDef",
|
|
443
462
|
{
|
|
@@ -797,6 +816,18 @@ class FieldGroupTypeDef(TypedDict):
|
|
|
797
816
|
name: NotRequired[str]
|
|
798
817
|
|
|
799
818
|
|
|
819
|
+
class FieldOptionsCaseRuleOutputTypeDef(TypedDict):
|
|
820
|
+
parentChildFieldOptionsMappings: List[ParentChildFieldOptionsMappingOutputTypeDef]
|
|
821
|
+
parentFieldId: NotRequired[str]
|
|
822
|
+
childFieldId: NotRequired[str]
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
class FieldOptionsCaseRuleTypeDef(TypedDict):
|
|
826
|
+
parentChildFieldOptionsMappings: Sequence[ParentChildFieldOptionsMappingTypeDef]
|
|
827
|
+
parentFieldId: NotRequired[str]
|
|
828
|
+
childFieldId: NotRequired[str]
|
|
829
|
+
|
|
830
|
+
|
|
800
831
|
class ListFieldsResponseTypeDef(TypedDict):
|
|
801
832
|
fields: List[FieldSummaryTypeDef]
|
|
802
833
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -941,11 +972,21 @@ class EventBridgeConfigurationTypeDef(TypedDict):
|
|
|
941
972
|
includedData: NotRequired[EventIncludedDataTypeDef]
|
|
942
973
|
|
|
943
974
|
|
|
975
|
+
class HiddenCaseRuleOutputTypeDef(TypedDict):
|
|
976
|
+
defaultValue: bool
|
|
977
|
+
conditions: List[BooleanConditionOutputTypeDef]
|
|
978
|
+
|
|
979
|
+
|
|
944
980
|
class RequiredCaseRuleOutputTypeDef(TypedDict):
|
|
945
981
|
defaultValue: bool
|
|
946
982
|
conditions: List[BooleanConditionOutputTypeDef]
|
|
947
983
|
|
|
948
984
|
|
|
985
|
+
class HiddenCaseRuleTypeDef(TypedDict):
|
|
986
|
+
defaultValue: bool
|
|
987
|
+
conditions: Sequence[BooleanConditionTypeDef]
|
|
988
|
+
|
|
989
|
+
|
|
949
990
|
class RequiredCaseRuleTypeDef(TypedDict):
|
|
950
991
|
defaultValue: bool
|
|
951
992
|
conditions: Sequence[BooleanConditionTypeDef]
|
|
@@ -993,10 +1034,14 @@ EventBridgeConfigurationUnionTypeDef = Union[
|
|
|
993
1034
|
|
|
994
1035
|
class CaseRuleDetailsOutputTypeDef(TypedDict):
|
|
995
1036
|
required: NotRequired[RequiredCaseRuleOutputTypeDef]
|
|
1037
|
+
fieldOptions: NotRequired[FieldOptionsCaseRuleOutputTypeDef]
|
|
1038
|
+
hidden: NotRequired[HiddenCaseRuleOutputTypeDef]
|
|
996
1039
|
|
|
997
1040
|
|
|
998
1041
|
class CaseRuleDetailsTypeDef(TypedDict):
|
|
999
1042
|
required: NotRequired[RequiredCaseRuleTypeDef]
|
|
1043
|
+
fieldOptions: NotRequired[FieldOptionsCaseRuleTypeDef]
|
|
1044
|
+
hidden: NotRequired[HiddenCaseRuleTypeDef]
|
|
1000
1045
|
|
|
1001
1046
|
|
|
1002
1047
|
class BasicLayoutOutputTypeDef(TypedDict):
|
|
@@ -1152,6 +1197,7 @@ CustomFieldsFilterTypeDef = TypedDict(
|
|
|
1152
1197
|
class BatchGetCaseRuleResponseTypeDef(TypedDict):
|
|
1153
1198
|
caseRules: List[GetCaseRuleResponseTypeDef]
|
|
1154
1199
|
errors: List[CaseRuleErrorTypeDef]
|
|
1200
|
+
unprocessedCaseRules: List[str]
|
|
1155
1201
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1156
1202
|
|
|
1157
1203
|
|
|
@@ -27,6 +27,7 @@ from .literals import (
|
|
|
27
27
|
FieldTypeType,
|
|
28
28
|
OrderType,
|
|
29
29
|
RelatedItemTypeType,
|
|
30
|
+
RuleTypeType,
|
|
30
31
|
SearchAllRelatedItemsSortPropertyType,
|
|
31
32
|
SlaStatusType,
|
|
32
33
|
TemplateStatusType,
|
|
@@ -120,6 +121,8 @@ __all__ = (
|
|
|
120
121
|
"FieldItemTypeDef",
|
|
121
122
|
"FieldOptionErrorTypeDef",
|
|
122
123
|
"FieldOptionTypeDef",
|
|
124
|
+
"FieldOptionsCaseRuleOutputTypeDef",
|
|
125
|
+
"FieldOptionsCaseRuleTypeDef",
|
|
123
126
|
"FieldSummaryTypeDef",
|
|
124
127
|
"FieldValueOutputTypeDef",
|
|
125
128
|
"FieldValueTypeDef",
|
|
@@ -143,6 +146,8 @@ __all__ = (
|
|
|
143
146
|
"GetLayoutResponseTypeDef",
|
|
144
147
|
"GetTemplateRequestTypeDef",
|
|
145
148
|
"GetTemplateResponseTypeDef",
|
|
149
|
+
"HiddenCaseRuleOutputTypeDef",
|
|
150
|
+
"HiddenCaseRuleTypeDef",
|
|
146
151
|
"LayoutConfigurationTypeDef",
|
|
147
152
|
"LayoutContentOutputTypeDef",
|
|
148
153
|
"LayoutContentTypeDef",
|
|
@@ -171,6 +176,8 @@ __all__ = (
|
|
|
171
176
|
"OperandTwoOutputTypeDef",
|
|
172
177
|
"OperandTwoTypeDef",
|
|
173
178
|
"PaginatorConfigTypeDef",
|
|
179
|
+
"ParentChildFieldOptionsMappingOutputTypeDef",
|
|
180
|
+
"ParentChildFieldOptionsMappingTypeDef",
|
|
174
181
|
"PutCaseEventConfigurationRequestTypeDef",
|
|
175
182
|
"RelatedItemContentTypeDef",
|
|
176
183
|
"RelatedItemEventIncludedDataTypeDef",
|
|
@@ -306,7 +313,7 @@ class CaseRuleSummaryTypeDef(TypedDict):
|
|
|
306
313
|
caseRuleId: str
|
|
307
314
|
name: str
|
|
308
315
|
caseRuleArn: str
|
|
309
|
-
ruleType:
|
|
316
|
+
ruleType: RuleTypeType
|
|
310
317
|
description: NotRequired[str]
|
|
311
318
|
|
|
312
319
|
class CaseSummaryTypeDef(TypedDict):
|
|
@@ -359,7 +366,7 @@ class RequiredFieldTypeDef(TypedDict):
|
|
|
359
366
|
|
|
360
367
|
class TemplateRuleTypeDef(TypedDict):
|
|
361
368
|
caseRuleId: str
|
|
362
|
-
fieldId: str
|
|
369
|
+
fieldId: NotRequired[str]
|
|
363
370
|
|
|
364
371
|
class DeleteCaseRequestTypeDef(TypedDict):
|
|
365
372
|
domainId: str
|
|
@@ -403,6 +410,15 @@ FieldItemTypeDef = TypedDict(
|
|
|
403
410
|
"id": str,
|
|
404
411
|
},
|
|
405
412
|
)
|
|
413
|
+
|
|
414
|
+
class ParentChildFieldOptionsMappingOutputTypeDef(TypedDict):
|
|
415
|
+
parentFieldOptionValue: str
|
|
416
|
+
childFieldOptionValues: List[str]
|
|
417
|
+
|
|
418
|
+
class ParentChildFieldOptionsMappingTypeDef(TypedDict):
|
|
419
|
+
parentFieldOptionValue: str
|
|
420
|
+
childFieldOptionValues: Sequence[str]
|
|
421
|
+
|
|
406
422
|
FieldSummaryTypeDef = TypedDict(
|
|
407
423
|
"FieldSummaryTypeDef",
|
|
408
424
|
{
|
|
@@ -704,6 +720,16 @@ class FieldGroupTypeDef(TypedDict):
|
|
|
704
720
|
fields: Sequence[FieldItemTypeDef]
|
|
705
721
|
name: NotRequired[str]
|
|
706
722
|
|
|
723
|
+
class FieldOptionsCaseRuleOutputTypeDef(TypedDict):
|
|
724
|
+
parentChildFieldOptionsMappings: List[ParentChildFieldOptionsMappingOutputTypeDef]
|
|
725
|
+
parentFieldId: NotRequired[str]
|
|
726
|
+
childFieldId: NotRequired[str]
|
|
727
|
+
|
|
728
|
+
class FieldOptionsCaseRuleTypeDef(TypedDict):
|
|
729
|
+
parentChildFieldOptionsMappings: Sequence[ParentChildFieldOptionsMappingTypeDef]
|
|
730
|
+
parentFieldId: NotRequired[str]
|
|
731
|
+
childFieldId: NotRequired[str]
|
|
732
|
+
|
|
707
733
|
class ListFieldsResponseTypeDef(TypedDict):
|
|
708
734
|
fields: List[FieldSummaryTypeDef]
|
|
709
735
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -828,10 +854,18 @@ class EventBridgeConfigurationTypeDef(TypedDict):
|
|
|
828
854
|
enabled: bool
|
|
829
855
|
includedData: NotRequired[EventIncludedDataTypeDef]
|
|
830
856
|
|
|
857
|
+
class HiddenCaseRuleOutputTypeDef(TypedDict):
|
|
858
|
+
defaultValue: bool
|
|
859
|
+
conditions: List[BooleanConditionOutputTypeDef]
|
|
860
|
+
|
|
831
861
|
class RequiredCaseRuleOutputTypeDef(TypedDict):
|
|
832
862
|
defaultValue: bool
|
|
833
863
|
conditions: List[BooleanConditionOutputTypeDef]
|
|
834
864
|
|
|
865
|
+
class HiddenCaseRuleTypeDef(TypedDict):
|
|
866
|
+
defaultValue: bool
|
|
867
|
+
conditions: Sequence[BooleanConditionTypeDef]
|
|
868
|
+
|
|
835
869
|
class RequiredCaseRuleTypeDef(TypedDict):
|
|
836
870
|
defaultValue: bool
|
|
837
871
|
conditions: Sequence[BooleanConditionTypeDef]
|
|
@@ -870,9 +904,13 @@ EventBridgeConfigurationUnionTypeDef = Union[
|
|
|
870
904
|
|
|
871
905
|
class CaseRuleDetailsOutputTypeDef(TypedDict):
|
|
872
906
|
required: NotRequired[RequiredCaseRuleOutputTypeDef]
|
|
907
|
+
fieldOptions: NotRequired[FieldOptionsCaseRuleOutputTypeDef]
|
|
908
|
+
hidden: NotRequired[HiddenCaseRuleOutputTypeDef]
|
|
873
909
|
|
|
874
910
|
class CaseRuleDetailsTypeDef(TypedDict):
|
|
875
911
|
required: NotRequired[RequiredCaseRuleTypeDef]
|
|
912
|
+
fieldOptions: NotRequired[FieldOptionsCaseRuleTypeDef]
|
|
913
|
+
hidden: NotRequired[HiddenCaseRuleTypeDef]
|
|
876
914
|
|
|
877
915
|
class BasicLayoutOutputTypeDef(TypedDict):
|
|
878
916
|
topPanel: NotRequired[LayoutSectionsOutputTypeDef]
|
|
@@ -1011,6 +1049,7 @@ CustomFieldsFilterTypeDef = TypedDict(
|
|
|
1011
1049
|
class BatchGetCaseRuleResponseTypeDef(TypedDict):
|
|
1012
1050
|
caseRules: List[GetCaseRuleResponseTypeDef]
|
|
1013
1051
|
errors: List[CaseRuleErrorTypeDef]
|
|
1052
|
+
unprocessedCaseRules: List[str]
|
|
1014
1053
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1015
1054
|
|
|
1016
1055
|
class CreateCaseRuleRequestTypeDef(TypedDict):
|
{mypy_boto3_connectcases-1.40.44.dist-info → mypy_boto3_connectcases-1.40.64.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-connectcases
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 1.40.
|
|
3
|
+
Version: 1.40.64
|
|
4
|
+
Summary: Type annotations for boto3 ConnectCases 1.40.64 service generated with mypy-boto3-builder 8.11.0
|
|
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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 ConnectCases 1.40.
|
|
60
|
+
[boto3 ConnectCases 1.40.64](https://pypi.org/project/boto3/) compatible with
|
|
61
61
|
[VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.64' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `ConnectCases` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_connectcases/__init__.py,sha256=9MJ-kY0UQoViFW5liDst2Y__no6Zh3N7h_JF9ArSJk0,1380
|
|
2
|
+
mypy_boto3_connectcases/__init__.pyi,sha256=Q1uLDb4WTtnY_nHXckyWHbeo-eDgQ0JTk33caIlI9t0,1379
|
|
3
|
+
mypy_boto3_connectcases/__main__.py,sha256=LJcDkuuJmUOQ_G3SAsrIhTW8uCHOTBYLPQGjpXfCyEw,1004
|
|
4
|
+
mypy_boto3_connectcases/client.py,sha256=ReFe9dOHDC7vTnHqf3oHvty9FXPj7sPZ_V6Z1UZTYso,28645
|
|
5
|
+
mypy_boto3_connectcases/client.pyi,sha256=_njsJ2WTiYjj1yZFL0itBv2BPde9os6s3IFWaOWdmu0,28642
|
|
6
|
+
mypy_boto3_connectcases/literals.py,sha256=YVOtd7Nok6bw-qCqsUJyFUH3F7edkG1OfN0eF0RvUh8,10648
|
|
7
|
+
mypy_boto3_connectcases/literals.pyi,sha256=eeniNLYCx8biSo1IMaHGfeSgtPvccl66oIaQ7MDMIVM,10646
|
|
8
|
+
mypy_boto3_connectcases/paginator.py,sha256=VKOWiL08DOZ3lB_xJZ01gH-fvEkvqlutJbryv7HxuaA,6356
|
|
9
|
+
mypy_boto3_connectcases/paginator.pyi,sha256=-UKGqiEly4IcbmX1fj_5KoE7UwNfnXfFQZK58_nHx9U,6343
|
|
10
|
+
mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_connectcases/type_defs.py,sha256=OYCHhjf5NgIfOnWE5Z3AmX_j31BZdFPkFCh1O4GSz_8,35114
|
|
12
|
+
mypy_boto3_connectcases/type_defs.pyi,sha256=hbIuf3hv2uyfQO9JNzJ7OvfKFkK6Gj47YH-pUGjaJlo,34952
|
|
13
|
+
mypy_boto3_connectcases/version.py,sha256=OHPC7HoA44uIF6yFy8xLZmr64QoXQIVmZo5EBcZ4Cv8,93
|
|
14
|
+
mypy_boto3_connectcases-1.40.64.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_connectcases-1.40.64.dist-info/METADATA,sha256=c9f7TT10y2Dv2-FYyIR47SU2nWd1V3GBxQdcRFUxkQA,15628
|
|
16
|
+
mypy_boto3_connectcases-1.40.64.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
mypy_boto3_connectcases-1.40.64.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
|
|
18
|
+
mypy_boto3_connectcases-1.40.64.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_connectcases/__init__.py,sha256=9MJ-kY0UQoViFW5liDst2Y__no6Zh3N7h_JF9ArSJk0,1380
|
|
2
|
-
mypy_boto3_connectcases/__init__.pyi,sha256=Q1uLDb4WTtnY_nHXckyWHbeo-eDgQ0JTk33caIlI9t0,1379
|
|
3
|
-
mypy_boto3_connectcases/__main__.py,sha256=Lpotc28c4b88RbknFkK3KOCLOBVwJV4tz35qOfqMVIM,1004
|
|
4
|
-
mypy_boto3_connectcases/client.py,sha256=ReFe9dOHDC7vTnHqf3oHvty9FXPj7sPZ_V6Z1UZTYso,28645
|
|
5
|
-
mypy_boto3_connectcases/client.pyi,sha256=_njsJ2WTiYjj1yZFL0itBv2BPde9os6s3IFWaOWdmu0,28642
|
|
6
|
-
mypy_boto3_connectcases/literals.py,sha256=EsOABvf-3ruxgmnfgcOivymmWHMuTqmHKAx9igoTJLk,10731
|
|
7
|
-
mypy_boto3_connectcases/literals.pyi,sha256=2azEGrxWHxMVOQByvg1tJDs7OCn3RKBmaIagDiLZCvA,10729
|
|
8
|
-
mypy_boto3_connectcases/paginator.py,sha256=VKOWiL08DOZ3lB_xJZ01gH-fvEkvqlutJbryv7HxuaA,6356
|
|
9
|
-
mypy_boto3_connectcases/paginator.pyi,sha256=-UKGqiEly4IcbmX1fj_5KoE7UwNfnXfFQZK58_nHx9U,6343
|
|
10
|
-
mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_connectcases/type_defs.py,sha256=XutbP9qJy2kt8h57aW21Ik_1zgBeB_cDVGovK-sMrwo,33672
|
|
12
|
-
mypy_boto3_connectcases/type_defs.pyi,sha256=A1z59p0QDYYoYh88FEkVvKExAC24gps4qDKDd3ELPsE,33517
|
|
13
|
-
mypy_boto3_connectcases/version.py,sha256=kDJi5wcZffHeBX55FGelufMNO-0sItJghTklsU0sljA,93
|
|
14
|
-
mypy_boto3_connectcases-1.40.44.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
mypy_boto3_connectcases-1.40.44.dist-info/METADATA,sha256=42z3o1ZTt9h5yoCRVOg0VrtP4trOh3UlKU_Rj5aVTXw,15628
|
|
16
|
-
mypy_boto3_connectcases-1.40.44.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
mypy_boto3_connectcases-1.40.44.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
|
|
18
|
-
mypy_boto3_connectcases-1.40.44.dist-info/RECORD,,
|
{mypy_boto3_connectcases-1.40.44.dist-info → mypy_boto3_connectcases-1.40.64.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|