ominfra 0.0.0.dev448__py3-none-any.whl → 0.0.0.dev449__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.
Potentially problematic release.
This version of ominfra might be problematic. Click here for more details.
- ominfra/clouds/aws/models/services/ec2.py +12 -0
- {ominfra-0.0.0.dev448.dist-info → ominfra-0.0.0.dev449.dist-info}/METADATA +3 -3
- {ominfra-0.0.0.dev448.dist-info → ominfra-0.0.0.dev449.dist-info}/RECORD +7 -7
- {ominfra-0.0.0.dev448.dist-info → ominfra-0.0.0.dev449.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev448.dist-info → ominfra-0.0.0.dev449.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev448.dist-info → ominfra-0.0.0.dev449.dist-info}/licenses/LICENSE +0 -0
- {ominfra-0.0.0.dev448.dist-info → ominfra-0.0.0.dev449.dist-info}/top_level.txt +0 -0
|
@@ -1361,6 +1361,18 @@ class InstanceType(_enum.Enum):
|
|
|
1361
1361
|
I8GE_METAL_48XL = 'i8ge.metal-48xl'
|
|
1362
1362
|
MAC_M4_METAL = 'mac-m4.metal'
|
|
1363
1363
|
MAC_M4PRO_METAL = 'mac-m4pro.metal'
|
|
1364
|
+
R8GN_MEDIUM = 'r8gn.medium'
|
|
1365
|
+
R8GN_LARGE = 'r8gn.large'
|
|
1366
|
+
R8GN_XLARGE = 'r8gn.xlarge'
|
|
1367
|
+
R8GN_2XLARGE = 'r8gn.2xlarge'
|
|
1368
|
+
R8GN_4XLARGE = 'r8gn.4xlarge'
|
|
1369
|
+
R8GN_8XLARGE = 'r8gn.8xlarge'
|
|
1370
|
+
R8GN_12XLARGE = 'r8gn.12xlarge'
|
|
1371
|
+
R8GN_16XLARGE = 'r8gn.16xlarge'
|
|
1372
|
+
R8GN_24XLARGE = 'r8gn.24xlarge'
|
|
1373
|
+
R8GN_48XLARGE = 'r8gn.48xlarge'
|
|
1374
|
+
R8GN_METAL_24XL = 'r8gn.metal-24xl'
|
|
1375
|
+
R8GN_METAL_48XL = 'r8gn.metal-48xl'
|
|
1364
1376
|
|
|
1365
1377
|
|
|
1366
1378
|
class InstanceTypeHypervisor(_enum.Enum):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ominfra
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev449
|
|
4
4
|
Summary: ominfra
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,8 +14,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: omdev==0.0.0.
|
|
18
|
-
Requires-Dist: omlish==0.0.0.
|
|
17
|
+
Requires-Dist: omdev==0.0.0.dev449
|
|
18
|
+
Requires-Dist: omlish==0.0.0.dev449
|
|
19
19
|
Provides-Extra: all
|
|
20
20
|
Requires-Dist: paramiko~=4.0; extra == "all"
|
|
21
21
|
Requires-Dist: asyncssh~=2.21; extra == "all"
|
|
@@ -30,7 +30,7 @@ ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDP
|
|
|
30
30
|
ominfra/clouds/aws/models/gen/cli.py,sha256=vcI8_-BOv4f-s_TFAqvnyzvBexZ_9y5akiUEGfioCqA,3857
|
|
31
31
|
ominfra/clouds/aws/models/gen/gen.py,sha256=4pftOlyEIxDDoe73c5Z7NaJ1uhFsTBnMwmS1nlDiLOE,15903
|
|
32
32
|
ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
|
-
ominfra/clouds/aws/models/services/ec2.py,sha256=
|
|
33
|
+
ominfra/clouds/aws/models/services/ec2.py,sha256=3I2JuwfzEkwxpw5P5q5DxzduP6sJ_2GMcbWzTaHGO6Q,281703
|
|
34
34
|
ominfra/clouds/aws/models/services/lambda_.py,sha256=dp2I4ZVDb6Dci15XcjPPURUElyzH8cwhM911J_HM7Qo,25823
|
|
35
35
|
ominfra/clouds/aws/models/services/rds.py,sha256=ziHgTwFZwl2FnyOyZMg3yJT_29-e0Z4RXBtWUaFfRr4,60108
|
|
36
36
|
ominfra/clouds/aws/models/services/s3.py,sha256=aWbl4YtAiQyBfcNgerNxfWBIHZsbpFlT66JdRBYnQ9c,51426
|
|
@@ -156,9 +156,9 @@ ominfra/tailscale/api.py,sha256=XASv9C_CWI-u-yX5jVzhJrkJhlwQRkYQWQQG1uJwAd8,1375
|
|
|
156
156
|
ominfra/tailscale/cli.py,sha256=zRV7-tKB7kBah1oTVZlol-vwx1FBlnfzYAPGkeU5jX4,3543
|
|
157
157
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
158
158
|
ominfra/tools/listresources.py,sha256=ePmo7cUAiBZARkM_3K4GKYZXxV73An_aioS1m-AAJis,6181
|
|
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.
|
|
164
|
-
ominfra-0.0.0.
|
|
159
|
+
ominfra-0.0.0.dev449.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
|
160
|
+
ominfra-0.0.0.dev449.dist-info/METADATA,sha256=mmH0A92LDeNphki2W4aoOcX3dEgRjB5tGRSx8EwKC_I,2377
|
|
161
|
+
ominfra-0.0.0.dev449.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
162
|
+
ominfra-0.0.0.dev449.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
|
163
|
+
ominfra-0.0.0.dev449.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
|
164
|
+
ominfra-0.0.0.dev449.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|