types-boto3-connectcases 1.35.93__py3-none-any.whl → 1.36.15__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 +14 -4
- types_boto3_connectcases/__init__.pyi +14 -4
- types_boto3_connectcases/__main__.py +4 -4
- types_boto3_connectcases/client.py +136 -83
- types_boto3_connectcases/client.pyi +136 -83
- types_boto3_connectcases/literals.py +7 -5
- types_boto3_connectcases/literals.pyi +7 -5
- types_boto3_connectcases/paginator.py +28 -3
- types_boto3_connectcases/paginator.pyi +25 -3
- types_boto3_connectcases/type_defs.py +329 -160
- types_boto3_connectcases/type_defs.pyi +299 -151
- types_boto3_connectcases/version.py +1 -1
- {types_boto3_connectcases-1.35.93.dist-info → types_boto3_connectcases-1.36.15.dist-info}/METADATA +26 -8
- types_boto3_connectcases-1.36.15.dist-info/RECORD +18 -0
- {types_boto3_connectcases-1.35.93.dist-info → types_boto3_connectcases-1.36.15.dist-info}/WHEEL +1 -1
- types_boto3_connectcases-1.35.93.dist-info/RECORD +0 -18
- {types_boto3_connectcases-1.35.93.dist-info → types_boto3_connectcases-1.36.15.dist-info}/LICENSE +0 -0
- {types_boto3_connectcases-1.35.93.dist-info → types_boto3_connectcases-1.36.15.dist-info}/top_level.txt +0 -0
|
@@ -3,6 +3,8 @@ Type annotations for connectcases service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/type_defs/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AuditEventFieldValueUnionTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -49,123 +49,145 @@ __all__ = (
|
|
|
49
49
|
"AuditEventTypeDef",
|
|
50
50
|
"BasicLayoutOutputTypeDef",
|
|
51
51
|
"BasicLayoutTypeDef",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
52
|
+
"BatchGetCaseRuleRequestTypeDef",
|
|
53
|
+
"BatchGetCaseRuleResponseTypeDef",
|
|
54
|
+
"BatchGetFieldRequestTypeDef",
|
|
54
55
|
"BatchGetFieldResponseTypeDef",
|
|
55
|
-
"
|
|
56
|
+
"BatchPutFieldOptionsRequestTypeDef",
|
|
56
57
|
"BatchPutFieldOptionsResponseTypeDef",
|
|
58
|
+
"BooleanConditionOutputTypeDef",
|
|
59
|
+
"BooleanConditionTypeDef",
|
|
60
|
+
"BooleanOperandsOutputTypeDef",
|
|
61
|
+
"BooleanOperandsTypeDef",
|
|
57
62
|
"CaseEventIncludedDataOutputTypeDef",
|
|
58
63
|
"CaseEventIncludedDataTypeDef",
|
|
59
|
-
"CaseEventIncludedDataUnionTypeDef",
|
|
60
64
|
"CaseFilterPaginatorTypeDef",
|
|
61
65
|
"CaseFilterTypeDef",
|
|
66
|
+
"CaseRuleDetailsOutputTypeDef",
|
|
67
|
+
"CaseRuleDetailsTypeDef",
|
|
68
|
+
"CaseRuleDetailsUnionTypeDef",
|
|
69
|
+
"CaseRuleErrorTypeDef",
|
|
70
|
+
"CaseRuleIdentifierTypeDef",
|
|
71
|
+
"CaseRuleSummaryTypeDef",
|
|
62
72
|
"CaseSummaryTypeDef",
|
|
63
73
|
"CommentContentTypeDef",
|
|
64
74
|
"ContactContentTypeDef",
|
|
65
75
|
"ContactFilterTypeDef",
|
|
66
76
|
"ContactTypeDef",
|
|
67
|
-
"
|
|
77
|
+
"CreateCaseRequestTypeDef",
|
|
68
78
|
"CreateCaseResponseTypeDef",
|
|
69
|
-
"
|
|
79
|
+
"CreateCaseRuleRequestTypeDef",
|
|
80
|
+
"CreateCaseRuleResponseTypeDef",
|
|
81
|
+
"CreateDomainRequestTypeDef",
|
|
70
82
|
"CreateDomainResponseTypeDef",
|
|
71
|
-
"
|
|
83
|
+
"CreateFieldRequestTypeDef",
|
|
72
84
|
"CreateFieldResponseTypeDef",
|
|
73
|
-
"
|
|
85
|
+
"CreateLayoutRequestTypeDef",
|
|
74
86
|
"CreateLayoutResponseTypeDef",
|
|
75
|
-
"
|
|
87
|
+
"CreateRelatedItemRequestTypeDef",
|
|
76
88
|
"CreateRelatedItemResponseTypeDef",
|
|
77
|
-
"
|
|
89
|
+
"CreateTemplateRequestTypeDef",
|
|
78
90
|
"CreateTemplateResponseTypeDef",
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
91
|
+
"DeleteCaseRuleRequestTypeDef",
|
|
92
|
+
"DeleteDomainRequestTypeDef",
|
|
93
|
+
"DeleteFieldRequestTypeDef",
|
|
94
|
+
"DeleteLayoutRequestTypeDef",
|
|
95
|
+
"DeleteTemplateRequestTypeDef",
|
|
83
96
|
"DomainSummaryTypeDef",
|
|
84
97
|
"EmptyResponseMetadataTypeDef",
|
|
85
98
|
"EventBridgeConfigurationOutputTypeDef",
|
|
86
99
|
"EventBridgeConfigurationTypeDef",
|
|
100
|
+
"EventBridgeConfigurationUnionTypeDef",
|
|
87
101
|
"EventIncludedDataOutputTypeDef",
|
|
88
102
|
"EventIncludedDataTypeDef",
|
|
89
|
-
"EventIncludedDataUnionTypeDef",
|
|
90
103
|
"FieldErrorTypeDef",
|
|
91
104
|
"FieldFilterTypeDef",
|
|
92
105
|
"FieldGroupOutputTypeDef",
|
|
93
106
|
"FieldGroupTypeDef",
|
|
94
|
-
"FieldGroupUnionTypeDef",
|
|
95
107
|
"FieldIdentifierTypeDef",
|
|
96
108
|
"FieldItemTypeDef",
|
|
97
109
|
"FieldOptionErrorTypeDef",
|
|
98
110
|
"FieldOptionTypeDef",
|
|
99
111
|
"FieldSummaryTypeDef",
|
|
100
|
-
"FieldValueExtraUnionTypeDef",
|
|
101
112
|
"FieldValueOutputTypeDef",
|
|
102
113
|
"FieldValueTypeDef",
|
|
114
|
+
"FieldValueUnionExtraTypeDef",
|
|
103
115
|
"FieldValueUnionOutputTypeDef",
|
|
104
116
|
"FieldValueUnionTypeDef",
|
|
105
117
|
"FieldValueUnionUnionTypeDef",
|
|
106
118
|
"FileContentTypeDef",
|
|
107
119
|
"FileFilterTypeDef",
|
|
108
|
-
"
|
|
120
|
+
"GetCaseAuditEventsRequestTypeDef",
|
|
109
121
|
"GetCaseAuditEventsResponseTypeDef",
|
|
110
|
-
"
|
|
122
|
+
"GetCaseEventConfigurationRequestTypeDef",
|
|
111
123
|
"GetCaseEventConfigurationResponseTypeDef",
|
|
112
|
-
"
|
|
124
|
+
"GetCaseRequestTypeDef",
|
|
113
125
|
"GetCaseResponseTypeDef",
|
|
114
|
-
"
|
|
126
|
+
"GetCaseRuleResponseTypeDef",
|
|
127
|
+
"GetDomainRequestTypeDef",
|
|
115
128
|
"GetDomainResponseTypeDef",
|
|
116
129
|
"GetFieldResponseTypeDef",
|
|
117
|
-
"
|
|
130
|
+
"GetLayoutRequestTypeDef",
|
|
118
131
|
"GetLayoutResponseTypeDef",
|
|
119
|
-
"
|
|
132
|
+
"GetTemplateRequestTypeDef",
|
|
120
133
|
"GetTemplateResponseTypeDef",
|
|
121
134
|
"LayoutConfigurationTypeDef",
|
|
122
135
|
"LayoutContentOutputTypeDef",
|
|
123
136
|
"LayoutContentTypeDef",
|
|
137
|
+
"LayoutContentUnionTypeDef",
|
|
124
138
|
"LayoutSectionsOutputTypeDef",
|
|
125
139
|
"LayoutSectionsTypeDef",
|
|
126
|
-
"LayoutSectionsUnionTypeDef",
|
|
127
140
|
"LayoutSummaryTypeDef",
|
|
128
|
-
"
|
|
141
|
+
"ListCaseRulesRequestPaginateTypeDef",
|
|
142
|
+
"ListCaseRulesRequestTypeDef",
|
|
143
|
+
"ListCaseRulesResponseTypeDef",
|
|
144
|
+
"ListCasesForContactRequestTypeDef",
|
|
129
145
|
"ListCasesForContactResponseTypeDef",
|
|
130
|
-
"
|
|
146
|
+
"ListDomainsRequestTypeDef",
|
|
131
147
|
"ListDomainsResponseTypeDef",
|
|
132
|
-
"
|
|
148
|
+
"ListFieldOptionsRequestTypeDef",
|
|
133
149
|
"ListFieldOptionsResponseTypeDef",
|
|
134
|
-
"
|
|
150
|
+
"ListFieldsRequestTypeDef",
|
|
135
151
|
"ListFieldsResponseTypeDef",
|
|
136
|
-
"
|
|
152
|
+
"ListLayoutsRequestTypeDef",
|
|
137
153
|
"ListLayoutsResponseTypeDef",
|
|
138
|
-
"
|
|
154
|
+
"ListTagsForResourceRequestTypeDef",
|
|
139
155
|
"ListTagsForResourceResponseTypeDef",
|
|
140
|
-
"
|
|
156
|
+
"ListTemplatesRequestTypeDef",
|
|
141
157
|
"ListTemplatesResponseTypeDef",
|
|
158
|
+
"OperandOneTypeDef",
|
|
159
|
+
"OperandTwoOutputTypeDef",
|
|
160
|
+
"OperandTwoTypeDef",
|
|
142
161
|
"PaginatorConfigTypeDef",
|
|
143
|
-
"
|
|
162
|
+
"PutCaseEventConfigurationRequestTypeDef",
|
|
144
163
|
"RelatedItemContentTypeDef",
|
|
145
164
|
"RelatedItemEventIncludedDataTypeDef",
|
|
146
165
|
"RelatedItemInputContentTypeDef",
|
|
147
166
|
"RelatedItemTypeFilterTypeDef",
|
|
167
|
+
"RequiredCaseRuleOutputTypeDef",
|
|
168
|
+
"RequiredCaseRuleTypeDef",
|
|
148
169
|
"RequiredFieldTypeDef",
|
|
149
170
|
"ResponseMetadataTypeDef",
|
|
150
171
|
"SearchCasesRequestPaginateTypeDef",
|
|
151
|
-
"
|
|
172
|
+
"SearchCasesRequestTypeDef",
|
|
152
173
|
"SearchCasesResponseItemTypeDef",
|
|
153
174
|
"SearchCasesResponseTypeDef",
|
|
154
175
|
"SearchRelatedItemsRequestPaginateTypeDef",
|
|
155
|
-
"
|
|
176
|
+
"SearchRelatedItemsRequestTypeDef",
|
|
156
177
|
"SearchRelatedItemsResponseItemTypeDef",
|
|
157
178
|
"SearchRelatedItemsResponseTypeDef",
|
|
158
179
|
"SectionOutputTypeDef",
|
|
159
180
|
"SectionTypeDef",
|
|
160
|
-
"SectionUnionTypeDef",
|
|
161
181
|
"SortTypeDef",
|
|
162
|
-
"
|
|
182
|
+
"TagResourceRequestTypeDef",
|
|
183
|
+
"TemplateRuleTypeDef",
|
|
163
184
|
"TemplateSummaryTypeDef",
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
185
|
+
"UntagResourceRequestTypeDef",
|
|
186
|
+
"UpdateCaseRequestTypeDef",
|
|
187
|
+
"UpdateCaseRuleRequestTypeDef",
|
|
188
|
+
"UpdateFieldRequestTypeDef",
|
|
189
|
+
"UpdateLayoutRequestTypeDef",
|
|
190
|
+
"UpdateTemplateRequestTypeDef",
|
|
169
191
|
"UserUnionTypeDef",
|
|
170
192
|
)
|
|
171
193
|
|
|
@@ -182,6 +204,30 @@ class UserUnionTypeDef(TypedDict):
|
|
|
182
204
|
userArn: NotRequired[str]
|
|
183
205
|
|
|
184
206
|
|
|
207
|
+
CaseRuleIdentifierTypeDef = TypedDict(
|
|
208
|
+
"CaseRuleIdentifierTypeDef",
|
|
209
|
+
{
|
|
210
|
+
"id": str,
|
|
211
|
+
},
|
|
212
|
+
)
|
|
213
|
+
CaseRuleErrorTypeDef = TypedDict(
|
|
214
|
+
"CaseRuleErrorTypeDef",
|
|
215
|
+
{
|
|
216
|
+
"errorCode": str,
|
|
217
|
+
"id": str,
|
|
218
|
+
"message": NotRequired[str],
|
|
219
|
+
},
|
|
220
|
+
)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
class ResponseMetadataTypeDef(TypedDict):
|
|
224
|
+
RequestId: str
|
|
225
|
+
HTTPStatusCode: int
|
|
226
|
+
HTTPHeaders: Dict[str, str]
|
|
227
|
+
RetryAttempts: int
|
|
228
|
+
HostId: NotRequired[str]
|
|
229
|
+
|
|
230
|
+
|
|
185
231
|
FieldIdentifierTypeDef = TypedDict(
|
|
186
232
|
"FieldIdentifierTypeDef",
|
|
187
233
|
{
|
|
@@ -213,14 +259,6 @@ GetFieldResponseTypeDef = TypedDict(
|
|
|
213
259
|
)
|
|
214
260
|
|
|
215
261
|
|
|
216
|
-
class ResponseMetadataTypeDef(TypedDict):
|
|
217
|
-
RequestId: str
|
|
218
|
-
HTTPStatusCode: int
|
|
219
|
-
HTTPHeaders: Dict[str, str]
|
|
220
|
-
RetryAttempts: int
|
|
221
|
-
HostId: NotRequired[str]
|
|
222
|
-
|
|
223
|
-
|
|
224
262
|
class FieldOptionTypeDef(TypedDict):
|
|
225
263
|
active: bool
|
|
226
264
|
name: str
|
|
@@ -233,6 +271,32 @@ class FieldOptionErrorTypeDef(TypedDict):
|
|
|
233
271
|
value: str
|
|
234
272
|
|
|
235
273
|
|
|
274
|
+
class OperandOneTypeDef(TypedDict):
|
|
275
|
+
fieldId: NotRequired[str]
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
class OperandTwoOutputTypeDef(TypedDict):
|
|
279
|
+
booleanValue: NotRequired[bool]
|
|
280
|
+
doubleValue: NotRequired[float]
|
|
281
|
+
emptyValue: NotRequired[Dict[str, Any]]
|
|
282
|
+
stringValue: NotRequired[str]
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
class OperandTwoTypeDef(TypedDict):
|
|
286
|
+
booleanValue: NotRequired[bool]
|
|
287
|
+
doubleValue: NotRequired[float]
|
|
288
|
+
emptyValue: NotRequired[Mapping[str, Any]]
|
|
289
|
+
stringValue: NotRequired[str]
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
class CaseRuleSummaryTypeDef(TypedDict):
|
|
293
|
+
caseRuleArn: str
|
|
294
|
+
caseRuleId: str
|
|
295
|
+
name: str
|
|
296
|
+
ruleType: Literal["Required"]
|
|
297
|
+
description: NotRequired[str]
|
|
298
|
+
|
|
299
|
+
|
|
236
300
|
class CaseSummaryTypeDef(TypedDict):
|
|
237
301
|
caseId: str
|
|
238
302
|
templateId: str
|
|
@@ -258,12 +322,12 @@ class ContactTypeDef(TypedDict):
|
|
|
258
322
|
contactArn: str
|
|
259
323
|
|
|
260
324
|
|
|
261
|
-
class
|
|
325
|
+
class CreateDomainRequestTypeDef(TypedDict):
|
|
262
326
|
name: str
|
|
263
327
|
|
|
264
328
|
|
|
265
|
-
|
|
266
|
-
"
|
|
329
|
+
CreateFieldRequestTypeDef = TypedDict(
|
|
330
|
+
"CreateFieldRequestTypeDef",
|
|
267
331
|
{
|
|
268
332
|
"domainId": str,
|
|
269
333
|
"name": str,
|
|
@@ -281,21 +345,31 @@ class RequiredFieldTypeDef(TypedDict):
|
|
|
281
345
|
fieldId: str
|
|
282
346
|
|
|
283
347
|
|
|
284
|
-
class
|
|
348
|
+
class TemplateRuleTypeDef(TypedDict):
|
|
349
|
+
caseRuleId: str
|
|
350
|
+
fieldId: str
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
class DeleteCaseRuleRequestTypeDef(TypedDict):
|
|
354
|
+
caseRuleId: str
|
|
355
|
+
domainId: str
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
class DeleteDomainRequestTypeDef(TypedDict):
|
|
285
359
|
domainId: str
|
|
286
360
|
|
|
287
361
|
|
|
288
|
-
class
|
|
362
|
+
class DeleteFieldRequestTypeDef(TypedDict):
|
|
289
363
|
domainId: str
|
|
290
364
|
fieldId: str
|
|
291
365
|
|
|
292
366
|
|
|
293
|
-
class
|
|
367
|
+
class DeleteLayoutRequestTypeDef(TypedDict):
|
|
294
368
|
domainId: str
|
|
295
369
|
layoutId: str
|
|
296
370
|
|
|
297
371
|
|
|
298
|
-
class
|
|
372
|
+
class DeleteTemplateRequestTypeDef(TypedDict):
|
|
299
373
|
domainId: str
|
|
300
374
|
templateId: str
|
|
301
375
|
|
|
@@ -352,27 +426,27 @@ class FileFilterTypeDef(TypedDict):
|
|
|
352
426
|
fileArn: NotRequired[str]
|
|
353
427
|
|
|
354
428
|
|
|
355
|
-
class
|
|
429
|
+
class GetCaseAuditEventsRequestTypeDef(TypedDict):
|
|
356
430
|
caseId: str
|
|
357
431
|
domainId: str
|
|
358
432
|
maxResults: NotRequired[int]
|
|
359
433
|
nextToken: NotRequired[str]
|
|
360
434
|
|
|
361
435
|
|
|
362
|
-
class
|
|
436
|
+
class GetCaseEventConfigurationRequestTypeDef(TypedDict):
|
|
363
437
|
domainId: str
|
|
364
438
|
|
|
365
439
|
|
|
366
|
-
class
|
|
440
|
+
class GetDomainRequestTypeDef(TypedDict):
|
|
367
441
|
domainId: str
|
|
368
442
|
|
|
369
443
|
|
|
370
|
-
class
|
|
444
|
+
class GetLayoutRequestTypeDef(TypedDict):
|
|
371
445
|
domainId: str
|
|
372
446
|
layoutId: str
|
|
373
447
|
|
|
374
448
|
|
|
375
|
-
class
|
|
449
|
+
class GetTemplateRequestTypeDef(TypedDict):
|
|
376
450
|
domainId: str
|
|
377
451
|
templateId: str
|
|
378
452
|
|
|
@@ -383,19 +457,31 @@ class LayoutSummaryTypeDef(TypedDict):
|
|
|
383
457
|
name: str
|
|
384
458
|
|
|
385
459
|
|
|
386
|
-
class
|
|
460
|
+
class PaginatorConfigTypeDef(TypedDict):
|
|
461
|
+
MaxItems: NotRequired[int]
|
|
462
|
+
PageSize: NotRequired[int]
|
|
463
|
+
StartingToken: NotRequired[str]
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
class ListCaseRulesRequestTypeDef(TypedDict):
|
|
467
|
+
domainId: str
|
|
468
|
+
maxResults: NotRequired[int]
|
|
469
|
+
nextToken: NotRequired[str]
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
class ListCasesForContactRequestTypeDef(TypedDict):
|
|
387
473
|
contactArn: str
|
|
388
474
|
domainId: str
|
|
389
475
|
maxResults: NotRequired[int]
|
|
390
476
|
nextToken: NotRequired[str]
|
|
391
477
|
|
|
392
478
|
|
|
393
|
-
class
|
|
479
|
+
class ListDomainsRequestTypeDef(TypedDict):
|
|
394
480
|
maxResults: NotRequired[int]
|
|
395
481
|
nextToken: NotRequired[str]
|
|
396
482
|
|
|
397
483
|
|
|
398
|
-
class
|
|
484
|
+
class ListFieldOptionsRequestTypeDef(TypedDict):
|
|
399
485
|
domainId: str
|
|
400
486
|
fieldId: str
|
|
401
487
|
maxResults: NotRequired[int]
|
|
@@ -403,23 +489,23 @@ class ListFieldOptionsRequestRequestTypeDef(TypedDict):
|
|
|
403
489
|
values: NotRequired[Sequence[str]]
|
|
404
490
|
|
|
405
491
|
|
|
406
|
-
class
|
|
492
|
+
class ListFieldsRequestTypeDef(TypedDict):
|
|
407
493
|
domainId: str
|
|
408
494
|
maxResults: NotRequired[int]
|
|
409
495
|
nextToken: NotRequired[str]
|
|
410
496
|
|
|
411
497
|
|
|
412
|
-
class
|
|
498
|
+
class ListLayoutsRequestTypeDef(TypedDict):
|
|
413
499
|
domainId: str
|
|
414
500
|
maxResults: NotRequired[int]
|
|
415
501
|
nextToken: NotRequired[str]
|
|
416
502
|
|
|
417
503
|
|
|
418
|
-
class
|
|
504
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
419
505
|
arn: str
|
|
420
506
|
|
|
421
507
|
|
|
422
|
-
class
|
|
508
|
+
class ListTemplatesRequestTypeDef(TypedDict):
|
|
423
509
|
domainId: str
|
|
424
510
|
maxResults: NotRequired[int]
|
|
425
511
|
nextToken: NotRequired[str]
|
|
@@ -433,28 +519,22 @@ class TemplateSummaryTypeDef(TypedDict):
|
|
|
433
519
|
templateId: str
|
|
434
520
|
|
|
435
521
|
|
|
436
|
-
class PaginatorConfigTypeDef(TypedDict):
|
|
437
|
-
MaxItems: NotRequired[int]
|
|
438
|
-
PageSize: NotRequired[int]
|
|
439
|
-
StartingToken: NotRequired[str]
|
|
440
|
-
|
|
441
|
-
|
|
442
522
|
class SortTypeDef(TypedDict):
|
|
443
523
|
fieldId: str
|
|
444
524
|
sortOrder: OrderType
|
|
445
525
|
|
|
446
526
|
|
|
447
|
-
class
|
|
527
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
448
528
|
arn: str
|
|
449
529
|
tags: Mapping[str, str]
|
|
450
530
|
|
|
451
531
|
|
|
452
|
-
class
|
|
532
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
453
533
|
arn: str
|
|
454
534
|
tagKeys: Sequence[str]
|
|
455
535
|
|
|
456
536
|
|
|
457
|
-
class
|
|
537
|
+
class UpdateFieldRequestTypeDef(TypedDict):
|
|
458
538
|
domainId: str
|
|
459
539
|
fieldId: str
|
|
460
540
|
description: NotRequired[str]
|
|
@@ -472,35 +552,20 @@ class AuditEventPerformedByTypeDef(TypedDict):
|
|
|
472
552
|
user: NotRequired[UserUnionTypeDef]
|
|
473
553
|
|
|
474
554
|
|
|
475
|
-
class
|
|
555
|
+
class BatchGetCaseRuleRequestTypeDef(TypedDict):
|
|
556
|
+
caseRules: Sequence[CaseRuleIdentifierTypeDef]
|
|
476
557
|
domainId: str
|
|
477
|
-
fields: Sequence[FieldIdentifierTypeDef]
|
|
478
558
|
|
|
479
559
|
|
|
480
|
-
class
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
class CaseEventIncludedDataTypeDef(TypedDict):
|
|
485
|
-
fields: Sequence[FieldIdentifierTypeDef]
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
class GetCaseRequestRequestTypeDef(TypedDict):
|
|
560
|
+
class CreateCaseResponseTypeDef(TypedDict):
|
|
561
|
+
caseArn: str
|
|
489
562
|
caseId: str
|
|
490
|
-
domainId: str
|
|
491
|
-
fields: Sequence[FieldIdentifierTypeDef]
|
|
492
|
-
nextToken: NotRequired[str]
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
class BatchGetFieldResponseTypeDef(TypedDict):
|
|
496
|
-
errors: List[FieldErrorTypeDef]
|
|
497
|
-
fields: List[GetFieldResponseTypeDef]
|
|
498
563
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
499
564
|
|
|
500
565
|
|
|
501
|
-
class
|
|
502
|
-
|
|
503
|
-
|
|
566
|
+
class CreateCaseRuleResponseTypeDef(TypedDict):
|
|
567
|
+
caseRuleArn: str
|
|
568
|
+
caseRuleId: str
|
|
504
569
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
505
570
|
|
|
506
571
|
|
|
@@ -554,7 +619,33 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
554
619
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
555
620
|
|
|
556
621
|
|
|
557
|
-
class
|
|
622
|
+
class BatchGetFieldRequestTypeDef(TypedDict):
|
|
623
|
+
domainId: str
|
|
624
|
+
fields: Sequence[FieldIdentifierTypeDef]
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
class CaseEventIncludedDataOutputTypeDef(TypedDict):
|
|
628
|
+
fields: List[FieldIdentifierTypeDef]
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
class CaseEventIncludedDataTypeDef(TypedDict):
|
|
632
|
+
fields: Sequence[FieldIdentifierTypeDef]
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
class GetCaseRequestTypeDef(TypedDict):
|
|
636
|
+
caseId: str
|
|
637
|
+
domainId: str
|
|
638
|
+
fields: Sequence[FieldIdentifierTypeDef]
|
|
639
|
+
nextToken: NotRequired[str]
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
class BatchGetFieldResponseTypeDef(TypedDict):
|
|
643
|
+
errors: List[FieldErrorTypeDef]
|
|
644
|
+
fields: List[GetFieldResponseTypeDef]
|
|
645
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
class BatchPutFieldOptionsRequestTypeDef(TypedDict):
|
|
558
649
|
domainId: str
|
|
559
650
|
fieldId: str
|
|
560
651
|
options: Sequence[FieldOptionTypeDef]
|
|
@@ -571,18 +662,37 @@ class BatchPutFieldOptionsResponseTypeDef(TypedDict):
|
|
|
571
662
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
572
663
|
|
|
573
664
|
|
|
665
|
+
class BooleanOperandsOutputTypeDef(TypedDict):
|
|
666
|
+
operandOne: OperandOneTypeDef
|
|
667
|
+
operandTwo: OperandTwoOutputTypeDef
|
|
668
|
+
result: bool
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
class BooleanOperandsTypeDef(TypedDict):
|
|
672
|
+
operandOne: OperandOneTypeDef
|
|
673
|
+
operandTwo: OperandTwoTypeDef
|
|
674
|
+
result: bool
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
class ListCaseRulesResponseTypeDef(TypedDict):
|
|
678
|
+
caseRules: List[CaseRuleSummaryTypeDef]
|
|
679
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
680
|
+
nextToken: NotRequired[str]
|
|
681
|
+
|
|
682
|
+
|
|
574
683
|
class ListCasesForContactResponseTypeDef(TypedDict):
|
|
575
684
|
cases: List[CaseSummaryTypeDef]
|
|
576
685
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
577
686
|
nextToken: NotRequired[str]
|
|
578
687
|
|
|
579
688
|
|
|
580
|
-
class
|
|
689
|
+
class CreateTemplateRequestTypeDef(TypedDict):
|
|
581
690
|
domainId: str
|
|
582
691
|
name: str
|
|
583
692
|
description: NotRequired[str]
|
|
584
693
|
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
585
694
|
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
695
|
+
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
586
696
|
status: NotRequired[TemplateStatusType]
|
|
587
697
|
|
|
588
698
|
|
|
@@ -594,6 +704,7 @@ class GetTemplateResponseTypeDef(TypedDict):
|
|
|
594
704
|
layoutConfiguration: LayoutConfigurationTypeDef
|
|
595
705
|
name: str
|
|
596
706
|
requiredFields: List[RequiredFieldTypeDef]
|
|
707
|
+
rules: List[TemplateRuleTypeDef]
|
|
597
708
|
status: TemplateStatusType
|
|
598
709
|
tags: Dict[str, str]
|
|
599
710
|
templateArn: str
|
|
@@ -601,13 +712,14 @@ class GetTemplateResponseTypeDef(TypedDict):
|
|
|
601
712
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
602
713
|
|
|
603
714
|
|
|
604
|
-
class
|
|
715
|
+
class UpdateTemplateRequestTypeDef(TypedDict):
|
|
605
716
|
domainId: str
|
|
606
717
|
templateId: str
|
|
607
718
|
description: NotRequired[str]
|
|
608
719
|
layoutConfiguration: NotRequired[LayoutConfigurationTypeDef]
|
|
609
720
|
name: NotRequired[str]
|
|
610
721
|
requiredFields: NotRequired[Sequence[RequiredFieldTypeDef]]
|
|
722
|
+
rules: NotRequired[Sequence[TemplateRuleTypeDef]]
|
|
611
723
|
status: NotRequired[TemplateStatusType]
|
|
612
724
|
|
|
613
725
|
|
|
@@ -667,6 +779,11 @@ class ListLayoutsResponseTypeDef(TypedDict):
|
|
|
667
779
|
nextToken: NotRequired[str]
|
|
668
780
|
|
|
669
781
|
|
|
782
|
+
class ListCaseRulesRequestPaginateTypeDef(TypedDict):
|
|
783
|
+
domainId: str
|
|
784
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
785
|
+
|
|
786
|
+
|
|
670
787
|
class ListTemplatesResponseTypeDef(TypedDict):
|
|
671
788
|
templates: List[TemplateSummaryTypeDef]
|
|
672
789
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -691,16 +808,27 @@ class EventIncludedDataOutputTypeDef(TypedDict):
|
|
|
691
808
|
relatedItemData: NotRequired[RelatedItemEventIncludedDataTypeDef]
|
|
692
809
|
|
|
693
810
|
|
|
694
|
-
|
|
695
|
-
CaseEventIncludedDataTypeDef
|
|
696
|
-
]
|
|
811
|
+
class EventIncludedDataTypeDef(TypedDict):
|
|
812
|
+
caseData: NotRequired[CaseEventIncludedDataTypeDef]
|
|
813
|
+
relatedItemData: NotRequired[RelatedItemEventIncludedDataTypeDef]
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
class BooleanConditionOutputTypeDef(TypedDict):
|
|
817
|
+
equalTo: NotRequired[BooleanOperandsOutputTypeDef]
|
|
818
|
+
notEqualTo: NotRequired[BooleanOperandsOutputTypeDef]
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
class BooleanConditionTypeDef(TypedDict):
|
|
822
|
+
equalTo: NotRequired[BooleanOperandsTypeDef]
|
|
823
|
+
notEqualTo: NotRequired[BooleanOperandsTypeDef]
|
|
697
824
|
|
|
698
825
|
|
|
699
826
|
class SectionOutputTypeDef(TypedDict):
|
|
700
827
|
fieldGroup: NotRequired[FieldGroupOutputTypeDef]
|
|
701
828
|
|
|
702
829
|
|
|
703
|
-
|
|
830
|
+
class SectionTypeDef(TypedDict):
|
|
831
|
+
fieldGroup: NotRequired[FieldGroupTypeDef]
|
|
704
832
|
|
|
705
833
|
|
|
706
834
|
class GetCaseResponseTypeDef(TypedDict):
|
|
@@ -736,8 +864,8 @@ SearchRelatedItemsResponseItemTypeDef = TypedDict(
|
|
|
736
864
|
"tags": NotRequired[Dict[str, str]],
|
|
737
865
|
},
|
|
738
866
|
)
|
|
739
|
-
|
|
740
|
-
"
|
|
867
|
+
CreateRelatedItemRequestTypeDef = TypedDict(
|
|
868
|
+
"CreateRelatedItemRequestTypeDef",
|
|
741
869
|
{
|
|
742
870
|
"caseId": str,
|
|
743
871
|
"content": RelatedItemInputContentTypeDef,
|
|
@@ -755,7 +883,7 @@ class SearchRelatedItemsRequestPaginateTypeDef(TypedDict):
|
|
|
755
883
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
756
884
|
|
|
757
885
|
|
|
758
|
-
class
|
|
886
|
+
class SearchRelatedItemsRequestTypeDef(TypedDict):
|
|
759
887
|
caseId: str
|
|
760
888
|
domainId: str
|
|
761
889
|
filters: NotRequired[Sequence[RelatedItemTypeFilterTypeDef]]
|
|
@@ -774,17 +902,27 @@ class EventBridgeConfigurationOutputTypeDef(TypedDict):
|
|
|
774
902
|
includedData: NotRequired[EventIncludedDataOutputTypeDef]
|
|
775
903
|
|
|
776
904
|
|
|
777
|
-
class
|
|
778
|
-
|
|
779
|
-
|
|
905
|
+
class EventBridgeConfigurationTypeDef(TypedDict):
|
|
906
|
+
enabled: bool
|
|
907
|
+
includedData: NotRequired[EventIncludedDataTypeDef]
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
class RequiredCaseRuleOutputTypeDef(TypedDict):
|
|
911
|
+
conditions: List[BooleanConditionOutputTypeDef]
|
|
912
|
+
defaultValue: bool
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
class RequiredCaseRuleTypeDef(TypedDict):
|
|
916
|
+
conditions: Sequence[BooleanConditionTypeDef]
|
|
917
|
+
defaultValue: bool
|
|
780
918
|
|
|
781
919
|
|
|
782
920
|
class LayoutSectionsOutputTypeDef(TypedDict):
|
|
783
921
|
sections: NotRequired[List[SectionOutputTypeDef]]
|
|
784
922
|
|
|
785
923
|
|
|
786
|
-
class
|
|
787
|
-
|
|
924
|
+
class LayoutSectionsTypeDef(TypedDict):
|
|
925
|
+
sections: NotRequired[Sequence[SectionTypeDef]]
|
|
788
926
|
|
|
789
927
|
|
|
790
928
|
class SearchCasesResponseTypeDef(TypedDict):
|
|
@@ -793,14 +931,7 @@ class SearchCasesResponseTypeDef(TypedDict):
|
|
|
793
931
|
nextToken: NotRequired[str]
|
|
794
932
|
|
|
795
933
|
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
class UpdateCaseRequestRequestTypeDef(TypedDict):
|
|
800
|
-
caseId: str
|
|
801
|
-
domainId: str
|
|
802
|
-
fields: Sequence[FieldValueTypeDef]
|
|
803
|
-
performedBy: NotRequired[UserUnionTypeDef]
|
|
934
|
+
FieldValueUnionExtraTypeDef = Union[FieldValueTypeDef, FieldValueOutputTypeDef]
|
|
804
935
|
|
|
805
936
|
|
|
806
937
|
class SearchRelatedItemsResponseTypeDef(TypedDict):
|
|
@@ -814,7 +945,17 @@ class GetCaseEventConfigurationResponseTypeDef(TypedDict):
|
|
|
814
945
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
815
946
|
|
|
816
947
|
|
|
817
|
-
|
|
948
|
+
EventBridgeConfigurationUnionTypeDef = Union[
|
|
949
|
+
EventBridgeConfigurationTypeDef, EventBridgeConfigurationOutputTypeDef
|
|
950
|
+
]
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
class CaseRuleDetailsOutputTypeDef(TypedDict):
|
|
954
|
+
required: NotRequired[RequiredCaseRuleOutputTypeDef]
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
class CaseRuleDetailsTypeDef(TypedDict):
|
|
958
|
+
required: NotRequired[RequiredCaseRuleTypeDef]
|
|
818
959
|
|
|
819
960
|
|
|
820
961
|
class BasicLayoutOutputTypeDef(TypedDict):
|
|
@@ -822,37 +963,61 @@ class BasicLayoutOutputTypeDef(TypedDict):
|
|
|
822
963
|
topPanel: NotRequired[LayoutSectionsOutputTypeDef]
|
|
823
964
|
|
|
824
965
|
|
|
825
|
-
|
|
966
|
+
class BasicLayoutTypeDef(TypedDict):
|
|
967
|
+
moreInfo: NotRequired[LayoutSectionsTypeDef]
|
|
968
|
+
topPanel: NotRequired[LayoutSectionsTypeDef]
|
|
826
969
|
|
|
827
970
|
|
|
828
|
-
class
|
|
971
|
+
class CreateCaseRequestTypeDef(TypedDict):
|
|
829
972
|
domainId: str
|
|
830
|
-
fields: Sequence[
|
|
973
|
+
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
831
974
|
templateId: str
|
|
832
975
|
clientToken: NotRequired[str]
|
|
833
976
|
performedBy: NotRequired[UserUnionTypeDef]
|
|
834
977
|
|
|
835
978
|
|
|
836
979
|
class FieldFilterTypeDef(TypedDict):
|
|
837
|
-
contains: NotRequired[
|
|
838
|
-
equalTo: NotRequired[
|
|
839
|
-
greaterThan: NotRequired[
|
|
840
|
-
greaterThanOrEqualTo: NotRequired[
|
|
841
|
-
lessThan: NotRequired[
|
|
842
|
-
lessThanOrEqualTo: NotRequired[
|
|
980
|
+
contains: NotRequired[FieldValueUnionExtraTypeDef]
|
|
981
|
+
equalTo: NotRequired[FieldValueUnionExtraTypeDef]
|
|
982
|
+
greaterThan: NotRequired[FieldValueUnionExtraTypeDef]
|
|
983
|
+
greaterThanOrEqualTo: NotRequired[FieldValueUnionExtraTypeDef]
|
|
984
|
+
lessThan: NotRequired[FieldValueUnionExtraTypeDef]
|
|
985
|
+
lessThanOrEqualTo: NotRequired[FieldValueUnionExtraTypeDef]
|
|
843
986
|
|
|
844
987
|
|
|
845
|
-
class
|
|
846
|
-
|
|
847
|
-
|
|
988
|
+
class UpdateCaseRequestTypeDef(TypedDict):
|
|
989
|
+
caseId: str
|
|
990
|
+
domainId: str
|
|
991
|
+
fields: Sequence[FieldValueUnionExtraTypeDef]
|
|
992
|
+
performedBy: NotRequired[UserUnionTypeDef]
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
class PutCaseEventConfigurationRequestTypeDef(TypedDict):
|
|
996
|
+
domainId: str
|
|
997
|
+
eventBridge: EventBridgeConfigurationUnionTypeDef
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
class GetCaseRuleResponseTypeDef(TypedDict):
|
|
1001
|
+
caseRuleArn: str
|
|
1002
|
+
caseRuleId: str
|
|
1003
|
+
name: str
|
|
1004
|
+
rule: CaseRuleDetailsOutputTypeDef
|
|
1005
|
+
createdTime: NotRequired[datetime]
|
|
1006
|
+
deleted: NotRequired[bool]
|
|
1007
|
+
description: NotRequired[str]
|
|
1008
|
+
lastModifiedTime: NotRequired[datetime]
|
|
1009
|
+
tags: NotRequired[Dict[str, str]]
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
CaseRuleDetailsUnionTypeDef = Union[CaseRuleDetailsTypeDef, CaseRuleDetailsOutputTypeDef]
|
|
848
1013
|
|
|
849
1014
|
|
|
850
1015
|
class LayoutContentOutputTypeDef(TypedDict):
|
|
851
1016
|
basic: NotRequired[BasicLayoutOutputTypeDef]
|
|
852
1017
|
|
|
853
1018
|
|
|
854
|
-
class
|
|
855
|
-
|
|
1019
|
+
class LayoutContentTypeDef(TypedDict):
|
|
1020
|
+
basic: NotRequired[BasicLayoutTypeDef]
|
|
856
1021
|
|
|
857
1022
|
|
|
858
1023
|
CaseFilterPaginatorTypeDef = TypedDict(
|
|
@@ -875,9 +1040,25 @@ CaseFilterTypeDef = TypedDict(
|
|
|
875
1040
|
)
|
|
876
1041
|
|
|
877
1042
|
|
|
878
|
-
class
|
|
1043
|
+
class BatchGetCaseRuleResponseTypeDef(TypedDict):
|
|
1044
|
+
caseRules: List[GetCaseRuleResponseTypeDef]
|
|
1045
|
+
errors: List[CaseRuleErrorTypeDef]
|
|
1046
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
class CreateCaseRuleRequestTypeDef(TypedDict):
|
|
1050
|
+
domainId: str
|
|
1051
|
+
name: str
|
|
1052
|
+
rule: CaseRuleDetailsUnionTypeDef
|
|
1053
|
+
description: NotRequired[str]
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
class UpdateCaseRuleRequestTypeDef(TypedDict):
|
|
1057
|
+
caseRuleId: str
|
|
879
1058
|
domainId: str
|
|
880
|
-
|
|
1059
|
+
description: NotRequired[str]
|
|
1060
|
+
name: NotRequired[str]
|
|
1061
|
+
rule: NotRequired[CaseRuleDetailsUnionTypeDef]
|
|
881
1062
|
|
|
882
1063
|
|
|
883
1064
|
class GetLayoutResponseTypeDef(TypedDict):
|
|
@@ -892,7 +1073,7 @@ class GetLayoutResponseTypeDef(TypedDict):
|
|
|
892
1073
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
893
1074
|
|
|
894
1075
|
|
|
895
|
-
|
|
1076
|
+
LayoutContentUnionTypeDef = Union[LayoutContentTypeDef, LayoutContentOutputTypeDef]
|
|
896
1077
|
SearchCasesRequestPaginateTypeDef = TypedDict(
|
|
897
1078
|
"SearchCasesRequestPaginateTypeDef",
|
|
898
1079
|
{
|
|
@@ -904,8 +1085,8 @@ SearchCasesRequestPaginateTypeDef = TypedDict(
|
|
|
904
1085
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
905
1086
|
},
|
|
906
1087
|
)
|
|
907
|
-
|
|
908
|
-
"
|
|
1088
|
+
SearchCasesRequestTypeDef = TypedDict(
|
|
1089
|
+
"SearchCasesRequestTypeDef",
|
|
909
1090
|
{
|
|
910
1091
|
"domainId": str,
|
|
911
1092
|
"fields": NotRequired[Sequence[FieldIdentifierTypeDef]],
|
|
@@ -918,26 +1099,14 @@ SearchCasesRequestRequestTypeDef = TypedDict(
|
|
|
918
1099
|
)
|
|
919
1100
|
|
|
920
1101
|
|
|
921
|
-
class
|
|
922
|
-
|
|
923
|
-
topPanel: NotRequired[LayoutSectionsUnionTypeDef]
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
BasicLayoutUnionTypeDef = Union[BasicLayoutTypeDef, BasicLayoutOutputTypeDef]
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
class LayoutContentTypeDef(TypedDict):
|
|
930
|
-
basic: NotRequired[BasicLayoutUnionTypeDef]
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
class CreateLayoutRequestRequestTypeDef(TypedDict):
|
|
934
|
-
content: LayoutContentTypeDef
|
|
1102
|
+
class CreateLayoutRequestTypeDef(TypedDict):
|
|
1103
|
+
content: LayoutContentUnionTypeDef
|
|
935
1104
|
domainId: str
|
|
936
1105
|
name: str
|
|
937
1106
|
|
|
938
1107
|
|
|
939
|
-
class
|
|
1108
|
+
class UpdateLayoutRequestTypeDef(TypedDict):
|
|
940
1109
|
domainId: str
|
|
941
1110
|
layoutId: str
|
|
942
|
-
content: NotRequired[
|
|
1111
|
+
content: NotRequired[LayoutContentUnionTypeDef]
|
|
943
1112
|
name: NotRequired[str]
|