@aws-sdk/client-sqs 3.1076.0 → 3.1078.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/index.js +45 -246
- package/dist-es/commandBuilder.js +18 -0
- package/dist-es/commands/AddPermissionCommand.js +2 -14
- package/dist-es/commands/CancelMessageMoveTaskCommand.js +2 -14
- package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +2 -14
- package/dist-es/commands/ChangeMessageVisibilityCommand.js +2 -14
- package/dist-es/commands/CreateQueueCommand.js +2 -14
- package/dist-es/commands/DeleteMessageBatchCommand.js +2 -14
- package/dist-es/commands/DeleteMessageCommand.js +2 -14
- package/dist-es/commands/DeleteQueueCommand.js +2 -14
- package/dist-es/commands/GetQueueAttributesCommand.js +2 -14
- package/dist-es/commands/GetQueueUrlCommand.js +2 -14
- package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +2 -14
- package/dist-es/commands/ListMessageMoveTasksCommand.js +2 -14
- package/dist-es/commands/ListQueueTagsCommand.js +2 -14
- package/dist-es/commands/ListQueuesCommand.js +2 -14
- package/dist-es/commands/PurgeQueueCommand.js +2 -14
- package/dist-es/commands/ReceiveMessageCommand.js +2 -20
- package/dist-es/commands/RemovePermissionCommand.js +2 -14
- package/dist-es/commands/SendMessageBatchCommand.js +2 -18
- package/dist-es/commands/SendMessageCommand.js +2 -18
- package/dist-es/commands/SetQueueAttributesCommand.js +2 -14
- package/dist-es/commands/StartMessageMoveTaskCommand.js +2 -14
- package/dist-es/commands/TagQueueCommand.js +2 -14
- package/dist-es/commands/UntagQueueCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -4
- package/dist-es/runtimeConfig.js +1 -3
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/commandBuilder.d.ts +30 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +3 -8
- package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +3 -8
- package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +3 -8
- package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +3 -8
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMessageBatchCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMessageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQueueCommand.d.ts +3 -8
- package/dist-types/commands/GetQueueAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetQueueUrlCommand.d.ts +3 -8
- package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +3 -8
- package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListQueueTagsCommand.d.ts +3 -8
- package/dist-types/commands/ListQueuesCommand.d.ts +3 -8
- package/dist-types/commands/PurgeQueueCommand.d.ts +3 -8
- package/dist-types/commands/ReceiveMessageCommand.d.ts +3 -8
- package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
- package/dist-types/commands/SendMessageBatchCommand.d.ts +3 -8
- package/dist-types/commands/SendMessageCommand.d.ts +3 -8
- package/dist-types/commands/SetQueueAttributesCommand.d.ts +3 -8
- package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +3 -8
- package/dist-types/commands/TagQueueCommand.d.ts +3 -8
- package/dist-types/commands/UntagQueueCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +25 -26
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +64 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -42
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +10 -12
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ListQueuesRequest, ListQueuesResult } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SQSClientResolvedConfig,
|
|
8
|
-
} from "../SQSClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListQueuesCommandInput extends ListQueuesRequest {}
|
|
12
5
|
export interface ListQueuesCommandOutput
|
|
13
6
|
extends ListQueuesResult,
|
|
@@ -18,22 +11,20 @@ declare const ListQueuesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListQueuesCommandInput,
|
|
20
13
|
ListQueuesCommandOutput,
|
|
21
|
-
SQSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SQSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListQueuesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListQueuesCommandInput,
|
|
29
22
|
ListQueuesCommandOutput,
|
|
30
|
-
SQSClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SQSClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { PurgeQueueRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SQSClientResolvedConfig,
|
|
8
|
-
} from "../SQSClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PurgeQueueCommandInput extends PurgeQueueRequest {}
|
|
12
5
|
export interface PurgeQueueCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const PurgeQueueCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const PurgeQueueCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
PurgeQueueCommandInput,
|
|
18
11
|
PurgeQueueCommandOutput,
|
|
19
|
-
SQSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SQSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: PurgeQueueCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
PurgeQueueCommandInput,
|
|
27
20
|
PurgeQueueCommandOutput,
|
|
28
|
-
SQSClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").SQSClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class PurgeQueueCommand extends PurgeQueueCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ReceiveMessageRequest,
|
|
5
4
|
ReceiveMessageResult,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SQSClientResolvedConfig,
|
|
11
|
-
} from "../SQSClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ReceiveMessageCommandInput extends ReceiveMessageRequest {}
|
|
15
8
|
export interface ReceiveMessageCommandOutput
|
|
16
9
|
extends ReceiveMessageResult,
|
|
@@ -21,22 +14,20 @@ declare const ReceiveMessageCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ReceiveMessageCommandInput,
|
|
23
16
|
ReceiveMessageCommandOutput,
|
|
24
|
-
SQSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SQSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ReceiveMessageCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ReceiveMessageCommandInput,
|
|
32
25
|
ReceiveMessageCommandOutput,
|
|
33
|
-
SQSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SQSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { RemovePermissionRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SQSClientResolvedConfig,
|
|
8
|
-
} from "../SQSClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
|
|
12
5
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const RemovePermissionCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const RemovePermissionCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
RemovePermissionCommandInput,
|
|
18
11
|
RemovePermissionCommandOutput,
|
|
19
|
-
SQSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SQSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: RemovePermissionCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
RemovePermissionCommandInput,
|
|
27
20
|
RemovePermissionCommandOutput,
|
|
28
|
-
SQSClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").SQSClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
SendMessageBatchRequest,
|
|
5
4
|
SendMessageBatchResult,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SQSClientResolvedConfig,
|
|
11
|
-
} from "../SQSClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {}
|
|
15
8
|
export interface SendMessageBatchCommandOutput
|
|
16
9
|
extends SendMessageBatchResult,
|
|
@@ -21,22 +14,20 @@ declare const SendMessageBatchCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
SendMessageBatchCommandInput,
|
|
23
16
|
SendMessageBatchCommandOutput,
|
|
24
|
-
SQSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SQSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: SendMessageBatchCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
SendMessageBatchCommandInput,
|
|
32
25
|
SendMessageBatchCommandOutput,
|
|
33
|
-
SQSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SQSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { SendMessageRequest, SendMessageResult } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SQSClientResolvedConfig,
|
|
8
|
-
} from "../SQSClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SendMessageCommandInput extends SendMessageRequest {}
|
|
12
5
|
export interface SendMessageCommandOutput
|
|
13
6
|
extends SendMessageResult,
|
|
@@ -18,22 +11,20 @@ declare const SendMessageCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
SendMessageCommandInput,
|
|
20
13
|
SendMessageCommandOutput,
|
|
21
|
-
SQSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SQSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: SendMessageCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
SendMessageCommandInput,
|
|
29
22
|
SendMessageCommandOutput,
|
|
30
|
-
SQSClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SQSClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class SendMessageCommand extends SendMessageCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { SetQueueAttributesRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SQSClientResolvedConfig,
|
|
8
|
-
} from "../SQSClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SetQueueAttributesCommandInput
|
|
12
5
|
extends SetQueueAttributesRequest {}
|
|
13
6
|
export interface SetQueueAttributesCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const SetQueueAttributesCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
SetQueueAttributesCommandInput,
|
|
19
12
|
SetQueueAttributesCommandOutput,
|
|
20
|
-
SQSClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").SQSClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: SetQueueAttributesCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
SetQueueAttributesCommandInput,
|
|
28
21
|
SetQueueAttributesCommandOutput,
|
|
29
|
-
SQSClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").SQSClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class SetQueueAttributesCommand extends SetQueueAttributesCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
StartMessageMoveTaskRequest,
|
|
5
4
|
StartMessageMoveTaskResult,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SQSClientResolvedConfig,
|
|
11
|
-
} from "../SQSClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartMessageMoveTaskCommandInput
|
|
15
8
|
extends StartMessageMoveTaskRequest {}
|
|
16
9
|
export interface StartMessageMoveTaskCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartMessageMoveTaskCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartMessageMoveTaskCommandInput,
|
|
24
17
|
StartMessageMoveTaskCommandOutput,
|
|
25
|
-
SQSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SQSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartMessageMoveTaskCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartMessageMoveTaskCommandInput,
|
|
33
26
|
StartMessageMoveTaskCommandOutput,
|
|
34
|
-
SQSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SQSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartMessageMoveTaskCommand extends StartMessageMoveTaskCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { TagQueueRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SQSClientResolvedConfig,
|
|
8
|
-
} from "../SQSClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagQueueCommandInput extends TagQueueRequest {}
|
|
12
5
|
export interface TagQueueCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const TagQueueCommand_base: {
|
|
14
7
|
new (input: TagQueueCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
8
|
TagQueueCommandInput,
|
|
16
9
|
TagQueueCommandOutput,
|
|
17
|
-
SQSClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
10
|
+
import("..").SQSClientResolvedConfig,
|
|
11
|
+
import("..").ServiceInputTypes,
|
|
12
|
+
import("..").ServiceOutputTypes
|
|
20
13
|
>;
|
|
21
14
|
new (input: TagQueueCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
TagQueueCommandInput,
|
|
23
16
|
TagQueueCommandOutput,
|
|
24
|
-
SQSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SQSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
21
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
22
|
};
|
|
32
23
|
export declare class TagQueueCommand extends TagQueueCommand_base {
|
|
33
24
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UntagQueueRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SQSClientResolvedConfig,
|
|
8
|
-
} from "../SQSClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UntagQueueCommandInput extends UntagQueueRequest {}
|
|
12
5
|
export interface UntagQueueCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const UntagQueueCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const UntagQueueCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
UntagQueueCommandInput,
|
|
18
11
|
UntagQueueCommandOutput,
|
|
19
|
-
SQSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SQSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: UntagQueueCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
UntagQueueCommandInput,
|
|
27
20
|
UntagQueueCommandOutput,
|
|
28
|
-
SQSClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").SQSClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class UntagQueueCommand extends UntagQueueCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { SQSExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
|
@@ -15,13 +15,11 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
15
15
|
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
16
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
|
-
md5: false | import("@smithy/types").HashConstructor;
|
|
19
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
20
19
|
requestHandler:
|
|
21
20
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
22
21
|
| RequestHandler;
|
|
23
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
25
23
|
streamCollector: (
|
|
26
24
|
stream:
|
|
27
25
|
| import("stream").Readable
|
|
@@ -43,6 +41,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
43
41
|
[setting: string]: unknown;
|
|
44
42
|
};
|
|
45
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
46
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
47
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
48
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -51,6 +50,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
51
50
|
disableHostPrefix: boolean;
|
|
52
51
|
serviceId: string;
|
|
53
52
|
profile?: string;
|
|
53
|
+
md5: false | import("@smithy/types").HashConstructor;
|
|
54
54
|
logger: import("@smithy/types").Logger;
|
|
55
55
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
56
56
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
@@ -1,29 +1,26 @@
|
|
|
1
|
-
import { HashConstructor as __HashConstructor } from "@aws-sdk/types";
|
|
2
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
3
2
|
import { SQSClientConfig } from "./SQSClient";
|
|
4
3
|
export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
|
-
defaultsMode: import("@
|
|
5
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
7
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
8
7
|
>;
|
|
9
|
-
authSchemePreference: string[] | import("@
|
|
10
|
-
bodyLengthChecker: import("@
|
|
8
|
+
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
10
|
credentialDefaultProvider:
|
|
12
|
-
| ((input: any) => import("@
|
|
11
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
12
|
| ((
|
|
14
13
|
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
15
14
|
) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
16
15
|
defaultUserAgentProvider: (
|
|
17
16
|
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
18
|
-
) => Promise<import("@
|
|
19
|
-
maxAttempts: number | import("@
|
|
20
|
-
|
|
21
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
22
20
|
requestHandler:
|
|
23
21
|
| RequestHandler
|
|
24
22
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
|
-
retryMode: string | import("@
|
|
26
|
-
sha256: __HashConstructor;
|
|
23
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
24
|
streamCollector: (
|
|
28
25
|
stream:
|
|
29
26
|
| import("stream").Readable
|
|
@@ -31,11 +28,9 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
31
28
|
| ReadableStream
|
|
32
29
|
| Blob
|
|
33
30
|
) => Promise<Uint8Array>;
|
|
34
|
-
useDualstackEndpoint: boolean | import("@
|
|
35
|
-
useFipsEndpoint: boolean | import("@
|
|
36
|
-
userAgentAppId:
|
|
37
|
-
| string
|
|
38
|
-
| import("@aws-sdk/types").Provider<string | undefined>;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
33
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
39
34
|
cacheMiddleware?: boolean | undefined;
|
|
40
35
|
protocol:
|
|
41
36
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
@@ -46,63 +41,63 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
46
41
|
[setting: string]: unknown;
|
|
47
42
|
};
|
|
48
43
|
apiVersion: string;
|
|
49
|
-
|
|
50
|
-
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
46
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
51
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
52
|
-
utf8Decoder: import("@
|
|
48
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
53
49
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
54
50
|
disableHostPrefix: boolean;
|
|
55
51
|
serviceId: string;
|
|
56
52
|
profile?: string;
|
|
57
|
-
|
|
53
|
+
md5: false | import("@smithy/types").HashConstructor;
|
|
54
|
+
logger: import("@smithy/types").Logger;
|
|
58
55
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
59
|
-
customUserAgent?: string | import("@
|
|
56
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
57
|
retryStrategy?:
|
|
61
|
-
| import("@
|
|
62
|
-
| import("@
|
|
58
|
+
| import("@smithy/types").RetryStrategy
|
|
59
|
+
| import("@smithy/types").RetryStrategyV2;
|
|
63
60
|
endpoint?:
|
|
64
61
|
| ((
|
|
65
62
|
| string
|
|
66
|
-
| import("@
|
|
67
|
-
| import("@
|
|
68
|
-
| import("@
|
|
69
|
-
| import("@
|
|
63
|
+
| import("@smithy/types").Endpoint
|
|
64
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
65
|
+
| import("@smithy/types").EndpointV2
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
70
67
|
) &
|
|
71
68
|
(
|
|
72
69
|
| string
|
|
73
|
-
| import("@
|
|
74
|
-
| import("@
|
|
75
|
-
| import("@
|
|
76
|
-
| import("@
|
|
77
|
-
| import("@
|
|
78
|
-
import("@aws-sdk/types").EndpointV2
|
|
79
|
-
>
|
|
70
|
+
| import("@smithy/types").Provider<string>
|
|
71
|
+
| import("@smithy/types").Endpoint
|
|
72
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
73
|
+
| import("@smithy/types").EndpointV2
|
|
74
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
80
75
|
))
|
|
81
76
|
| undefined;
|
|
82
77
|
endpointProvider: (
|
|
83
78
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
79
|
context?: {
|
|
85
|
-
logger?: import("@
|
|
80
|
+
logger?: import("@smithy/types").Logger;
|
|
86
81
|
}
|
|
87
|
-
) => import("@
|
|
82
|
+
) => import("@smithy/types").EndpointV2;
|
|
88
83
|
tls?: boolean;
|
|
89
84
|
serviceConfiguredEndpoint?: never;
|
|
90
85
|
useQueueUrlAsEndpoint?: boolean;
|
|
91
86
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
92
87
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
|
|
93
88
|
credentials?:
|
|
94
|
-
| import("@
|
|
95
|
-
| import("@
|
|
89
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
90
|
+
| import("@smithy/types").AwsCredentialIdentityProvider;
|
|
96
91
|
signer?:
|
|
97
|
-
| import("@
|
|
92
|
+
| import("@smithy/types").RequestSigner
|
|
98
93
|
| ((
|
|
99
|
-
authScheme?: import("@
|
|
100
|
-
) => Promise<import("@
|
|
94
|
+
authScheme?: import("@smithy/types").AuthScheme
|
|
95
|
+
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
96
|
signingEscapePath?: boolean;
|
|
102
97
|
systemClockOffset?: number;
|
|
103
98
|
signingRegion?: string;
|
|
104
99
|
signerConstructor?: new (
|
|
105
100
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
101
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
107
|
-
) => import("@
|
|
102
|
+
) => import("@smithy/types").RequestSigner;
|
|
108
103
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { SQSClientConfig } from "./SQSClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|