MANIFEST.in
README.md
dev_requirements.txt
requirements.txt
setup.py
test_requirements.txt
tox.ini
version.txt
cloudshell/__init__.py
cloudshell/cp/__init__.py
cloudshell/cp/aws/__init__.py
cloudshell/cp/aws/aws_shell.py
cloudshell/cp/aws/common/__init__.py
cloudshell/cp/aws/common/converters.py
cloudshell/cp/aws/common/deploy_data_holder.py
cloudshell/cp/aws/common/driver_helper.py
cloudshell/cp/aws/common/retry_helper.py
cloudshell/cp/aws/domain/__init__.py
cloudshell/cp/aws/domain/ami_management/__init__.py
cloudshell/cp/aws/domain/ami_management/operations/__init__.py
cloudshell/cp/aws/domain/ami_management/operations/access_key_operation.py
cloudshell/cp/aws/domain/ami_management/operations/delete_operation.py
cloudshell/cp/aws/domain/ami_management/operations/deploy_operation.py
cloudshell/cp/aws/domain/ami_management/operations/power_operation.py
cloudshell/cp/aws/domain/ami_management/operations/refresh_ip_operation.py
cloudshell/cp/aws/domain/ami_management/operations/snapshot_operation.py
cloudshell/cp/aws/domain/common/CheckCancellationThread.py
cloudshell/cp/aws/domain/common/__init__.py
cloudshell/cp/aws/domain/common/aws_session_manager.py
cloudshell/cp/aws/domain/common/cancellation_service.py
cloudshell/cp/aws/domain/common/exceptions.py
cloudshell/cp/aws/domain/common/list_helper.py
cloudshell/cp/aws/domain/common/vm_details_provider.py
cloudshell/cp/aws/domain/conncetivity/__init__.py
cloudshell/cp/aws/domain/conncetivity/operations/__init__.py
cloudshell/cp/aws/domain/conncetivity/operations/cleanup.py
cloudshell/cp/aws/domain/conncetivity/operations/prepare.py
cloudshell/cp/aws/domain/conncetivity/operations/prepare_subnet_executor.py
cloudshell/cp/aws/domain/conncetivity/operations/traffic_mirror_cleaner.py
cloudshell/cp/aws/domain/conncetivity/operations/traffic_mirroring_operation.py
cloudshell/cp/aws/domain/context/__init__.py
cloudshell/cp/aws/domain/context/aws_api.py
cloudshell/cp/aws/domain/context/aws_resource_model.py
cloudshell/cp/aws/domain/context/aws_shell.py
cloudshell/cp/aws/domain/context/client_error.py
cloudshell/cp/aws/domain/context/ec2_client.py
cloudshell/cp/aws/domain/context/ec2_session.py
cloudshell/cp/aws/domain/context/s3_session.py
cloudshell/cp/aws/domain/deployed_app/__init__.py
cloudshell/cp/aws/domain/deployed_app/operations/__init__.py
cloudshell/cp/aws/domain/deployed_app/operations/app_ports_operation.py
cloudshell/cp/aws/domain/deployed_app/operations/set_app_security_groups.py
cloudshell/cp/aws/domain/deployed_app/operations/vm_details_operation.py
cloudshell/cp/aws/domain/operations/__init__.py
cloudshell/cp/aws/domain/operations/autoload_operation.py
cloudshell/cp/aws/domain/services/__init__.py
cloudshell/cp/aws/domain/services/cloudshell/__init__.py
cloudshell/cp/aws/domain/services/cloudshell/cs_subnet_service.py
cloudshell/cp/aws/domain/services/cloudshell/traffic_mirror_pool_services.py
cloudshell/cp/aws/domain/services/ec2/__init__.py
cloudshell/cp/aws/domain/services/ec2/ebs.py
cloudshell/cp/aws/domain/services/ec2/elastic_ip.py
cloudshell/cp/aws/domain/services/ec2/instance.py
cloudshell/cp/aws/domain/services/ec2/instance_credentials.py
cloudshell/cp/aws/domain/services/ec2/keypair.py
cloudshell/cp/aws/domain/services/ec2/mirroring.py
cloudshell/cp/aws/domain/services/ec2/network_interface.py
cloudshell/cp/aws/domain/services/ec2/route_table.py
cloudshell/cp/aws/domain/services/ec2/security_group.py
cloudshell/cp/aws/domain/services/ec2/subnet.py
cloudshell/cp/aws/domain/services/ec2/tags.py
cloudshell/cp/aws/domain/services/ec2/transit_gateway.py
cloudshell/cp/aws/domain/services/ec2/vpc.py
cloudshell/cp/aws/domain/services/parsers/__init__.py
cloudshell/cp/aws/domain/services/parsers/aws_model_parser.py
cloudshell/cp/aws/domain/services/parsers/command_results_parser.py
cloudshell/cp/aws/domain/services/parsers/custom_param_extractor.py
cloudshell/cp/aws/domain/services/parsers/port_group_attribute_parser.py
cloudshell/cp/aws/domain/services/parsers/security_group_parser.py
cloudshell/cp/aws/domain/services/s3/__init__.py
cloudshell/cp/aws/domain/services/s3/bucket.py
cloudshell/cp/aws/domain/services/session_providers/__init__.py
cloudshell/cp/aws/domain/services/session_providers/aws_session_provider.py
cloudshell/cp/aws/domain/services/strategy/__init__.py
cloudshell/cp/aws/domain/services/strategy/device_index.py
cloudshell/cp/aws/domain/services/waiters/__init__.py
cloudshell/cp/aws/domain/services/waiters/ami.py
cloudshell/cp/aws/domain/services/waiters/instance.py
cloudshell/cp/aws/domain/services/waiters/password.py
cloudshell/cp/aws/domain/services/waiters/subnet.py
cloudshell/cp/aws/domain/services/waiters/vpc.py
cloudshell/cp/aws/domain/services/waiters/vpc_peering.py
cloudshell/cp/aws/models/__init__.py
cloudshell/cp/aws/models/ami_credentials.py
cloudshell/cp/aws/models/ami_deployment_model.py
cloudshell/cp/aws/models/app_security_groups_model.py
cloudshell/cp/aws/models/aws_api.py
cloudshell/cp/aws/models/aws_ec2_cloud_provider_resource_model.py
cloudshell/cp/aws/models/deploy_aws_ec2_ami_instance_resource_model.py
cloudshell/cp/aws/models/network_actions_models.py
cloudshell/cp/aws/models/port_data.py
cloudshell/cp/aws/models/reservation_model.py
cloudshell/cp/aws/models/traffic_mirror_fulfillment.py
cloudshell/cp/aws/models/vm_details.py
cloudshell_cp_aws.egg-info/PKG-INFO
cloudshell_cp_aws.egg-info/SOURCES.txt
cloudshell_cp_aws.egg-info/dependency_links.txt
cloudshell_cp_aws.egg-info/requires.txt
cloudshell_cp_aws.egg-info/top_level.txt
tests/__init__.py
tests/test_aws_shell.py
tests/test_ami_management/__init__.py
tests/test_ami_management/test_operations/__init__.py
tests/test_ami_management/test_operations/test_delete_operation.py
tests/test_ami_management/test_operations/test_deploy_operation.py
tests/test_ami_management/test_operations/test_power_operation.py
tests/test_ami_management/test_operations/test_refresh_ip_operation.py
tests/test_common/__init__.py
tests/test_common/test_cancellation_service.py
tests/test_common/test_get_vm_details.py
tests/test_common/test_retry_helper.py
tests/test_common/test_vm_details_provider.py
tests/test_connectivity/__init__.py
tests/test_connectivity/test_cleanup_connectivity.py
tests/test_connectivity/test_create_traffic_mirroring.py
tests/test_connectivity/test_prepare_connectivity.py
tests/test_connectivity/test_prepare_subnet_executor.py
tests/test_deployed_app/__init__.py
tests/test_deployed_app/test_operations/__init__.py
tests/test_deployed_app/test_operations/test_access_key_operation.py
tests/test_deployed_app/test_operations/test_app_ports_operation.py
tests/test_deployed_app/test_operations/test_set_app_security_groups_operation.py
tests/test_domain_services/__init__.py
tests/test_domain_services/test_ami_creds_service.py
tests/test_domain_services/test_ami_waiter.py
tests/test_domain_services/test_bucket.py
tests/test_domain_services/test_device_index_strategy.py
tests/test_domain_services/test_elastic_ip.py
tests/test_domain_services/test_instance_service.py
tests/test_domain_services/test_instance_waiter.py
tests/test_domain_services/test_key_pair.py
tests/test_domain_services/test_model_parser.py
tests/test_domain_services/test_network_interface_service.py
tests/test_domain_services/test_password_waiter.py
tests/test_domain_services/test_port_group_attribute_parser.py
tests/test_domain_services/test_route_table.py
tests/test_domain_services/test_security_groups.py
tests/test_domain_services/test_session_provider.py
tests/test_domain_services/test_subnet.py
tests/test_domain_services/test_subnet_waiter.py
tests/test_domain_services/test_tag_service.py
tests/test_domain_services/test_vm_custom_params_extractor.py
tests/test_domain_services/test_vpc.py
tests/test_domain_services/test_vpc_peering_waiter.py
tests/test_domain_services/test_vpc_waiter.py