mypy-boto3-connectcases 1.34.94__py3-none-any.whl → 1.35.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/__main__.py +4 -4
- mypy_boto3_connectcases/literals.py +10 -5
- mypy_boto3_connectcases/literals.pyi +10 -5
- mypy_boto3_connectcases/type_defs.py +94 -77
- mypy_boto3_connectcases/type_defs.pyi +94 -77
- mypy_boto3_connectcases/version.py +1 -1
- {mypy_boto3_connectcases-1.34.94.dist-info → mypy_boto3_connectcases-1.35.0.dist-info}/METADATA +5 -5
- mypy_boto3_connectcases-1.35.0.dist-info/RECORD +18 -0
- {mypy_boto3_connectcases-1.34.94.dist-info → mypy_boto3_connectcases-1.35.0.dist-info}/WHEEL +1 -1
- mypy_boto3_connectcases-1.34.94.dist-info/RECORD +0 -18
- {mypy_boto3_connectcases-1.34.94.dist-info → mypy_boto3_connectcases-1.35.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_connectcases-1.34.94.dist-info → mypy_boto3_connectcases-1.35.0.dist-info}/top_level.txt +0 -0
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.ConnectCases 1.
|
|
14
|
-
"Version: 1.
|
|
15
|
-
"Builder version: 7.
|
|
13
|
+
"Type annotations for boto3.ConnectCases 1.35.0\n"
|
|
14
|
+
"Version: 1.35.0\n"
|
|
15
|
+
"Builder version: 7.26.0\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.
|
|
27
|
+
print("1.35.0")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -43,7 +43,7 @@ DomainStatusType = Literal["Active", "CreationFailed", "CreationInProgress"]
|
|
|
43
43
|
FieldNamespaceType = Literal["Custom", "System"]
|
|
44
44
|
FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
|
|
45
45
|
OrderType = Literal["Asc", "Desc"]
|
|
46
|
-
RelatedItemTypeType = Literal["Comment", "Contact"]
|
|
46
|
+
RelatedItemTypeType = Literal["Comment", "Contact", "File"]
|
|
47
47
|
SearchCasesPaginatorName = Literal["search_cases"]
|
|
48
48
|
SearchRelatedItemsPaginatorName = Literal["search_related_items"]
|
|
49
49
|
TemplateStatusType = Literal["Active", "Inactive"]
|
|
@@ -53,7 +53,6 @@ ServiceName = Literal[
|
|
|
53
53
|
"account",
|
|
54
54
|
"acm",
|
|
55
55
|
"acm-pca",
|
|
56
|
-
"alexaforbusiness",
|
|
57
56
|
"amp",
|
|
58
57
|
"amplify",
|
|
59
58
|
"amplifybackend",
|
|
@@ -68,11 +67,13 @@ ServiceName = Literal[
|
|
|
68
67
|
"appintegrations",
|
|
69
68
|
"application-autoscaling",
|
|
70
69
|
"application-insights",
|
|
70
|
+
"application-signals",
|
|
71
71
|
"applicationcostprofiler",
|
|
72
72
|
"appmesh",
|
|
73
73
|
"apprunner",
|
|
74
74
|
"appstream",
|
|
75
75
|
"appsync",
|
|
76
|
+
"apptest",
|
|
76
77
|
"arc-zonal-shift",
|
|
77
78
|
"artifact",
|
|
78
79
|
"athena",
|
|
@@ -82,7 +83,6 @@ ServiceName = Literal[
|
|
|
82
83
|
"b2bi",
|
|
83
84
|
"backup",
|
|
84
85
|
"backup-gateway",
|
|
85
|
-
"backupstorage",
|
|
86
86
|
"batch",
|
|
87
87
|
"bcm-data-exports",
|
|
88
88
|
"bedrock",
|
|
@@ -208,7 +208,6 @@ ServiceName = Literal[
|
|
|
208
208
|
"guardduty",
|
|
209
209
|
"health",
|
|
210
210
|
"healthlake",
|
|
211
|
-
"honeycode",
|
|
212
211
|
"iam",
|
|
213
212
|
"identitystore",
|
|
214
213
|
"imagebuilder",
|
|
@@ -269,6 +268,7 @@ ServiceName = Literal[
|
|
|
269
268
|
"m2",
|
|
270
269
|
"machinelearning",
|
|
271
270
|
"macie2",
|
|
271
|
+
"mailmanager",
|
|
272
272
|
"managedblockchain",
|
|
273
273
|
"managedblockchain-query",
|
|
274
274
|
"marketplace-agreement",
|
|
@@ -294,7 +294,6 @@ ServiceName = Literal[
|
|
|
294
294
|
"migrationhub-config",
|
|
295
295
|
"migrationhuborchestrator",
|
|
296
296
|
"migrationhubstrategy",
|
|
297
|
-
"mobile",
|
|
298
297
|
"mq",
|
|
299
298
|
"mturk",
|
|
300
299
|
"mwaa",
|
|
@@ -318,6 +317,7 @@ ServiceName = Literal[
|
|
|
318
317
|
"payment-cryptography",
|
|
319
318
|
"payment-cryptography-data",
|
|
320
319
|
"pca-connector-ad",
|
|
320
|
+
"pca-connector-scep",
|
|
321
321
|
"personalize",
|
|
322
322
|
"personalize-events",
|
|
323
323
|
"personalize-runtime",
|
|
@@ -331,6 +331,7 @@ ServiceName = Literal[
|
|
|
331
331
|
"pricing",
|
|
332
332
|
"privatenetworks",
|
|
333
333
|
"proton",
|
|
334
|
+
"qapps",
|
|
334
335
|
"qbusiness",
|
|
335
336
|
"qconnect",
|
|
336
337
|
"qldb",
|
|
@@ -395,6 +396,7 @@ ServiceName = Literal[
|
|
|
395
396
|
"ssm",
|
|
396
397
|
"ssm-contacts",
|
|
397
398
|
"ssm-incidents",
|
|
399
|
+
"ssm-quicksetup",
|
|
398
400
|
"ssm-sap",
|
|
399
401
|
"sso",
|
|
400
402
|
"sso-admin",
|
|
@@ -407,6 +409,7 @@ ServiceName = Literal[
|
|
|
407
409
|
"support-app",
|
|
408
410
|
"swf",
|
|
409
411
|
"synthetics",
|
|
412
|
+
"taxsettings",
|
|
410
413
|
"textract",
|
|
411
414
|
"timestream-influxdb",
|
|
412
415
|
"timestream-query",
|
|
@@ -447,6 +450,8 @@ ResourceServiceName = Literal[
|
|
|
447
450
|
]
|
|
448
451
|
PaginatorName = Literal["search_cases", "search_related_items"]
|
|
449
452
|
RegionName = Literal[
|
|
453
|
+
"ap-northeast-1",
|
|
454
|
+
"ap-northeast-2",
|
|
450
455
|
"ap-southeast-1",
|
|
451
456
|
"ap-southeast-2",
|
|
452
457
|
"ca-central-1",
|
|
@@ -43,7 +43,7 @@ DomainStatusType = Literal["Active", "CreationFailed", "CreationInProgress"]
|
|
|
43
43
|
FieldNamespaceType = Literal["Custom", "System"]
|
|
44
44
|
FieldTypeType = Literal["Boolean", "DateTime", "Number", "SingleSelect", "Text", "Url", "User"]
|
|
45
45
|
OrderType = Literal["Asc", "Desc"]
|
|
46
|
-
RelatedItemTypeType = Literal["Comment", "Contact"]
|
|
46
|
+
RelatedItemTypeType = Literal["Comment", "Contact", "File"]
|
|
47
47
|
SearchCasesPaginatorName = Literal["search_cases"]
|
|
48
48
|
SearchRelatedItemsPaginatorName = Literal["search_related_items"]
|
|
49
49
|
TemplateStatusType = Literal["Active", "Inactive"]
|
|
@@ -53,7 +53,6 @@ ServiceName = Literal[
|
|
|
53
53
|
"account",
|
|
54
54
|
"acm",
|
|
55
55
|
"acm-pca",
|
|
56
|
-
"alexaforbusiness",
|
|
57
56
|
"amp",
|
|
58
57
|
"amplify",
|
|
59
58
|
"amplifybackend",
|
|
@@ -68,11 +67,13 @@ ServiceName = Literal[
|
|
|
68
67
|
"appintegrations",
|
|
69
68
|
"application-autoscaling",
|
|
70
69
|
"application-insights",
|
|
70
|
+
"application-signals",
|
|
71
71
|
"applicationcostprofiler",
|
|
72
72
|
"appmesh",
|
|
73
73
|
"apprunner",
|
|
74
74
|
"appstream",
|
|
75
75
|
"appsync",
|
|
76
|
+
"apptest",
|
|
76
77
|
"arc-zonal-shift",
|
|
77
78
|
"artifact",
|
|
78
79
|
"athena",
|
|
@@ -82,7 +83,6 @@ ServiceName = Literal[
|
|
|
82
83
|
"b2bi",
|
|
83
84
|
"backup",
|
|
84
85
|
"backup-gateway",
|
|
85
|
-
"backupstorage",
|
|
86
86
|
"batch",
|
|
87
87
|
"bcm-data-exports",
|
|
88
88
|
"bedrock",
|
|
@@ -208,7 +208,6 @@ ServiceName = Literal[
|
|
|
208
208
|
"guardduty",
|
|
209
209
|
"health",
|
|
210
210
|
"healthlake",
|
|
211
|
-
"honeycode",
|
|
212
211
|
"iam",
|
|
213
212
|
"identitystore",
|
|
214
213
|
"imagebuilder",
|
|
@@ -269,6 +268,7 @@ ServiceName = Literal[
|
|
|
269
268
|
"m2",
|
|
270
269
|
"machinelearning",
|
|
271
270
|
"macie2",
|
|
271
|
+
"mailmanager",
|
|
272
272
|
"managedblockchain",
|
|
273
273
|
"managedblockchain-query",
|
|
274
274
|
"marketplace-agreement",
|
|
@@ -294,7 +294,6 @@ ServiceName = Literal[
|
|
|
294
294
|
"migrationhub-config",
|
|
295
295
|
"migrationhuborchestrator",
|
|
296
296
|
"migrationhubstrategy",
|
|
297
|
-
"mobile",
|
|
298
297
|
"mq",
|
|
299
298
|
"mturk",
|
|
300
299
|
"mwaa",
|
|
@@ -318,6 +317,7 @@ ServiceName = Literal[
|
|
|
318
317
|
"payment-cryptography",
|
|
319
318
|
"payment-cryptography-data",
|
|
320
319
|
"pca-connector-ad",
|
|
320
|
+
"pca-connector-scep",
|
|
321
321
|
"personalize",
|
|
322
322
|
"personalize-events",
|
|
323
323
|
"personalize-runtime",
|
|
@@ -331,6 +331,7 @@ ServiceName = Literal[
|
|
|
331
331
|
"pricing",
|
|
332
332
|
"privatenetworks",
|
|
333
333
|
"proton",
|
|
334
|
+
"qapps",
|
|
334
335
|
"qbusiness",
|
|
335
336
|
"qconnect",
|
|
336
337
|
"qldb",
|
|
@@ -395,6 +396,7 @@ ServiceName = Literal[
|
|
|
395
396
|
"ssm",
|
|
396
397
|
"ssm-contacts",
|
|
397
398
|
"ssm-incidents",
|
|
399
|
+
"ssm-quicksetup",
|
|
398
400
|
"ssm-sap",
|
|
399
401
|
"sso",
|
|
400
402
|
"sso-admin",
|
|
@@ -407,6 +409,7 @@ ServiceName = Literal[
|
|
|
407
409
|
"support-app",
|
|
408
410
|
"swf",
|
|
409
411
|
"synthetics",
|
|
412
|
+
"taxsettings",
|
|
410
413
|
"textract",
|
|
411
414
|
"timestream-influxdb",
|
|
412
415
|
"timestream-query",
|
|
@@ -447,6 +450,8 @@ ResourceServiceName = Literal[
|
|
|
447
450
|
]
|
|
448
451
|
PaginatorName = Literal["search_cases", "search_related_items"]
|
|
449
452
|
RegionName = Literal[
|
|
453
|
+
"ap-northeast-1",
|
|
454
|
+
"ap-northeast-2",
|
|
450
455
|
"ap-southeast-1",
|
|
451
456
|
"ap-southeast-2",
|
|
452
457
|
"ca-central-1",
|
|
@@ -68,6 +68,8 @@ __all__ = (
|
|
|
68
68
|
"FieldValueUnionExtraOutputTypeDef",
|
|
69
69
|
"FieldValueUnionOutputTypeDef",
|
|
70
70
|
"FieldValueUnionTypeDef",
|
|
71
|
+
"FileContentTypeDef",
|
|
72
|
+
"FileFilterTypeDef",
|
|
71
73
|
"GetCaseAuditEventsRequestRequestTypeDef",
|
|
72
74
|
"GetCaseEventConfigurationRequestRequestTypeDef",
|
|
73
75
|
"GetDomainRequestRequestTypeDef",
|
|
@@ -107,9 +109,6 @@ __all__ = (
|
|
|
107
109
|
"ListFieldOptionsResponseTypeDef",
|
|
108
110
|
"BatchPutFieldOptionsResponseTypeDef",
|
|
109
111
|
"ListCasesForContactResponseTypeDef",
|
|
110
|
-
"RelatedItemContentTypeDef",
|
|
111
|
-
"RelatedItemTypeFilterTypeDef",
|
|
112
|
-
"RelatedItemInputContentTypeDef",
|
|
113
112
|
"CreateTemplateRequestRequestTypeDef",
|
|
114
113
|
"GetTemplateResponseTypeDef",
|
|
115
114
|
"UpdateTemplateRequestRequestTypeDef",
|
|
@@ -120,32 +119,35 @@ __all__ = (
|
|
|
120
119
|
"FieldValueExtraOutputTypeDef",
|
|
121
120
|
"FieldValueOutputTypeDef",
|
|
122
121
|
"FieldValueTypeDef",
|
|
122
|
+
"RelatedItemContentTypeDef",
|
|
123
|
+
"RelatedItemInputContentTypeDef",
|
|
124
|
+
"RelatedItemTypeFilterTypeDef",
|
|
123
125
|
"ListLayoutsResponseTypeDef",
|
|
124
126
|
"ListTemplatesResponseTypeDef",
|
|
125
127
|
"SearchCasesRequestRequestTypeDef",
|
|
126
128
|
"AuditEventTypeDef",
|
|
127
129
|
"EventIncludedDataOutputTypeDef",
|
|
128
130
|
"EventIncludedDataTypeDef",
|
|
129
|
-
"SearchRelatedItemsResponseItemTypeDef",
|
|
130
|
-
"SearchRelatedItemsRequestRequestTypeDef",
|
|
131
|
-
"SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef",
|
|
132
|
-
"CreateRelatedItemRequestRequestTypeDef",
|
|
133
131
|
"SectionOutputTypeDef",
|
|
134
132
|
"SectionTypeDef",
|
|
135
133
|
"GetCaseResponseTypeDef",
|
|
136
134
|
"SearchCasesResponseItemTypeDef",
|
|
137
135
|
"FieldFilterTypeDef",
|
|
138
136
|
"FieldValueExtraUnionTypeDef",
|
|
137
|
+
"SearchRelatedItemsResponseItemTypeDef",
|
|
138
|
+
"CreateRelatedItemRequestRequestTypeDef",
|
|
139
|
+
"SearchRelatedItemsRequestRequestTypeDef",
|
|
140
|
+
"SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef",
|
|
139
141
|
"GetCaseAuditEventsResponseTypeDef",
|
|
140
142
|
"EventBridgeConfigurationOutputTypeDef",
|
|
141
143
|
"EventBridgeConfigurationTypeDef",
|
|
142
|
-
"SearchRelatedItemsResponseTypeDef",
|
|
143
144
|
"LayoutSectionsOutputTypeDef",
|
|
144
145
|
"LayoutSectionsTypeDef",
|
|
145
146
|
"SearchCasesResponseTypeDef",
|
|
146
147
|
"CaseFilterTypeDef",
|
|
147
148
|
"CreateCaseRequestRequestTypeDef",
|
|
148
149
|
"UpdateCaseRequestRequestTypeDef",
|
|
150
|
+
"SearchRelatedItemsResponseTypeDef",
|
|
149
151
|
"GetCaseEventConfigurationResponseTypeDef",
|
|
150
152
|
"EventBridgeConfigurationUnionTypeDef",
|
|
151
153
|
"PutCaseEventConfigurationRequestRequestTypeDef",
|
|
@@ -380,6 +382,18 @@ FieldValueUnionTypeDef = TypedDict(
|
|
|
380
382
|
"userArnValue": NotRequired[str],
|
|
381
383
|
},
|
|
382
384
|
)
|
|
385
|
+
FileContentTypeDef = TypedDict(
|
|
386
|
+
"FileContentTypeDef",
|
|
387
|
+
{
|
|
388
|
+
"fileArn": str,
|
|
389
|
+
},
|
|
390
|
+
)
|
|
391
|
+
FileFilterTypeDef = TypedDict(
|
|
392
|
+
"FileFilterTypeDef",
|
|
393
|
+
{
|
|
394
|
+
"fileArn": NotRequired[str],
|
|
395
|
+
},
|
|
396
|
+
)
|
|
383
397
|
GetCaseAuditEventsRequestRequestTypeDef = TypedDict(
|
|
384
398
|
"GetCaseAuditEventsRequestRequestTypeDef",
|
|
385
399
|
{
|
|
@@ -683,27 +697,6 @@ ListCasesForContactResponseTypeDef = TypedDict(
|
|
|
683
697
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
684
698
|
},
|
|
685
699
|
)
|
|
686
|
-
RelatedItemContentTypeDef = TypedDict(
|
|
687
|
-
"RelatedItemContentTypeDef",
|
|
688
|
-
{
|
|
689
|
-
"comment": NotRequired[CommentContentTypeDef],
|
|
690
|
-
"contact": NotRequired[ContactContentTypeDef],
|
|
691
|
-
},
|
|
692
|
-
)
|
|
693
|
-
RelatedItemTypeFilterTypeDef = TypedDict(
|
|
694
|
-
"RelatedItemTypeFilterTypeDef",
|
|
695
|
-
{
|
|
696
|
-
"comment": NotRequired[Mapping[str, Any]],
|
|
697
|
-
"contact": NotRequired[ContactFilterTypeDef],
|
|
698
|
-
},
|
|
699
|
-
)
|
|
700
|
-
RelatedItemInputContentTypeDef = TypedDict(
|
|
701
|
-
"RelatedItemInputContentTypeDef",
|
|
702
|
-
{
|
|
703
|
-
"comment": NotRequired[CommentContentTypeDef],
|
|
704
|
-
"contact": NotRequired[ContactTypeDef],
|
|
705
|
-
},
|
|
706
|
-
)
|
|
707
700
|
CreateTemplateRequestRequestTypeDef = TypedDict(
|
|
708
701
|
"CreateTemplateRequestRequestTypeDef",
|
|
709
702
|
{
|
|
@@ -795,6 +788,30 @@ FieldValueTypeDef = TypedDict(
|
|
|
795
788
|
"value": FieldValueUnionTypeDef,
|
|
796
789
|
},
|
|
797
790
|
)
|
|
791
|
+
RelatedItemContentTypeDef = TypedDict(
|
|
792
|
+
"RelatedItemContentTypeDef",
|
|
793
|
+
{
|
|
794
|
+
"comment": NotRequired[CommentContentTypeDef],
|
|
795
|
+
"contact": NotRequired[ContactContentTypeDef],
|
|
796
|
+
"file": NotRequired[FileContentTypeDef],
|
|
797
|
+
},
|
|
798
|
+
)
|
|
799
|
+
RelatedItemInputContentTypeDef = TypedDict(
|
|
800
|
+
"RelatedItemInputContentTypeDef",
|
|
801
|
+
{
|
|
802
|
+
"comment": NotRequired[CommentContentTypeDef],
|
|
803
|
+
"contact": NotRequired[ContactTypeDef],
|
|
804
|
+
"file": NotRequired[FileContentTypeDef],
|
|
805
|
+
},
|
|
806
|
+
)
|
|
807
|
+
RelatedItemTypeFilterTypeDef = TypedDict(
|
|
808
|
+
"RelatedItemTypeFilterTypeDef",
|
|
809
|
+
{
|
|
810
|
+
"comment": NotRequired[Mapping[str, Any]],
|
|
811
|
+
"contact": NotRequired[ContactFilterTypeDef],
|
|
812
|
+
"file": NotRequired[FileFilterTypeDef],
|
|
813
|
+
},
|
|
814
|
+
)
|
|
798
815
|
ListLayoutsResponseTypeDef = TypedDict(
|
|
799
816
|
"ListLayoutsResponseTypeDef",
|
|
800
817
|
{
|
|
@@ -848,46 +865,6 @@ EventIncludedDataTypeDef = TypedDict(
|
|
|
848
865
|
"relatedItemData": NotRequired[RelatedItemEventIncludedDataTypeDef],
|
|
849
866
|
},
|
|
850
867
|
)
|
|
851
|
-
SearchRelatedItemsResponseItemTypeDef = TypedDict(
|
|
852
|
-
"SearchRelatedItemsResponseItemTypeDef",
|
|
853
|
-
{
|
|
854
|
-
"associationTime": datetime,
|
|
855
|
-
"content": RelatedItemContentTypeDef,
|
|
856
|
-
"relatedItemId": str,
|
|
857
|
-
"type": RelatedItemTypeType,
|
|
858
|
-
"performedBy": NotRequired[UserUnionTypeDef],
|
|
859
|
-
"tags": NotRequired[Dict[str, str]],
|
|
860
|
-
},
|
|
861
|
-
)
|
|
862
|
-
SearchRelatedItemsRequestRequestTypeDef = TypedDict(
|
|
863
|
-
"SearchRelatedItemsRequestRequestTypeDef",
|
|
864
|
-
{
|
|
865
|
-
"caseId": str,
|
|
866
|
-
"domainId": str,
|
|
867
|
-
"filters": NotRequired[Sequence[RelatedItemTypeFilterTypeDef]],
|
|
868
|
-
"maxResults": NotRequired[int],
|
|
869
|
-
"nextToken": NotRequired[str],
|
|
870
|
-
},
|
|
871
|
-
)
|
|
872
|
-
SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef = TypedDict(
|
|
873
|
-
"SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef",
|
|
874
|
-
{
|
|
875
|
-
"caseId": str,
|
|
876
|
-
"domainId": str,
|
|
877
|
-
"filters": NotRequired[Sequence[RelatedItemTypeFilterTypeDef]],
|
|
878
|
-
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
879
|
-
},
|
|
880
|
-
)
|
|
881
|
-
CreateRelatedItemRequestRequestTypeDef = TypedDict(
|
|
882
|
-
"CreateRelatedItemRequestRequestTypeDef",
|
|
883
|
-
{
|
|
884
|
-
"caseId": str,
|
|
885
|
-
"content": RelatedItemInputContentTypeDef,
|
|
886
|
-
"domainId": str,
|
|
887
|
-
"type": RelatedItemTypeType,
|
|
888
|
-
"performedBy": NotRequired[UserUnionTypeDef],
|
|
889
|
-
},
|
|
890
|
-
)
|
|
891
868
|
SectionOutputTypeDef = TypedDict(
|
|
892
869
|
"SectionOutputTypeDef",
|
|
893
870
|
{
|
|
@@ -931,6 +908,46 @@ FieldFilterTypeDef = TypedDict(
|
|
|
931
908
|
},
|
|
932
909
|
)
|
|
933
910
|
FieldValueExtraUnionTypeDef = Union[FieldValueTypeDef, FieldValueExtraOutputTypeDef]
|
|
911
|
+
SearchRelatedItemsResponseItemTypeDef = TypedDict(
|
|
912
|
+
"SearchRelatedItemsResponseItemTypeDef",
|
|
913
|
+
{
|
|
914
|
+
"associationTime": datetime,
|
|
915
|
+
"content": RelatedItemContentTypeDef,
|
|
916
|
+
"relatedItemId": str,
|
|
917
|
+
"type": RelatedItemTypeType,
|
|
918
|
+
"performedBy": NotRequired[UserUnionTypeDef],
|
|
919
|
+
"tags": NotRequired[Dict[str, str]],
|
|
920
|
+
},
|
|
921
|
+
)
|
|
922
|
+
CreateRelatedItemRequestRequestTypeDef = TypedDict(
|
|
923
|
+
"CreateRelatedItemRequestRequestTypeDef",
|
|
924
|
+
{
|
|
925
|
+
"caseId": str,
|
|
926
|
+
"content": RelatedItemInputContentTypeDef,
|
|
927
|
+
"domainId": str,
|
|
928
|
+
"type": RelatedItemTypeType,
|
|
929
|
+
"performedBy": NotRequired[UserUnionTypeDef],
|
|
930
|
+
},
|
|
931
|
+
)
|
|
932
|
+
SearchRelatedItemsRequestRequestTypeDef = TypedDict(
|
|
933
|
+
"SearchRelatedItemsRequestRequestTypeDef",
|
|
934
|
+
{
|
|
935
|
+
"caseId": str,
|
|
936
|
+
"domainId": str,
|
|
937
|
+
"filters": NotRequired[Sequence[RelatedItemTypeFilterTypeDef]],
|
|
938
|
+
"maxResults": NotRequired[int],
|
|
939
|
+
"nextToken": NotRequired[str],
|
|
940
|
+
},
|
|
941
|
+
)
|
|
942
|
+
SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef = TypedDict(
|
|
943
|
+
"SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef",
|
|
944
|
+
{
|
|
945
|
+
"caseId": str,
|
|
946
|
+
"domainId": str,
|
|
947
|
+
"filters": NotRequired[Sequence[RelatedItemTypeFilterTypeDef]],
|
|
948
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
949
|
+
},
|
|
950
|
+
)
|
|
934
951
|
GetCaseAuditEventsResponseTypeDef = TypedDict(
|
|
935
952
|
"GetCaseAuditEventsResponseTypeDef",
|
|
936
953
|
{
|
|
@@ -953,14 +970,6 @@ EventBridgeConfigurationTypeDef = TypedDict(
|
|
|
953
970
|
"includedData": NotRequired[EventIncludedDataTypeDef],
|
|
954
971
|
},
|
|
955
972
|
)
|
|
956
|
-
SearchRelatedItemsResponseTypeDef = TypedDict(
|
|
957
|
-
"SearchRelatedItemsResponseTypeDef",
|
|
958
|
-
{
|
|
959
|
-
"nextToken": str,
|
|
960
|
-
"relatedItems": List[SearchRelatedItemsResponseItemTypeDef],
|
|
961
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
962
|
-
},
|
|
963
|
-
)
|
|
964
973
|
LayoutSectionsOutputTypeDef = TypedDict(
|
|
965
974
|
"LayoutSectionsOutputTypeDef",
|
|
966
975
|
{
|
|
@@ -1009,6 +1018,14 @@ UpdateCaseRequestRequestTypeDef = TypedDict(
|
|
|
1009
1018
|
"performedBy": NotRequired[UserUnionTypeDef],
|
|
1010
1019
|
},
|
|
1011
1020
|
)
|
|
1021
|
+
SearchRelatedItemsResponseTypeDef = TypedDict(
|
|
1022
|
+
"SearchRelatedItemsResponseTypeDef",
|
|
1023
|
+
{
|
|
1024
|
+
"nextToken": str,
|
|
1025
|
+
"relatedItems": List[SearchRelatedItemsResponseItemTypeDef],
|
|
1026
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1027
|
+
},
|
|
1028
|
+
)
|
|
1012
1029
|
GetCaseEventConfigurationResponseTypeDef = TypedDict(
|
|
1013
1030
|
"GetCaseEventConfigurationResponseTypeDef",
|
|
1014
1031
|
{
|
|
@@ -68,6 +68,8 @@ __all__ = (
|
|
|
68
68
|
"FieldValueUnionExtraOutputTypeDef",
|
|
69
69
|
"FieldValueUnionOutputTypeDef",
|
|
70
70
|
"FieldValueUnionTypeDef",
|
|
71
|
+
"FileContentTypeDef",
|
|
72
|
+
"FileFilterTypeDef",
|
|
71
73
|
"GetCaseAuditEventsRequestRequestTypeDef",
|
|
72
74
|
"GetCaseEventConfigurationRequestRequestTypeDef",
|
|
73
75
|
"GetDomainRequestRequestTypeDef",
|
|
@@ -107,9 +109,6 @@ __all__ = (
|
|
|
107
109
|
"ListFieldOptionsResponseTypeDef",
|
|
108
110
|
"BatchPutFieldOptionsResponseTypeDef",
|
|
109
111
|
"ListCasesForContactResponseTypeDef",
|
|
110
|
-
"RelatedItemContentTypeDef",
|
|
111
|
-
"RelatedItemTypeFilterTypeDef",
|
|
112
|
-
"RelatedItemInputContentTypeDef",
|
|
113
112
|
"CreateTemplateRequestRequestTypeDef",
|
|
114
113
|
"GetTemplateResponseTypeDef",
|
|
115
114
|
"UpdateTemplateRequestRequestTypeDef",
|
|
@@ -120,32 +119,35 @@ __all__ = (
|
|
|
120
119
|
"FieldValueExtraOutputTypeDef",
|
|
121
120
|
"FieldValueOutputTypeDef",
|
|
122
121
|
"FieldValueTypeDef",
|
|
122
|
+
"RelatedItemContentTypeDef",
|
|
123
|
+
"RelatedItemInputContentTypeDef",
|
|
124
|
+
"RelatedItemTypeFilterTypeDef",
|
|
123
125
|
"ListLayoutsResponseTypeDef",
|
|
124
126
|
"ListTemplatesResponseTypeDef",
|
|
125
127
|
"SearchCasesRequestRequestTypeDef",
|
|
126
128
|
"AuditEventTypeDef",
|
|
127
129
|
"EventIncludedDataOutputTypeDef",
|
|
128
130
|
"EventIncludedDataTypeDef",
|
|
129
|
-
"SearchRelatedItemsResponseItemTypeDef",
|
|
130
|
-
"SearchRelatedItemsRequestRequestTypeDef",
|
|
131
|
-
"SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef",
|
|
132
|
-
"CreateRelatedItemRequestRequestTypeDef",
|
|
133
131
|
"SectionOutputTypeDef",
|
|
134
132
|
"SectionTypeDef",
|
|
135
133
|
"GetCaseResponseTypeDef",
|
|
136
134
|
"SearchCasesResponseItemTypeDef",
|
|
137
135
|
"FieldFilterTypeDef",
|
|
138
136
|
"FieldValueExtraUnionTypeDef",
|
|
137
|
+
"SearchRelatedItemsResponseItemTypeDef",
|
|
138
|
+
"CreateRelatedItemRequestRequestTypeDef",
|
|
139
|
+
"SearchRelatedItemsRequestRequestTypeDef",
|
|
140
|
+
"SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef",
|
|
139
141
|
"GetCaseAuditEventsResponseTypeDef",
|
|
140
142
|
"EventBridgeConfigurationOutputTypeDef",
|
|
141
143
|
"EventBridgeConfigurationTypeDef",
|
|
142
|
-
"SearchRelatedItemsResponseTypeDef",
|
|
143
144
|
"LayoutSectionsOutputTypeDef",
|
|
144
145
|
"LayoutSectionsTypeDef",
|
|
145
146
|
"SearchCasesResponseTypeDef",
|
|
146
147
|
"CaseFilterTypeDef",
|
|
147
148
|
"CreateCaseRequestRequestTypeDef",
|
|
148
149
|
"UpdateCaseRequestRequestTypeDef",
|
|
150
|
+
"SearchRelatedItemsResponseTypeDef",
|
|
149
151
|
"GetCaseEventConfigurationResponseTypeDef",
|
|
150
152
|
"EventBridgeConfigurationUnionTypeDef",
|
|
151
153
|
"PutCaseEventConfigurationRequestRequestTypeDef",
|
|
@@ -380,6 +382,18 @@ FieldValueUnionTypeDef = TypedDict(
|
|
|
380
382
|
"userArnValue": NotRequired[str],
|
|
381
383
|
},
|
|
382
384
|
)
|
|
385
|
+
FileContentTypeDef = TypedDict(
|
|
386
|
+
"FileContentTypeDef",
|
|
387
|
+
{
|
|
388
|
+
"fileArn": str,
|
|
389
|
+
},
|
|
390
|
+
)
|
|
391
|
+
FileFilterTypeDef = TypedDict(
|
|
392
|
+
"FileFilterTypeDef",
|
|
393
|
+
{
|
|
394
|
+
"fileArn": NotRequired[str],
|
|
395
|
+
},
|
|
396
|
+
)
|
|
383
397
|
GetCaseAuditEventsRequestRequestTypeDef = TypedDict(
|
|
384
398
|
"GetCaseAuditEventsRequestRequestTypeDef",
|
|
385
399
|
{
|
|
@@ -683,27 +697,6 @@ ListCasesForContactResponseTypeDef = TypedDict(
|
|
|
683
697
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
684
698
|
},
|
|
685
699
|
)
|
|
686
|
-
RelatedItemContentTypeDef = TypedDict(
|
|
687
|
-
"RelatedItemContentTypeDef",
|
|
688
|
-
{
|
|
689
|
-
"comment": NotRequired[CommentContentTypeDef],
|
|
690
|
-
"contact": NotRequired[ContactContentTypeDef],
|
|
691
|
-
},
|
|
692
|
-
)
|
|
693
|
-
RelatedItemTypeFilterTypeDef = TypedDict(
|
|
694
|
-
"RelatedItemTypeFilterTypeDef",
|
|
695
|
-
{
|
|
696
|
-
"comment": NotRequired[Mapping[str, Any]],
|
|
697
|
-
"contact": NotRequired[ContactFilterTypeDef],
|
|
698
|
-
},
|
|
699
|
-
)
|
|
700
|
-
RelatedItemInputContentTypeDef = TypedDict(
|
|
701
|
-
"RelatedItemInputContentTypeDef",
|
|
702
|
-
{
|
|
703
|
-
"comment": NotRequired[CommentContentTypeDef],
|
|
704
|
-
"contact": NotRequired[ContactTypeDef],
|
|
705
|
-
},
|
|
706
|
-
)
|
|
707
700
|
CreateTemplateRequestRequestTypeDef = TypedDict(
|
|
708
701
|
"CreateTemplateRequestRequestTypeDef",
|
|
709
702
|
{
|
|
@@ -795,6 +788,30 @@ FieldValueTypeDef = TypedDict(
|
|
|
795
788
|
"value": FieldValueUnionTypeDef,
|
|
796
789
|
},
|
|
797
790
|
)
|
|
791
|
+
RelatedItemContentTypeDef = TypedDict(
|
|
792
|
+
"RelatedItemContentTypeDef",
|
|
793
|
+
{
|
|
794
|
+
"comment": NotRequired[CommentContentTypeDef],
|
|
795
|
+
"contact": NotRequired[ContactContentTypeDef],
|
|
796
|
+
"file": NotRequired[FileContentTypeDef],
|
|
797
|
+
},
|
|
798
|
+
)
|
|
799
|
+
RelatedItemInputContentTypeDef = TypedDict(
|
|
800
|
+
"RelatedItemInputContentTypeDef",
|
|
801
|
+
{
|
|
802
|
+
"comment": NotRequired[CommentContentTypeDef],
|
|
803
|
+
"contact": NotRequired[ContactTypeDef],
|
|
804
|
+
"file": NotRequired[FileContentTypeDef],
|
|
805
|
+
},
|
|
806
|
+
)
|
|
807
|
+
RelatedItemTypeFilterTypeDef = TypedDict(
|
|
808
|
+
"RelatedItemTypeFilterTypeDef",
|
|
809
|
+
{
|
|
810
|
+
"comment": NotRequired[Mapping[str, Any]],
|
|
811
|
+
"contact": NotRequired[ContactFilterTypeDef],
|
|
812
|
+
"file": NotRequired[FileFilterTypeDef],
|
|
813
|
+
},
|
|
814
|
+
)
|
|
798
815
|
ListLayoutsResponseTypeDef = TypedDict(
|
|
799
816
|
"ListLayoutsResponseTypeDef",
|
|
800
817
|
{
|
|
@@ -848,46 +865,6 @@ EventIncludedDataTypeDef = TypedDict(
|
|
|
848
865
|
"relatedItemData": NotRequired[RelatedItemEventIncludedDataTypeDef],
|
|
849
866
|
},
|
|
850
867
|
)
|
|
851
|
-
SearchRelatedItemsResponseItemTypeDef = TypedDict(
|
|
852
|
-
"SearchRelatedItemsResponseItemTypeDef",
|
|
853
|
-
{
|
|
854
|
-
"associationTime": datetime,
|
|
855
|
-
"content": RelatedItemContentTypeDef,
|
|
856
|
-
"relatedItemId": str,
|
|
857
|
-
"type": RelatedItemTypeType,
|
|
858
|
-
"performedBy": NotRequired[UserUnionTypeDef],
|
|
859
|
-
"tags": NotRequired[Dict[str, str]],
|
|
860
|
-
},
|
|
861
|
-
)
|
|
862
|
-
SearchRelatedItemsRequestRequestTypeDef = TypedDict(
|
|
863
|
-
"SearchRelatedItemsRequestRequestTypeDef",
|
|
864
|
-
{
|
|
865
|
-
"caseId": str,
|
|
866
|
-
"domainId": str,
|
|
867
|
-
"filters": NotRequired[Sequence[RelatedItemTypeFilterTypeDef]],
|
|
868
|
-
"maxResults": NotRequired[int],
|
|
869
|
-
"nextToken": NotRequired[str],
|
|
870
|
-
},
|
|
871
|
-
)
|
|
872
|
-
SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef = TypedDict(
|
|
873
|
-
"SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef",
|
|
874
|
-
{
|
|
875
|
-
"caseId": str,
|
|
876
|
-
"domainId": str,
|
|
877
|
-
"filters": NotRequired[Sequence[RelatedItemTypeFilterTypeDef]],
|
|
878
|
-
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
879
|
-
},
|
|
880
|
-
)
|
|
881
|
-
CreateRelatedItemRequestRequestTypeDef = TypedDict(
|
|
882
|
-
"CreateRelatedItemRequestRequestTypeDef",
|
|
883
|
-
{
|
|
884
|
-
"caseId": str,
|
|
885
|
-
"content": RelatedItemInputContentTypeDef,
|
|
886
|
-
"domainId": str,
|
|
887
|
-
"type": RelatedItemTypeType,
|
|
888
|
-
"performedBy": NotRequired[UserUnionTypeDef],
|
|
889
|
-
},
|
|
890
|
-
)
|
|
891
868
|
SectionOutputTypeDef = TypedDict(
|
|
892
869
|
"SectionOutputTypeDef",
|
|
893
870
|
{
|
|
@@ -931,6 +908,46 @@ FieldFilterTypeDef = TypedDict(
|
|
|
931
908
|
},
|
|
932
909
|
)
|
|
933
910
|
FieldValueExtraUnionTypeDef = Union[FieldValueTypeDef, FieldValueExtraOutputTypeDef]
|
|
911
|
+
SearchRelatedItemsResponseItemTypeDef = TypedDict(
|
|
912
|
+
"SearchRelatedItemsResponseItemTypeDef",
|
|
913
|
+
{
|
|
914
|
+
"associationTime": datetime,
|
|
915
|
+
"content": RelatedItemContentTypeDef,
|
|
916
|
+
"relatedItemId": str,
|
|
917
|
+
"type": RelatedItemTypeType,
|
|
918
|
+
"performedBy": NotRequired[UserUnionTypeDef],
|
|
919
|
+
"tags": NotRequired[Dict[str, str]],
|
|
920
|
+
},
|
|
921
|
+
)
|
|
922
|
+
CreateRelatedItemRequestRequestTypeDef = TypedDict(
|
|
923
|
+
"CreateRelatedItemRequestRequestTypeDef",
|
|
924
|
+
{
|
|
925
|
+
"caseId": str,
|
|
926
|
+
"content": RelatedItemInputContentTypeDef,
|
|
927
|
+
"domainId": str,
|
|
928
|
+
"type": RelatedItemTypeType,
|
|
929
|
+
"performedBy": NotRequired[UserUnionTypeDef],
|
|
930
|
+
},
|
|
931
|
+
)
|
|
932
|
+
SearchRelatedItemsRequestRequestTypeDef = TypedDict(
|
|
933
|
+
"SearchRelatedItemsRequestRequestTypeDef",
|
|
934
|
+
{
|
|
935
|
+
"caseId": str,
|
|
936
|
+
"domainId": str,
|
|
937
|
+
"filters": NotRequired[Sequence[RelatedItemTypeFilterTypeDef]],
|
|
938
|
+
"maxResults": NotRequired[int],
|
|
939
|
+
"nextToken": NotRequired[str],
|
|
940
|
+
},
|
|
941
|
+
)
|
|
942
|
+
SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef = TypedDict(
|
|
943
|
+
"SearchRelatedItemsRequestSearchRelatedItemsPaginateTypeDef",
|
|
944
|
+
{
|
|
945
|
+
"caseId": str,
|
|
946
|
+
"domainId": str,
|
|
947
|
+
"filters": NotRequired[Sequence[RelatedItemTypeFilterTypeDef]],
|
|
948
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
949
|
+
},
|
|
950
|
+
)
|
|
934
951
|
GetCaseAuditEventsResponseTypeDef = TypedDict(
|
|
935
952
|
"GetCaseAuditEventsResponseTypeDef",
|
|
936
953
|
{
|
|
@@ -953,14 +970,6 @@ EventBridgeConfigurationTypeDef = TypedDict(
|
|
|
953
970
|
"includedData": NotRequired[EventIncludedDataTypeDef],
|
|
954
971
|
},
|
|
955
972
|
)
|
|
956
|
-
SearchRelatedItemsResponseTypeDef = TypedDict(
|
|
957
|
-
"SearchRelatedItemsResponseTypeDef",
|
|
958
|
-
{
|
|
959
|
-
"nextToken": str,
|
|
960
|
-
"relatedItems": List[SearchRelatedItemsResponseItemTypeDef],
|
|
961
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
962
|
-
},
|
|
963
|
-
)
|
|
964
973
|
LayoutSectionsOutputTypeDef = TypedDict(
|
|
965
974
|
"LayoutSectionsOutputTypeDef",
|
|
966
975
|
{
|
|
@@ -1009,6 +1018,14 @@ UpdateCaseRequestRequestTypeDef = TypedDict(
|
|
|
1009
1018
|
"performedBy": NotRequired[UserUnionTypeDef],
|
|
1010
1019
|
},
|
|
1011
1020
|
)
|
|
1021
|
+
SearchRelatedItemsResponseTypeDef = TypedDict(
|
|
1022
|
+
"SearchRelatedItemsResponseTypeDef",
|
|
1023
|
+
{
|
|
1024
|
+
"nextToken": str,
|
|
1025
|
+
"relatedItems": List[SearchRelatedItemsResponseItemTypeDef],
|
|
1026
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1027
|
+
},
|
|
1028
|
+
)
|
|
1012
1029
|
GetCaseEventConfigurationResponseTypeDef = TypedDict(
|
|
1013
1030
|
"GetCaseEventConfigurationResponseTypeDef",
|
|
1014
1031
|
{
|
{mypy_boto3_connectcases-1.34.94.dist-info → mypy_boto3_connectcases-1.35.0.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-connectcases
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.ConnectCases 1.
|
|
3
|
+
Version: 1.35.0
|
|
4
|
+
Summary: Type annotations for boto3.ConnectCases 1.35.0 service generated with mypy-boto3-builder 7.26.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
|
|
@@ -29,7 +29,7 @@ Classifier: Typing :: Stubs Only
|
|
|
29
29
|
Requires-Python: >=3.8
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: typing-extensions
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-connectcases"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.ConnectCases 1.
|
|
46
|
+
[boto3.ConnectCases 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_connectcases/__init__.py,sha256=qOc6JM8LUbn7fZPwiPbo0EAcUbLbzyIcQG45TlQCM5A,808
|
|
2
|
+
mypy_boto3_connectcases/__init__.pyi,sha256=qOc6JM8LUbn7fZPwiPbo0EAcUbLbzyIcQG45TlQCM5A,808
|
|
3
|
+
mypy_boto3_connectcases/__main__.py,sha256=iOEk6ZUpeJrXmwahMTQ0mQ5pNEyQHEY5BIDsj0xU8fg,936
|
|
4
|
+
mypy_boto3_connectcases/client.py,sha256=2GKTFLRLKImbp85Fxk4ewUitxZcYWCtSdsIPgL37Df8,24124
|
|
5
|
+
mypy_boto3_connectcases/client.pyi,sha256=WzESKL0ovBMSMLNW94wA0Js0CXa6yUTE7ZYAC7Dp7U4,24121
|
|
6
|
+
mypy_boto3_connectcases/literals.py,sha256=k9Tv0zHCWA9-Ky22Cus2tpcAlUnNlJE3OGcGJhMbEOQ,9540
|
|
7
|
+
mypy_boto3_connectcases/literals.pyi,sha256=k9Tv0zHCWA9-Ky22Cus2tpcAlUnNlJE3OGcGJhMbEOQ,9540
|
|
8
|
+
mypy_boto3_connectcases/paginator.py,sha256=7_g648l3A4SY5WozI9QzxQI7H0pltsyUAuEM2ywJoKc,3392
|
|
9
|
+
mypy_boto3_connectcases/paginator.pyi,sha256=vhXGSeAYYp5-Uy1PGSSmoi6yJ3R6uA8jBDiaTrA1g8A,3389
|
|
10
|
+
mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_connectcases/type_defs.py,sha256=LwrGIegc7ghVnY_iXtI1cIDhCMISyqnAzIl-sj_jCcI,30503
|
|
12
|
+
mypy_boto3_connectcases/type_defs.pyi,sha256=LwrGIegc7ghVnY_iXtI1cIDhCMISyqnAzIl-sj_jCcI,30503
|
|
13
|
+
mypy_boto3_connectcases/version.py,sha256=LGeN8DOPs0tRcJcxZVxCtqSh0iyZT7lFggGF3KkSqhA,61
|
|
14
|
+
mypy_boto3_connectcases-1.35.0.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
+
mypy_boto3_connectcases-1.35.0.dist-info/METADATA,sha256=kvHY2WuW-r3abVup73OlDEKMKKtYSvXMEuRc3tuET-8,13119
|
|
16
|
+
mypy_boto3_connectcases-1.35.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
17
|
+
mypy_boto3_connectcases-1.35.0.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
|
|
18
|
+
mypy_boto3_connectcases-1.35.0.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_connectcases/__init__.py,sha256=qOc6JM8LUbn7fZPwiPbo0EAcUbLbzyIcQG45TlQCM5A,808
|
|
2
|
-
mypy_boto3_connectcases/__init__.pyi,sha256=qOc6JM8LUbn7fZPwiPbo0EAcUbLbzyIcQG45TlQCM5A,808
|
|
3
|
-
mypy_boto3_connectcases/__main__.py,sha256=Zr039MPYyM8cC4n8g7PytswVSSBJdYNcrnNB1Yqbo68,939
|
|
4
|
-
mypy_boto3_connectcases/client.py,sha256=2GKTFLRLKImbp85Fxk4ewUitxZcYWCtSdsIPgL37Df8,24124
|
|
5
|
-
mypy_boto3_connectcases/client.pyi,sha256=WzESKL0ovBMSMLNW94wA0Js0CXa6yUTE7ZYAC7Dp7U4,24121
|
|
6
|
-
mypy_boto3_connectcases/literals.py,sha256=Vvk5caCgEBHlMMlJJQmgvbAKWSJeDT5P3wKfT2W9tds,9423
|
|
7
|
-
mypy_boto3_connectcases/literals.pyi,sha256=Vvk5caCgEBHlMMlJJQmgvbAKWSJeDT5P3wKfT2W9tds,9423
|
|
8
|
-
mypy_boto3_connectcases/paginator.py,sha256=7_g648l3A4SY5WozI9QzxQI7H0pltsyUAuEM2ywJoKc,3392
|
|
9
|
-
mypy_boto3_connectcases/paginator.pyi,sha256=vhXGSeAYYp5-Uy1PGSSmoi6yJ3R6uA8jBDiaTrA1g8A,3389
|
|
10
|
-
mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_connectcases/type_defs.py,sha256=OIgePJa2QSHWcWB97dZHW1MRyhLW6VIC3XohBo4HjGo,30101
|
|
12
|
-
mypy_boto3_connectcases/type_defs.pyi,sha256=OIgePJa2QSHWcWB97dZHW1MRyhLW6VIC3XohBo4HjGo,30101
|
|
13
|
-
mypy_boto3_connectcases/version.py,sha256=R4osyOhdFdWW6UP47Q-8si2wma-dpx0HxDt2P4O17lM,62
|
|
14
|
-
mypy_boto3_connectcases-1.34.94.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
-
mypy_boto3_connectcases-1.34.94.dist-info/METADATA,sha256=o65BtTqYCldyG_HMKttjz6JV8nanMo0hJzhjpkSuprU,13124
|
|
16
|
-
mypy_boto3_connectcases-1.34.94.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
17
|
-
mypy_boto3_connectcases-1.34.94.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
|
|
18
|
-
mypy_boto3_connectcases-1.34.94.dist-info/RECORD,,
|
{mypy_boto3_connectcases-1.34.94.dist-info → mypy_boto3_connectcases-1.35.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_connectcases-1.34.94.dist-info → mypy_boto3_connectcases-1.35.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|