* feature:``aws cognito-sync``: Add support for Amazon Cognito Events. * bugfix:Parsing: Treat empty XML nodes in a response as an empty string instead of ``None`` if the underlying structure member is a string. This fixes the broken ``password-data-available`` Amazon EC2 waiter. **Note**: this changes the output of the CLI and may affect filtering with the ``--query`` parameter. (`issue 1252 <https://github.com/aws/aws-cli/issues/1252>`__, `botocore issue 506 <https://github.com/boto/botocore/pull/506>`__)
1.7.22
======
* bugfix:``aws ecs``: Minor documentation fixes.
1.7.21
======
* feature:``aws workspaces``: Add support for Amazon WorkSpaces. * feature:``aws machinelearning``: Add support for Amazon Machine Learning. * feature:``aws s3api``: Add support for specifying Lambda bucket notifications without needing to specify an invocation role. * feature:``aws lambda``: Update to latest api. * feature:``aws ecs``: Add support for Amazon ECS Service scheduler.
1.7.20
======
* feature:``aws datapipeline``: Add support for deactivating pipelines. * feature:``aws elasticbeanstalk``: Add support for cancelling in-progress environment updates or application version deployment.
1.7.19
======
* feature:``aws codedeploy``: Add ``register``, ``deregister``, ``install``, and ``uninstall`` commands and update to the latest AWS CodeDeploy API. * feature:``aws rds``: Add support for ``describe-certificates``. * feature:``aws elastictranscoder``: Add support for PlayReady DRM. * feature:``aws ec2``: Add support for D2 instances.
1.7.18
======
* bugfix:Pagination: Fix issue where disabling pagination did not work when shadowing arguments. Affects commands such as ``aws route53 list-resource-record-sets``. * feature:``aws elastictranscoder``: Add support for job timing and input/output metadata * feature:``aws iam``: Add NamedPolicy to GetAccountAuthorization details * feature:``aws opsworks``: Allow for BlockDeviceMapping on EC2 instances launched through OpsWorks