@aws-sdk/client-sqs 3.650.0 → 3.654.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-types/commands/AddPermissionCommand.d.ts +11 -0
- package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +11 -0
- package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +11 -0
- package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +11 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMessageBatchCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMessageCommand.d.ts +11 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +11 -0
- package/dist-types/commands/GetQueueAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetQueueUrlCommand.d.ts +11 -0
- package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +11 -0
- package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +11 -0
- package/dist-types/commands/ListQueueTagsCommand.d.ts +11 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +11 -0
- package/dist-types/commands/PurgeQueueCommand.d.ts +11 -0
- package/dist-types/commands/ReceiveMessageCommand.d.ts +11 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
- package/dist-types/commands/SendMessageBatchCommand.d.ts +11 -0
- package/dist-types/commands/SendMessageCommand.d.ts +11 -0
- package/dist-types/commands/SetQueueAttributesCommand.d.ts +11 -0
- package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +11 -0
- package/dist-types/commands/TagQueueCommand.d.ts +11 -0
- package/dist-types/commands/UntagQueueCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +12 -1
- package/package.json +37 -37
|
@@ -132,4 +132,15 @@ declare const AddPermissionCommand_base: {
|
|
|
132
132
|
* @public
|
|
133
133
|
*/
|
|
134
134
|
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
135
|
+
/** @internal type navigation helper, not in runtime. */
|
|
136
|
+
protected static __types: {
|
|
137
|
+
api: {
|
|
138
|
+
input: AddPermissionRequest;
|
|
139
|
+
output: {};
|
|
140
|
+
};
|
|
141
|
+
sdk: {
|
|
142
|
+
input: AddPermissionCommandInput;
|
|
143
|
+
output: AddPermissionCommandOutput;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
135
146
|
}
|
|
@@ -105,4 +105,15 @@ declare const CancelMessageMoveTaskCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: CancelMessageMoveTaskRequest;
|
|
112
|
+
output: CancelMessageMoveTaskResult;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: CancelMessageMoveTaskCommandInput;
|
|
116
|
+
output: CancelMessageMoveTaskCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -130,4 +130,15 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
|
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
export declare class ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: ChangeMessageVisibilityBatchRequest;
|
|
137
|
+
output: ChangeMessageVisibilityBatchResult;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: ChangeMessageVisibilityBatchCommandInput;
|
|
141
|
+
output: ChangeMessageVisibilityBatchCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
133
144
|
}
|
|
@@ -135,4 +135,15 @@ declare const ChangeMessageVisibilityCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: ChangeMessageVisibilityRequest;
|
|
142
|
+
output: {};
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: ChangeMessageVisibilityCommandInput;
|
|
146
|
+
output: ChangeMessageVisibilityCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -156,4 +156,15 @@ declare const CreateQueueCommand_base: {
|
|
|
156
156
|
* @public
|
|
157
157
|
*/
|
|
158
158
|
export declare class CreateQueueCommand extends CreateQueueCommand_base {
|
|
159
|
+
/** @internal type navigation helper, not in runtime. */
|
|
160
|
+
protected static __types: {
|
|
161
|
+
api: {
|
|
162
|
+
input: CreateQueueRequest;
|
|
163
|
+
output: CreateQueueResult;
|
|
164
|
+
};
|
|
165
|
+
sdk: {
|
|
166
|
+
input: CreateQueueCommandInput;
|
|
167
|
+
output: CreateQueueCommandOutput;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
159
170
|
}
|
|
@@ -125,4 +125,15 @@ declare const DeleteMessageBatchCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: DeleteMessageBatchRequest;
|
|
132
|
+
output: DeleteMessageBatchResult;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: DeleteMessageBatchCommandInput;
|
|
136
|
+
output: DeleteMessageBatchCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -112,4 +112,15 @@ declare const DeleteMessageCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class DeleteMessageCommand extends DeleteMessageCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: DeleteMessageRequest;
|
|
119
|
+
output: {};
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: DeleteMessageCommandInput;
|
|
123
|
+
output: DeleteMessageCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -105,4 +105,15 @@ declare const DeleteQueueCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: DeleteQueueRequest;
|
|
112
|
+
output: {};
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: DeleteQueueCommandInput;
|
|
116
|
+
output: DeleteQueueCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -99,4 +99,15 @@ declare const GetQueueAttributesCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class GetQueueAttributesCommand extends GetQueueAttributesCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: GetQueueAttributesRequest;
|
|
106
|
+
output: GetQueueAttributesResult;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: GetQueueAttributesCommandInput;
|
|
110
|
+
output: GetQueueAttributesCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -97,4 +97,15 @@ declare const GetQueueUrlCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class GetQueueUrlCommand extends GetQueueUrlCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: GetQueueUrlRequest;
|
|
104
|
+
output: GetQueueUrlResult;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: GetQueueUrlCommandInput;
|
|
108
|
+
output: GetQueueUrlCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListDeadLetterSourceQueuesRequest;
|
|
110
|
+
output: ListDeadLetterSourceQueuesResult;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListDeadLetterSourceQueuesCommandInput;
|
|
114
|
+
output: ListDeadLetterSourceQueuesCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -116,4 +116,15 @@ declare const ListMessageMoveTasksCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: ListMessageMoveTasksRequest;
|
|
123
|
+
output: ListMessageMoveTasksResult;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: ListMessageMoveTasksCommandInput;
|
|
127
|
+
output: ListMessageMoveTasksCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListQueueTagsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListQueueTagsCommand extends ListQueueTagsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListQueueTagsRequest;
|
|
104
|
+
output: ListQueueTagsResult;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListQueueTagsCommandInput;
|
|
108
|
+
output: ListQueueTagsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -105,4 +105,15 @@ declare const ListQueuesCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: ListQueuesRequest;
|
|
112
|
+
output: ListQueuesResult;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: ListQueuesCommandInput;
|
|
116
|
+
output: ListQueuesCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -103,4 +103,15 @@ declare const PurgeQueueCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class PurgeQueueCommand extends PurgeQueueCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: PurgeQueueRequest;
|
|
110
|
+
output: {};
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: PurgeQueueCommandInput;
|
|
114
|
+
output: PurgeQueueCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -211,4 +211,15 @@ declare const ReceiveMessageCommand_base: {
|
|
|
211
211
|
* @public
|
|
212
212
|
*/
|
|
213
213
|
export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {
|
|
214
|
+
/** @internal type navigation helper, not in runtime. */
|
|
215
|
+
protected static __types: {
|
|
216
|
+
api: {
|
|
217
|
+
input: ReceiveMessageRequest;
|
|
218
|
+
output: ReceiveMessageResult;
|
|
219
|
+
};
|
|
220
|
+
sdk: {
|
|
221
|
+
input: ReceiveMessageCommandInput;
|
|
222
|
+
output: ReceiveMessageCommandOutput;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
214
225
|
}
|
|
@@ -103,4 +103,15 @@ declare const RemovePermissionCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: RemovePermissionRequest;
|
|
110
|
+
output: {};
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: RemovePermissionCommandInput;
|
|
114
|
+
output: RemovePermissionCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -208,4 +208,15 @@ declare const SendMessageBatchCommand_base: {
|
|
|
208
208
|
* @public
|
|
209
209
|
*/
|
|
210
210
|
export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {
|
|
211
|
+
/** @internal type navigation helper, not in runtime. */
|
|
212
|
+
protected static __types: {
|
|
213
|
+
api: {
|
|
214
|
+
input: SendMessageBatchRequest;
|
|
215
|
+
output: SendMessageBatchResult;
|
|
216
|
+
};
|
|
217
|
+
sdk: {
|
|
218
|
+
input: SendMessageBatchCommandInput;
|
|
219
|
+
output: SendMessageBatchCommandOutput;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
211
222
|
}
|
|
@@ -166,4 +166,15 @@ declare const SendMessageCommand_base: {
|
|
|
166
166
|
* @public
|
|
167
167
|
*/
|
|
168
168
|
export declare class SendMessageCommand extends SendMessageCommand_base {
|
|
169
|
+
/** @internal type navigation helper, not in runtime. */
|
|
170
|
+
protected static __types: {
|
|
171
|
+
api: {
|
|
172
|
+
input: SendMessageRequest;
|
|
173
|
+
output: SendMessageResult;
|
|
174
|
+
};
|
|
175
|
+
sdk: {
|
|
176
|
+
input: SendMessageCommandInput;
|
|
177
|
+
output: SendMessageCommandOutput;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
169
180
|
}
|
|
@@ -122,4 +122,15 @@ declare const SetQueueAttributesCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class SetQueueAttributesCommand extends SetQueueAttributesCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: SetQueueAttributesRequest;
|
|
129
|
+
output: {};
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: SetQueueAttributesCommandInput;
|
|
133
|
+
output: SetQueueAttributesCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -111,4 +111,15 @@ declare const StartMessageMoveTaskCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class StartMessageMoveTaskCommand extends StartMessageMoveTaskCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: StartMessageMoveTaskRequest;
|
|
118
|
+
output: StartMessageMoveTaskResult;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: StartMessageMoveTaskCommandInput;
|
|
122
|
+
output: StartMessageMoveTaskCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -113,4 +113,15 @@ declare const TagQueueCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class TagQueueCommand extends TagQueueCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: TagQueueRequest;
|
|
120
|
+
output: {};
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: TagQueueCommandInput;
|
|
124
|
+
output: TagQueueCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -95,4 +95,15 @@ declare const UntagQueueCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class UntagQueueCommand extends UntagQueueCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: UntagQueueRequest;
|
|
102
|
+
output: {};
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: UntagQueueCommandInput;
|
|
106
|
+
output: UntagQueueCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -31,4 +31,15 @@ declare const AddPermissionCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
34
|
+
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: AddPermissionRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: AddPermissionCommandInput;
|
|
42
|
+
output: AddPermissionCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelMessageMoveTaskCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {
|
|
40
|
+
export declare class CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelMessageMoveTaskRequest;
|
|
44
|
+
output: CancelMessageMoveTaskResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelMessageMoveTaskCommandInput;
|
|
48
|
+
output: CancelMessageMoveTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {
|
|
40
|
+
export declare class ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ChangeMessageVisibilityBatchRequest;
|
|
44
|
+
output: ChangeMessageVisibilityBatchResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ChangeMessageVisibilityBatchCommandInput;
|
|
48
|
+
output: ChangeMessageVisibilityBatchCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ChangeMessageVisibilityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_base {
|
|
36
|
+
export declare class ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ChangeMessageVisibilityRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ChangeMessageVisibilityCommandInput;
|
|
44
|
+
output: ChangeMessageVisibilityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateQueueCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateQueueCommand extends CreateQueueCommand_base {
|
|
36
|
+
export declare class CreateQueueCommand extends CreateQueueCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateQueueRequest;
|
|
40
|
+
output: CreateQueueResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateQueueCommandInput;
|
|
44
|
+
output: CreateQueueCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteMessageBatchCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {
|
|
40
|
+
export declare class DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteMessageBatchRequest;
|
|
44
|
+
output: DeleteMessageBatchResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteMessageBatchCommandInput;
|
|
48
|
+
output: DeleteMessageBatchCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteMessageCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteMessageCommand extends DeleteMessageCommand_base {
|
|
34
|
+
export declare class DeleteMessageCommand extends DeleteMessageCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteMessageRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteMessageCommandInput;
|
|
42
|
+
output: DeleteMessageCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteQueueCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
34
|
+
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteQueueRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteQueueCommandInput;
|
|
42
|
+
output: DeleteQueueCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetQueueAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetQueueAttributesCommand extends GetQueueAttributesCommand_base {
|
|
40
|
+
export declare class GetQueueAttributesCommand extends GetQueueAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetQueueAttributesRequest;
|
|
44
|
+
output: GetQueueAttributesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetQueueAttributesCommandInput;
|
|
48
|
+
output: GetQueueAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetQueueUrlCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetQueueUrlCommand extends GetQueueUrlCommand_base {
|
|
36
|
+
export declare class GetQueueUrlCommand extends GetQueueUrlCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetQueueUrlRequest;
|
|
40
|
+
output: GetQueueUrlResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetQueueUrlCommandInput;
|
|
44
|
+
output: GetQueueUrlCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {
|
|
40
|
+
export declare class ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDeadLetterSourceQueuesRequest;
|
|
44
|
+
output: ListDeadLetterSourceQueuesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDeadLetterSourceQueuesCommandInput;
|
|
48
|
+
output: ListDeadLetterSourceQueuesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListMessageMoveTasksCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {
|
|
40
|
+
export declare class ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListMessageMoveTasksRequest;
|
|
44
|
+
output: ListMessageMoveTasksResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListMessageMoveTasksCommandInput;
|
|
48
|
+
output: ListMessageMoveTasksCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListQueueTagsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListQueueTagsCommand extends ListQueueTagsCommand_base {
|
|
36
|
+
export declare class ListQueueTagsCommand extends ListQueueTagsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListQueueTagsRequest;
|
|
40
|
+
output: ListQueueTagsResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListQueueTagsCommandInput;
|
|
44
|
+
output: ListQueueTagsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListQueuesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
36
|
+
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListQueuesRequest;
|
|
40
|
+
output: ListQueuesResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListQueuesCommandInput;
|
|
44
|
+
output: ListQueuesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const PurgeQueueCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class PurgeQueueCommand extends PurgeQueueCommand_base {
|
|
34
|
+
export declare class PurgeQueueCommand extends PurgeQueueCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: PurgeQueueRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: PurgeQueueCommandInput;
|
|
42
|
+
output: PurgeQueueCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ReceiveMessageCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {
|
|
39
|
+
export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ReceiveMessageRequest;
|
|
43
|
+
output: ReceiveMessageResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ReceiveMessageCommandInput;
|
|
47
|
+
output: ReceiveMessageCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const RemovePermissionCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
34
|
+
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: RemovePermissionRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: RemovePermissionCommandInput;
|
|
42
|
+
output: RemovePermissionCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const SendMessageBatchCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {
|
|
39
|
+
export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: SendMessageBatchRequest;
|
|
43
|
+
output: SendMessageBatchResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: SendMessageBatchCommandInput;
|
|
47
|
+
output: SendMessageBatchCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const SendMessageCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class SendMessageCommand extends SendMessageCommand_base {
|
|
36
|
+
export declare class SendMessageCommand extends SendMessageCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SendMessageRequest;
|
|
40
|
+
output: SendMessageResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SendMessageCommandInput;
|
|
44
|
+
output: SendMessageCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const SetQueueAttributesCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class SetQueueAttributesCommand extends SetQueueAttributesCommand_base {
|
|
35
|
+
export declare class SetQueueAttributesCommand extends SetQueueAttributesCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: SetQueueAttributesRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: SetQueueAttributesCommandInput;
|
|
43
|
+
output: SetQueueAttributesCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartMessageMoveTaskCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartMessageMoveTaskCommand extends StartMessageMoveTaskCommand_base {
|
|
40
|
+
export declare class StartMessageMoveTaskCommand extends StartMessageMoveTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartMessageMoveTaskRequest;
|
|
44
|
+
output: StartMessageMoveTaskResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartMessageMoveTaskCommandInput;
|
|
48
|
+
output: StartMessageMoveTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const TagQueueCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class TagQueueCommand extends TagQueueCommand_base {
|
|
34
|
+
export declare class TagQueueCommand extends TagQueueCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: TagQueueRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: TagQueueCommandInput;
|
|
42
|
+
output: TagQueueCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagQueueCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagQueueCommand extends UntagQueueCommand_base {
|
|
34
|
+
export declare class UntagQueueCommand extends UntagQueueCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagQueueRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagQueueCommandInput;
|
|
42
|
+
output: UntagQueueCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sqs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
|
|
@@ -20,45 +20,45 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-sdk-sqs": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
|
38
|
-
"@smithy/core": "^2.4.
|
|
39
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
40
|
-
"@smithy/hash-node": "^3.0.
|
|
41
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
42
|
-
"@smithy/md5-js": "^3.0.
|
|
43
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
44
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
45
|
-
"@smithy/middleware-retry": "^3.0.
|
|
46
|
-
"@smithy/middleware-serde": "^3.0.
|
|
47
|
-
"@smithy/middleware-stack": "^3.0.
|
|
48
|
-
"@smithy/node-config-provider": "^3.1.
|
|
49
|
-
"@smithy/node-http-handler": "^3.2.
|
|
50
|
-
"@smithy/protocol-http": "^4.1.
|
|
51
|
-
"@smithy/smithy-client": "^3.3.
|
|
52
|
-
"@smithy/types": "^3.4.
|
|
53
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-sdk-sqs": "3.654.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
33
|
+
"@aws-sdk/types": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
37
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
38
|
+
"@smithy/core": "^2.4.3",
|
|
39
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
40
|
+
"@smithy/hash-node": "^3.0.6",
|
|
41
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
42
|
+
"@smithy/md5-js": "^3.0.6",
|
|
43
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
44
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
45
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
46
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
47
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
48
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
49
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
50
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
51
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
52
|
+
"@smithy/types": "^3.4.2",
|
|
53
|
+
"@smithy/url-parser": "^3.0.6",
|
|
54
54
|
"@smithy/util-base64": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
56
56
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
59
|
-
"@smithy/util-endpoints": "^2.1.
|
|
60
|
-
"@smithy/util-middleware": "^3.0.
|
|
61
|
-
"@smithy/util-retry": "^3.0.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
59
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
60
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
61
|
+
"@smithy/util-retry": "^3.0.6",
|
|
62
62
|
"@smithy/util-utf8": "^3.0.0",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|