@aws-sdk/client-sqs 3.799.0 → 3.804.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 (55) hide show
  1. package/dist-types/commands/AddPermissionCommand.d.ts +1 -1
  2. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +1 -1
  3. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +1 -1
  4. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  6. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteMessageCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteQueueCommand.d.ts +1 -1
  9. package/dist-types/commands/GetQueueAttributesCommand.d.ts +1 -1
  10. package/dist-types/commands/GetQueueUrlCommand.d.ts +1 -1
  11. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +1 -1
  12. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +1 -1
  13. package/dist-types/commands/ListQueueTagsCommand.d.ts +1 -1
  14. package/dist-types/commands/PurgeQueueCommand.d.ts +1 -1
  15. package/dist-types/commands/ReceiveMessageCommand.d.ts +1 -1
  16. package/dist-types/commands/RemovePermissionCommand.d.ts +1 -1
  17. package/dist-types/commands/SendMessageBatchCommand.d.ts +1 -1
  18. package/dist-types/commands/SendMessageCommand.d.ts +1 -1
  19. package/dist-types/commands/SetQueueAttributesCommand.d.ts +1 -1
  20. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +1 -1
  21. package/dist-types/commands/TagQueueCommand.d.ts +1 -1
  22. package/dist-types/commands/UntagQueueCommand.d.ts +1 -1
  23. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  24. package/dist-types/runtimeConfig.browser.d.ts +18 -18
  25. package/dist-types/runtimeConfig.d.ts +17 -17
  26. package/dist-types/runtimeConfig.native.d.ts +19 -19
  27. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  28. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -33
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +21 -30
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +24 -34
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  55. package/package.json +21 -21
@@ -23,7 +23,7 @@ export interface AddPermissionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AddPermissionCommand_base: {
25
25
  new (input: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CancelMessageMoveTaskCommandOutput extends CancelMessageMoveTas
23
23
  }
24
24
  declare const CancelMessageMoveTaskCommand_base: {
25
25
  new (input: CancelMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CancelMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ChangeMessageVisibilityBatchCommandOutput extends ChangeMessage
23
23
  }
24
24
  declare const ChangeMessageVisibilityBatchCommand_base: {
25
25
  new (input: ChangeMessageVisibilityBatchCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ChangeMessageVisibilityBatchCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ChangeMessageVisibilityBatchCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ChangeMessageVisibilityCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const ChangeMessageVisibilityCommand_base: {
25
25
  new (input: ChangeMessageVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ChangeMessageVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ChangeMessageVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateQueueCommandOutput extends CreateQueueResult, __MetadataB
23
23
  }
24
24
  declare const CreateQueueCommand_base: {
25
25
  new (input: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteMessageBatchCommandOutput extends DeleteMessageBatchResul
23
23
  }
24
24
  declare const DeleteMessageBatchCommand_base: {
25
25
  new (input: DeleteMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteMessageCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMessageCommand_base: {
25
25
  new (input: DeleteMessageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageCommandInput, DeleteMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteMessageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageCommandInput, DeleteMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMessageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessageCommandInput, DeleteMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteQueueCommand_base: {
25
25
  new (input: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetQueueAttributesCommandOutput extends GetQueueAttributesResul
23
23
  }
24
24
  declare const GetQueueAttributesCommand_base: {
25
25
  new (input: GetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetQueueUrlCommandOutput extends GetQueueUrlResult, __MetadataB
23
23
  }
24
24
  declare const GetQueueUrlCommand_base: {
25
25
  new (input: GetQueueUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetQueueUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQueueUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListDeadLetterSourceQueuesCommandOutput extends ListDeadLetterS
23
23
  }
24
24
  declare const ListDeadLetterSourceQueuesCommand_base: {
25
25
  new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListDeadLetterSourceQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListMessageMoveTasksCommandOutput extends ListMessageMoveTasksR
23
23
  }
24
24
  declare const ListMessageMoveTasksCommand_base: {
25
25
  new (input: ListMessageMoveTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListMessageMoveTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListMessageMoveTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListQueueTagsCommandOutput extends ListQueueTagsResult, __Metad
23
23
  }
24
24
  declare const ListQueueTagsCommand_base: {
25
25
  new (input: ListQueueTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListQueueTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListQueueTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PurgeQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PurgeQueueCommand_base: {
25
25
  new (input: PurgeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PurgeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PurgeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ReceiveMessageCommandOutput extends ReceiveMessageResult, __Met
23
23
  }
24
24
  declare const ReceiveMessageCommand_base: {
25
25
  new (input: ReceiveMessageCommandInput): import("@smithy/smithy-client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ReceiveMessageCommandInput): import("@smithy/smithy-client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ReceiveMessageCommandInput): import("@smithy/smithy-client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RemovePermissionCommand_base: {
25
25
  new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, _
23
23
  }
24
24
  declare const SendMessageBatchCommand_base: {
25
25
  new (input: SendMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SendMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SendMessageCommandOutput extends SendMessageResult, __MetadataB
23
23
  }
24
24
  declare const SendMessageCommand_base: {
25
25
  new (input: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetQueueAttributesCommand_base: {
25
25
  new (input: SetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartMessageMoveTaskCommandOutput extends StartMessageMoveTaskR
23
23
  }
24
24
  declare const StartMessageMoveTaskCommand_base: {
25
25
  new (input: StartMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TagQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagQueueCommand_base: {
25
25
  new (input: TagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UntagQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagQueueCommand_base: {
25
25
  new (input: UntagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
11
11
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
12
  defaultSigningName: string;
13
13
  };
14
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
- defaultSigningName: string;
16
- };
14
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
17
15
  export declare const commonParams: {
18
16
  readonly UseFIPS: {
19
17
  readonly type: "builtInParams";
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  md5: false | import("@smithy/types").HashConstructor;
14
14
  region: string | import("@smithy/types").Provider<any>;
@@ -22,31 +22,31 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
22
22
  cacheMiddleware?: boolean | undefined;
23
23
  urlParser: import("@smithy/types").UrlParser;
24
24
  base64Decoder: import("@smithy/types").Decoder;
25
- base64Encoder: (_input: string | Uint8Array) => string;
25
+ base64Encoder: (_input: Uint8Array | string) => string;
26
26
  utf8Decoder: import("@smithy/types").Decoder;
27
- utf8Encoder: (input: string | Uint8Array) => string;
27
+ utf8Encoder: (input: Uint8Array | string) => string;
28
28
  disableHostPrefix: boolean;
29
29
  serviceId: string;
30
- profile?: string | undefined;
30
+ profile?: string;
31
31
  logger: import("@smithy/types").Logger;
32
32
  extensions: import("./runtimeExtensions").RuntimeExtension[];
33
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
34
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
33
+ customUserAgent?: string | import("@smithy/types").UserAgent;
34
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
36
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
37
37
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
38
- logger?: import("@smithy/types").Logger | undefined;
38
+ logger?: import("@smithy/types").Logger;
39
39
  }) => import("@smithy/types").EndpointV2;
40
- tls?: boolean | undefined;
41
- serviceConfiguredEndpoint?: undefined;
42
- useQueueUrlAsEndpoint?: boolean | undefined;
43
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
40
+ tls?: boolean;
41
+ serviceConfiguredEndpoint?: never;
42
+ useQueueUrlAsEndpoint?: boolean;
43
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
44
44
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
45
45
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
46
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
47
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
48
- signingEscapePath?: boolean | undefined;
49
- systemClockOffset?: number | undefined;
50
- signingRegion?: string | undefined;
51
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
46
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
47
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
48
+ signingEscapePath?: boolean;
49
+ systemClockOffset?: number;
50
+ signingRegion?: string;
51
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
52
52
  };
@@ -9,8 +9,8 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
9
9
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
10
10
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
13
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
13
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
14
14
  maxAttempts: number | import("@smithy/types").Provider<number>;
15
15
  md5: false | __HashConstructor;
16
16
  region: string | import("@smithy/types").Provider<string>;
@@ -25,29 +25,29 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
25
25
  cacheMiddleware?: boolean | undefined;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: (_input: string | Uint8Array) => string;
28
+ base64Encoder: (_input: Uint8Array | string) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: (input: string | Uint8Array) => string;
30
+ utf8Encoder: (input: Uint8Array | string) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
- profile?: string | undefined;
33
+ profile?: string;
34
34
  logger: import("@smithy/types").Logger;
35
35
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
37
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
+ customUserAgent?: string | import("@smithy/types").UserAgent;
37
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
38
38
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
39
39
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
40
- logger?: import("@smithy/types").Logger | undefined;
40
+ logger?: import("@smithy/types").Logger;
41
41
  }) => import("@smithy/types").EndpointV2;
42
- tls?: boolean | undefined;
43
- serviceConfiguredEndpoint?: undefined;
44
- useQueueUrlAsEndpoint?: boolean | undefined;
42
+ tls?: boolean;
43
+ serviceConfiguredEndpoint?: never;
44
+ useQueueUrlAsEndpoint?: boolean;
45
45
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
46
46
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
47
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
48
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
49
- signingEscapePath?: boolean | undefined;
50
- systemClockOffset?: number | undefined;
51
- signingRegion?: string | undefined;
52
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
47
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
48
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
49
+ signingEscapePath?: boolean;
50
+ systemClockOffset?: number;
51
+ signingRegion?: string;
52
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
53
53
  };
@@ -7,21 +7,21 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
- cacheMiddleware?: boolean | undefined;
10
+ cacheMiddleware?: boolean;
11
11
  urlParser: import("@smithy/types").UrlParser;
12
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
13
  streamCollector: import("@smithy/types").StreamCollector;
14
14
  base64Decoder: import("@smithy/types").Decoder;
15
- base64Encoder: (_input: string | Uint8Array) => string;
15
+ base64Encoder: (_input: Uint8Array | string) => string;
16
16
  utf8Decoder: import("@smithy/types").Decoder;
17
- utf8Encoder: (input: string | Uint8Array) => string;
17
+ utf8Encoder: (input: Uint8Array | string) => string;
18
18
  disableHostPrefix: boolean;
19
19
  serviceId: string;
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  region: string | import("@smithy/types").Provider<any>;
23
- profile?: string | undefined;
24
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
23
+ profile?: string;
24
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
25
25
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  md5: false | import("@smithy/types").HashConstructor;
27
27
  maxAttempts: number | import("@smithy/types").Provider<number>;
@@ -29,23 +29,23 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
29
29
  logger: import("@smithy/types").Logger;
30
30
  extensions: import("./runtimeExtensions").RuntimeExtension[];
31
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
33
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
32
+ customUserAgent?: string | import("@smithy/types").UserAgent;
33
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
35
35
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
36
36
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
37
- logger?: import("@smithy/types").Logger | undefined;
37
+ logger?: import("@smithy/types").Logger;
38
38
  }) => import("@smithy/types").EndpointV2;
39
- tls?: boolean | undefined;
40
- serviceConfiguredEndpoint?: undefined;
41
- useQueueUrlAsEndpoint?: boolean | undefined;
42
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
39
+ tls?: boolean;
40
+ serviceConfiguredEndpoint?: never;
41
+ useQueueUrlAsEndpoint?: boolean;
42
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
43
43
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
44
44
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
45
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
46
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
47
- signingEscapePath?: boolean | undefined;
48
- systemClockOffset?: number | undefined;
49
- signingRegion?: string | undefined;
50
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
45
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
46
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
47
+ signingEscapePath?: boolean;
48
+ systemClockOffset?: number;
49
+ signingRegion?: string;
50
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
51
51
  };
@@ -5,10 +5,10 @@ import { SQSClientConfig } from "./SQSClient";
5
5
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: (_input: string | Uint8Array) => string;
8
+ base64Encoder: (_input: Uint8Array | string) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@smithy/types").Logger | undefined;
11
+ logger?: import("@smithy/types").Logger;
12
12
  }) => import("@smithy/types").EndpointV2;
13
13
  extensions: import("./runtimeExtensions").RuntimeExtension[];
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: (input: string | Uint8Array) => string;
20
+ utf8Encoder: (input: Uint8Array | string) => string;
21
21
  };
@@ -21,7 +21,7 @@ declare const AddPermissionCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: AddPermissionCommandInput
24
+ input: AddPermissionCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  AddPermissionCommandInput,
27
27
  AddPermissionCommandOutput,
@@ -27,7 +27,7 @@ declare const CancelMessageMoveTaskCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CancelMessageMoveTaskCommandInput
30
+ input: CancelMessageMoveTaskCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CancelMessageMoveTaskCommandInput,
33
33
  CancelMessageMoveTaskCommandOutput,
@@ -27,7 +27,7 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ChangeMessageVisibilityBatchCommandInput
30
+ input: ChangeMessageVisibilityBatchCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ChangeMessageVisibilityBatchCommandInput,
33
33
  ChangeMessageVisibilityBatchCommandOutput,
@@ -23,7 +23,7 @@ declare const ChangeMessageVisibilityCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: ChangeMessageVisibilityCommandInput
26
+ input: ChangeMessageVisibilityCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  ChangeMessageVisibilityCommandInput,
29
29
  ChangeMessageVisibilityCommandOutput,
@@ -23,7 +23,7 @@ declare const CreateQueueCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: CreateQueueCommandInput
26
+ input: CreateQueueCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  CreateQueueCommandInput,
29
29
  CreateQueueCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteMessageBatchCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteMessageBatchCommandInput
30
+ input: DeleteMessageBatchCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteMessageBatchCommandInput,
33
33
  DeleteMessageBatchCommandOutput,
@@ -21,7 +21,7 @@ declare const DeleteMessageCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: DeleteMessageCommandInput
24
+ input: DeleteMessageCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  DeleteMessageCommandInput,
27
27
  DeleteMessageCommandOutput,
@@ -21,7 +21,7 @@ declare const DeleteQueueCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: DeleteQueueCommandInput
24
+ input: DeleteQueueCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  DeleteQueueCommandInput,
27
27
  DeleteQueueCommandOutput,
@@ -27,7 +27,7 @@ declare const GetQueueAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetQueueAttributesCommandInput
30
+ input: GetQueueAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetQueueAttributesCommandInput,
33
33
  GetQueueAttributesCommandOutput,
@@ -23,7 +23,7 @@ declare const GetQueueUrlCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetQueueUrlCommandInput
26
+ input: GetQueueUrlCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetQueueUrlCommandInput,
29
29
  GetQueueUrlCommandOutput,
@@ -27,7 +27,7 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListDeadLetterSourceQueuesCommandInput
30
+ input: ListDeadLetterSourceQueuesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListDeadLetterSourceQueuesCommandInput,
33
33
  ListDeadLetterSourceQueuesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListMessageMoveTasksCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListMessageMoveTasksCommandInput
30
+ input: ListMessageMoveTasksCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListMessageMoveTasksCommandInput,
33
33
  ListMessageMoveTasksCommandOutput,
@@ -23,7 +23,7 @@ declare const ListQueueTagsCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: ListQueueTagsCommandInput
26
+ input: ListQueueTagsCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  ListQueueTagsCommandInput,
29
29
  ListQueueTagsCommandOutput,
@@ -21,7 +21,7 @@ declare const PurgeQueueCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: PurgeQueueCommandInput
24
+ input: PurgeQueueCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  PurgeQueueCommandInput,
27
27
  PurgeQueueCommandOutput,
@@ -26,7 +26,7 @@ declare const ReceiveMessageCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ReceiveMessageCommandInput
29
+ input: ReceiveMessageCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ReceiveMessageCommandInput,
32
32
  ReceiveMessageCommandOutput,
@@ -21,7 +21,7 @@ declare const RemovePermissionCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: RemovePermissionCommandInput
24
+ input: RemovePermissionCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  RemovePermissionCommandInput,
27
27
  RemovePermissionCommandOutput,
@@ -26,7 +26,7 @@ declare const SendMessageBatchCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: SendMessageBatchCommandInput
29
+ input: SendMessageBatchCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  SendMessageBatchCommandInput,
32
32
  SendMessageBatchCommandOutput,
@@ -23,7 +23,7 @@ declare const SendMessageCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: SendMessageCommandInput
26
+ input: SendMessageCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  SendMessageCommandInput,
29
29
  SendMessageCommandOutput,
@@ -22,7 +22,7 @@ declare const SetQueueAttributesCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: SetQueueAttributesCommandInput
25
+ input: SetQueueAttributesCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  SetQueueAttributesCommandInput,
28
28
  SetQueueAttributesCommandOutput,
@@ -27,7 +27,7 @@ declare const StartMessageMoveTaskCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: StartMessageMoveTaskCommandInput
30
+ input: StartMessageMoveTaskCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  StartMessageMoveTaskCommandInput,
33
33
  StartMessageMoveTaskCommandOutput,
@@ -21,7 +21,7 @@ declare const TagQueueCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: TagQueueCommandInput
24
+ input: TagQueueCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  TagQueueCommandInput,
27
27
  TagQueueCommandOutput,
@@ -21,7 +21,7 @@ declare const UntagQueueCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: UntagQueueCommandInput
24
+ input: UntagQueueCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  UntagQueueCommandInput,
27
27
  UntagQueueCommandOutput,
@@ -21,10 +21,7 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
21
21
  };
22
22
  export declare const resolveClientEndpointParameters: <T>(
23
23
  options: T & ClientInputEndpointParameters
24
- ) => T &
25
- ClientInputEndpointParameters & {
26
- defaultSigningName: string;
27
- };
24
+ ) => T & ClientResolvedEndpointParameters;
28
25
  export declare const commonParams: {
29
26
  readonly UseFIPS: {
30
27
  readonly type: "builtInParams";
@@ -12,9 +12,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
12
12
  _: unknown
13
13
  ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
14
  defaultUserAgentProvider: (
15
- config?:
16
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
17
- | undefined
15
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
18
16
  ) => Promise<import("@smithy/types").UserAgent>;
19
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
18
  md5: false | import("@smithy/types").HashConstructor;
@@ -31,23 +29,22 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
31
29
  cacheMiddleware?: boolean | undefined;
32
30
  urlParser: import("@smithy/types").UrlParser;
33
31
  base64Decoder: import("@smithy/types").Decoder;
34
- base64Encoder: (_input: string | Uint8Array) => string;
32
+ base64Encoder: (_input: Uint8Array | string) => string;
35
33
  utf8Decoder: import("@smithy/types").Decoder;
36
- utf8Encoder: (input: string | Uint8Array) => string;
34
+ utf8Encoder: (input: Uint8Array | string) => string;
37
35
  disableHostPrefix: boolean;
38
36
  serviceId: string;
39
- profile?: string | undefined;
37
+ profile?: string;
40
38
  logger: import("@smithy/types").Logger;
41
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
42
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
40
+ customUserAgent?: string | import("@smithy/types").UserAgent;
43
41
  userAgentAppId?:
44
42
  | string
45
- | import("@smithy/types").Provider<string | undefined>
46
- | undefined;
43
+ | undefined
44
+ | import("@smithy/types").Provider<string | undefined>;
47
45
  retryStrategy?:
48
46
  | import("@smithy/types").RetryStrategy
49
- | import("@smithy/types").RetryStrategyV2
50
- | undefined;
47
+ | import("@smithy/types").RetryStrategyV2;
51
48
  endpoint?:
52
49
  | ((
53
50
  | string
@@ -68,35 +65,28 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
68
65
  endpointProvider: (
69
66
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
70
67
  context?: {
71
- logger?: import("@smithy/types").Logger | undefined;
68
+ logger?: import("@smithy/types").Logger;
72
69
  }
73
70
  ) => import("@smithy/types").EndpointV2;
74
- tls?: boolean | undefined;
75
- serviceConfiguredEndpoint?: undefined;
76
- useQueueUrlAsEndpoint?: boolean | undefined;
77
- authSchemePreference?:
78
- | string[]
79
- | import("@smithy/types").Provider<string[]>
80
- | undefined;
71
+ tls?: boolean;
72
+ serviceConfiguredEndpoint?: never;
73
+ useQueueUrlAsEndpoint?: boolean;
74
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
81
75
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
82
76
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
83
77
  credentials?:
84
78
  | import("@smithy/types").AwsCredentialIdentity
85
- | import("@smithy/types").AwsCredentialIdentityProvider
86
- | undefined;
79
+ | import("@smithy/types").AwsCredentialIdentityProvider;
87
80
  signer?:
88
81
  | import("@smithy/types").RequestSigner
89
82
  | ((
90
- authScheme?: import("@smithy/types").AuthScheme | undefined
91
- ) => Promise<import("@smithy/types").RequestSigner>)
92
- | undefined;
93
- signingEscapePath?: boolean | undefined;
94
- systemClockOffset?: number | undefined;
95
- signingRegion?: string | undefined;
96
- signerConstructor?:
97
- | (new (
98
- options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
100
- ) => import("@smithy/types").RequestSigner)
101
- | undefined;
83
+ authScheme?: import("@smithy/types").AuthScheme
84
+ ) => Promise<import("@smithy/types").RequestSigner>);
85
+ signingEscapePath?: boolean;
86
+ systemClockOffset?: number;
87
+ signingRegion?: string;
88
+ signerConstructor?: new (
89
+ options: import("@smithy/signature-v4").SignatureV4Init &
90
+ import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ ) => import("@smithy/types").RequestSigner;
102
92
  };
@@ -11,16 +11,12 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
11
11
  credentialDefaultProvider:
12
12
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
13
  | ((
14
- init?:
15
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
- | undefined
14
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
17
15
  ) => import("@smithy/types").MemoizedProvider<
18
16
  import("@smithy/types").AwsCredentialIdentity
19
17
  >);
20
18
  defaultUserAgentProvider: (
21
- config?:
22
- | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
23
- | undefined
19
+ config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
24
20
  ) => Promise<import("@smithy/types").UserAgent>;
25
21
  maxAttempts: number | import("@smithy/types").Provider<number>;
26
22
  md5: false | __HashConstructor;
@@ -38,19 +34,18 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
38
34
  cacheMiddleware?: boolean | undefined;
39
35
  urlParser: import("@smithy/types").UrlParser;
40
36
  base64Decoder: import("@smithy/types").Decoder;
41
- base64Encoder: (_input: string | Uint8Array) => string;
37
+ base64Encoder: (_input: Uint8Array | string) => string;
42
38
  utf8Decoder: import("@smithy/types").Decoder;
43
- utf8Encoder: (input: string | Uint8Array) => string;
39
+ utf8Encoder: (input: Uint8Array | string) => string;
44
40
  disableHostPrefix: boolean;
45
41
  serviceId: string;
46
- profile?: string | undefined;
42
+ profile?: string;
47
43
  logger: import("@smithy/types").Logger;
48
44
  extensions: import("./runtimeExtensions").RuntimeExtension[];
49
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
45
+ customUserAgent?: string | import("@smithy/types").UserAgent;
50
46
  retryStrategy?:
51
47
  | import("@smithy/types").RetryStrategy
52
- | import("@smithy/types").RetryStrategyV2
53
- | undefined;
48
+ | import("@smithy/types").RetryStrategyV2;
54
49
  endpoint?:
55
50
  | ((
56
51
  | string
@@ -71,31 +66,27 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
71
66
  endpointProvider: (
72
67
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
73
68
  context?: {
74
- logger?: import("@smithy/types").Logger | undefined;
69
+ logger?: import("@smithy/types").Logger;
75
70
  }
76
71
  ) => import("@smithy/types").EndpointV2;
77
- tls?: boolean | undefined;
78
- serviceConfiguredEndpoint?: undefined;
79
- useQueueUrlAsEndpoint?: boolean | undefined;
72
+ tls?: boolean;
73
+ serviceConfiguredEndpoint?: never;
74
+ useQueueUrlAsEndpoint?: boolean;
80
75
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
81
76
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
82
77
  credentials?:
83
78
  | import("@smithy/types").AwsCredentialIdentity
84
- | import("@smithy/types").AwsCredentialIdentityProvider
85
- | undefined;
79
+ | import("@smithy/types").AwsCredentialIdentityProvider;
86
80
  signer?:
87
81
  | import("@smithy/types").RequestSigner
88
82
  | ((
89
- authScheme?: import("@smithy/types").AuthScheme | undefined
90
- ) => Promise<import("@smithy/types").RequestSigner>)
91
- | undefined;
92
- signingEscapePath?: boolean | undefined;
93
- systemClockOffset?: number | undefined;
94
- signingRegion?: string | undefined;
95
- signerConstructor?:
96
- | (new (
97
- options: import("@smithy/signature-v4").SignatureV4Init &
98
- import("@smithy/signature-v4").SignatureV4CryptoInit
99
- ) => import("@smithy/types").RequestSigner)
100
- | undefined;
83
+ authScheme?: import("@smithy/types").AuthScheme
84
+ ) => Promise<import("@smithy/types").RequestSigner>);
85
+ signingEscapePath?: boolean;
86
+ systemClockOffset?: number;
87
+ signingRegion?: string;
88
+ signerConstructor?: new (
89
+ options: import("@smithy/signature-v4").SignatureV4Init &
90
+ import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ ) => import("@smithy/types").RequestSigner;
101
92
  };
@@ -9,24 +9,22 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  apiVersion: string;
12
- cacheMiddleware?: boolean | undefined;
12
+ cacheMiddleware?: boolean;
13
13
  urlParser: import("@smithy/types").UrlParser;
14
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
15
15
  streamCollector: import("@smithy/types").StreamCollector;
16
16
  base64Decoder: import("@smithy/types").Decoder;
17
- base64Encoder: (_input: string | Uint8Array) => string;
17
+ base64Encoder: (_input: Uint8Array | string) => string;
18
18
  utf8Decoder: import("@smithy/types").Decoder;
19
- utf8Encoder: (input: string | Uint8Array) => string;
19
+ utf8Encoder: (input: Uint8Array | string) => string;
20
20
  disableHostPrefix: boolean;
21
21
  serviceId: string;
22
22
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
23
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  region: string | import("@smithy/types").Provider<any>;
25
- profile?: string | undefined;
25
+ profile?: string;
26
26
  defaultUserAgentProvider: (
27
- config?:
28
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
- | undefined
27
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
30
28
  ) => Promise<import("@smithy/types").UserAgent>;
31
29
  credentialDefaultProvider:
32
30
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
@@ -43,15 +41,14 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
43
41
  | import("@smithy/types").Provider<
44
42
  import("@smithy/smithy-client").DefaultsMode
45
43
  >;
46
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
44
+ customUserAgent?: string | import("@smithy/types").UserAgent;
47
45
  userAgentAppId?:
48
46
  | string
49
- | import("@smithy/types").Provider<string | undefined>
50
- | undefined;
47
+ | undefined
48
+ | import("@smithy/types").Provider<string | undefined>;
51
49
  retryStrategy?:
52
50
  | import("@smithy/types").RetryStrategy
53
- | import("@smithy/types").RetryStrategyV2
54
- | undefined;
51
+ | import("@smithy/types").RetryStrategyV2;
55
52
  endpoint?:
56
53
  | ((
57
54
  | string
@@ -72,35 +69,28 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
72
69
  endpointProvider: (
73
70
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
74
71
  context?: {
75
- logger?: import("@smithy/types").Logger | undefined;
72
+ logger?: import("@smithy/types").Logger;
76
73
  }
77
74
  ) => import("@smithy/types").EndpointV2;
78
- tls?: boolean | undefined;
79
- serviceConfiguredEndpoint?: undefined;
80
- useQueueUrlAsEndpoint?: boolean | undefined;
81
- authSchemePreference?:
82
- | string[]
83
- | import("@smithy/types").Provider<string[]>
84
- | undefined;
75
+ tls?: boolean;
76
+ serviceConfiguredEndpoint?: never;
77
+ useQueueUrlAsEndpoint?: boolean;
78
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
85
79
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
86
80
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
87
81
  credentials?:
88
82
  | import("@smithy/types").AwsCredentialIdentity
89
- | import("@smithy/types").AwsCredentialIdentityProvider
90
- | undefined;
83
+ | import("@smithy/types").AwsCredentialIdentityProvider;
91
84
  signer?:
92
85
  | import("@smithy/types").RequestSigner
93
86
  | ((
94
- authScheme?: import("@smithy/types").AuthScheme | undefined
95
- ) => Promise<import("@smithy/types").RequestSigner>)
96
- | undefined;
97
- signingEscapePath?: boolean | undefined;
98
- systemClockOffset?: number | undefined;
99
- signingRegion?: string | undefined;
100
- signerConstructor?:
101
- | (new (
102
- options: import("@smithy/signature-v4").SignatureV4Init &
103
- import("@smithy/signature-v4").SignatureV4CryptoInit
104
- ) => import("@smithy/types").RequestSigner)
105
- | undefined;
87
+ authScheme?: import("@smithy/types").AuthScheme
88
+ ) => Promise<import("@smithy/types").RequestSigner>);
89
+ signingEscapePath?: boolean;
90
+ systemClockOffset?: number;
91
+ signingRegion?: string;
92
+ signerConstructor?: new (
93
+ options: import("@smithy/signature-v4").SignatureV4Init &
94
+ import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ ) => import("@smithy/types").RequestSigner;
106
96
  };
@@ -2,12 +2,12 @@ import { SQSClientConfig } from "./SQSClient";
2
2
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
3
3
  apiVersion: string;
4
4
  base64Decoder: import("@smithy/types").Decoder;
5
- base64Encoder: (_input: string | Uint8Array) => string;
5
+ base64Encoder: (_input: Uint8Array | string) => string;
6
6
  disableHostPrefix: boolean;
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
9
9
  context?: {
10
- logger?: import("@smithy/types").Logger | undefined;
10
+ logger?: import("@smithy/types").Logger;
11
11
  }
12
12
  ) => import("@smithy/types").EndpointV2;
13
13
  extensions: import("./runtimeExtensions").RuntimeExtension[];
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: (input: string | Uint8Array) => string;
20
+ utf8Encoder: (input: Uint8Array | string) => string;
21
21
  };
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.799.0",
4
+ "version": "3.804.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,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.799.0",
24
- "@aws-sdk/credential-provider-node": "3.799.0",
25
- "@aws-sdk/middleware-host-header": "3.775.0",
26
- "@aws-sdk/middleware-logger": "3.775.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-sdk-sqs": "3.798.0",
29
- "@aws-sdk/middleware-user-agent": "3.799.0",
30
- "@aws-sdk/region-config-resolver": "3.775.0",
31
- "@aws-sdk/types": "3.775.0",
32
- "@aws-sdk/util-endpoints": "3.787.0",
33
- "@aws-sdk/util-user-agent-browser": "3.775.0",
34
- "@aws-sdk/util-user-agent-node": "3.799.0",
23
+ "@aws-sdk/core": "3.804.0",
24
+ "@aws-sdk/credential-provider-node": "3.804.0",
25
+ "@aws-sdk/middleware-host-header": "3.804.0",
26
+ "@aws-sdk/middleware-logger": "3.804.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
+ "@aws-sdk/middleware-sdk-sqs": "3.804.0",
29
+ "@aws-sdk/middleware-user-agent": "3.804.0",
30
+ "@aws-sdk/region-config-resolver": "3.804.0",
31
+ "@aws-sdk/types": "3.804.0",
32
+ "@aws-sdk/util-endpoints": "3.804.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.804.0",
34
+ "@aws-sdk/util-user-agent-node": "3.804.0",
35
35
  "@smithy/config-resolver": "^4.1.0",
36
- "@smithy/core": "^3.3.0",
36
+ "@smithy/core": "^3.3.1",
37
37
  "@smithy/fetch-http-handler": "^5.0.2",
38
38
  "@smithy/hash-node": "^4.0.2",
39
39
  "@smithy/invalid-dependency": "^4.0.2",
40
40
  "@smithy/md5-js": "^4.0.2",
41
41
  "@smithy/middleware-content-length": "^4.0.2",
42
- "@smithy/middleware-endpoint": "^4.1.1",
43
- "@smithy/middleware-retry": "^4.1.1",
42
+ "@smithy/middleware-endpoint": "^4.1.2",
43
+ "@smithy/middleware-retry": "^4.1.3",
44
44
  "@smithy/middleware-serde": "^4.0.3",
45
45
  "@smithy/middleware-stack": "^4.0.2",
46
46
  "@smithy/node-config-provider": "^4.0.2",
47
47
  "@smithy/node-http-handler": "^4.0.4",
48
48
  "@smithy/protocol-http": "^5.1.0",
49
- "@smithy/smithy-client": "^4.2.1",
49
+ "@smithy/smithy-client": "^4.2.2",
50
50
  "@smithy/types": "^4.2.0",
51
51
  "@smithy/url-parser": "^4.0.2",
52
52
  "@smithy/util-base64": "^4.0.0",
53
53
  "@smithy/util-body-length-browser": "^4.0.0",
54
54
  "@smithy/util-body-length-node": "^4.0.0",
55
- "@smithy/util-defaults-mode-browser": "^4.0.9",
56
- "@smithy/util-defaults-mode-node": "^4.0.9",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.10",
56
+ "@smithy/util-defaults-mode-node": "^4.0.10",
57
57
  "@smithy/util-endpoints": "^3.0.2",
58
58
  "@smithy/util-middleware": "^4.0.2",
59
- "@smithy/util-retry": "^4.0.2",
59
+ "@smithy/util-retry": "^4.0.3",
60
60
  "@smithy/util-utf8": "^4.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
@@ -66,7 +66,7 @@
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~5.2.2"
69
+ "typescript": "~5.8.3"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=18.0.0"