New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-athena

Package Overview
Dependencies
Maintainers
5
Versions
448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
3.496.0

11

dist-types/commands/ImportNotebookCommand.d.ts

@@ -29,5 +29,7 @@ import { Command as $Command } from "@smithy/smithy-client";

* @public
* <p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. The maximum
* file size that can be imported is 10 megabytes. If an <code>ipynb</code> file with the
* same name already exists in the workgroup, throws an error.</p>
* <p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. To import the
* notebook, the request must specify a value for either <code>Payload</code> or <code>NoteBookS3LocationUri</code>. If neither is specified or both are specified, an
* <code>InvalidRequestException</code> occurs. The maximum file size that can be imported is 10
* megabytes. If an <code>ipynb</code> file with the same name already exists in the
* workgroup, throws an error.</p>
* @example

@@ -42,4 +44,5 @@ * Use a bare-bones client and the command you need to make an API call.

* Name: "STRING_VALUE", // required
* Payload: "STRING_VALUE", // required
* Payload: "STRING_VALUE",
* Type: "IPYNB", // required
* NotebookS3LocationUri: "STRING_VALUE",
* ClientRequestToken: "STRING_VALUE",

@@ -46,0 +49,0 @@ * };

@@ -659,4 +659,5 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

Name: string | undefined;
Payload: string | undefined;
Payload?: string;
Type: NotebookType | undefined;
NotebookS3LocationUri?: string;
ClientRequestToken?: string;

@@ -663,0 +664,0 @@ }

{
"name": "@aws-sdk/client-athena",
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
"version": "3.495.0",
"version": "3.496.0",
"scripts": {

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

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.495.0",
"@aws-sdk/core": "3.495.0",
"@aws-sdk/credential-provider-node": "3.495.0",
"@aws-sdk/middleware-host-header": "3.495.0",
"@aws-sdk/middleware-logger": "3.495.0",
"@aws-sdk/middleware-recursion-detection": "3.495.0",
"@aws-sdk/middleware-signing": "3.495.0",
"@aws-sdk/middleware-user-agent": "3.495.0",
"@aws-sdk/region-config-resolver": "3.495.0",
"@aws-sdk/types": "3.495.0",
"@aws-sdk/util-endpoints": "3.495.0",
"@aws-sdk/util-user-agent-browser": "3.495.0",
"@aws-sdk/util-user-agent-node": "3.495.0",
"@smithy/config-resolver": "^2.1.0",
"@smithy/core": "^1.3.0",
"@smithy/fetch-http-handler": "^2.4.0",
"@smithy/hash-node": "^2.1.0",
"@smithy/invalid-dependency": "^2.1.0",
"@smithy/middleware-content-length": "^2.1.0",
"@smithy/middleware-endpoint": "^2.4.0",
"@smithy/middleware-retry": "^2.1.0",
"@smithy/middleware-serde": "^2.1.0",
"@smithy/middleware-stack": "^2.1.0",
"@smithy/node-config-provider": "^2.2.0",
"@smithy/node-http-handler": "^2.3.0",
"@smithy/protocol-http": "^3.1.0",
"@smithy/smithy-client": "^2.3.0",
"@smithy/types": "^2.9.0",
"@smithy/url-parser": "^2.1.0",
"@smithy/util-base64": "^2.1.0",
"@smithy/util-body-length-browser": "^2.1.0",
"@smithy/util-body-length-node": "^2.2.0",
"@smithy/util-defaults-mode-browser": "^2.1.0",
"@smithy/util-defaults-mode-node": "^2.1.0",
"@smithy/util-endpoints": "^1.1.0",
"@smithy/util-retry": "^2.1.0",
"@smithy/util-utf8": "^2.1.0",
"@aws-sdk/client-sts": "3.496.0",
"@aws-sdk/core": "3.496.0",
"@aws-sdk/credential-provider-node": "3.496.0",
"@aws-sdk/middleware-host-header": "3.496.0",
"@aws-sdk/middleware-logger": "3.496.0",
"@aws-sdk/middleware-recursion-detection": "3.496.0",
"@aws-sdk/middleware-signing": "3.496.0",
"@aws-sdk/middleware-user-agent": "3.496.0",
"@aws-sdk/region-config-resolver": "3.496.0",
"@aws-sdk/types": "3.496.0",
"@aws-sdk/util-endpoints": "3.496.0",
"@aws-sdk/util-user-agent-browser": "3.496.0",
"@aws-sdk/util-user-agent-node": "3.496.0",
"@smithy/config-resolver": "^2.1.1",
"@smithy/core": "^1.3.1",
"@smithy/fetch-http-handler": "^2.4.1",
"@smithy/hash-node": "^2.1.1",
"@smithy/invalid-dependency": "^2.1.1",
"@smithy/middleware-content-length": "^2.1.1",
"@smithy/middleware-endpoint": "^2.4.1",
"@smithy/middleware-retry": "^2.1.1",
"@smithy/middleware-serde": "^2.1.1",
"@smithy/middleware-stack": "^2.1.1",
"@smithy/node-config-provider": "^2.2.1",
"@smithy/node-http-handler": "^2.3.1",
"@smithy/protocol-http": "^3.1.1",
"@smithy/smithy-client": "^2.3.1",
"@smithy/types": "^2.9.1",
"@smithy/url-parser": "^2.1.1",
"@smithy/util-base64": "^2.1.1",
"@smithy/util-body-length-browser": "^2.1.1",
"@smithy/util-body-length-node": "^2.2.1",
"@smithy/util-defaults-mode-browser": "^2.1.1",
"@smithy/util-defaults-mode-node": "^2.1.1",
"@smithy/util-endpoints": "^1.1.1",
"@smithy/util-retry": "^2.1.1",
"@smithy/util-utf8": "^2.1.1",
"tslib": "^2.5.0",

@@ -65,3 +65,3 @@ "uuid": "^8.3.2"

"devDependencies": {
"@smithy/service-client-documentation-generator": "^2.1.0",
"@smithy/service-client-documentation-generator": "^2.1.1",
"@tsconfig/node14": "1.0.3",

@@ -68,0 +68,0 @@ "@types/node": "^14.14.31",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display