Release v2.0.48 - 2015-06-04
Tag release v2.0.48
References:
#828, #829, #830, #831, #832
-
Feature - Aws::CloudWatchLogs - Adds support for the
#put_subscription_filter
,
#describe_subscription_filters
, and#delete_subscription_filter
API
operations. -
Feature - Aws::CognitoIdentity - Adds support for the
#delete_identities
API operation, and hiding disabled identities with the#list_identities
API
operation. -
Feature - Aws::StorageGateway - Updated Aws::StorageGateway API to add support
for the#list_volume_initiators
API operation. -
Issue - Aws::DynamoDB - Resolve an issue where IO objects were not properly
marshaled, leading to runtime errors. -
Issue - Aws::S3 - Resolved an issue with the URL decoding of keys in the
response to a call toAws::S3::Client#list_objects
.