mypy-boto3-connectcases 1.34.24__tar.gz → 1.34.98__tar.gz
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-1.34.24 → mypy_boto3_connectcases-1.34.98}/PKG-INFO +4 -4
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/README.md +2 -2
- mypy_boto3_connectcases-1.34.98/mypy_boto3_connectcases/__main__.py +40 -0
- mypy-boto3-connectcases-1.34.24/mypy_boto3_connectcases/client.pyi → mypy_boto3_connectcases-1.34.98/mypy_boto3_connectcases/client.py +40 -8
- mypy-boto3-connectcases-1.34.24/mypy_boto3_connectcases/client.py → mypy_boto3_connectcases-1.34.98/mypy_boto3_connectcases/client.pyi +37 -11
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/literals.py +8 -2
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/literals.pyi +8 -2
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/type_defs.py +269 -113
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/type_defs.pyi +269 -113
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/version.py +1 -1
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases.egg-info/PKG-INFO +4 -4
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/setup.py +2 -5
- mypy-boto3-connectcases-1.34.24/mypy_boto3_connectcases/__main__.py +0 -39
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/LICENSE +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/__init__.py +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/__init__.pyi +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/paginator.py +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/paginator.pyi +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases/py.typed +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases.egg-info/not-zip-safe +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases.egg-info/requires.txt +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/mypy_boto3_connectcases.egg-info/top_level.txt +0 -0
- {mypy-boto3-connectcases-1.34.24 → mypy_boto3_connectcases-1.34.98}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-connectcases
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.ConnectCases 1.34.
|
|
3
|
+
Version: 1.34.98
|
|
4
|
+
Summary: Type annotations for boto3.ConnectCases 1.34.98 service generated with mypy-boto3-builder 7.24.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
|
|
@@ -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.34.
|
|
46
|
+
[boto3.ConnectCases 1.34.98](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.24.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
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.ConnectCases 1.34.
|
|
13
|
+
[boto3.ConnectCases 1.34.98](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.24.0](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Main CLI entrypoint.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import sys
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def print_info() -> None:
|
|
9
|
+
"""
|
|
10
|
+
Print package info to stdout.
|
|
11
|
+
"""
|
|
12
|
+
print(
|
|
13
|
+
"Type annotations for boto3.ConnectCases 1.34.98\n"
|
|
14
|
+
"Version: 1.34.98\n"
|
|
15
|
+
"Builder version: 7.24.0\n"
|
|
16
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases//\n"
|
|
17
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases\n"
|
|
18
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def print_version() -> None:
|
|
24
|
+
"""
|
|
25
|
+
Print package version to stdout.
|
|
26
|
+
"""
|
|
27
|
+
print("1.34.98")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def main() -> None:
|
|
31
|
+
"""
|
|
32
|
+
Main CLI entrypoint.
|
|
33
|
+
"""
|
|
34
|
+
if "--version" in sys.argv:
|
|
35
|
+
return print_version()
|
|
36
|
+
print_info()
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
if __name__ == "__main__":
|
|
40
|
+
main()
|
|
@@ -32,10 +32,10 @@ from .type_defs import (
|
|
|
32
32
|
CreateRelatedItemResponseTypeDef,
|
|
33
33
|
CreateTemplateResponseTypeDef,
|
|
34
34
|
EmptyResponseMetadataTypeDef,
|
|
35
|
-
|
|
35
|
+
EventBridgeConfigurationUnionTypeDef,
|
|
36
36
|
FieldIdentifierTypeDef,
|
|
37
37
|
FieldOptionTypeDef,
|
|
38
|
-
|
|
38
|
+
FieldValueExtraUnionTypeDef,
|
|
39
39
|
GetCaseAuditEventsResponseTypeDef,
|
|
40
40
|
GetCaseEventConfigurationResponseTypeDef,
|
|
41
41
|
GetCaseResponseTypeDef,
|
|
@@ -43,7 +43,7 @@ from .type_defs import (
|
|
|
43
43
|
GetLayoutResponseTypeDef,
|
|
44
44
|
GetTemplateResponseTypeDef,
|
|
45
45
|
LayoutConfigurationTypeDef,
|
|
46
|
-
|
|
46
|
+
LayoutContentUnionTypeDef,
|
|
47
47
|
ListCasesForContactResponseTypeDef,
|
|
48
48
|
ListDomainsResponseTypeDef,
|
|
49
49
|
ListFieldOptionsResponseTypeDef,
|
|
@@ -67,6 +67,7 @@ else:
|
|
|
67
67
|
|
|
68
68
|
__all__ = ("ConnectCasesClient",)
|
|
69
69
|
|
|
70
|
+
|
|
70
71
|
class BotocoreClientError(Exception):
|
|
71
72
|
MSG_TEMPLATE: str
|
|
72
73
|
|
|
@@ -74,6 +75,7 @@ class BotocoreClientError(Exception):
|
|
|
74
75
|
self.response: Dict[str, Any]
|
|
75
76
|
self.operation_name: str
|
|
76
77
|
|
|
78
|
+
|
|
77
79
|
class Exceptions:
|
|
78
80
|
AccessDeniedException: Type[BotocoreClientError]
|
|
79
81
|
ClientError: Type[BotocoreClientError]
|
|
@@ -84,6 +86,7 @@ class Exceptions:
|
|
|
84
86
|
ThrottlingException: Type[BotocoreClientError]
|
|
85
87
|
ValidationException: Type[BotocoreClientError]
|
|
86
88
|
|
|
89
|
+
|
|
87
90
|
class ConnectCasesClient(BaseClient):
|
|
88
91
|
"""
|
|
89
92
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client)
|
|
@@ -142,7 +145,7 @@ class ConnectCasesClient(BaseClient):
|
|
|
142
145
|
self,
|
|
143
146
|
*,
|
|
144
147
|
domainId: str,
|
|
145
|
-
fields: Sequence[
|
|
148
|
+
fields: Sequence[FieldValueExtraUnionTypeDef],
|
|
146
149
|
templateId: str,
|
|
147
150
|
clientToken: str = ...,
|
|
148
151
|
performedBy: UserUnionTypeDef = ...,
|
|
@@ -175,7 +178,7 @@ class ConnectCasesClient(BaseClient):
|
|
|
175
178
|
"""
|
|
176
179
|
|
|
177
180
|
def create_layout(
|
|
178
|
-
self, *, content:
|
|
181
|
+
self, *, content: LayoutContentUnionTypeDef, domainId: str, name: str
|
|
179
182
|
) -> CreateLayoutResponseTypeDef:
|
|
180
183
|
"""
|
|
181
184
|
Creates a layout in the Cases domain.
|
|
@@ -226,6 +229,30 @@ class ConnectCasesClient(BaseClient):
|
|
|
226
229
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#delete_domain)
|
|
227
230
|
"""
|
|
228
231
|
|
|
232
|
+
def delete_field(self, *, domainId: str, fieldId: str) -> Dict[str, Any]:
|
|
233
|
+
"""
|
|
234
|
+
Deletes a field from a cases template.
|
|
235
|
+
|
|
236
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client.delete_field)
|
|
237
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#delete_field)
|
|
238
|
+
"""
|
|
239
|
+
|
|
240
|
+
def delete_layout(self, *, domainId: str, layoutId: str) -> Dict[str, Any]:
|
|
241
|
+
"""
|
|
242
|
+
Deletes a layout from a cases template.
|
|
243
|
+
|
|
244
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client.delete_layout)
|
|
245
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#delete_layout)
|
|
246
|
+
"""
|
|
247
|
+
|
|
248
|
+
def delete_template(self, *, domainId: str, templateId: str) -> Dict[str, Any]:
|
|
249
|
+
"""
|
|
250
|
+
Deletes a cases template.
|
|
251
|
+
|
|
252
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client.delete_template)
|
|
253
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#delete_template)
|
|
254
|
+
"""
|
|
255
|
+
|
|
229
256
|
def generate_presigned_url(
|
|
230
257
|
self,
|
|
231
258
|
ClientMethod: str,
|
|
@@ -379,7 +406,7 @@ class ConnectCasesClient(BaseClient):
|
|
|
379
406
|
"""
|
|
380
407
|
|
|
381
408
|
def put_case_event_configuration(
|
|
382
|
-
self, *, domainId: str, eventBridge:
|
|
409
|
+
self, *, domainId: str, eventBridge: EventBridgeConfigurationUnionTypeDef
|
|
383
410
|
) -> Dict[str, Any]:
|
|
384
411
|
"""
|
|
385
412
|
Adds case event publishing configuration.
|
|
@@ -443,7 +470,7 @@ class ConnectCasesClient(BaseClient):
|
|
|
443
470
|
*,
|
|
444
471
|
caseId: str,
|
|
445
472
|
domainId: str,
|
|
446
|
-
fields: Sequence[
|
|
473
|
+
fields: Sequence[FieldValueExtraUnionTypeDef],
|
|
447
474
|
performedBy: UserUnionTypeDef = ...,
|
|
448
475
|
) -> Dict[str, Any]:
|
|
449
476
|
"""
|
|
@@ -464,7 +491,12 @@ class ConnectCasesClient(BaseClient):
|
|
|
464
491
|
"""
|
|
465
492
|
|
|
466
493
|
def update_layout(
|
|
467
|
-
self,
|
|
494
|
+
self,
|
|
495
|
+
*,
|
|
496
|
+
domainId: str,
|
|
497
|
+
layoutId: str,
|
|
498
|
+
content: LayoutContentUnionTypeDef = ...,
|
|
499
|
+
name: str = ...,
|
|
468
500
|
) -> Dict[str, Any]:
|
|
469
501
|
"""
|
|
470
502
|
Updates the attributes of an existing layout.
|
|
@@ -32,10 +32,10 @@ from .type_defs import (
|
|
|
32
32
|
CreateRelatedItemResponseTypeDef,
|
|
33
33
|
CreateTemplateResponseTypeDef,
|
|
34
34
|
EmptyResponseMetadataTypeDef,
|
|
35
|
-
|
|
35
|
+
EventBridgeConfigurationUnionTypeDef,
|
|
36
36
|
FieldIdentifierTypeDef,
|
|
37
37
|
FieldOptionTypeDef,
|
|
38
|
-
|
|
38
|
+
FieldValueExtraUnionTypeDef,
|
|
39
39
|
GetCaseAuditEventsResponseTypeDef,
|
|
40
40
|
GetCaseEventConfigurationResponseTypeDef,
|
|
41
41
|
GetCaseResponseTypeDef,
|
|
@@ -43,7 +43,7 @@ from .type_defs import (
|
|
|
43
43
|
GetLayoutResponseTypeDef,
|
|
44
44
|
GetTemplateResponseTypeDef,
|
|
45
45
|
LayoutConfigurationTypeDef,
|
|
46
|
-
|
|
46
|
+
LayoutContentUnionTypeDef,
|
|
47
47
|
ListCasesForContactResponseTypeDef,
|
|
48
48
|
ListDomainsResponseTypeDef,
|
|
49
49
|
ListFieldOptionsResponseTypeDef,
|
|
@@ -67,7 +67,6 @@ else:
|
|
|
67
67
|
|
|
68
68
|
__all__ = ("ConnectCasesClient",)
|
|
69
69
|
|
|
70
|
-
|
|
71
70
|
class BotocoreClientError(Exception):
|
|
72
71
|
MSG_TEMPLATE: str
|
|
73
72
|
|
|
@@ -75,7 +74,6 @@ class BotocoreClientError(Exception):
|
|
|
75
74
|
self.response: Dict[str, Any]
|
|
76
75
|
self.operation_name: str
|
|
77
76
|
|
|
78
|
-
|
|
79
77
|
class Exceptions:
|
|
80
78
|
AccessDeniedException: Type[BotocoreClientError]
|
|
81
79
|
ClientError: Type[BotocoreClientError]
|
|
@@ -86,7 +84,6 @@ class Exceptions:
|
|
|
86
84
|
ThrottlingException: Type[BotocoreClientError]
|
|
87
85
|
ValidationException: Type[BotocoreClientError]
|
|
88
86
|
|
|
89
|
-
|
|
90
87
|
class ConnectCasesClient(BaseClient):
|
|
91
88
|
"""
|
|
92
89
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client)
|
|
@@ -145,7 +142,7 @@ class ConnectCasesClient(BaseClient):
|
|
|
145
142
|
self,
|
|
146
143
|
*,
|
|
147
144
|
domainId: str,
|
|
148
|
-
fields: Sequence[
|
|
145
|
+
fields: Sequence[FieldValueExtraUnionTypeDef],
|
|
149
146
|
templateId: str,
|
|
150
147
|
clientToken: str = ...,
|
|
151
148
|
performedBy: UserUnionTypeDef = ...,
|
|
@@ -178,7 +175,7 @@ class ConnectCasesClient(BaseClient):
|
|
|
178
175
|
"""
|
|
179
176
|
|
|
180
177
|
def create_layout(
|
|
181
|
-
self, *, content:
|
|
178
|
+
self, *, content: LayoutContentUnionTypeDef, domainId: str, name: str
|
|
182
179
|
) -> CreateLayoutResponseTypeDef:
|
|
183
180
|
"""
|
|
184
181
|
Creates a layout in the Cases domain.
|
|
@@ -229,6 +226,30 @@ class ConnectCasesClient(BaseClient):
|
|
|
229
226
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#delete_domain)
|
|
230
227
|
"""
|
|
231
228
|
|
|
229
|
+
def delete_field(self, *, domainId: str, fieldId: str) -> Dict[str, Any]:
|
|
230
|
+
"""
|
|
231
|
+
Deletes a field from a cases template.
|
|
232
|
+
|
|
233
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client.delete_field)
|
|
234
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#delete_field)
|
|
235
|
+
"""
|
|
236
|
+
|
|
237
|
+
def delete_layout(self, *, domainId: str, layoutId: str) -> Dict[str, Any]:
|
|
238
|
+
"""
|
|
239
|
+
Deletes a layout from a cases template.
|
|
240
|
+
|
|
241
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client.delete_layout)
|
|
242
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#delete_layout)
|
|
243
|
+
"""
|
|
244
|
+
|
|
245
|
+
def delete_template(self, *, domainId: str, templateId: str) -> Dict[str, Any]:
|
|
246
|
+
"""
|
|
247
|
+
Deletes a cases template.
|
|
248
|
+
|
|
249
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client.delete_template)
|
|
250
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/client/#delete_template)
|
|
251
|
+
"""
|
|
252
|
+
|
|
232
253
|
def generate_presigned_url(
|
|
233
254
|
self,
|
|
234
255
|
ClientMethod: str,
|
|
@@ -382,7 +403,7 @@ class ConnectCasesClient(BaseClient):
|
|
|
382
403
|
"""
|
|
383
404
|
|
|
384
405
|
def put_case_event_configuration(
|
|
385
|
-
self, *, domainId: str, eventBridge:
|
|
406
|
+
self, *, domainId: str, eventBridge: EventBridgeConfigurationUnionTypeDef
|
|
386
407
|
) -> Dict[str, Any]:
|
|
387
408
|
"""
|
|
388
409
|
Adds case event publishing configuration.
|
|
@@ -446,7 +467,7 @@ class ConnectCasesClient(BaseClient):
|
|
|
446
467
|
*,
|
|
447
468
|
caseId: str,
|
|
448
469
|
domainId: str,
|
|
449
|
-
fields: Sequence[
|
|
470
|
+
fields: Sequence[FieldValueExtraUnionTypeDef],
|
|
450
471
|
performedBy: UserUnionTypeDef = ...,
|
|
451
472
|
) -> Dict[str, Any]:
|
|
452
473
|
"""
|
|
@@ -467,7 +488,12 @@ class ConnectCasesClient(BaseClient):
|
|
|
467
488
|
"""
|
|
468
489
|
|
|
469
490
|
def update_layout(
|
|
470
|
-
self,
|
|
491
|
+
self,
|
|
492
|
+
*,
|
|
493
|
+
domainId: str,
|
|
494
|
+
layoutId: str,
|
|
495
|
+
content: LayoutContentUnionTypeDef = ...,
|
|
496
|
+
name: str = ...,
|
|
471
497
|
) -> Dict[str, Any]:
|
|
472
498
|
"""
|
|
473
499
|
Updates the attributes of an existing layout.
|
|
@@ -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"]
|
|
@@ -74,6 +74,7 @@ ServiceName = Literal[
|
|
|
74
74
|
"appstream",
|
|
75
75
|
"appsync",
|
|
76
76
|
"arc-zonal-shift",
|
|
77
|
+
"artifact",
|
|
77
78
|
"athena",
|
|
78
79
|
"auditmanager",
|
|
79
80
|
"autoscaling",
|
|
@@ -92,6 +93,7 @@ ServiceName = Literal[
|
|
|
92
93
|
"braket",
|
|
93
94
|
"budgets",
|
|
94
95
|
"ce",
|
|
96
|
+
"chatbot",
|
|
95
97
|
"chime",
|
|
96
98
|
"chime-sdk-identity",
|
|
97
99
|
"chime-sdk-media-pipelines",
|
|
@@ -117,6 +119,7 @@ ServiceName = Literal[
|
|
|
117
119
|
"codebuild",
|
|
118
120
|
"codecatalyst",
|
|
119
121
|
"codecommit",
|
|
122
|
+
"codeconnections",
|
|
120
123
|
"codedeploy",
|
|
121
124
|
"codeguru-reviewer",
|
|
122
125
|
"codeguru-security",
|
|
@@ -137,6 +140,7 @@ ServiceName = Literal[
|
|
|
137
140
|
"connectcampaigns",
|
|
138
141
|
"connectcases",
|
|
139
142
|
"connectparticipant",
|
|
143
|
+
"controlcatalog",
|
|
140
144
|
"controltower",
|
|
141
145
|
"cost-optimization-hub",
|
|
142
146
|
"cur",
|
|
@@ -147,6 +151,7 @@ ServiceName = Literal[
|
|
|
147
151
|
"datasync",
|
|
148
152
|
"datazone",
|
|
149
153
|
"dax",
|
|
154
|
+
"deadline",
|
|
150
155
|
"detective",
|
|
151
156
|
"devicefarm",
|
|
152
157
|
"devops-guru",
|
|
@@ -215,7 +220,6 @@ ServiceName = Literal[
|
|
|
215
220
|
"iot",
|
|
216
221
|
"iot-data",
|
|
217
222
|
"iot-jobs-data",
|
|
218
|
-
"iot-roborunner",
|
|
219
223
|
"iot1click-devices",
|
|
220
224
|
"iot1click-projects",
|
|
221
225
|
"iotanalytics",
|
|
@@ -352,6 +356,7 @@ ServiceName = Literal[
|
|
|
352
356
|
"route53-recovery-control-config",
|
|
353
357
|
"route53-recovery-readiness",
|
|
354
358
|
"route53domains",
|
|
359
|
+
"route53profiles",
|
|
355
360
|
"route53resolver",
|
|
356
361
|
"rum",
|
|
357
362
|
"s3",
|
|
@@ -403,6 +408,7 @@ ServiceName = Literal[
|
|
|
403
408
|
"swf",
|
|
404
409
|
"synthetics",
|
|
405
410
|
"textract",
|
|
411
|
+
"timestream-influxdb",
|
|
406
412
|
"timestream-query",
|
|
407
413
|
"timestream-write",
|
|
408
414
|
"tnb",
|
|
@@ -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"]
|
|
@@ -74,6 +74,7 @@ ServiceName = Literal[
|
|
|
74
74
|
"appstream",
|
|
75
75
|
"appsync",
|
|
76
76
|
"arc-zonal-shift",
|
|
77
|
+
"artifact",
|
|
77
78
|
"athena",
|
|
78
79
|
"auditmanager",
|
|
79
80
|
"autoscaling",
|
|
@@ -92,6 +93,7 @@ ServiceName = Literal[
|
|
|
92
93
|
"braket",
|
|
93
94
|
"budgets",
|
|
94
95
|
"ce",
|
|
96
|
+
"chatbot",
|
|
95
97
|
"chime",
|
|
96
98
|
"chime-sdk-identity",
|
|
97
99
|
"chime-sdk-media-pipelines",
|
|
@@ -117,6 +119,7 @@ ServiceName = Literal[
|
|
|
117
119
|
"codebuild",
|
|
118
120
|
"codecatalyst",
|
|
119
121
|
"codecommit",
|
|
122
|
+
"codeconnections",
|
|
120
123
|
"codedeploy",
|
|
121
124
|
"codeguru-reviewer",
|
|
122
125
|
"codeguru-security",
|
|
@@ -137,6 +140,7 @@ ServiceName = Literal[
|
|
|
137
140
|
"connectcampaigns",
|
|
138
141
|
"connectcases",
|
|
139
142
|
"connectparticipant",
|
|
143
|
+
"controlcatalog",
|
|
140
144
|
"controltower",
|
|
141
145
|
"cost-optimization-hub",
|
|
142
146
|
"cur",
|
|
@@ -147,6 +151,7 @@ ServiceName = Literal[
|
|
|
147
151
|
"datasync",
|
|
148
152
|
"datazone",
|
|
149
153
|
"dax",
|
|
154
|
+
"deadline",
|
|
150
155
|
"detective",
|
|
151
156
|
"devicefarm",
|
|
152
157
|
"devops-guru",
|
|
@@ -215,7 +220,6 @@ ServiceName = Literal[
|
|
|
215
220
|
"iot",
|
|
216
221
|
"iot-data",
|
|
217
222
|
"iot-jobs-data",
|
|
218
|
-
"iot-roborunner",
|
|
219
223
|
"iot1click-devices",
|
|
220
224
|
"iot1click-projects",
|
|
221
225
|
"iotanalytics",
|
|
@@ -352,6 +356,7 @@ ServiceName = Literal[
|
|
|
352
356
|
"route53-recovery-control-config",
|
|
353
357
|
"route53-recovery-readiness",
|
|
354
358
|
"route53domains",
|
|
359
|
+
"route53profiles",
|
|
355
360
|
"route53resolver",
|
|
356
361
|
"rum",
|
|
357
362
|
"s3",
|
|
@@ -403,6 +408,7 @@ ServiceName = Literal[
|
|
|
403
408
|
"swf",
|
|
404
409
|
"synthetics",
|
|
405
410
|
"textract",
|
|
411
|
+
"timestream-influxdb",
|
|
406
412
|
"timestream-query",
|
|
407
413
|
"timestream-write",
|
|
408
414
|
"tnb",
|