@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
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
SQSClientResolvedConfig,
|
|
6
|
+
} from "./SQSClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
SQSClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
SQSClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
47
|
+
export declare const _mw1: (
|
|
48
|
+
Command: any,
|
|
49
|
+
cs: any,
|
|
50
|
+
config: any,
|
|
51
|
+
o: any
|
|
52
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
53
|
+
export declare const _mw2: (
|
|
54
|
+
Command: any,
|
|
55
|
+
cs: any,
|
|
56
|
+
config: any,
|
|
57
|
+
o: any
|
|
58
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
59
|
+
export declare const _mw3: (
|
|
60
|
+
Command: any,
|
|
61
|
+
cs: any,
|
|
62
|
+
config: any,
|
|
63
|
+
o: any
|
|
64
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -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 { AddPermissionRequest } 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 AddPermissionCommandInput extends AddPermissionRequest {}
|
|
12
5
|
export interface AddPermissionCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const AddPermissionCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const AddPermissionCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
AddPermissionCommandInput,
|
|
18
11
|
AddPermissionCommandOutput,
|
|
19
|
-
SQSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SQSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: AddPermissionCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
AddPermissionCommandInput,
|
|
27
20
|
AddPermissionCommandOutput,
|
|
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 AddPermissionCommand extends AddPermissionCommand_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
|
CancelMessageMoveTaskRequest,
|
|
5
4
|
CancelMessageMoveTaskResult,
|
|
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 CancelMessageMoveTaskCommandInput
|
|
15
8
|
extends CancelMessageMoveTaskRequest {}
|
|
16
9
|
export interface CancelMessageMoveTaskCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CancelMessageMoveTaskCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CancelMessageMoveTaskCommandInput,
|
|
24
17
|
CancelMessageMoveTaskCommandOutput,
|
|
25
|
-
SQSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SQSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CancelMessageMoveTaskCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CancelMessageMoveTaskCommandInput,
|
|
33
26
|
CancelMessageMoveTaskCommandOutput,
|
|
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 CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {
|
|
43
34
|
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
|
ChangeMessageVisibilityBatchRequest,
|
|
5
4
|
ChangeMessageVisibilityBatchResult,
|
|
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 ChangeMessageVisibilityBatchCommandInput
|
|
15
8
|
extends ChangeMessageVisibilityBatchRequest {}
|
|
16
9
|
export interface ChangeMessageVisibilityBatchCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ChangeMessageVisibilityBatchCommandInput,
|
|
24
17
|
ChangeMessageVisibilityBatchCommandOutput,
|
|
25
|
-
SQSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SQSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ChangeMessageVisibilityBatchCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ChangeMessageVisibilityBatchCommandInput,
|
|
33
26
|
ChangeMessageVisibilityBatchCommandOutput,
|
|
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 ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {
|
|
43
34
|
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 { ChangeMessageVisibilityRequest } 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 ChangeMessageVisibilityCommandInput
|
|
12
5
|
extends ChangeMessageVisibilityRequest {}
|
|
13
6
|
export interface ChangeMessageVisibilityCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const ChangeMessageVisibilityCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ChangeMessageVisibilityCommandInput,
|
|
20
13
|
ChangeMessageVisibilityCommandOutput,
|
|
21
|
-
SQSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SQSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ChangeMessageVisibilityCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ChangeMessageVisibilityCommandInput,
|
|
29
22
|
ChangeMessageVisibilityCommandOutput,
|
|
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 ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_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 { CreateQueueRequest, CreateQueueResult } 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 CreateQueueCommandInput extends CreateQueueRequest {}
|
|
12
5
|
export interface CreateQueueCommandOutput
|
|
13
6
|
extends CreateQueueResult,
|
|
@@ -18,22 +11,20 @@ declare const CreateQueueCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateQueueCommandInput,
|
|
20
13
|
CreateQueueCommandOutput,
|
|
21
|
-
SQSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SQSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateQueueCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateQueueCommandInput,
|
|
29
22
|
CreateQueueCommandOutput,
|
|
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 CreateQueueCommand extends CreateQueueCommand_base {
|
|
39
30
|
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
|
DeleteMessageBatchRequest,
|
|
5
4
|
DeleteMessageBatchResult,
|
|
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 DeleteMessageBatchCommandInput
|
|
15
8
|
extends DeleteMessageBatchRequest {}
|
|
16
9
|
export interface DeleteMessageBatchCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteMessageBatchCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteMessageBatchCommandInput,
|
|
24
17
|
DeleteMessageBatchCommandOutput,
|
|
25
|
-
SQSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SQSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteMessageBatchCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteMessageBatchCommandInput,
|
|
33
26
|
DeleteMessageBatchCommandOutput,
|
|
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 DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {
|
|
43
34
|
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 { DeleteMessageRequest } 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 DeleteMessageCommandInput extends DeleteMessageRequest {}
|
|
12
5
|
export interface DeleteMessageCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteMessageCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteMessageCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteMessageCommandInput,
|
|
18
11
|
DeleteMessageCommandOutput,
|
|
19
|
-
SQSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SQSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteMessageCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteMessageCommandInput,
|
|
27
20
|
DeleteMessageCommandOutput,
|
|
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 DeleteMessageCommand extends DeleteMessageCommand_base {
|
|
37
28
|
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 { DeleteQueueRequest } 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 DeleteQueueCommandInput extends DeleteQueueRequest {}
|
|
12
5
|
export interface DeleteQueueCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteQueueCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteQueueCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteQueueCommandInput,
|
|
18
11
|
DeleteQueueCommandOutput,
|
|
19
|
-
SQSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SQSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteQueueCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteQueueCommandInput,
|
|
27
20
|
DeleteQueueCommandOutput,
|
|
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 DeleteQueueCommand extends DeleteQueueCommand_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
|
GetQueueAttributesRequest,
|
|
5
4
|
GetQueueAttributesResult,
|
|
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 GetQueueAttributesCommandInput
|
|
15
8
|
extends GetQueueAttributesRequest {}
|
|
16
9
|
export interface GetQueueAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetQueueAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetQueueAttributesCommandInput,
|
|
24
17
|
GetQueueAttributesCommandOutput,
|
|
25
|
-
SQSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SQSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetQueueAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetQueueAttributesCommandInput,
|
|
33
26
|
GetQueueAttributesCommandOutput,
|
|
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 GetQueueAttributesCommand extends GetQueueAttributesCommand_base {
|
|
43
34
|
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 { GetQueueUrlRequest, GetQueueUrlResult } 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 GetQueueUrlCommandInput extends GetQueueUrlRequest {}
|
|
12
5
|
export interface GetQueueUrlCommandOutput
|
|
13
6
|
extends GetQueueUrlResult,
|
|
@@ -18,22 +11,20 @@ declare const GetQueueUrlCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetQueueUrlCommandInput,
|
|
20
13
|
GetQueueUrlCommandOutput,
|
|
21
|
-
SQSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SQSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetQueueUrlCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetQueueUrlCommandInput,
|
|
29
22
|
GetQueueUrlCommandOutput,
|
|
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 GetQueueUrlCommand extends GetQueueUrlCommand_base {
|
|
39
30
|
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
|
ListDeadLetterSourceQueuesRequest,
|
|
5
4
|
ListDeadLetterSourceQueuesResult,
|
|
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 ListDeadLetterSourceQueuesCommandInput
|
|
15
8
|
extends ListDeadLetterSourceQueuesRequest {}
|
|
16
9
|
export interface ListDeadLetterSourceQueuesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDeadLetterSourceQueuesCommandInput,
|
|
24
17
|
ListDeadLetterSourceQueuesCommandOutput,
|
|
25
|
-
SQSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SQSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListDeadLetterSourceQueuesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDeadLetterSourceQueuesCommandInput,
|
|
33
26
|
ListDeadLetterSourceQueuesCommandOutput,
|
|
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 ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {
|
|
43
34
|
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
|
ListMessageMoveTasksRequest,
|
|
5
4
|
ListMessageMoveTasksResult,
|
|
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 ListMessageMoveTasksCommandInput
|
|
15
8
|
extends ListMessageMoveTasksRequest {}
|
|
16
9
|
export interface ListMessageMoveTasksCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListMessageMoveTasksCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListMessageMoveTasksCommandInput,
|
|
24
17
|
ListMessageMoveTasksCommandOutput,
|
|
25
|
-
SQSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SQSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListMessageMoveTasksCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListMessageMoveTasksCommandInput,
|
|
33
26
|
ListMessageMoveTasksCommandOutput,
|
|
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 ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {
|
|
43
34
|
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 { ListQueueTagsRequest, ListQueueTagsResult } 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 ListQueueTagsCommandInput extends ListQueueTagsRequest {}
|
|
12
5
|
export interface ListQueueTagsCommandOutput
|
|
13
6
|
extends ListQueueTagsResult,
|
|
@@ -18,22 +11,20 @@ declare const ListQueueTagsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListQueueTagsCommandInput,
|
|
20
13
|
ListQueueTagsCommandOutput,
|
|
21
|
-
SQSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SQSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListQueueTagsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListQueueTagsCommandInput,
|
|
29
22
|
ListQueueTagsCommandOutput,
|
|
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 ListQueueTagsCommand extends ListQueueTagsCommand_base {
|
|
39
30
|
protected static __types: {
|