ominfra 0.0.0.dev206__py3-none-any.whl → 0.0.0.dev208__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- ominfra/clouds/aws/models/gen/cli.py +7 -3
- ominfra/clouds/aws/models/gen/gen.py +14 -5
- ominfra/clouds/aws/models/services/ec2.py +1101 -55
- ominfra/clouds/aws/models/services/lambda_.py +2 -4
- ominfra/clouds/aws/models/services/services.toml +8 -0
- {ominfra-0.0.0.dev206.dist-info → ominfra-0.0.0.dev208.dist-info}/METADATA +4 -4
- {ominfra-0.0.0.dev206.dist-info → ominfra-0.0.0.dev208.dist-info}/RECORD +11 -11
- {ominfra-0.0.0.dev206.dist-info → ominfra-0.0.0.dev208.dist-info}/LICENSE +0 -0
- {ominfra-0.0.0.dev206.dist-info → ominfra-0.0.0.dev208.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev206.dist-info → ominfra-0.0.0.dev208.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev206.dist-info → ominfra-0.0.0.dev208.dist-info}/top_level.txt +0 -0
@@ -94,8 +94,6 @@ class LogFormat(_enum.Enum):
|
|
94
94
|
|
95
95
|
LogGroup = _ta.NewType('LogGroup', str)
|
96
96
|
|
97
|
-
Long = _ta.NewType('Long', int)
|
98
|
-
|
99
97
|
MasterRegion = _ta.NewType('MasterRegion', str)
|
100
98
|
|
101
99
|
MaxListItems = _ta.NewType('MaxListItems', int)
|
@@ -352,7 +350,7 @@ class Layer(
|
|
352
350
|
shape_name='LayerVersionArn',
|
353
351
|
))
|
354
352
|
|
355
|
-
code_size:
|
353
|
+
code_size: int = _dc.field(metadata=_base.field_metadata(
|
356
354
|
member_name='CodeSize',
|
357
355
|
shape_name='Long',
|
358
356
|
))
|
@@ -649,7 +647,7 @@ class FunctionConfiguration(
|
|
649
647
|
shape_name='Handler',
|
650
648
|
))
|
651
649
|
|
652
|
-
code_size:
|
650
|
+
code_size: int = _dc.field(metadata=_base.field_metadata(
|
653
651
|
member_name='CodeSize',
|
654
652
|
shape_name='Long',
|
655
653
|
))
|
@@ -1,11 +1,19 @@
|
|
1
1
|
[services.ec2]
|
2
2
|
operations = [
|
3
|
+
'CreateRoute',
|
4
|
+
'CreateRouteTable',
|
5
|
+
'CreateSecurityGroup',
|
6
|
+
'DeleteRoute',
|
7
|
+
'DeleteRouteTable',
|
8
|
+
'DeleteSecurityGroup',
|
3
9
|
'DescribeAddresses',
|
10
|
+
'DescribeImages',
|
4
11
|
'DescribeInstanceTypes',
|
5
12
|
'DescribeInstances',
|
6
13
|
'DescribeInternetGateways',
|
7
14
|
'DescribeKeyPairs',
|
8
15
|
'DescribeNetworkInterfaces',
|
16
|
+
'DescribeRouteTables',
|
9
17
|
'DescribeSecurityGroups',
|
10
18
|
'DescribeSubnets',
|
11
19
|
'DescribeVpcs',
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev208
|
4
4
|
Summary: ominfra
|
5
5
|
Author: wrmsr
|
6
6
|
License: BSD-3-Clause
|
@@ -12,9 +12,9 @@ Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Operating System :: POSIX
|
13
13
|
Requires-Python: >=3.12
|
14
14
|
License-File: LICENSE
|
15
|
-
Requires-Dist: omdev==0.0.0.
|
16
|
-
Requires-Dist: omlish==0.0.0.
|
17
|
-
Requires-Dist: omserv==0.0.0.
|
15
|
+
Requires-Dist: omdev==0.0.0.dev208
|
16
|
+
Requires-Dist: omlish==0.0.0.dev208
|
17
|
+
Requires-Dist: omserv==0.0.0.dev208
|
18
18
|
Provides-Extra: all
|
19
19
|
Requires-Dist: paramiko~=3.5; extra == "all"
|
20
20
|
Requires-Dist: asyncssh~=2.18; extra == "all"
|
@@ -27,14 +27,14 @@ ominfra/clouds/aws/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
27
27
|
ominfra/clouds/aws/models/base.py,sha256=s2ffsIGOhRMhMY7awmordfrjWjvZGf5yeJJadt-tjEA,3287
|
28
28
|
ominfra/clouds/aws/models/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
29
|
ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDPW1qNAmShFuMk,75
|
30
|
-
ominfra/clouds/aws/models/gen/cli.py,sha256
|
31
|
-
ominfra/clouds/aws/models/gen/gen.py,sha256=
|
30
|
+
ominfra/clouds/aws/models/gen/cli.py,sha256=-tsjPPqUvXVqD40grn1Of-2-YF53dvCfISrIRI2AX4s,3869
|
31
|
+
ominfra/clouds/aws/models/gen/gen.py,sha256=Z0bKHNbmVqcMdrtUjCWR9Dp5qBtfzP9mgEqcA7uw0ao,14010
|
32
32
|
ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
|
-
ominfra/clouds/aws/models/services/ec2.py,sha256=
|
34
|
-
ominfra/clouds/aws/models/services/lambda_.py,sha256=
|
33
|
+
ominfra/clouds/aws/models/services/ec2.py,sha256=wx1MlOyJSbYNwIWmmklex3JYbvY_teQZ_IfG-xwpztI,236248
|
34
|
+
ominfra/clouds/aws/models/services/lambda_.py,sha256=FHxUTZownw_yGfFijPUKM9Ff0_oRNJGNVeSxgIdaCa0,23262
|
35
35
|
ominfra/clouds/aws/models/services/rds.py,sha256=FNhaSR6rq3Xzlz16Aqp7e_HfejRrpxsnSJzH-tpUiuA,52509
|
36
36
|
ominfra/clouds/aws/models/services/s3.py,sha256=KRKEeRS6cNmOIJm_J3YW5MohhpvLtMhxtD_5di0nfc4,45186
|
37
|
-
ominfra/clouds/aws/models/services/services.toml,sha256=
|
37
|
+
ominfra/clouds/aws/models/services/services.toml,sha256=njiWEctmUUrfzZh-aboCNP9BpYBpxGFAVaGvgtv3pMo,866
|
38
38
|
ominfra/clouds/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
39
|
ominfra/clouds/gcp/auth.py,sha256=rDIiOH5gP3OSIaMC5Lp8yAD4zWuLDEYlFu37mDx5YDA,1360
|
40
40
|
ominfra/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -155,9 +155,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
|
|
155
155
|
ominfra/tailscale/cli.py,sha256=3FnJbgpLw6gInTfhERd1mDy9ijjMUGxkdYVo43Tnxx4,3555
|
156
156
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
157
157
|
ominfra/tools/listresources.py,sha256=4qVg5txsb10EHhvqXXeM6gJ2jx9LbroEnPydDv1uXs0,6176
|
158
|
-
ominfra-0.0.0.
|
159
|
-
ominfra-0.0.0.
|
160
|
-
ominfra-0.0.0.
|
161
|
-
ominfra-0.0.0.
|
162
|
-
ominfra-0.0.0.
|
163
|
-
ominfra-0.0.0.
|
158
|
+
ominfra-0.0.0.dev208.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
159
|
+
ominfra-0.0.0.dev208.dist-info/METADATA,sha256=IflJBH_kEotpmWrQv_WumlZPvsFfMaTQpVFCXRV99zQ,767
|
160
|
+
ominfra-0.0.0.dev208.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
161
|
+
ominfra-0.0.0.dev208.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
162
|
+
ominfra-0.0.0.dev208.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
163
|
+
ominfra-0.0.0.dev208.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|