├── .github ├── FUNDING.yml └── workflows │ └── main.yml ├── .gitignore ├── .golangci.yml ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── aliases └── aliases.go ├── aws-url-validator ├── .nvmrc ├── .prettierignore ├── .prettierrc ├── README.md ├── diff-urls-with-last-opened-urls-json.js ├── getAwsUrlsFromPage.js ├── lz4jsoncat ├── main.sh ├── package-lock.json └── package.json ├── awsconfig ├── .snapshots │ └── TestGetAwsProfiles ├── profiles.go ├── profiles_test.go └── regions.go ├── awsworkflow ├── aws.go └── aws_service.go ├── caching ├── caching.go └── fetch_tools.go ├── console-services.yml ├── demo.gif ├── env.sh ├── generate.sh ├── generate_new_searcher.sh ├── generators ├── searcher │ ├── file_writers.go │ └── main.go └── searchers_by_service_id_sorter │ └── main.go ├── go.mod ├── go.sum ├── icon.png ├── images ├── accessanalyzer.png ├── acm.png ├── alexa.png ├── amplify.png ├── apigateway.png ├── appmesh.png ├── apprunner.png ├── appstream.png ├── appsync.png ├── artifact.png ├── athena.png ├── augmentedai.png ├── autoscaling.png ├── aws.png ├── backup.png ├── batch.png ├── bedrock.png ├── billing.png ├── blockchain.png ├── braket.png ├── budgets.png ├── chatbot.png ├── chime.png ├── cloud9.png ├── clouddirectory.png ├── cloudformation.png ├── cloudfront.png ├── cloudhsm.png ├── cloudmap.png ├── cloudsearch.png ├── cloudshell.png ├── cloudtrail.png ├── cloudwatch.png ├── codeartifact.png ├── codebuild.png ├── codecommit.png ├── codedeploy.png ├── codeguru.png ├── codepipeline.png ├── codestar.png ├── cognito.png ├── comprehend.png ├── computeoptimizer.png ├── config.png ├── connect.png ├── controltower.png ├── costmanagement.png ├── datapipeline.png ├── datasync.png ├── deeplens.png ├── deepracer.png ├── detective.png ├── developertools.png ├── devicefarm.png ├── directconnect.png ├── directoryservice.png ├── discovery.png ├── dms.png ├── documentdb.png ├── dynamodb.png ├── ec2.png ├── ec2imagebuilder.png ├── ecr.png ├── ecs.png ├── efs.png ├── eks.png ├── elasticache.png ├── elasticbeanstalk.png ├── elastictranscoder.png ├── emr.png ├── eventbridge.png ├── forecast.png ├── frauddetector.png ├── freertos.png ├── fsx.png ├── gamelift.png ├── glacier.png ├── globalaccelerator.png ├── glue.png ├── groundstation.png ├── guardduty.png ├── iam.png ├── inspector.png ├── iot.png ├── iot1click.png ├── iotanalytics.png ├── iotdevicedefender.png ├── iotdevicemanagement.png ├── iotdm.png ├── iotevents.png ├── iotgreengrass.png ├── iotsitewise.png ├── iotthingsgraph.png ├── iq.png ├── kendra.png ├── kinesis.png ├── kms.png ├── lakeformation.png ├── lambda.png ├── launchwizard.png ├── lex.png ├── licensemanager.png ├── lightsail.png ├── macie.png ├── managedservices.png ├── marketplace.png ├── mcs.png ├── mediaconnect.png ├── mediaconvert.png ├── medialive.png ├── mediapackage.png ├── mediastore.png ├── mediatailor.png ├── migrationhub.png ├── mobilehub.png ├── mq.png ├── msk.png ├── neptune.png ├── opsworks.png ├── organizations.png ├── oss.png ├── outpost.png ├── personalize.png ├── pinpoint.png ├── polly.png ├── qldb.png ├── quicksight.png ├── ram.png ├── rds.png ├── redshift.png ├── rekognition.png ├── resource-explorer.png ├── robomaker.png ├── route53.png ├── s3.png ├── sagemaker.png ├── secretsmanager.png ├── securityhub.png ├── serverlessrepo.png ├── servermigrationservice.png ├── servicecatalog.png ├── ses.png ├── shield.png ├── singlesignon.png ├── snowfamily.png ├── sns.png ├── sqs.png ├── status.png ├── stepfunctions.png ├── storagegateway.png ├── sumerian.png ├── support.png ├── swf.png ├── systemsmanager.png ├── transcribe.png ├── transfer.png ├── translate.png ├── trustedadvisor.png ├── vpc.png ├── waf.png ├── wellarchitectedtool.png ├── workdocs.png ├── worklink.png ├── workmail.png ├── workspaces.png └── xray.png ├── info.plist ├── main.go ├── parsers ├── .snapshots │ ├── TestParser-#00 │ ├── TestParser-$ │ ├── TestParser-$us │ ├── TestParser-$us-west-2 │ ├── TestParser-@ │ ├── TestParser-@prof │ ├── TestParser-@profile │ ├── TestParser-OPEN_ALL_elasticbeanstalk_environments │ ├── TestParser-_ │ ├── TestParser-___ │ ├── TestParser-______elasticbeanstalk______ │ ├── TestParser-_elasticbeanstalk │ ├── TestParser-_elasticbeanstalk_ │ ├── TestParser-_elasticbeanstalk_,search_term_more_hello_ │ ├── TestParser-_elasticbeanstalk_subservice_search_term_more_hello │ ├── TestParser-_elasticbeanstalk_subservice_search_term_more_hello_ │ ├── TestParser-asdf_asdf │ ├── TestParser-asdf_asdf_asdf_ │ ├── TestParser-e │ ├── TestParser-elasticbeanstalk_ │ ├── TestParser-elasticbeanstalk_$us-west-2 │ ├── TestParser-elasticbeanstalk_$us-west-2_ │ ├── TestParser-elasticbeanstalk_$us-whoops-2_ │ ├── TestParser-elasticbeanstalk_,search │ ├── TestParser-elasticbeanstalk_,search_$us-west-2 │ ├── TestParser-elasticbeanstalk_,search_$us-west-2_ │ ├── TestParser-elasticbeanstalk_,search_term_more_hello │ ├── TestParser-elasticbeanstalk_,search_term_more_hello_ │ ├── TestParser-elasticbeanstalk_OPEN_ALL_ │ ├── TestParser-elasticbeanstalk_OPEN_ALL_environments │ ├── TestParser-elasticbeanstalk_environments_ │ ├── TestParser-elasticbeanstalk_environments_e-0000 │ ├── TestParser-elasticbeanstalk_subservice_search_term_more_hello │ └── TestParser-elasticbeanstalk_subservice_search_term_more_hello_ ├── parser.go ├── parser_test.go ├── query.go ├── scanner.go ├── tokens.go ├── yml_parser.go └── yml_parser_test.go ├── prompts └── searcher.md ├── release_tools ├── README.md ├── package.hcl ├── package.sh └── sign-binary.hcl ├── run.sh ├── searchers ├── .snapshots │ ├── TestCloudFormationStackSearcher │ ├── TestCloudWatchLogGroupSearcher │ ├── TestCloudWatchLogInsightsQuerySearcher │ ├── TestCodePipelinePipelinesSearcher │ ├── TestEC2InstanceSearcher │ ├── TestEC2LoadBalancerSearcher │ ├── TestEC2SecurityGroupSearcher │ ├── TestECSClusterSearcher │ ├── TestElasticBeanstalkApplicationSearcher │ ├── TestElasticBeanstalkEnvironmentSearcher │ ├── TestElasticacheMemcachedClusterSearcher │ ├── TestElasticacheRedisClusterSearcher │ ├── TestLambdaFunctionSearcher │ ├── TestRDSDatabaseSearcher │ ├── TestRoute53HostedZoneSearcher │ ├── TestS3BucketSearcher │ ├── TestSNSSubscriptionSearcher │ ├── TestSNSTopicSearcher │ ├── TestWAFIPSetSearcher │ └── TestWAFWebACLSearcher ├── cloud_watch_log_insights_queries.go ├── cloud_watch_log_insights_queries_test.go ├── cloud_watch_log_insights_queries_test_aws_fixture.yaml ├── cloudformation_stacks.go ├── cloudformation_stacks_test.go ├── cloudformation_stacks_test_aws_fixture.yaml ├── cloudwatch_log_groups.go ├── cloudwatch_log_groups_test.go ├── cloudwatch_log_groups_test_aws_fixture.yaml ├── codepipeline_pipelines.go ├── codepipeline_pipelines_test.go ├── codepipeline_pipelines_test_aws_fixture.yaml ├── ec2_instances.go ├── ec2_instances_test.go ├── ec2_instances_test_aws_fixture.yaml ├── ec2_load_balancers.go ├── ec2_load_balancers_test.go ├── ec2_load_balancers_test_aws_fixture.yaml ├── ec2_security_groups.go ├── ec2_security_groups_test.go ├── ec2_security_groups_test_aws_fixture.yaml ├── ecs_clusters.go ├── ecs_clusters_test.go ├── ecs_clusters_test_aws_fixture.yaml ├── elastic_beanstalk_applications.go ├── elastic_beanstalk_applications_test.go ├── elastic_beanstalk_applications_test_aws_fixture.yaml ├── elastic_beanstalk_applications_test_us-east-1_aws_fixture.yaml ├── elastic_beanstalk_environments.go ├── elastic_beanstalk_environments_test.go ├── elastic_beanstalk_environments_test_aws_fixture.yaml ├── elasticache_memcached_clusters.go ├── elasticache_memcached_clusters_test.go ├── elasticache_memcached_clusters_test_aws_fixture.yaml ├── elasticache_redis_clusters.go ├── elasticache_redis_clusters_test.go ├── elasticache_redis_clusters_test_aws_fixture.yaml ├── elasticacheutil │ └── elasticacheutil.go ├── lambda_functions.go ├── lambda_functions_test.go ├── lambda_functions_test_aws_fixture.yaml ├── rds_databases.go ├── rds_databases_test.go ├── rds_databases_test_aws_fixture.yaml ├── route53_hosted_zones.go ├── route53_hosted_zones_test.go ├── route53_hosted_zones_test_aws_fixture.yaml ├── s3_buckets.go ├── s3_buckets_test.go ├── s3_buckets_test_aws_fixture.yaml ├── searcher.go ├── searchers_by_service_id.go ├── searchutil │ └── search_args.go ├── sns_subscriptions.go ├── sns_subscriptions_test.go ├── sns_subscriptions_test_aws_fixture.yaml ├── sns_topics.go ├── sns_topics_test.go ├── sns_topics_test_aws_fixture.yaml ├── test_searcher.go ├── waf_ip_sets.go ├── waf_ip_sets_test.go ├── waf_ip_sets_test_aws_fixture.yaml ├── waf_web_acls.go ├── waf_web_acls_test.go └── waf_web_acls_test_aws_fixture.yaml ├── test-ci.sh ├── test.sh ├── tests ├── mock_alfred_updater.go ├── test_aws_config_file ├── test_aws_credentials_file ├── test_tools.go └── vcr_tools.go ├── util ├── aws_tools.go ├── file_tools.go ├── tools.go ├── tools_test.go └── workflow_tools.go └── workflow ├── .snapshots ├── TestRun-#00 ├── TestRun-$ ├── TestRun-$_@ ├── TestRun-$_@_adsf_asdf ├── TestRun-$_us- ├── TestRun-$asdf_asdf_asdf ├── TestRun-$cn-north-1_elasticbeanstalk ├── TestRun-$eu-central-1_@legacy-iam-sso-profile_elasticbeanstalk ├── TestRun-$eu-central-1_@legacy-sso-direct-config-profile_elasticbeanstalk ├── TestRun-$eu-central-1_@sso-profile1_elasticbeanstalk ├── TestRun-$us- ├── TestRun-$us-east-1 ├── TestRun-$us-east-1_ ├── TestRun-$us-east-1_$us-east-2_elasticbeanstalk ├── TestRun-$us-east-1_@ ├── TestRun-$us-east-1_@prof ├── TestRun-$us-east-1_@prof_asdf_asdf ├── TestRun-$us-east-1_@profile3_elasticbeanstalk ├── TestRun-$us-east-1_alexa_ ├── TestRun-$us-east-1_bean ├── TestRun-$us-east-1_eec2 ├── TestRun-$us-east-1_elasticbeanstalk ├── TestRun-$us-east-1_elasticbeanstalk_appli ├── TestRun-$us-east-1_elasticbeanstalk_applications ├── TestRun-$us-east-1_elasticbeanstalk_applications_ ├── TestRun-$us-east_1 ├── TestRun-@ ├── TestRun-@$ ├── TestRun-@_$ ├── TestRun-@_prof ├── TestRun-@asdf_asdf_asdf ├── TestRun-@china_elasticbeanstalk ├── TestRun-@legacy-iam-sso-profile ├── TestRun-@legacy-iam-sso-profile_elasticbeanstalk ├── TestRun-@legacy-iam-sso-profile_elasticbeanstalk_applications ├── TestRun-@legacy-sso-direct-config-profile ├── TestRun-@legacy-sso-direct-config-profile_elasticbeanstalk ├── TestRun-@legacy-sso-direct-config-profile_elasticbeanstalk_applications ├── TestRun-@noregion_elasticbeanstalk_applications ├── TestRun-@prof ├── TestRun-@profile1 ├── TestRun-@profile1_$us-east-2_elasticbeanstalk ├── TestRun-@profile1_eec2 ├── TestRun-@profile1_elasticbeanstalk ├── TestRun-@profile1_elasticbeanstalk_appli ├── TestRun-@profile1_elasticbeanstalk_applications ├── TestRun-@profile1_elasticbeanstalk_applications_ ├── TestRun-@sso-profile1 ├── TestRun-@sso-profile1_elasticbeanstalk ├── TestRun-@sso-profile1_elasticbeanstalk_applications ├── TestRun-@sso-profile2 ├── TestRun-@sso-profile2_elasticbeanstalk_applications ├── TestRun-@sso-profile3 ├── TestRun-@usgov_elasticbeanstalk ├── TestRun-OPEN_ALL ├── TestRun-OPEN_ALL_ec2 ├── TestRun-_ ├── TestRun-_alexa ├── TestRun-alex ├── TestRun-alexa ├── TestRun-alexa_ ├── TestRun-alexa_$us-east-1 ├── TestRun-alexa_$us-east-1_ ├── TestRun-alexa_h ├── TestRun-alexa_home ├── TestRun-alexa_home_ ├── TestRun-app ├── TestRun-apprunner ├── TestRun-bean ├── TestRun-cloudformation ├── TestRun-cloudformation_ ├── TestRun-cloudformation_, ├── TestRun-cloudformation_,Custom ├── TestRun-cloudformation_stacks ├── TestRun-cloudformation_stacks_awseb-e-aaaaaaaaaa- ├── TestRun-cloudfront ├── TestRun-cloudfront_ ├── TestRun-cloudfront_fle ├── TestRun-cloudwatch ├── TestRun-cloudwatch_, ├── TestRun-cloudwatch_,log-group-bbb ├── TestRun-cloudwatch_loggroups ├── TestRun-cloudwatch_loggroups_ ├── TestRun-cloudwatch_loggroups_log-group-aaa ├── TestRun-cloudwatch_loginsights ├── TestRun-cloudwatch_loginsights_ ├── TestRun-codepipeline ├── TestRun-codepipeline_pipelines ├── TestRun-codepipeline_pipelines_ ├── TestRun-codepipeline_pipelines_pipeline-name-1 ├── TestRun-ec2 ├── TestRun-ec2_ ├── TestRun-ec2_, ├── TestRun-ec2_,_ ├── TestRun-ec2_,environment-name-1 ├── TestRun-ec2_,i-aaaaaaaaaa ├── TestRun-ec2_OPEN_ALL ├── TestRun-ec2_inst ├── TestRun-ec2_instances ├── TestRun-ec2_instances_ ├── TestRun-ec2_instances_environment-name-1 ├── TestRun-ec2_instances_i-aaaaaaaaaa ├── TestRun-ec2_loadbalancers ├── TestRun-ec2_loadbalancers_ ├── TestRun-ec2_loadbalancers_arn:aws:elasticloadbalancing:us-west-2:0000000000:loadbalancer-net-awseb-AWSEB-BBBBBBBBBBBBB-bbbbbbbbbbbbbbbb ├── TestRun-ec2_secur ├── TestRun-ec2_securitygroups ├── TestRun-ec2_securitygroups_ ├── TestRun-ec2_securitygroups_sg-000000 ├── TestRun-ec2_tags_ ├── TestRun-ec2_tags_asdf ├── TestRun-ec_OPEN_ALL ├── TestRun-ec_OPEN_ALL_ ├── TestRun-ecr_ ├── TestRun-ecr_repo ├── TestRun-ecs ├── TestRun-ecs_ ├── TestRun-ecs_,dev ├── TestRun-ecs_clusters ├── TestRun-ecs_clusters_ ├── TestRun-eec2 ├── TestRun-eec2_$us-east-1 ├── TestRun-eec2_$us-east-1_ ├── TestRun-eec2_@profile1 ├── TestRun-eec2_@profile1_ ├── TestRun-elasticache ├── TestRun-elasticache_ ├── TestRun-elasticache_memcached ├── TestRun-elasticache_memcached_ ├── TestRun-elasticache_redis ├── TestRun-elasticache_redis_ ├── TestRun-elasticbeanstalk ├── TestRun-elasticbeanstalk_ ├── TestRun-elasticbeanstalk_$us-east-1_applications ├── TestRun-elasticbeanstalk_$us-east-1_applications_ ├── TestRun-elasticbeanstalk_, ├── TestRun-elasticbeanstalk_@profile1_applications ├── TestRun-elasticbeanstalk_@profile1_applications_ ├── TestRun-elasticbeanstalk_applications ├── TestRun-elasticbeanstalk_applications_ ├── TestRun-elasticbeanstalk_applications_$us-east-1 ├── TestRun-elasticbeanstalk_applications_$us-east-1_ ├── TestRun-elasticbeanstalk_applications_$us-east-1_Ap ├── TestRun-elasticbeanstalk_applications_$us-east-1_Ap_ ├── TestRun-elasticbeanstalk_applications_$us-east-1_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap ├── TestRun-elasticbeanstalk_applications_@legacy-iam-sso-profile ├── TestRun-elasticbeanstalk_applications_@legacy-sso-direct-config-profile ├── TestRun-elasticbeanstalk_applications_@profile1 ├── TestRun-elasticbeanstalk_applications_@profile1_ ├── TestRun-elasticbeanstalk_applications_@profile1_Ap ├── TestRun-elasticbeanstalk_applications_@profile1_Ap_ ├── TestRun-elasticbeanstalk_applications_@profile1_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap ├── TestRun-elasticbeanstalk_applications_@profile3_$us-east-1_ ├── TestRun-elasticbeanstalk_applications_@sso-profile1 ├── TestRun-elasticbeanstalk_applications_Ap_p1 ├── TestRun-elasticbeanstalk_applications_App1_$us- ├── TestRun-elasticbeanstalk_applications_App1_$us-east-1 ├── TestRun-elasticbeanstalk_applications_App1_$us-east-1_ ├── TestRun-elasticbeanstalk_applications_App1_@prof ├── TestRun-elasticbeanstalk_applications_App1_@profile1 ├── TestRun-elasticbeanstalk_applications_App1_@profile1_ ├── TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap_$us-east-1_ ├── TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap_@profile1_ ├── TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-west-2:0000000000:application-App3 ├── TestRun-elasticbeanstalk_environments_e-cccccc ├── TestRun-lambda ├── TestRun-lambda_ ├── TestRun-lambda_, ├── TestRun-lambda_,Function2 ├── TestRun-lambda_func ├── TestRun-oss ├── TestRun-oss_integrat ├── TestRun-rds_,instance ├── TestRun-rds_databases ├── TestRun-rds_databases_ ├── TestRun-route53 ├── TestRun-route53_ ├── TestRun-route53_hostedzones ├── TestRun-route53_hostedzones_ ├── TestRun-route53_hostedzones_ZWWWWWWWWWWWWW ├── TestRun-s3_buckets_ ├── TestRun-s3_buckets_bucket-1 ├── TestRun-s3_home_ ├── TestRun-s3_home_bucket-1 ├── TestRun-sns ├── TestRun-sns_ ├── TestRun-sns_subscriptions ├── TestRun-sns_subscriptions_ ├── TestRun-sns_subscriptions_paginated ├── TestRun-sns_topics ├── TestRun-sns_topics_ ├── TestRun-sns_topics_sns-topic-name-1 ├── TestRun-waf_ ├── TestRun-waf_,webacl-2 ├── TestRun-waf_ipsets_ ├── TestRun-waf_ipsets_ipset-3 ├── TestRun-waf_webacls_ ├── TestRun-waf_webacls_webacl-2 └── TestRunWithoutRegion-#00 ├── _aws_fixture.yaml ├── workflow.go ├── workflow_test.go └── yml_services.go /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/.gitignore -------------------------------------------------------------------------------- /.golangci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/.golangci.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/README.md -------------------------------------------------------------------------------- /aliases/aliases.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aliases/aliases.go -------------------------------------------------------------------------------- /aws-url-validator/.nvmrc: -------------------------------------------------------------------------------- 1 | v12.16.1 -------------------------------------------------------------------------------- /aws-url-validator/.prettierignore: -------------------------------------------------------------------------------- 1 | *node_modules* 2 | .git/ 3 | package.json 4 | -------------------------------------------------------------------------------- /aws-url-validator/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aws-url-validator/.prettierrc -------------------------------------------------------------------------------- /aws-url-validator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aws-url-validator/README.md -------------------------------------------------------------------------------- /aws-url-validator/diff-urls-with-last-opened-urls-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aws-url-validator/diff-urls-with-last-opened-urls-json.js -------------------------------------------------------------------------------- /aws-url-validator/getAwsUrlsFromPage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aws-url-validator/getAwsUrlsFromPage.js -------------------------------------------------------------------------------- /aws-url-validator/lz4jsoncat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aws-url-validator/lz4jsoncat -------------------------------------------------------------------------------- /aws-url-validator/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aws-url-validator/main.sh -------------------------------------------------------------------------------- /aws-url-validator/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aws-url-validator/package-lock.json -------------------------------------------------------------------------------- /aws-url-validator/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/aws-url-validator/package.json -------------------------------------------------------------------------------- /awsconfig/.snapshots/TestGetAwsProfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/awsconfig/.snapshots/TestGetAwsProfiles -------------------------------------------------------------------------------- /awsconfig/profiles.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/awsconfig/profiles.go -------------------------------------------------------------------------------- /awsconfig/profiles_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/awsconfig/profiles_test.go -------------------------------------------------------------------------------- /awsconfig/regions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/awsconfig/regions.go -------------------------------------------------------------------------------- /awsworkflow/aws.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/awsworkflow/aws.go -------------------------------------------------------------------------------- /awsworkflow/aws_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/awsworkflow/aws_service.go -------------------------------------------------------------------------------- /caching/caching.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/caching/caching.go -------------------------------------------------------------------------------- /caching/fetch_tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/caching/fetch_tools.go -------------------------------------------------------------------------------- /console-services.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/console-services.yml -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/demo.gif -------------------------------------------------------------------------------- /env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/env.sh -------------------------------------------------------------------------------- /generate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/generate.sh -------------------------------------------------------------------------------- /generate_new_searcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/generate_new_searcher.sh -------------------------------------------------------------------------------- /generators/searcher/file_writers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/generators/searcher/file_writers.go -------------------------------------------------------------------------------- /generators/searcher/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/generators/searcher/main.go -------------------------------------------------------------------------------- /generators/searchers_by_service_id_sorter/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/generators/searchers_by_service_id_sorter/main.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/go.sum -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/icon.png -------------------------------------------------------------------------------- /images/accessanalyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/accessanalyzer.png -------------------------------------------------------------------------------- /images/acm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/acm.png -------------------------------------------------------------------------------- /images/alexa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/alexa.png -------------------------------------------------------------------------------- /images/amplify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/amplify.png -------------------------------------------------------------------------------- /images/apigateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/apigateway.png -------------------------------------------------------------------------------- /images/appmesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/appmesh.png -------------------------------------------------------------------------------- /images/apprunner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/apprunner.png -------------------------------------------------------------------------------- /images/appstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/appstream.png -------------------------------------------------------------------------------- /images/appsync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/appsync.png -------------------------------------------------------------------------------- /images/artifact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/artifact.png -------------------------------------------------------------------------------- /images/athena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/athena.png -------------------------------------------------------------------------------- /images/augmentedai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/augmentedai.png -------------------------------------------------------------------------------- /images/autoscaling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/autoscaling.png -------------------------------------------------------------------------------- /images/aws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/aws.png -------------------------------------------------------------------------------- /images/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/backup.png -------------------------------------------------------------------------------- /images/batch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/batch.png -------------------------------------------------------------------------------- /images/bedrock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/bedrock.png -------------------------------------------------------------------------------- /images/billing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/billing.png -------------------------------------------------------------------------------- /images/blockchain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/blockchain.png -------------------------------------------------------------------------------- /images/braket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/braket.png -------------------------------------------------------------------------------- /images/budgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/budgets.png -------------------------------------------------------------------------------- /images/chatbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/chatbot.png -------------------------------------------------------------------------------- /images/chime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/chime.png -------------------------------------------------------------------------------- /images/cloud9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloud9.png -------------------------------------------------------------------------------- /images/clouddirectory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/clouddirectory.png -------------------------------------------------------------------------------- /images/cloudformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloudformation.png -------------------------------------------------------------------------------- /images/cloudfront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloudfront.png -------------------------------------------------------------------------------- /images/cloudhsm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloudhsm.png -------------------------------------------------------------------------------- /images/cloudmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloudmap.png -------------------------------------------------------------------------------- /images/cloudsearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloudsearch.png -------------------------------------------------------------------------------- /images/cloudshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloudshell.png -------------------------------------------------------------------------------- /images/cloudtrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloudtrail.png -------------------------------------------------------------------------------- /images/cloudwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cloudwatch.png -------------------------------------------------------------------------------- /images/codeartifact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/codeartifact.png -------------------------------------------------------------------------------- /images/codebuild.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/codebuild.png -------------------------------------------------------------------------------- /images/codecommit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/codecommit.png -------------------------------------------------------------------------------- /images/codedeploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/codedeploy.png -------------------------------------------------------------------------------- /images/codeguru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/codeguru.png -------------------------------------------------------------------------------- /images/codepipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/codepipeline.png -------------------------------------------------------------------------------- /images/codestar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/codestar.png -------------------------------------------------------------------------------- /images/cognito.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/cognito.png -------------------------------------------------------------------------------- /images/comprehend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/comprehend.png -------------------------------------------------------------------------------- /images/computeoptimizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/computeoptimizer.png -------------------------------------------------------------------------------- /images/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/config.png -------------------------------------------------------------------------------- /images/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/connect.png -------------------------------------------------------------------------------- /images/controltower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/controltower.png -------------------------------------------------------------------------------- /images/costmanagement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/costmanagement.png -------------------------------------------------------------------------------- /images/datapipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/datapipeline.png -------------------------------------------------------------------------------- /images/datasync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/datasync.png -------------------------------------------------------------------------------- /images/deeplens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/deeplens.png -------------------------------------------------------------------------------- /images/deepracer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/deepracer.png -------------------------------------------------------------------------------- /images/detective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/detective.png -------------------------------------------------------------------------------- /images/developertools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/developertools.png -------------------------------------------------------------------------------- /images/devicefarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/devicefarm.png -------------------------------------------------------------------------------- /images/directconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/directconnect.png -------------------------------------------------------------------------------- /images/directoryservice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/directoryservice.png -------------------------------------------------------------------------------- /images/discovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/discovery.png -------------------------------------------------------------------------------- /images/dms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/dms.png -------------------------------------------------------------------------------- /images/documentdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/documentdb.png -------------------------------------------------------------------------------- /images/dynamodb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/dynamodb.png -------------------------------------------------------------------------------- /images/ec2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/ec2.png -------------------------------------------------------------------------------- /images/ec2imagebuilder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/ec2imagebuilder.png -------------------------------------------------------------------------------- /images/ecr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/ecr.png -------------------------------------------------------------------------------- /images/ecs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/ecs.png -------------------------------------------------------------------------------- /images/efs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/efs.png -------------------------------------------------------------------------------- /images/eks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/eks.png -------------------------------------------------------------------------------- /images/elasticache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/elasticache.png -------------------------------------------------------------------------------- /images/elasticbeanstalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/elasticbeanstalk.png -------------------------------------------------------------------------------- /images/elastictranscoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/elastictranscoder.png -------------------------------------------------------------------------------- /images/emr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/emr.png -------------------------------------------------------------------------------- /images/eventbridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/eventbridge.png -------------------------------------------------------------------------------- /images/forecast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/forecast.png -------------------------------------------------------------------------------- /images/frauddetector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/frauddetector.png -------------------------------------------------------------------------------- /images/freertos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/freertos.png -------------------------------------------------------------------------------- /images/fsx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/fsx.png -------------------------------------------------------------------------------- /images/gamelift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/gamelift.png -------------------------------------------------------------------------------- /images/glacier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/glacier.png -------------------------------------------------------------------------------- /images/globalaccelerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/globalaccelerator.png -------------------------------------------------------------------------------- /images/glue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/glue.png -------------------------------------------------------------------------------- /images/groundstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/groundstation.png -------------------------------------------------------------------------------- /images/guardduty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/guardduty.png -------------------------------------------------------------------------------- /images/iam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iam.png -------------------------------------------------------------------------------- /images/inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/inspector.png -------------------------------------------------------------------------------- /images/iot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iot.png -------------------------------------------------------------------------------- /images/iot1click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iot1click.png -------------------------------------------------------------------------------- /images/iotanalytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iotanalytics.png -------------------------------------------------------------------------------- /images/iotdevicedefender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iotdevicedefender.png -------------------------------------------------------------------------------- /images/iotdevicemanagement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iotdevicemanagement.png -------------------------------------------------------------------------------- /images/iotdm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iotdm.png -------------------------------------------------------------------------------- /images/iotevents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iotevents.png -------------------------------------------------------------------------------- /images/iotgreengrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iotgreengrass.png -------------------------------------------------------------------------------- /images/iotsitewise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iotsitewise.png -------------------------------------------------------------------------------- /images/iotthingsgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iotthingsgraph.png -------------------------------------------------------------------------------- /images/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/iq.png -------------------------------------------------------------------------------- /images/kendra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/kendra.png -------------------------------------------------------------------------------- /images/kinesis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/kinesis.png -------------------------------------------------------------------------------- /images/kms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/kms.png -------------------------------------------------------------------------------- /images/lakeformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/lakeformation.png -------------------------------------------------------------------------------- /images/lambda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/lambda.png -------------------------------------------------------------------------------- /images/launchwizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/launchwizard.png -------------------------------------------------------------------------------- /images/lex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/lex.png -------------------------------------------------------------------------------- /images/licensemanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/licensemanager.png -------------------------------------------------------------------------------- /images/lightsail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/lightsail.png -------------------------------------------------------------------------------- /images/macie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/macie.png -------------------------------------------------------------------------------- /images/managedservices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/managedservices.png -------------------------------------------------------------------------------- /images/marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/marketplace.png -------------------------------------------------------------------------------- /images/mcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/mcs.png -------------------------------------------------------------------------------- /images/mediaconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/mediaconnect.png -------------------------------------------------------------------------------- /images/mediaconvert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/mediaconvert.png -------------------------------------------------------------------------------- /images/medialive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/medialive.png -------------------------------------------------------------------------------- /images/mediapackage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/mediapackage.png -------------------------------------------------------------------------------- /images/mediastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/mediastore.png -------------------------------------------------------------------------------- /images/mediatailor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/mediatailor.png -------------------------------------------------------------------------------- /images/migrationhub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/migrationhub.png -------------------------------------------------------------------------------- /images/mobilehub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/mobilehub.png -------------------------------------------------------------------------------- /images/mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/mq.png -------------------------------------------------------------------------------- /images/msk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/msk.png -------------------------------------------------------------------------------- /images/neptune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/neptune.png -------------------------------------------------------------------------------- /images/opsworks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/opsworks.png -------------------------------------------------------------------------------- /images/organizations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/organizations.png -------------------------------------------------------------------------------- /images/oss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/oss.png -------------------------------------------------------------------------------- /images/outpost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/outpost.png -------------------------------------------------------------------------------- /images/personalize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/personalize.png -------------------------------------------------------------------------------- /images/pinpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/pinpoint.png -------------------------------------------------------------------------------- /images/polly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/polly.png -------------------------------------------------------------------------------- /images/qldb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/qldb.png -------------------------------------------------------------------------------- /images/quicksight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/quicksight.png -------------------------------------------------------------------------------- /images/ram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/ram.png -------------------------------------------------------------------------------- /images/rds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/rds.png -------------------------------------------------------------------------------- /images/redshift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/redshift.png -------------------------------------------------------------------------------- /images/rekognition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/rekognition.png -------------------------------------------------------------------------------- /images/resource-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/resource-explorer.png -------------------------------------------------------------------------------- /images/robomaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/robomaker.png -------------------------------------------------------------------------------- /images/route53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/route53.png -------------------------------------------------------------------------------- /images/s3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/s3.png -------------------------------------------------------------------------------- /images/sagemaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/sagemaker.png -------------------------------------------------------------------------------- /images/secretsmanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/secretsmanager.png -------------------------------------------------------------------------------- /images/securityhub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/securityhub.png -------------------------------------------------------------------------------- /images/serverlessrepo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/serverlessrepo.png -------------------------------------------------------------------------------- /images/servermigrationservice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/servermigrationservice.png -------------------------------------------------------------------------------- /images/servicecatalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/servicecatalog.png -------------------------------------------------------------------------------- /images/ses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/ses.png -------------------------------------------------------------------------------- /images/shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/shield.png -------------------------------------------------------------------------------- /images/singlesignon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/singlesignon.png -------------------------------------------------------------------------------- /images/snowfamily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/snowfamily.png -------------------------------------------------------------------------------- /images/sns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/sns.png -------------------------------------------------------------------------------- /images/sqs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/sqs.png -------------------------------------------------------------------------------- /images/status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/status.png -------------------------------------------------------------------------------- /images/stepfunctions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/stepfunctions.png -------------------------------------------------------------------------------- /images/storagegateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/storagegateway.png -------------------------------------------------------------------------------- /images/sumerian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/sumerian.png -------------------------------------------------------------------------------- /images/support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/support.png -------------------------------------------------------------------------------- /images/swf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/swf.png -------------------------------------------------------------------------------- /images/systemsmanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/systemsmanager.png -------------------------------------------------------------------------------- /images/transcribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/transcribe.png -------------------------------------------------------------------------------- /images/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/transfer.png -------------------------------------------------------------------------------- /images/translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/translate.png -------------------------------------------------------------------------------- /images/trustedadvisor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/trustedadvisor.png -------------------------------------------------------------------------------- /images/vpc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/vpc.png -------------------------------------------------------------------------------- /images/waf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/waf.png -------------------------------------------------------------------------------- /images/wellarchitectedtool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/wellarchitectedtool.png -------------------------------------------------------------------------------- /images/workdocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/workdocs.png -------------------------------------------------------------------------------- /images/worklink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/worklink.png -------------------------------------------------------------------------------- /images/workmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/workmail.png -------------------------------------------------------------------------------- /images/workspaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/workspaces.png -------------------------------------------------------------------------------- /images/xray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/images/xray.png -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/info.plist -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/main.go -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-#00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-#00 -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-$: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-$ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-$us: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-$us -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-$us-west-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-$us-west-2 -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-@ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-@prof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-@prof -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-@profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-@profile -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-OPEN_ALL_elasticbeanstalk_environments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-OPEN_ALL_elasticbeanstalk_environments -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-___: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-___ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-______elasticbeanstalk______: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-______elasticbeanstalk______ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-_elasticbeanstalk -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-_elasticbeanstalk_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-_elasticbeanstalk_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-_elasticbeanstalk_,search_term_more_hello_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-_elasticbeanstalk_,search_term_more_hello_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-_elasticbeanstalk_subservice_search_term_more_hello: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-_elasticbeanstalk_subservice_search_term_more_hello -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-_elasticbeanstalk_subservice_search_term_more_hello_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-_elasticbeanstalk_subservice_search_term_more_hello_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-asdf_asdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-asdf_asdf -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-asdf_asdf_asdf_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-asdf_asdf_asdf_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-e -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_$us-west-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_$us-west-2 -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_$us-west-2_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_$us-west-2_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_$us-whoops-2_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_$us-whoops-2_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_,search: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_,search -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_,search_$us-west-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_,search_$us-west-2 -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_,search_$us-west-2_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_,search_$us-west-2_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_,search_term_more_hello: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_,search_term_more_hello -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_,search_term_more_hello_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_,search_term_more_hello_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_OPEN_ALL_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_OPEN_ALL_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_OPEN_ALL_environments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_OPEN_ALL_environments -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_environments_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_environments_ -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_environments_e-0000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_environments_e-0000 -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_subservice_search_term_more_hello: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_subservice_search_term_more_hello -------------------------------------------------------------------------------- /parsers/.snapshots/TestParser-elasticbeanstalk_subservice_search_term_more_hello_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/.snapshots/TestParser-elasticbeanstalk_subservice_search_term_more_hello_ -------------------------------------------------------------------------------- /parsers/parser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/parser.go -------------------------------------------------------------------------------- /parsers/parser_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/parser_test.go -------------------------------------------------------------------------------- /parsers/query.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/query.go -------------------------------------------------------------------------------- /parsers/scanner.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/scanner.go -------------------------------------------------------------------------------- /parsers/tokens.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/tokens.go -------------------------------------------------------------------------------- /parsers/yml_parser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/yml_parser.go -------------------------------------------------------------------------------- /parsers/yml_parser_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/parsers/yml_parser_test.go -------------------------------------------------------------------------------- /prompts/searcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/prompts/searcher.md -------------------------------------------------------------------------------- /release_tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/release_tools/README.md -------------------------------------------------------------------------------- /release_tools/package.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/release_tools/package.hcl -------------------------------------------------------------------------------- /release_tools/package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/release_tools/package.sh -------------------------------------------------------------------------------- /release_tools/sign-binary.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/release_tools/sign-binary.hcl -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/run.sh -------------------------------------------------------------------------------- /searchers/.snapshots/TestCloudFormationStackSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestCloudFormationStackSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestCloudWatchLogGroupSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestCloudWatchLogGroupSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestCloudWatchLogInsightsQuerySearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestCloudWatchLogInsightsQuerySearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestCodePipelinePipelinesSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestCodePipelinePipelinesSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestEC2InstanceSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestEC2InstanceSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestEC2LoadBalancerSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestEC2LoadBalancerSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestEC2SecurityGroupSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestEC2SecurityGroupSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestECSClusterSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestECSClusterSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestElasticBeanstalkApplicationSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestElasticBeanstalkApplicationSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestElasticBeanstalkEnvironmentSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestElasticBeanstalkEnvironmentSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestElasticacheMemcachedClusterSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestElasticacheMemcachedClusterSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestElasticacheRedisClusterSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestElasticacheRedisClusterSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestLambdaFunctionSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestLambdaFunctionSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestRDSDatabaseSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestRDSDatabaseSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestRoute53HostedZoneSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestRoute53HostedZoneSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestS3BucketSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestS3BucketSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestSNSSubscriptionSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestSNSSubscriptionSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestSNSTopicSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestSNSTopicSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestWAFIPSetSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestWAFIPSetSearcher -------------------------------------------------------------------------------- /searchers/.snapshots/TestWAFWebACLSearcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/.snapshots/TestWAFWebACLSearcher -------------------------------------------------------------------------------- /searchers/cloud_watch_log_insights_queries.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloud_watch_log_insights_queries.go -------------------------------------------------------------------------------- /searchers/cloud_watch_log_insights_queries_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloud_watch_log_insights_queries_test.go -------------------------------------------------------------------------------- /searchers/cloud_watch_log_insights_queries_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloud_watch_log_insights_queries_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/cloudformation_stacks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloudformation_stacks.go -------------------------------------------------------------------------------- /searchers/cloudformation_stacks_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloudformation_stacks_test.go -------------------------------------------------------------------------------- /searchers/cloudformation_stacks_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloudformation_stacks_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/cloudwatch_log_groups.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloudwatch_log_groups.go -------------------------------------------------------------------------------- /searchers/cloudwatch_log_groups_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloudwatch_log_groups_test.go -------------------------------------------------------------------------------- /searchers/cloudwatch_log_groups_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/cloudwatch_log_groups_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/codepipeline_pipelines.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/codepipeline_pipelines.go -------------------------------------------------------------------------------- /searchers/codepipeline_pipelines_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/codepipeline_pipelines_test.go -------------------------------------------------------------------------------- /searchers/codepipeline_pipelines_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/codepipeline_pipelines_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/ec2_instances.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_instances.go -------------------------------------------------------------------------------- /searchers/ec2_instances_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_instances_test.go -------------------------------------------------------------------------------- /searchers/ec2_instances_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_instances_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/ec2_load_balancers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_load_balancers.go -------------------------------------------------------------------------------- /searchers/ec2_load_balancers_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_load_balancers_test.go -------------------------------------------------------------------------------- /searchers/ec2_load_balancers_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_load_balancers_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/ec2_security_groups.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_security_groups.go -------------------------------------------------------------------------------- /searchers/ec2_security_groups_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_security_groups_test.go -------------------------------------------------------------------------------- /searchers/ec2_security_groups_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ec2_security_groups_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/ecs_clusters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ecs_clusters.go -------------------------------------------------------------------------------- /searchers/ecs_clusters_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ecs_clusters_test.go -------------------------------------------------------------------------------- /searchers/ecs_clusters_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/ecs_clusters_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/elastic_beanstalk_applications.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elastic_beanstalk_applications.go -------------------------------------------------------------------------------- /searchers/elastic_beanstalk_applications_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elastic_beanstalk_applications_test.go -------------------------------------------------------------------------------- /searchers/elastic_beanstalk_applications_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elastic_beanstalk_applications_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/elastic_beanstalk_applications_test_us-east-1_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elastic_beanstalk_applications_test_us-east-1_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/elastic_beanstalk_environments.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elastic_beanstalk_environments.go -------------------------------------------------------------------------------- /searchers/elastic_beanstalk_environments_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elastic_beanstalk_environments_test.go -------------------------------------------------------------------------------- /searchers/elastic_beanstalk_environments_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elastic_beanstalk_environments_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/elasticache_memcached_clusters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elasticache_memcached_clusters.go -------------------------------------------------------------------------------- /searchers/elasticache_memcached_clusters_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elasticache_memcached_clusters_test.go -------------------------------------------------------------------------------- /searchers/elasticache_memcached_clusters_test_aws_fixture.yaml: -------------------------------------------------------------------------------- 1 | elasticache_redis_clusters_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/elasticache_redis_clusters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elasticache_redis_clusters.go -------------------------------------------------------------------------------- /searchers/elasticache_redis_clusters_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elasticache_redis_clusters_test.go -------------------------------------------------------------------------------- /searchers/elasticache_redis_clusters_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elasticache_redis_clusters_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/elasticacheutil/elasticacheutil.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/elasticacheutil/elasticacheutil.go -------------------------------------------------------------------------------- /searchers/lambda_functions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/lambda_functions.go -------------------------------------------------------------------------------- /searchers/lambda_functions_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/lambda_functions_test.go -------------------------------------------------------------------------------- /searchers/lambda_functions_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/lambda_functions_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/rds_databases.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/rds_databases.go -------------------------------------------------------------------------------- /searchers/rds_databases_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/rds_databases_test.go -------------------------------------------------------------------------------- /searchers/rds_databases_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/rds_databases_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/route53_hosted_zones.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/route53_hosted_zones.go -------------------------------------------------------------------------------- /searchers/route53_hosted_zones_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/route53_hosted_zones_test.go -------------------------------------------------------------------------------- /searchers/route53_hosted_zones_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/route53_hosted_zones_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/s3_buckets.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/s3_buckets.go -------------------------------------------------------------------------------- /searchers/s3_buckets_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/s3_buckets_test.go -------------------------------------------------------------------------------- /searchers/s3_buckets_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/s3_buckets_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/searcher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/searcher.go -------------------------------------------------------------------------------- /searchers/searchers_by_service_id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/searchers_by_service_id.go -------------------------------------------------------------------------------- /searchers/searchutil/search_args.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/searchutil/search_args.go -------------------------------------------------------------------------------- /searchers/sns_subscriptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/sns_subscriptions.go -------------------------------------------------------------------------------- /searchers/sns_subscriptions_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/sns_subscriptions_test.go -------------------------------------------------------------------------------- /searchers/sns_subscriptions_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/sns_subscriptions_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/sns_topics.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/sns_topics.go -------------------------------------------------------------------------------- /searchers/sns_topics_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/sns_topics_test.go -------------------------------------------------------------------------------- /searchers/sns_topics_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/sns_topics_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/test_searcher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/test_searcher.go -------------------------------------------------------------------------------- /searchers/waf_ip_sets.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/waf_ip_sets.go -------------------------------------------------------------------------------- /searchers/waf_ip_sets_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/waf_ip_sets_test.go -------------------------------------------------------------------------------- /searchers/waf_ip_sets_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/waf_ip_sets_test_aws_fixture.yaml -------------------------------------------------------------------------------- /searchers/waf_web_acls.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/waf_web_acls.go -------------------------------------------------------------------------------- /searchers/waf_web_acls_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/waf_web_acls_test.go -------------------------------------------------------------------------------- /searchers/waf_web_acls_test_aws_fixture.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/searchers/waf_web_acls_test_aws_fixture.yaml -------------------------------------------------------------------------------- /test-ci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/test-ci.sh -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/test.sh -------------------------------------------------------------------------------- /tests/mock_alfred_updater.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/tests/mock_alfred_updater.go -------------------------------------------------------------------------------- /tests/test_aws_config_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/tests/test_aws_config_file -------------------------------------------------------------------------------- /tests/test_aws_credentials_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/tests/test_aws_credentials_file -------------------------------------------------------------------------------- /tests/test_tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/tests/test_tools.go -------------------------------------------------------------------------------- /tests/vcr_tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/tests/vcr_tools.go -------------------------------------------------------------------------------- /util/aws_tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/util/aws_tools.go -------------------------------------------------------------------------------- /util/file_tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/util/file_tools.go -------------------------------------------------------------------------------- /util/tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/util/tools.go -------------------------------------------------------------------------------- /util/tools_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/util/tools_test.go -------------------------------------------------------------------------------- /util/workflow_tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/util/workflow_tools.go -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-#00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-#00 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$_@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$_@ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$_@_adsf_asdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$_@_adsf_asdf -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$_us-: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$_us- -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$asdf_asdf_asdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$asdf_asdf_asdf -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$cn-north-1_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$cn-north-1_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$eu-central-1_@legacy-iam-sso-profile_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$eu-central-1_@legacy-iam-sso-profile_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$eu-central-1_@legacy-sso-direct-config-profile_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$eu-central-1_@legacy-sso-direct-config-profile_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$eu-central-1_@sso-profile1_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$eu-central-1_@sso-profile1_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us- -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_$us-east-2_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_$us-east-2_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_@ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_@prof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_@prof -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_@prof_asdf_asdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_@prof_asdf_asdf -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_@profile3_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_@profile3_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_alexa_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_alexa_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_bean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_bean -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_eec2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_eec2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_elasticbeanstalk_appli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_elasticbeanstalk_appli -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_elasticbeanstalk_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_elasticbeanstalk_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east-1_elasticbeanstalk_applications_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east-1_elasticbeanstalk_applications_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-$us-east_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-$us-east_1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@$: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@$ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@_$: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@_$ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@_prof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@_prof -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@asdf_asdf_asdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@asdf_asdf_asdf -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@china_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@china_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@legacy-iam-sso-profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@legacy-iam-sso-profile -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@legacy-iam-sso-profile_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@legacy-iam-sso-profile_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@legacy-iam-sso-profile_elasticbeanstalk_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@legacy-iam-sso-profile_elasticbeanstalk_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@legacy-sso-direct-config-profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@legacy-sso-direct-config-profile -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@legacy-sso-direct-config-profile_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@legacy-sso-direct-config-profile_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@legacy-sso-direct-config-profile_elasticbeanstalk_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@legacy-sso-direct-config-profile_elasticbeanstalk_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@noregion_elasticbeanstalk_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@noregion_elasticbeanstalk_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@prof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@prof -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@profile1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@profile1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@profile1_$us-east-2_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@profile1_$us-east-2_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@profile1_eec2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@profile1_eec2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@profile1_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@profile1_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@profile1_elasticbeanstalk_appli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@profile1_elasticbeanstalk_appli -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@profile1_elasticbeanstalk_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@profile1_elasticbeanstalk_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@profile1_elasticbeanstalk_applications_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@profile1_elasticbeanstalk_applications_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@sso-profile1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@sso-profile1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@sso-profile1_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@sso-profile1_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@sso-profile1_elasticbeanstalk_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@sso-profile1_elasticbeanstalk_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@sso-profile2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@sso-profile2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@sso-profile2_elasticbeanstalk_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@sso-profile2_elasticbeanstalk_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@sso-profile3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@sso-profile3 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-@usgov_elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-@usgov_elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-OPEN_ALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-OPEN_ALL -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-OPEN_ALL_ec2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-OPEN_ALL_ec2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-_alexa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-_alexa -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-alex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-alex -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-alexa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-alexa -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-alexa_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-alexa_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-alexa_$us-east-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-alexa_$us-east-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-alexa_$us-east-1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-alexa_$us-east-1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-alexa_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-alexa_h -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-alexa_home: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-alexa_home -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-alexa_home_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-alexa_home_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-app -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-apprunner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-apprunner -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-bean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-bean -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudformation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudformation -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudformation_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudformation_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudformation_,: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudformation_, -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudformation_,Custom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudformation_,Custom -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudformation_stacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudformation_stacks -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudformation_stacks_awseb-e-aaaaaaaaaa-: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudformation_stacks_awseb-e-aaaaaaaaaa- -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudfront: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudfront -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudfront_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudfront_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudfront_fle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudfront_fle -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudwatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudwatch -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudwatch_,: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudwatch_, -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudwatch_,log-group-bbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudwatch_,log-group-bbb -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudwatch_loggroups: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudwatch_loggroups -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudwatch_loggroups_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudwatch_loggroups_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudwatch_loggroups_log-group-aaa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudwatch_loggroups_log-group-aaa -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudwatch_loginsights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudwatch_loginsights -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-cloudwatch_loginsights_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-cloudwatch_loginsights_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-codepipeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-codepipeline -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-codepipeline_pipelines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-codepipeline_pipelines -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-codepipeline_pipelines_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-codepipeline_pipelines_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-codepipeline_pipelines_pipeline-name-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-codepipeline_pipelines_pipeline-name-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_,: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_, -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_,_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_,_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_,environment-name-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_,environment-name-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_,i-aaaaaaaaaa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_,i-aaaaaaaaaa -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_OPEN_ALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_OPEN_ALL -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_inst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_inst -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_instances: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_instances -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_instances_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_instances_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_instances_environment-name-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_instances_environment-name-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_instances_i-aaaaaaaaaa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_instances_i-aaaaaaaaaa -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_loadbalancers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_loadbalancers -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_loadbalancers_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_loadbalancers_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_loadbalancers_arn:aws:elasticloadbalancing:us-west-2:0000000000:loadbalancer-net-awseb-AWSEB-BBBBBBBBBBBBB-bbbbbbbbbbbbbbbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_loadbalancers_arn:aws:elasticloadbalancing:us-west-2:0000000000:loadbalancer-net-awseb-AWSEB-BBBBBBBBBBBBB-bbbbbbbbbbbbbbbb -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_secur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_secur -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_securitygroups: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_securitygroups -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_securitygroups_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_securitygroups_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_securitygroups_sg-000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_securitygroups_sg-000000 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_tags_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_tags_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec2_tags_asdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec2_tags_asdf -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec_OPEN_ALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec_OPEN_ALL -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ec_OPEN_ALL_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ec_OPEN_ALL_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ecr_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ecr_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ecr_repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ecr_repo -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ecs -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ecs_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ecs_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ecs_,dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ecs_,dev -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ecs_clusters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ecs_clusters -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-ecs_clusters_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-ecs_clusters_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-eec2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-eec2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-eec2_$us-east-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-eec2_$us-east-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-eec2_$us-east-1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-eec2_$us-east-1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-eec2_@profile1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-eec2_@profile1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-eec2_@profile1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-eec2_@profile1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticache -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticache_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticache_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticache_memcached: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticache_memcached -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticache_memcached_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticache_memcached_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticache_redis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticache_redis -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticache_redis_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticache_redis_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_$us-east-1_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_$us-east-1_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_$us-east-1_applications_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_$us-east-1_applications_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_,: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_, -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_@profile1_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_@profile1_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_@profile1_applications_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_@profile1_applications_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1_Ap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1_Ap -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1_Ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1_Ap_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_$us-east-1_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@legacy-iam-sso-profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@legacy-iam-sso-profile -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@legacy-sso-direct-config-profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@legacy-sso-direct-config-profile -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1_Ap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1_Ap -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1_Ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1_Ap_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile1_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile3_$us-east-1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@profile3_$us-east-1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_@sso-profile1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_@sso-profile1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_Ap_p1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_Ap_p1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_$us-: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_$us- -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_$us-east-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_$us-east-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_$us-east-1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_$us-east-1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_@prof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_@prof -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_@profile1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_@profile1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_@profile1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_App1_@profile1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap_$us-east-1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap_$us-east-1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap_@profile1_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-east-1:0000000000:application-Ap_@profile1_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-west-2:0000000000:application-App3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_applications_arn:aws:elasticbeanstalk:us-west-2:0000000000:application-App3 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-elasticbeanstalk_environments_e-cccccc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-elasticbeanstalk_environments_e-cccccc -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-lambda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-lambda -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-lambda_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-lambda_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-lambda_,: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-lambda_, -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-lambda_,Function2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-lambda_,Function2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-lambda_func: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-lambda_func -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-oss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-oss -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-oss_integrat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-oss_integrat -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-rds_,instance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-rds_,instance -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-rds_databases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-rds_databases -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-rds_databases_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-rds_databases_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-route53: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-route53 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-route53_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-route53_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-route53_hostedzones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-route53_hostedzones -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-route53_hostedzones_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-route53_hostedzones_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-route53_hostedzones_ZWWWWWWWWWWWWW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-route53_hostedzones_ZWWWWWWWWWWWWW -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-s3_buckets_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-s3_buckets_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-s3_buckets_bucket-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-s3_buckets_bucket-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-s3_home_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-s3_home_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-s3_home_bucket-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-s3_home_bucket-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-sns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-sns -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-sns_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-sns_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-sns_subscriptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-sns_subscriptions -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-sns_subscriptions_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-sns_subscriptions_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-sns_subscriptions_paginated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-sns_subscriptions_paginated -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-sns_topics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-sns_topics -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-sns_topics_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-sns_topics_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-sns_topics_sns-topic-name-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-sns_topics_sns-topic-name-1 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-waf_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-waf_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-waf_,webacl-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-waf_,webacl-2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-waf_ipsets_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-waf_ipsets_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-waf_ipsets_ipset-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-waf_ipsets_ipset-3 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-waf_webacls_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-waf_webacls_ -------------------------------------------------------------------------------- /workflow/.snapshots/TestRun-waf_webacls_webacl-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRun-waf_webacls_webacl-2 -------------------------------------------------------------------------------- /workflow/.snapshots/TestRunWithoutRegion-#00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/.snapshots/TestRunWithoutRegion-#00 -------------------------------------------------------------------------------- /workflow/_aws_fixture.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | version: 2 3 | interactions: [] 4 | -------------------------------------------------------------------------------- /workflow/workflow.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/workflow.go -------------------------------------------------------------------------------- /workflow/workflow_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/workflow_test.go -------------------------------------------------------------------------------- /workflow/yml_services.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkoval/alfred-aws-console-services-workflow/HEAD/workflow/yml_services.go --------------------------------------------------------------------------------