@aws-sdk/client-sqs 3.775.0 → 3.782.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.
@@ -125,6 +125,7 @@ declare const AddPermissionCommand_base: {
125
125
  * @throws {@link SQSServiceException}
126
126
  * <p>Base exception class for all service exceptions from SQS service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class AddPermissionCommand extends AddPermissionCommand_base {
@@ -97,6 +97,7 @@ declare const CancelMessageMoveTaskCommand_base: {
97
97
  * @throws {@link SQSServiceException}
98
98
  * <p>Base exception class for all service exceptions from SQS service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {
@@ -124,6 +124,7 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
124
124
  * @throws {@link SQSServiceException}
125
125
  * <p>Base exception class for all service exceptions from SQS service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {
@@ -128,6 +128,7 @@ declare const ChangeMessageVisibilityCommand_base: {
128
128
  * @throws {@link SQSServiceException}
129
129
  * <p>Base exception class for all service exceptions from SQS service.</p>
130
130
  *
131
+ *
131
132
  * @public
132
133
  */
133
134
  export declare class ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_base {
@@ -151,6 +151,7 @@ declare const CreateQueueCommand_base: {
151
151
  * @throws {@link SQSServiceException}
152
152
  * <p>Base exception class for all service exceptions from SQS service.</p>
153
153
  *
154
+ *
154
155
  * @public
155
156
  */
156
157
  export declare class CreateQueueCommand extends CreateQueueCommand_base {
@@ -119,6 +119,7 @@ declare const DeleteMessageBatchCommand_base: {
119
119
  * @throws {@link SQSServiceException}
120
120
  * <p>Base exception class for all service exceptions from SQS service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {
@@ -106,6 +106,7 @@ declare const DeleteMessageCommand_base: {
106
106
  * @throws {@link SQSServiceException}
107
107
  * <p>Base exception class for all service exceptions from SQS service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class DeleteMessageCommand extends DeleteMessageCommand_base {
@@ -98,6 +98,7 @@ declare const DeleteQueueCommand_base: {
98
98
  * @throws {@link SQSServiceException}
99
99
  * <p>Base exception class for all service exceptions from SQS service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
@@ -92,6 +92,7 @@ declare const GetQueueAttributesCommand_base: {
92
92
  * @throws {@link SQSServiceException}
93
93
  * <p>Base exception class for all service exceptions from SQS service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class GetQueueAttributesCommand extends GetQueueAttributesCommand_base {
@@ -92,6 +92,7 @@ declare const GetQueueUrlCommand_base: {
92
92
  * @throws {@link SQSServiceException}
93
93
  * <p>Base exception class for all service exceptions from SQS service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class GetQueueUrlCommand extends GetQueueUrlCommand_base {
@@ -96,6 +96,7 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
96
96
  * @throws {@link SQSServiceException}
97
97
  * <p>Base exception class for all service exceptions from SQS service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {
@@ -108,6 +108,7 @@ declare const ListMessageMoveTasksCommand_base: {
108
108
  * @throws {@link SQSServiceException}
109
109
  * <p>Base exception class for all service exceptions from SQS service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {
@@ -90,6 +90,7 @@ declare const ListQueueTagsCommand_base: {
90
90
  * @throws {@link SQSServiceException}
91
91
  * <p>Base exception class for all service exceptions from SQS service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListQueueTagsCommand extends ListQueueTagsCommand_base {
@@ -97,6 +97,7 @@ declare const ListQueuesCommand_base: {
97
97
  * @throws {@link SQSServiceException}
98
98
  * <p>Base exception class for all service exceptions from SQS service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class ListQueuesCommand extends ListQueuesCommand_base {
@@ -96,6 +96,7 @@ declare const PurgeQueueCommand_base: {
96
96
  * @throws {@link SQSServiceException}
97
97
  * <p>Base exception class for all service exceptions from SQS service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class PurgeQueueCommand extends PurgeQueueCommand_base {
@@ -200,6 +200,7 @@ declare const ReceiveMessageCommand_base: {
200
200
  * @throws {@link SQSServiceException}
201
201
  * <p>Base exception class for all service exceptions from SQS service.</p>
202
202
  *
203
+ *
203
204
  * @public
204
205
  */
205
206
  export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {
@@ -96,6 +96,7 @@ declare const RemovePermissionCommand_base: {
96
96
  * @throws {@link SQSServiceException}
97
97
  * <p>Base exception class for all service exceptions from SQS service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
@@ -202,6 +202,7 @@ declare const SendMessageBatchCommand_base: {
202
202
  * @throws {@link SQSServiceException}
203
203
  * <p>Base exception class for all service exceptions from SQS service.</p>
204
204
  *
205
+ *
205
206
  * @public
206
207
  */
207
208
  export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {
@@ -159,6 +159,7 @@ declare const SendMessageCommand_base: {
159
159
  * @throws {@link SQSServiceException}
160
160
  * <p>Base exception class for all service exceptions from SQS service.</p>
161
161
  *
162
+ *
162
163
  * @public
163
164
  */
164
165
  export declare class SendMessageCommand extends SendMessageCommand_base {
@@ -115,6 +115,7 @@ declare const SetQueueAttributesCommand_base: {
115
115
  * @throws {@link SQSServiceException}
116
116
  * <p>Base exception class for all service exceptions from SQS service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class SetQueueAttributesCommand extends SetQueueAttributesCommand_base {
@@ -103,6 +103,7 @@ declare const StartMessageMoveTaskCommand_base: {
103
103
  * @throws {@link SQSServiceException}
104
104
  * <p>Base exception class for all service exceptions from SQS service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class StartMessageMoveTaskCommand extends StartMessageMoveTaskCommand_base {
@@ -106,6 +106,7 @@ declare const TagQueueCommand_base: {
106
106
  * @throws {@link SQSServiceException}
107
107
  * <p>Base exception class for all service exceptions from SQS service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class TagQueueCommand extends TagQueueCommand_base {
@@ -88,6 +88,7 @@ declare const UntagQueueCommand_base: {
88
88
  * @throws {@link SQSServiceException}
89
89
  * <p>Base exception class for all service exceptions from SQS service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class UntagQueueCommand extends UntagQueueCommand_base {
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.775.0",
4
+ "version": "3.782.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",
@@ -21,17 +21,17 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
28
  "@aws-sdk/middleware-sdk-sqs": "3.775.0",
29
- "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/middleware-user-agent": "3.782.0",
30
30
  "@aws-sdk/region-config-resolver": "3.775.0",
31
31
  "@aws-sdk/types": "3.775.0",
32
- "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-endpoints": "3.782.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.775.0",
34
- "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@aws-sdk/util-user-agent-node": "3.782.0",
35
35
  "@smithy/config-resolver": "^4.1.0",
36
36
  "@smithy/core": "^3.2.0",
37
37
  "@smithy/fetch-http-handler": "^5.0.2",