ominfra 0.0.0.dev205__py3-none-any.whl → 0.0.0.dev207__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- ominfra/clouds/aws/instancetypes/__init__.py +0 -0
- ominfra/clouds/aws/instancetypes/__main__.py +4 -0
- ominfra/clouds/aws/instancetypes/cache.json.gz +0 -0
- ominfra/clouds/aws/instancetypes/cache.py +12 -0
- ominfra/clouds/aws/instancetypes/cli.py +80 -0
- ominfra/clouds/aws/models/base.py +71 -11
- ominfra/clouds/aws/models/gen/gen.py +8 -1
- ominfra/clouds/aws/models/services/ec2.py +915 -7
- ominfra/clouds/aws/models/services/lambda_.py +7 -4
- ominfra/clouds/aws/models/services/s3.py +139 -0
- ominfra/clouds/aws/models/services/services.toml +1 -1
- {ominfra-0.0.0.dev205.dist-info → ominfra-0.0.0.dev207.dist-info}/METADATA +4 -4
- {ominfra-0.0.0.dev205.dist-info → ominfra-0.0.0.dev207.dist-info}/RECORD +17 -12
- {ominfra-0.0.0.dev205.dist-info → ominfra-0.0.0.dev207.dist-info}/LICENSE +0 -0
- {ominfra-0.0.0.dev205.dist-info → ominfra-0.0.0.dev207.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev205.dist-info → ominfra-0.0.0.dev207.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev205.dist-info → ominfra-0.0.0.dev207.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,7 @@
|
|
1
1
|
[services.ec2]
|
2
2
|
operations = [
|
3
3
|
'DescribeAddresses',
|
4
|
+
'DescribeImages',
|
4
5
|
'DescribeInstanceTypes',
|
5
6
|
'DescribeInstances',
|
6
7
|
'DescribeInternetGateways',
|
@@ -9,7 +10,6 @@ operations = [
|
|
9
10
|
'DescribeSecurityGroups',
|
10
11
|
'DescribeSubnets',
|
11
12
|
'DescribeVpcs',
|
12
|
-
'DescribeVpcs',
|
13
13
|
'RebootInstances',
|
14
14
|
'RunInstances',
|
15
15
|
'StartInstances',
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev207
|
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.dev207
|
16
|
+
Requires-Dist: omlish==0.0.0.dev207
|
17
|
+
Requires-Dist: omserv==0.0.0.dev207
|
18
18
|
Provides-Extra: all
|
19
19
|
Requires-Dist: paramiko~=3.5; extra == "all"
|
20
20
|
Requires-Dist: asyncssh~=2.18; extra == "all"
|
@@ -12,6 +12,11 @@ ominfra/clouds/aws/cli.py,sha256=BjJFYFUrv9LNoARkv9i8u4X69udikPlJ83_-t1c2ypQ,510
|
|
12
12
|
ominfra/clouds/aws/dataclasses.py,sha256=rKhtJKJ0JhMssU9n9CABX_JaUiokIboEATJ9TZgZQ6A,3868
|
13
13
|
ominfra/clouds/aws/logs.py,sha256=SvOMv5FeRFhxneIyMXCeieyLFpi6byHUsHwOAhFvT0U,5414
|
14
14
|
ominfra/clouds/aws/metadata.py,sha256=XR1BuMdQheyeFjjA3MN8GCNWVAp5ahoPdbWXEmViutQ,2767
|
15
|
+
ominfra/clouds/aws/instancetypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
ominfra/clouds/aws/instancetypes/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDPW1qNAmShFuMk,75
|
17
|
+
ominfra/clouds/aws/instancetypes/cache.json.gz,sha256=JGgZlMGh2nLPsFmn3PwtV5gO5UMWrjFSFnhniGZKbJc,26375
|
18
|
+
ominfra/clouds/aws/instancetypes/cache.py,sha256=CrfBzOb0DqQhf3ahQS6qQHHH1kVgZyniYOl22RTvjwo,333
|
19
|
+
ominfra/clouds/aws/instancetypes/cli.py,sha256=24DA2Qio27NlyqqOrw-F7rm2NfN3e_Kn2wIYxCeXbMY,2191
|
15
20
|
ominfra/clouds/aws/journald2aws/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
16
21
|
ominfra/clouds/aws/journald2aws/__main__.py,sha256=d23loR_cKfTYZwYiqpt_CmKI7dd5WcYFgIYzqMep75E,68
|
17
22
|
ominfra/clouds/aws/journald2aws/cursor.py,sha256=tQ7O6BHlEdaalbiI_Rqagj0aHfdtTQ_ZJwdOSRUjNvQ,1173
|
@@ -19,17 +24,17 @@ ominfra/clouds/aws/journald2aws/driver.py,sha256=b3XfSlIBWAWJLImmyh1ZK9FpdNAYNZ2
|
|
19
24
|
ominfra/clouds/aws/journald2aws/main.py,sha256=4qWnw33cTPUW1CU4_9ojkn0wRStANrQzSI_cXpyuOf8,2202
|
20
25
|
ominfra/clouds/aws/journald2aws/poster.py,sha256=hz1XuctW8GtLmfjhRvCFY6py52D4BzXHYny5XKFpHSA,2833
|
21
26
|
ominfra/clouds/aws/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
|
-
ominfra/clouds/aws/models/base.py,sha256=
|
27
|
+
ominfra/clouds/aws/models/base.py,sha256=s2ffsIGOhRMhMY7awmordfrjWjvZGf5yeJJadt-tjEA,3287
|
23
28
|
ominfra/clouds/aws/models/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
24
29
|
ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDPW1qNAmShFuMk,75
|
25
30
|
ominfra/clouds/aws/models/gen/cli.py,sha256=ZFupd0wmZbz_vaq6C1AJpcwgtX_qnZ2XhXIwwBoaE8s,3725
|
26
|
-
ominfra/clouds/aws/models/gen/gen.py,sha256=
|
31
|
+
ominfra/clouds/aws/models/gen/gen.py,sha256=Hhu9KsgI9jejjB6-vZxggrSTwMzQlqN05Xs-axl4o-0,13761
|
27
32
|
ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
|
-
ominfra/clouds/aws/models/services/ec2.py,sha256=
|
29
|
-
ominfra/clouds/aws/models/services/lambda_.py,sha256=
|
33
|
+
ominfra/clouds/aws/models/services/ec2.py,sha256=uh3cDJnuSiuD71fSXnAEJTHaAlWptxzAz_XnDG9O2us,215885
|
34
|
+
ominfra/clouds/aws/models/services/lambda_.py,sha256=FHxUTZownw_yGfFijPUKM9Ff0_oRNJGNVeSxgIdaCa0,23262
|
30
35
|
ominfra/clouds/aws/models/services/rds.py,sha256=FNhaSR6rq3Xzlz16Aqp7e_HfejRrpxsnSJzH-tpUiuA,52509
|
31
|
-
ominfra/clouds/aws/models/services/s3.py,sha256=
|
32
|
-
ominfra/clouds/aws/models/services/services.toml,sha256=
|
36
|
+
ominfra/clouds/aws/models/services/s3.py,sha256=KRKEeRS6cNmOIJm_J3YW5MohhpvLtMhxtD_5di0nfc4,45186
|
37
|
+
ominfra/clouds/aws/models/services/services.toml,sha256=_LqMpr_nolLybuxmjbwowD_UMlP8Jc_-RsWPNmxmXrI,713
|
33
38
|
ominfra/clouds/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
39
|
ominfra/clouds/gcp/auth.py,sha256=rDIiOH5gP3OSIaMC5Lp8yAD4zWuLDEYlFu37mDx5YDA,1360
|
35
40
|
ominfra/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -150,9 +155,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
|
|
150
155
|
ominfra/tailscale/cli.py,sha256=3FnJbgpLw6gInTfhERd1mDy9ijjMUGxkdYVo43Tnxx4,3555
|
151
156
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
152
157
|
ominfra/tools/listresources.py,sha256=4qVg5txsb10EHhvqXXeM6gJ2jx9LbroEnPydDv1uXs0,6176
|
153
|
-
ominfra-0.0.0.
|
154
|
-
ominfra-0.0.0.
|
155
|
-
ominfra-0.0.0.
|
156
|
-
ominfra-0.0.0.
|
157
|
-
ominfra-0.0.0.
|
158
|
-
ominfra-0.0.0.
|
158
|
+
ominfra-0.0.0.dev207.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
159
|
+
ominfra-0.0.0.dev207.dist-info/METADATA,sha256=7ly59r-D5tfpUT8rcygSYS6cQdmt0ORCmGYvYhMKtyo,767
|
160
|
+
ominfra-0.0.0.dev207.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
161
|
+
ominfra-0.0.0.dev207.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
162
|
+
ominfra-0.0.0.dev207.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
163
|
+
ominfra-0.0.0.dev207.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|