mypy-boto3-connectcases 1.35.0__py3-none-any.whl → 1.36.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.
- mypy_boto3_connectcases/__init__.py +3 -0
- mypy_boto3_connectcases/__init__.pyi +2 -0
- mypy_boto3_connectcases/__main__.py +11 -8
- mypy_boto3_connectcases/client.py +177 -211
- mypy_boto3_connectcases/client.pyi +176 -210
- mypy_boto3_connectcases/literals.py +32 -11
- mypy_boto3_connectcases/literals.pyi +30 -11
- mypy_boto3_connectcases/paginator.py +37 -38
- mypy_boto3_connectcases/paginator.pyi +35 -40
- mypy_boto3_connectcases/type_defs.py +761 -932
- mypy_boto3_connectcases/type_defs.pyi +644 -931
- mypy_boto3_connectcases/version.py +3 -1
- {mypy_boto3_connectcases-1.35.0.dist-info → mypy_boto3_connectcases-1.36.0.dist-info}/LICENSE +1 -1
- {mypy_boto3_connectcases-1.35.0.dist-info → mypy_boto3_connectcases-1.36.0.dist-info}/METADATA +93 -26
- mypy_boto3_connectcases-1.36.0.dist-info/RECORD +18 -0
- {mypy_boto3_connectcases-1.35.0.dist-info → mypy_boto3_connectcases-1.36.0.dist-info}/WHEEL +1 -1
- mypy_boto3_connectcases-1.35.0.dist-info/RECORD +0 -18
- {mypy_boto3_connectcases-1.35.0.dist-info → mypy_boto3_connectcases-1.36.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for connectcases service literal definitions.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/literals/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -10,6 +10,8 @@ Usage::
|
|
|
10
10
|
|
|
11
11
|
data: AuditEventTypeType = "Case.Created"
|
|
12
12
|
```
|
|
13
|
+
|
|
14
|
+
Copyright 2025 Vlad Emelianov
|
|
13
15
|
"""
|
|
14
16
|
|
|
15
17
|
import sys
|
|
@@ -19,24 +21,26 @@ if sys.version_info >= (3, 12):
|
|
|
19
21
|
else:
|
|
20
22
|
from typing_extensions import Literal
|
|
21
23
|
|
|
24
|
+
|
|
22
25
|
__all__ = (
|
|
23
26
|
"AuditEventTypeType",
|
|
24
27
|
"CommentBodyTextTypeType",
|
|
28
|
+
"ConnectCasesServiceName",
|
|
25
29
|
"DomainStatusType",
|
|
26
30
|
"FieldNamespaceType",
|
|
27
31
|
"FieldTypeType",
|
|
28
32
|
"OrderType",
|
|
33
|
+
"PaginatorName",
|
|
34
|
+
"RegionName",
|
|
29
35
|
"RelatedItemTypeType",
|
|
36
|
+
"ResourceServiceName",
|
|
30
37
|
"SearchCasesPaginatorName",
|
|
31
38
|
"SearchRelatedItemsPaginatorName",
|
|
32
|
-
"TemplateStatusType",
|
|
33
|
-
"ConnectCasesServiceName",
|
|
34
39
|
"ServiceName",
|
|
35
|
-
"
|
|
36
|
-
"PaginatorName",
|
|
37
|
-
"RegionName",
|
|
40
|
+
"TemplateStatusType",
|
|
38
41
|
)
|
|
39
42
|
|
|
43
|
+
|
|
40
44
|
AuditEventTypeType = Literal["Case.Created", "Case.Updated", "RelatedItem.Created"]
|
|
41
45
|
CommentBodyTextTypeType = Literal["Text/Plain"]
|
|
42
46
|
DomainStatusType = Literal["Active", "CreationFailed", "CreationInProgress"]
|
|
@@ -83,12 +87,17 @@ ServiceName = Literal[
|
|
|
83
87
|
"b2bi",
|
|
84
88
|
"backup",
|
|
85
89
|
"backup-gateway",
|
|
90
|
+
"backupsearch",
|
|
86
91
|
"batch",
|
|
87
92
|
"bcm-data-exports",
|
|
93
|
+
"bcm-pricing-calculator",
|
|
88
94
|
"bedrock",
|
|
89
95
|
"bedrock-agent",
|
|
90
96
|
"bedrock-agent-runtime",
|
|
97
|
+
"bedrock-data-automation",
|
|
98
|
+
"bedrock-data-automation-runtime",
|
|
91
99
|
"bedrock-runtime",
|
|
100
|
+
"billing",
|
|
92
101
|
"billingconductor",
|
|
93
102
|
"braket",
|
|
94
103
|
"budgets",
|
|
@@ -125,7 +134,6 @@ ServiceName = Literal[
|
|
|
125
134
|
"codeguru-security",
|
|
126
135
|
"codeguruprofiler",
|
|
127
136
|
"codepipeline",
|
|
128
|
-
"codestar",
|
|
129
137
|
"codestar-connections",
|
|
130
138
|
"codestar-notifications",
|
|
131
139
|
"cognito-identity",
|
|
@@ -138,6 +146,7 @@ ServiceName = Literal[
|
|
|
138
146
|
"connect",
|
|
139
147
|
"connect-contact-lens",
|
|
140
148
|
"connectcampaigns",
|
|
149
|
+
"connectcampaignsv2",
|
|
141
150
|
"connectcases",
|
|
142
151
|
"connectparticipant",
|
|
143
152
|
"controlcatalog",
|
|
@@ -163,6 +172,8 @@ ServiceName = Literal[
|
|
|
163
172
|
"docdb-elastic",
|
|
164
173
|
"drs",
|
|
165
174
|
"ds",
|
|
175
|
+
"ds-data",
|
|
176
|
+
"dsql",
|
|
166
177
|
"dynamodb",
|
|
167
178
|
"dynamodbstreams",
|
|
168
179
|
"ebs",
|
|
@@ -198,6 +209,9 @@ ServiceName = Literal[
|
|
|
198
209
|
"freetier",
|
|
199
210
|
"fsx",
|
|
200
211
|
"gamelift",
|
|
212
|
+
"geo-maps",
|
|
213
|
+
"geo-places",
|
|
214
|
+
"geo-routes",
|
|
201
215
|
"glacier",
|
|
202
216
|
"globalaccelerator",
|
|
203
217
|
"glue",
|
|
@@ -216,11 +230,10 @@ ServiceName = Literal[
|
|
|
216
230
|
"inspector-scan",
|
|
217
231
|
"inspector2",
|
|
218
232
|
"internetmonitor",
|
|
233
|
+
"invoicing",
|
|
219
234
|
"iot",
|
|
220
235
|
"iot-data",
|
|
221
236
|
"iot-jobs-data",
|
|
222
|
-
"iot1click-devices",
|
|
223
|
-
"iot1click-projects",
|
|
224
237
|
"iotanalytics",
|
|
225
238
|
"iotdeviceadvisor",
|
|
226
239
|
"iotevents",
|
|
@@ -275,6 +288,7 @@ ServiceName = Literal[
|
|
|
275
288
|
"marketplace-catalog",
|
|
276
289
|
"marketplace-deployment",
|
|
277
290
|
"marketplace-entitlement",
|
|
291
|
+
"marketplace-reporting",
|
|
278
292
|
"marketplacecommerceanalytics",
|
|
279
293
|
"mediaconnect",
|
|
280
294
|
"mediaconvert",
|
|
@@ -301,10 +315,13 @@ ServiceName = Literal[
|
|
|
301
315
|
"neptune-graph",
|
|
302
316
|
"neptunedata",
|
|
303
317
|
"network-firewall",
|
|
318
|
+
"networkflowmonitor",
|
|
304
319
|
"networkmanager",
|
|
305
320
|
"networkmonitor",
|
|
306
|
-
"
|
|
321
|
+
"notifications",
|
|
322
|
+
"notificationscontacts",
|
|
307
323
|
"oam",
|
|
324
|
+
"observabilityadmin",
|
|
308
325
|
"omics",
|
|
309
326
|
"opensearch",
|
|
310
327
|
"opensearchserverless",
|
|
@@ -314,10 +331,12 @@ ServiceName = Literal[
|
|
|
314
331
|
"osis",
|
|
315
332
|
"outposts",
|
|
316
333
|
"panorama",
|
|
334
|
+
"partnercentral-selling",
|
|
317
335
|
"payment-cryptography",
|
|
318
336
|
"payment-cryptography-data",
|
|
319
337
|
"pca-connector-ad",
|
|
320
338
|
"pca-connector-scep",
|
|
339
|
+
"pcs",
|
|
321
340
|
"personalize",
|
|
322
341
|
"personalize-events",
|
|
323
342
|
"personalize-runtime",
|
|
@@ -363,6 +382,7 @@ ServiceName = Literal[
|
|
|
363
382
|
"s3",
|
|
364
383
|
"s3control",
|
|
365
384
|
"s3outposts",
|
|
385
|
+
"s3tables",
|
|
366
386
|
"sagemaker",
|
|
367
387
|
"sagemaker-a2i-runtime",
|
|
368
388
|
"sagemaker-edge",
|
|
@@ -375,6 +395,7 @@ ServiceName = Literal[
|
|
|
375
395
|
"schemas",
|
|
376
396
|
"sdb",
|
|
377
397
|
"secretsmanager",
|
|
398
|
+
"security-ir",
|
|
378
399
|
"securityhub",
|
|
379
400
|
"securitylake",
|
|
380
401
|
"serverlessrepo",
|
|
@@ -392,6 +413,7 @@ ServiceName = Literal[
|
|
|
392
413
|
"snow-device-management",
|
|
393
414
|
"snowball",
|
|
394
415
|
"sns",
|
|
416
|
+
"socialmessaging",
|
|
395
417
|
"sqs",
|
|
396
418
|
"ssm",
|
|
397
419
|
"ssm-contacts",
|
|
@@ -428,7 +450,6 @@ ServiceName = Literal[
|
|
|
428
450
|
"wellarchitected",
|
|
429
451
|
"wisdom",
|
|
430
452
|
"workdocs",
|
|
431
|
-
"worklink",
|
|
432
453
|
"workmail",
|
|
433
454
|
"workmailmessageflow",
|
|
434
455
|
"workspaces",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for connectcases service literal definitions.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/literals/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -10,6 +10,8 @@ Usage::
|
|
|
10
10
|
|
|
11
11
|
data: AuditEventTypeType = "Case.Created"
|
|
12
12
|
```
|
|
13
|
+
|
|
14
|
+
Copyright 2025 Vlad Emelianov
|
|
13
15
|
"""
|
|
14
16
|
|
|
15
17
|
import sys
|
|
@@ -22,19 +24,19 @@ else:
|
|
|
22
24
|
__all__ = (
|
|
23
25
|
"AuditEventTypeType",
|
|
24
26
|
"CommentBodyTextTypeType",
|
|
27
|
+
"ConnectCasesServiceName",
|
|
25
28
|
"DomainStatusType",
|
|
26
29
|
"FieldNamespaceType",
|
|
27
30
|
"FieldTypeType",
|
|
28
31
|
"OrderType",
|
|
32
|
+
"PaginatorName",
|
|
33
|
+
"RegionName",
|
|
29
34
|
"RelatedItemTypeType",
|
|
35
|
+
"ResourceServiceName",
|
|
30
36
|
"SearchCasesPaginatorName",
|
|
31
37
|
"SearchRelatedItemsPaginatorName",
|
|
32
|
-
"TemplateStatusType",
|
|
33
|
-
"ConnectCasesServiceName",
|
|
34
38
|
"ServiceName",
|
|
35
|
-
"
|
|
36
|
-
"PaginatorName",
|
|
37
|
-
"RegionName",
|
|
39
|
+
"TemplateStatusType",
|
|
38
40
|
)
|
|
39
41
|
|
|
40
42
|
AuditEventTypeType = Literal["Case.Created", "Case.Updated", "RelatedItem.Created"]
|
|
@@ -83,12 +85,17 @@ ServiceName = Literal[
|
|
|
83
85
|
"b2bi",
|
|
84
86
|
"backup",
|
|
85
87
|
"backup-gateway",
|
|
88
|
+
"backupsearch",
|
|
86
89
|
"batch",
|
|
87
90
|
"bcm-data-exports",
|
|
91
|
+
"bcm-pricing-calculator",
|
|
88
92
|
"bedrock",
|
|
89
93
|
"bedrock-agent",
|
|
90
94
|
"bedrock-agent-runtime",
|
|
95
|
+
"bedrock-data-automation",
|
|
96
|
+
"bedrock-data-automation-runtime",
|
|
91
97
|
"bedrock-runtime",
|
|
98
|
+
"billing",
|
|
92
99
|
"billingconductor",
|
|
93
100
|
"braket",
|
|
94
101
|
"budgets",
|
|
@@ -125,7 +132,6 @@ ServiceName = Literal[
|
|
|
125
132
|
"codeguru-security",
|
|
126
133
|
"codeguruprofiler",
|
|
127
134
|
"codepipeline",
|
|
128
|
-
"codestar",
|
|
129
135
|
"codestar-connections",
|
|
130
136
|
"codestar-notifications",
|
|
131
137
|
"cognito-identity",
|
|
@@ -138,6 +144,7 @@ ServiceName = Literal[
|
|
|
138
144
|
"connect",
|
|
139
145
|
"connect-contact-lens",
|
|
140
146
|
"connectcampaigns",
|
|
147
|
+
"connectcampaignsv2",
|
|
141
148
|
"connectcases",
|
|
142
149
|
"connectparticipant",
|
|
143
150
|
"controlcatalog",
|
|
@@ -163,6 +170,8 @@ ServiceName = Literal[
|
|
|
163
170
|
"docdb-elastic",
|
|
164
171
|
"drs",
|
|
165
172
|
"ds",
|
|
173
|
+
"ds-data",
|
|
174
|
+
"dsql",
|
|
166
175
|
"dynamodb",
|
|
167
176
|
"dynamodbstreams",
|
|
168
177
|
"ebs",
|
|
@@ -198,6 +207,9 @@ ServiceName = Literal[
|
|
|
198
207
|
"freetier",
|
|
199
208
|
"fsx",
|
|
200
209
|
"gamelift",
|
|
210
|
+
"geo-maps",
|
|
211
|
+
"geo-places",
|
|
212
|
+
"geo-routes",
|
|
201
213
|
"glacier",
|
|
202
214
|
"globalaccelerator",
|
|
203
215
|
"glue",
|
|
@@ -216,11 +228,10 @@ ServiceName = Literal[
|
|
|
216
228
|
"inspector-scan",
|
|
217
229
|
"inspector2",
|
|
218
230
|
"internetmonitor",
|
|
231
|
+
"invoicing",
|
|
219
232
|
"iot",
|
|
220
233
|
"iot-data",
|
|
221
234
|
"iot-jobs-data",
|
|
222
|
-
"iot1click-devices",
|
|
223
|
-
"iot1click-projects",
|
|
224
235
|
"iotanalytics",
|
|
225
236
|
"iotdeviceadvisor",
|
|
226
237
|
"iotevents",
|
|
@@ -275,6 +286,7 @@ ServiceName = Literal[
|
|
|
275
286
|
"marketplace-catalog",
|
|
276
287
|
"marketplace-deployment",
|
|
277
288
|
"marketplace-entitlement",
|
|
289
|
+
"marketplace-reporting",
|
|
278
290
|
"marketplacecommerceanalytics",
|
|
279
291
|
"mediaconnect",
|
|
280
292
|
"mediaconvert",
|
|
@@ -301,10 +313,13 @@ ServiceName = Literal[
|
|
|
301
313
|
"neptune-graph",
|
|
302
314
|
"neptunedata",
|
|
303
315
|
"network-firewall",
|
|
316
|
+
"networkflowmonitor",
|
|
304
317
|
"networkmanager",
|
|
305
318
|
"networkmonitor",
|
|
306
|
-
"
|
|
319
|
+
"notifications",
|
|
320
|
+
"notificationscontacts",
|
|
307
321
|
"oam",
|
|
322
|
+
"observabilityadmin",
|
|
308
323
|
"omics",
|
|
309
324
|
"opensearch",
|
|
310
325
|
"opensearchserverless",
|
|
@@ -314,10 +329,12 @@ ServiceName = Literal[
|
|
|
314
329
|
"osis",
|
|
315
330
|
"outposts",
|
|
316
331
|
"panorama",
|
|
332
|
+
"partnercentral-selling",
|
|
317
333
|
"payment-cryptography",
|
|
318
334
|
"payment-cryptography-data",
|
|
319
335
|
"pca-connector-ad",
|
|
320
336
|
"pca-connector-scep",
|
|
337
|
+
"pcs",
|
|
321
338
|
"personalize",
|
|
322
339
|
"personalize-events",
|
|
323
340
|
"personalize-runtime",
|
|
@@ -363,6 +380,7 @@ ServiceName = Literal[
|
|
|
363
380
|
"s3",
|
|
364
381
|
"s3control",
|
|
365
382
|
"s3outposts",
|
|
383
|
+
"s3tables",
|
|
366
384
|
"sagemaker",
|
|
367
385
|
"sagemaker-a2i-runtime",
|
|
368
386
|
"sagemaker-edge",
|
|
@@ -375,6 +393,7 @@ ServiceName = Literal[
|
|
|
375
393
|
"schemas",
|
|
376
394
|
"sdb",
|
|
377
395
|
"secretsmanager",
|
|
396
|
+
"security-ir",
|
|
378
397
|
"securityhub",
|
|
379
398
|
"securitylake",
|
|
380
399
|
"serverlessrepo",
|
|
@@ -392,6 +411,7 @@ ServiceName = Literal[
|
|
|
392
411
|
"snow-device-management",
|
|
393
412
|
"snowball",
|
|
394
413
|
"sns",
|
|
414
|
+
"socialmessaging",
|
|
395
415
|
"sqs",
|
|
396
416
|
"ssm",
|
|
397
417
|
"ssm-contacts",
|
|
@@ -428,7 +448,6 @@ ServiceName = Literal[
|
|
|
428
448
|
"wellarchitected",
|
|
429
449
|
"wisdom",
|
|
430
450
|
"workdocs",
|
|
431
|
-
"worklink",
|
|
432
451
|
"workmail",
|
|
433
452
|
"workmailmessageflow",
|
|
434
453
|
"workspaces",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for connectcases service client paginators.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -20,71 +20,70 @@ Usage::
|
|
|
20
20
|
search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
|
|
21
21
|
search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator("search_related_items")
|
|
22
22
|
```
|
|
23
|
+
|
|
24
|
+
Copyright 2025 Vlad Emelianov
|
|
23
25
|
"""
|
|
24
26
|
|
|
25
|
-
from
|
|
27
|
+
from __future__ import annotations
|
|
28
|
+
|
|
29
|
+
import sys
|
|
30
|
+
from typing import TYPE_CHECKING
|
|
26
31
|
|
|
27
32
|
from botocore.paginate import PageIterator, Paginator
|
|
28
33
|
|
|
29
34
|
from .type_defs import (
|
|
30
|
-
|
|
31
|
-
FieldIdentifierTypeDef,
|
|
32
|
-
PaginatorConfigTypeDef,
|
|
33
|
-
RelatedItemTypeFilterTypeDef,
|
|
35
|
+
SearchCasesRequestPaginateTypeDef,
|
|
34
36
|
SearchCasesResponseTypeDef,
|
|
37
|
+
SearchRelatedItemsRequestPaginateTypeDef,
|
|
35
38
|
SearchRelatedItemsResponseTypeDef,
|
|
36
|
-
SortTypeDef,
|
|
37
39
|
)
|
|
38
40
|
|
|
39
|
-
|
|
41
|
+
if sys.version_info >= (3, 12):
|
|
42
|
+
from typing import Unpack
|
|
43
|
+
else:
|
|
44
|
+
from typing_extensions import Unpack
|
|
40
45
|
|
|
41
|
-
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
42
46
|
|
|
47
|
+
__all__ = ("SearchCasesPaginator", "SearchRelatedItemsPaginator")
|
|
43
48
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
|
|
50
|
+
if TYPE_CHECKING:
|
|
51
|
+
_SearchCasesPaginatorBase = Paginator[SearchCasesResponseTypeDef]
|
|
52
|
+
else:
|
|
53
|
+
_SearchCasesPaginatorBase = Paginator # type: ignore[assignment]
|
|
49
54
|
|
|
50
55
|
|
|
51
|
-
class SearchCasesPaginator(
|
|
56
|
+
class SearchCasesPaginator(_SearchCasesPaginatorBase):
|
|
52
57
|
"""
|
|
53
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchCases)
|
|
58
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases)
|
|
54
59
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
|
|
55
60
|
"""
|
|
56
61
|
|
|
57
|
-
def paginate(
|
|
58
|
-
self,
|
|
59
|
-
|
|
60
|
-
domainId: str,
|
|
61
|
-
fields: Sequence[FieldIdentifierTypeDef] = ...,
|
|
62
|
-
filter: CaseFilterTypeDef = ...,
|
|
63
|
-
searchTerm: str = ...,
|
|
64
|
-
sorts: Sequence[SortTypeDef] = ...,
|
|
65
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
66
|
-
) -> _PageIterator[SearchCasesResponseTypeDef]:
|
|
62
|
+
def paginate( # type: ignore[override]
|
|
63
|
+
self, **kwargs: Unpack[SearchCasesRequestPaginateTypeDef]
|
|
64
|
+
) -> PageIterator[SearchCasesResponseTypeDef]:
|
|
67
65
|
"""
|
|
68
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchCases.paginate)
|
|
66
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases.paginate)
|
|
69
67
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
|
|
70
68
|
"""
|
|
71
69
|
|
|
72
70
|
|
|
73
|
-
|
|
71
|
+
if TYPE_CHECKING:
|
|
72
|
+
_SearchRelatedItemsPaginatorBase = Paginator[SearchRelatedItemsResponseTypeDef]
|
|
73
|
+
else:
|
|
74
|
+
_SearchRelatedItemsPaginatorBase = Paginator # type: ignore[assignment]
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
class SearchRelatedItemsPaginator(_SearchRelatedItemsPaginatorBase):
|
|
74
78
|
"""
|
|
75
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchRelatedItems)
|
|
79
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems)
|
|
76
80
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
77
81
|
"""
|
|
78
82
|
|
|
79
|
-
def paginate(
|
|
80
|
-
self,
|
|
81
|
-
|
|
82
|
-
caseId: str,
|
|
83
|
-
domainId: str,
|
|
84
|
-
filters: Sequence[RelatedItemTypeFilterTypeDef] = ...,
|
|
85
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
86
|
-
) -> _PageIterator[SearchRelatedItemsResponseTypeDef]:
|
|
83
|
+
def paginate( # type: ignore[override]
|
|
84
|
+
self, **kwargs: Unpack[SearchRelatedItemsRequestPaginateTypeDef]
|
|
85
|
+
) -> PageIterator[SearchRelatedItemsResponseTypeDef]:
|
|
87
86
|
"""
|
|
88
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchRelatedItems.paginate)
|
|
87
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems.paginate)
|
|
89
88
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
90
89
|
"""
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for connectcases service client paginators.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -20,68 +20,63 @@ Usage::
|
|
|
20
20
|
search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
|
|
21
21
|
search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator("search_related_items")
|
|
22
22
|
```
|
|
23
|
+
|
|
24
|
+
Copyright 2025 Vlad Emelianov
|
|
23
25
|
"""
|
|
24
26
|
|
|
25
|
-
from
|
|
27
|
+
from __future__ import annotations
|
|
28
|
+
|
|
29
|
+
import sys
|
|
30
|
+
from typing import TYPE_CHECKING
|
|
26
31
|
|
|
27
32
|
from botocore.paginate import PageIterator, Paginator
|
|
28
33
|
|
|
29
34
|
from .type_defs import (
|
|
30
|
-
|
|
31
|
-
FieldIdentifierTypeDef,
|
|
32
|
-
PaginatorConfigTypeDef,
|
|
33
|
-
RelatedItemTypeFilterTypeDef,
|
|
35
|
+
SearchCasesRequestPaginateTypeDef,
|
|
34
36
|
SearchCasesResponseTypeDef,
|
|
37
|
+
SearchRelatedItemsRequestPaginateTypeDef,
|
|
35
38
|
SearchRelatedItemsResponseTypeDef,
|
|
36
|
-
SortTypeDef,
|
|
37
39
|
)
|
|
38
40
|
|
|
41
|
+
if sys.version_info >= (3, 12):
|
|
42
|
+
from typing import Unpack
|
|
43
|
+
else:
|
|
44
|
+
from typing_extensions import Unpack
|
|
45
|
+
|
|
39
46
|
__all__ = ("SearchCasesPaginator", "SearchRelatedItemsPaginator")
|
|
40
47
|
|
|
41
|
-
|
|
48
|
+
if TYPE_CHECKING:
|
|
49
|
+
_SearchCasesPaginatorBase = Paginator[SearchCasesResponseTypeDef]
|
|
50
|
+
else:
|
|
51
|
+
_SearchCasesPaginatorBase = Paginator # type: ignore[assignment]
|
|
42
52
|
|
|
43
|
-
class
|
|
44
|
-
def __iter__(self) -> Iterator[_ItemTypeDef]:
|
|
45
|
-
"""
|
|
46
|
-
Proxy method to specify iterator item type.
|
|
47
|
-
"""
|
|
48
|
-
|
|
49
|
-
class SearchCasesPaginator(Paginator):
|
|
53
|
+
class SearchCasesPaginator(_SearchCasesPaginatorBase):
|
|
50
54
|
"""
|
|
51
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchCases)
|
|
55
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases)
|
|
52
56
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
|
|
53
57
|
"""
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
*,
|
|
58
|
-
domainId: str,
|
|
59
|
-
fields: Sequence[FieldIdentifierTypeDef] = ...,
|
|
60
|
-
filter: CaseFilterTypeDef = ...,
|
|
61
|
-
searchTerm: str = ...,
|
|
62
|
-
sorts: Sequence[SortTypeDef] = ...,
|
|
63
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
64
|
-
) -> _PageIterator[SearchCasesResponseTypeDef]:
|
|
58
|
+
def paginate( # type: ignore[override]
|
|
59
|
+
self, **kwargs: Unpack[SearchCasesRequestPaginateTypeDef]
|
|
60
|
+
) -> PageIterator[SearchCasesResponseTypeDef]:
|
|
65
61
|
"""
|
|
66
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchCases.paginate)
|
|
62
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases.paginate)
|
|
67
63
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
|
|
68
64
|
"""
|
|
69
65
|
|
|
70
|
-
|
|
66
|
+
if TYPE_CHECKING:
|
|
67
|
+
_SearchRelatedItemsPaginatorBase = Paginator[SearchRelatedItemsResponseTypeDef]
|
|
68
|
+
else:
|
|
69
|
+
_SearchRelatedItemsPaginatorBase = Paginator # type: ignore[assignment]
|
|
70
|
+
|
|
71
|
+
class SearchRelatedItemsPaginator(_SearchRelatedItemsPaginatorBase):
|
|
71
72
|
"""
|
|
72
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchRelatedItems)
|
|
73
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems)
|
|
73
74
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
74
75
|
"""
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
*,
|
|
79
|
-
caseId: str,
|
|
80
|
-
domainId: str,
|
|
81
|
-
filters: Sequence[RelatedItemTypeFilterTypeDef] = ...,
|
|
82
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
83
|
-
) -> _PageIterator[SearchRelatedItemsResponseTypeDef]:
|
|
76
|
+
def paginate( # type: ignore[override]
|
|
77
|
+
self, **kwargs: Unpack[SearchRelatedItemsRequestPaginateTypeDef]
|
|
78
|
+
) -> PageIterator[SearchRelatedItemsResponseTypeDef]:
|
|
84
79
|
"""
|
|
85
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchRelatedItems.paginate)
|
|
80
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems.paginate)
|
|
86
81
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
87
82
|
"""
|