Socket
Socket
Sign inDemoInstall

@aws-sdk/client-dynamodb

Package Overview
Dependencies
Maintainers
5
Versions
419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-dynamodb - npm Package Compare versions

Comparing version 3.529.1 to 3.533.0

16

dist-types/commands/BatchExecuteStatementCommand.d.ts

@@ -56,3 +56,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -65,3 +65,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -72,3 +72,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -81,3 +81,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -119,3 +119,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -128,3 +128,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -135,3 +135,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -144,3 +144,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -147,0 +147,0 @@ * // M: {

@@ -90,3 +90,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -99,3 +99,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -106,3 +106,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -115,3 +115,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -157,3 +157,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -166,3 +166,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -173,3 +173,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -182,3 +182,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -185,0 +185,0 @@ * // M: {

@@ -126,3 +126,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -135,3 +135,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -142,3 +142,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -151,3 +151,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -194,3 +194,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -203,3 +203,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -210,3 +210,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -219,3 +219,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -222,0 +222,0 @@ * // M: {

@@ -52,3 +52,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -61,3 +61,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -68,3 +68,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -77,3 +77,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -127,3 +127,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -136,3 +136,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -143,3 +143,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -152,3 +152,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -155,0 +155,0 @@ * // M: {

@@ -54,3 +54,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -63,3 +63,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -70,3 +70,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -79,3 +79,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -113,3 +113,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -122,3 +122,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -129,3 +129,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -138,3 +138,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -141,0 +141,0 @@ * // M: {

@@ -51,3 +51,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -60,3 +60,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -67,3 +67,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -76,3 +76,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -111,3 +111,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -120,3 +120,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -127,3 +127,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -136,3 +136,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -139,0 +139,0 @@ * // M: {

@@ -49,3 +49,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -58,3 +58,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -65,3 +65,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -74,3 +74,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -111,3 +111,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -120,3 +120,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -127,3 +127,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -136,3 +136,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -139,0 +139,0 @@ * // M: {

@@ -63,3 +63,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -72,3 +72,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -79,3 +79,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -88,3 +88,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -138,3 +138,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -147,3 +147,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -154,3 +154,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -163,3 +163,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -166,0 +166,0 @@ * // M: {

@@ -101,3 +101,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -110,3 +110,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -117,3 +117,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -126,3 +126,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -181,3 +181,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -190,3 +190,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -197,3 +197,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -206,3 +206,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -209,0 +209,0 @@ * // M: {

@@ -91,3 +91,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -100,3 +100,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -107,3 +107,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -116,3 +116,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -164,3 +164,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -173,3 +173,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -180,3 +180,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -189,3 +189,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -192,0 +192,0 @@ * // M: {

@@ -70,3 +70,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -79,3 +79,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -86,3 +86,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -95,3 +95,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -161,3 +161,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -170,3 +170,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -177,3 +177,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -186,3 +186,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -189,0 +189,0 @@ * // M: {

@@ -116,3 +116,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -125,3 +125,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -132,3 +132,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -141,3 +141,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -257,3 +257,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -266,3 +266,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -273,3 +273,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -282,3 +282,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -285,0 +285,0 @@ * // M: {

@@ -48,3 +48,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [ // StringSetAttributeValue

@@ -57,3 +57,3 @@ * "STRING_VALUE",

* BS: [ // BinarySetAttributeValue
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -64,3 +64,3 @@ * M: { // MapAttributeValue

* N: "STRING_VALUE",
* B: "BLOB_VALUE",
* B: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* SS: [

@@ -73,3 +73,3 @@ * "STRING_VALUE",

* BS: [
* "BLOB_VALUE",
* new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
* ],

@@ -130,3 +130,3 @@ * M: {

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [ // StringSetAttributeValue

@@ -139,3 +139,3 @@ * // "STRING_VALUE",

* // BS: [ // BinarySetAttributeValue
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -146,3 +146,3 @@ * // M: { // MapAttributeValue

* // N: "STRING_VALUE",
* // B: "BLOB_VALUE",
* // B: new Uint8Array(),
* // SS: [

@@ -155,3 +155,3 @@ * // "STRING_VALUE",

* // BS: [
* // "BLOB_VALUE",
* // new Uint8Array(),
* // ],

@@ -158,0 +158,0 @@ * // M: {

@@ -24,5 +24,5 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -29,0 +29,0 @@ serviceId: string;

@@ -24,5 +24,5 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -29,0 +29,0 @@ serviceId: string;

@@ -14,5 +14,5 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -19,0 +19,0 @@ serviceId: string;

@@ -8,3 +8,3 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -21,3 +21,3 @@ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {

utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
};

@@ -31,5 +31,5 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -36,0 +36,0 @@ serviceId: string;

@@ -35,5 +35,5 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -40,0 +40,0 @@ serviceId: string;

@@ -16,5 +16,5 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -21,0 +21,0 @@ serviceId: string;

@@ -5,3 +5,3 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -21,3 +21,3 @@ endpointProvider: (

utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
};
{
"name": "@aws-sdk/client-dynamodb",
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
"version": "3.529.1",
"version": "3.533.0",
"scripts": {

@@ -23,41 +23,41 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.529.1",
"@aws-sdk/core": "3.529.1",
"@aws-sdk/credential-provider-node": "3.529.1",
"@aws-sdk/middleware-endpoint-discovery": "3.525.0",
"@aws-sdk/middleware-host-header": "3.523.0",
"@aws-sdk/middleware-logger": "3.523.0",
"@aws-sdk/middleware-recursion-detection": "3.523.0",
"@aws-sdk/middleware-user-agent": "3.525.0",
"@aws-sdk/region-config-resolver": "3.525.0",
"@aws-sdk/types": "3.523.0",
"@aws-sdk/util-endpoints": "3.525.0",
"@aws-sdk/util-user-agent-browser": "3.523.0",
"@aws-sdk/util-user-agent-node": "3.525.0",
"@smithy/config-resolver": "^2.1.4",
"@smithy/core": "^1.3.5",
"@smithy/fetch-http-handler": "^2.4.3",
"@smithy/hash-node": "^2.1.3",
"@smithy/invalid-dependency": "^2.1.3",
"@smithy/middleware-content-length": "^2.1.3",
"@smithy/middleware-endpoint": "^2.4.4",
"@smithy/middleware-retry": "^2.1.4",
"@smithy/middleware-serde": "^2.1.3",
"@smithy/middleware-stack": "^2.1.3",
"@smithy/node-config-provider": "^2.2.4",
"@smithy/node-http-handler": "^2.4.1",
"@smithy/protocol-http": "^3.2.1",
"@smithy/smithy-client": "^2.4.2",
"@smithy/types": "^2.10.1",
"@smithy/url-parser": "^2.1.3",
"@smithy/util-base64": "^2.1.1",
"@aws-sdk/client-sts": "3.533.0",
"@aws-sdk/core": "3.533.0",
"@aws-sdk/credential-provider-node": "3.533.0",
"@aws-sdk/middleware-endpoint-discovery": "3.533.0",
"@aws-sdk/middleware-host-header": "3.533.0",
"@aws-sdk/middleware-logger": "3.533.0",
"@aws-sdk/middleware-recursion-detection": "3.533.0",
"@aws-sdk/middleware-user-agent": "3.533.0",
"@aws-sdk/region-config-resolver": "3.533.0",
"@aws-sdk/types": "3.533.0",
"@aws-sdk/util-endpoints": "3.533.0",
"@aws-sdk/util-user-agent-browser": "3.533.0",
"@aws-sdk/util-user-agent-node": "3.533.0",
"@smithy/config-resolver": "^2.1.5",
"@smithy/core": "^1.3.8",
"@smithy/fetch-http-handler": "^2.4.5",
"@smithy/hash-node": "^2.1.4",
"@smithy/invalid-dependency": "^2.1.4",
"@smithy/middleware-content-length": "^2.1.4",
"@smithy/middleware-endpoint": "^2.4.6",
"@smithy/middleware-retry": "^2.1.7",
"@smithy/middleware-serde": "^2.2.1",
"@smithy/middleware-stack": "^2.1.4",
"@smithy/node-config-provider": "^2.2.5",
"@smithy/node-http-handler": "^2.4.3",
"@smithy/protocol-http": "^3.2.2",
"@smithy/smithy-client": "^2.4.5",
"@smithy/types": "^2.11.0",
"@smithy/url-parser": "^2.1.4",
"@smithy/util-base64": "^2.2.1",
"@smithy/util-body-length-browser": "^2.1.1",
"@smithy/util-body-length-node": "^2.2.1",
"@smithy/util-defaults-mode-browser": "^2.1.4",
"@smithy/util-defaults-mode-node": "^2.2.3",
"@smithy/util-endpoints": "^1.1.4",
"@smithy/util-middleware": "^2.1.3",
"@smithy/util-retry": "^2.1.3",
"@smithy/util-utf8": "^2.1.1",
"@smithy/util-waiter": "^2.1.3",
"@smithy/util-body-length-node": "^2.2.2",
"@smithy/util-defaults-mode-browser": "^2.1.7",
"@smithy/util-defaults-mode-node": "^2.2.7",
"@smithy/util-endpoints": "^1.1.5",
"@smithy/util-middleware": "^2.1.4",
"@smithy/util-retry": "^2.1.4",
"@smithy/util-utf8": "^2.2.0",
"@smithy/util-waiter": "^2.1.4",
"tslib": "^2.5.0",

@@ -64,0 +64,0 @@ "uuid": "^9.0.1"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc