Last active
August 15, 2017 16:09
-
-
Save kalyco/675db74fa51af7f3a43443fe024ddbe5 to your computer and use it in GitHub Desktop.
Boto3.Session.get_available_services()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Instantiate an instance first, else Error: missing 1 required positional argument: 'self' | |
['acm', 'apigateway', 'application-autoscaling', 'appstream', 'athena', 'autoscaling', 'batch', | |
'budgets', 'clouddirectory', 'cloudformation', 'cloudfront', 'cloudhsm', 'cloudsearch', 'cloudsearchdomain', | |
'cloudtrail', 'cloudwatch', 'codebuild', 'codecommit', 'codedeploy', 'codepipeline', 'codestar', | |
'cognito-identity', 'cognito-idp', 'cognito-sync', 'config', 'cur', 'datapipeline', 'dax', 'devicefarm', | |
'directconnect', 'discovery', 'dms', 'ds', 'dynamodb', 'dynamodbstreams', 'ec2', 'ecr', 'ecs', 'efs', 'elasticache', | |
'elasticbeanstalk', 'elastictranscoder', 'elb', 'elbv2', 'emr', 'es', 'events', 'firehose', 'gamelift', 'glacier', | |
'greengrass', 'health', 'iam', 'importexport', 'inspector', 'iot', 'iot-data', 'kinesis', 'kinesisanalytics', | |
'kms', 'lambda', 'lex-models', 'lex-runtime', 'lightsail', 'logs', 'machinelearning', 'marketplace-entitlement', | |
'marketplacecommerceanalytics', 'meteringmarketplace', 'mturk', 'opsworks', 'opsworkscm', 'organizations', 'pinpoint', | |
'polly', 'rds', 'redshift', 'rekognition', 'resourcegroupstaggingapi', 'route53', 'route53domains', 's3', 'sdb', | |
'servicecatalog', 'ses', 'shield', 'sms', 'snowball', 'sns', 'sqs', 'ssm', 'stepfunctions', 'storagegateway', 'sts', | |
'support', 'swf', 'waf', 'waf-regional', 'workdocs', 'workspaces', 'xray'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment