mypy-boto3-waf-regional 1.34.0__tar.gz → 1.35.0__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.
Potentially problematic release.
This version of mypy-boto3-waf-regional might be problematic. Click here for more details.
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/LICENSE +1 -1
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/PKG-INFO +7 -7
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/README.md +2 -2
- mypy-boto3-waf-regional-1.34.0/mypy_boto3_waf_regional/__init__.py → mypy_boto3_waf_regional-1.35.0/mypy_boto3_waf_regional/__init__.pyi +0 -1
- mypy_boto3_waf_regional-1.35.0/mypy_boto3_waf_regional/__main__.py +40 -0
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/client.py +11 -12
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/client.pyi +11 -11
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/literals.py +17 -7
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/literals.pyi +17 -5
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/type_defs.py +85 -37
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/type_defs.pyi +85 -36
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/version.py +1 -1
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional.egg-info/PKG-INFO +7 -7
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/setup.py +5 -9
- mypy-boto3-waf-regional-1.34.0/mypy_boto3_waf_regional/__main__.py +0 -39
- /mypy-boto3-waf-regional-1.34.0/mypy_boto3_waf_regional/__init__.pyi → /mypy_boto3_waf_regional-1.35.0/mypy_boto3_waf_regional/__init__.py +0 -0
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/py.typed +0 -0
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional.egg-info/not-zip-safe +0 -0
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional.egg-info/requires.txt +0 -0
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional.egg-info/top_level.txt +0 -0
- {mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-waf-regional
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.WAFRegional 1.
|
|
3
|
+
Version: 1.35.0
|
|
4
|
+
Summary: Type annotations for boto3.WAFRegional 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
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-waf-regional"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ License-File: LICENSE
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.WAFRegional 1.
|
|
46
|
+
[boto3.WAFRegional 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional)
|
|
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
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.WAFRegional 1.
|
|
13
|
+
[boto3.WAFRegional 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional)
|
|
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.26.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.WAFRegional 1.35.0\n"
|
|
14
|
+
"Version: 1.35.0\n"
|
|
15
|
+
"Builder version: 7.26.0\n"
|
|
16
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional//\n"
|
|
17
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional\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.35.0")
|
|
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()
|
{mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/client.py
RENAMED
|
@@ -85,7 +85,7 @@ from .type_defs import (
|
|
|
85
85
|
ListTagsForResourceResponseTypeDef,
|
|
86
86
|
ListWebACLsResponseTypeDef,
|
|
87
87
|
ListXssMatchSetsResponseTypeDef,
|
|
88
|
-
|
|
88
|
+
LoggingConfigurationUnionTypeDef,
|
|
89
89
|
PutLoggingConfigurationResponseTypeDef,
|
|
90
90
|
RegexMatchSetUpdateTypeDef,
|
|
91
91
|
RegexPatternSetUpdateTypeDef,
|
|
@@ -94,7 +94,7 @@ from .type_defs import (
|
|
|
94
94
|
SizeConstraintSetUpdateTypeDef,
|
|
95
95
|
SqlInjectionMatchSetUpdateTypeDef,
|
|
96
96
|
TagTypeDef,
|
|
97
|
-
|
|
97
|
+
TimeWindowUnionTypeDef,
|
|
98
98
|
UpdateByteMatchSetResponseTypeDef,
|
|
99
99
|
UpdateGeoMatchSetResponseTypeDef,
|
|
100
100
|
UpdateIPSetResponseTypeDef,
|
|
@@ -117,7 +117,6 @@ if sys.version_info >= (3, 12):
|
|
|
117
117
|
else:
|
|
118
118
|
from typing_extensions import Literal
|
|
119
119
|
|
|
120
|
-
|
|
121
120
|
__all__ = ("WAFRegionalClient",)
|
|
122
121
|
|
|
123
122
|
|
|
@@ -230,7 +229,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
230
229
|
RateKey: Literal["IP"],
|
|
231
230
|
RateLimit: int,
|
|
232
231
|
ChangeToken: str,
|
|
233
|
-
Tags: Sequence[TagTypeDef] =
|
|
232
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
234
233
|
) -> CreateRateBasedRuleResponseTypeDef:
|
|
235
234
|
"""
|
|
236
235
|
.
|
|
@@ -306,7 +305,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
306
305
|
MetricName: str,
|
|
307
306
|
DefaultAction: WafActionTypeDef,
|
|
308
307
|
ChangeToken: str,
|
|
309
|
-
Tags: Sequence[TagTypeDef] =
|
|
308
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
310
309
|
) -> CreateWebACLResponseTypeDef:
|
|
311
310
|
"""
|
|
312
311
|
.
|
|
@@ -598,7 +597,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
598
597
|
"""
|
|
599
598
|
|
|
600
599
|
def get_sampled_requests(
|
|
601
|
-
self, *, WebAclId: str, RuleId: str, TimeWindow:
|
|
600
|
+
self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowUnionTypeDef, MaxItems: int
|
|
602
601
|
) -> GetSampledRequestsResponseTypeDef:
|
|
603
602
|
"""
|
|
604
603
|
.
|
|
@@ -818,7 +817,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
818
817
|
"""
|
|
819
818
|
|
|
820
819
|
def put_logging_configuration(
|
|
821
|
-
self, *, LoggingConfiguration:
|
|
820
|
+
self, *, LoggingConfiguration: LoggingConfigurationUnionTypeDef
|
|
822
821
|
) -> PutLoggingConfigurationResponseTypeDef:
|
|
823
822
|
"""
|
|
824
823
|
.
|
|
@@ -896,7 +895,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
896
895
|
*,
|
|
897
896
|
RegexMatchSetId: str,
|
|
898
897
|
Updates: Sequence[RegexMatchSetUpdateTypeDef],
|
|
899
|
-
ChangeToken: str
|
|
898
|
+
ChangeToken: str,
|
|
900
899
|
) -> UpdateRegexMatchSetResponseTypeDef:
|
|
901
900
|
"""
|
|
902
901
|
.
|
|
@@ -910,7 +909,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
910
909
|
*,
|
|
911
910
|
RegexPatternSetId: str,
|
|
912
911
|
Updates: Sequence[RegexPatternSetUpdateTypeDef],
|
|
913
|
-
ChangeToken: str
|
|
912
|
+
ChangeToken: str,
|
|
914
913
|
) -> UpdateRegexPatternSetResponseTypeDef:
|
|
915
914
|
"""
|
|
916
915
|
.
|
|
@@ -944,7 +943,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
944
943
|
*,
|
|
945
944
|
SizeConstraintSetId: str,
|
|
946
945
|
ChangeToken: str,
|
|
947
|
-
Updates: Sequence[SizeConstraintSetUpdateTypeDef]
|
|
946
|
+
Updates: Sequence[SizeConstraintSetUpdateTypeDef],
|
|
948
947
|
) -> UpdateSizeConstraintSetResponseTypeDef:
|
|
949
948
|
"""
|
|
950
949
|
.
|
|
@@ -958,7 +957,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
958
957
|
*,
|
|
959
958
|
SqlInjectionMatchSetId: str,
|
|
960
959
|
ChangeToken: str,
|
|
961
|
-
Updates: Sequence[SqlInjectionMatchSetUpdateTypeDef]
|
|
960
|
+
Updates: Sequence[SqlInjectionMatchSetUpdateTypeDef],
|
|
962
961
|
) -> UpdateSqlInjectionMatchSetResponseTypeDef:
|
|
963
962
|
"""
|
|
964
963
|
.
|
|
@@ -973,7 +972,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
973
972
|
WebACLId: str,
|
|
974
973
|
ChangeToken: str,
|
|
975
974
|
Updates: Sequence[WebACLUpdateTypeDef] = ...,
|
|
976
|
-
DefaultAction: WafActionTypeDef =
|
|
975
|
+
DefaultAction: WafActionTypeDef = ...,
|
|
977
976
|
) -> UpdateWebACLResponseTypeDef:
|
|
978
977
|
"""
|
|
979
978
|
.
|
{mypy-boto3-waf-regional-1.34.0 → mypy_boto3_waf_regional-1.35.0}/mypy_boto3_waf_regional/client.pyi
RENAMED
|
@@ -85,7 +85,7 @@ from .type_defs import (
|
|
|
85
85
|
ListTagsForResourceResponseTypeDef,
|
|
86
86
|
ListWebACLsResponseTypeDef,
|
|
87
87
|
ListXssMatchSetsResponseTypeDef,
|
|
88
|
-
|
|
88
|
+
LoggingConfigurationUnionTypeDef,
|
|
89
89
|
PutLoggingConfigurationResponseTypeDef,
|
|
90
90
|
RegexMatchSetUpdateTypeDef,
|
|
91
91
|
RegexPatternSetUpdateTypeDef,
|
|
@@ -94,7 +94,7 @@ from .type_defs import (
|
|
|
94
94
|
SizeConstraintSetUpdateTypeDef,
|
|
95
95
|
SqlInjectionMatchSetUpdateTypeDef,
|
|
96
96
|
TagTypeDef,
|
|
97
|
-
|
|
97
|
+
TimeWindowUnionTypeDef,
|
|
98
98
|
UpdateByteMatchSetResponseTypeDef,
|
|
99
99
|
UpdateGeoMatchSetResponseTypeDef,
|
|
100
100
|
UpdateIPSetResponseTypeDef,
|
|
@@ -226,7 +226,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
226
226
|
RateKey: Literal["IP"],
|
|
227
227
|
RateLimit: int,
|
|
228
228
|
ChangeToken: str,
|
|
229
|
-
Tags: Sequence[TagTypeDef] =
|
|
229
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
230
230
|
) -> CreateRateBasedRuleResponseTypeDef:
|
|
231
231
|
"""
|
|
232
232
|
.
|
|
@@ -302,7 +302,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
302
302
|
MetricName: str,
|
|
303
303
|
DefaultAction: WafActionTypeDef,
|
|
304
304
|
ChangeToken: str,
|
|
305
|
-
Tags: Sequence[TagTypeDef] =
|
|
305
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
306
306
|
) -> CreateWebACLResponseTypeDef:
|
|
307
307
|
"""
|
|
308
308
|
.
|
|
@@ -594,7 +594,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
594
594
|
"""
|
|
595
595
|
|
|
596
596
|
def get_sampled_requests(
|
|
597
|
-
self, *, WebAclId: str, RuleId: str, TimeWindow:
|
|
597
|
+
self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowUnionTypeDef, MaxItems: int
|
|
598
598
|
) -> GetSampledRequestsResponseTypeDef:
|
|
599
599
|
"""
|
|
600
600
|
.
|
|
@@ -814,7 +814,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
814
814
|
"""
|
|
815
815
|
|
|
816
816
|
def put_logging_configuration(
|
|
817
|
-
self, *, LoggingConfiguration:
|
|
817
|
+
self, *, LoggingConfiguration: LoggingConfigurationUnionTypeDef
|
|
818
818
|
) -> PutLoggingConfigurationResponseTypeDef:
|
|
819
819
|
"""
|
|
820
820
|
.
|
|
@@ -892,7 +892,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
892
892
|
*,
|
|
893
893
|
RegexMatchSetId: str,
|
|
894
894
|
Updates: Sequence[RegexMatchSetUpdateTypeDef],
|
|
895
|
-
ChangeToken: str
|
|
895
|
+
ChangeToken: str,
|
|
896
896
|
) -> UpdateRegexMatchSetResponseTypeDef:
|
|
897
897
|
"""
|
|
898
898
|
.
|
|
@@ -906,7 +906,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
906
906
|
*,
|
|
907
907
|
RegexPatternSetId: str,
|
|
908
908
|
Updates: Sequence[RegexPatternSetUpdateTypeDef],
|
|
909
|
-
ChangeToken: str
|
|
909
|
+
ChangeToken: str,
|
|
910
910
|
) -> UpdateRegexPatternSetResponseTypeDef:
|
|
911
911
|
"""
|
|
912
912
|
.
|
|
@@ -940,7 +940,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
940
940
|
*,
|
|
941
941
|
SizeConstraintSetId: str,
|
|
942
942
|
ChangeToken: str,
|
|
943
|
-
Updates: Sequence[SizeConstraintSetUpdateTypeDef]
|
|
943
|
+
Updates: Sequence[SizeConstraintSetUpdateTypeDef],
|
|
944
944
|
) -> UpdateSizeConstraintSetResponseTypeDef:
|
|
945
945
|
"""
|
|
946
946
|
.
|
|
@@ -954,7 +954,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
954
954
|
*,
|
|
955
955
|
SqlInjectionMatchSetId: str,
|
|
956
956
|
ChangeToken: str,
|
|
957
|
-
Updates: Sequence[SqlInjectionMatchSetUpdateTypeDef]
|
|
957
|
+
Updates: Sequence[SqlInjectionMatchSetUpdateTypeDef],
|
|
958
958
|
) -> UpdateSqlInjectionMatchSetResponseTypeDef:
|
|
959
959
|
"""
|
|
960
960
|
.
|
|
@@ -969,7 +969,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
969
969
|
WebACLId: str,
|
|
970
970
|
ChangeToken: str,
|
|
971
971
|
Updates: Sequence[WebACLUpdateTypeDef] = ...,
|
|
972
|
-
DefaultAction: WafActionTypeDef =
|
|
972
|
+
DefaultAction: WafActionTypeDef = ...,
|
|
973
973
|
) -> UpdateWebACLResponseTypeDef:
|
|
974
974
|
"""
|
|
975
975
|
.
|
|
@@ -19,7 +19,6 @@ if sys.version_info >= (3, 12):
|
|
|
19
19
|
else:
|
|
20
20
|
from typing_extensions import Literal
|
|
21
21
|
|
|
22
|
-
|
|
23
22
|
__all__ = (
|
|
24
23
|
"ChangeActionType",
|
|
25
24
|
"ChangeTokenStatusType",
|
|
@@ -42,7 +41,6 @@ __all__ = (
|
|
|
42
41
|
"RegionName",
|
|
43
42
|
)
|
|
44
43
|
|
|
45
|
-
|
|
46
44
|
ChangeActionType = Literal["DELETE", "INSERT"]
|
|
47
45
|
ChangeTokenStatusType = Literal["INSYNC", "PENDING", "PROVISIONED"]
|
|
48
46
|
ComparisonOperatorType = Literal["EQ", "GE", "GT", "LE", "LT", "NE"]
|
|
@@ -328,7 +326,6 @@ ServiceName = Literal[
|
|
|
328
326
|
"account",
|
|
329
327
|
"acm",
|
|
330
328
|
"acm-pca",
|
|
331
|
-
"alexaforbusiness",
|
|
332
329
|
"amp",
|
|
333
330
|
"amplify",
|
|
334
331
|
"amplifybackend",
|
|
@@ -343,12 +340,15 @@ ServiceName = Literal[
|
|
|
343
340
|
"appintegrations",
|
|
344
341
|
"application-autoscaling",
|
|
345
342
|
"application-insights",
|
|
343
|
+
"application-signals",
|
|
346
344
|
"applicationcostprofiler",
|
|
347
345
|
"appmesh",
|
|
348
346
|
"apprunner",
|
|
349
347
|
"appstream",
|
|
350
348
|
"appsync",
|
|
349
|
+
"apptest",
|
|
351
350
|
"arc-zonal-shift",
|
|
351
|
+
"artifact",
|
|
352
352
|
"athena",
|
|
353
353
|
"auditmanager",
|
|
354
354
|
"autoscaling",
|
|
@@ -356,7 +356,6 @@ ServiceName = Literal[
|
|
|
356
356
|
"b2bi",
|
|
357
357
|
"backup",
|
|
358
358
|
"backup-gateway",
|
|
359
|
-
"backupstorage",
|
|
360
359
|
"batch",
|
|
361
360
|
"bcm-data-exports",
|
|
362
361
|
"bedrock",
|
|
@@ -367,6 +366,7 @@ ServiceName = Literal[
|
|
|
367
366
|
"braket",
|
|
368
367
|
"budgets",
|
|
369
368
|
"ce",
|
|
369
|
+
"chatbot",
|
|
370
370
|
"chime",
|
|
371
371
|
"chime-sdk-identity",
|
|
372
372
|
"chime-sdk-media-pipelines",
|
|
@@ -392,6 +392,7 @@ ServiceName = Literal[
|
|
|
392
392
|
"codebuild",
|
|
393
393
|
"codecatalyst",
|
|
394
394
|
"codecommit",
|
|
395
|
+
"codeconnections",
|
|
395
396
|
"codedeploy",
|
|
396
397
|
"codeguru-reviewer",
|
|
397
398
|
"codeguru-security",
|
|
@@ -412,6 +413,7 @@ ServiceName = Literal[
|
|
|
412
413
|
"connectcampaigns",
|
|
413
414
|
"connectcases",
|
|
414
415
|
"connectparticipant",
|
|
416
|
+
"controlcatalog",
|
|
415
417
|
"controltower",
|
|
416
418
|
"cost-optimization-hub",
|
|
417
419
|
"cur",
|
|
@@ -422,6 +424,7 @@ ServiceName = Literal[
|
|
|
422
424
|
"datasync",
|
|
423
425
|
"datazone",
|
|
424
426
|
"dax",
|
|
427
|
+
"deadline",
|
|
425
428
|
"detective",
|
|
426
429
|
"devicefarm",
|
|
427
430
|
"devops-guru",
|
|
@@ -478,7 +481,6 @@ ServiceName = Literal[
|
|
|
478
481
|
"guardduty",
|
|
479
482
|
"health",
|
|
480
483
|
"healthlake",
|
|
481
|
-
"honeycode",
|
|
482
484
|
"iam",
|
|
483
485
|
"identitystore",
|
|
484
486
|
"imagebuilder",
|
|
@@ -490,7 +492,6 @@ ServiceName = Literal[
|
|
|
490
492
|
"iot",
|
|
491
493
|
"iot-data",
|
|
492
494
|
"iot-jobs-data",
|
|
493
|
-
"iot-roborunner",
|
|
494
495
|
"iot1click-devices",
|
|
495
496
|
"iot1click-projects",
|
|
496
497
|
"iotanalytics",
|
|
@@ -540,6 +541,7 @@ ServiceName = Literal[
|
|
|
540
541
|
"m2",
|
|
541
542
|
"machinelearning",
|
|
542
543
|
"macie2",
|
|
544
|
+
"mailmanager",
|
|
543
545
|
"managedblockchain",
|
|
544
546
|
"managedblockchain-query",
|
|
545
547
|
"marketplace-agreement",
|
|
@@ -565,14 +567,15 @@ ServiceName = Literal[
|
|
|
565
567
|
"migrationhub-config",
|
|
566
568
|
"migrationhuborchestrator",
|
|
567
569
|
"migrationhubstrategy",
|
|
568
|
-
"mobile",
|
|
569
570
|
"mq",
|
|
570
571
|
"mturk",
|
|
571
572
|
"mwaa",
|
|
572
573
|
"neptune",
|
|
574
|
+
"neptune-graph",
|
|
573
575
|
"neptunedata",
|
|
574
576
|
"network-firewall",
|
|
575
577
|
"networkmanager",
|
|
578
|
+
"networkmonitor",
|
|
576
579
|
"nimble",
|
|
577
580
|
"oam",
|
|
578
581
|
"omics",
|
|
@@ -587,6 +590,7 @@ ServiceName = Literal[
|
|
|
587
590
|
"payment-cryptography",
|
|
588
591
|
"payment-cryptography-data",
|
|
589
592
|
"pca-connector-ad",
|
|
593
|
+
"pca-connector-scep",
|
|
590
594
|
"personalize",
|
|
591
595
|
"personalize-events",
|
|
592
596
|
"personalize-runtime",
|
|
@@ -600,6 +604,7 @@ ServiceName = Literal[
|
|
|
600
604
|
"pricing",
|
|
601
605
|
"privatenetworks",
|
|
602
606
|
"proton",
|
|
607
|
+
"qapps",
|
|
603
608
|
"qbusiness",
|
|
604
609
|
"qconnect",
|
|
605
610
|
"qldb",
|
|
@@ -625,6 +630,7 @@ ServiceName = Literal[
|
|
|
625
630
|
"route53-recovery-control-config",
|
|
626
631
|
"route53-recovery-readiness",
|
|
627
632
|
"route53domains",
|
|
633
|
+
"route53profiles",
|
|
628
634
|
"route53resolver",
|
|
629
635
|
"rum",
|
|
630
636
|
"s3",
|
|
@@ -663,6 +669,7 @@ ServiceName = Literal[
|
|
|
663
669
|
"ssm",
|
|
664
670
|
"ssm-contacts",
|
|
665
671
|
"ssm-incidents",
|
|
672
|
+
"ssm-quicksetup",
|
|
666
673
|
"ssm-sap",
|
|
667
674
|
"sso",
|
|
668
675
|
"sso-admin",
|
|
@@ -670,11 +677,14 @@ ServiceName = Literal[
|
|
|
670
677
|
"stepfunctions",
|
|
671
678
|
"storagegateway",
|
|
672
679
|
"sts",
|
|
680
|
+
"supplychain",
|
|
673
681
|
"support",
|
|
674
682
|
"support-app",
|
|
675
683
|
"swf",
|
|
676
684
|
"synthetics",
|
|
685
|
+
"taxsettings",
|
|
677
686
|
"textract",
|
|
687
|
+
"timestream-influxdb",
|
|
678
688
|
"timestream-query",
|
|
679
689
|
"timestream-write",
|
|
680
690
|
"tnb",
|
|
@@ -326,7 +326,6 @@ ServiceName = Literal[
|
|
|
326
326
|
"account",
|
|
327
327
|
"acm",
|
|
328
328
|
"acm-pca",
|
|
329
|
-
"alexaforbusiness",
|
|
330
329
|
"amp",
|
|
331
330
|
"amplify",
|
|
332
331
|
"amplifybackend",
|
|
@@ -341,12 +340,15 @@ ServiceName = Literal[
|
|
|
341
340
|
"appintegrations",
|
|
342
341
|
"application-autoscaling",
|
|
343
342
|
"application-insights",
|
|
343
|
+
"application-signals",
|
|
344
344
|
"applicationcostprofiler",
|
|
345
345
|
"appmesh",
|
|
346
346
|
"apprunner",
|
|
347
347
|
"appstream",
|
|
348
348
|
"appsync",
|
|
349
|
+
"apptest",
|
|
349
350
|
"arc-zonal-shift",
|
|
351
|
+
"artifact",
|
|
350
352
|
"athena",
|
|
351
353
|
"auditmanager",
|
|
352
354
|
"autoscaling",
|
|
@@ -354,7 +356,6 @@ ServiceName = Literal[
|
|
|
354
356
|
"b2bi",
|
|
355
357
|
"backup",
|
|
356
358
|
"backup-gateway",
|
|
357
|
-
"backupstorage",
|
|
358
359
|
"batch",
|
|
359
360
|
"bcm-data-exports",
|
|
360
361
|
"bedrock",
|
|
@@ -365,6 +366,7 @@ ServiceName = Literal[
|
|
|
365
366
|
"braket",
|
|
366
367
|
"budgets",
|
|
367
368
|
"ce",
|
|
369
|
+
"chatbot",
|
|
368
370
|
"chime",
|
|
369
371
|
"chime-sdk-identity",
|
|
370
372
|
"chime-sdk-media-pipelines",
|
|
@@ -390,6 +392,7 @@ ServiceName = Literal[
|
|
|
390
392
|
"codebuild",
|
|
391
393
|
"codecatalyst",
|
|
392
394
|
"codecommit",
|
|
395
|
+
"codeconnections",
|
|
393
396
|
"codedeploy",
|
|
394
397
|
"codeguru-reviewer",
|
|
395
398
|
"codeguru-security",
|
|
@@ -410,6 +413,7 @@ ServiceName = Literal[
|
|
|
410
413
|
"connectcampaigns",
|
|
411
414
|
"connectcases",
|
|
412
415
|
"connectparticipant",
|
|
416
|
+
"controlcatalog",
|
|
413
417
|
"controltower",
|
|
414
418
|
"cost-optimization-hub",
|
|
415
419
|
"cur",
|
|
@@ -420,6 +424,7 @@ ServiceName = Literal[
|
|
|
420
424
|
"datasync",
|
|
421
425
|
"datazone",
|
|
422
426
|
"dax",
|
|
427
|
+
"deadline",
|
|
423
428
|
"detective",
|
|
424
429
|
"devicefarm",
|
|
425
430
|
"devops-guru",
|
|
@@ -476,7 +481,6 @@ ServiceName = Literal[
|
|
|
476
481
|
"guardduty",
|
|
477
482
|
"health",
|
|
478
483
|
"healthlake",
|
|
479
|
-
"honeycode",
|
|
480
484
|
"iam",
|
|
481
485
|
"identitystore",
|
|
482
486
|
"imagebuilder",
|
|
@@ -488,7 +492,6 @@ ServiceName = Literal[
|
|
|
488
492
|
"iot",
|
|
489
493
|
"iot-data",
|
|
490
494
|
"iot-jobs-data",
|
|
491
|
-
"iot-roborunner",
|
|
492
495
|
"iot1click-devices",
|
|
493
496
|
"iot1click-projects",
|
|
494
497
|
"iotanalytics",
|
|
@@ -538,6 +541,7 @@ ServiceName = Literal[
|
|
|
538
541
|
"m2",
|
|
539
542
|
"machinelearning",
|
|
540
543
|
"macie2",
|
|
544
|
+
"mailmanager",
|
|
541
545
|
"managedblockchain",
|
|
542
546
|
"managedblockchain-query",
|
|
543
547
|
"marketplace-agreement",
|
|
@@ -563,14 +567,15 @@ ServiceName = Literal[
|
|
|
563
567
|
"migrationhub-config",
|
|
564
568
|
"migrationhuborchestrator",
|
|
565
569
|
"migrationhubstrategy",
|
|
566
|
-
"mobile",
|
|
567
570
|
"mq",
|
|
568
571
|
"mturk",
|
|
569
572
|
"mwaa",
|
|
570
573
|
"neptune",
|
|
574
|
+
"neptune-graph",
|
|
571
575
|
"neptunedata",
|
|
572
576
|
"network-firewall",
|
|
573
577
|
"networkmanager",
|
|
578
|
+
"networkmonitor",
|
|
574
579
|
"nimble",
|
|
575
580
|
"oam",
|
|
576
581
|
"omics",
|
|
@@ -585,6 +590,7 @@ ServiceName = Literal[
|
|
|
585
590
|
"payment-cryptography",
|
|
586
591
|
"payment-cryptography-data",
|
|
587
592
|
"pca-connector-ad",
|
|
593
|
+
"pca-connector-scep",
|
|
588
594
|
"personalize",
|
|
589
595
|
"personalize-events",
|
|
590
596
|
"personalize-runtime",
|
|
@@ -598,6 +604,7 @@ ServiceName = Literal[
|
|
|
598
604
|
"pricing",
|
|
599
605
|
"privatenetworks",
|
|
600
606
|
"proton",
|
|
607
|
+
"qapps",
|
|
601
608
|
"qbusiness",
|
|
602
609
|
"qconnect",
|
|
603
610
|
"qldb",
|
|
@@ -623,6 +630,7 @@ ServiceName = Literal[
|
|
|
623
630
|
"route53-recovery-control-config",
|
|
624
631
|
"route53-recovery-readiness",
|
|
625
632
|
"route53domains",
|
|
633
|
+
"route53profiles",
|
|
626
634
|
"route53resolver",
|
|
627
635
|
"rum",
|
|
628
636
|
"s3",
|
|
@@ -661,6 +669,7 @@ ServiceName = Literal[
|
|
|
661
669
|
"ssm",
|
|
662
670
|
"ssm-contacts",
|
|
663
671
|
"ssm-incidents",
|
|
672
|
+
"ssm-quicksetup",
|
|
664
673
|
"ssm-sap",
|
|
665
674
|
"sso",
|
|
666
675
|
"sso-admin",
|
|
@@ -668,11 +677,14 @@ ServiceName = Literal[
|
|
|
668
677
|
"stepfunctions",
|
|
669
678
|
"storagegateway",
|
|
670
679
|
"sts",
|
|
680
|
+
"supplychain",
|
|
671
681
|
"support",
|
|
672
682
|
"support-app",
|
|
673
683
|
"swf",
|
|
674
684
|
"synthetics",
|
|
685
|
+
"taxsettings",
|
|
675
686
|
"textract",
|
|
687
|
+
"timestream-influxdb",
|
|
676
688
|
"timestream-query",
|
|
677
689
|
"timestream-write",
|
|
678
690
|
"tnb",
|