@aws-sdk/middleware-sdk-sqs 3.972.9 → 3.972.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointV2, FinalizeHandlerArguments, FinalizeHandlerOutput, HandlerExecutionContext, Pluggable, Provider, RelativeMiddlewareOptions } from "@aws-sdk/types";
|
|
1
|
+
import type { Endpoint, EndpointV2, FinalizeHandlerArguments, FinalizeHandlerOutput, HandlerExecutionContext, Pluggable, Provider, RelativeMiddlewareOptions } from "@aws-sdk/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
2
|
-
import { PreviouslyResolved } from "./configurations";
|
|
1
|
+
import type { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
2
|
+
import type { PreviouslyResolved } from "./configurations";
|
|
3
3
|
export declare function receiveMessageMiddleware(options: PreviouslyResolved): InitializeMiddleware<any, any>;
|
|
4
4
|
export declare const receiveMessageMiddlewareOptions: InitializeHandlerOptions;
|
|
5
5
|
export declare const getReceiveMessagePlugin: (config: PreviouslyResolved) => Pluggable<any, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
2
|
-
import { PreviouslyResolved } from "./configurations";
|
|
1
|
+
import type { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
2
|
+
import type { PreviouslyResolved } from "./configurations";
|
|
3
3
|
export declare const sendMessageBatchMiddleware: (options: PreviouslyResolved) => InitializeMiddleware<any, any>;
|
|
4
4
|
export declare const sendMessageBatchMiddlewareOptions: InitializeHandlerOptions;
|
|
5
5
|
export declare const getSendMessageBatchPlugin: (config: PreviouslyResolved) => Pluggable<any, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
2
|
-
import { PreviouslyResolved } from "./configurations";
|
|
1
|
+
import type { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
2
|
+
import type { PreviouslyResolved } from "./configurations";
|
|
3
3
|
export declare const sendMessageMiddleware: (options: PreviouslyResolved) => InitializeMiddleware<any, any>;
|
|
4
4
|
export declare const sendMessageMiddlewareOptions: InitializeHandlerOptions;
|
|
5
5
|
export declare const getSendMessagePlugin: (config: PreviouslyResolved) => Pluggable<any, any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-sqs",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.11",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-sqs",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/types": "^3.973.
|
|
28
|
-
"@smithy/smithy-client": "^4.
|
|
29
|
-
"@smithy/types": "^4.
|
|
27
|
+
"@aws-sdk/types": "^3.973.4",
|
|
28
|
+
"@smithy/smithy-client": "^4.12.0",
|
|
29
|
+
"@smithy/types": "^4.13.0",
|
|
30
30
|
"@smithy/util-hex-encoding": "^4.2.1",
|
|
31
31
|
"@smithy/util-utf8": "^4.2.1",
|
|
32
32
|
"tslib": "^2.6.2"
|