types-boto3-connectcases 1.38.5__tar.gz → 1.39.2__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.
- {types_boto3_connectcases-1.38.5/types_boto3_connectcases.egg-info → types_boto3_connectcases-1.39.2}/PKG-INFO +5 -5
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/README.md +3 -3
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/setup.py +2 -2
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/__main__.py +4 -4
- types_boto3_connectcases-1.38.5/types_boto3_connectcases/client.pyi → types_boto3_connectcases-1.39.2/types_boto3_connectcases/client.py +28 -4
- types_boto3_connectcases-1.38.5/types_boto3_connectcases/client.py → types_boto3_connectcases-1.39.2/types_boto3_connectcases/client.pyi +25 -7
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/literals.py +6 -2
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/literals.pyi +6 -2
- types_boto3_connectcases-1.38.5/types_boto3_connectcases/type_defs.pyi → types_boto3_connectcases-1.39.2/types_boto3_connectcases/type_defs.py +154 -0
- types_boto3_connectcases-1.38.5/types_boto3_connectcases/type_defs.py → types_boto3_connectcases-1.39.2/types_boto3_connectcases/type_defs.pyi +9 -139
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/version.py +1 -1
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2/types_boto3_connectcases.egg-info}/PKG-INFO +5 -5
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/LICENSE +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/setup.cfg +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/__init__.py +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/__init__.pyi +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/paginator.py +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/paginator.pyi +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases/py.typed +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases.egg-info/SOURCES.txt +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases.egg-info/dependency_links.txt +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases.egg-info/not-zip-safe +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases.egg-info/requires.txt +0 -0
- {types_boto3_connectcases-1.38.5 → types_boto3_connectcases-1.39.2}/types_boto3_connectcases.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-connectcases
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 ConnectCases 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
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 ConnectCases 1.
|
|
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.
|
|
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.
|
|
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.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 ConnectCases 1.
|
|
13
|
+
[boto3 ConnectCases 1.39.2](https://pypi.org/project/boto3/) compatible with
|
|
14
14
|
[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 @@ Type annotations for
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated with
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
22
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.
|
|
75
|
+
`uvx --with 'boto3==1.39.2' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `ConnectCases` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-connectcases",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.39.2",
|
|
17
17
|
packages=["types_boto3_connectcases"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 ConnectCases 1.
|
|
22
|
+
description="Type annotations for boto3 ConnectCases 1.39.2 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
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.
|
|
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,
|
|
@@ -106,8 +108,10 @@ if sys.version_info >= (3, 12):
|
|
|
106
108
|
else:
|
|
107
109
|
from typing_extensions import Literal, Unpack
|
|
108
110
|
|
|
111
|
+
|
|
109
112
|
__all__ = ("ConnectCasesClient",)
|
|
110
113
|
|
|
114
|
+
|
|
111
115
|
class Exceptions(BaseClientExceptions):
|
|
112
116
|
AccessDeniedException: Type[BotocoreClientError]
|
|
113
117
|
ClientError: Type[BotocoreClientError]
|
|
@@ -118,6 +122,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
118
122
|
ThrottlingException: Type[BotocoreClientError]
|
|
119
123
|
ValidationException: Type[BotocoreClientError]
|
|
120
124
|
|
|
125
|
+
|
|
121
126
|
class ConnectCasesClient(BaseClient):
|
|
122
127
|
"""
|
|
123
128
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client)
|
|
@@ -186,8 +191,8 @@ class ConnectCasesClient(BaseClient):
|
|
|
186
191
|
|
|
187
192
|
def create_case(self, **kwargs: Unpack[CreateCaseRequestTypeDef]) -> CreateCaseResponseTypeDef:
|
|
188
193
|
"""
|
|
189
|
-
If you provide a value for <code>PerformedBy.UserArn</code> you must
|
|
190
|
-
<a
|
|
194
|
+
<note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must
|
|
195
|
+
also have <a
|
|
191
196
|
href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a>
|
|
192
197
|
permission on the User ARN resource that you provide.
|
|
193
198
|
|
|
@@ -257,6 +262,15 @@ class ConnectCasesClient(BaseClient):
|
|
|
257
262
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#create_template)
|
|
258
263
|
"""
|
|
259
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
|
+
|
|
260
274
|
def delete_case_rule(self, **kwargs: Unpack[DeleteCaseRuleRequestTypeDef]) -> Dict[str, Any]:
|
|
261
275
|
"""
|
|
262
276
|
Deletes a case rule.
|
|
@@ -289,6 +303,16 @@ class ConnectCasesClient(BaseClient):
|
|
|
289
303
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#delete_layout)
|
|
290
304
|
"""
|
|
291
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
|
+
|
|
292
316
|
def delete_template(self, **kwargs: Unpack[DeleteTemplateRequestTypeDef]) -> Dict[str, Any]:
|
|
293
317
|
"""
|
|
294
318
|
Deletes a cases template.
|
|
@@ -481,8 +505,8 @@ class ConnectCasesClient(BaseClient):
|
|
|
481
505
|
|
|
482
506
|
def update_case(self, **kwargs: Unpack[UpdateCaseRequestTypeDef]) -> Dict[str, Any]:
|
|
483
507
|
"""
|
|
484
|
-
If you provide a value for <code>PerformedBy.UserArn</code> you must
|
|
485
|
-
<a
|
|
508
|
+
<note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must
|
|
509
|
+
also have <a
|
|
486
510
|
href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a>
|
|
487
511
|
permission on the User ARN resource that you provide.
|
|
488
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,
|
|
@@ -106,10 +108,8 @@ if sys.version_info >= (3, 12):
|
|
|
106
108
|
else:
|
|
107
109
|
from typing_extensions import Literal, Unpack
|
|
108
110
|
|
|
109
|
-
|
|
110
111
|
__all__ = ("ConnectCasesClient",)
|
|
111
112
|
|
|
112
|
-
|
|
113
113
|
class Exceptions(BaseClientExceptions):
|
|
114
114
|
AccessDeniedException: Type[BotocoreClientError]
|
|
115
115
|
ClientError: Type[BotocoreClientError]
|
|
@@ -120,7 +120,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
120
120
|
ThrottlingException: Type[BotocoreClientError]
|
|
121
121
|
ValidationException: Type[BotocoreClientError]
|
|
122
122
|
|
|
123
|
-
|
|
124
123
|
class ConnectCasesClient(BaseClient):
|
|
125
124
|
"""
|
|
126
125
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases.Client)
|
|
@@ -189,8 +188,8 @@ class ConnectCasesClient(BaseClient):
|
|
|
189
188
|
|
|
190
189
|
def create_case(self, **kwargs: Unpack[CreateCaseRequestTypeDef]) -> CreateCaseResponseTypeDef:
|
|
191
190
|
"""
|
|
192
|
-
If you provide a value for <code>PerformedBy.UserArn</code> you must
|
|
193
|
-
<a
|
|
191
|
+
<note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must
|
|
192
|
+
also have <a
|
|
194
193
|
href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a>
|
|
195
194
|
permission on the User ARN resource that you provide.
|
|
196
195
|
|
|
@@ -260,6 +259,15 @@ class ConnectCasesClient(BaseClient):
|
|
|
260
259
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#create_template)
|
|
261
260
|
"""
|
|
262
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
|
+
|
|
263
271
|
def delete_case_rule(self, **kwargs: Unpack[DeleteCaseRuleRequestTypeDef]) -> Dict[str, Any]:
|
|
264
272
|
"""
|
|
265
273
|
Deletes a case rule.
|
|
@@ -292,6 +300,16 @@ class ConnectCasesClient(BaseClient):
|
|
|
292
300
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/client/#delete_layout)
|
|
293
301
|
"""
|
|
294
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
|
+
|
|
295
313
|
def delete_template(self, **kwargs: Unpack[DeleteTemplateRequestTypeDef]) -> Dict[str, Any]:
|
|
296
314
|
"""
|
|
297
315
|
Deletes a cases template.
|
|
@@ -484,8 +502,8 @@ class ConnectCasesClient(BaseClient):
|
|
|
484
502
|
|
|
485
503
|
def update_case(self, **kwargs: Unpack[UpdateCaseRequestTypeDef]) -> Dict[str, Any]:
|
|
486
504
|
"""
|
|
487
|
-
If you provide a value for <code>PerformedBy.UserArn</code> you must
|
|
488
|
-
<a
|
|
505
|
+
<note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must
|
|
506
|
+
also have <a
|
|
489
507
|
href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a>
|
|
490
508
|
permission on the User ARN resource that you provide.
|
|
491
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",
|