types-boto3-connectcases 1.40.0__py3-none-any.whl → 1.40.44__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- types_boto3_connectcases/__init__.py +9 -1
- types_boto3_connectcases/__init__.pyi +9 -1
- types_boto3_connectcases/__main__.py +3 -3
- types_boto3_connectcases/client.py +29 -1
- types_boto3_connectcases/client.pyi +29 -1
- types_boto3_connectcases/literals.py +12 -15
- types_boto3_connectcases/literals.pyi +12 -15
- types_boto3_connectcases/paginator.py +31 -1
- types_boto3_connectcases/paginator.pyi +28 -1
- types_boto3_connectcases/type_defs.py +241 -126
- types_boto3_connectcases/type_defs.pyi +225 -122
- types_boto3_connectcases/version.py +1 -1
- {types_boto3_connectcases-1.40.0.dist-info → types_boto3_connectcases-1.40.44.dist-info}/METADATA +9 -5
- types_boto3_connectcases-1.40.44.dist-info/RECORD +18 -0
- types_boto3_connectcases-1.40.0.dist-info/RECORD +0 -18
- {types_boto3_connectcases-1.40.0.dist-info → types_boto3_connectcases-1.40.44.dist-info}/WHEEL +0 -0
- {types_boto3_connectcases-1.40.0.dist-info → types_boto3_connectcases-1.40.44.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_connectcases-1.40.0.dist-info → types_boto3_connectcases-1.40.44.dist-info}/top_level.txt +0 -0
|
@@ -27,6 +27,7 @@ from .literals import (
|
|
|
27
27
|
FieldTypeType,
|
|
28
28
|
OrderType,
|
|
29
29
|
RelatedItemTypeType,
|
|
30
|
+
SearchAllRelatedItemsSortPropertyType,
|
|
30
31
|
SlaStatusType,
|
|
31
32
|
TemplateStatusType,
|
|
32
33
|
)
|
|
@@ -72,6 +73,9 @@ __all__ = (
|
|
|
72
73
|
"CaseRuleSummaryTypeDef",
|
|
73
74
|
"CaseSummaryTypeDef",
|
|
74
75
|
"CommentContentTypeDef",
|
|
76
|
+
"ConnectCaseContentTypeDef",
|
|
77
|
+
"ConnectCaseFilterTypeDef",
|
|
78
|
+
"ConnectCaseInputContentTypeDef",
|
|
75
79
|
"ContactContentTypeDef",
|
|
76
80
|
"ContactFilterTypeDef",
|
|
77
81
|
"ContactTypeDef",
|
|
@@ -89,6 +93,12 @@ __all__ = (
|
|
|
89
93
|
"CreateRelatedItemResponseTypeDef",
|
|
90
94
|
"CreateTemplateRequestTypeDef",
|
|
91
95
|
"CreateTemplateResponseTypeDef",
|
|
96
|
+
"CustomContentTypeDef",
|
|
97
|
+
"CustomFieldsFilterPaginatorTypeDef",
|
|
98
|
+
"CustomFieldsFilterTypeDef",
|
|
99
|
+
"CustomFilterPaginatorTypeDef",
|
|
100
|
+
"CustomFilterTypeDef",
|
|
101
|
+
"CustomInputContentTypeDef",
|
|
92
102
|
"DeleteCaseRequestTypeDef",
|
|
93
103
|
"DeleteCaseRuleRequestTypeDef",
|
|
94
104
|
"DeleteDomainRequestTypeDef",
|
|
@@ -166,11 +176,17 @@ __all__ = (
|
|
|
166
176
|
"RelatedItemContentTypeDef",
|
|
167
177
|
"RelatedItemEventIncludedDataTypeDef",
|
|
168
178
|
"RelatedItemInputContentTypeDef",
|
|
179
|
+
"RelatedItemTypeFilterPaginatorTypeDef",
|
|
169
180
|
"RelatedItemTypeFilterTypeDef",
|
|
170
181
|
"RequiredCaseRuleOutputTypeDef",
|
|
171
182
|
"RequiredCaseRuleTypeDef",
|
|
172
183
|
"RequiredFieldTypeDef",
|
|
173
184
|
"ResponseMetadataTypeDef",
|
|
185
|
+
"SearchAllRelatedItemsRequestPaginateTypeDef",
|
|
186
|
+
"SearchAllRelatedItemsRequestTypeDef",
|
|
187
|
+
"SearchAllRelatedItemsResponseItemTypeDef",
|
|
188
|
+
"SearchAllRelatedItemsResponseTypeDef",
|
|
189
|
+
"SearchAllRelatedItemsSortTypeDef",
|
|
174
190
|
"SearchCasesRequestPaginateTypeDef",
|
|
175
191
|
"SearchCasesRequestTypeDef",
|
|
176
192
|
"SearchCasesResponseItemTypeDef",
|
|
@@ -201,16 +217,16 @@ __all__ = (
|
|
|
201
217
|
|
|
202
218
|
|
|
203
219
|
class AuditEventFieldValueUnionTypeDef(TypedDict):
|
|
204
|
-
|
|
220
|
+
stringValue: NotRequired[str]
|
|
205
221
|
doubleValue: NotRequired[float]
|
|
222
|
+
booleanValue: NotRequired[bool]
|
|
206
223
|
emptyValue: NotRequired[Dict[str, Any]]
|
|
207
|
-
stringValue: NotRequired[str]
|
|
208
224
|
userArnValue: NotRequired[str]
|
|
209
225
|
|
|
210
226
|
|
|
211
227
|
class UserUnionTypeDef(TypedDict):
|
|
212
|
-
customEntity: NotRequired[str]
|
|
213
228
|
userArn: NotRequired[str]
|
|
229
|
+
customEntity: NotRequired[str]
|
|
214
230
|
|
|
215
231
|
|
|
216
232
|
CaseRuleIdentifierTypeDef = TypedDict(
|
|
@@ -222,8 +238,8 @@ CaseRuleIdentifierTypeDef = TypedDict(
|
|
|
222
238
|
CaseRuleErrorTypeDef = TypedDict(
|
|
223
239
|
"CaseRuleErrorTypeDef",
|
|
224
240
|
{
|
|
225
|
-
"errorCode": str,
|
|
226
241
|
"id": str,
|
|
242
|
+
"errorCode": str,
|
|
227
243
|
"message": NotRequired[str],
|
|
228
244
|
},
|
|
229
245
|
)
|
|
@@ -246,37 +262,37 @@ FieldIdentifierTypeDef = TypedDict(
|
|
|
246
262
|
FieldErrorTypeDef = TypedDict(
|
|
247
263
|
"FieldErrorTypeDef",
|
|
248
264
|
{
|
|
249
|
-
"errorCode": str,
|
|
250
265
|
"id": str,
|
|
266
|
+
"errorCode": str,
|
|
251
267
|
"message": NotRequired[str],
|
|
252
268
|
},
|
|
253
269
|
)
|
|
254
270
|
GetFieldResponseTypeDef = TypedDict(
|
|
255
271
|
"GetFieldResponseTypeDef",
|
|
256
272
|
{
|
|
257
|
-
"fieldArn": str,
|
|
258
273
|
"fieldId": str,
|
|
259
274
|
"name": str,
|
|
260
|
-
"
|
|
275
|
+
"fieldArn": str,
|
|
261
276
|
"type": FieldTypeType,
|
|
262
|
-
"
|
|
263
|
-
"deleted": NotRequired[bool],
|
|
277
|
+
"namespace": FieldNamespaceType,
|
|
264
278
|
"description": NotRequired[str],
|
|
265
|
-
"lastModifiedTime": NotRequired[datetime],
|
|
266
279
|
"tags": NotRequired[Dict[str, str]],
|
|
280
|
+
"deleted": NotRequired[bool],
|
|
281
|
+
"createdTime": NotRequired[datetime],
|
|
282
|
+
"lastModifiedTime": NotRequired[datetime],
|
|
267
283
|
},
|
|
268
284
|
)
|
|
269
285
|
|
|
270
286
|
|
|
271
287
|
class FieldOptionTypeDef(TypedDict):
|
|
272
|
-
active: bool
|
|
273
288
|
name: str
|
|
274
289
|
value: str
|
|
290
|
+
active: bool
|
|
275
291
|
|
|
276
292
|
|
|
277
293
|
class FieldOptionErrorTypeDef(TypedDict):
|
|
278
|
-
errorCode: str
|
|
279
294
|
message: str
|
|
295
|
+
errorCode: str
|
|
280
296
|
value: str
|
|
281
297
|
|
|
282
298
|
|
|
@@ -285,23 +301,23 @@ class OperandOneTypeDef(TypedDict):
|
|
|
285
301
|
|
|
286
302
|
|
|
287
303
|
class OperandTwoOutputTypeDef(TypedDict):
|
|
304
|
+
stringValue: NotRequired[str]
|
|
288
305
|
booleanValue: NotRequired[bool]
|
|
289
306
|
doubleValue: NotRequired[float]
|
|
290
307
|
emptyValue: NotRequired[Dict[str, Any]]
|
|
291
|
-
stringValue: NotRequired[str]
|
|
292
308
|
|
|
293
309
|
|
|
294
310
|
class OperandTwoTypeDef(TypedDict):
|
|
311
|
+
stringValue: NotRequired[str]
|
|
295
312
|
booleanValue: NotRequired[bool]
|
|
296
313
|
doubleValue: NotRequired[float]
|
|
297
314
|
emptyValue: NotRequired[Mapping[str, Any]]
|
|
298
|
-
stringValue: NotRequired[str]
|
|
299
315
|
|
|
300
316
|
|
|
301
317
|
class CaseRuleSummaryTypeDef(TypedDict):
|
|
302
|
-
caseRuleArn: str
|
|
303
318
|
caseRuleId: str
|
|
304
319
|
name: str
|
|
320
|
+
caseRuleArn: str
|
|
305
321
|
ruleType: Literal["Required"]
|
|
306
322
|
description: NotRequired[str]
|
|
307
323
|
|
|
@@ -316,10 +332,22 @@ class CommentContentTypeDef(TypedDict):
|
|
|
316
332
|
contentType: Literal["Text/Plain"]
|
|
317
333
|
|
|
318
334
|
|
|
335
|
+
class ConnectCaseContentTypeDef(TypedDict):
|
|
336
|
+
caseId: str
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
class ConnectCaseFilterTypeDef(TypedDict):
|
|
340
|
+
caseId: NotRequired[str]
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
class ConnectCaseInputContentTypeDef(TypedDict):
|
|
344
|
+
caseId: str
|
|
345
|
+
|
|
346
|
+
|
|
319
347
|
class ContactContentTypeDef(TypedDict):
|
|
348
|
+
contactArn: str
|
|
320
349
|
channel: str
|
|
321
350
|
connectedToSystemTime: datetime
|
|
322
|
-
contactArn: str
|
|
323
351
|
|
|
324
352
|
|
|
325
353
|
class ContactFilterTypeDef(TypedDict):
|
|
@@ -360,13 +388,13 @@ class TemplateRuleTypeDef(TypedDict):
|
|
|
360
388
|
|
|
361
389
|
|
|
362
390
|
class DeleteCaseRequestTypeDef(TypedDict):
|
|
363
|
-
caseId: str
|
|
364
391
|
domainId: str
|
|
392
|
+
caseId: str
|
|
365
393
|
|
|
366
394
|
|
|
367
395
|
class DeleteCaseRuleRequestTypeDef(TypedDict):
|
|
368
|
-
caseRuleId: str
|
|
369
396
|
domainId: str
|
|
397
|
+
caseRuleId: str
|
|
370
398
|
|
|
371
399
|
|
|
372
400
|
class DeleteDomainRequestTypeDef(TypedDict):
|
|
@@ -384,8 +412,8 @@ class DeleteLayoutRequestTypeDef(TypedDict):
|
|
|
384
412
|
|
|
385
413
|
|
|
386
414
|
class DeleteRelatedItemRequestTypeDef(TypedDict):
|
|
387
|
-
caseId: str
|
|
388
415
|
domainId: str
|
|
416
|
+
caseId: str
|
|
389
417
|
relatedItemId: str
|
|
390
418
|
|
|
391
419
|
|
|
@@ -395,8 +423,8 @@ class DeleteTemplateRequestTypeDef(TypedDict):
|
|
|
395
423
|
|
|
396
424
|
|
|
397
425
|
class DomainSummaryTypeDef(TypedDict):
|
|
398
|
-
domainArn: str
|
|
399
426
|
domainId: str
|
|
427
|
+
domainArn: str
|
|
400
428
|
name: str
|
|
401
429
|
|
|
402
430
|
|
|
@@ -413,28 +441,28 @@ FieldItemTypeDef = TypedDict(
|
|
|
413
441
|
FieldSummaryTypeDef = TypedDict(
|
|
414
442
|
"FieldSummaryTypeDef",
|
|
415
443
|
{
|
|
416
|
-
"fieldArn": str,
|
|
417
444
|
"fieldId": str,
|
|
445
|
+
"fieldArn": str,
|
|
418
446
|
"name": str,
|
|
419
|
-
"namespace": FieldNamespaceType,
|
|
420
447
|
"type": FieldTypeType,
|
|
448
|
+
"namespace": FieldNamespaceType,
|
|
421
449
|
},
|
|
422
450
|
)
|
|
423
451
|
|
|
424
452
|
|
|
425
453
|
class FieldValueUnionOutputTypeDef(TypedDict):
|
|
426
|
-
|
|
454
|
+
stringValue: NotRequired[str]
|
|
427
455
|
doubleValue: NotRequired[float]
|
|
456
|
+
booleanValue: NotRequired[bool]
|
|
428
457
|
emptyValue: NotRequired[Dict[str, Any]]
|
|
429
|
-
stringValue: NotRequired[str]
|
|
430
458
|
userArnValue: NotRequired[str]
|
|
431
459
|
|
|
432
460
|
|
|
433
461
|
class FieldValueUnionTypeDef(TypedDict):
|
|
434
|
-
|
|
462
|
+
stringValue: NotRequired[str]
|
|
435
463
|
doubleValue: NotRequired[float]
|
|
464
|
+
booleanValue: NotRequired[bool]
|
|
436
465
|
emptyValue: NotRequired[Mapping[str, Any]]
|
|
437
|
-
stringValue: NotRequired[str]
|
|
438
466
|
userArnValue: NotRequired[str]
|
|
439
467
|
|
|
440
468
|
|
|
@@ -472,8 +500,8 @@ class GetTemplateRequestTypeDef(TypedDict):
|
|
|
472
500
|
|
|
473
501
|
|
|
474
502
|
class LayoutSummaryTypeDef(TypedDict):
|
|
475
|
-
layoutArn: str
|
|
476
503
|
layoutId: str
|
|
504
|
+
layoutArn: str
|
|
477
505
|
name: str
|
|
478
506
|
|
|
479
507
|
|
|
@@ -490,8 +518,8 @@ class ListCaseRulesRequestTypeDef(TypedDict):
|
|
|
490
518
|
|
|
491
519
|
|
|
492
520
|
class ListCasesForContactRequestTypeDef(TypedDict):
|
|
493
|
-
contactArn: str
|
|
494
521
|
domainId: str
|
|
522
|
+
contactArn: str
|
|
495
523
|
maxResults: NotRequired[int]
|
|
496
524
|
nextToken: NotRequired[str]
|
|
497
525
|
|
|
@@ -533,10 +561,10 @@ class ListTemplatesRequestTypeDef(TypedDict):
|
|
|
533
561
|
|
|
534
562
|
|
|
535
563
|
class TemplateSummaryTypeDef(TypedDict):
|
|
564
|
+
templateId: str
|
|
565
|
+
templateArn: str
|
|
536
566
|
name: str
|
|
537
567
|
status: TemplateStatusType
|
|
538
|
-
templateArn: str
|
|
539
|
-
templateId: str
|
|
540
568
|
|
|
541
569
|
|
|
542
570
|
class SlaFilterTypeDef(TypedDict):
|
|
@@ -544,6 +572,11 @@ class SlaFilterTypeDef(TypedDict):
|
|
|
544
572
|
status: NotRequired[SlaStatusType]
|
|
545
573
|
|
|
546
574
|
|
|
575
|
+
class SearchAllRelatedItemsSortTypeDef(TypedDict):
|
|
576
|
+
sortProperty: SearchAllRelatedItemsSortPropertyType
|
|
577
|
+
sortOrder: OrderType
|
|
578
|
+
|
|
579
|
+
|
|
547
580
|
class SortTypeDef(TypedDict):
|
|
548
581
|
fieldId: str
|
|
549
582
|
sortOrder: OrderType
|
|
@@ -562,8 +595,8 @@ class UntagResourceRequestTypeDef(TypedDict):
|
|
|
562
595
|
class UpdateFieldRequestTypeDef(TypedDict):
|
|
563
596
|
domainId: str
|
|
564
597
|
fieldId: str
|
|
565
|
-
description: NotRequired[str]
|
|
566
598
|
name: NotRequired[str]
|
|
599
|
+
description: NotRequired[str]
|
|
567
600
|
|
|
568
601
|
|
|
569
602
|
class AuditEventFieldTypeDef(TypedDict):
|
|
@@ -578,50 +611,50 @@ class AuditEventPerformedByTypeDef(TypedDict):
|
|
|
578
611
|
|
|
579
612
|
|
|
580
613
|
class BatchGetCaseRuleRequestTypeDef(TypedDict):
|
|
581
|
-
caseRules: Sequence[CaseRuleIdentifierTypeDef]
|
|
582
614
|
domainId: str
|
|
615
|
+
caseRules: Sequence[CaseRuleIdentifierTypeDef]
|
|
583
616
|
|
|
584
617
|
|
|
585
618
|
class CreateCaseResponseTypeDef(TypedDict):
|
|
586
|
-
caseArn: str
|
|
587
619
|
caseId: str
|
|
620
|
+
caseArn: str
|
|
588
621
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
589
622
|
|
|
590
623
|
|
|
591
624
|
class CreateCaseRuleResponseTypeDef(TypedDict):
|
|
592
|
-
caseRuleArn: str
|
|
593
625
|
caseRuleId: str
|
|
626
|
+
caseRuleArn: str
|
|
594
627
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
595
628
|
|
|
596
629
|
|
|
597
630
|
class CreateDomainResponseTypeDef(TypedDict):
|
|
598
|
-
domainArn: str
|
|
599
631
|
domainId: str
|
|
632
|
+
domainArn: str
|
|
600
633
|
domainStatus: DomainStatusType
|
|
601
634
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
602
635
|
|
|
603
636
|
|
|
604
637
|
class CreateFieldResponseTypeDef(TypedDict):
|
|
605
|
-
fieldArn: str
|
|
606
638
|
fieldId: str
|
|
639
|
+
fieldArn: str
|
|
607
640
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
608
641
|
|
|
609
642
|
|
|
610
643
|
class CreateLayoutResponseTypeDef(TypedDict):
|
|
611
|
-
layoutArn: str
|
|
612
644
|
layoutId: str
|
|
645
|
+
layoutArn: str
|
|
613
646
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
614
647
|
|
|
615
648
|
|
|
616
649
|
class CreateRelatedItemResponseTypeDef(TypedDict):
|
|
617
|
-
relatedItemArn: str
|
|
618
650
|
relatedItemId: str
|
|
651
|
+
relatedItemArn: str
|
|
619
652
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
620
653
|
|
|
621
654
|
|
|
622
655
|
class CreateTemplateResponseTypeDef(TypedDict):
|
|
623
|
-
templateArn: str
|
|
624
656
|
templateId: str
|
|
657
|
+
templateArn: str
|
|
625
658
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
626
659
|
|
|
627
660
|
|
|
@@ -630,11 +663,11 @@ class EmptyResponseMetadataTypeDef(TypedDict):
|
|
|
630
663
|
|
|
631
664
|
|
|
632
665
|
class GetDomainResponseTypeDef(TypedDict):
|
|
633
|
-
createdTime: datetime
|
|
634
|
-
domainArn: str
|
|
635
666
|
domainId: str
|
|
636
|
-
|
|
667
|
+
domainArn: str
|
|
637
668
|
name: str
|
|
669
|
+
createdTime: datetime
|
|
670
|
+
domainStatus: DomainStatusType
|
|
638
671
|
tags: Dict[str, str]
|
|
639
672
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
640
673
|
|
|
@@ -665,8 +698,8 @@ class GetCaseRequestTypeDef(TypedDict):
|
|
|
665
698
|
|
|
666
699
|
|
|
667
700
|
class BatchGetFieldResponseTypeDef(TypedDict):
|
|
668
|
-
errors: List[FieldErrorTypeDef]
|
|
669
701
|
fields: List[GetFieldResponseTypeDef]
|
|
702
|
+
errors: List[FieldErrorTypeDef]
|
|
670
703
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
671
704
|
|
|
672
705
|
|
|
@@ -717,35 +750,35 @@ class CreateTemplateRequestTypeDef(TypedDict):
|
|
|
717
750
|
description: NotRequired[str]
|
|
718
751
|
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
719
752
|
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
720
|
-
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
721
753
|
status: NotRequired[TemplateStatusType]
|
|
754
|
+
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
722
755
|
|
|
723
756
|
|
|
724
757
|
class GetTemplateResponseTypeDef(TypedDict):
|
|
725
|
-
|
|
726
|
-
|
|
758
|
+
templateId: str
|
|
759
|
+
templateArn: str
|
|
760
|
+
name: str
|
|
727
761
|
description: str
|
|
728
|
-
lastModifiedTime: datetime
|
|
729
762
|
layoutConfiguration: LayoutConfigurationTypeDef
|
|
730
|
-
name: str
|
|
731
763
|
requiredFields: List[RequiredFieldTypeDef]
|
|
732
|
-
rules: List[TemplateRuleTypeDef]
|
|
733
|
-
status: TemplateStatusType
|
|
734
764
|
tags: Dict[str, str]
|
|
735
|
-
|
|
736
|
-
|
|
765
|
+
status: TemplateStatusType
|
|
766
|
+
deleted: bool
|
|
767
|
+
createdTime: datetime
|
|
768
|
+
lastModifiedTime: datetime
|
|
769
|
+
rules: List[TemplateRuleTypeDef]
|
|
737
770
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
738
771
|
|
|
739
772
|
|
|
740
773
|
class UpdateTemplateRequestTypeDef(TypedDict):
|
|
741
774
|
domainId: str
|
|
742
775
|
templateId: str
|
|
776
|
+
name: NotRequired[str]
|
|
743
777
|
description: NotRequired[str]
|
|
744
778
|
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
745
|
-
name: NotRequired[str]
|
|
746
779
|
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
747
|
-
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
748
780
|
status: NotRequired[TemplateStatusType]
|
|
781
|
+
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
749
782
|
|
|
750
783
|
|
|
751
784
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
@@ -781,12 +814,12 @@ SlaConfigurationTypeDef = TypedDict(
|
|
|
781
814
|
"SlaConfigurationTypeDef",
|
|
782
815
|
{
|
|
783
816
|
"name": str,
|
|
817
|
+
"type": Literal["CaseField"],
|
|
784
818
|
"status": SlaStatusType,
|
|
785
819
|
"targetTime": datetime,
|
|
786
|
-
"type": Literal["CaseField"],
|
|
787
|
-
"completionTime": NotRequired[datetime],
|
|
788
820
|
"fieldId": NotRequired[str],
|
|
789
821
|
"targetFieldValues": NotRequired[List[FieldValueUnionOutputTypeDef]],
|
|
822
|
+
"completionTime": NotRequired[datetime],
|
|
790
823
|
},
|
|
791
824
|
)
|
|
792
825
|
FieldValueUnionUnionTypeDef = Union[FieldValueUnionTypeDef, FieldValueUnionOutputTypeDef]
|
|
@@ -809,22 +842,15 @@ class ListTemplatesResponseTypeDef(TypedDict):
|
|
|
809
842
|
nextToken: NotRequired[str]
|
|
810
843
|
|
|
811
844
|
|
|
812
|
-
class RelatedItemTypeFilterTypeDef(TypedDict):
|
|
813
|
-
comment: NotRequired[Mapping[str, Any]]
|
|
814
|
-
contact: NotRequired[ContactFilterTypeDef]
|
|
815
|
-
file: NotRequired[FileFilterTypeDef]
|
|
816
|
-
sla: NotRequired[SlaFilterTypeDef]
|
|
817
|
-
|
|
818
|
-
|
|
819
845
|
AuditEventTypeDef = TypedDict(
|
|
820
846
|
"AuditEventTypeDef",
|
|
821
847
|
{
|
|
822
848
|
"eventId": str,
|
|
823
|
-
"fields": List[AuditEventFieldTypeDef],
|
|
824
|
-
"performedTime": datetime,
|
|
825
849
|
"type": AuditEventTypeType,
|
|
826
|
-
"
|
|
850
|
+
"performedTime": datetime,
|
|
851
|
+
"fields": List[AuditEventFieldTypeDef],
|
|
827
852
|
"relatedItemType": NotRequired[RelatedItemTypeType],
|
|
853
|
+
"performedBy": NotRequired[AuditEventPerformedByTypeDef],
|
|
828
854
|
},
|
|
829
855
|
)
|
|
830
856
|
|
|
@@ -857,18 +883,22 @@ class SectionTypeDef(TypedDict):
|
|
|
857
883
|
fieldGroup: NotRequired[FieldGroupTypeDef]
|
|
858
884
|
|
|
859
885
|
|
|
886
|
+
class CustomContentTypeDef(TypedDict):
|
|
887
|
+
fields: List[FieldValueOutputTypeDef]
|
|
888
|
+
|
|
889
|
+
|
|
860
890
|
class GetCaseResponseTypeDef(TypedDict):
|
|
861
891
|
fields: List[FieldValueOutputTypeDef]
|
|
862
|
-
tags: Dict[str, str]
|
|
863
892
|
templateId: str
|
|
893
|
+
tags: Dict[str, str]
|
|
864
894
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
865
895
|
nextToken: NotRequired[str]
|
|
866
896
|
|
|
867
897
|
|
|
868
898
|
class SearchCasesResponseItemTypeDef(TypedDict):
|
|
869
899
|
caseId: str
|
|
870
|
-
fields: List[FieldValueOutputTypeDef]
|
|
871
900
|
templateId: str
|
|
901
|
+
fields: List[FieldValueOutputTypeDef]
|
|
872
902
|
tags: NotRequired[Dict[str, str]]
|
|
873
903
|
|
|
874
904
|
|
|
@@ -887,29 +917,14 @@ SlaInputConfigurationTypeDef = TypedDict(
|
|
|
887
917
|
"SlaInputConfigurationTypeDef",
|
|
888
918
|
{
|
|
889
919
|
"name": str,
|
|
890
|
-
"targetSlaMinutes": int,
|
|
891
920
|
"type": Literal["CaseField"],
|
|
921
|
+
"targetSlaMinutes": int,
|
|
892
922
|
"fieldId": NotRequired[str],
|
|
893
923
|
"targetFieldValues": NotRequired[Sequence[FieldValueUnionUnionTypeDef]],
|
|
894
924
|
},
|
|
895
925
|
)
|
|
896
926
|
|
|
897
927
|
|
|
898
|
-
class SearchRelatedItemsRequestPaginateTypeDef(TypedDict):
|
|
899
|
-
caseId: str
|
|
900
|
-
domainId: str
|
|
901
|
-
filters: NotRequired[Sequence[RelatedItemTypeFilterTypeDef]]
|
|
902
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
class SearchRelatedItemsRequestTypeDef(TypedDict):
|
|
906
|
-
caseId: str
|
|
907
|
-
domainId: str
|
|
908
|
-
filters: NotRequired[Sequence[RelatedItemTypeFilterTypeDef]]
|
|
909
|
-
maxResults: NotRequired[int]
|
|
910
|
-
nextToken: NotRequired[str]
|
|
911
|
-
|
|
912
|
-
|
|
913
928
|
class GetCaseAuditEventsResponseTypeDef(TypedDict):
|
|
914
929
|
auditEvents: List[AuditEventTypeDef]
|
|
915
930
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -927,13 +942,13 @@ class EventBridgeConfigurationTypeDef(TypedDict):
|
|
|
927
942
|
|
|
928
943
|
|
|
929
944
|
class RequiredCaseRuleOutputTypeDef(TypedDict):
|
|
930
|
-
conditions: List[BooleanConditionOutputTypeDef]
|
|
931
945
|
defaultValue: bool
|
|
946
|
+
conditions: List[BooleanConditionOutputTypeDef]
|
|
932
947
|
|
|
933
948
|
|
|
934
949
|
class RequiredCaseRuleTypeDef(TypedDict):
|
|
935
|
-
conditions: Sequence[BooleanConditionTypeDef]
|
|
936
950
|
defaultValue: bool
|
|
951
|
+
conditions: Sequence[BooleanConditionTypeDef]
|
|
937
952
|
|
|
938
953
|
|
|
939
954
|
class LayoutSectionsOutputTypeDef(TypedDict):
|
|
@@ -951,10 +966,12 @@ class SearchCasesResponseTypeDef(TypedDict):
|
|
|
951
966
|
|
|
952
967
|
|
|
953
968
|
class RelatedItemContentTypeDef(TypedDict):
|
|
954
|
-
comment: NotRequired[CommentContentTypeDef]
|
|
955
969
|
contact: NotRequired[ContactContentTypeDef]
|
|
970
|
+
comment: NotRequired[CommentContentTypeDef]
|
|
956
971
|
file: NotRequired[FileContentTypeDef]
|
|
957
972
|
sla: NotRequired[SlaContentTypeDef]
|
|
973
|
+
connectCase: NotRequired[ConnectCaseContentTypeDef]
|
|
974
|
+
custom: NotRequired[CustomContentTypeDef]
|
|
958
975
|
|
|
959
976
|
|
|
960
977
|
FieldValueUnionExtraTypeDef = Union[FieldValueTypeDef, FieldValueOutputTypeDef]
|
|
@@ -983,39 +1000,55 @@ class CaseRuleDetailsTypeDef(TypedDict):
|
|
|
983
1000
|
|
|
984
1001
|
|
|
985
1002
|
class BasicLayoutOutputTypeDef(TypedDict):
|
|
986
|
-
moreInfo: NotRequired[LayoutSectionsOutputTypeDef]
|
|
987
1003
|
topPanel: NotRequired[LayoutSectionsOutputTypeDef]
|
|
1004
|
+
moreInfo: NotRequired[LayoutSectionsOutputTypeDef]
|
|
988
1005
|
|
|
989
1006
|
|
|
990
1007
|
class BasicLayoutTypeDef(TypedDict):
|
|
991
|
-
moreInfo: NotRequired[LayoutSectionsTypeDef]
|
|
992
1008
|
topPanel: NotRequired[LayoutSectionsTypeDef]
|
|
1009
|
+
moreInfo: NotRequired[LayoutSectionsTypeDef]
|
|
993
1010
|
|
|
994
1011
|
|
|
995
|
-
|
|
996
|
-
"
|
|
1012
|
+
SearchAllRelatedItemsResponseItemTypeDef = TypedDict(
|
|
1013
|
+
"SearchAllRelatedItemsResponseItemTypeDef",
|
|
997
1014
|
{
|
|
1015
|
+
"relatedItemId": str,
|
|
1016
|
+
"caseId": str,
|
|
1017
|
+
"type": RelatedItemTypeType,
|
|
998
1018
|
"associationTime": datetime,
|
|
999
1019
|
"content": RelatedItemContentTypeDef,
|
|
1020
|
+
"performedBy": NotRequired[UserUnionTypeDef],
|
|
1021
|
+
"tags": NotRequired[Dict[str, str]],
|
|
1022
|
+
},
|
|
1023
|
+
)
|
|
1024
|
+
SearchRelatedItemsResponseItemTypeDef = TypedDict(
|
|
1025
|
+
"SearchRelatedItemsResponseItemTypeDef",
|
|
1026
|
+
{
|
|
1000
1027
|
"relatedItemId": str,
|
|
1001
1028
|
"type": RelatedItemTypeType,
|
|
1002
|
-
"
|
|
1029
|
+
"associationTime": datetime,
|
|
1030
|
+
"content": RelatedItemContentTypeDef,
|
|
1003
1031
|
"tags": NotRequired[Dict[str, str]],
|
|
1032
|
+
"performedBy": NotRequired[UserUnionTypeDef],
|
|
1004
1033
|
},
|
|
1005
1034
|
)
|
|
1006
1035
|
|
|
1007
1036
|
|
|
1008
1037
|
class CreateCaseRequestTypeDef(TypedDict):
|
|
1009
1038
|
domainId: str
|
|
1010
|
-
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
1011
1039
|
templateId: str
|
|
1040
|
+
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
1012
1041
|
clientToken: NotRequired[str]
|
|
1013
1042
|
performedBy: NotRequired[UserUnionTypeDef]
|
|
1014
1043
|
|
|
1015
1044
|
|
|
1045
|
+
class CustomInputContentTypeDef(TypedDict):
|
|
1046
|
+
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
1047
|
+
|
|
1048
|
+
|
|
1016
1049
|
class FieldFilterTypeDef(TypedDict):
|
|
1017
|
-
contains: NotRequired[FieldValueUnionExtraTypeDef]
|
|
1018
1050
|
equalTo: NotRequired[FieldValueUnionExtraTypeDef]
|
|
1051
|
+
contains: NotRequired[FieldValueUnionExtraTypeDef]
|
|
1019
1052
|
greaterThan: NotRequired[FieldValueUnionExtraTypeDef]
|
|
1020
1053
|
greaterThanOrEqualTo: NotRequired[FieldValueUnionExtraTypeDef]
|
|
1021
1054
|
lessThan: NotRequired[FieldValueUnionExtraTypeDef]
|
|
@@ -1023,32 +1056,25 @@ class FieldFilterTypeDef(TypedDict):
|
|
|
1023
1056
|
|
|
1024
1057
|
|
|
1025
1058
|
class UpdateCaseRequestTypeDef(TypedDict):
|
|
1026
|
-
caseId: str
|
|
1027
1059
|
domainId: str
|
|
1060
|
+
caseId: str
|
|
1028
1061
|
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
1029
1062
|
performedBy: NotRequired[UserUnionTypeDef]
|
|
1030
1063
|
|
|
1031
1064
|
|
|
1032
|
-
class RelatedItemInputContentTypeDef(TypedDict):
|
|
1033
|
-
comment: NotRequired[CommentContentTypeDef]
|
|
1034
|
-
contact: NotRequired[ContactTypeDef]
|
|
1035
|
-
file: NotRequired[FileContentTypeDef]
|
|
1036
|
-
sla: NotRequired[SlaInputContentTypeDef]
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
1065
|
class PutCaseEventConfigurationRequestTypeDef(TypedDict):
|
|
1040
1066
|
domainId: str
|
|
1041
1067
|
eventBridge: EventBridgeConfigurationUnionTypeDef
|
|
1042
1068
|
|
|
1043
1069
|
|
|
1044
1070
|
class GetCaseRuleResponseTypeDef(TypedDict):
|
|
1045
|
-
caseRuleArn: str
|
|
1046
1071
|
caseRuleId: str
|
|
1047
1072
|
name: str
|
|
1073
|
+
caseRuleArn: str
|
|
1048
1074
|
rule: CaseRuleDetailsOutputTypeDef
|
|
1049
|
-
createdTime: NotRequired[datetime]
|
|
1050
|
-
deleted: NotRequired[bool]
|
|
1051
1075
|
description: NotRequired[str]
|
|
1076
|
+
deleted: NotRequired[bool]
|
|
1077
|
+
createdTime: NotRequired[datetime]
|
|
1052
1078
|
lastModifiedTime: NotRequired[datetime]
|
|
1053
1079
|
tags: NotRequired[Dict[str, str]]
|
|
1054
1080
|
|
|
@@ -1064,38 +1090,61 @@ class LayoutContentTypeDef(TypedDict):
|
|
|
1064
1090
|
basic: NotRequired[BasicLayoutTypeDef]
|
|
1065
1091
|
|
|
1066
1092
|
|
|
1093
|
+
class SearchAllRelatedItemsResponseTypeDef(TypedDict):
|
|
1094
|
+
relatedItems: List[SearchAllRelatedItemsResponseItemTypeDef]
|
|
1095
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1096
|
+
nextToken: NotRequired[str]
|
|
1097
|
+
|
|
1098
|
+
|
|
1067
1099
|
class SearchRelatedItemsResponseTypeDef(TypedDict):
|
|
1068
1100
|
relatedItems: List[SearchRelatedItemsResponseItemTypeDef]
|
|
1069
1101
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1070
1102
|
nextToken: NotRequired[str]
|
|
1071
1103
|
|
|
1072
1104
|
|
|
1105
|
+
class RelatedItemInputContentTypeDef(TypedDict):
|
|
1106
|
+
contact: NotRequired[ContactTypeDef]
|
|
1107
|
+
comment: NotRequired[CommentContentTypeDef]
|
|
1108
|
+
file: NotRequired[FileContentTypeDef]
|
|
1109
|
+
sla: NotRequired[SlaInputContentTypeDef]
|
|
1110
|
+
connectCase: NotRequired[ConnectCaseInputContentTypeDef]
|
|
1111
|
+
custom: NotRequired[CustomInputContentTypeDef]
|
|
1112
|
+
|
|
1113
|
+
|
|
1073
1114
|
CaseFilterPaginatorTypeDef = TypedDict(
|
|
1074
1115
|
"CaseFilterPaginatorTypeDef",
|
|
1075
1116
|
{
|
|
1076
|
-
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1077
1117
|
"field": NotRequired[FieldFilterTypeDef],
|
|
1078
1118
|
"not": NotRequired[Mapping[str, Any]],
|
|
1119
|
+
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1079
1120
|
"orAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1080
1121
|
},
|
|
1081
1122
|
)
|
|
1082
1123
|
CaseFilterTypeDef = TypedDict(
|
|
1083
1124
|
"CaseFilterTypeDef",
|
|
1084
1125
|
{
|
|
1126
|
+
"field": NotRequired[FieldFilterTypeDef],
|
|
1127
|
+
"not": NotRequired[Mapping[str, Any]],
|
|
1085
1128
|
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1129
|
+
"orAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1130
|
+
},
|
|
1131
|
+
)
|
|
1132
|
+
CustomFieldsFilterPaginatorTypeDef = TypedDict(
|
|
1133
|
+
"CustomFieldsFilterPaginatorTypeDef",
|
|
1134
|
+
{
|
|
1086
1135
|
"field": NotRequired[FieldFilterTypeDef],
|
|
1087
1136
|
"not": NotRequired[Mapping[str, Any]],
|
|
1137
|
+
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1088
1138
|
"orAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1089
1139
|
},
|
|
1090
1140
|
)
|
|
1091
|
-
|
|
1092
|
-
"
|
|
1141
|
+
CustomFieldsFilterTypeDef = TypedDict(
|
|
1142
|
+
"CustomFieldsFilterTypeDef",
|
|
1093
1143
|
{
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1098
|
-
"performedBy": NotRequired[UserUnionTypeDef],
|
|
1144
|
+
"field": NotRequired[FieldFilterTypeDef],
|
|
1145
|
+
"not": NotRequired[Mapping[str, Any]],
|
|
1146
|
+
"andAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1147
|
+
"orAll": NotRequired[Sequence[Mapping[str, Any]]],
|
|
1099
1148
|
},
|
|
1100
1149
|
)
|
|
1101
1150
|
|
|
@@ -1114,34 +1163,44 @@ class CreateCaseRuleRequestTypeDef(TypedDict):
|
|
|
1114
1163
|
|
|
1115
1164
|
|
|
1116
1165
|
class UpdateCaseRuleRequestTypeDef(TypedDict):
|
|
1117
|
-
caseRuleId: str
|
|
1118
1166
|
domainId: str
|
|
1119
|
-
|
|
1167
|
+
caseRuleId: str
|
|
1120
1168
|
name: NotRequired[str]
|
|
1169
|
+
description: NotRequired[str]
|
|
1121
1170
|
rule: NotRequired[CaseRuleDetailsUnionTypeDef]
|
|
1122
1171
|
|
|
1123
1172
|
|
|
1124
1173
|
class GetLayoutResponseTypeDef(TypedDict):
|
|
1125
|
-
content: LayoutContentOutputTypeDef
|
|
1126
|
-
createdTime: datetime
|
|
1127
|
-
deleted: bool
|
|
1128
|
-
lastModifiedTime: datetime
|
|
1129
|
-
layoutArn: str
|
|
1130
1174
|
layoutId: str
|
|
1175
|
+
layoutArn: str
|
|
1131
1176
|
name: str
|
|
1177
|
+
content: LayoutContentOutputTypeDef
|
|
1132
1178
|
tags: Dict[str, str]
|
|
1179
|
+
deleted: bool
|
|
1180
|
+
createdTime: datetime
|
|
1181
|
+
lastModifiedTime: datetime
|
|
1133
1182
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1134
1183
|
|
|
1135
1184
|
|
|
1136
1185
|
LayoutContentUnionTypeDef = Union[LayoutContentTypeDef, LayoutContentOutputTypeDef]
|
|
1186
|
+
CreateRelatedItemRequestTypeDef = TypedDict(
|
|
1187
|
+
"CreateRelatedItemRequestTypeDef",
|
|
1188
|
+
{
|
|
1189
|
+
"domainId": str,
|
|
1190
|
+
"caseId": str,
|
|
1191
|
+
"type": RelatedItemTypeType,
|
|
1192
|
+
"content": RelatedItemInputContentTypeDef,
|
|
1193
|
+
"performedBy": NotRequired[UserUnionTypeDef],
|
|
1194
|
+
},
|
|
1195
|
+
)
|
|
1137
1196
|
SearchCasesRequestPaginateTypeDef = TypedDict(
|
|
1138
1197
|
"SearchCasesRequestPaginateTypeDef",
|
|
1139
1198
|
{
|
|
1140
1199
|
"domainId": str,
|
|
1141
|
-
"fields": NotRequired[Sequence[FieldIdentifierTypeDef]],
|
|
1142
|
-
"filter": NotRequired[CaseFilterPaginatorTypeDef],
|
|
1143
1200
|
"searchTerm": NotRequired[str],
|
|
1201
|
+
"filter": NotRequired[CaseFilterPaginatorTypeDef],
|
|
1144
1202
|
"sorts": NotRequired[Sequence[SortTypeDef]],
|
|
1203
|
+
"fields": NotRequired[Sequence[FieldIdentifierTypeDef]],
|
|
1145
1204
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1146
1205
|
},
|
|
1147
1206
|
)
|
|
@@ -1149,24 +1208,80 @@ SearchCasesRequestTypeDef = TypedDict(
|
|
|
1149
1208
|
"SearchCasesRequestTypeDef",
|
|
1150
1209
|
{
|
|
1151
1210
|
"domainId": str,
|
|
1152
|
-
"fields": NotRequired[Sequence[FieldIdentifierTypeDef]],
|
|
1153
|
-
"filter": NotRequired[CaseFilterTypeDef],
|
|
1154
1211
|
"maxResults": NotRequired[int],
|
|
1155
1212
|
"nextToken": NotRequired[str],
|
|
1156
1213
|
"searchTerm": NotRequired[str],
|
|
1214
|
+
"filter": NotRequired[CaseFilterTypeDef],
|
|
1157
1215
|
"sorts": NotRequired[Sequence[SortTypeDef]],
|
|
1216
|
+
"fields": NotRequired[Sequence[FieldIdentifierTypeDef]],
|
|
1158
1217
|
},
|
|
1159
1218
|
)
|
|
1160
1219
|
|
|
1161
1220
|
|
|
1221
|
+
class CustomFilterPaginatorTypeDef(TypedDict):
|
|
1222
|
+
fields: NotRequired[CustomFieldsFilterPaginatorTypeDef]
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
class CustomFilterTypeDef(TypedDict):
|
|
1226
|
+
fields: NotRequired[CustomFieldsFilterTypeDef]
|
|
1227
|
+
|
|
1228
|
+
|
|
1162
1229
|
class CreateLayoutRequestTypeDef(TypedDict):
|
|
1163
|
-
content: LayoutContentUnionTypeDef
|
|
1164
1230
|
domainId: str
|
|
1165
1231
|
name: str
|
|
1232
|
+
content: LayoutContentUnionTypeDef
|
|
1166
1233
|
|
|
1167
1234
|
|
|
1168
1235
|
class UpdateLayoutRequestTypeDef(TypedDict):
|
|
1169
1236
|
domainId: str
|
|
1170
1237
|
layoutId: str
|
|
1171
|
-
content: NotRequired[LayoutContentUnionTypeDef]
|
|
1172
1238
|
name: NotRequired[str]
|
|
1239
|
+
content: NotRequired[LayoutContentUnionTypeDef]
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
class RelatedItemTypeFilterPaginatorTypeDef(TypedDict):
|
|
1243
|
+
contact: NotRequired[ContactFilterTypeDef]
|
|
1244
|
+
comment: NotRequired[Mapping[str, Any]]
|
|
1245
|
+
file: NotRequired[FileFilterTypeDef]
|
|
1246
|
+
sla: NotRequired[SlaFilterTypeDef]
|
|
1247
|
+
connectCase: NotRequired[ConnectCaseFilterTypeDef]
|
|
1248
|
+
custom: NotRequired[CustomFilterPaginatorTypeDef]
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
class RelatedItemTypeFilterTypeDef(TypedDict):
|
|
1252
|
+
contact: NotRequired[ContactFilterTypeDef]
|
|
1253
|
+
comment: NotRequired[Mapping[str, Any]]
|
|
1254
|
+
file: NotRequired[FileFilterTypeDef]
|
|
1255
|
+
sla: NotRequired[SlaFilterTypeDef]
|
|
1256
|
+
connectCase: NotRequired[ConnectCaseFilterTypeDef]
|
|
1257
|
+
custom: NotRequired[CustomFilterTypeDef]
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
class SearchAllRelatedItemsRequestPaginateTypeDef(TypedDict):
|
|
1261
|
+
domainId: str
|
|
1262
|
+
filters: NotRequired[Sequence[RelatedItemTypeFilterPaginatorTypeDef]]
|
|
1263
|
+
sorts: NotRequired[Sequence[SearchAllRelatedItemsSortTypeDef]]
|
|
1264
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
class SearchRelatedItemsRequestPaginateTypeDef(TypedDict):
|
|
1268
|
+
domainId: str
|
|
1269
|
+
caseId: str
|
|
1270
|
+
filters: NotRequired[Sequence[RelatedItemTypeFilterPaginatorTypeDef]]
|
|
1271
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
class SearchAllRelatedItemsRequestTypeDef(TypedDict):
|
|
1275
|
+
domainId: str
|
|
1276
|
+
maxResults: NotRequired[int]
|
|
1277
|
+
nextToken: NotRequired[str]
|
|
1278
|
+
filters: NotRequired[Sequence[RelatedItemTypeFilterTypeDef]]
|
|
1279
|
+
sorts: NotRequired[Sequence[SearchAllRelatedItemsSortTypeDef]]
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
class SearchRelatedItemsRequestTypeDef(TypedDict):
|
|
1283
|
+
domainId: str
|
|
1284
|
+
caseId: str
|
|
1285
|
+
maxResults: NotRequired[int]
|
|
1286
|
+
nextToken: NotRequired[str]
|
|
1287
|
+
filters: NotRequired[Sequence[RelatedItemTypeFilterTypeDef]]
|