ominfra 0.0.0.dev267__py3-none-any.whl → 0.0.0.dev268__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/clouds/aws/models/services/ec2.py +5 -0
- {ominfra-0.0.0.dev267.dist-info → ominfra-0.0.0.dev268.dist-info}/METADATA +3 -3
- {ominfra-0.0.0.dev267.dist-info → ominfra-0.0.0.dev268.dist-info}/RECORD +7 -7
- {ominfra-0.0.0.dev267.dist-info → ominfra-0.0.0.dev268.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev267.dist-info → ominfra-0.0.0.dev268.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev267.dist-info → ominfra-0.0.0.dev268.dist-info}/licenses/LICENSE +0 -0
- {ominfra-0.0.0.dev267.dist-info → ominfra-0.0.0.dev268.dist-info}/top_level.txt +0 -0
@@ -1475,6 +1475,9 @@ class ResourceType(_enum.Enum):
|
|
1475
1475
|
VERIFIED_ACCESS_TRUST_PROVIDER = 'verified-access-trust-provider'
|
1476
1476
|
VPN_CONNECTION_DEVICE_TYPE = 'vpn-connection-device-type'
|
1477
1477
|
VPC_BLOCK_PUBLIC_ACCESS_EXCLUSION = 'vpc-block-public-access-exclusion'
|
1478
|
+
ROUTE_SERVER = 'route-server'
|
1479
|
+
ROUTE_SERVER_ENDPOINT = 'route-server-endpoint'
|
1480
|
+
ROUTE_SERVER_PEER = 'route-server-peer'
|
1478
1481
|
IPAM_RESOURCE_DISCOVERY = 'ipam-resource-discovery'
|
1479
1482
|
IPAM_RESOURCE_DISCOVERY_ASSOCIATION = 'ipam-resource-discovery-association'
|
1480
1483
|
INSTANCE_CONNECT_ENDPOINT = 'instance-connect-endpoint'
|
@@ -1637,6 +1640,8 @@ class VpcEncryptionControlState(_enum.Enum):
|
|
1637
1640
|
DELETING = 'deleting'
|
1638
1641
|
DELETED = 'deleted'
|
1639
1642
|
AVAILABLE = 'available'
|
1643
|
+
CREATING = 'creating'
|
1644
|
+
DELETE_FAILED = 'delete-failed'
|
1640
1645
|
|
1641
1646
|
|
1642
1647
|
VpcEndpointId = _ta.NewType('VpcEndpointId', str)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev268
|
4
4
|
Summary: ominfra
|
5
5
|
Author: wrmsr
|
6
6
|
License: BSD-3-Clause
|
@@ -12,8 +12,8 @@ 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.dev268
|
16
|
+
Requires-Dist: omlish==0.0.0.dev268
|
17
17
|
Provides-Extra: all
|
18
18
|
Requires-Dist: paramiko~=3.5; extra == "all"
|
19
19
|
Requires-Dist: asyncssh~=2.20; 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=-tsjPPqUvXVqD40grn1Of-2-YF53dvCfISrIRI2AX4s,3869
|
31
31
|
ominfra/clouds/aws/models/gen/gen.py,sha256=jQf9_cb2un02gFjev-uFtO1-D5_frsiKYvzEN7Pe00I,15242
|
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=53l02LtD5YVD2WooBCIRgmBiD1XIllYbKf257cmSz0Y,267633
|
34
34
|
ominfra/clouds/aws/models/services/lambda_.py,sha256=VofglQaDZzrRlpfGZNG8kPQ2zWzzwefH097HxwAbnVg,25790
|
35
35
|
ominfra/clouds/aws/models/services/rds.py,sha256=T_V0qrdu3sUIfvk9coNu8OQLaP4BwDxyYaLp3xaeWEM,59730
|
36
36
|
ominfra/clouds/aws/models/services/s3.py,sha256=1XL9wUrYa866eOD2NZr1T4I1cg_jp4VSqMsvqW6BtMk,50991
|
@@ -156,9 +156,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
|
|
156
156
|
ominfra/tailscale/cli.py,sha256=3FnJbgpLw6gInTfhERd1mDy9ijjMUGxkdYVo43Tnxx4,3555
|
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.dev268.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
160
|
+
ominfra-0.0.0.dev268.dist-info/METADATA,sha256=Nu_7jbX-Hpp70Zt5C82er8fwqfsx6i8BDQB4rl-61IY,753
|
161
|
+
ominfra-0.0.0.dev268.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
162
|
+
ominfra-0.0.0.dev268.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
163
|
+
ominfra-0.0.0.dev268.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
164
|
+
ominfra-0.0.0.dev268.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|