types-boto3-connectcases 1.38.5__py3-none-any.whl → 1.39.2__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.
@@ -12,9 +12,9 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 ConnectCases 1.38.5\n"
16
- "Version: 1.38.5\n"
17
- "Builder version: 8.10.1\n"
15
+ "Type annotations for boto3 ConnectCases 1.39.2\n"
16
+ "Version: 1.39.2\n"
17
+ "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_connectcases//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#connectcases\n"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.38.5\n")
29
+ sys.stdout.write("1.39.2\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -47,10 +47,12 @@ from .type_defs import (
47
47
  CreateRelatedItemResponseTypeDef,
48
48
  CreateTemplateRequestTypeDef,
49
49
  CreateTemplateResponseTypeDef,
50
+ DeleteCaseRequestTypeDef,
50
51
  DeleteCaseRuleRequestTypeDef,
51
52
  DeleteDomainRequestTypeDef,
52
53
  DeleteFieldRequestTypeDef,
53
54
  DeleteLayoutRequestTypeDef,
55
+ DeleteRelatedItemRequestTypeDef,
54
56
  DeleteTemplateRequestTypeDef,
55
57
  EmptyResponseMetadataTypeDef,
56
58
  GetCaseAuditEventsRequestTypeDef,
@@ -189,8 +191,8 @@ class ConnectCasesClient(BaseClient):
189
191
 
190
192
  def create_case(self, **kwargs: Unpack[CreateCaseRequestTypeDef]) -> CreateCaseResponseTypeDef:
191
193
  """
192
- If you provide a value for <code>PerformedBy.UserArn</code> you must also have
193
- <a
194
+ <note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must
195
+ also have <a
194
196
  href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a>
195
197
  permission on the User ARN resource that you provide.
196
198
 
@@ -260,6 +262,15 @@ class ConnectCasesClient(BaseClient):
260
262
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#create_template)
261
263
  """
262
264
 
265
+ def delete_case(self, **kwargs: Unpack[DeleteCaseRequestTypeDef]) -> Dict[str, Any]:
266
+ """
267
+ The DeleteCase API permanently deletes a case and all its associated resources
268
+ from the cases data store.
269
+
270
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/client/delete_case.html)
271
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#delete_case)
272
+ """
273
+
263
274
  def delete_case_rule(self, **kwargs: Unpack[DeleteCaseRuleRequestTypeDef]) -> Dict[str, Any]:
264
275
  """
265
276
  Deletes a case rule.
@@ -292,6 +303,16 @@ class ConnectCasesClient(BaseClient):
292
303
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#delete_layout)
293
304
  """
294
305
 
306
+ def delete_related_item(
307
+ self, **kwargs: Unpack[DeleteRelatedItemRequestTypeDef]
308
+ ) -> Dict[str, Any]:
309
+ """
310
+ Deletes the related item resource under a case.
311
+
312
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/client/delete_related_item.html)
313
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#delete_related_item)
314
+ """
315
+
295
316
  def delete_template(self, **kwargs: Unpack[DeleteTemplateRequestTypeDef]) -> Dict[str, Any]:
296
317
  """
297
318
  Deletes a cases template.
@@ -484,8 +505,8 @@ class ConnectCasesClient(BaseClient):
484
505
 
485
506
  def update_case(self, **kwargs: Unpack[UpdateCaseRequestTypeDef]) -> Dict[str, Any]:
486
507
  """
487
- If you provide a value for <code>PerformedBy.UserArn</code> you must also have
488
- <a
508
+ <note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must
509
+ also have <a
489
510
  href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a>
490
511
  permission on the User ARN resource that you provide.
491
512
 
@@ -47,10 +47,12 @@ from .type_defs import (
47
47
  CreateRelatedItemResponseTypeDef,
48
48
  CreateTemplateRequestTypeDef,
49
49
  CreateTemplateResponseTypeDef,
50
+ DeleteCaseRequestTypeDef,
50
51
  DeleteCaseRuleRequestTypeDef,
51
52
  DeleteDomainRequestTypeDef,
52
53
  DeleteFieldRequestTypeDef,
53
54
  DeleteLayoutRequestTypeDef,
55
+ DeleteRelatedItemRequestTypeDef,
54
56
  DeleteTemplateRequestTypeDef,
55
57
  EmptyResponseMetadataTypeDef,
56
58
  GetCaseAuditEventsRequestTypeDef,
@@ -186,8 +188,8 @@ class ConnectCasesClient(BaseClient):
186
188
 
187
189
  def create_case(self, **kwargs: Unpack[CreateCaseRequestTypeDef]) -> CreateCaseResponseTypeDef:
188
190
  """
189
- If you provide a value for <code>PerformedBy.UserArn</code> you must also have
190
- <a
191
+ <note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must
192
+ also have <a
191
193
  href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a>
192
194
  permission on the User ARN resource that you provide.
193
195
 
@@ -257,6 +259,15 @@ class ConnectCasesClient(BaseClient):
257
259
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#create_template)
258
260
  """
259
261
 
262
+ def delete_case(self, **kwargs: Unpack[DeleteCaseRequestTypeDef]) -> Dict[str, Any]:
263
+ """
264
+ The DeleteCase API permanently deletes a case and all its associated resources
265
+ from the cases data store.
266
+
267
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/client/delete_case.html)
268
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#delete_case)
269
+ """
270
+
260
271
  def delete_case_rule(self, **kwargs: Unpack[DeleteCaseRuleRequestTypeDef]) -> Dict[str, Any]:
261
272
  """
262
273
  Deletes a case rule.
@@ -289,6 +300,16 @@ class ConnectCasesClient(BaseClient):
289
300
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#delete_layout)
290
301
  """
291
302
 
303
+ def delete_related_item(
304
+ self, **kwargs: Unpack[DeleteRelatedItemRequestTypeDef]
305
+ ) -> Dict[str, Any]:
306
+ """
307
+ Deletes the related item resource under a case.
308
+
309
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases/client/delete_related_item.html)
310
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#delete_related_item)
311
+ """
312
+
292
313
  def delete_template(self, **kwargs: Unpack[DeleteTemplateRequestTypeDef]) -> Dict[str, Any]:
293
314
  """
294
315
  Deletes a cases template.
@@ -481,8 +502,8 @@ class ConnectCasesClient(BaseClient):
481
502
 
482
503
  def update_case(self, **kwargs: Unpack[UpdateCaseRequestTypeDef]) -> Dict[str, Any]:
483
504
  """
484
- If you provide a value for <code>PerformedBy.UserArn</code> you must also have
485
- <a
505
+ <note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must
506
+ also have <a
486
507
  href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a>
487
508
  permission on the User ARN resource that you provide.
488
509
 
@@ -65,6 +65,7 @@ ServiceName = Literal[
65
65
  "account",
66
66
  "acm",
67
67
  "acm-pca",
68
+ "aiops",
68
69
  "amp",
69
70
  "amplify",
70
71
  "amplifybackend",
@@ -205,6 +206,7 @@ ServiceName = Literal[
205
206
  "es",
206
207
  "events",
207
208
  "evidently",
209
+ "evs",
208
210
  "finspace",
209
211
  "finspace-data",
210
212
  "firehose",
@@ -262,6 +264,7 @@ ServiceName = Literal[
262
264
  "kendra",
263
265
  "kendra-ranking",
264
266
  "keyspaces",
267
+ "keyspacesstreams",
265
268
  "kinesis",
266
269
  "kinesis-video-archived-media",
267
270
  "kinesis-video-media",
@@ -317,6 +320,7 @@ ServiceName = Literal[
317
320
  "migrationhub-config",
318
321
  "migrationhuborchestrator",
319
322
  "migrationhubstrategy",
323
+ "mpa",
320
324
  "mq",
321
325
  "mturk",
322
326
  "mwaa",
@@ -331,6 +335,7 @@ ServiceName = Literal[
331
335
  "notificationscontacts",
332
336
  "oam",
333
337
  "observabilityadmin",
338
+ "odb",
334
339
  "omics",
335
340
  "opensearch",
336
341
  "opensearchserverless",
@@ -357,7 +362,6 @@ ServiceName = Literal[
357
362
  "pipes",
358
363
  "polly",
359
364
  "pricing",
360
- "privatenetworks",
361
365
  "proton",
362
366
  "qapps",
363
367
  "qbusiness",
@@ -418,7 +422,6 @@ ServiceName = Literal[
418
422
  "signer",
419
423
  "simspaceweaver",
420
424
  "sms",
421
- "sms-voice",
422
425
  "snow-device-management",
423
426
  "snowball",
424
427
  "sns",
@@ -463,6 +466,7 @@ ServiceName = Literal[
463
466
  "workmail",
464
467
  "workmailmessageflow",
465
468
  "workspaces",
469
+ "workspaces-instances",
466
470
  "workspaces-thin-client",
467
471
  "workspaces-web",
468
472
  "xray",
@@ -63,6 +63,7 @@ ServiceName = Literal[
63
63
  "account",
64
64
  "acm",
65
65
  "acm-pca",
66
+ "aiops",
66
67
  "amp",
67
68
  "amplify",
68
69
  "amplifybackend",
@@ -203,6 +204,7 @@ ServiceName = Literal[
203
204
  "es",
204
205
  "events",
205
206
  "evidently",
207
+ "evs",
206
208
  "finspace",
207
209
  "finspace-data",
208
210
  "firehose",
@@ -260,6 +262,7 @@ ServiceName = Literal[
260
262
  "kendra",
261
263
  "kendra-ranking",
262
264
  "keyspaces",
265
+ "keyspacesstreams",
263
266
  "kinesis",
264
267
  "kinesis-video-archived-media",
265
268
  "kinesis-video-media",
@@ -315,6 +318,7 @@ ServiceName = Literal[
315
318
  "migrationhub-config",
316
319
  "migrationhuborchestrator",
317
320
  "migrationhubstrategy",
321
+ "mpa",
318
322
  "mq",
319
323
  "mturk",
320
324
  "mwaa",
@@ -329,6 +333,7 @@ ServiceName = Literal[
329
333
  "notificationscontacts",
330
334
  "oam",
331
335
  "observabilityadmin",
336
+ "odb",
332
337
  "omics",
333
338
  "opensearch",
334
339
  "opensearchserverless",
@@ -355,7 +360,6 @@ ServiceName = Literal[
355
360
  "pipes",
356
361
  "polly",
357
362
  "pricing",
358
- "privatenetworks",
359
363
  "proton",
360
364
  "qapps",
361
365
  "qbusiness",
@@ -416,7 +420,6 @@ ServiceName = Literal[
416
420
  "signer",
417
421
  "simspaceweaver",
418
422
  "sms",
419
- "sms-voice",
420
423
  "snow-device-management",
421
424
  "snowball",
422
425
  "sns",
@@ -461,6 +464,7 @@ ServiceName = Literal[
461
464
  "workmail",
462
465
  "workmailmessageflow",
463
466
  "workspaces",
467
+ "workspaces-instances",
464
468
  "workspaces-thin-client",
465
469
  "workspaces-web",
466
470
  "xray",
@@ -89,10 +89,12 @@ __all__ = (
89
89
  "CreateRelatedItemResponseTypeDef",
90
90
  "CreateTemplateRequestTypeDef",
91
91
  "CreateTemplateResponseTypeDef",
92
+ "DeleteCaseRequestTypeDef",
92
93
  "DeleteCaseRuleRequestTypeDef",
93
94
  "DeleteDomainRequestTypeDef",
94
95
  "DeleteFieldRequestTypeDef",
95
96
  "DeleteLayoutRequestTypeDef",
97
+ "DeleteRelatedItemRequestTypeDef",
96
98
  "DeleteTemplateRequestTypeDef",
97
99
  "DomainSummaryTypeDef",
98
100
  "EmptyResponseMetadataTypeDef",
@@ -357,6 +359,11 @@ class TemplateRuleTypeDef(TypedDict):
357
359
  fieldId: str
358
360
 
359
361
 
362
+ class DeleteCaseRequestTypeDef(TypedDict):
363
+ caseId: str
364
+ domainId: str
365
+
366
+
360
367
  class DeleteCaseRuleRequestTypeDef(TypedDict):
361
368
  caseRuleId: str
362
369
  domainId: str
@@ -376,6 +383,12 @@ class DeleteLayoutRequestTypeDef(TypedDict):
376
383
  layoutId: str
377
384
 
378
385
 
386
+ class DeleteRelatedItemRequestTypeDef(TypedDict):
387
+ caseId: str
388
+ domainId: str
389
+ relatedItemId: str
390
+
391
+
379
392
  class DeleteTemplateRequestTypeDef(TypedDict):
380
393
  domainId: str
381
394
  templateId: str
@@ -88,10 +88,12 @@ __all__ = (
88
88
  "CreateRelatedItemResponseTypeDef",
89
89
  "CreateTemplateRequestTypeDef",
90
90
  "CreateTemplateResponseTypeDef",
91
+ "DeleteCaseRequestTypeDef",
91
92
  "DeleteCaseRuleRequestTypeDef",
92
93
  "DeleteDomainRequestTypeDef",
93
94
  "DeleteFieldRequestTypeDef",
94
95
  "DeleteLayoutRequestTypeDef",
96
+ "DeleteRelatedItemRequestTypeDef",
95
97
  "DeleteTemplateRequestTypeDef",
96
98
  "DomainSummaryTypeDef",
97
99
  "EmptyResponseMetadataTypeDef",
@@ -334,6 +336,10 @@ class TemplateRuleTypeDef(TypedDict):
334
336
  caseRuleId: str
335
337
  fieldId: str
336
338
 
339
+ class DeleteCaseRequestTypeDef(TypedDict):
340
+ caseId: str
341
+ domainId: str
342
+
337
343
  class DeleteCaseRuleRequestTypeDef(TypedDict):
338
344
  caseRuleId: str
339
345
  domainId: str
@@ -349,6 +355,11 @@ class DeleteLayoutRequestTypeDef(TypedDict):
349
355
  domainId: str
350
356
  layoutId: str
351
357
 
358
+ class DeleteRelatedItemRequestTypeDef(TypedDict):
359
+ caseId: str
360
+ domainId: str
361
+ relatedItemId: str
362
+
352
363
  class DeleteTemplateRequestTypeDef(TypedDict):
353
364
  domainId: str
354
365
  templateId: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.38.5"
7
+ __version__ = "1.39.2"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-connectcases
3
- Version: 1.38.5
4
- Summary: Type annotations for boto3 ConnectCases 1.38.5 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.39.2
4
+ Summary: Type annotations for boto3 ConnectCases 1.39.2 service generated with mypy-boto3-builder 8.11.0
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -57,7 +57,7 @@ Dynamic: summary
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 ConnectCases 1.38.5](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 ConnectCases 1.39.2](https://pypi.org/project/boto3/) compatible with
61
61
  [VSCode](https://code.visualstudio.com/),
62
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -66,7 +66,7 @@ Type annotations for
66
66
  [pyright](https://github.com/microsoft/pyright) and other tools.
67
67
 
68
68
  Generated with
69
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
69
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
70
70
 
71
71
  More information can be found on
72
72
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.38.5' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.39.2' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `ConnectCases` service.
125
125
  4. Use provided commands to install generated packages.
@@ -0,0 +1,18 @@
1
+ types_boto3_connectcases/__init__.py,sha256=sB9ozxjf19mxYEz3IjaZylVEl6IoWQ2n7pTkgHcXog0,1129
2
+ types_boto3_connectcases/__init__.pyi,sha256=mVuL26WwWxDdcnRuHN7vGgIkoVjdriyshM2w4EUNmnI,1128
3
+ types_boto3_connectcases/__main__.py,sha256=_2C9egB3EsjUivgQw_zsLaGpyP0L4XoAGy5iPU-08Ag,1002
4
+ types_boto3_connectcases/client.py,sha256=6sKT0pSD4ZVcmvC--aw1J9IhnGEEOrgbG89T5AzjJe4,27464
5
+ types_boto3_connectcases/client.pyi,sha256=GSO6sZnvc6-l7fFTV-GljvFtQ2BQfdVUu9g8jPWNXQA,27461
6
+ types_boto3_connectcases/literals.py,sha256=8YFWBILb28rNPFUgY1w0RsP1BHZB7DOff0SkXXLIrh0,10378
7
+ types_boto3_connectcases/literals.pyi,sha256=dl898Mb74RksLpyc0Nfp73sMy8Ot_dOgshU9GzqDQTw,10376
8
+ types_boto3_connectcases/paginator.py,sha256=FLo06hxmlQd5WOuFKNUETD_w2l4cqjs-5tz5Tm6sEYQ,4847
9
+ types_boto3_connectcases/paginator.pyi,sha256=nRQcco1-MVD8wqS1724Bbc3WZons4N02_Bf18x-pt-M,4837
10
+ types_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_connectcases/type_defs.py,sha256=4aY18IflqxLuiJN_pq8Fqoz_b4ikFKlrNCQW4o7dgkg,29916
12
+ types_boto3_connectcases/type_defs.pyi,sha256=9b7To20ZUm5oeBipAvew3M18ovtsYgr2NLAHeSkdXZQ,29773
13
+ types_boto3_connectcases/version.py,sha256=8cbB0BrG5RGtxjrBe2_uK8on24XYZNcTBQnuTkRckPg,92
14
+ types_boto3_connectcases-1.39.2.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_connectcases-1.39.2.dist-info/METADATA,sha256=SXnicOhBTBMAkaWn-j5KMCNqTVs0UoXNo9HnlvIxN-Y,15492
16
+ types_boto3_connectcases-1.39.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ types_boto3_connectcases-1.39.2.dist-info/top_level.txt,sha256=0H6UGzWA8k7lNFFkG_vDlg1gCNSXEHI49EQW8-HFCT4,25
18
+ types_boto3_connectcases-1.39.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,18 +0,0 @@
1
- types_boto3_connectcases/__init__.py,sha256=sB9ozxjf19mxYEz3IjaZylVEl6IoWQ2n7pTkgHcXog0,1129
2
- types_boto3_connectcases/__init__.pyi,sha256=mVuL26WwWxDdcnRuHN7vGgIkoVjdriyshM2w4EUNmnI,1128
3
- types_boto3_connectcases/__main__.py,sha256=AVrFaFmushi8iZB3VnHqkuWXf6AW6JYTpeCHr64nbJo,1002
4
- types_boto3_connectcases/client.py,sha256=_EYvYiiGcoSFd5QjOyYGWEZAtG2JfUbsxhAChwAuL-Q,26368
5
- types_boto3_connectcases/client.pyi,sha256=KB0iZu4OObq4FRIdzPLwZz29Ueoh60kxol5sOYWVxmo,26365
6
- types_boto3_connectcases/literals.py,sha256=4ZlaUKJiPBWvmvegQTtWsmoIJUAdiXyJ507Bb6pOHhw,10320
7
- types_boto3_connectcases/literals.pyi,sha256=V492YRoIbyY7b4GBPkX0ybdBqxWZR5GD1gQJUrVy3do,10318
8
- types_boto3_connectcases/paginator.py,sha256=FLo06hxmlQd5WOuFKNUETD_w2l4cqjs-5tz5Tm6sEYQ,4847
9
- types_boto3_connectcases/paginator.pyi,sha256=nRQcco1-MVD8wqS1724Bbc3WZons4N02_Bf18x-pt-M,4837
10
- types_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- types_boto3_connectcases/type_defs.py,sha256=kkeCHQZSs9xPZIGW6kYRXL4TOYYkiuueso3zaiW5lPI,29657
12
- types_boto3_connectcases/type_defs.pyi,sha256=p_RxJejFgkFT1tteoHr0qTuDo97gYQ7ndVSdHtQV6ps,29516
13
- types_boto3_connectcases/version.py,sha256=4i2B9ueJp-52bvuabdvB0luelG6zsI-y4boXT0I5Z_w,92
14
- types_boto3_connectcases-1.38.5.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- types_boto3_connectcases-1.38.5.dist-info/METADATA,sha256=SVF2djg3bmXyW266egrYFWfnuyeBJ_A3PTZGGY4vfjI,15492
16
- types_boto3_connectcases-1.38.5.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
17
- types_boto3_connectcases-1.38.5.dist-info/top_level.txt,sha256=0H6UGzWA8k7lNFFkG_vDlg1gCNSXEHI49EQW8-HFCT4,25
18
- types_boto3_connectcases-1.38.5.dist-info/RECORD,,