@aws-sdk/client-sqs 3.40.0 → 3.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
18
 
8
19
 
@@ -149,6 +149,10 @@ const partitionHash = {
149
149
  hostname: "sqs.{region}.c2s.ic.gov",
150
150
  tags: [],
151
151
  },
152
+ {
153
+ hostname: "sqs-fips.{region}.c2s.ic.gov",
154
+ tags: ["fips"],
155
+ },
152
156
  ],
153
157
  },
154
158
  "aws-iso-b": {
@@ -159,6 +163,10 @@ const partitionHash = {
159
163
  hostname: "sqs.{region}.sc2s.sgov.gov",
160
164
  tags: [],
161
165
  },
166
+ {
167
+ hostname: "sqs-fips.{region}.sc2s.sgov.gov",
168
+ tags: ["fips"],
169
+ },
162
170
  ],
163
171
  },
164
172
  "aws-us-gov": {
@@ -147,6 +147,10 @@ var partitionHash = {
147
147
  hostname: "sqs.{region}.c2s.ic.gov",
148
148
  tags: [],
149
149
  },
150
+ {
151
+ hostname: "sqs-fips.{region}.c2s.ic.gov",
152
+ tags: ["fips"],
153
+ },
150
154
  ],
151
155
  },
152
156
  "aws-iso-b": {
@@ -157,6 +161,10 @@ var partitionHash = {
157
161
  hostname: "sqs.{region}.sc2s.sgov.gov",
158
162
  tags: [],
159
163
  },
164
+ {
165
+ hostname: "sqs-fips.{region}.sc2s.sgov.gov",
166
+ tags: ["fips"],
167
+ },
160
168
  ],
161
169
  },
162
170
  "aws-us-gov": {
@@ -59,7 +59,7 @@ export interface AddPermissionCommandOutput extends __MetadataBearer {
59
59
  *
60
60
  * @see {@link AddPermissionCommandInput} for command's `input` shape.
61
61
  * @see {@link AddPermissionCommandOutput} for command's `response` shape.
62
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
62
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
63
63
  *
64
64
  */
65
65
  export declare class AddPermissionCommand extends $Command<AddPermissionCommandInput, AddPermissionCommandOutput, SQSClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface ChangeMessageVisibilityBatchCommandOutput extends ChangeMessage
34
34
  *
35
35
  * @see {@link ChangeMessageVisibilityBatchCommandInput} for command's `input` shape.
36
36
  * @see {@link ChangeMessageVisibilityBatchCommandOutput} for command's `response` shape.
37
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class ChangeMessageVisibilityBatchCommand extends $Command<ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput, SQSClientResolvedConfig> {
@@ -53,7 +53,7 @@ export interface ChangeMessageVisibilityCommandOutput extends __MetadataBearer {
53
53
  *
54
54
  * @see {@link ChangeMessageVisibilityCommandInput} for command's `input` shape.
55
55
  * @see {@link ChangeMessageVisibilityCommandOutput} for command's `response` shape.
56
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
56
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
57
57
  *
58
58
  */
59
59
  export declare class ChangeMessageVisibilityCommand extends $Command<ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput, SQSClientResolvedConfig> {
@@ -71,7 +71,7 @@ export interface CreateQueueCommandOutput extends CreateQueueResult, __MetadataB
71
71
  *
72
72
  * @see {@link CreateQueueCommandInput} for command's `input` shape.
73
73
  * @see {@link CreateQueueCommandOutput} for command's `response` shape.
74
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
74
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
75
75
  *
76
76
  */
77
77
  export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, SQSClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface DeleteMessageBatchCommandOutput extends DeleteMessageBatchResul
31
31
  *
32
32
  * @see {@link DeleteMessageBatchCommandInput} for command's `input` shape.
33
33
  * @see {@link DeleteMessageBatchCommandOutput} for command's `response` shape.
34
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class DeleteMessageBatchCommand extends $Command<DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput, SQSClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DeleteMessageCommandOutput extends __MetadataBearer {
39
39
  *
40
40
  * @see {@link DeleteMessageCommandInput} for command's `input` shape.
41
41
  * @see {@link DeleteMessageCommandOutput} for command's `response` shape.
42
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DeleteMessageCommand extends $Command<DeleteMessageCommandInput, DeleteMessageCommandOutput, SQSClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface DeleteQueueCommandOutput extends __MetadataBearer {
34
34
  *
35
35
  * @see {@link DeleteQueueCommandInput} for command's `input` shape.
36
36
  * @see {@link DeleteQueueCommandOutput} for command's `response` shape.
37
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class DeleteQueueCommand extends $Command<DeleteQueueCommandInput, DeleteQueueCommandOutput, SQSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetQueueAttributesCommandOutput extends GetQueueAttributesResul
23
23
  *
24
24
  * @see {@link GetQueueAttributesCommandInput} for command's `input` shape.
25
25
  * @see {@link GetQueueAttributesCommandOutput} for command's `response` shape.
26
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetQueueAttributesCommand extends $Command<GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput, SQSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetQueueUrlCommandOutput extends GetQueueUrlResult, __MetadataB
25
25
  *
26
26
  * @see {@link GetQueueUrlCommandInput} for command's `input` shape.
27
27
  * @see {@link GetQueueUrlCommandOutput} for command's `response` shape.
28
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetQueueUrlCommand extends $Command<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, SQSClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface ListDeadLetterSourceQueuesCommandOutput extends ListDeadLetterS
30
30
  *
31
31
  * @see {@link ListDeadLetterSourceQueuesCommandInput} for command's `input` shape.
32
32
  * @see {@link ListDeadLetterSourceQueuesCommandOutput} for command's `response` shape.
33
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class ListDeadLetterSourceQueuesCommand extends $Command<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface ListQueueTagsCommandOutput extends ListQueueTagsResult, __Metad
26
26
  *
27
27
  * @see {@link ListQueueTagsCommandInput} for command's `input` shape.
28
28
  * @see {@link ListQueueTagsCommandOutput} for command's `response` shape.
29
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class ListQueueTagsCommand extends $Command<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface ListQueuesCommandOutput extends ListQueuesResult, __MetadataBea
33
33
  *
34
34
  * @see {@link ListQueuesCommandInput} for command's `input` shape.
35
35
  * @see {@link ListQueuesCommandOutput} for command's `response` shape.
36
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class ListQueuesCommand extends $Command<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface PurgeQueueCommandOutput extends __MetadataBearer {
33
33
  *
34
34
  * @see {@link PurgeQueueCommandInput} for command's `input` shape.
35
35
  * @see {@link PurgeQueueCommandOutput} for command's `response` shape.
36
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class PurgeQueueCommand extends $Command<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig> {
@@ -55,7 +55,7 @@ export interface ReceiveMessageCommandOutput extends ReceiveMessageResult, __Met
55
55
  *
56
56
  * @see {@link ReceiveMessageCommandInput} for command's `input` shape.
57
57
  * @see {@link ReceiveMessageCommandOutput} for command's `response` shape.
58
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
58
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
59
59
  *
60
60
  */
61
61
  export declare class ReceiveMessageCommand extends $Command<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
35
35
  *
36
36
  * @see {@link RemovePermissionCommandInput} for command's `input` shape.
37
37
  * @see {@link RemovePermissionCommandOutput} for command's `response` shape.
38
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, _
38
38
  *
39
39
  * @see {@link SendMessageBatchCommandInput} for command's `input` shape.
40
40
  * @see {@link SendMessageBatchCommandOutput} for command's `response` shape.
41
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class SendMessageBatchCommand extends $Command<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface SendMessageCommandOutput extends SendMessageResult, __MetadataB
27
27
  *
28
28
  * @see {@link SendMessageCommandInput} for command's `input` shape.
29
29
  * @see {@link SendMessageCommandOutput} for command's `response` shape.
30
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class SendMessageCommand extends $Command<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
36
36
  *
37
37
  * @see {@link SetQueueAttributesCommandInput} for command's `input` shape.
38
38
  * @see {@link SetQueueAttributesCommandOutput} for command's `response` shape.
39
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class SetQueueAttributesCommand extends $Command<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface TagQueueCommandOutput extends __MetadataBearer {
45
45
  *
46
46
  * @see {@link TagQueueCommandInput} for command's `input` shape.
47
47
  * @see {@link TagQueueCommandOutput} for command's `response` shape.
48
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class TagQueueCommand extends $Command<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface UntagQueueCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link UntagQueueCommandInput} for command's `input` shape.
28
28
  * @see {@link UntagQueueCommandOutput} for command's `response` shape.
29
- * @see {@link SQSClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class UntagQueueCommand extends $Command<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig> {
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.40.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -40,7 +40,7 @@
40
40
  "@aws-sdk/node-config-provider": "3.40.0",
41
41
  "@aws-sdk/node-http-handler": "3.40.0",
42
42
  "@aws-sdk/protocol-http": "3.40.0",
43
- "@aws-sdk/smithy-client": "3.40.0",
43
+ "@aws-sdk/smithy-client": "3.41.0",
44
44
  "@aws-sdk/types": "3.40.0",
45
45
  "@aws-sdk/url-parser": "3.40.0",
46
46
  "@aws-sdk/util-base64-browser": "3.37.0",