ominfra 0.0.0.dev305__py3-none-any.whl → 0.0.0.dev307__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.
- ominfra/__about__.py +1 -1
- ominfra/clouds/aws/models/services/ec2.py +2 -0
- ominfra/commands/runners.py +3 -0
- {ominfra-0.0.0.dev305.dist-info → ominfra-0.0.0.dev307.dist-info}/METADATA +5 -5
- {ominfra-0.0.0.dev305.dist-info → ominfra-0.0.0.dev307.dist-info}/RECORD +9 -9
- {ominfra-0.0.0.dev305.dist-info → ominfra-0.0.0.dev307.dist-info}/WHEEL +1 -1
- {ominfra-0.0.0.dev305.dist-info → ominfra-0.0.0.dev307.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev305.dist-info → ominfra-0.0.0.dev307.dist-info}/licenses/LICENSE +0 -0
- {ominfra-0.0.0.dev305.dist-info → ominfra-0.0.0.dev307.dist-info}/top_level.txt +0 -0
ominfra/__about__.py
CHANGED
@@ -1434,6 +1434,7 @@ class ResourceType(_enum.Enum):
|
|
1434
1434
|
NETWORK_INSIGHTS_PATH = 'network-insights-path'
|
1435
1435
|
NETWORK_INSIGHTS_ACCESS_SCOPE = 'network-insights-access-scope'
|
1436
1436
|
NETWORK_INSIGHTS_ACCESS_SCOPE_ANALYSIS = 'network-insights-access-scope-analysis'
|
1437
|
+
OUTPOST_LAG = 'outpost-lag'
|
1437
1438
|
PLACEMENT_GROUP = 'placement-group'
|
1438
1439
|
PREFIX_LIST = 'prefix-list'
|
1439
1440
|
REPLACE_ROOT_VOLUME_TASK = 'replace-root-volume-task'
|
@@ -1441,6 +1442,7 @@ class ResourceType(_enum.Enum):
|
|
1441
1442
|
ROUTE_TABLE = 'route-table'
|
1442
1443
|
SECURITY_GROUP = 'security-group'
|
1443
1444
|
SECURITY_GROUP_RULE = 'security-group-rule'
|
1445
|
+
SERVICE_LINK_VIRTUAL_INTERFACE = 'service-link-virtual-interface'
|
1444
1446
|
SNAPSHOT = 'snapshot'
|
1445
1447
|
SPOT_FLEET_REQUEST = 'spot-fleet-request'
|
1446
1448
|
SPOT_INSTANCES_REQUEST = 'spot-instances-request'
|
ominfra/commands/runners.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev307
|
4
4
|
Summary: ominfra
|
5
5
|
Author: wrmsr
|
6
6
|
License: BSD-3-Clause
|
@@ -12,12 +12,12 @@ 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.
|
15
|
+
Requires-Dist: omdev==0.0.0.dev307
|
16
|
+
Requires-Dist: omlish==0.0.0.dev307
|
17
17
|
Provides-Extra: all
|
18
18
|
Requires-Dist: paramiko~=3.5; extra == "all"
|
19
|
-
Requires-Dist: asyncssh~=2.
|
19
|
+
Requires-Dist: asyncssh~=2.21; extra == "all"
|
20
20
|
Provides-Extra: ssh
|
21
21
|
Requires-Dist: paramiko~=3.5; extra == "ssh"
|
22
|
-
Requires-Dist: asyncssh~=2.
|
22
|
+
Requires-Dist: asyncssh~=2.21; extra == "ssh"
|
23
23
|
Dynamic: license-file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
ominfra/.manifests.json,sha256=8KREXxMAlsilZOktXPYru1ND3V5hFI22vnrp6hT3bio,589
|
2
|
-
ominfra/__about__.py,sha256=
|
2
|
+
ominfra/__about__.py,sha256=Cb4OinET2BZACWkjdR97ihmUdjDcQBe_qF2VcJ0tey4,705
|
3
3
|
ominfra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
ominfra/pyremote.py,sha256=FZIyS8wvVtXfnpMlSiuGHb--5Q-TVXxIHBUIyws4R4s,16162
|
5
5
|
ominfra/systemd.py,sha256=d61NVrJoItzSaqhMDgKGrQjbrxEVAujUMDsj8WggXos,1022
|
@@ -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=--CAg8rf5ipWCI__vFvxLOCqhQm6ojY0Lgt4bnY9A5I,15872
|
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=dU19hEiw4mpLpgRgQBnk0noeVZgDldTRDn3kdeOitTk,267766
|
34
34
|
ominfra/clouds/aws/models/services/lambda_.py,sha256=HgowsHzDFf6NJrYY92TM0fmApNt5qlz8uf9j524SdbU,25803
|
35
35
|
ominfra/clouds/aws/models/services/rds.py,sha256=EOKwucUbLpkEF2xYJRso4h9fcOz_jh1aVpclDDwmgc4,59739
|
36
36
|
ominfra/clouds/aws/models/services/s3.py,sha256=SJPiQpaFb6yg6WizOPPn064ILBjTzLg-sNNo_CxbKew,51004
|
@@ -39,7 +39,7 @@ ominfra/clouds/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
39
39
|
ominfra/clouds/gcp/api.py,sha256=gieBJUNEH2OQ4F02lkm9bGUES1wgE6Ow5x9m4MZZpJ8,278
|
40
40
|
ominfra/clouds/gcp/auth.py,sha256=rDIiOH5gP3OSIaMC5Lp8yAD4zWuLDEYlFu37mDx5YDA,1360
|
41
41
|
ominfra/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
42
|
-
ominfra/commands/runners.py,sha256=
|
42
|
+
ominfra/commands/runners.py,sha256=JbjifbB2Ix2_1YjstF6fGP0gMmMmJwZyvMteDzLPwYc,2088
|
43
43
|
ominfra/commands/ssh.py,sha256=q4qtad_07EW94mQWoHVvBW92wdP5eJYbRx1hfdEVM64,5442
|
44
44
|
ominfra/journald/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
45
45
|
ominfra/journald/fields.py,sha256=NjjVn7GW4jkcGdyiiizVjEfQqSFnolXYk3kDcSQcMmc,12278
|
@@ -156,9 +156,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
|
|
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=auGP1LlbBJSFKUWNvQo_UzA8IsBNZBTMwEkFFRJ4FX4,6185
|
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.dev307.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
160
|
+
ominfra-0.0.0.dev307.dist-info/METADATA,sha256=_ASRUgF22bwBVGwDMr3TrAKxMi78Rr7iz3RE84LyUag,753
|
161
|
+
ominfra-0.0.0.dev307.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
162
|
+
ominfra-0.0.0.dev307.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
163
|
+
ominfra-0.0.0.dev307.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
164
|
+
ominfra-0.0.0.dev307.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|