@aws-sdk/client-sqs 3.337.0 → 3.341.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.
Files changed (93) hide show
  1. package/dist-cjs/SQSClient.js +2 -1
  2. package/dist-cjs/commands/AddPermissionCommand.js +2 -1
  3. package/dist-cjs/commands/ChangeMessageVisibilityBatchCommand.js +2 -1
  4. package/dist-cjs/commands/ChangeMessageVisibilityCommand.js +2 -1
  5. package/dist-cjs/commands/CreateQueueCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteMessageBatchCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteMessageCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteQueueCommand.js +2 -1
  9. package/dist-cjs/commands/GetQueueAttributesCommand.js +2 -1
  10. package/dist-cjs/commands/GetQueueUrlCommand.js +2 -1
  11. package/dist-cjs/commands/ListDeadLetterSourceQueuesCommand.js +2 -1
  12. package/dist-cjs/commands/ListQueueTagsCommand.js +2 -1
  13. package/dist-cjs/commands/ListQueuesCommand.js +2 -1
  14. package/dist-cjs/commands/PurgeQueueCommand.js +2 -1
  15. package/dist-cjs/commands/ReceiveMessageCommand.js +2 -1
  16. package/dist-cjs/commands/RemovePermissionCommand.js +2 -1
  17. package/dist-cjs/commands/SendMessageBatchCommand.js +2 -1
  18. package/dist-cjs/commands/SendMessageCommand.js +2 -1
  19. package/dist-cjs/commands/SetQueueAttributesCommand.js +2 -1
  20. package/dist-cjs/commands/TagQueueCommand.js +2 -1
  21. package/dist-cjs/commands/UntagQueueCommand.js +2 -1
  22. package/dist-cjs/index.js +2 -2
  23. package/dist-cjs/models/SQSServiceException.js +2 -1
  24. package/dist-es/SQSClient.js +1 -0
  25. package/dist-es/commands/AddPermissionCommand.js +1 -0
  26. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +1 -0
  27. package/dist-es/commands/ChangeMessageVisibilityCommand.js +1 -0
  28. package/dist-es/commands/CreateQueueCommand.js +1 -0
  29. package/dist-es/commands/DeleteMessageBatchCommand.js +1 -0
  30. package/dist-es/commands/DeleteMessageCommand.js +1 -0
  31. package/dist-es/commands/DeleteQueueCommand.js +1 -0
  32. package/dist-es/commands/GetQueueAttributesCommand.js +1 -0
  33. package/dist-es/commands/GetQueueUrlCommand.js +1 -0
  34. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +1 -0
  35. package/dist-es/commands/ListQueueTagsCommand.js +1 -0
  36. package/dist-es/commands/ListQueuesCommand.js +1 -0
  37. package/dist-es/commands/PurgeQueueCommand.js +1 -0
  38. package/dist-es/commands/ReceiveMessageCommand.js +1 -0
  39. package/dist-es/commands/RemovePermissionCommand.js +1 -0
  40. package/dist-es/commands/SendMessageBatchCommand.js +1 -0
  41. package/dist-es/commands/SendMessageCommand.js +1 -0
  42. package/dist-es/commands/SetQueueAttributesCommand.js +1 -0
  43. package/dist-es/commands/TagQueueCommand.js +1 -0
  44. package/dist-es/commands/UntagQueueCommand.js +1 -0
  45. package/dist-es/index.js +2 -2
  46. package/dist-es/models/SQSServiceException.js +1 -0
  47. package/dist-types/SQSClient.d.ts +3 -3
  48. package/dist-types/commands/AddPermissionCommand.d.ts +4 -0
  49. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +4 -0
  50. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +4 -0
  51. package/dist-types/commands/CreateQueueCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +4 -0
  53. package/dist-types/commands/DeleteMessageCommand.d.ts +4 -0
  54. package/dist-types/commands/DeleteQueueCommand.d.ts +4 -0
  55. package/dist-types/commands/GetQueueAttributesCommand.d.ts +4 -0
  56. package/dist-types/commands/GetQueueUrlCommand.d.ts +4 -0
  57. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +4 -0
  58. package/dist-types/commands/ListQueueTagsCommand.d.ts +4 -0
  59. package/dist-types/commands/ListQueuesCommand.d.ts +4 -0
  60. package/dist-types/commands/PurgeQueueCommand.d.ts +4 -0
  61. package/dist-types/commands/ReceiveMessageCommand.d.ts +4 -0
  62. package/dist-types/commands/RemovePermissionCommand.d.ts +4 -0
  63. package/dist-types/commands/SendMessageBatchCommand.d.ts +4 -0
  64. package/dist-types/commands/SendMessageCommand.d.ts +4 -0
  65. package/dist-types/commands/SetQueueAttributesCommand.d.ts +4 -0
  66. package/dist-types/commands/TagQueueCommand.d.ts +4 -0
  67. package/dist-types/commands/UntagQueueCommand.d.ts +4 -0
  68. package/dist-types/index.d.ts +74 -2
  69. package/dist-types/models/SQSServiceException.d.ts +1 -0
  70. package/dist-types/ts3.4/SQSClient.d.ts +3 -3
  71. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +1 -0
  72. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +1 -0
  73. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +1 -0
  74. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -0
  75. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +1 -0
  76. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +1 -0
  77. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/index.d.ts +2 -2
  92. package/dist-types/ts3.4/models/SQSServiceException.d.ts +1 -0
  93. package/package.json +30 -30
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteMessageRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteQueueRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetQueueAttributesRequest, GetQueueAttributesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetQueueUrlRequest, GetQueueUrlResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListQueueTagsRequest, ListQueueTagsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListQueuesRequest, ListQueuesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PurgeQueueRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ReceiveMessageRequest, ReceiveMessageResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RemovePermissionRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendMessageBatchRequest, SendMessageBatchResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendMessageRequest, SendMessageResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SetQueueAttributesRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagQueueRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagQueueRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,78 @@
1
- export * from "./SQS";
1
+ /**
2
+ * <p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
3
+ * <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.</p>
4
+ * <p>For information on the permissions you need to use this API, see
5
+ * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html">Identity and
6
+ * access management</a> in the <i>Amazon SQS Developer Guide.</i>
7
+ * </p>
8
+ * <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access Amazon SQS using your favorite programming language. The SDKs perform tasks such as the following automatically:</p>
9
+ * <ul>
10
+ * <li>
11
+ * <p>Cryptographically sign your service requests</p>
12
+ * </li>
13
+ * <li>
14
+ * <p>Retry requests</p>
15
+ * </li>
16
+ * <li>
17
+ * <p>Handle error responses</p>
18
+ * </li>
19
+ * </ul>
20
+ * <p>
21
+ * <b>Additional information</b>
22
+ * </p>
23
+ * <ul>
24
+ * <li>
25
+ * <p>
26
+ * <a href="http://aws.amazon.com/sqs/">Amazon SQS Product Page</a>
27
+ * </p>
28
+ * </li>
29
+ * <li>
30
+ * <p>
31
+ * <i>Amazon SQS Developer Guide</i>
32
+ * </p>
33
+ * <ul>
34
+ * <li>
35
+ * <p>
36
+ * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html">Making API Requests</a>
37
+ * </p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html#sqs-message-attributes">Amazon SQS Message Attributes</a>
42
+ * </p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html">Amazon SQS Dead-Letter Queues</a>
47
+ * </p>
48
+ * </li>
49
+ * </ul>
50
+ * </li>
51
+ * <li>
52
+ * <p>
53
+ * <a href="http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html">Amazon SQS in the <i>Command Line Interface</i>
54
+ * </a>
55
+ * </p>
56
+ * </li>
57
+ * <li>
58
+ * <p>
59
+ * <i>Amazon Web Services General Reference</i>
60
+ * </p>
61
+ * <ul>
62
+ * <li>
63
+ * <p>
64
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region">Regions and Endpoints</a>
65
+ * </p>
66
+ * </li>
67
+ * </ul>
68
+ * </li>
69
+ * </ul>
70
+ *
71
+ * @packageDocumentation
72
+ */
2
73
  export * from "./SQSClient";
74
+ export * from "./SQS";
3
75
  export * from "./commands";
4
- export * from "./models";
5
76
  export * from "./pagination";
77
+ export * from "./models";
6
78
  export { SQSServiceException } from "./models/SQSServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -131,6 +131,7 @@ import {
131
131
  ClientResolvedEndpointParameters,
132
132
  EndpointParameters,
133
133
  } from "./endpoint/EndpointParameters";
134
+ export { __Client };
134
135
  export type ServiceInputTypes =
135
136
  | AddPermissionCommandInput
136
137
  | ChangeMessageVisibilityBatchCommandInput
@@ -198,7 +199,7 @@ export interface ClientDefaults
198
199
  logger?: __Logger;
199
200
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
200
201
  }
201
- type SQSClientConfigType = Partial<
202
+ export type SQSClientConfigType = Partial<
202
203
  __SmithyConfiguration<__HttpHandlerOptions>
203
204
  > &
204
205
  ClientDefaults &
@@ -210,7 +211,7 @@ type SQSClientConfigType = Partial<
210
211
  UserAgentInputConfig &
211
212
  ClientInputEndpointParameters;
212
213
  export interface SQSClientConfig extends SQSClientConfigType {}
213
- type SQSClientResolvedConfigType =
214
+ export type SQSClientResolvedConfigType =
214
215
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
215
216
  Required<ClientDefaults> &
216
217
  RegionResolvedConfig &
@@ -231,4 +232,3 @@ export declare class SQSClient extends __Client<
231
232
  constructor(configuration: SQSClientConfig);
232
233
  destroy(): void;
233
234
  }
234
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AddPermissionCommandInput extends AddPermissionRequest {}
16
17
  export interface AddPermissionCommandOutput extends __MetadataBearer {}
17
18
  export declare class AddPermissionCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SQSClientResolvedConfig,
17
17
  } from "../SQSClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ChangeMessageVisibilityBatchCommandInput
19
20
  extends ChangeMessageVisibilityBatchRequest {}
20
21
  export interface ChangeMessageVisibilityBatchCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ChangeMessageVisibilityCommandInput
16
17
  extends ChangeMessageVisibilityRequest {}
17
18
  export interface ChangeMessageVisibilityCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateQueueCommandInput extends CreateQueueRequest {}
16
17
  export interface CreateQueueCommandOutput
17
18
  extends CreateQueueResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SQSClientResolvedConfig,
17
17
  } from "../SQSClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteMessageBatchCommandInput
19
20
  extends DeleteMessageBatchRequest {}
20
21
  export interface DeleteMessageBatchCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteMessageCommandInput extends DeleteMessageRequest {}
16
17
  export interface DeleteMessageCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteMessageCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteQueueCommandInput extends DeleteQueueRequest {}
16
17
  export interface DeleteQueueCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteQueueCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SQSClientResolvedConfig,
17
17
  } from "../SQSClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetQueueAttributesCommandInput
19
20
  extends GetQueueAttributesRequest {}
20
21
  export interface GetQueueAttributesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetQueueUrlCommandInput extends GetQueueUrlRequest {}
16
17
  export interface GetQueueUrlCommandOutput
17
18
  extends GetQueueUrlResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SQSClientResolvedConfig,
17
17
  } from "../SQSClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListDeadLetterSourceQueuesCommandInput
19
20
  extends ListDeadLetterSourceQueuesRequest {}
20
21
  export interface ListDeadLetterSourceQueuesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListQueueTagsCommandInput extends ListQueueTagsRequest {}
16
17
  export interface ListQueueTagsCommandOutput
17
18
  extends ListQueueTagsResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListQueuesCommandInput extends ListQueuesRequest {}
16
17
  export interface ListQueuesCommandOutput
17
18
  extends ListQueuesResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PurgeQueueCommandInput extends PurgeQueueRequest {}
16
17
  export interface PurgeQueueCommandOutput extends __MetadataBearer {}
17
18
  export declare class PurgeQueueCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SQSClientResolvedConfig,
17
17
  } from "../SQSClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ReceiveMessageCommandInput extends ReceiveMessageRequest {}
19
20
  export interface ReceiveMessageCommandOutput
20
21
  extends ReceiveMessageResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
16
17
  export interface RemovePermissionCommandOutput extends __MetadataBearer {}
17
18
  export declare class RemovePermissionCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SQSClientResolvedConfig,
17
17
  } from "../SQSClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {}
19
20
  export interface SendMessageBatchCommandOutput
20
21
  extends SendMessageBatchResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SendMessageCommandInput extends SendMessageRequest {}
16
17
  export interface SendMessageCommandOutput
17
18
  extends SendMessageResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SetQueueAttributesCommandInput
16
17
  extends SetQueueAttributesRequest {}
17
18
  export interface SetQueueAttributesCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagQueueCommandInput extends TagQueueRequest {}
16
17
  export interface TagQueueCommandOutput extends __MetadataBearer {}
17
18
  export declare class TagQueueCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SQSClientResolvedConfig,
14
14
  } from "../SQSClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagQueueCommandInput extends UntagQueueRequest {}
16
17
  export interface UntagQueueCommandOutput extends __MetadataBearer {}
17
18
  export declare class UntagQueueCommand extends $Command<
@@ -1,6 +1,6 @@
1
- export * from "./SQS";
2
1
  export * from "./SQSClient";
2
+ export * from "./SQS";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { SQSServiceException } from "./models/SQSServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class SQSServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
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.337.0",
4
+ "version": "3.341.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/md5-js": "3.337.0",
31
- "@aws-sdk/middleware-content-length": "3.337.0",
32
- "@aws-sdk/middleware-endpoint": "3.337.0",
33
- "@aws-sdk/middleware-host-header": "3.337.0",
34
- "@aws-sdk/middleware-logger": "3.337.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
36
- "@aws-sdk/middleware-retry": "3.337.0",
37
- "@aws-sdk/middleware-sdk-sqs": "3.337.0",
38
- "@aws-sdk/middleware-serde": "3.337.0",
39
- "@aws-sdk/middleware-signing": "3.337.0",
40
- "@aws-sdk/middleware-stack": "3.337.0",
41
- "@aws-sdk/middleware-user-agent": "3.337.0",
42
- "@aws-sdk/node-config-provider": "3.337.0",
43
- "@aws-sdk/node-http-handler": "3.337.0",
44
- "@aws-sdk/smithy-client": "3.337.0",
45
- "@aws-sdk/types": "3.337.0",
46
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/md5-js": "3.341.0",
31
+ "@aws-sdk/middleware-content-length": "3.341.0",
32
+ "@aws-sdk/middleware-endpoint": "3.341.0",
33
+ "@aws-sdk/middleware-host-header": "3.341.0",
34
+ "@aws-sdk/middleware-logger": "3.341.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
36
+ "@aws-sdk/middleware-retry": "3.341.0",
37
+ "@aws-sdk/middleware-sdk-sqs": "3.341.0",
38
+ "@aws-sdk/middleware-serde": "3.341.0",
39
+ "@aws-sdk/middleware-signing": "3.341.0",
40
+ "@aws-sdk/middleware-stack": "3.341.0",
41
+ "@aws-sdk/middleware-user-agent": "3.341.0",
42
+ "@aws-sdk/node-config-provider": "3.341.0",
43
+ "@aws-sdk/node-http-handler": "3.341.0",
44
+ "@aws-sdk/smithy-client": "3.341.0",
45
+ "@aws-sdk/types": "3.341.0",
46
+ "@aws-sdk/url-parser": "3.341.0",
47
47
  "@aws-sdk/util-base64": "3.310.0",
48
48
  "@aws-sdk/util-body-length-browser": "3.310.0",
49
49
  "@aws-sdk/util-body-length-node": "3.310.0",
50
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
52
- "@aws-sdk/util-endpoints": "3.337.0",
53
- "@aws-sdk/util-retry": "3.337.0",
54
- "@aws-sdk/util-user-agent-browser": "3.337.0",
55
- "@aws-sdk/util-user-agent-node": "3.337.0",
50
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
51
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
52
+ "@aws-sdk/util-endpoints": "3.341.0",
53
+ "@aws-sdk/util-retry": "3.341.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
55
+ "@aws-sdk/util-user-agent-node": "3.341.0",
56
56
  "@aws-sdk/util-utf8": "3.310.0",
57
57
  "@smithy/protocol-http": "^1.0.1",
58
58
  "@smithy/types": "^1.0.0",