@aws-sdk/lib-dynamodb
Advanced tools
Comparing version 3.12.0 to 3.13.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.13.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.12.0...v3.13.0) (2021-04-15) | ||
### Bug Fixes | ||
* **lib-dynamodb:** remove stripInternal=true from tsconfig ([#2264](https://github.com/aws/aws-sdk-js-v3/issues/2264)) ([81f5ccd](https://github.com/aws/aws-sdk-js-v3/commit/81f5ccd086f5166a04a30c258fa4e3591583eb4e)) | ||
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09) | ||
@@ -8,0 +19,0 @@ |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { BatchStatementRequest, BatchStatementResponse, BatchExecuteStatementCommandInput as __BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput as __BatchExecuteStatementCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -29,2 +30,6 @@ export declare type BatchExecuteStatementCommandInput = Omit<__BatchExecuteStatementCommandInput, "Statements"> & { | ||
constructor(input: BatchExecuteStatementCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { KeysAndAttributes, BatchGetItemCommandInput as __BatchGetItemCommandInput, BatchGetItemCommandOutput as __BatchGetItemCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -40,2 +41,6 @@ export declare type BatchGetCommandInput = Omit<__BatchGetItemCommandInput, "RequestItems"> & { | ||
constructor(input: BatchGetCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCommandInput, BatchGetCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { DeleteRequest, ItemCollectionMetrics, PutRequest, WriteRequest, BatchWriteItemCommandInput as __BatchWriteItemCommandInput, BatchWriteItemCommandOutput as __BatchWriteItemCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -56,2 +57,6 @@ export declare type BatchWriteCommandInput = Omit<__BatchWriteItemCommandInput, "RequestItems"> & { | ||
constructor(input: BatchWriteCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchWriteCommandInput, BatchWriteCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { ExpectedAttributeValue, ItemCollectionMetrics, DeleteItemCommandInput as __DeleteItemCommandInput, DeleteItemCommandOutput as __DeleteItemCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -41,2 +42,6 @@ export declare type DeleteCommandInput = Omit<__DeleteItemCommandInput, "Key" | "Expected" | "ExpressionAttributeValues"> & { | ||
constructor(input: DeleteCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCommandInput, DeleteCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { ExecuteStatementCommandInput as __ExecuteStatementCommandInput, ExecuteStatementCommandOutput as __ExecuteStatementCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -25,2 +26,6 @@ export declare type ExecuteStatementCommandInput = Omit<__ExecuteStatementCommandInput, "Parameters"> & { | ||
constructor(input: ExecuteStatementCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteStatementCommandInput, ExecuteStatementCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { ItemResponse, ParameterizedStatement, ExecuteTransactionCommandInput as __ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput as __ExecuteTransactionCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -29,2 +30,6 @@ export declare type ExecuteTransactionCommandInput = Omit<__ExecuteTransactionCommandInput, "TransactStatements"> & { | ||
constructor(input: ExecuteTransactionCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { GetItemCommandInput as __GetItemCommandInput, GetItemCommandOutput as __GetItemCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -27,2 +28,6 @@ export declare type GetCommandInput = Omit<__GetItemCommandInput, "Key"> & { | ||
constructor(input: GetCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommandInput, GetCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { ExpectedAttributeValue, ItemCollectionMetrics, PutItemCommandInput as __PutItemCommandInput, PutItemCommandOutput as __PutItemCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -41,2 +42,6 @@ export declare type PutCommandInput = Omit<__PutItemCommandInput, "Item" | "Expected" | "ExpressionAttributeValues"> & { | ||
constructor(input: PutCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCommandInput, PutCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { Condition, QueryCommandInput as __QueryCommandInput, QueryCommandOutput as __QueryCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -43,2 +44,6 @@ export declare type QueryCommandInput = Omit<__QueryCommandInput, "KeyConditions" | "QueryFilter" | "ExclusiveStartKey" | "ExpressionAttributeValues"> & { | ||
constructor(input: QueryCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<QueryCommandInput, QueryCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { Condition, ScanCommandInput as __ScanCommandInput, ScanCommandOutput as __ScanCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -38,2 +39,6 @@ export declare type ScanCommandInput = Omit<__ScanCommandInput, "ScanFilter" | "ExclusiveStartKey" | "ExpressionAttributeValues"> & { | ||
constructor(input: ScanCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ScanCommandInput, ScanCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { Get, ItemResponse, TransactGetItem, TransactGetItemsCommandInput as __TransactGetItemsCommandInput, TransactGetItemsCommandOutput as __TransactGetItemsCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -33,2 +34,6 @@ export declare type TransactGetCommandInput = Omit<__TransactGetItemsCommandInput, "TransactItems"> & { | ||
constructor(input: TransactGetCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TransactGetCommandInput, TransactGetCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { ConditionCheck, Delete, ItemCollectionMetrics, Put, TransactWriteItem, Update, TransactWriteItemsCommandInput as __TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput as __TransactWriteItemsCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -62,2 +63,6 @@ export declare type TransactWriteCommandInput = Omit<__TransactWriteItemsCommandInput, "TransactItems"> & { | ||
constructor(input: TransactWriteCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TransactWriteCommandInput, TransactWriteCommandOutput>; | ||
} |
@@ -1,4 +0,5 @@ | ||
import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; | ||
import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; | ||
import { AttributeValueUpdate, ExpectedAttributeValue, ItemCollectionMetrics, UpdateItemCommandInput as __UpdateItemCommandInput, UpdateItemCommandOutput as __UpdateItemCommandOutput } from "@aws-sdk/client-dynamodb"; | ||
import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; | ||
@@ -46,2 +47,6 @@ export declare type UpdateCommandInput = Omit<__UpdateItemCommandInput, "Key" | "AttributeUpdates" | "Expected" | "ExpressionAttributeValues"> & { | ||
constructor(input: UpdateCommandInput); | ||
/** | ||
* @internal | ||
*/ | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCommandInput, UpdateCommandOutput>; | ||
} |
{ | ||
"name": "@aws-sdk/lib-dynamodb", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.", | ||
@@ -24,6 +24,6 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@aws-sdk/client-dynamodb": "3.12.0", | ||
"@aws-sdk/client-dynamodb": "3.13.0", | ||
"@aws-sdk/smithy-client": "3.12.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"@aws-sdk/util-dynamodb": "3.12.0", | ||
"@aws-sdk/util-dynamodb": "3.13.0", | ||
"tslib": "^1.8.0" | ||
@@ -30,0 +30,0 @@ }, |
{ | ||
"compilerOptions": { | ||
"stripInternal": true, | ||
"declarationDir": "./dist/types", | ||
@@ -5,0 +4,0 @@ "rootDir": "./src", |
@@ -7,3 +7,2 @@ { | ||
"declaration": true, | ||
"stripInternal": true, | ||
"declarationDir": "./dist/types", | ||
@@ -10,0 +9,0 @@ "rootDir": "./src", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
435422
2962
11
24
2
+ Added@aws-sdk/client-dynamodb@3.13.0(transitive)
+ Added@aws-sdk/client-sso@3.13.0(transitive)
+ Added@aws-sdk/client-sts@3.13.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.13.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.13.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.13.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.13.0(transitive)
+ Added@aws-sdk/util-dynamodb@3.13.0(transitive)
- Removed@aws-sdk/client-dynamodb@3.12.0(transitive)
- Removed@aws-sdk/client-sso@3.12.0(transitive)
- Removed@aws-sdk/client-sts@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.12.0(transitive)
- Removed@aws-sdk/url-parser-native@3.12.0(transitive)
- Removed@aws-sdk/util-dynamodb@3.12.0(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhasown@2.0.2(transitive)
- Removedobject-inspect@1.13.2(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedqs@6.13.0(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedside-channel@1.0.6(transitive)
- Removedurl@0.11.4(transitive)