|
|
@@ -1,5 +1,5 @@
|
|
|
"""A set of AWS-specific helper methods used by the framework."""
|
|
|
-import logging as log
|
|
|
+import logging
|
|
|
|
|
|
from boto3.resources.params import create_request_parameters
|
|
|
|
|
|
@@ -11,6 +11,9 @@ from cloudbridge.base.resources import ClientPagedResultList
|
|
|
from cloudbridge.base.resources import ServerPagedResultList
|
|
|
|
|
|
|
|
|
+log = logging.getLogger(__name__)
|
|
|
+
|
|
|
+
|
|
|
def trim_empty_params(params_dict):
|
|
|
"""
|
|
|
Given a dict containing potentially null values, trims out
|