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

@aws-sdk/client-qldb-session

Package Overview
Dependencies
Maintainers
0
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-qldb-session - npm Package Compare versions

Comparing version 3.687.0 to 3.691.0

94

dist-types/models/models_0.d.ts

@@ -21,3 +21,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

*/
ProcessingTimeMilliseconds?: number;
ProcessingTimeMilliseconds?: number | undefined;
}

@@ -33,3 +33,3 @@ /**

*/
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
}

@@ -44,4 +44,4 @@ /**

readonly $fault: "client";
Message?: string;
Code?: string;
Message?: string | undefined;
Code?: string | undefined;
/**

@@ -59,3 +59,3 @@ * @internal

readonly $fault: "server";
Message?: string;
Message?: string | undefined;
/**

@@ -97,3 +97,3 @@ * @internal

*/
ReadIOs?: number;
ReadIOs?: number | undefined;
/**

@@ -103,3 +103,3 @@ * <p>The number of write I/O requests that the command made.</p>

*/
WriteIOs?: number;
WriteIOs?: number | undefined;
}

@@ -115,3 +115,3 @@ /**

*/
TransactionId?: string;
TransactionId?: string | undefined;
/**

@@ -121,3 +121,3 @@ * <p>The commit digest of the committed transaction.</p>

*/
CommitDigest?: Uint8Array;
CommitDigest?: Uint8Array | undefined;
/**

@@ -127,3 +127,3 @@ * <p>Contains server-side performance information for the command.</p>

*/
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
/**

@@ -133,3 +133,3 @@ * <p>Contains metrics about the number of I/O requests that were consumed.</p>

*/
ConsumedIOs?: IOUsage;
ConsumedIOs?: IOUsage | undefined;
}

@@ -151,3 +151,3 @@ /**

*/
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
}

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

*/
IonBinary?: Uint8Array;
IonBinary?: Uint8Array | undefined;
/**

@@ -169,3 +169,3 @@ * <p>An Amazon Ion plaintext value contained in a <code>ValueHolder</code> structure.</p>

*/
IonText?: string;
IonText?: string | undefined;
}

@@ -191,3 +191,3 @@ /**

*/
Parameters?: ValueHolder[];
Parameters?: ValueHolder[] | undefined;
}

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

*/
Values?: ValueHolder[];
Values?: ValueHolder[] | undefined;
/**

@@ -209,3 +209,3 @@ * <p>The token of the next page.</p>

*/
NextPageToken?: string;
NextPageToken?: string | undefined;
}

@@ -221,3 +221,3 @@ /**

*/
FirstPage?: Page;
FirstPage?: Page | undefined;
/**

@@ -227,3 +227,3 @@ * <p>Contains server-side performance information for the command.</p>

*/
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
/**

@@ -233,3 +233,3 @@ * <p>Contains metrics about the number of I/O requests that were consumed.</p>

*/
ConsumedIOs?: IOUsage;
ConsumedIOs?: IOUsage | undefined;
}

@@ -261,3 +261,3 @@ /**

*/
Page?: Page;
Page?: Page | undefined;
/**

@@ -267,3 +267,3 @@ * <p>Contains server-side performance information for the command.</p>

*/
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
/**

@@ -273,3 +273,3 @@ * <p>Contains metrics about the number of I/O requests that were consumed.</p>

*/
ConsumedIOs?: IOUsage;
ConsumedIOs?: IOUsage | undefined;
}

@@ -283,4 +283,4 @@ /**

readonly $fault: "client";
Message?: string;
Code?: string;
Message?: string | undefined;
Code?: string | undefined;
/**

@@ -298,3 +298,3 @@ * @internal

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -313,3 +313,3 @@ * @internal

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -327,3 +327,3 @@ * @internal

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -363,3 +363,3 @@ * @internal

*/
SessionToken?: string;
SessionToken?: string | undefined;
/**

@@ -370,3 +370,3 @@ * <p>Command to start a new session. A session token is obtained as part of the

*/
StartSession?: StartSessionRequest;
StartSession?: StartSessionRequest | undefined;
/**

@@ -376,3 +376,3 @@ * <p>Command to start a new transaction.</p>

*/
StartTransaction?: StartTransactionRequest;
StartTransaction?: StartTransactionRequest | undefined;
/**

@@ -382,3 +382,3 @@ * <p>Command to end the current session.</p>

*/
EndSession?: EndSessionRequest;
EndSession?: EndSessionRequest | undefined;
/**

@@ -388,3 +388,3 @@ * <p>Command to commit the specified transaction.</p>

*/
CommitTransaction?: CommitTransactionRequest;
CommitTransaction?: CommitTransactionRequest | undefined;
/**

@@ -394,3 +394,3 @@ * <p>Command to abort the current transaction.</p>

*/
AbortTransaction?: AbortTransactionRequest;
AbortTransaction?: AbortTransactionRequest | undefined;
/**

@@ -400,3 +400,3 @@ * <p>Command to execute a statement in the specified transaction.</p>

*/
ExecuteStatement?: ExecuteStatementRequest;
ExecuteStatement?: ExecuteStatementRequest | undefined;
/**

@@ -406,3 +406,3 @@ * <p>Command to fetch a page.</p>

*/
FetchPage?: FetchPageRequest;
FetchPage?: FetchPageRequest | undefined;
}

@@ -419,3 +419,3 @@ /**

*/
SessionToken?: string;
SessionToken?: string | undefined;
/**

@@ -425,3 +425,3 @@ * <p>Contains server-side performance information for the command.</p>

*/
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
}

@@ -437,3 +437,3 @@ /**

*/
TransactionId?: string;
TransactionId?: string | undefined;
/**

@@ -443,3 +443,3 @@ * <p>Contains server-side performance information for the command.</p>

*/
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
}

@@ -456,3 +456,3 @@ /**

*/
StartSession?: StartSessionResult;
StartSession?: StartSessionResult | undefined;
/**

@@ -462,3 +462,3 @@ * <p>Contains the details of the started transaction.</p>

*/
StartTransaction?: StartTransactionResult;
StartTransaction?: StartTransactionResult | undefined;
/**

@@ -468,3 +468,3 @@ * <p>Contains the details of the ended session.</p>

*/
EndSession?: EndSessionResult;
EndSession?: EndSessionResult | undefined;
/**

@@ -474,3 +474,3 @@ * <p>Contains the details of the committed transaction.</p>

*/
CommitTransaction?: CommitTransactionResult;
CommitTransaction?: CommitTransactionResult | undefined;
/**

@@ -480,3 +480,3 @@ * <p>Contains the details of the aborted transaction.</p>

*/
AbortTransaction?: AbortTransactionResult;
AbortTransaction?: AbortTransactionResult | undefined;
/**

@@ -486,3 +486,3 @@ * <p>Contains the details of the executed statement.</p>

*/
ExecuteStatement?: ExecuteStatementResult;
ExecuteStatement?: ExecuteStatementResult | undefined;
/**

@@ -492,3 +492,3 @@ * <p>Contains the details of the fetched page.</p>

*/
FetchPage?: FetchPageResult;
FetchPage?: FetchPageResult | undefined;
}

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

export interface TimingInformation {
ProcessingTimeMilliseconds?: number;
ProcessingTimeMilliseconds?: number | undefined;
}
export interface AbortTransactionResult {
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
}

@@ -14,4 +14,4 @@ export declare class BadRequestException extends __BaseException {

readonly $fault: "client";
Message?: string;
Code?: string;
Message?: string | undefined;
Code?: string | undefined;
constructor(

@@ -24,3 +24,3 @@ opts: __ExceptionOptionType<BadRequestException, __BaseException>

readonly $fault: "server";
Message?: string;
Message?: string | undefined;
constructor(

@@ -35,18 +35,18 @@ opts: __ExceptionOptionType<CapacityExceededException, __BaseException>

export interface IOUsage {
ReadIOs?: number;
WriteIOs?: number;
ReadIOs?: number | undefined;
WriteIOs?: number | undefined;
}
export interface CommitTransactionResult {
TransactionId?: string;
CommitDigest?: Uint8Array;
TimingInformation?: TimingInformation;
ConsumedIOs?: IOUsage;
TransactionId?: string | undefined;
CommitDigest?: Uint8Array | undefined;
TimingInformation?: TimingInformation | undefined;
ConsumedIOs?: IOUsage | undefined;
}
export interface EndSessionRequest {}
export interface EndSessionResult {
TimingInformation?: TimingInformation;
TimingInformation?: TimingInformation | undefined;
}
export interface ValueHolder {
IonBinary?: Uint8Array;
IonText?: string;
IonBinary?: Uint8Array | undefined;
IonText?: string | undefined;
}

@@ -56,12 +56,12 @@ export interface ExecuteStatementRequest {

Statement: string | undefined;
Parameters?: ValueHolder[];
Parameters?: ValueHolder[] | undefined;
}
export interface Page {
Values?: ValueHolder[];
NextPageToken?: string;
Values?: ValueHolder[] | undefined;
NextPageToken?: string | undefined;
}
export interface ExecuteStatementResult {
FirstPage?: Page;
TimingInformation?: TimingInformation;
ConsumedIOs?: IOUsage;
FirstPage?: Page | undefined;
TimingInformation?: TimingInformation | undefined;
ConsumedIOs?: IOUsage | undefined;
}

@@ -73,5 +73,5 @@ export interface FetchPageRequest {

export interface FetchPageResult {
Page?: Page;
TimingInformation?: TimingInformation;
ConsumedIOs?: IOUsage;
Page?: Page | undefined;
TimingInformation?: TimingInformation | undefined;
ConsumedIOs?: IOUsage | undefined;
}

@@ -81,4 +81,4 @@ export declare class InvalidSessionException extends __BaseException {

readonly $fault: "client";
Message?: string;
Code?: string;
Message?: string | undefined;
Code?: string | undefined;
constructor(

@@ -91,3 +91,3 @@ opts: __ExceptionOptionType<InvalidSessionException, __BaseException>

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(

@@ -100,3 +100,3 @@ opts: __ExceptionOptionType<LimitExceededException, __BaseException>

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(

@@ -109,3 +109,3 @@ opts: __ExceptionOptionType<OccConflictException, __BaseException>

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(

@@ -120,27 +120,27 @@ opts: __ExceptionOptionType<RateExceededException, __BaseException>

export interface SendCommandRequest {
SessionToken?: string;
StartSession?: StartSessionRequest;
StartTransaction?: StartTransactionRequest;
EndSession?: EndSessionRequest;
CommitTransaction?: CommitTransactionRequest;
AbortTransaction?: AbortTransactionRequest;
ExecuteStatement?: ExecuteStatementRequest;
FetchPage?: FetchPageRequest;
SessionToken?: string | undefined;
StartSession?: StartSessionRequest | undefined;
StartTransaction?: StartTransactionRequest | undefined;
EndSession?: EndSessionRequest | undefined;
CommitTransaction?: CommitTransactionRequest | undefined;
AbortTransaction?: AbortTransactionRequest | undefined;
ExecuteStatement?: ExecuteStatementRequest | undefined;
FetchPage?: FetchPageRequest | undefined;
}
export interface StartSessionResult {
SessionToken?: string;
TimingInformation?: TimingInformation;
SessionToken?: string | undefined;
TimingInformation?: TimingInformation | undefined;
}
export interface StartTransactionResult {
TransactionId?: string;
TimingInformation?: TimingInformation;
TransactionId?: string | undefined;
TimingInformation?: TimingInformation | undefined;
}
export interface SendCommandResult {
StartSession?: StartSessionResult;
StartTransaction?: StartTransactionResult;
EndSession?: EndSessionResult;
CommitTransaction?: CommitTransactionResult;
AbortTransaction?: AbortTransactionResult;
ExecuteStatement?: ExecuteStatementResult;
FetchPage?: FetchPageResult;
StartSession?: StartSessionResult | undefined;
StartTransaction?: StartTransactionResult | undefined;
EndSession?: EndSessionResult | undefined;
CommitTransaction?: CommitTransactionResult | undefined;
AbortTransaction?: AbortTransactionResult | undefined;
ExecuteStatement?: ExecuteStatementResult | undefined;
FetchPage?: FetchPageResult | undefined;
}
{
"name": "@aws-sdk/client-qldb-session",
"description": "AWS SDK for JavaScript Qldb Session Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.691.0",
"scripts": {

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

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.687.0",
"@aws-sdk/client-sts": "3.687.0",
"@aws-sdk/core": "3.686.0",
"@aws-sdk/credential-provider-node": "3.687.0",
"@aws-sdk/client-sso-oidc": "3.691.0",
"@aws-sdk/client-sts": "3.691.0",
"@aws-sdk/core": "3.691.0",
"@aws-sdk/credential-provider-node": "3.691.0",
"@aws-sdk/middleware-host-header": "3.686.0",
"@aws-sdk/middleware-logger": "3.686.0",
"@aws-sdk/middleware-recursion-detection": "3.686.0",
"@aws-sdk/middleware-user-agent": "3.687.0",
"@aws-sdk/middleware-user-agent": "3.691.0",
"@aws-sdk/region-config-resolver": "3.686.0",

@@ -36,3 +36,3 @@ "@aws-sdk/types": "3.686.0",

"@aws-sdk/util-user-agent-browser": "3.686.0",
"@aws-sdk/util-user-agent-node": "3.687.0",
"@aws-sdk/util-user-agent-node": "3.691.0",
"@smithy/config-resolver": "^3.0.10",

@@ -39,0 +39,0 @@ "@smithy/core": "^2.5.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