LICENSE
README.md
pyproject.toml
setup.py
aws_tag.egg-info/PKG-INFO
aws_tag.egg-info/SOURCES.txt
aws_tag.egg-info/dependency_links.txt
aws_tag.egg-info/entry_points.txt
aws_tag.egg-info/requires.txt
aws_tag.egg-info/top_level.txt
src/__init__.py
src/main.py
src/core/__init__.py
src/core/app/__init__.py
src/core/app/export_operation.py
src/core/app/import_operation.py
src/core/app/list_operation.py
src/core/app/tag_operation.py
src/core/aws/__init__.py
src/core/aws/api_gateway.py
src/core/aws/base_aws_service.py
src/core/aws/cloudwatch_logs.py
src/core/aws/dynamodb.py
src/core/aws/ec2.py
src/core/aws/ecr.py
src/core/aws/elastic_block_store.py
src/core/aws/elasticache.py
src/core/aws/kinesis_data_analytics.py
src/core/aws/kinesis_data_firehose.py
src/core/aws/kinesis_data_streams.py
src/core/aws/kms.py
src/core/aws/lambda_function.py
src/core/aws/rds.py
src/core/aws/s3.py
src/core/aws/sns.py
src/core/aws/sqs.py
src/factory/__init__.py
src/factory/service_factory.py
src/helper/__init__.py
src/helper/argument_helper.py
src/helper/file_helper.py
src/helper/filter_helper.py
src/helper/input_helper.py
src/helper/operation_helper.py
src/helper/tag_helper.py
src/model/__init__.py
src/model/arguments.py
src/model/filter.py
src/model/operation.py
src/model/resource.py
src/model/resource_tags.py
src/model/tag.py