[WIP] Resource tagging (#1332)

* Ran scaffold

* Made a start on get_resources.

* Added more EC2 to tag list

* More stuff

* Added more methods

* Added S3 region name

* Added values test

* Some final touchups
This commit is contained in:
Terry Cain 2017-11-15 00:03:00 +00:00 committed by GitHub
commit 8ee05e22af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 877 additions and 0 deletions

View file

@ -41,6 +41,7 @@ from .swf import mock_swf, mock_swf_deprecated # flake8: noqa
from .xray import mock_xray, mock_xray_client, XRaySegment # flake8: noqa
from .logs import mock_logs, mock_logs_deprecated # flake8: noqa
from .batch import mock_batch # flake8: noqa
from .resourcegroupstaggingapi import mock_resourcegroupstaggingapi # flake8: noqa
from .iot import mock_iot # flake8: noqa
from .iotdata import mock_iotdata # flake8: noqa