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

@aws-sdk/client-api-gateway

Package Overview
Dependencies
Maintainers
5
Versions
416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-api-gateway - npm Package Compare versions

Comparing version 3.529.1 to 3.533.0

2

dist-types/commands/GetExportCommand.d.ts

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

* // contentDisposition: "STRING_VALUE",
* // body: "BLOB_VALUE",
* // body: new Uint8Array(),
* // };

@@ -60,0 +60,0 @@ *

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

* // contentDisposition: "STRING_VALUE",
* // body: "BLOB_VALUE",
* // body: new Uint8Array(),
* // };

@@ -59,0 +59,0 @@ *

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

* const input = { // ImportApiKeysRequest
* body: "BLOB_VALUE", // required
* body: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
* format: "csv", // required

@@ -46,0 +46,0 @@ * failOnWarnings: true || false,

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

* failOnWarnings: true || false,
* body: "BLOB_VALUE", // required
* body: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
* };

@@ -49,0 +49,0 @@ * const command = new ImportDocumentationPartsCommand(input);

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

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

@@ -50,0 +50,0 @@ * const command = new ImportRestApiCommand(input);

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

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

@@ -53,0 +53,0 @@ * const command = new PutRestApiCommand(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 { APIGatewayClientConfig } from "./APIGatewayClient";

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 { APIGatewayClientConfig } from "./APIGatewayClient";

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 { APIGatewayClientConfig } from "./APIGatewayClient";

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 { APIGatewayClientConfig } from "./APIGatewayClient";

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-api-gateway",
"description": "AWS SDK for JavaScript Api Gateway 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-host-header": "3.523.0",
"@aws-sdk/middleware-logger": "3.523.0",
"@aws-sdk/middleware-recursion-detection": "3.523.0",
"@aws-sdk/middleware-sdk-api-gateway": "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-sdk-api-gateway": "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"

@@ -64,0 +64,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