@aws-sdk/client-sqs 3.47.1 → 3.50.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 (38) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +41 -35
  3. package/dist-types/ts3.4/SQS.d.ts +0 -105
  4. package/dist-types/ts3.4/SQSClient.d.ts +0 -95
  5. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/index.d.ts +0 -20
  26. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  27. package/dist-types/ts3.4/index.d.ts +0 -5
  28. package/dist-types/ts3.4/models/index.d.ts +0 -1
  29. package/dist-types/ts3.4/models/models_0.d.ts +0 -618
  30. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  31. package/dist-types/ts3.4/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +0 -4
  32. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
  33. package/dist-types/ts3.4/pagination/index.d.ts +0 -3
  34. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -62
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -39
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -40
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -38
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { SendMessageBatchRequest, SendMessageBatchResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
- export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {
6
- }
7
- export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, __MetadataBearer {
8
- }
9
-
10
- export declare class SendMessageBatchCommand extends $Command<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig> {
11
- readonly input: SendMessageBatchCommandInput;
12
- constructor(input: SendMessageBatchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendMessageBatchCommandInput, SendMessageBatchCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { SendMessageRequest, SendMessageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
- export interface SendMessageCommandInput extends SendMessageRequest {
6
- }
7
- export interface SendMessageCommandOutput extends SendMessageResult, __MetadataBearer {
8
- }
9
-
10
- export declare class SendMessageCommand extends $Command<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig> {
11
- readonly input: SendMessageCommandInput;
12
- constructor(input: SendMessageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendMessageCommandInput, SendMessageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { SetQueueAttributesRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
- export interface SetQueueAttributesCommandInput extends SetQueueAttributesRequest {
6
- }
7
- export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetQueueAttributesCommand extends $Command<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig> {
11
- readonly input: SetQueueAttributesCommandInput;
12
- constructor(input: SetQueueAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { TagQueueRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
- export interface TagQueueCommandInput extends TagQueueRequest {
6
- }
7
- export interface TagQueueCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagQueueCommand extends $Command<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig> {
11
- readonly input: TagQueueCommandInput;
12
- constructor(input: TagQueueCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagQueueCommandInput, TagQueueCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UntagQueueRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
- export interface UntagQueueCommandInput extends UntagQueueRequest {
6
- }
7
- export interface UntagQueueCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagQueueCommand extends $Command<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig> {
11
- readonly input: UntagQueueCommandInput;
12
- constructor(input: UntagQueueCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SQSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagQueueCommandInput, UntagQueueCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,20 +0,0 @@
1
- export * from "./AddPermissionCommand";
2
- export * from "./ChangeMessageVisibilityBatchCommand";
3
- export * from "./ChangeMessageVisibilityCommand";
4
- export * from "./CreateQueueCommand";
5
- export * from "./DeleteMessageBatchCommand";
6
- export * from "./DeleteMessageCommand";
7
- export * from "./DeleteQueueCommand";
8
- export * from "./GetQueueAttributesCommand";
9
- export * from "./GetQueueUrlCommand";
10
- export * from "./ListDeadLetterSourceQueuesCommand";
11
- export * from "./ListQueueTagsCommand";
12
- export * from "./ListQueuesCommand";
13
- export * from "./PurgeQueueCommand";
14
- export * from "./ReceiveMessageCommand";
15
- export * from "./RemovePermissionCommand";
16
- export * from "./SendMessageBatchCommand";
17
- export * from "./SendMessageCommand";
18
- export * from "./SetQueueAttributesCommand";
19
- export * from "./TagQueueCommand";
20
- export * from "./UntagQueueCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./SQS";
2
- export * from "./SQSClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";