Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-appsync

Package Overview
Dependencies
Maintainers
5
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.529.1 to 3.533.0

2

dist-types/commands/GetIntrospectionSchemaCommand.d.ts

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

* // { // GetIntrospectionSchemaResponse
* // schema: "BLOB_VALUE",
* // schema: new Uint8Array(),
* // };

@@ -54,0 +54,0 @@ *

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

* apiId: "STRING_VALUE", // required
* definition: "BLOB_VALUE", // required
* definition: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
* };

@@ -43,0 +43,0 @@ * const command = new StartSchemaCreationCommand(input);

@@ -23,5 +23,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;

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

@@ -23,5 +23,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;

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

@@ -14,5 +14,5 @@ import { AppSyncClientConfig } from "./AppSyncClient";

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 { AppSyncClientConfig } from "./AppSyncClient";

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;
};

@@ -28,5 +28,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;

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

@@ -32,5 +32,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;

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

@@ -16,5 +16,5 @@ import { AppSyncClientConfig } from "./AppSyncClient";

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 { AppSyncClientConfig } from "./AppSyncClient";

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-appsync",
"description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
"version": "3.529.1",
"version": "3.533.0",
"scripts": {

@@ -23,40 +23,40 @@ "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-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-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-stream": "^2.1.3",
"@smithy/util-utf8": "^2.1.1",
"@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-stream": "^2.1.5",
"@smithy/util-utf8": "^2.2.0",
"tslib": "^2.5.0"

@@ -63,0 +63,0 @@ },

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