ominfra 0.0.0.dev200__py3-none-any.whl → 0.0.0.dev201__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,14 @@
1
1
  [services.ec2]
2
2
  operations = [
3
+ 'DescribeAddresses',
3
4
  'DescribeInstances',
5
+ 'DescribeInternetGateways',
6
+ 'DescribeKeyPairs',
7
+ 'DescribeNetworkInterfaces',
8
+ 'DescribeSecurityGroups',
9
+ 'DescribeSubnets',
10
+ 'DescribeVpcs',
11
+ 'DescribeVpcs',
4
12
  'RebootInstances',
5
13
  'RunInstances',
6
14
  'StartInstances',
@@ -8,9 +16,26 @@ operations = [
8
16
  'TerminateInstances',
9
17
  ]
10
18
 
19
+ [services.lambda]
20
+ operations = [
21
+ 'ListFunctions',
22
+ ]
23
+
24
+ [services.rds]
25
+ operations = [
26
+ 'CreateDBInstance',
27
+ 'DeleteDBInstance',
28
+ 'DescribeDBInstances',
29
+ 'RebootDBInstance',
30
+ 'StartDBInstance',
31
+ 'StopDBInstance',
32
+ ]
33
+
11
34
  [services.s3]
12
35
  operations = [
13
36
  'DeleteObject',
14
37
  'GetObject',
38
+ 'ListBuckets',
39
+ 'ListObjectsV2',
15
40
  'PutObject',
16
41
  ]
File without changes
@@ -23,8 +23,8 @@ from omlish import check
23
23
  from omlish import dataclasses as dc
24
24
  from omlish import lang
25
25
 
26
- from .cmds import CommandRunner
27
- from .cmds import LocalCommandRunner
26
+ from .runners import CommandRunner
27
+ from .runners import LocalCommandRunner
28
28
 
29
29
 
30
30
  if ta.TYPE_CHECKING:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ominfra
3
- Version: 0.0.0.dev200
3
+ Version: 0.0.0.dev201
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.dev200
16
- Requires-Dist: omlish==0.0.0.dev200
17
- Requires-Dist: omserv==0.0.0.dev200
15
+ Requires-Dist: omdev==0.0.0.dev201
16
+ Requires-Dist: omlish==0.0.0.dev201
17
+ Requires-Dist: omserv==0.0.0.dev201
18
18
  Provides-Extra: all
19
19
  Requires-Dist: paramiko~=3.5; extra == "all"
20
20
  Requires-Dist: asyncssh~=2.18; extra == "all"
@@ -1,9 +1,7 @@
1
1
  ominfra/.manifests.json,sha256=8KREXxMAlsilZOktXPYru1ND3V5hFI22vnrp6hT3bio,589
2
2
  ominfra/__about__.py,sha256=_gUs3H7uunGy5IfGw3mq4dFJWaF1mecSPruJPyjbs7Y,741
3
3
  ominfra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- ominfra/cmds.py,sha256=E0AfnvEmnKntXWvmLW5L05_NeDpBET1VBXn7vV6EwBQ,2083
5
4
  ominfra/pyremote.py,sha256=HLfAZl3Xw5CpxLS5PS380zqCyE7n3vKVksIYT2Fbdc8,15197
6
- ominfra/ssh.py,sha256=jQpc4WvkMckIfk4vILda8zFaeharRqc_6wxW50b0OjQ,5431
7
5
  ominfra/systemd.py,sha256=d61NVrJoItzSaqhMDgKGrQjbrxEVAujUMDsj8WggXos,1022
8
6
  ominfra/threadworkers.py,sha256=oX4ubZn7h932saXpRIJu2MNhBExgGGMuGhdXarZxLJw,4948
9
7
  ominfra/clouds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -24,14 +22,19 @@ ominfra/clouds/aws/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
24
22
  ominfra/clouds/aws/models/base.py,sha256=A9zBGZNVtxKdbbnr2YU4AruyHEvIIYXFganOHcQacfE,1601
25
23
  ominfra/clouds/aws/models/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
24
  ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDPW1qNAmShFuMk,75
27
- ominfra/clouds/aws/models/gen/cli.py,sha256=hLtPoXHQdomYDfXnE1x9idG2j0s2cvq6ph7FvugCrh8,3499
28
- ominfra/clouds/aws/models/gen/gen.py,sha256=ZQkOLYLg8jUBRvM2DC7IWd-gHVwKHzMhJTtY2thnDFc,12301
25
+ ominfra/clouds/aws/models/gen/cli.py,sha256=ZFupd0wmZbz_vaq6C1AJpcwgtX_qnZ2XhXIwwBoaE8s,3725
26
+ ominfra/clouds/aws/models/gen/gen.py,sha256=XcH6kf9eq_BqpGSSeNV0eoQjUpb-V9K5nIj8113szTk,13476
29
27
  ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- ominfra/clouds/aws/models/services/ec2.py,sha256=q_1v4Gj6tsQ-DDIREr-OeUebx8Yo968CXACpsgnHYlI,103438
31
- ominfra/clouds/aws/models/services/s3.py,sha256=nPl2Fi0-IoghMDKgu7lp3K7l6RHKTwFtdzlz0MyiGUk,27696
32
- ominfra/clouds/aws/models/services/services.toml,sha256=-EvcGNvHRWAr1S1PFALnSDcqBAwz3c0YdyjxlBSGAeU,237
28
+ ominfra/clouds/aws/models/services/ec2.py,sha256=xoV57eOfRI7CibKRhq_rFO8A7b1Ii0_ccnJjQ3Pf2AE,148527
29
+ ominfra/clouds/aws/models/services/lambda_.py,sha256=IvQnBHnqd6hGG7NxtFxrxCgO0IngVm3JDqOBO_jE5gE,23090
30
+ ominfra/clouds/aws/models/services/rds.py,sha256=Nz5SdwnFdG0GbSkM2D9mVuzzSqgR55JFV4n6PdcSttA,52509
31
+ ominfra/clouds/aws/models/services/s3.py,sha256=KglBGWeGYSwFZiokhRV7HSCwzBKr83i68m8zUs3XSKA,38004
32
+ ominfra/clouds/aws/models/services/services.toml,sha256=jiJaQPkuAWvDLaI0ERrDhhnnt1ceJH44NLrTlJSO0FE,684
33
33
  ominfra/clouds/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  ominfra/clouds/gcp/auth.py,sha256=rDIiOH5gP3OSIaMC5Lp8yAD4zWuLDEYlFu37mDx5YDA,1360
35
+ ominfra/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
+ ominfra/commands/runners.py,sha256=E0AfnvEmnKntXWvmLW5L05_NeDpBET1VBXn7vV6EwBQ,2083
37
+ ominfra/commands/ssh.py,sha256=Fm9I7Pl9owzfRqw_03-G1k0ifbZHXqxzCPvzAwDPYeE,5437
35
38
  ominfra/journald/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
39
  ominfra/journald/fields.py,sha256=NjjVn7GW4jkcGdyiiizVjEfQqSFnolXYk3kDcSQcMmc,12278
37
40
  ominfra/journald/genmessages.py,sha256=rLTS-K2v7otNOtTz4RoOEVYCm0fQuuBzf47e0T61tA8,1857
@@ -147,9 +150,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
147
150
  ominfra/tailscale/cli.py,sha256=3FnJbgpLw6gInTfhERd1mDy9ijjMUGxkdYVo43Tnxx4,3555
148
151
  ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
149
152
  ominfra/tools/listresources.py,sha256=4qVg5txsb10EHhvqXXeM6gJ2jx9LbroEnPydDv1uXs0,6176
150
- ominfra-0.0.0.dev200.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
151
- ominfra-0.0.0.dev200.dist-info/METADATA,sha256=hPWrbyy-y9L8R2im1o7WAMtsGjVX2qfCqFHaIdfU_HE,767
152
- ominfra-0.0.0.dev200.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
153
- ominfra-0.0.0.dev200.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
154
- ominfra-0.0.0.dev200.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
155
- ominfra-0.0.0.dev200.dist-info/RECORD,,
153
+ ominfra-0.0.0.dev201.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
154
+ ominfra-0.0.0.dev201.dist-info/METADATA,sha256=djEFMAuUOxnNgd2G2xvfLcWWMSM7PoApbInqqb6GI78,767
155
+ ominfra-0.0.0.dev201.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
156
+ ominfra-0.0.0.dev201.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
157
+ ominfra-0.0.0.dev201.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
158
+ ominfra-0.0.0.dev201.dist-info/RECORD,,
File without changes