moto/moto/ec2
Bendegúz Ács 8f53b16b9a Updates to create_subnet and describe_subnets responses (#2053)
* Removed Tags field from create_subnet response.

* Added DefaultForAz to create_subnet response.

* Added MapPublicIpOnLaunch to create_subnet response.

* Added OwnerId to create_subnet response.

* Added AssignIpv6AddressOnCreation field for create_subnet and describe_subnet and implemented setting it in modify_subnet_attribute.

* Added SubnetArn to create_subnet response.

* Added AvailabilityZoneId to create_subnet and describe_subnet responses, and error for invalid availability zone.

* Added Ipv6CidrBlockAssociationSet to create_subnet response.

* Added missing fields to describe_subnets response.

* Added myself to list of contributors and marked describe_subnet as implemented.

* Fixed linting errors.

* Fixed blank line containing a tab.

* Fixed accidentally deleted ).

* Fixed broken tests.
2019-05-28 16:33:25 +01:00
..
resources Fix prebuilt images usability. (#1375) 2017-12-05 09:22:13 +00:00
responses Updates to create_subnet and describe_subnets responses (#2053) 2019-05-28 16:33:25 +01:00
__init__.py Lints. 2017-02-23 21:37:43 -05:00
exceptions.py Updates to create_subnet and describe_subnets responses (#2053) 2019-05-28 16:33:25 +01:00
models.py Updates to create_subnet and describe_subnets responses (#2053) 2019-05-28 16:33:25 +01:00
urls.py Add more availability regions and implement default VPC (#773) 2017-01-11 20:37:57 -05:00
utils.py ec2: add support for creation and importing of real SSH keys (#2108) 2019-05-25 11:17:52 +01:00