moto/moto/ec2
ljakimczuk 3bc18455a2
WIP: Introducing VPC Flow Logs (#3337)
* Start working on flow logs

* Change test

* Constructing tests

* Changing exceptions and adding more tests

* Adding more tests

* Changing model and adding more tests

* Adding support for tags

* Mocking Access error with non-existing Log Group Name

* Adding FlowLogAlreadyExists support

* Changing style

* Reformatted code

* Reformatted tests

* Removing needless test

* Adding support for CloudFormation

* Reformatting slightly

* Removing arnparse and using split

* Rearranging tests

* Fixing FilterNotImplementedError test

* Moving imports to 'if' clauses and adding explicit test for 'cloud-watch-logs' type

* Setting names matching boto3 API and restoring 'not-implementd-filter' test

* Reformatting tests with black
2020-09-28 07:16:06 +01:00
..
resources Update EC2 instance type list 2020-04-15 18:48:33 -02:30
responses WIP: Introducing VPC Flow Logs (#3337) 2020-09-28 07:16:06 +01:00
__init__.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py WIP: Introducing VPC Flow Logs (#3337) 2020-09-28 07:16:06 +01:00
models.py WIP: Introducing VPC Flow Logs (#3337) 2020-09-28 07:16:06 +01:00
urls.py Fix deprecation warning. 2020-04-19 19:12:48 -07:00
utils.py WIP: Introducing VPC Flow Logs (#3337) 2020-09-28 07:16:06 +01:00