mypy-boto3-eks 1.37.4__py3-none-any.whl → 1.37.20__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_eks/__main__.py +4 -4
- mypy_boto3_eks/client.py +2 -0
- mypy_boto3_eks/client.pyi +2 -0
- mypy_boto3_eks/literals.py +2 -0
- mypy_boto3_eks/literals.pyi +2 -0
- mypy_boto3_eks/type_defs.py +1 -0
- mypy_boto3_eks/type_defs.pyi +1 -0
- mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.37.4.dist-info → mypy_boto3_eks-1.37.20.dist-info}/METADATA +7 -6
- mypy_boto3_eks-1.37.20.dist-info/RECORD +20 -0
- {mypy_boto3_eks-1.37.4.dist-info → mypy_boto3_eks-1.37.20.dist-info}/WHEEL +1 -1
- mypy_boto3_eks-1.37.4.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.37.4.dist-info → mypy_boto3_eks-1.37.20.dist-info/licenses}/LICENSE +0 -0
- {mypy_boto3_eks-1.37.4.dist-info → mypy_boto3_eks-1.37.20.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/__main__.py
CHANGED
|
@@ -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 EKS 1.37.
|
|
16
|
-
"Version: 1.37.
|
|
17
|
-
"Builder version: 8.10.
|
|
15
|
+
"Type annotations for boto3 EKS 1.37.20\n"
|
|
16
|
+
"Version: 1.37.20\n"
|
|
17
|
+
"Builder version: 8.10.1\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#eks\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.37.
|
|
29
|
+
sys.stdout.write("1.37.20\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_eks/client.py
CHANGED
|
@@ -186,6 +186,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
186
186
|
ClientException: Type[BotocoreClientError]
|
|
187
187
|
InvalidParameterException: Type[BotocoreClientError]
|
|
188
188
|
InvalidRequestException: Type[BotocoreClientError]
|
|
189
|
+
InvalidStateException: Type[BotocoreClientError]
|
|
189
190
|
NotFoundException: Type[BotocoreClientError]
|
|
190
191
|
ResourceInUseException: Type[BotocoreClientError]
|
|
191
192
|
ResourceLimitExceededException: Type[BotocoreClientError]
|
|
@@ -193,6 +194,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
193
194
|
ResourcePropagationDelayException: Type[BotocoreClientError]
|
|
194
195
|
ServerException: Type[BotocoreClientError]
|
|
195
196
|
ServiceUnavailableException: Type[BotocoreClientError]
|
|
197
|
+
ThrottlingException: Type[BotocoreClientError]
|
|
196
198
|
UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
|
|
197
199
|
|
|
198
200
|
|
mypy_boto3_eks/client.pyi
CHANGED
|
@@ -184,6 +184,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
184
184
|
ClientException: Type[BotocoreClientError]
|
|
185
185
|
InvalidParameterException: Type[BotocoreClientError]
|
|
186
186
|
InvalidRequestException: Type[BotocoreClientError]
|
|
187
|
+
InvalidStateException: Type[BotocoreClientError]
|
|
187
188
|
NotFoundException: Type[BotocoreClientError]
|
|
188
189
|
ResourceInUseException: Type[BotocoreClientError]
|
|
189
190
|
ResourceLimitExceededException: Type[BotocoreClientError]
|
|
@@ -191,6 +192,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
191
192
|
ResourcePropagationDelayException: Type[BotocoreClientError]
|
|
192
193
|
ServerException: Type[BotocoreClientError]
|
|
193
194
|
ServiceUnavailableException: Type[BotocoreClientError]
|
|
195
|
+
ThrottlingException: Type[BotocoreClientError]
|
|
194
196
|
UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
|
|
195
197
|
|
|
196
198
|
class EKSClient(BaseClient):
|
mypy_boto3_eks/literals.py
CHANGED
|
@@ -467,6 +467,7 @@ ServiceName = Literal[
|
|
|
467
467
|
"freetier",
|
|
468
468
|
"fsx",
|
|
469
469
|
"gamelift",
|
|
470
|
+
"gameliftstreams",
|
|
470
471
|
"geo-maps",
|
|
471
472
|
"geo-places",
|
|
472
473
|
"geo-routes",
|
|
@@ -492,6 +493,7 @@ ServiceName = Literal[
|
|
|
492
493
|
"iot",
|
|
493
494
|
"iot-data",
|
|
494
495
|
"iot-jobs-data",
|
|
496
|
+
"iot-managed-integrations",
|
|
495
497
|
"iotanalytics",
|
|
496
498
|
"iotdeviceadvisor",
|
|
497
499
|
"iotevents",
|
mypy_boto3_eks/literals.pyi
CHANGED
|
@@ -465,6 +465,7 @@ ServiceName = Literal[
|
|
|
465
465
|
"freetier",
|
|
466
466
|
"fsx",
|
|
467
467
|
"gamelift",
|
|
468
|
+
"gameliftstreams",
|
|
468
469
|
"geo-maps",
|
|
469
470
|
"geo-places",
|
|
470
471
|
"geo-routes",
|
|
@@ -490,6 +491,7 @@ ServiceName = Literal[
|
|
|
490
491
|
"iot",
|
|
491
492
|
"iot-data",
|
|
492
493
|
"iot-jobs-data",
|
|
494
|
+
"iot-managed-integrations",
|
|
493
495
|
"iotanalytics",
|
|
494
496
|
"iotdeviceadvisor",
|
|
495
497
|
"iotevents",
|
mypy_boto3_eks/type_defs.py
CHANGED
mypy_boto3_eks/type_defs.pyi
CHANGED
|
@@ -856,6 +856,7 @@ class UpdateClusterVersionRequestTypeDef(TypedDict):
|
|
|
856
856
|
name: str
|
|
857
857
|
version: str
|
|
858
858
|
clientRequestToken: NotRequired[str]
|
|
859
|
+
force: NotRequired[bool]
|
|
859
860
|
|
|
860
861
|
UpdateEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
861
862
|
"UpdateEksAnywhereSubscriptionRequestTypeDef",
|
mypy_boto3_eks/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.37.
|
|
3
|
+
Version: 1.37.20
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.37.20 service generated with mypy-boto3-builder 8.10.1
|
|
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
|
|
@@ -39,6 +39,7 @@ Dynamic: description-content-type
|
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: keywords
|
|
41
41
|
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
42
43
|
Dynamic: project-url
|
|
43
44
|
Dynamic: requires-dist
|
|
44
45
|
Dynamic: requires-python
|
|
@@ -55,7 +56,7 @@ Dynamic: summary
|
|
|
55
56
|
|
|
56
57
|

|
|
57
58
|
|
|
58
|
-
Type annotations for [boto3 EKS 1.37.
|
|
59
|
+
Type annotations for [boto3 EKS 1.37.20](https://pypi.org/project/boto3/)
|
|
59
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -64,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
64
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
65
66
|
|
|
66
67
|
Generated with
|
|
67
|
-
[mypy-boto3-builder 8.10.
|
|
68
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
68
69
|
|
|
69
70
|
More information can be found on
|
|
70
71
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -118,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
119
|
isolation.
|
|
119
120
|
|
|
120
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.37.
|
|
122
|
+
`uvx --with 'boto3==1.37.20' mypy-boto3-builder`
|
|
122
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
124
|
3. Add `EKS` service.
|
|
124
125
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_eks/__init__.py,sha256=2ny7DX2h2EqSXWmXoLROuwapCrk5WWG82Cytg9gBFoA,5066
|
|
2
|
+
mypy_boto3_eks/__init__.pyi,sha256=Vn_LcRXy2FU1PJjnQvnE8BMRwPFC8_X1P1UnZbFY2Zs,5065
|
|
3
|
+
mypy_boto3_eks/__main__.py,sha256=pQMjso1G15T6gOYSfZmkqZdwHkpJq5g1J8vdBvCVRMs,968
|
|
4
|
+
mypy_boto3_eks/client.py,sha256=NqhtmiaelO6gPDGNJUkv8Ds8537TWfOPVk9nbImqpao,49426
|
|
5
|
+
mypy_boto3_eks/client.pyi,sha256=ycr-tlt3fZCCNh4th9TuOm7ZI2mYqaehpN7UaRl7_Qk,49423
|
|
6
|
+
mypy_boto3_eks/literals.py,sha256=mbdKloHHiT0mWJ1OTOO7Ezsll1JfjqheV3Xk4ULNmwQ,19408
|
|
7
|
+
mypy_boto3_eks/literals.pyi,sha256=tt7h8d_aq9ho8HBBH4zZPuHVLJT3u6e5d-DmLpAqfuI,19406
|
|
8
|
+
mypy_boto3_eks/paginator.py,sha256=3yFhQFg-bh-hJOlMggBZeCd-xonLBWmXnBG1HRNiDL4,20481
|
|
9
|
+
mypy_boto3_eks/paginator.pyi,sha256=cn674ie8pGurK1SRRoZERdTd56gF2t7NGEOYhzN8Vp4,20438
|
|
10
|
+
mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_eks/type_defs.py,sha256=ZA8D3qJIy8bof5gOb0urHUqe94BigIx9fKmRUOdpS7U,56516
|
|
12
|
+
mypy_boto3_eks/type_defs.pyi,sha256=sLEMobYj3MkFGNydOXWMruqd14CA2lvrNtG1GLFtsF8,56283
|
|
13
|
+
mypy_boto3_eks/version.py,sha256=lqzgPP69AiXzogdT1NOaWjzEgx3Uc_ynn79kNP73bOo,93
|
|
14
|
+
mypy_boto3_eks/waiter.py,sha256=2vJjiTIw6nY3Kx4O2YIUk9MmTiHrf5ZZtPP8bOy_jd4,8664
|
|
15
|
+
mypy_boto3_eks/waiter.pyi,sha256=ZkIrAD-cdgf6kBhiCJShJLpjHyVyzZrxjBQ2yI3cVJ0,8647
|
|
16
|
+
mypy_boto3_eks-1.37.20.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_eks-1.37.20.dist-info/METADATA,sha256=sYfg_s5YZ6x4rBWFdmiUwnGxe58WNtZbzgzoIeoFadQ,18038
|
|
18
|
+
mypy_boto3_eks-1.37.20.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91
|
|
19
|
+
mypy_boto3_eks-1.37.20.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
|
|
20
|
+
mypy_boto3_eks-1.37.20.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_eks/__init__.py,sha256=2ny7DX2h2EqSXWmXoLROuwapCrk5WWG82Cytg9gBFoA,5066
|
|
2
|
-
mypy_boto3_eks/__init__.pyi,sha256=Vn_LcRXy2FU1PJjnQvnE8BMRwPFC8_X1P1UnZbFY2Zs,5065
|
|
3
|
-
mypy_boto3_eks/__main__.py,sha256=c_piYtypyQbNRKWT_8MFHSttROatBxqZSR0LVMuLAvw,965
|
|
4
|
-
mypy_boto3_eks/client.py,sha256=kL2QY9zxfFYdjt_Dto7KB3Pj5mvBDnunFEmfiMUyz9o,49322
|
|
5
|
-
mypy_boto3_eks/client.pyi,sha256=NY2C7md3-7kOzmLsUIECQg3epBFoouhy7VY8TjxpajA,49319
|
|
6
|
-
mypy_boto3_eks/literals.py,sha256=6cADkTEbLaKTd3-2t5Nrqf_-EvkotkQXwIeJEPrMjec,19353
|
|
7
|
-
mypy_boto3_eks/literals.pyi,sha256=elX_x-UTaRozyaKVa8KYKTcyj458t99jPm8nP6bT1EM,19351
|
|
8
|
-
mypy_boto3_eks/paginator.py,sha256=3yFhQFg-bh-hJOlMggBZeCd-xonLBWmXnBG1HRNiDL4,20481
|
|
9
|
-
mypy_boto3_eks/paginator.pyi,sha256=cn674ie8pGurK1SRRoZERdTd56gF2t7NGEOYhzN8Vp4,20438
|
|
10
|
-
mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_eks/type_defs.py,sha256=ylSoU3yCBINRNV8OpaF7qO_IHgzjzD4gvgkKymGj9Uk,56487
|
|
12
|
-
mypy_boto3_eks/type_defs.pyi,sha256=sN9eYnYpaKPFhqjZHAPxWId0emVptUhsfVZSxYCwNlQ,56254
|
|
13
|
-
mypy_boto3_eks/version.py,sha256=AgOqqqWwbZpRq_Cqmsy8vIImG1TxMqrEhOqV35g8wHg,92
|
|
14
|
-
mypy_boto3_eks/waiter.py,sha256=2vJjiTIw6nY3Kx4O2YIUk9MmTiHrf5ZZtPP8bOy_jd4,8664
|
|
15
|
-
mypy_boto3_eks/waiter.pyi,sha256=ZkIrAD-cdgf6kBhiCJShJLpjHyVyzZrxjBQ2yI3cVJ0,8647
|
|
16
|
-
mypy_boto3_eks-1.37.4.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
mypy_boto3_eks-1.37.4.dist-info/METADATA,sha256=p7s9jIAjh8iaAooSyZekjUcPGaLgxwtVp1fmz2t0re8,18012
|
|
18
|
-
mypy_boto3_eks-1.37.4.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
19
|
-
mypy_boto3_eks-1.37.4.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
|
|
20
|
-
mypy_boto3_eks-1.37.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|