LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
cfn/cfn_s3_bucket_master_account.json
cfn/master_account_IAM_role.json
reference/function_repository/accessanalyzer/list_analyzers.json
reference/function_repository/accessanalyzer/list_findings.json
reference/function_repository/accessanalyzer/list_findings_v2.json
reference/function_repository/account/list_regions.json
reference/function_repository/acm/list_certificates.json
reference/function_repository/amp/list_scrapers.json
reference/function_repository/amp/list_workspaces.json
reference/function_repository/apigateway/get_rest_apis.json
reference/function_repository/appflow/list_connectors.json
reference/function_repository/budgets/budget_describe_budgets.json
reference/function_repository/cleanrooms/list_collaborations.json
reference/function_repository/cloudformation/cloudformation_list_stack_sets.json
reference/function_repository/cloudformation/cloudformation_list_stacks.json
reference/function_repository/cloudfront/cloudfront_list_distributions.json
reference/function_repository/cloudfront/cloudfront_list_functions.json
reference/function_repository/cloudtrail/list_trails.json
reference/function_repository/cloudwatch/list_dashboards.json
reference/function_repository/cloudwatch/list_metrics.json
reference/function_repository/codecommit/list_repositories.json
reference/function_repository/dynamodb/list_tables.json
reference/function_repository/ec2/ec2_describe_addresses.json
reference/function_repository/ec2/ec2_describe_flow_logs.json
reference/function_repository/ec2/ec2_describe_instances.json
reference/function_repository/ec2/ec2_describe_network_acls.json
reference/function_repository/ec2/ec2_describe_route_tables.json
reference/function_repository/ec2/ec2_describe_security_group_rules.json
reference/function_repository/ec2/ec2_describe_security_groups.json
reference/function_repository/ec2/ec2_describe_snapshots.json
reference/function_repository/ec2/ec2_describe_subnets.json
reference/function_repository/ec2/ec2_describe_transit_gateways.json
reference/function_repository/ec2/ec2_describe_volumes.json
reference/function_repository/ec2/ec2_describe_vpc_endpoints.json
reference/function_repository/ec2/ec2_describe_vpc_peering_connections.json
reference/function_repository/ec2/ec2_describe_vpcs.json
reference/function_repository/ec2/ec2_describe_vpn_connections.json
reference/function_repository/ecs/ecs_list_cluster.json
reference/function_repository/ecs/ecs_list_services.json
reference/function_repository/ecs/ecs_list_tasks.json
reference/function_repository/efs/describe_file_systems.json
reference/function_repository/eks/eks_describe_cluster.json
reference/function_repository/eks/eks_list_cluster.json
reference/function_repository/eks/eks_list_fargate_profiles.json
reference/function_repository/elasticache/describe_cache_clusters.json
reference/function_repository/elbv2/elbv2_list_clusters.json
reference/function_repository/emr/emr_list_clusters.json
reference/function_repository/emr/emr_list_instance_fleets.json
reference/function_repository/emr/emr_list_notebook_executions.json
reference/function_repository/emr/emr_list_studios.json
reference/function_repository/emr-serverless/list_applications.json
reference/function_repository/emr-serverless/list_job_runs.json
reference/function_repository/iam/10_list_users.json
reference/function_repository/iam/1_list_access_keys.json
reference/function_repository/iam/2_list_account_aliases.json
reference/function_repository/iam/3_list_attached_group_policies.json
reference/function_repository/iam/4_list_attached_role_policies.json
reference/function_repository/iam/5_list_attached_user_policies.json
reference/function_repository/iam/6_list_group_policies.json
reference/function_repository/iam/7_list_groups.json
reference/function_repository/iam/8_iam-list_policies.json
reference/function_repository/iam/9_iam-list_roles.json
reference/function_repository/kms/list_keys.json
reference/function_repository/lambda/list_functions.json
reference/function_repository/lambda/list_layers.json
reference/function_repository/organizations/list_accounts.json
reference/function_repository/organizations/list_policies.json
reference/function_repository/rds/describe_db_clusters.json
reference/function_repository/rds/describe_db_instances.json
reference/function_repository/rds/describe_db_security_groups.json
reference/function_repository/rds/describe_db_snapshots.json
reference/function_repository/rds/describe_global_clusters.json
reference/function_repository/redshift/describe_clusters.json
reference/function_repository/redshift-serverless/list_namespaces.json
reference/function_repository/redshift-serverless/list_workgroups.json
reference/function_repository/resourcegroupstaggingapi/get_resources.json
reference/function_repository/route53/route53_list_cidr_blocks.json
reference/function_repository/route53/route53_list_hosted_zones.json
reference/function_repository/route53/route53_list_hosted_zones_by_vpc.json
reference/function_repository/route53/route53_list_vpc_association_authorizations.json
reference/function_repository/route53domains/route53domains_list_domains.json
reference/function_repository/route53domains/route53domains_list_prices.json
reference/function_repository/s3/list_bucket_analytics_configurations.json
reference/function_repository/s3/list_bucket_intelligent_tiering_configurations.json
reference/function_repository/s3/list_bucket_inventory_configurations.json
reference/function_repository/s3/list_bucket_metrics_configurations.json
reference/function_repository/s3/list_buckets.json
reference/function_repository/s3/list_directory_buckets.json
reference/function_repository/s3/list_multipart_uploads.json
reference/function_repository/s3/list_objects_v2.json
reference/function_repository/sagemaker/list_domains.json
reference/function_repository/sagemaker/list_images.json
reference/function_repository/sagemaker/list_models.json
reference/function_repository/sagemaker/list_projects.json
reference/function_repository/sagemaker/list_user_profiles.json
reference/function_repository/sns/list_subscriptions.json
reference/function_repository/sns/list_topics.json
reference/function_repository/sqs/list_queues.json
reference/function_repository/ssm/describe_instance_information.json
src/resource_lister/__init__.py
src/resource_lister/main.py
src/resource_lister.egg-info/PKG-INFO
src/resource_lister.egg-info/SOURCES.txt
src/resource_lister.egg-info/dependency_links.txt
src/resource_lister.egg-info/entry_points.txt
src/resource_lister.egg-info/requires.txt
src/resource_lister.egg-info/top_level.txt
src/resource_lister/api/rl_api.py
src/resource_lister/boto_formatter/__init__.py
src/resource_lister/boto_formatter/core_formatter.py
src/resource_lister/boto_formatter/service_formatter.py
src/resource_lister/boto_formatter/json_util/__init__.py
src/resource_lister/boto_formatter/json_util/json_util.py
src/resource_lister/boto_formatter/service_config_mgr/__init__.py
src/resource_lister/boto_formatter/service_config_mgr/service_config.py
src/resource_lister/boto_formatter/service_config_mgr/service_configs/accessanalyzer.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/account.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/acm.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/amp.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/apigateway.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/appconfig.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/appflow.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/budgets.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/cleanrooms.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/cloudformation.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/cloudfront.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/cloudtrail.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/cloudwatch.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/codecommit.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/dynamodb.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/ec2.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/ecs.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/efs.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/eks.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/elasticache.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/elbv2.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/emr-serverless.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/emr.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/iam.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/kms.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/lambda.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/organizations.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/rds.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/redshift-serverless.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/redshift.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/resourcegroupstaggingapi.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/route53.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/route53domains.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/s3.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/sagemaker.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/sns.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/sqs.json
src/resource_lister/boto_formatter/service_config_mgr/service_configs/ssm.json
src/resource_lister/config_mgr/__init__.py
src/resource_lister/config_mgr/config.json
src/resource_lister/config_mgr/config_menu_processor.py
src/resource_lister/config_mgr/config_util.py
src/resource_lister/menu/__init__.py
src/resource_lister/menu/batch_processing.py
src/resource_lister/menu/menu_processor.py
src/resource_lister/menu/menu_util.py
src/resource_lister/processor/__init__.py
src/resource_lister/processor/_global_no_paginate.py
src/resource_lister/processor/_global_paginate.py
src/resource_lister/processor/_regional_no_paginate.py
src/resource_lister/processor/_regional_paginate.py
src/resource_lister/processor/core_processor.py
src/resource_lister/processor/core_processor_api.py
src/resource_lister/session_mgr/__init__.py
src/resource_lister/session_mgr/account_config.json
src/resource_lister/session_mgr/account_config_util.py
src/resource_lister/session_mgr/accounts_menu_processor.py
src/resource_lister/session_mgr/iam_session_mgr.py
src/resource_lister/session_mgr/sso_mgr.py
src/resource_lister/util/__init__.py
src/resource_lister/util/config_generator_util.py
src/resource_lister/util/menu_configs.py
src/resource_lister/util/menu_util.py
src/resource_lister/util/resource_lister_exceptions.py
src/resource_lister/util/s3_util.py
src/resource_lister/util/session_util.py
src/resource_lister/util/setup.py