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

@aws-sdk/client-rds-data

Package Overview
Dependencies
Maintainers
5
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-rds-data - npm Package Compare versions

Comparing version 3.590.0 to 3.592.0

6

dist-cjs/index.js

@@ -209,3 +209,2 @@ "use strict";

var import_types = require("@smithy/types");

@@ -1278,3 +1277,2 @@ // src/protocols/Aws_restJson1.ts

var _BeginTransactionCommand = class _BeginTransactionCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1296,3 +1294,2 @@ ...commonParams

var _CommitTransactionCommand = class _CommitTransactionCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1314,3 +1311,2 @@ ...commonParams

var _ExecuteSqlCommand = class _ExecuteSqlCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1332,3 +1328,2 @@ ...commonParams

var _ExecuteStatementCommand = class _ExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1350,3 +1345,2 @@ ...commonParams

var _RollbackTransactionCommand = class _RollbackTransactionCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1353,0 +1347,0 @@ ...commonParams

3

dist-types/commands/BatchExecuteStatementCommand.d.ts

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -23,6 +23,6 @@ /**

export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export { RuntimeExtension } from "./runtimeExtensions";
export { RDSDataExtensionConfiguration } from "./extensionConfiguration";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { RDSDataExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";
export * from "./models";
export { RDSDataServiceException } from "./models/RDSDataServiceException";
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
export { __ServiceException, __ServiceExceptionOptions };
export type { __ServiceExceptionOptions };
export { __ServiceException };
/**

@@ -4,0 +5,0 @@ * @public

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

} from "../RDSDataClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface BatchExecuteStatementCommandInput

@@ -15,0 +16,0 @@ extends BatchExecuteStatementRequest {}

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

} from "../RDSDataClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface BeginTransactionCommandInput extends BeginTransactionRequest {}

@@ -15,0 +16,0 @@ export interface BeginTransactionCommandOutput

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

} from "../RDSDataClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CommitTransactionCommandInput

@@ -15,0 +16,0 @@ extends CommitTransactionRequest {}

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

} from "../RDSDataClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ExecuteSqlCommandInput extends ExecuteSqlRequest {}

@@ -12,0 +13,0 @@ export interface ExecuteSqlCommandOutput

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

} from "../RDSDataClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ExecuteStatementCommandInput extends ExecuteStatementRequest {}

@@ -15,0 +16,0 @@ export interface ExecuteStatementCommandOutput

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

} from "../RDSDataClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface RollbackTransactionCommandInput

@@ -15,0 +16,0 @@ extends RollbackTransactionRequest {}

@@ -5,5 +5,6 @@ import {

} from "@smithy/smithy-client";
export { __ServiceException, __ServiceExceptionOptions };
export { __ServiceExceptionOptions };
export { __ServiceException };
export declare class RDSDataServiceException extends __ServiceException {
constructor(options: __ServiceExceptionOptions);
}
{
"name": "@aws-sdk/client-rds-data",
"description": "AWS SDK for JavaScript Rds Data Client for Node.js, Browser and React Native",
"version": "3.590.0",
"version": "3.592.0",
"scripts": {

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

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sso-oidc": "3.590.0",
"@aws-sdk/client-sts": "3.590.0",
"@aws-sdk/core": "3.588.0",
"@aws-sdk/credential-provider-node": "3.590.0",
"@aws-sdk/client-sso-oidc": "3.592.0",
"@aws-sdk/client-sts": "3.592.0",
"@aws-sdk/core": "3.592.0",
"@aws-sdk/credential-provider-node": "3.592.0",
"@aws-sdk/middleware-host-header": "3.577.0",

@@ -38,3 +38,3 @@ "@aws-sdk/middleware-logger": "3.577.0",

"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/core": "^2.2.0",
"@smithy/fetch-http-handler": "^3.0.1",

@@ -41,0 +41,0 @@ "@smithy/hash-node": "^3.0.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