@aws-sdk/middleware-sdk-sqs
Advanced tools
Comparing version 3.357.0 to 3.363.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getReceiveMessagePlugin = exports.receiveMessageMiddlewareOptions = exports.receiveMessageMiddleware = void 0; | ||
const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding"); | ||
const util_utf8_1 = require("@aws-sdk/util-utf8"); | ||
const util_hex_encoding_1 = require("@smithy/util-hex-encoding"); | ||
const util_utf8_1 = require("@smithy/util-utf8"); | ||
function receiveMessageMiddleware(options) { | ||
@@ -7,0 +7,0 @@ return (next) => async (args) => { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getSendMessageBatchPlugin = exports.sendMessageBatchMiddlewareOptions = exports.sendMessageBatchMiddleware = void 0; | ||
const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding"); | ||
const util_utf8_1 = require("@aws-sdk/util-utf8"); | ||
const util_hex_encoding_1 = require("@smithy/util-hex-encoding"); | ||
const util_utf8_1 = require("@smithy/util-utf8"); | ||
const sendMessageBatchMiddleware = (options) => (next) => async (args) => { | ||
@@ -7,0 +7,0 @@ const resp = await next({ ...args }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getSendMessagePlugin = exports.sendMessageMiddlewareOptions = exports.sendMessageMiddleware = void 0; | ||
const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding"); | ||
const util_utf8_1 = require("@aws-sdk/util-utf8"); | ||
const util_hex_encoding_1 = require("@smithy/util-hex-encoding"); | ||
const util_utf8_1 = require("@smithy/util-utf8"); | ||
const sendMessageMiddleware = (options) => (next) => async (args) => { | ||
@@ -7,0 +7,0 @@ const resp = await next({ ...args }); |
@@ -1,3 +0,3 @@ | ||
import { toHex } from "@aws-sdk/util-hex-encoding"; | ||
import { toUint8Array } from "@aws-sdk/util-utf8"; | ||
import { toHex } from "@smithy/util-hex-encoding"; | ||
import { toUint8Array } from "@smithy/util-utf8"; | ||
export function receiveMessageMiddleware(options) { | ||
@@ -4,0 +4,0 @@ return (next) => async (args) => { |
@@ -1,3 +0,3 @@ | ||
import { toHex } from "@aws-sdk/util-hex-encoding"; | ||
import { toUint8Array } from "@aws-sdk/util-utf8"; | ||
import { toHex } from "@smithy/util-hex-encoding"; | ||
import { toUint8Array } from "@smithy/util-utf8"; | ||
export const sendMessageBatchMiddleware = (options) => (next) => async (args) => { | ||
@@ -4,0 +4,0 @@ const resp = await next({ ...args }); |
@@ -1,3 +0,3 @@ | ||
import { toHex } from "@aws-sdk/util-hex-encoding"; | ||
import { toUint8Array } from "@aws-sdk/util-utf8"; | ||
import { toHex } from "@smithy/util-hex-encoding"; | ||
import { toUint8Array } from "@smithy/util-utf8"; | ||
export const sendMessageMiddleware = (options) => (next) => async (args) => { | ||
@@ -4,0 +4,0 @@ const resp = await next({ ...args }); |
@@ -1,4 +0,4 @@ | ||
import { ChecksumConstructor, HashConstructor } from "@aws-sdk/types"; | ||
import { ChecksumConstructor, HashConstructor } from "@smithy/types"; | ||
export interface PreviouslyResolved { | ||
md5: ChecksumConstructor | HashConstructor; | ||
} |
@@ -1,2 +0,2 @@ | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types"; | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types"; | ||
import { PreviouslyResolved } from "./configurations"; | ||
@@ -3,0 +3,0 @@ export declare function receiveMessageMiddleware(options: PreviouslyResolved): InitializeMiddleware<any, any>; |
@@ -1,2 +0,2 @@ | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types"; | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types"; | ||
import { PreviouslyResolved } from "./configurations"; | ||
@@ -3,0 +3,0 @@ export declare const sendMessageBatchMiddleware: (options: PreviouslyResolved) => InitializeMiddleware<any, any>; |
@@ -1,2 +0,2 @@ | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types"; | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types"; | ||
import { PreviouslyResolved } from "./configurations"; | ||
@@ -3,0 +3,0 @@ export declare const sendMessageMiddleware: (options: PreviouslyResolved) => InitializeMiddleware<any, any>; |
@@ -1,4 +0,4 @@ | ||
import { ChecksumConstructor, HashConstructor } from "@aws-sdk/types"; | ||
import { ChecksumConstructor, HashConstructor } from "@smithy/types"; | ||
export interface PreviouslyResolved { | ||
md5: ChecksumConstructor | HashConstructor; | ||
} |
@@ -5,3 +5,3 @@ import { | ||
Pluggable, | ||
} from "@aws-sdk/types"; | ||
} from "@smithy/types"; | ||
import { PreviouslyResolved } from "./configurations"; | ||
@@ -8,0 +8,0 @@ export declare function receiveMessageMiddleware( |
@@ -5,3 +5,3 @@ import { | ||
Pluggable, | ||
} from "@aws-sdk/types"; | ||
} from "@smithy/types"; | ||
import { PreviouslyResolved } from "./configurations"; | ||
@@ -8,0 +8,0 @@ export declare const sendMessageBatchMiddleware: ( |
@@ -5,3 +5,3 @@ import { | ||
Pluggable, | ||
} from "@aws-sdk/types"; | ||
} from "@smithy/types"; | ||
import { PreviouslyResolved } from "./configurations"; | ||
@@ -8,0 +8,0 @@ export declare const sendMessageMiddleware: ( |
{ | ||
"name": "@aws-sdk/middleware-sdk-sqs", | ||
"version": "3.357.0", | ||
"version": "3.363.0", | ||
"scripts": { | ||
@@ -25,4 +25,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-sdk/types": "3.357.0", | ||
"@aws-sdk/util-hex-encoding": "3.310.0", | ||
"@aws-sdk/util-utf8": "3.310.0", | ||
"@smithy/types": "^1.1.0", | ||
"@smithy/util-hex-encoding": "^1.0.1", | ||
"@smithy/util-utf8": "^1.0.1", | ||
"tslib": "^2.5.0" | ||
@@ -29,0 +30,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25206
5
+ Added@smithy/types@^1.1.0
+ Added@smithy/util-utf8@^1.0.1
+ Added@smithy/is-array-buffer@1.1.0(transitive)
+ Added@smithy/types@1.2.0(transitive)
+ Added@smithy/util-buffer-from@1.1.0(transitive)
+ Added@smithy/util-hex-encoding@1.1.0(transitive)
+ Added@smithy/util-utf8@1.1.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.310.0
- Removed@aws-sdk/util-utf8@3.310.0
- Removed@aws-sdk/is-array-buffer@3.310.0(transitive)
- Removed@aws-sdk/util-buffer-from@3.310.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.310.0(transitive)
- Removed@aws-sdk/util-utf8@3.310.0(transitive)