@aws-sdk/client-sqs 3.1045.0 → 3.1047.0
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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +64 -65
- package/dist-cjs/models/SQSServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +19 -23
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SQS.js +1 -1
- package/dist-es/SQSClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddPermissionCommand.js +2 -2
- package/dist-es/commands/CancelMessageMoveTaskCommand.js +2 -2
- package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +2 -2
- package/dist-es/commands/ChangeMessageVisibilityCommand.js +2 -2
- package/dist-es/commands/CreateQueueCommand.js +2 -2
- package/dist-es/commands/DeleteMessageBatchCommand.js +2 -2
- package/dist-es/commands/DeleteMessageCommand.js +2 -2
- package/dist-es/commands/DeleteQueueCommand.js +2 -2
- package/dist-es/commands/GetQueueAttributesCommand.js +2 -2
- package/dist-es/commands/GetQueueUrlCommand.js +2 -2
- package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +2 -2
- package/dist-es/commands/ListMessageMoveTasksCommand.js +2 -2
- package/dist-es/commands/ListQueueTagsCommand.js +2 -2
- package/dist-es/commands/ListQueuesCommand.js +2 -2
- package/dist-es/commands/PurgeQueueCommand.js +2 -2
- package/dist-es/commands/ReceiveMessageCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SendMessageBatchCommand.js +2 -2
- package/dist-es/commands/SendMessageCommand.js +2 -2
- package/dist-es/commands/SetQueueAttributesCommand.js +2 -2
- package/dist-es/commands/StartMessageMoveTaskCommand.js +2 -2
- package/dist-es/commands/TagQueueCommand.js +2 -2
- package/dist-es/commands/UntagQueueCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SQSServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/SQSClient.d.ts +5 -5
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -4
- package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +6 -4
- package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +6 -4
- package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +6 -4
- package/dist-types/commands/CreateQueueCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMessageBatchCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMessageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQueueCommand.d.ts +6 -4
- package/dist-types/commands/GetQueueAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetQueueUrlCommand.d.ts +6 -4
- package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +6 -4
- package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +6 -4
- package/dist-types/commands/ListQueueTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListQueuesCommand.d.ts +6 -4
- package/dist-types/commands/PurgeQueueCommand.d.ts +6 -4
- package/dist-types/commands/ReceiveMessageCommand.d.ts +6 -4
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/commands/SendMessageBatchCommand.d.ts +6 -4
- package/dist-types/commands/SendMessageCommand.d.ts +6 -4
- package/dist-types/commands/SetQueueAttributesCommand.d.ts +6 -4
- package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +6 -4
- package/dist-types/commands/TagQueueCommand.d.ts +6 -4
- package/dist-types/commands/UntagQueueCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SQSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SQSClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SQSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +15 -37
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteMessageRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface DeleteMessageCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteMessageCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteMessageCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteMessageCommandInput,
|
|
18
18
|
DeleteMessageCommandOutput,
|
|
19
19
|
SQSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteMessageCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteMessageCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteMessageCommandInput,
|
|
27
27
|
DeleteMessageCommandOutput,
|
|
28
28
|
SQSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteMessageCommand extends DeleteMessageCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteQueueRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface DeleteQueueCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteQueueCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteQueueCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteQueueCommandInput,
|
|
18
18
|
DeleteQueueCommandOutput,
|
|
19
19
|
SQSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteQueueCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteQueueCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteQueueCommandInput,
|
|
27
27
|
DeleteQueueCommandOutput,
|
|
28
28
|
SQSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetQueueAttributesRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetQueueAttributesCommandOutput
|
|
|
19
19
|
declare const GetQueueAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetQueueAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetQueueAttributesCommandInput,
|
|
24
24
|
GetQueueAttributesCommandOutput,
|
|
25
25
|
SQSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetQueueAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetQueueAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetQueueAttributesCommandInput,
|
|
33
33
|
GetQueueAttributesCommandOutput,
|
|
34
34
|
SQSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetQueueAttributesCommand extends GetQueueAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetQueueUrlRequest, GetQueueUrlResult } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetQueueUrlCommandOutput
|
|
|
15
15
|
declare const GetQueueUrlCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetQueueUrlCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetQueueUrlCommandInput,
|
|
20
20
|
GetQueueUrlCommandOutput,
|
|
21
21
|
SQSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetQueueUrlCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetQueueUrlCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetQueueUrlCommandInput,
|
|
29
29
|
GetQueueUrlCommandOutput,
|
|
30
30
|
SQSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetQueueUrlCommand extends GetQueueUrlCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListDeadLetterSourceQueuesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListDeadLetterSourceQueuesCommandOutput
|
|
|
19
19
|
declare const ListDeadLetterSourceQueuesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDeadLetterSourceQueuesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDeadLetterSourceQueuesCommandInput,
|
|
24
24
|
ListDeadLetterSourceQueuesCommandOutput,
|
|
25
25
|
SQSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDeadLetterSourceQueuesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDeadLetterSourceQueuesCommandInput,
|
|
33
33
|
ListDeadLetterSourceQueuesCommandOutput,
|
|
34
34
|
SQSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListMessageMoveTasksRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListMessageMoveTasksCommandOutput
|
|
|
19
19
|
declare const ListMessageMoveTasksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListMessageMoveTasksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListMessageMoveTasksCommandInput,
|
|
24
24
|
ListMessageMoveTasksCommandOutput,
|
|
25
25
|
SQSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListMessageMoveTasksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListMessageMoveTasksCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListMessageMoveTasksCommandInput,
|
|
33
33
|
ListMessageMoveTasksCommandOutput,
|
|
34
34
|
SQSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListQueueTagsRequest, ListQueueTagsResult } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListQueueTagsCommandOutput
|
|
|
15
15
|
declare const ListQueueTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListQueueTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListQueueTagsCommandInput,
|
|
20
20
|
ListQueueTagsCommandOutput,
|
|
21
21
|
SQSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListQueueTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListQueueTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListQueueTagsCommandInput,
|
|
29
29
|
ListQueueTagsCommandOutput,
|
|
30
30
|
SQSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListQueueTagsCommand extends ListQueueTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListQueuesRequest, ListQueuesResult } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListQueuesCommandOutput
|
|
|
15
15
|
declare const ListQueuesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListQueuesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListQueuesCommandInput,
|
|
20
20
|
ListQueuesCommandOutput,
|
|
21
21
|
SQSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListQueuesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListQueuesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListQueuesCommandInput,
|
|
29
29
|
ListQueuesCommandOutput,
|
|
30
30
|
SQSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PurgeQueueRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface PurgeQueueCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const PurgeQueueCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: PurgeQueueCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
PurgeQueueCommandInput,
|
|
18
18
|
PurgeQueueCommandOutput,
|
|
19
19
|
SQSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const PurgeQueueCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: PurgeQueueCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
PurgeQueueCommandInput,
|
|
27
27
|
PurgeQueueCommandOutput,
|
|
28
28
|
SQSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class PurgeQueueCommand extends PurgeQueueCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ReceiveMessageRequest,
|
|
@@ -18,7 +18,7 @@ export interface ReceiveMessageCommandOutput
|
|
|
18
18
|
declare const ReceiveMessageCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ReceiveMessageCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ReceiveMessageCommandInput,
|
|
23
23
|
ReceiveMessageCommandOutput,
|
|
24
24
|
SQSClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ReceiveMessageCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ReceiveMessageCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ReceiveMessageCommandInput,
|
|
32
32
|
ReceiveMessageCommandOutput,
|
|
33
33
|
SQSClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { RemovePermissionRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const RemovePermissionCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: RemovePermissionCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
RemovePermissionCommandInput,
|
|
18
18
|
RemovePermissionCommandOutput,
|
|
19
19
|
SQSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const RemovePermissionCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: RemovePermissionCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
RemovePermissionCommandInput,
|
|
27
27
|
RemovePermissionCommandOutput,
|
|
28
28
|
SQSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
SendMessageBatchRequest,
|
|
@@ -18,7 +18,7 @@ export interface SendMessageBatchCommandOutput
|
|
|
18
18
|
declare const SendMessageBatchCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: SendMessageBatchCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
SendMessageBatchCommandInput,
|
|
23
23
|
SendMessageBatchCommandOutput,
|
|
24
24
|
SQSClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const SendMessageBatchCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: SendMessageBatchCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
SendMessageBatchCommandInput,
|
|
32
32
|
SendMessageBatchCommandOutput,
|
|
33
33
|
SQSClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { SendMessageRequest, SendMessageResult } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface SendMessageCommandOutput
|
|
|
15
15
|
declare const SendMessageCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: SendMessageCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
SendMessageCommandInput,
|
|
20
20
|
SendMessageCommandOutput,
|
|
21
21
|
SQSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const SendMessageCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: SendMessageCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
SendMessageCommandInput,
|
|
29
29
|
SendMessageCommandOutput,
|
|
30
30
|
SQSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class SendMessageCommand extends SendMessageCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { SetQueueAttributesRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface SetQueueAttributesCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const SetQueueAttributesCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: SetQueueAttributesCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
SetQueueAttributesCommandInput,
|
|
19
19
|
SetQueueAttributesCommandOutput,
|
|
20
20
|
SQSClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const SetQueueAttributesCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: SetQueueAttributesCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
SetQueueAttributesCommandInput,
|
|
28
28
|
SetQueueAttributesCommandOutput,
|
|
29
29
|
SQSClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class SetQueueAttributesCommand extends SetQueueAttributesCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StartMessageMoveTaskRequest,
|
|
@@ -19,7 +19,7 @@ export interface StartMessageMoveTaskCommandOutput
|
|
|
19
19
|
declare const StartMessageMoveTaskCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartMessageMoveTaskCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartMessageMoveTaskCommandInput,
|
|
24
24
|
StartMessageMoveTaskCommandOutput,
|
|
25
25
|
SQSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartMessageMoveTaskCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartMessageMoveTaskCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartMessageMoveTaskCommandInput,
|
|
33
33
|
StartMessageMoveTaskCommandOutput,
|
|
34
34
|
SQSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartMessageMoveTaskCommand extends StartMessageMoveTaskCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagQueueRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,25 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface TagQueueCommandInput extends TagQueueRequest {}
|
|
12
12
|
export interface TagQueueCommandOutput extends __MetadataBearer {}
|
|
13
13
|
declare const TagQueueCommand_base: {
|
|
14
|
-
new (
|
|
15
|
-
input: TagQueueCommandInput
|
|
16
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
14
|
+
new (input: TagQueueCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
15
|
TagQueueCommandInput,
|
|
18
16
|
TagQueueCommandOutput,
|
|
19
17
|
SQSClientResolvedConfig,
|
|
20
18
|
ServiceInputTypes,
|
|
21
19
|
ServiceOutputTypes
|
|
22
20
|
>;
|
|
23
|
-
new (
|
|
24
|
-
input: TagQueueCommandInput
|
|
25
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
new (input: TagQueueCommandInput): import("@smithy/core/client").CommandImpl<
|
|
26
22
|
TagQueueCommandInput,
|
|
27
23
|
TagQueueCommandOutput,
|
|
28
24
|
SQSClientResolvedConfig,
|
|
29
25
|
ServiceInputTypes,
|
|
30
26
|
ServiceOutputTypes
|
|
31
27
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
33
31
|
};
|
|
34
32
|
export declare class TagQueueCommand extends TagQueueCommand_base {
|
|
35
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UntagQueueRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface UntagQueueCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const UntagQueueCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: UntagQueueCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
UntagQueueCommandInput,
|
|
18
18
|
UntagQueueCommandOutput,
|
|
19
19
|
SQSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const UntagQueueCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: UntagQueueCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
UntagQueueCommandInput,
|
|
27
27
|
UntagQueueCommandOutput,
|
|
28
28
|
SQSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class UntagQueueCommand extends UntagQueueCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface SQSExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class SQSServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { SQSServiceException as __BaseException } from "./SQSServiceException";
|
|
3
3
|
export declare class InvalidAddress extends __BaseException {
|
|
4
4
|
readonly name: "InvalidAddress";
|
|
@@ -3,7 +3,7 @@ import { SQSClientConfig } from "./SQSClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
18
18
|
md5: false | import("@smithy/types").HashConstructor;
|
|
19
19
|
region: string | import("@smithy/types").Provider<any>;
|
|
20
20
|
requestHandler:
|
|
21
|
-
| import("@smithy/
|
|
21
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
22
22
|
| RequestHandler;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
24
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -4,7 +4,7 @@ import { SQSClientConfig } from "./SQSClient";
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
-
import("@smithy/
|
|
7
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
8
8
|
>;
|
|
9
9
|
authSchemePreference: string[] | import("@aws-sdk/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
21
21
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
23
|
| RequestHandler
|
|
24
|
-
| import("@smithy/
|
|
24
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
26
26
|
sha256: __HashConstructor;
|
|
27
27
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|