Package for retrieving aws resource names and their actions
Project description
aws-manifest
A python package for retrieving information about aws's api manifest consisting of resources and their actions.
Getting Started
pip3 install aws-manifest
Usage
from awsmanifest import manifest, AwsManifest
# Retrieve the latest set of aws resources
m = manifest()
print(m["serviceMap"]["Amazon Ec2]["Actions])
# Retrieve the bundled local copy of aws resources
m = manifest(local=True)
...
# For helper functions, use the `AwsManifest` class
a = AwsManifest()
print(a.service_prefixes())
print(a.actions("Amazon Ec2))
print(a.actions("s3))
...
Licensing
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aws-manifest-0.1.0.tar.gz
(39.1 kB
view hashes)
Built Distributions
aws_manifest-0.1.0-py3.7.egg
(41.0 kB
view hashes)
Close
Hashes for aws_manifest-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9e607a189ad6c8ed82649d8256f19d22b79a87b8ab1da4809585f4a9432e735 |
|
MD5 | 27ad7bd3efe6b70a14a744966183f13d |
|
BLAKE2b-256 | c2c160b83ed4d369edce22ed372841b8eaa77eaf13268d7a85a5647dcd19ca5f |