mypy-boto3-connectcases 1.35.0__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.
- mypy_boto3_connectcases/__init__.py +15 -2
- mypy_boto3_connectcases/__init__.pyi +14 -2
- mypy_boto3_connectcases/__main__.py +11 -8
- mypy_boto3_connectcases/client.py +234 -215
- mypy_boto3_connectcases/client.pyi +233 -214
- mypy_boto3_connectcases/literals.py +37 -12
- mypy_boto3_connectcases/literals.pyi +35 -12
- mypy_boto3_connectcases/paginator.py +60 -36
- mypy_boto3_connectcases/paginator.pyi +55 -38
- mypy_boto3_connectcases/type_defs.py +949 -951
- mypy_boto3_connectcases/type_defs.pyi +800 -939
- mypy_boto3_connectcases/version.py +3 -1
- {mypy_boto3_connectcases-1.35.0.dist-info → mypy_boto3_connectcases-1.36.15.dist-info}/LICENSE +1 -1
- {mypy_boto3_connectcases-1.35.0.dist-info → mypy_boto3_connectcases-1.36.15.dist-info}/METADATA +101 -28
- mypy_boto3_connectcases-1.36.15.dist-info/RECORD +18 -0
- {mypy_boto3_connectcases-1.35.0.dist-info → mypy_boto3_connectcases-1.36.15.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.15.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,9 @@
|
|
|
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
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
5
7
|
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
@@ -19,31 +21,37 @@ 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",
|
|
32
|
+
"ListCaseRulesPaginatorName",
|
|
28
33
|
"OrderType",
|
|
34
|
+
"PaginatorName",
|
|
35
|
+
"RegionName",
|
|
29
36
|
"RelatedItemTypeType",
|
|
37
|
+
"ResourceServiceName",
|
|
38
|
+
"RuleTypeType",
|
|
30
39
|
"SearchCasesPaginatorName",
|
|
31
40
|
"SearchRelatedItemsPaginatorName",
|
|
32
|
-
"TemplateStatusType",
|
|
33
|
-
"ConnectCasesServiceName",
|
|
34
41
|
"ServiceName",
|
|
35
|
-
"
|
|
36
|
-
"PaginatorName",
|
|
37
|
-
"RegionName",
|
|
42
|
+
"TemplateStatusType",
|
|
38
43
|
)
|
|
39
44
|
|
|
45
|
+
|
|
40
46
|
AuditEventTypeType = Literal["Case.Created", "Case.Updated", "RelatedItem.Created"]
|
|
41
47
|
CommentBodyTextTypeType = Literal["Text/Plain"]
|
|
42
48
|
DomainStatusType = Literal["Active", "CreationFailed", "CreationInProgress"]
|
|
43
49
|
FieldNamespaceType = Literal["Custom", "System"]
|
|
44
50
|
FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
|
|
51
|
+
ListCaseRulesPaginatorName = Literal["list_case_rules"]
|
|
45
52
|
OrderType = Literal["Asc", "Desc"]
|
|
46
53
|
RelatedItemTypeType = Literal["Comment", "Contact", "File"]
|
|
54
|
+
RuleTypeType = Literal["Required"]
|
|
47
55
|
SearchCasesPaginatorName = Literal["search_cases"]
|
|
48
56
|
SearchRelatedItemsPaginatorName = Literal["search_related_items"]
|
|
49
57
|
TemplateStatusType = Literal["Active", "Inactive"]
|
|
@@ -83,12 +91,17 @@ ServiceName = Literal[
|
|
|
83
91
|
"b2bi",
|
|
84
92
|
"backup",
|
|
85
93
|
"backup-gateway",
|
|
94
|
+
"backupsearch",
|
|
86
95
|
"batch",
|
|
87
96
|
"bcm-data-exports",
|
|
97
|
+
"bcm-pricing-calculator",
|
|
88
98
|
"bedrock",
|
|
89
99
|
"bedrock-agent",
|
|
90
100
|
"bedrock-agent-runtime",
|
|
101
|
+
"bedrock-data-automation",
|
|
102
|
+
"bedrock-data-automation-runtime",
|
|
91
103
|
"bedrock-runtime",
|
|
104
|
+
"billing",
|
|
92
105
|
"billingconductor",
|
|
93
106
|
"braket",
|
|
94
107
|
"budgets",
|
|
@@ -125,7 +138,6 @@ ServiceName = Literal[
|
|
|
125
138
|
"codeguru-security",
|
|
126
139
|
"codeguruprofiler",
|
|
127
140
|
"codepipeline",
|
|
128
|
-
"codestar",
|
|
129
141
|
"codestar-connections",
|
|
130
142
|
"codestar-notifications",
|
|
131
143
|
"cognito-identity",
|
|
@@ -138,6 +150,7 @@ ServiceName = Literal[
|
|
|
138
150
|
"connect",
|
|
139
151
|
"connect-contact-lens",
|
|
140
152
|
"connectcampaigns",
|
|
153
|
+
"connectcampaignsv2",
|
|
141
154
|
"connectcases",
|
|
142
155
|
"connectparticipant",
|
|
143
156
|
"controlcatalog",
|
|
@@ -163,6 +176,8 @@ ServiceName = Literal[
|
|
|
163
176
|
"docdb-elastic",
|
|
164
177
|
"drs",
|
|
165
178
|
"ds",
|
|
179
|
+
"ds-data",
|
|
180
|
+
"dsql",
|
|
166
181
|
"dynamodb",
|
|
167
182
|
"dynamodbstreams",
|
|
168
183
|
"ebs",
|
|
@@ -198,6 +213,9 @@ ServiceName = Literal[
|
|
|
198
213
|
"freetier",
|
|
199
214
|
"fsx",
|
|
200
215
|
"gamelift",
|
|
216
|
+
"geo-maps",
|
|
217
|
+
"geo-places",
|
|
218
|
+
"geo-routes",
|
|
201
219
|
"glacier",
|
|
202
220
|
"globalaccelerator",
|
|
203
221
|
"glue",
|
|
@@ -216,11 +234,10 @@ ServiceName = Literal[
|
|
|
216
234
|
"inspector-scan",
|
|
217
235
|
"inspector2",
|
|
218
236
|
"internetmonitor",
|
|
237
|
+
"invoicing",
|
|
219
238
|
"iot",
|
|
220
239
|
"iot-data",
|
|
221
240
|
"iot-jobs-data",
|
|
222
|
-
"iot1click-devices",
|
|
223
|
-
"iot1click-projects",
|
|
224
241
|
"iotanalytics",
|
|
225
242
|
"iotdeviceadvisor",
|
|
226
243
|
"iotevents",
|
|
@@ -275,6 +292,7 @@ ServiceName = Literal[
|
|
|
275
292
|
"marketplace-catalog",
|
|
276
293
|
"marketplace-deployment",
|
|
277
294
|
"marketplace-entitlement",
|
|
295
|
+
"marketplace-reporting",
|
|
278
296
|
"marketplacecommerceanalytics",
|
|
279
297
|
"mediaconnect",
|
|
280
298
|
"mediaconvert",
|
|
@@ -301,10 +319,13 @@ ServiceName = Literal[
|
|
|
301
319
|
"neptune-graph",
|
|
302
320
|
"neptunedata",
|
|
303
321
|
"network-firewall",
|
|
322
|
+
"networkflowmonitor",
|
|
304
323
|
"networkmanager",
|
|
305
324
|
"networkmonitor",
|
|
306
|
-
"
|
|
325
|
+
"notifications",
|
|
326
|
+
"notificationscontacts",
|
|
307
327
|
"oam",
|
|
328
|
+
"observabilityadmin",
|
|
308
329
|
"omics",
|
|
309
330
|
"opensearch",
|
|
310
331
|
"opensearchserverless",
|
|
@@ -314,10 +335,12 @@ ServiceName = Literal[
|
|
|
314
335
|
"osis",
|
|
315
336
|
"outposts",
|
|
316
337
|
"panorama",
|
|
338
|
+
"partnercentral-selling",
|
|
317
339
|
"payment-cryptography",
|
|
318
340
|
"payment-cryptography-data",
|
|
319
341
|
"pca-connector-ad",
|
|
320
342
|
"pca-connector-scep",
|
|
343
|
+
"pcs",
|
|
321
344
|
"personalize",
|
|
322
345
|
"personalize-events",
|
|
323
346
|
"personalize-runtime",
|
|
@@ -363,6 +386,7 @@ ServiceName = Literal[
|
|
|
363
386
|
"s3",
|
|
364
387
|
"s3control",
|
|
365
388
|
"s3outposts",
|
|
389
|
+
"s3tables",
|
|
366
390
|
"sagemaker",
|
|
367
391
|
"sagemaker-a2i-runtime",
|
|
368
392
|
"sagemaker-edge",
|
|
@@ -375,6 +399,7 @@ ServiceName = Literal[
|
|
|
375
399
|
"schemas",
|
|
376
400
|
"sdb",
|
|
377
401
|
"secretsmanager",
|
|
402
|
+
"security-ir",
|
|
378
403
|
"securityhub",
|
|
379
404
|
"securitylake",
|
|
380
405
|
"serverlessrepo",
|
|
@@ -392,6 +417,7 @@ ServiceName = Literal[
|
|
|
392
417
|
"snow-device-management",
|
|
393
418
|
"snowball",
|
|
394
419
|
"sns",
|
|
420
|
+
"socialmessaging",
|
|
395
421
|
"sqs",
|
|
396
422
|
"ssm",
|
|
397
423
|
"ssm-contacts",
|
|
@@ -428,7 +454,6 @@ ServiceName = Literal[
|
|
|
428
454
|
"wellarchitected",
|
|
429
455
|
"wisdom",
|
|
430
456
|
"workdocs",
|
|
431
|
-
"worklink",
|
|
432
457
|
"workmail",
|
|
433
458
|
"workmailmessageflow",
|
|
434
459
|
"workspaces",
|
|
@@ -448,7 +473,7 @@ ResourceServiceName = Literal[
|
|
|
448
473
|
"sns",
|
|
449
474
|
"sqs",
|
|
450
475
|
]
|
|
451
|
-
PaginatorName = Literal["search_cases", "search_related_items"]
|
|
476
|
+
PaginatorName = Literal["list_case_rules", "search_cases", "search_related_items"]
|
|
452
477
|
RegionName = Literal[
|
|
453
478
|
"ap-northeast-1",
|
|
454
479
|
"ap-northeast-2",
|
|
@@ -1,7 +1,9 @@
|
|
|
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
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
5
7
|
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
@@ -22,19 +24,21 @@ else:
|
|
|
22
24
|
__all__ = (
|
|
23
25
|
"AuditEventTypeType",
|
|
24
26
|
"CommentBodyTextTypeType",
|
|
27
|
+
"ConnectCasesServiceName",
|
|
25
28
|
"DomainStatusType",
|
|
26
29
|
"FieldNamespaceType",
|
|
27
30
|
"FieldTypeType",
|
|
31
|
+
"ListCaseRulesPaginatorName",
|
|
28
32
|
"OrderType",
|
|
33
|
+
"PaginatorName",
|
|
34
|
+
"RegionName",
|
|
29
35
|
"RelatedItemTypeType",
|
|
36
|
+
"ResourceServiceName",
|
|
37
|
+
"RuleTypeType",
|
|
30
38
|
"SearchCasesPaginatorName",
|
|
31
39
|
"SearchRelatedItemsPaginatorName",
|
|
32
|
-
"TemplateStatusType",
|
|
33
|
-
"ConnectCasesServiceName",
|
|
34
40
|
"ServiceName",
|
|
35
|
-
"
|
|
36
|
-
"PaginatorName",
|
|
37
|
-
"RegionName",
|
|
41
|
+
"TemplateStatusType",
|
|
38
42
|
)
|
|
39
43
|
|
|
40
44
|
AuditEventTypeType = Literal["Case.Created", "Case.Updated", "RelatedItem.Created"]
|
|
@@ -42,8 +46,10 @@ CommentBodyTextTypeType = Literal["Text/Plain"]
|
|
|
42
46
|
DomainStatusType = Literal["Active", "CreationFailed", "CreationInProgress"]
|
|
43
47
|
FieldNamespaceType = Literal["Custom", "System"]
|
|
44
48
|
FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
|
|
49
|
+
ListCaseRulesPaginatorName = Literal["list_case_rules"]
|
|
45
50
|
OrderType = Literal["Asc", "Desc"]
|
|
46
51
|
RelatedItemTypeType = Literal["Comment", "Contact", "File"]
|
|
52
|
+
RuleTypeType = Literal["Required"]
|
|
47
53
|
SearchCasesPaginatorName = Literal["search_cases"]
|
|
48
54
|
SearchRelatedItemsPaginatorName = Literal["search_related_items"]
|
|
49
55
|
TemplateStatusType = Literal["Active", "Inactive"]
|
|
@@ -83,12 +89,17 @@ ServiceName = Literal[
|
|
|
83
89
|
"b2bi",
|
|
84
90
|
"backup",
|
|
85
91
|
"backup-gateway",
|
|
92
|
+
"backupsearch",
|
|
86
93
|
"batch",
|
|
87
94
|
"bcm-data-exports",
|
|
95
|
+
"bcm-pricing-calculator",
|
|
88
96
|
"bedrock",
|
|
89
97
|
"bedrock-agent",
|
|
90
98
|
"bedrock-agent-runtime",
|
|
99
|
+
"bedrock-data-automation",
|
|
100
|
+
"bedrock-data-automation-runtime",
|
|
91
101
|
"bedrock-runtime",
|
|
102
|
+
"billing",
|
|
92
103
|
"billingconductor",
|
|
93
104
|
"braket",
|
|
94
105
|
"budgets",
|
|
@@ -125,7 +136,6 @@ ServiceName = Literal[
|
|
|
125
136
|
"codeguru-security",
|
|
126
137
|
"codeguruprofiler",
|
|
127
138
|
"codepipeline",
|
|
128
|
-
"codestar",
|
|
129
139
|
"codestar-connections",
|
|
130
140
|
"codestar-notifications",
|
|
131
141
|
"cognito-identity",
|
|
@@ -138,6 +148,7 @@ ServiceName = Literal[
|
|
|
138
148
|
"connect",
|
|
139
149
|
"connect-contact-lens",
|
|
140
150
|
"connectcampaigns",
|
|
151
|
+
"connectcampaignsv2",
|
|
141
152
|
"connectcases",
|
|
142
153
|
"connectparticipant",
|
|
143
154
|
"controlcatalog",
|
|
@@ -163,6 +174,8 @@ ServiceName = Literal[
|
|
|
163
174
|
"docdb-elastic",
|
|
164
175
|
"drs",
|
|
165
176
|
"ds",
|
|
177
|
+
"ds-data",
|
|
178
|
+
"dsql",
|
|
166
179
|
"dynamodb",
|
|
167
180
|
"dynamodbstreams",
|
|
168
181
|
"ebs",
|
|
@@ -198,6 +211,9 @@ ServiceName = Literal[
|
|
|
198
211
|
"freetier",
|
|
199
212
|
"fsx",
|
|
200
213
|
"gamelift",
|
|
214
|
+
"geo-maps",
|
|
215
|
+
"geo-places",
|
|
216
|
+
"geo-routes",
|
|
201
217
|
"glacier",
|
|
202
218
|
"globalaccelerator",
|
|
203
219
|
"glue",
|
|
@@ -216,11 +232,10 @@ ServiceName = Literal[
|
|
|
216
232
|
"inspector-scan",
|
|
217
233
|
"inspector2",
|
|
218
234
|
"internetmonitor",
|
|
235
|
+
"invoicing",
|
|
219
236
|
"iot",
|
|
220
237
|
"iot-data",
|
|
221
238
|
"iot-jobs-data",
|
|
222
|
-
"iot1click-devices",
|
|
223
|
-
"iot1click-projects",
|
|
224
239
|
"iotanalytics",
|
|
225
240
|
"iotdeviceadvisor",
|
|
226
241
|
"iotevents",
|
|
@@ -275,6 +290,7 @@ ServiceName = Literal[
|
|
|
275
290
|
"marketplace-catalog",
|
|
276
291
|
"marketplace-deployment",
|
|
277
292
|
"marketplace-entitlement",
|
|
293
|
+
"marketplace-reporting",
|
|
278
294
|
"marketplacecommerceanalytics",
|
|
279
295
|
"mediaconnect",
|
|
280
296
|
"mediaconvert",
|
|
@@ -301,10 +317,13 @@ ServiceName = Literal[
|
|
|
301
317
|
"neptune-graph",
|
|
302
318
|
"neptunedata",
|
|
303
319
|
"network-firewall",
|
|
320
|
+
"networkflowmonitor",
|
|
304
321
|
"networkmanager",
|
|
305
322
|
"networkmonitor",
|
|
306
|
-
"
|
|
323
|
+
"notifications",
|
|
324
|
+
"notificationscontacts",
|
|
307
325
|
"oam",
|
|
326
|
+
"observabilityadmin",
|
|
308
327
|
"omics",
|
|
309
328
|
"opensearch",
|
|
310
329
|
"opensearchserverless",
|
|
@@ -314,10 +333,12 @@ ServiceName = Literal[
|
|
|
314
333
|
"osis",
|
|
315
334
|
"outposts",
|
|
316
335
|
"panorama",
|
|
336
|
+
"partnercentral-selling",
|
|
317
337
|
"payment-cryptography",
|
|
318
338
|
"payment-cryptography-data",
|
|
319
339
|
"pca-connector-ad",
|
|
320
340
|
"pca-connector-scep",
|
|
341
|
+
"pcs",
|
|
321
342
|
"personalize",
|
|
322
343
|
"personalize-events",
|
|
323
344
|
"personalize-runtime",
|
|
@@ -363,6 +384,7 @@ ServiceName = Literal[
|
|
|
363
384
|
"s3",
|
|
364
385
|
"s3control",
|
|
365
386
|
"s3outposts",
|
|
387
|
+
"s3tables",
|
|
366
388
|
"sagemaker",
|
|
367
389
|
"sagemaker-a2i-runtime",
|
|
368
390
|
"sagemaker-edge",
|
|
@@ -375,6 +397,7 @@ ServiceName = Literal[
|
|
|
375
397
|
"schemas",
|
|
376
398
|
"sdb",
|
|
377
399
|
"secretsmanager",
|
|
400
|
+
"security-ir",
|
|
378
401
|
"securityhub",
|
|
379
402
|
"securitylake",
|
|
380
403
|
"serverlessrepo",
|
|
@@ -392,6 +415,7 @@ ServiceName = Literal[
|
|
|
392
415
|
"snow-device-management",
|
|
393
416
|
"snowball",
|
|
394
417
|
"sns",
|
|
418
|
+
"socialmessaging",
|
|
395
419
|
"sqs",
|
|
396
420
|
"ssm",
|
|
397
421
|
"ssm-contacts",
|
|
@@ -428,7 +452,6 @@ ServiceName = Literal[
|
|
|
428
452
|
"wellarchitected",
|
|
429
453
|
"wisdom",
|
|
430
454
|
"workdocs",
|
|
431
|
-
"worklink",
|
|
432
455
|
"workmail",
|
|
433
456
|
"workmailmessageflow",
|
|
434
457
|
"workspaces",
|
|
@@ -448,7 +471,7 @@ ResourceServiceName = Literal[
|
|
|
448
471
|
"sns",
|
|
449
472
|
"sqs",
|
|
450
473
|
]
|
|
451
|
-
PaginatorName = Literal["search_cases", "search_related_items"]
|
|
474
|
+
PaginatorName = Literal["list_case_rules", "search_cases", "search_related_items"]
|
|
452
475
|
RegionName = Literal[
|
|
453
476
|
"ap-northeast-1",
|
|
454
477
|
"ap-northeast-2",
|
|
@@ -1,7 +1,9 @@
|
|
|
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
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
5
7
|
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
@@ -10,6 +12,7 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
from mypy_boto3_connectcases.client import ConnectCasesClient
|
|
12
14
|
from mypy_boto3_connectcases.paginator import (
|
|
15
|
+
ListCaseRulesPaginator,
|
|
13
16
|
SearchCasesPaginator,
|
|
14
17
|
SearchRelatedItemsPaginator,
|
|
15
18
|
)
|
|
@@ -17,74 +20,95 @@ Usage::
|
|
|
17
20
|
session = Session()
|
|
18
21
|
client: ConnectCasesClient = session.client("connectcases")
|
|
19
22
|
|
|
23
|
+
list_case_rules_paginator: ListCaseRulesPaginator = client.get_paginator("list_case_rules")
|
|
20
24
|
search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
|
|
21
25
|
search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator("search_related_items")
|
|
22
26
|
```
|
|
23
27
|
"""
|
|
24
28
|
|
|
25
|
-
from
|
|
29
|
+
from __future__ import annotations
|
|
30
|
+
|
|
31
|
+
import sys
|
|
32
|
+
from typing import TYPE_CHECKING
|
|
26
33
|
|
|
27
34
|
from botocore.paginate import PageIterator, Paginator
|
|
28
35
|
|
|
29
36
|
from .type_defs import (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
RelatedItemTypeFilterTypeDef,
|
|
37
|
+
ListCaseRulesRequestPaginateTypeDef,
|
|
38
|
+
ListCaseRulesResponseTypeDef,
|
|
39
|
+
SearchCasesRequestPaginateTypeDef,
|
|
34
40
|
SearchCasesResponseTypeDef,
|
|
41
|
+
SearchRelatedItemsRequestPaginateTypeDef,
|
|
35
42
|
SearchRelatedItemsResponseTypeDef,
|
|
36
|
-
SortTypeDef,
|
|
37
43
|
)
|
|
38
44
|
|
|
39
|
-
|
|
45
|
+
if sys.version_info >= (3, 12):
|
|
46
|
+
from typing import Unpack
|
|
47
|
+
else:
|
|
48
|
+
from typing_extensions import Unpack
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
__all__ = ("ListCaseRulesPaginator", "SearchCasesPaginator", "SearchRelatedItemsPaginator")
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
if TYPE_CHECKING:
|
|
55
|
+
_ListCaseRulesPaginatorBase = Paginator[ListCaseRulesResponseTypeDef]
|
|
56
|
+
else:
|
|
57
|
+
_ListCaseRulesPaginatorBase = Paginator # type: ignore[assignment]
|
|
40
58
|
|
|
41
|
-
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
42
59
|
|
|
60
|
+
class ListCaseRulesPaginator(_ListCaseRulesPaginatorBase):
|
|
61
|
+
"""
|
|
62
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/ListCaseRules.html#ConnectCases.Paginator.ListCaseRules)
|
|
63
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#listcaserulespaginator)
|
|
64
|
+
"""
|
|
43
65
|
|
|
44
|
-
|
|
45
|
-
|
|
66
|
+
def paginate( # type: ignore[override]
|
|
67
|
+
self, **kwargs: Unpack[ListCaseRulesRequestPaginateTypeDef]
|
|
68
|
+
) -> PageIterator[ListCaseRulesResponseTypeDef]:
|
|
46
69
|
"""
|
|
47
|
-
|
|
70
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/ListCaseRules.html#ConnectCases.Paginator.ListCaseRules.paginate)
|
|
71
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#listcaserulespaginator)
|
|
48
72
|
"""
|
|
49
73
|
|
|
50
74
|
|
|
51
|
-
|
|
75
|
+
if TYPE_CHECKING:
|
|
76
|
+
_SearchCasesPaginatorBase = Paginator[SearchCasesResponseTypeDef]
|
|
77
|
+
else:
|
|
78
|
+
_SearchCasesPaginatorBase = Paginator # type: ignore[assignment]
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
class SearchCasesPaginator(_SearchCasesPaginatorBase):
|
|
52
82
|
"""
|
|
53
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchCases)
|
|
83
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases)
|
|
54
84
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
|
|
55
85
|
"""
|
|
56
86
|
|
|
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]:
|
|
87
|
+
def paginate( # type: ignore[override]
|
|
88
|
+
self, **kwargs: Unpack[SearchCasesRequestPaginateTypeDef]
|
|
89
|
+
) -> PageIterator[SearchCasesResponseTypeDef]:
|
|
67
90
|
"""
|
|
68
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchCases.paginate)
|
|
91
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases.paginate)
|
|
69
92
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
|
|
70
93
|
"""
|
|
71
94
|
|
|
72
95
|
|
|
73
|
-
|
|
96
|
+
if TYPE_CHECKING:
|
|
97
|
+
_SearchRelatedItemsPaginatorBase = Paginator[SearchRelatedItemsResponseTypeDef]
|
|
98
|
+
else:
|
|
99
|
+
_SearchRelatedItemsPaginatorBase = Paginator # type: ignore[assignment]
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
class SearchRelatedItemsPaginator(_SearchRelatedItemsPaginatorBase):
|
|
74
103
|
"""
|
|
75
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchRelatedItems)
|
|
104
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems)
|
|
76
105
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
77
106
|
"""
|
|
78
107
|
|
|
79
|
-
def paginate(
|
|
80
|
-
self,
|
|
81
|
-
|
|
82
|
-
caseId: str,
|
|
83
|
-
domainId: str,
|
|
84
|
-
filters: Sequence[RelatedItemTypeFilterTypeDef] = ...,
|
|
85
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
86
|
-
) -> _PageIterator[SearchRelatedItemsResponseTypeDef]:
|
|
108
|
+
def paginate( # type: ignore[override]
|
|
109
|
+
self, **kwargs: Unpack[SearchRelatedItemsRequestPaginateTypeDef]
|
|
110
|
+
) -> PageIterator[SearchRelatedItemsResponseTypeDef]:
|
|
87
111
|
"""
|
|
88
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchRelatedItems.paginate)
|
|
112
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems.paginate)
|
|
89
113
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
90
114
|
"""
|
|
@@ -1,7 +1,9 @@
|
|
|
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
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
5
7
|
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
@@ -10,6 +12,7 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
from mypy_boto3_connectcases.client import ConnectCasesClient
|
|
12
14
|
from mypy_boto3_connectcases.paginator import (
|
|
15
|
+
ListCaseRulesPaginator,
|
|
13
16
|
SearchCasesPaginator,
|
|
14
17
|
SearchRelatedItemsPaginator,
|
|
15
18
|
)
|
|
@@ -17,71 +20,85 @@ Usage::
|
|
|
17
20
|
session = Session()
|
|
18
21
|
client: ConnectCasesClient = session.client("connectcases")
|
|
19
22
|
|
|
23
|
+
list_case_rules_paginator: ListCaseRulesPaginator = client.get_paginator("list_case_rules")
|
|
20
24
|
search_cases_paginator: SearchCasesPaginator = client.get_paginator("search_cases")
|
|
21
25
|
search_related_items_paginator: SearchRelatedItemsPaginator = client.get_paginator("search_related_items")
|
|
22
26
|
```
|
|
23
27
|
"""
|
|
24
28
|
|
|
25
|
-
from
|
|
29
|
+
from __future__ import annotations
|
|
30
|
+
|
|
31
|
+
import sys
|
|
32
|
+
from typing import TYPE_CHECKING
|
|
26
33
|
|
|
27
34
|
from botocore.paginate import PageIterator, Paginator
|
|
28
35
|
|
|
29
36
|
from .type_defs import (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
RelatedItemTypeFilterTypeDef,
|
|
37
|
+
ListCaseRulesRequestPaginateTypeDef,
|
|
38
|
+
ListCaseRulesResponseTypeDef,
|
|
39
|
+
SearchCasesRequestPaginateTypeDef,
|
|
34
40
|
SearchCasesResponseTypeDef,
|
|
41
|
+
SearchRelatedItemsRequestPaginateTypeDef,
|
|
35
42
|
SearchRelatedItemsResponseTypeDef,
|
|
36
|
-
SortTypeDef,
|
|
37
43
|
)
|
|
38
44
|
|
|
39
|
-
|
|
45
|
+
if sys.version_info >= (3, 12):
|
|
46
|
+
from typing import Unpack
|
|
47
|
+
else:
|
|
48
|
+
from typing_extensions import Unpack
|
|
49
|
+
|
|
50
|
+
__all__ = ("ListCaseRulesPaginator", "SearchCasesPaginator", "SearchRelatedItemsPaginator")
|
|
40
51
|
|
|
41
|
-
|
|
52
|
+
if TYPE_CHECKING:
|
|
53
|
+
_ListCaseRulesPaginatorBase = Paginator[ListCaseRulesResponseTypeDef]
|
|
54
|
+
else:
|
|
55
|
+
_ListCaseRulesPaginatorBase = Paginator # type: ignore[assignment]
|
|
42
56
|
|
|
43
|
-
class
|
|
44
|
-
|
|
57
|
+
class ListCaseRulesPaginator(_ListCaseRulesPaginatorBase):
|
|
58
|
+
"""
|
|
59
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/ListCaseRules.html#ConnectCases.Paginator.ListCaseRules)
|
|
60
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#listcaserulespaginator)
|
|
61
|
+
"""
|
|
62
|
+
def paginate( # type: ignore[override]
|
|
63
|
+
self, **kwargs: Unpack[ListCaseRulesRequestPaginateTypeDef]
|
|
64
|
+
) -> PageIterator[ListCaseRulesResponseTypeDef]:
|
|
45
65
|
"""
|
|
46
|
-
|
|
66
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/ListCaseRules.html#ConnectCases.Paginator.ListCaseRules.paginate)
|
|
67
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#listcaserulespaginator)
|
|
47
68
|
"""
|
|
48
69
|
|
|
49
|
-
|
|
70
|
+
if TYPE_CHECKING:
|
|
71
|
+
_SearchCasesPaginatorBase = Paginator[SearchCasesResponseTypeDef]
|
|
72
|
+
else:
|
|
73
|
+
_SearchCasesPaginatorBase = Paginator # type: ignore[assignment]
|
|
74
|
+
|
|
75
|
+
class SearchCasesPaginator(_SearchCasesPaginatorBase):
|
|
50
76
|
"""
|
|
51
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchCases)
|
|
77
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases)
|
|
52
78
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
|
|
53
79
|
"""
|
|
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]:
|
|
80
|
+
def paginate( # type: ignore[override]
|
|
81
|
+
self, **kwargs: Unpack[SearchCasesRequestPaginateTypeDef]
|
|
82
|
+
) -> PageIterator[SearchCasesResponseTypeDef]:
|
|
65
83
|
"""
|
|
66
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchCases.paginate)
|
|
84
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchCases.html#ConnectCases.Paginator.SearchCases.paginate)
|
|
67
85
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchcasespaginator)
|
|
68
86
|
"""
|
|
69
87
|
|
|
70
|
-
|
|
88
|
+
if TYPE_CHECKING:
|
|
89
|
+
_SearchRelatedItemsPaginatorBase = Paginator[SearchRelatedItemsResponseTypeDef]
|
|
90
|
+
else:
|
|
91
|
+
_SearchRelatedItemsPaginatorBase = Paginator # type: ignore[assignment]
|
|
92
|
+
|
|
93
|
+
class SearchRelatedItemsPaginator(_SearchRelatedItemsPaginatorBase):
|
|
71
94
|
"""
|
|
72
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchRelatedItems)
|
|
95
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems)
|
|
73
96
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
74
97
|
"""
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
*,
|
|
79
|
-
caseId: str,
|
|
80
|
-
domainId: str,
|
|
81
|
-
filters: Sequence[RelatedItemTypeFilterTypeDef] = ...,
|
|
82
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
83
|
-
) -> _PageIterator[SearchRelatedItemsResponseTypeDef]:
|
|
98
|
+
def paginate( # type: ignore[override]
|
|
99
|
+
self, **kwargs: Unpack[SearchRelatedItemsRequestPaginateTypeDef]
|
|
100
|
+
) -> PageIterator[SearchRelatedItemsResponseTypeDef]:
|
|
84
101
|
"""
|
|
85
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Paginator.SearchRelatedItems.paginate)
|
|
102
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/paginator/SearchRelatedItems.html#ConnectCases.Paginator.SearchRelatedItems.paginate)
|
|
86
103
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/paginators/#searchrelateditemspaginator)
|
|
87
104
|
"""
|