I was trying to implement signup with AWS Cognito and apparently something has changed on AWS since the last time I tried. I rely on 'cognito-idp' service (http://boto3.readthedocs.io/en/latest/reference/services/cognito-idp.html) which is not available anymore. Here is a list of all available services I can obtain through boto3:
['autoscaling', 'cloudformation', 'cloudfront', 'cloudhsm', 'cloudsearch', 'cloudsearchdomain', 'cloudtrail', 'cloudwatch', 'codedeploy', 'cognito-identity', 'cognito-sync', 'config', 'datapipeline', 'directconnect', 'ds', 'dynamodb', 'ec2', 'ecs', 'efs', 'elasticache', 'elasticbeanstalk', 'elastictranscoder', 'elb', 'emr', 'glacier', 'iam', 'importexport', 'kinesis', 'kms', 'lambda', 'logs', 'machinelearning', 'opsworks', 'rds', 'redshift', 'route53', 'route53domains', 's3', 'sdb', 'ses', 'sns', 'sqs', 'ssm', 'storagegateway', 'sts', 'support', 'swf', 'workspaces']
No 'cognito-idp ' anymore whatsoever. Are there any recent changes on AWS or am I missing something?