UNPKG

@softchef/cdk-iot-device-management

Version:

IoT device management is composed of things, thing types, thing groups, jobs, files API services. The constructs can be used independently, that are based on full-managed service to create an API Gateway & Lambda function.

19 lines (18 loc) 663 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DynamoDBDocumentClient = void 0; const smithy_client_1 = require("@aws-sdk/smithy-client"); class DynamoDBDocumentClient extends smithy_client_1.Client { constructor(client, translateConfig) { super(client.config); this.config = client.config; this.config.translateConfig = translateConfig; this.middlewareStack = client.middlewareStack; } static from(client, translateConfig) { return new DynamoDBDocumentClient(client, translateConfig); } destroy() { } } exports.DynamoDBDocumentClient = DynamoDBDocumentClient;