Sha256: d19ae60b8da74106dca4d5e5b0ff8f0e155db3b3aee48439c3fe8a3cd1e6a992
Contents?: true
Size: 911 Bytes
Versions: 3
Compression:
Stored size: 911 Bytes
Contents
Aws.add_service(:DynamoDB, { api: "#{Aws::API_DIR}/dynamodb/2012-08-10/api-2.json", docs: "#{Aws::API_DIR}/dynamodb/2012-08-10/docs-2.json", paginators: "#{Aws::API_DIR}/dynamodb/2012-08-10/paginators-1.json", resources: "#{Aws::API_DIR}/dynamodb/2012-08-10/resources-1.json", waiters: "#{Aws::API_DIR}/dynamodb/2012-08-10/waiters-2.json", }) module Aws module DynamoDB autoload :AttributeValue, 'aws-sdk-core/dynamodb/attribute_value' class Client def data_to_http_resp(operation_name, data) api = config.api operation = api.operation(operation_name) translator = Plugins::DynamoDBSimpleAttributes::ValueTranslator translator = translator.new(operation.output, :marshal) data = translator.apply(data) ParamValidator.validate!(operation.output, data) protocol_helper.stub_data(api, operation, data) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-core-2.1.2 | lib/aws-sdk-core/dynamodb.rb |
aws-sdk-core-2.1.1 | lib/aws-sdk-core/dynamodb.rb |
aws-sdk-core-2.1.0 | lib/aws-sdk-core/dynamodb.rb |