ominfra 0.0.0.dev201__py3-none-any.whl → 0.0.0.dev202__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/gen.py +1 -1
- ominfra/clouds/aws/models/services/lambda_.py +1 -1
- ominfra/clouds/aws/models/services/rds.py +23 -23
- ominfra/clouds/aws/models/services/s3.py +2 -2
- ominfra/scripts/manage.py +1 -2
- {ominfra-0.0.0.dev201.dist-info → ominfra-0.0.0.dev202.dist-info}/METADATA +4 -4
- {ominfra-0.0.0.dev201.dist-info → ominfra-0.0.0.dev202.dist-info}/RECORD +11 -11
- {ominfra-0.0.0.dev201.dist-info → ominfra-0.0.0.dev202.dist-info}/LICENSE +0 -0
- {ominfra-0.0.0.dev201.dist-info → ominfra-0.0.0.dev202.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev201.dist-info → ominfra-0.0.0.dev202.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev201.dist-info → ominfra-0.0.0.dev202.dist-info}/top_level.txt +0 -0
@@ -441,7 +441,7 @@ class ModelGen:
|
|
441
441
|
|
442
442
|
if operation.error_shapes:
|
443
443
|
fls.append('errors=[')
|
444
|
-
for osn in
|
444
|
+
for osn in sorted(es.name for es in operation.error_shapes):
|
445
445
|
fls.append(f' {osn},')
|
446
446
|
fls.append('],')
|
447
447
|
|
@@ -852,9 +852,9 @@ LIST_FUNCTIONS = _base.Operation(
|
|
852
852
|
input=ListFunctionsRequest,
|
853
853
|
output=ListFunctionsResponse,
|
854
854
|
errors=[
|
855
|
+
InvalidParameterValueException,
|
855
856
|
ServiceException,
|
856
857
|
TooManyRequestsException,
|
857
|
-
InvalidParameterValueException,
|
858
858
|
],
|
859
859
|
)
|
860
860
|
|
@@ -1797,27 +1797,27 @@ CREATE_DB_INSTANCE = _base.Operation(
|
|
1797
1797
|
input=CreateDBInstanceMessage,
|
1798
1798
|
output=CreateDBInstanceResult,
|
1799
1799
|
errors=[
|
1800
|
+
AuthorizationNotFoundFault,
|
1801
|
+
BackupPolicyNotFoundFault,
|
1802
|
+
CertificateNotFoundFault,
|
1803
|
+
DBClusterNotFoundFault,
|
1800
1804
|
DBInstanceAlreadyExistsFault,
|
1801
|
-
InsufficientDBInstanceCapacityFault,
|
1802
1805
|
DBParameterGroupNotFoundFault,
|
1803
1806
|
DBSecurityGroupNotFoundFault,
|
1804
|
-
InstanceQuotaExceededFault,
|
1805
|
-
StorageQuotaExceededFault,
|
1806
|
-
DBSubnetGroupNotFoundFault,
|
1807
1807
|
DBSubnetGroupDoesNotCoverEnoughAZs,
|
1808
|
+
DBSubnetGroupNotFoundFault,
|
1809
|
+
DomainNotFoundFault,
|
1810
|
+
InstanceQuotaExceededFault,
|
1811
|
+
InsufficientDBInstanceCapacityFault,
|
1808
1812
|
InvalidDBClusterStateFault,
|
1809
1813
|
InvalidSubnet,
|
1810
1814
|
InvalidVPCNetworkStateFault,
|
1811
|
-
ProvisionedIopsNotAvailableInAZFault,
|
1812
|
-
OptionGroupNotFoundFault,
|
1813
|
-
DBClusterNotFoundFault,
|
1814
|
-
StorageTypeNotSupportedFault,
|
1815
|
-
AuthorizationNotFoundFault,
|
1816
1815
|
KMSKeyNotAccessibleFault,
|
1817
|
-
DomainNotFoundFault,
|
1818
|
-
BackupPolicyNotFoundFault,
|
1819
1816
|
NetworkTypeNotSupported,
|
1820
|
-
|
1817
|
+
OptionGroupNotFoundFault,
|
1818
|
+
ProvisionedIopsNotAvailableInAZFault,
|
1819
|
+
StorageQuotaExceededFault,
|
1820
|
+
StorageTypeNotSupportedFault,
|
1821
1821
|
TenantDatabaseQuotaExceededFault,
|
1822
1822
|
],
|
1823
1823
|
)
|
@@ -1827,12 +1827,12 @@ DELETE_DB_INSTANCE = _base.Operation(
|
|
1827
1827
|
input=DeleteDBInstanceMessage,
|
1828
1828
|
output=DeleteDBInstanceResult,
|
1829
1829
|
errors=[
|
1830
|
+
DBInstanceAutomatedBackupQuotaExceededFault,
|
1830
1831
|
DBInstanceNotFoundFault,
|
1831
|
-
InvalidDBInstanceStateFault,
|
1832
1832
|
DBSnapshotAlreadyExistsFault,
|
1833
|
-
SnapshotQuotaExceededFault,
|
1834
1833
|
InvalidDBClusterStateFault,
|
1835
|
-
|
1834
|
+
InvalidDBInstanceStateFault,
|
1835
|
+
SnapshotQuotaExceededFault,
|
1836
1836
|
],
|
1837
1837
|
)
|
1838
1838
|
|
@@ -1850,8 +1850,8 @@ REBOOT_DB_INSTANCE = _base.Operation(
|
|
1850
1850
|
input=RebootDBInstanceMessage,
|
1851
1851
|
output=RebootDBInstanceResult,
|
1852
1852
|
errors=[
|
1853
|
-
InvalidDBInstanceStateFault,
|
1854
1853
|
DBInstanceNotFoundFault,
|
1854
|
+
InvalidDBInstanceStateFault,
|
1855
1855
|
],
|
1856
1856
|
)
|
1857
1857
|
|
@@ -1860,16 +1860,16 @@ START_DB_INSTANCE = _base.Operation(
|
|
1860
1860
|
input=StartDBInstanceMessage,
|
1861
1861
|
output=StartDBInstanceResult,
|
1862
1862
|
errors=[
|
1863
|
+
AuthorizationNotFoundFault,
|
1864
|
+
DBClusterNotFoundFault,
|
1863
1865
|
DBInstanceNotFoundFault,
|
1864
|
-
InvalidDBInstanceStateFault,
|
1865
|
-
InsufficientDBInstanceCapacityFault,
|
1866
|
-
DBSubnetGroupNotFoundFault,
|
1867
1866
|
DBSubnetGroupDoesNotCoverEnoughAZs,
|
1867
|
+
DBSubnetGroupNotFoundFault,
|
1868
|
+
InsufficientDBInstanceCapacityFault,
|
1868
1869
|
InvalidDBClusterStateFault,
|
1870
|
+
InvalidDBInstanceStateFault,
|
1869
1871
|
InvalidSubnet,
|
1870
1872
|
InvalidVPCNetworkStateFault,
|
1871
|
-
DBClusterNotFoundFault,
|
1872
|
-
AuthorizationNotFoundFault,
|
1873
1873
|
KMSKeyNotAccessibleFault,
|
1874
1874
|
],
|
1875
1875
|
)
|
@@ -1880,10 +1880,10 @@ STOP_DB_INSTANCE = _base.Operation(
|
|
1880
1880
|
output=StopDBInstanceResult,
|
1881
1881
|
errors=[
|
1882
1882
|
DBInstanceNotFoundFault,
|
1883
|
-
InvalidDBInstanceStateFault,
|
1884
1883
|
DBSnapshotAlreadyExistsFault,
|
1885
|
-
SnapshotQuotaExceededFault,
|
1886
1884
|
InvalidDBClusterStateFault,
|
1885
|
+
InvalidDBInstanceStateFault,
|
1886
|
+
SnapshotQuotaExceededFault,
|
1887
1887
|
],
|
1888
1888
|
)
|
1889
1889
|
|
@@ -1345,8 +1345,8 @@ GET_OBJECT = _base.Operation(
|
|
1345
1345
|
input=GetObjectRequest,
|
1346
1346
|
output=GetObjectOutput,
|
1347
1347
|
errors=[
|
1348
|
-
NoSuchKey,
|
1349
1348
|
InvalidObjectState,
|
1349
|
+
NoSuchKey,
|
1350
1350
|
],
|
1351
1351
|
)
|
1352
1352
|
|
@@ -1370,10 +1370,10 @@ PUT_OBJECT = _base.Operation(
|
|
1370
1370
|
input=PutObjectRequest,
|
1371
1371
|
output=PutObjectOutput,
|
1372
1372
|
errors=[
|
1373
|
+
EncryptionTypeMismatch,
|
1373
1374
|
InvalidRequest,
|
1374
1375
|
InvalidWriteOffset,
|
1375
1376
|
TooManyParts,
|
1376
|
-
EncryptionTypeMismatch,
|
1377
1377
|
],
|
1378
1378
|
)
|
1379
1379
|
|
ominfra/scripts/manage.py
CHANGED
@@ -10578,8 +10578,7 @@ class SystemInterpProvider(InterpProvider):
|
|
10578
10578
|
async def get_exe_version(self, exe: str) -> ta.Optional[InterpVersion]:
|
10579
10579
|
if not self._options.inspect:
|
10580
10580
|
s = os.path.basename(exe)
|
10581
|
-
|
10582
|
-
s = s[len('python'):]
|
10581
|
+
s = s.removeprefix('python')
|
10583
10582
|
if '.' in s:
|
10584
10583
|
try:
|
10585
10584
|
return InterpVersion.parse(s)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev202
|
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.dev202
|
16
|
+
Requires-Dist: omlish==0.0.0.dev202
|
17
|
+
Requires-Dist: omserv==0.0.0.dev202
|
18
18
|
Provides-Extra: all
|
19
19
|
Requires-Dist: paramiko~=3.5; extra == "all"
|
20
20
|
Requires-Dist: asyncssh~=2.18; extra == "all"
|
@@ -23,12 +23,12 @@ ominfra/clouds/aws/models/base.py,sha256=A9zBGZNVtxKdbbnr2YU4AruyHEvIIYXFganOHcQ
|
|
23
23
|
ominfra/clouds/aws/models/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
24
24
|
ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDPW1qNAmShFuMk,75
|
25
25
|
ominfra/clouds/aws/models/gen/cli.py,sha256=ZFupd0wmZbz_vaq6C1AJpcwgtX_qnZ2XhXIwwBoaE8s,3725
|
26
|
-
ominfra/clouds/aws/models/gen/gen.py,sha256=
|
26
|
+
ominfra/clouds/aws/models/gen/gen.py,sha256=ZgtPEF7cD53PBoXwTGJl6B5ziZeZP7V3_61DMSk-Io4,13482
|
27
27
|
ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
28
|
ominfra/clouds/aws/models/services/ec2.py,sha256=xoV57eOfRI7CibKRhq_rFO8A7b1Ii0_ccnJjQ3Pf2AE,148527
|
29
|
-
ominfra/clouds/aws/models/services/lambda_.py,sha256=
|
30
|
-
ominfra/clouds/aws/models/services/rds.py,sha256=
|
31
|
-
ominfra/clouds/aws/models/services/s3.py,sha256=
|
29
|
+
ominfra/clouds/aws/models/services/lambda_.py,sha256=xK021SBixPpXbF6CwxYWdRamoUzviTSioXzeytfiBos,23090
|
30
|
+
ominfra/clouds/aws/models/services/rds.py,sha256=FNhaSR6rq3Xzlz16Aqp7e_HfejRrpxsnSJzH-tpUiuA,52509
|
31
|
+
ominfra/clouds/aws/models/services/s3.py,sha256=HzmOuYStuv2G4_g0z4jT2Kjq2Q-7zhtk-HvOjX5jDg0,38004
|
32
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
|
@@ -107,7 +107,7 @@ ominfra/manage/targets/inject.py,sha256=P4597xWM-V3I_gCt2O71OLhYQkkXtuJvkYRsIbhh
|
|
107
107
|
ominfra/manage/targets/targets.py,sha256=7GP6UAZyJFEhpkJN6UQdpr_WN3p7C76v-s445y-WB6U,1885
|
108
108
|
ominfra/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
109
109
|
ominfra/scripts/journald2aws.py,sha256=Bo_24qN3YI_72BcZYBHid9_SJWnCAmbKRJ3-wE6dGMU,166250
|
110
|
-
ominfra/scripts/manage.py,sha256=
|
110
|
+
ominfra/scripts/manage.py,sha256=lqX1VW3AJakfypxc67HvUwj3HFWJKPtuAXU7Rz1S83c,357150
|
111
111
|
ominfra/scripts/supervisor.py,sha256=6OQnZfnHfXT-hHsGQA_OhA_BjOs01vzInkmEZWYhiVY,291847
|
112
112
|
ominfra/supervisor/LICENSE.txt,sha256=ZrHY15PVR98y26Yg6iQfa-SXnUaYTDhrUsPVcEO5OKM,1874
|
113
113
|
ominfra/supervisor/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
@@ -150,9 +150,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
|
|
150
150
|
ominfra/tailscale/cli.py,sha256=3FnJbgpLw6gInTfhERd1mDy9ijjMUGxkdYVo43Tnxx4,3555
|
151
151
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
152
152
|
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.
|
153
|
+
ominfra-0.0.0.dev202.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
154
|
+
ominfra-0.0.0.dev202.dist-info/METADATA,sha256=N1A5DORpzfi4wqDWRRQ6V6igr8TOuE3jgRvz2_jTKD8,767
|
155
|
+
ominfra-0.0.0.dev202.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
156
|
+
ominfra-0.0.0.dev202.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
157
|
+
ominfra-0.0.0.dev202.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
158
|
+
ominfra-0.0.0.dev202.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|