mypy-boto3-waf-regional 1.33.0__tar.gz → 1.34.153__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.33.0 → mypy_boto3_waf_regional-1.34.153}/LICENSE +1 -1
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/PKG-INFO +7 -7
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/README.md +2 -2
- mypy-boto3-waf-regional-1.33.0/mypy_boto3_waf_regional/__init__.py → mypy_boto3_waf_regional-1.34.153/mypy_boto3_waf_regional/__init__.pyi +0 -1
- mypy_boto3_waf_regional-1.34.153/mypy_boto3_waf_regional/__main__.py +40 -0
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional/client.py +11 -12
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional/client.pyi +11 -11
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional/literals.py +24 -7
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional/literals.pyi +24 -5
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional/type_defs.py +85 -37
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional/type_defs.pyi +85 -36
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional/version.py +1 -1
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional.egg-info/PKG-INFO +7 -7
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/setup.py +4 -8
- mypy-boto3-waf-regional-1.33.0/mypy_boto3_waf_regional/__main__.py +0 -39
- /mypy-boto3-waf-regional-1.33.0/mypy_boto3_waf_regional/__init__.pyi → /mypy_boto3_waf_regional-1.34.153/mypy_boto3_waf_regional/__init__.py +0 -0
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional/py.typed +0 -0
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional.egg-info/not-zip-safe +0 -0
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional.egg-info/requires.txt +0 -0
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/mypy_boto3_waf_regional.egg-info/top_level.txt +0 -0
- {mypy-boto3-waf-regional-1.33.0 → mypy_boto3_waf_regional-1.34.153}/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.34.153
|
|
4
|
+
Summary: Type annotations for boto3.WAFRegional 1.34.153 service generated with mypy-boto3-builder 7.25.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.34.153](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.25.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.34.153](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.25.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.34.153\n"
|
|
14
|
+
"Version: 1.34.153\n"
|
|
15
|
+
"Builder version: 7.25.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.34.153")
|
|
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()
|
|
@@ -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
|
.
|
|
@@ -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,15 +356,17 @@ 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",
|
|
362
|
+
"bedrock-agent",
|
|
363
|
+
"bedrock-agent-runtime",
|
|
363
364
|
"bedrock-runtime",
|
|
364
365
|
"billingconductor",
|
|
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",
|
|
@@ -372,6 +374,7 @@ ServiceName = Literal[
|
|
|
372
374
|
"chime-sdk-messaging",
|
|
373
375
|
"chime-sdk-voice",
|
|
374
376
|
"cleanrooms",
|
|
377
|
+
"cleanroomsml",
|
|
375
378
|
"cloud9",
|
|
376
379
|
"cloudcontrol",
|
|
377
380
|
"clouddirectory",
|
|
@@ -389,6 +392,7 @@ ServiceName = Literal[
|
|
|
389
392
|
"codebuild",
|
|
390
393
|
"codecatalyst",
|
|
391
394
|
"codecommit",
|
|
395
|
+
"codeconnections",
|
|
392
396
|
"codedeploy",
|
|
393
397
|
"codeguru-reviewer",
|
|
394
398
|
"codeguru-security",
|
|
@@ -409,6 +413,7 @@ ServiceName = Literal[
|
|
|
409
413
|
"connectcampaigns",
|
|
410
414
|
"connectcases",
|
|
411
415
|
"connectparticipant",
|
|
416
|
+
"controlcatalog",
|
|
412
417
|
"controltower",
|
|
413
418
|
"cost-optimization-hub",
|
|
414
419
|
"cur",
|
|
@@ -419,6 +424,7 @@ ServiceName = Literal[
|
|
|
419
424
|
"datasync",
|
|
420
425
|
"datazone",
|
|
421
426
|
"dax",
|
|
427
|
+
"deadline",
|
|
422
428
|
"detective",
|
|
423
429
|
"devicefarm",
|
|
424
430
|
"devops-guru",
|
|
@@ -475,7 +481,6 @@ ServiceName = Literal[
|
|
|
475
481
|
"guardduty",
|
|
476
482
|
"health",
|
|
477
483
|
"healthlake",
|
|
478
|
-
"honeycode",
|
|
479
484
|
"iam",
|
|
480
485
|
"identitystore",
|
|
481
486
|
"imagebuilder",
|
|
@@ -487,7 +492,6 @@ ServiceName = Literal[
|
|
|
487
492
|
"iot",
|
|
488
493
|
"iot-data",
|
|
489
494
|
"iot-jobs-data",
|
|
490
|
-
"iot-roborunner",
|
|
491
495
|
"iot1click-devices",
|
|
492
496
|
"iot1click-projects",
|
|
493
497
|
"iotanalytics",
|
|
@@ -537,9 +541,12 @@ ServiceName = Literal[
|
|
|
537
541
|
"m2",
|
|
538
542
|
"machinelearning",
|
|
539
543
|
"macie2",
|
|
544
|
+
"mailmanager",
|
|
540
545
|
"managedblockchain",
|
|
541
546
|
"managedblockchain-query",
|
|
547
|
+
"marketplace-agreement",
|
|
542
548
|
"marketplace-catalog",
|
|
549
|
+
"marketplace-deployment",
|
|
543
550
|
"marketplace-entitlement",
|
|
544
551
|
"marketplacecommerceanalytics",
|
|
545
552
|
"mediaconnect",
|
|
@@ -560,14 +567,15 @@ ServiceName = Literal[
|
|
|
560
567
|
"migrationhub-config",
|
|
561
568
|
"migrationhuborchestrator",
|
|
562
569
|
"migrationhubstrategy",
|
|
563
|
-
"mobile",
|
|
564
570
|
"mq",
|
|
565
571
|
"mturk",
|
|
566
572
|
"mwaa",
|
|
567
573
|
"neptune",
|
|
574
|
+
"neptune-graph",
|
|
568
575
|
"neptunedata",
|
|
569
576
|
"network-firewall",
|
|
570
577
|
"networkmanager",
|
|
578
|
+
"networkmonitor",
|
|
571
579
|
"nimble",
|
|
572
580
|
"oam",
|
|
573
581
|
"omics",
|
|
@@ -582,6 +590,7 @@ ServiceName = Literal[
|
|
|
582
590
|
"payment-cryptography",
|
|
583
591
|
"payment-cryptography-data",
|
|
584
592
|
"pca-connector-ad",
|
|
593
|
+
"pca-connector-scep",
|
|
585
594
|
"personalize",
|
|
586
595
|
"personalize-events",
|
|
587
596
|
"personalize-runtime",
|
|
@@ -595,6 +604,9 @@ ServiceName = Literal[
|
|
|
595
604
|
"pricing",
|
|
596
605
|
"privatenetworks",
|
|
597
606
|
"proton",
|
|
607
|
+
"qapps",
|
|
608
|
+
"qbusiness",
|
|
609
|
+
"qconnect",
|
|
598
610
|
"qldb",
|
|
599
611
|
"qldb-session",
|
|
600
612
|
"quicksight",
|
|
@@ -618,6 +630,7 @@ ServiceName = Literal[
|
|
|
618
630
|
"route53-recovery-control-config",
|
|
619
631
|
"route53-recovery-readiness",
|
|
620
632
|
"route53domains",
|
|
633
|
+
"route53profiles",
|
|
621
634
|
"route53resolver",
|
|
622
635
|
"rum",
|
|
623
636
|
"s3",
|
|
@@ -656,6 +669,7 @@ ServiceName = Literal[
|
|
|
656
669
|
"ssm",
|
|
657
670
|
"ssm-contacts",
|
|
658
671
|
"ssm-incidents",
|
|
672
|
+
"ssm-quicksetup",
|
|
659
673
|
"ssm-sap",
|
|
660
674
|
"sso",
|
|
661
675
|
"sso-admin",
|
|
@@ -663,11 +677,14 @@ ServiceName = Literal[
|
|
|
663
677
|
"stepfunctions",
|
|
664
678
|
"storagegateway",
|
|
665
679
|
"sts",
|
|
680
|
+
"supplychain",
|
|
666
681
|
"support",
|
|
667
682
|
"support-app",
|
|
668
683
|
"swf",
|
|
669
684
|
"synthetics",
|
|
685
|
+
"taxsettings",
|
|
670
686
|
"textract",
|
|
687
|
+
"timestream-influxdb",
|
|
671
688
|
"timestream-query",
|
|
672
689
|
"timestream-write",
|
|
673
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,15 +356,17 @@ 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",
|
|
362
|
+
"bedrock-agent",
|
|
363
|
+
"bedrock-agent-runtime",
|
|
361
364
|
"bedrock-runtime",
|
|
362
365
|
"billingconductor",
|
|
363
366
|
"braket",
|
|
364
367
|
"budgets",
|
|
365
368
|
"ce",
|
|
369
|
+
"chatbot",
|
|
366
370
|
"chime",
|
|
367
371
|
"chime-sdk-identity",
|
|
368
372
|
"chime-sdk-media-pipelines",
|
|
@@ -370,6 +374,7 @@ ServiceName = Literal[
|
|
|
370
374
|
"chime-sdk-messaging",
|
|
371
375
|
"chime-sdk-voice",
|
|
372
376
|
"cleanrooms",
|
|
377
|
+
"cleanroomsml",
|
|
373
378
|
"cloud9",
|
|
374
379
|
"cloudcontrol",
|
|
375
380
|
"clouddirectory",
|
|
@@ -387,6 +392,7 @@ ServiceName = Literal[
|
|
|
387
392
|
"codebuild",
|
|
388
393
|
"codecatalyst",
|
|
389
394
|
"codecommit",
|
|
395
|
+
"codeconnections",
|
|
390
396
|
"codedeploy",
|
|
391
397
|
"codeguru-reviewer",
|
|
392
398
|
"codeguru-security",
|
|
@@ -407,6 +413,7 @@ ServiceName = Literal[
|
|
|
407
413
|
"connectcampaigns",
|
|
408
414
|
"connectcases",
|
|
409
415
|
"connectparticipant",
|
|
416
|
+
"controlcatalog",
|
|
410
417
|
"controltower",
|
|
411
418
|
"cost-optimization-hub",
|
|
412
419
|
"cur",
|
|
@@ -417,6 +424,7 @@ ServiceName = Literal[
|
|
|
417
424
|
"datasync",
|
|
418
425
|
"datazone",
|
|
419
426
|
"dax",
|
|
427
|
+
"deadline",
|
|
420
428
|
"detective",
|
|
421
429
|
"devicefarm",
|
|
422
430
|
"devops-guru",
|
|
@@ -473,7 +481,6 @@ ServiceName = Literal[
|
|
|
473
481
|
"guardduty",
|
|
474
482
|
"health",
|
|
475
483
|
"healthlake",
|
|
476
|
-
"honeycode",
|
|
477
484
|
"iam",
|
|
478
485
|
"identitystore",
|
|
479
486
|
"imagebuilder",
|
|
@@ -485,7 +492,6 @@ ServiceName = Literal[
|
|
|
485
492
|
"iot",
|
|
486
493
|
"iot-data",
|
|
487
494
|
"iot-jobs-data",
|
|
488
|
-
"iot-roborunner",
|
|
489
495
|
"iot1click-devices",
|
|
490
496
|
"iot1click-projects",
|
|
491
497
|
"iotanalytics",
|
|
@@ -535,9 +541,12 @@ ServiceName = Literal[
|
|
|
535
541
|
"m2",
|
|
536
542
|
"machinelearning",
|
|
537
543
|
"macie2",
|
|
544
|
+
"mailmanager",
|
|
538
545
|
"managedblockchain",
|
|
539
546
|
"managedblockchain-query",
|
|
547
|
+
"marketplace-agreement",
|
|
540
548
|
"marketplace-catalog",
|
|
549
|
+
"marketplace-deployment",
|
|
541
550
|
"marketplace-entitlement",
|
|
542
551
|
"marketplacecommerceanalytics",
|
|
543
552
|
"mediaconnect",
|
|
@@ -558,14 +567,15 @@ ServiceName = Literal[
|
|
|
558
567
|
"migrationhub-config",
|
|
559
568
|
"migrationhuborchestrator",
|
|
560
569
|
"migrationhubstrategy",
|
|
561
|
-
"mobile",
|
|
562
570
|
"mq",
|
|
563
571
|
"mturk",
|
|
564
572
|
"mwaa",
|
|
565
573
|
"neptune",
|
|
574
|
+
"neptune-graph",
|
|
566
575
|
"neptunedata",
|
|
567
576
|
"network-firewall",
|
|
568
577
|
"networkmanager",
|
|
578
|
+
"networkmonitor",
|
|
569
579
|
"nimble",
|
|
570
580
|
"oam",
|
|
571
581
|
"omics",
|
|
@@ -580,6 +590,7 @@ ServiceName = Literal[
|
|
|
580
590
|
"payment-cryptography",
|
|
581
591
|
"payment-cryptography-data",
|
|
582
592
|
"pca-connector-ad",
|
|
593
|
+
"pca-connector-scep",
|
|
583
594
|
"personalize",
|
|
584
595
|
"personalize-events",
|
|
585
596
|
"personalize-runtime",
|
|
@@ -593,6 +604,9 @@ ServiceName = Literal[
|
|
|
593
604
|
"pricing",
|
|
594
605
|
"privatenetworks",
|
|
595
606
|
"proton",
|
|
607
|
+
"qapps",
|
|
608
|
+
"qbusiness",
|
|
609
|
+
"qconnect",
|
|
596
610
|
"qldb",
|
|
597
611
|
"qldb-session",
|
|
598
612
|
"quicksight",
|
|
@@ -616,6 +630,7 @@ ServiceName = Literal[
|
|
|
616
630
|
"route53-recovery-control-config",
|
|
617
631
|
"route53-recovery-readiness",
|
|
618
632
|
"route53domains",
|
|
633
|
+
"route53profiles",
|
|
619
634
|
"route53resolver",
|
|
620
635
|
"rum",
|
|
621
636
|
"s3",
|
|
@@ -654,6 +669,7 @@ ServiceName = Literal[
|
|
|
654
669
|
"ssm",
|
|
655
670
|
"ssm-contacts",
|
|
656
671
|
"ssm-incidents",
|
|
672
|
+
"ssm-quicksetup",
|
|
657
673
|
"ssm-sap",
|
|
658
674
|
"sso",
|
|
659
675
|
"sso-admin",
|
|
@@ -661,11 +677,14 @@ ServiceName = Literal[
|
|
|
661
677
|
"stepfunctions",
|
|
662
678
|
"storagegateway",
|
|
663
679
|
"sts",
|
|
680
|
+
"supplychain",
|
|
664
681
|
"support",
|
|
665
682
|
"support-app",
|
|
666
683
|
"swf",
|
|
667
684
|
"synthetics",
|
|
685
|
+
"taxsettings",
|
|
668
686
|
"textract",
|
|
687
|
+
"timestream-influxdb",
|
|
669
688
|
"timestream-query",
|
|
670
689
|
"timestream-write",
|
|
671
690
|
"tnb",
|