moto/moto/ec2
Brian Pandola 1a98c4f14a
Fix: handling of boolean value privateDnsEnabled in ec2:VpcEndpoint (#3566)
* Properly coerce `privateDnsEnabled` to boolean value when parsing requests.
* Per AWS spec, default `privateDnsEnabled` request value to `True`.
* Properly serialize `privateDnsEnabled` as boolean value in responses.
* Add test coverage.

Ref: #3540
2021-01-08 08:05:44 +00:00
..
resources DescribeInstanceTypeOfferings - script that hardcodes all offerings 2020-12-02 14:41:24 +00:00
responses Fix: handling of boolean value privateDnsEnabled in ec2:VpcEndpoint (#3566) 2021-01-08 08:05:44 +00:00
__init__.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py Fix:Ec2-VPC:Added functionality describe-vpc-endpoint (#3524) 2020-12-07 21:39:57 +00:00
models.py Fix:Added nat-gateway tags (#3560) 2021-01-07 17:59:46 +00:00
urls.py Fix deprecation warning. 2020-04-19 19:12:48 -07:00
utils.py Implement IAM instance profile associations (#3482) 2020-11-20 22:00:53 +00:00