Skip to main content

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


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)

Uploaded Source

Built Distributions

aws_manifest-0.1.0-py3.7.egg (41.0 kB view hashes)

Uploaded Source

aws_manifest-0.1.0-py3-none-any.whl (39.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page