@aws-sdk/client-sqs 3.590.0 → 3.596.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 (52) hide show
  1. package/dist-cjs/index.js +0 -23
  2. package/dist-types/commands/AddPermissionCommand.d.ts +4 -3
  3. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +4 -3
  4. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +4 -3
  5. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +4 -3
  6. package/dist-types/commands/CreateQueueCommand.d.ts +4 -3
  7. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +4 -3
  8. package/dist-types/commands/DeleteMessageCommand.d.ts +4 -3
  9. package/dist-types/commands/DeleteQueueCommand.d.ts +4 -3
  10. package/dist-types/commands/GetQueueAttributesCommand.d.ts +4 -3
  11. package/dist-types/commands/GetQueueUrlCommand.d.ts +4 -3
  12. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +4 -3
  13. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +4 -3
  14. package/dist-types/commands/ListQueueTagsCommand.d.ts +4 -3
  15. package/dist-types/commands/ListQueuesCommand.d.ts +4 -3
  16. package/dist-types/commands/PurgeQueueCommand.d.ts +4 -3
  17. package/dist-types/commands/ReceiveMessageCommand.d.ts +4 -3
  18. package/dist-types/commands/RemovePermissionCommand.d.ts +4 -3
  19. package/dist-types/commands/SendMessageBatchCommand.d.ts +6 -5
  20. package/dist-types/commands/SendMessageCommand.d.ts +6 -5
  21. package/dist-types/commands/SetQueueAttributesCommand.d.ts +11 -9
  22. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +4 -3
  23. package/dist-types/commands/TagQueueCommand.d.ts +4 -3
  24. package/dist-types/commands/UntagQueueCommand.d.ts +4 -3
  25. package/dist-types/index.d.ts +2 -2
  26. package/dist-types/models/SQSServiceException.d.ts +2 -1
  27. package/dist-types/models/models_0.d.ts +9 -10
  28. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/models/SQSServiceException.d.ts +2 -1
  52. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -237,7 +237,6 @@ var SQSClient = _SQSClient;
237
237
 
238
238
  var import_middleware_serde = require("@smithy/middleware-serde");
239
239
 
240
- var import_types = require("@smithy/types");
241
240
 
242
241
  // src/protocols/Aws_json1_0.ts
243
242
  var import_core2 = require("@aws-sdk/core");
@@ -1931,7 +1930,6 @@ var AddPermissionCommand = _AddPermissionCommand;
1931
1930
 
1932
1931
 
1933
1932
 
1934
-
1935
1933
  var _CancelMessageMoveTaskCommand = class _CancelMessageMoveTaskCommand extends import_smithy_client.Command.classBuilder().ep({
1936
1934
  ...commonParams
1937
1935
  }).m(function(Command, cs, config, o) {
@@ -1948,7 +1946,6 @@ var CancelMessageMoveTaskCommand = _CancelMessageMoveTaskCommand;
1948
1946
 
1949
1947
 
1950
1948
 
1951
-
1952
1949
  var _ChangeMessageVisibilityBatchCommand = class _ChangeMessageVisibilityBatchCommand extends import_smithy_client.Command.classBuilder().ep({
1953
1950
  ...commonParams
1954
1951
  }).m(function(Command, cs, config, o) {
@@ -1965,7 +1962,6 @@ var ChangeMessageVisibilityBatchCommand = _ChangeMessageVisibilityBatchCommand;
1965
1962
 
1966
1963
 
1967
1964
 
1968
-
1969
1965
  var _ChangeMessageVisibilityCommand = class _ChangeMessageVisibilityCommand extends import_smithy_client.Command.classBuilder().ep({
1970
1966
  ...commonParams
1971
1967
  }).m(function(Command, cs, config, o) {
@@ -1982,7 +1978,6 @@ var ChangeMessageVisibilityCommand = _ChangeMessageVisibilityCommand;
1982
1978
 
1983
1979
 
1984
1980
 
1985
-
1986
1981
  var _CreateQueueCommand = class _CreateQueueCommand extends import_smithy_client.Command.classBuilder().ep({
1987
1982
  ...commonParams
1988
1983
  }).m(function(Command, cs, config, o) {
@@ -1999,7 +1994,6 @@ var CreateQueueCommand = _CreateQueueCommand;
1999
1994
 
2000
1995
 
2001
1996
 
2002
-
2003
1997
  var _DeleteMessageBatchCommand = class _DeleteMessageBatchCommand extends import_smithy_client.Command.classBuilder().ep({
2004
1998
  ...commonParams
2005
1999
  }).m(function(Command, cs, config, o) {
@@ -2016,7 +2010,6 @@ var DeleteMessageBatchCommand = _DeleteMessageBatchCommand;
2016
2010
 
2017
2011
 
2018
2012
 
2019
-
2020
2013
  var _DeleteMessageCommand = class _DeleteMessageCommand extends import_smithy_client.Command.classBuilder().ep({
2021
2014
  ...commonParams
2022
2015
  }).m(function(Command, cs, config, o) {
@@ -2033,7 +2026,6 @@ var DeleteMessageCommand = _DeleteMessageCommand;
2033
2026
 
2034
2027
 
2035
2028
 
2036
-
2037
2029
  var _DeleteQueueCommand = class _DeleteQueueCommand extends import_smithy_client.Command.classBuilder().ep({
2038
2030
  ...commonParams
2039
2031
  }).m(function(Command, cs, config, o) {
@@ -2050,7 +2042,6 @@ var DeleteQueueCommand = _DeleteQueueCommand;
2050
2042
 
2051
2043
 
2052
2044
 
2053
-
2054
2045
  var _GetQueueAttributesCommand = class _GetQueueAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
2055
2046
  ...commonParams
2056
2047
  }).m(function(Command, cs, config, o) {
@@ -2067,7 +2058,6 @@ var GetQueueAttributesCommand = _GetQueueAttributesCommand;
2067
2058
 
2068
2059
 
2069
2060
 
2070
-
2071
2061
  var _GetQueueUrlCommand = class _GetQueueUrlCommand extends import_smithy_client.Command.classBuilder().ep({
2072
2062
  ...commonParams
2073
2063
  }).m(function(Command, cs, config, o) {
@@ -2084,7 +2074,6 @@ var GetQueueUrlCommand = _GetQueueUrlCommand;
2084
2074
 
2085
2075
 
2086
2076
 
2087
-
2088
2077
  var _ListDeadLetterSourceQueuesCommand = class _ListDeadLetterSourceQueuesCommand extends import_smithy_client.Command.classBuilder().ep({
2089
2078
  ...commonParams
2090
2079
  }).m(function(Command, cs, config, o) {
@@ -2101,7 +2090,6 @@ var ListDeadLetterSourceQueuesCommand = _ListDeadLetterSourceQueuesCommand;
2101
2090
 
2102
2091
 
2103
2092
 
2104
-
2105
2093
  var _ListMessageMoveTasksCommand = class _ListMessageMoveTasksCommand extends import_smithy_client.Command.classBuilder().ep({
2106
2094
  ...commonParams
2107
2095
  }).m(function(Command, cs, config, o) {
@@ -2118,7 +2106,6 @@ var ListMessageMoveTasksCommand = _ListMessageMoveTasksCommand;
2118
2106
 
2119
2107
 
2120
2108
 
2121
-
2122
2109
  var _ListQueuesCommand = class _ListQueuesCommand extends import_smithy_client.Command.classBuilder().ep({
2123
2110
  ...commonParams
2124
2111
  }).m(function(Command, cs, config, o) {
@@ -2135,7 +2122,6 @@ var ListQueuesCommand = _ListQueuesCommand;
2135
2122
 
2136
2123
 
2137
2124
 
2138
-
2139
2125
  var _ListQueueTagsCommand = class _ListQueueTagsCommand extends import_smithy_client.Command.classBuilder().ep({
2140
2126
  ...commonParams
2141
2127
  }).m(function(Command, cs, config, o) {
@@ -2152,7 +2138,6 @@ var ListQueueTagsCommand = _ListQueueTagsCommand;
2152
2138
 
2153
2139
 
2154
2140
 
2155
-
2156
2141
  var _PurgeQueueCommand = class _PurgeQueueCommand extends import_smithy_client.Command.classBuilder().ep({
2157
2142
  ...commonParams
2158
2143
  }).m(function(Command, cs, config, o) {
@@ -2170,7 +2155,6 @@ var PurgeQueueCommand = _PurgeQueueCommand;
2170
2155
 
2171
2156
 
2172
2157
 
2173
-
2174
2158
  var _ReceiveMessageCommand = class _ReceiveMessageCommand extends import_smithy_client.Command.classBuilder().ep({
2175
2159
  ...commonParams
2176
2160
  }).m(function(Command, cs, config, o) {
@@ -2188,7 +2172,6 @@ var ReceiveMessageCommand = _ReceiveMessageCommand;
2188
2172
 
2189
2173
 
2190
2174
 
2191
-
2192
2175
  var _RemovePermissionCommand = class _RemovePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
2193
2176
  ...commonParams
2194
2177
  }).m(function(Command, cs, config, o) {
@@ -2206,7 +2189,6 @@ var RemovePermissionCommand = _RemovePermissionCommand;
2206
2189
 
2207
2190
 
2208
2191
 
2209
-
2210
2192
  var _SendMessageBatchCommand = class _SendMessageBatchCommand extends import_smithy_client.Command.classBuilder().ep({
2211
2193
  ...commonParams
2212
2194
  }).m(function(Command, cs, config, o) {
@@ -2225,7 +2207,6 @@ var SendMessageBatchCommand = _SendMessageBatchCommand;
2225
2207
 
2226
2208
 
2227
2209
 
2228
-
2229
2210
  var _SendMessageCommand = class _SendMessageCommand extends import_smithy_client.Command.classBuilder().ep({
2230
2211
  ...commonParams
2231
2212
  }).m(function(Command, cs, config, o) {
@@ -2243,7 +2224,6 @@ var SendMessageCommand = _SendMessageCommand;
2243
2224
 
2244
2225
 
2245
2226
 
2246
-
2247
2227
  var _SetQueueAttributesCommand = class _SetQueueAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
2248
2228
  ...commonParams
2249
2229
  }).m(function(Command, cs, config, o) {
@@ -2260,7 +2240,6 @@ var SetQueueAttributesCommand = _SetQueueAttributesCommand;
2260
2240
 
2261
2241
 
2262
2242
 
2263
-
2264
2243
  var _StartMessageMoveTaskCommand = class _StartMessageMoveTaskCommand extends import_smithy_client.Command.classBuilder().ep({
2265
2244
  ...commonParams
2266
2245
  }).m(function(Command, cs, config, o) {
@@ -2277,7 +2256,6 @@ var StartMessageMoveTaskCommand = _StartMessageMoveTaskCommand;
2277
2256
 
2278
2257
 
2279
2258
 
2280
-
2281
2259
  var _TagQueueCommand = class _TagQueueCommand extends import_smithy_client.Command.classBuilder().ep({
2282
2260
  ...commonParams
2283
2261
  }).m(function(Command, cs, config, o) {
@@ -2294,7 +2272,6 @@ var TagQueueCommand = _TagQueueCommand;
2294
2272
 
2295
2273
 
2296
2274
 
2297
-
2298
2275
  var _UntagQueueCommand = class _UntagQueueCommand extends import_smithy_client.Command.classBuilder().ep({
2299
2276
  ...commonParams
2300
2277
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -107,8 +108,8 @@ declare const AddPermissionCommand_base: {
107
108
  * <p>The request was denied due to request throttling.</p>
108
109
  * <ul>
109
110
  * <li>
110
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
111
- * account and Region. </p>
111
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
112
+ * quota for an account and Region. </p>
112
113
  * </li>
113
114
  * <li>
114
115
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -77,8 +78,8 @@ declare const CancelMessageMoveTaskCommand_base: {
77
78
  * <p>The request was denied due to request throttling.</p>
78
79
  * <ul>
79
80
  * <li>
80
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
81
- * account and Region. </p>
81
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
82
+ * quota for an account and Region. </p>
82
83
  * </li>
83
84
  * <li>
84
85
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -102,8 +103,8 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
102
103
  * <p>The request was denied due to request throttling.</p>
103
104
  * <ul>
104
105
  * <li>
105
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
106
- * account and Region. </p>
106
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
107
+ * quota for an account and Region. </p>
107
108
  * </li>
108
109
  * <li>
109
110
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -110,8 +111,8 @@ declare const ChangeMessageVisibilityCommand_base: {
110
111
  * <p>The request was denied due to request throttling.</p>
111
112
  * <ul>
112
113
  * <li>
113
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
114
- * account and Region. </p>
114
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
115
+ * quota for an account and Region. </p>
115
116
  * </li>
116
117
  * <li>
117
118
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -131,8 +132,8 @@ declare const CreateQueueCommand_base: {
131
132
  * <p>The request was denied due to request throttling.</p>
132
133
  * <ul>
133
134
  * <li>
134
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
135
- * account and Region. </p>
135
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
136
+ * quota for an account and Region. </p>
136
137
  * </li>
137
138
  * <li>
138
139
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -97,8 +98,8 @@ declare const DeleteMessageBatchCommand_base: {
97
98
  * <p>The request was denied due to request throttling.</p>
98
99
  * <ul>
99
100
  * <li>
100
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
101
- * account and Region. </p>
101
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
102
+ * quota for an account and Region. </p>
102
103
  * </li>
103
104
  * <li>
104
105
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -87,8 +88,8 @@ declare const DeleteMessageCommand_base: {
87
88
  * <p>The request was denied due to request throttling.</p>
88
89
  * <ul>
89
90
  * <li>
90
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
91
- * account and Region. </p>
91
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
92
+ * quota for an account and Region. </p>
92
93
  * </li>
93
94
  * <li>
94
95
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -80,8 +81,8 @@ declare const DeleteQueueCommand_base: {
80
81
  * <p>The request was denied due to request throttling.</p>
81
82
  * <ul>
82
83
  * <li>
83
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
84
- * account and Region. </p>
84
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
85
+ * quota for an account and Region. </p>
85
86
  * </li>
86
87
  * <li>
87
88
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -74,8 +75,8 @@ declare const GetQueueAttributesCommand_base: {
74
75
  * <p>The request was denied due to request throttling.</p>
75
76
  * <ul>
76
77
  * <li>
77
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
78
- * account and Region. </p>
78
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
79
+ * quota for an account and Region. </p>
79
80
  * </li>
80
81
  * <li>
81
82
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -72,8 +73,8 @@ declare const GetQueueUrlCommand_base: {
72
73
  * <p>The request was denied due to request throttling.</p>
73
74
  * <ul>
74
75
  * <li>
75
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
76
- * account and Region. </p>
76
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
77
+ * quota for an account and Region. </p>
77
78
  * </li>
78
79
  * <li>
79
80
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -78,8 +79,8 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
78
79
  * <p>The request was denied due to request throttling.</p>
79
80
  * <ul>
80
81
  * <li>
81
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
82
- * account and Region. </p>
82
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
83
+ * quota for an account and Region. </p>
83
84
  * </li>
84
85
  * <li>
85
86
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -88,8 +89,8 @@ declare const ListMessageMoveTasksCommand_base: {
88
89
  * <p>The request was denied due to request throttling.</p>
89
90
  * <ul>
90
91
  * <li>
91
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
92
- * account and Region. </p>
92
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
93
+ * quota for an account and Region. </p>
93
94
  * </li>
94
95
  * <li>
95
96
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -72,8 +73,8 @@ declare const ListQueueTagsCommand_base: {
72
73
  * <p>The request was denied due to request throttling.</p>
73
74
  * <ul>
74
75
  * <li>
75
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
76
- * account and Region. </p>
76
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
77
+ * quota for an account and Region. </p>
77
78
  * </li>
78
79
  * <li>
79
80
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -80,8 +81,8 @@ declare const ListQueuesCommand_base: {
80
81
  * <p>The request was denied due to request throttling.</p>
81
82
  * <ul>
82
83
  * <li>
83
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
84
- * account and Region. </p>
84
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
85
+ * quota for an account and Region. </p>
85
86
  * </li>
86
87
  * <li>
87
88
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -78,8 +79,8 @@ declare const PurgeQueueCommand_base: {
78
79
  * <p>The request was denied due to request throttling.</p>
79
80
  * <ul>
80
81
  * <li>
81
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
82
- * account and Region. </p>
82
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
83
+ * quota for an account and Region. </p>
83
84
  * </li>
84
85
  * <li>
85
86
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -186,8 +187,8 @@ declare const ReceiveMessageCommand_base: {
186
187
  * <p>The request was denied due to request throttling.</p>
187
188
  * <ul>
188
189
  * <li>
189
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
190
- * account and Region. </p>
190
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
191
+ * quota for an account and Region. </p>
191
192
  * </li>
192
193
  * <li>
193
194
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -78,8 +79,8 @@ declare const RemovePermissionCommand_base: {
78
79
  * <p>The request was denied due to request throttling.</p>
79
80
  * <ul>
80
81
  * <li>
81
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
82
- * account and Region. </p>
82
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
83
+ * quota for an account and Region. </p>
83
84
  * </li>
84
85
  * <li>
85
86
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -37,11 +38,11 @@ declare const SendMessageBatchCommand_base: {
37
38
  * sum of the individual lengths of all of the batched messages) are both 256 KiB (262,144
38
39
  * bytes).</p>
39
40
  * <important>
40
- * <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:</p>
41
+ * <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
41
42
  * <p>
42
43
  * <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>
43
44
  * </p>
44
- * <p>Any characters not included in this list will be rejected. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
45
+ * <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with <code>U+FFFD</code> before storing the message in the queue, as long as the message body contains at least one valid character.</p>
45
46
  * </important>
46
47
  * <p>If you don't specify the <code>DelaySeconds</code> parameter for an entry, Amazon SQS uses
47
48
  * the default value for the queue.</p>
@@ -180,8 +181,8 @@ declare const SendMessageBatchCommand_base: {
180
181
  * <p>The request was denied due to request throttling.</p>
181
182
  * <ul>
182
183
  * <li>
183
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
184
- * account and Region. </p>
184
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
185
+ * quota for an account and Region. </p>
185
186
  * </li>
186
187
  * <li>
187
188
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -28,11 +29,11 @@ declare const SendMessageCommand_base: {
28
29
  /**
29
30
  * <p>Delivers a message to the specified queue.</p>
30
31
  * <important>
31
- * <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:</p>
32
+ * <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
32
33
  * <p>
33
34
  * <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>
34
35
  * </p>
35
- * <p>Any characters not included in this list will be rejected. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
36
+ * <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with <code>U+FFFD</code> before storing the message in the queue, as long as the message body contains at least one valid character.</p>
36
37
  * </important>
37
38
  * @example
38
39
  * Use a bare-bones client and the command you need to make an API call.
@@ -141,8 +142,8 @@ declare const SendMessageCommand_base: {
141
142
  * <p>The request was denied due to request throttling.</p>
142
143
  * <ul>
143
144
  * <li>
144
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
145
- * account and Region. </p>
145
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
146
+ * quota for an account and Region. </p>
146
147
  * </li>
147
148
  * <li>
148
149
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -26,12 +27,13 @@ declare const SetQueueAttributesCommand_base: {
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * <p>Sets the value of one or more queue attributes, like a policy. When you change a queue's attributes,
30
- * the change can take up to 60 seconds for most of the attributes to propagate throughout
31
- * the Amazon SQS system. Changes made to the <code>MessageRetentionPeriod</code> attribute can
32
- * take up to 15 minutes and will impact existing messages in the queue potentially causing
33
- * them to be expired and deleted if the <code>MessageRetentionPeriod</code> is reduced
34
- * below the age of existing messages.</p>
30
+ * <p>Sets the value of one or more queue attributes, like a policy. When you change a
31
+ * queue's attributes, the change can take up to 60 seconds for most of the attributes to
32
+ * propagate throughout the Amazon SQS system. Changes made to the
33
+ * <code>MessageRetentionPeriod</code> attribute can take up to 15 minutes and will
34
+ * impact existing messages in the queue potentially causing them to be expired and deleted
35
+ * if the <code>MessageRetentionPeriod</code> is reduced below the age of existing
36
+ * messages.</p>
35
37
  * <note>
36
38
  * <ul>
37
39
  * <li>
@@ -96,8 +98,8 @@ declare const SetQueueAttributesCommand_base: {
96
98
  * <p>The request was denied due to request throttling.</p>
97
99
  * <ul>
98
100
  * <li>
99
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
100
- * account and Region. </p>
101
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
102
+ * quota for an account and Region. </p>
101
103
  * </li>
102
104
  * <li>
103
105
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -83,8 +84,8 @@ declare const StartMessageMoveTaskCommand_base: {
83
84
  * <p>The request was denied due to request throttling.</p>
84
85
  * <ul>
85
86
  * <li>
86
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
87
- * account and Region. </p>
87
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
88
+ * quota for an account and Region. </p>
88
89
  * </li>
89
90
  * <li>
90
91
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -88,8 +89,8 @@ declare const TagQueueCommand_base: {
88
89
  * <p>The request was denied due to request throttling.</p>
89
90
  * <ul>
90
91
  * <li>
91
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
92
- * account and Region. </p>
92
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
93
+ * quota for an account and Region. </p>
93
94
  * </li>
94
95
  * <li>
95
96
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -70,8 +71,8 @@ declare const UntagQueueCommand_base: {
70
71
  * <p>The request was denied due to request throttling.</p>
71
72
  * <ul>
72
73
  * <li>
73
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
74
- * account and Region. </p>
74
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
75
+ * quota for an account and Region. </p>
75
76
  * </li>
76
77
  * <li>
77
78
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -77,8 +77,8 @@
77
77
  export * from "./SQSClient";
78
78
  export * from "./SQS";
79
79
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
80
- export { RuntimeExtension } from "./runtimeExtensions";
81
- export { SQSExtensionConfiguration } from "./extensionConfiguration";
80
+ export type { RuntimeExtension } from "./runtimeExtensions";
81
+ export type { SQSExtensionConfiguration } from "./extensionConfiguration";
82
82
  export * from "./commands";
83
83
  export * from "./pagination";
84
84
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -95,8 +95,8 @@ export declare class QueueDoesNotExist extends __BaseException {
95
95
  * <p>The request was denied due to request throttling.</p>
96
96
  * <ul>
97
97
  * <li>
98
- * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
99
- * account and Region. </p>
98
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request
99
+ * quota for an account and Region. </p>
100
100
  * </li>
101
101
  * <li>
102
102
  * <p>A burst or sustained high rate of requests to change the state of the same KMS
@@ -1526,10 +1526,9 @@ export interface ReceiveMessageRequest {
1526
1526
  * @deprecated
1527
1527
  *
1528
1528
  * <important>
1529
- * <p>
1530
- * This parameter has been deprecated but will be supported for backward compatibility.
1531
- * To provide attribute names, you are encouraged to use <code>MessageSystemAttributeNames</code>.
1532
- * </p>
1529
+ * <p> This parameter has been deprecated but will be supported for backward
1530
+ * compatibility. To provide attribute names, you are encouraged to use
1531
+ * <code>MessageSystemAttributeNames</code>. </p>
1533
1532
  * </important>
1534
1533
  * <p>A list of attributes that need to be returned along with each message. These
1535
1534
  * attributes include:</p>
@@ -1638,11 +1637,11 @@ export interface ReceiveMessageRequest {
1638
1637
  * <ul>
1639
1638
  * <li>
1640
1639
  * <p>For a user, returns the user ID, for example
1641
- * <code>ABCDEFGHI1JKLMNOPQ23R</code>.</p>
1640
+ * <code>ABCDEFGHI1JKLMNOPQ23R</code>.</p>
1642
1641
  * </li>
1643
1642
  * <li>
1644
1643
  * <p>For an IAM role, returns the IAM role ID, for example
1645
- * <code>ABCDE1F2GH3I4JK5LMNOP:i-a123b456</code>.</p>
1644
+ * <code>ABCDE1F2GH3I4JK5LMNOP:i-a123b456</code>.</p>
1646
1645
  * </li>
1647
1646
  * </ul>
1648
1647
  * </li>
@@ -2055,11 +2054,11 @@ export interface SendMessageRequest {
2055
2054
  * <p>The message to send. The minimum size is one character. The maximum size is 256
2056
2055
  * KiB.</p>
2057
2056
  * <important>
2058
- * <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:</p>
2057
+ * <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
2059
2058
  * <p>
2060
2059
  * <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>
2061
2060
  * </p>
2062
- * <p>Any characters not included in this list will be rejected. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
2061
+ * <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with <code>U+FFFD</code> before storing the message in the queue, as long as the message body contains at least one valid character.</p>
2063
2062
  * </important>
2064
2063
  * @public
2065
2064
  */
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface AddPermissionCommandInput extends AddPermissionRequest {}
11
12
  export interface AddPermissionCommandOutput extends __MetadataBearer {}
12
13
  declare const AddPermissionCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CancelMessageMoveTaskCommandInput
14
15
  extends CancelMessageMoveTaskRequest {}
15
16
  export interface CancelMessageMoveTaskCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ChangeMessageVisibilityBatchCommandInput
14
15
  extends ChangeMessageVisibilityBatchRequest {}
15
16
  export interface ChangeMessageVisibilityBatchCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ChangeMessageVisibilityCommandInput
11
12
  extends ChangeMessageVisibilityRequest {}
12
13
  export interface ChangeMessageVisibilityCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateQueueCommandInput extends CreateQueueRequest {}
11
12
  export interface CreateQueueCommandOutput
12
13
  extends CreateQueueResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteMessageBatchCommandInput
14
15
  extends DeleteMessageBatchRequest {}
15
16
  export interface DeleteMessageBatchCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteMessageCommandInput extends DeleteMessageRequest {}
11
12
  export interface DeleteMessageCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteMessageCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteQueueCommandInput extends DeleteQueueRequest {}
11
12
  export interface DeleteQueueCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteQueueCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetQueueAttributesCommandInput
14
15
  extends GetQueueAttributesRequest {}
15
16
  export interface GetQueueAttributesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetQueueUrlCommandInput extends GetQueueUrlRequest {}
11
12
  export interface GetQueueUrlCommandOutput
12
13
  extends GetQueueUrlResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDeadLetterSourceQueuesCommandInput
14
15
  extends ListDeadLetterSourceQueuesRequest {}
15
16
  export interface ListDeadLetterSourceQueuesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListMessageMoveTasksCommandInput
14
15
  extends ListMessageMoveTasksRequest {}
15
16
  export interface ListMessageMoveTasksCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListQueueTagsCommandInput extends ListQueueTagsRequest {}
11
12
  export interface ListQueueTagsCommandOutput
12
13
  extends ListQueueTagsResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListQueuesCommandInput extends ListQueuesRequest {}
11
12
  export interface ListQueuesCommandOutput
12
13
  extends ListQueuesResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PurgeQueueCommandInput extends PurgeQueueRequest {}
11
12
  export interface PurgeQueueCommandOutput extends __MetadataBearer {}
12
13
  declare const PurgeQueueCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ReceiveMessageCommandInput extends ReceiveMessageRequest {}
14
15
  export interface ReceiveMessageCommandOutput
15
16
  extends ReceiveMessageResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
11
12
  export interface RemovePermissionCommandOutput extends __MetadataBearer {}
12
13
  declare const RemovePermissionCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {}
14
15
  export interface SendMessageBatchCommandOutput
15
16
  extends SendMessageBatchResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SendMessageCommandInput extends SendMessageRequest {}
11
12
  export interface SendMessageCommandOutput
12
13
  extends SendMessageResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SetQueueAttributesCommandInput
11
12
  extends SetQueueAttributesRequest {}
12
13
  export interface SetQueueAttributesCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SQSClientResolvedConfig,
11
11
  } from "../SQSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartMessageMoveTaskCommandInput
14
15
  extends StartMessageMoveTaskRequest {}
15
16
  export interface StartMessageMoveTaskCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagQueueCommandInput extends TagQueueRequest {}
11
12
  export interface TagQueueCommandOutput extends __MetadataBearer {}
12
13
  declare const TagQueueCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SQSClientResolvedConfig,
8
8
  } from "../SQSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagQueueCommandInput extends UntagQueueRequest {}
11
12
  export interface UntagQueueCommandOutput extends __MetadataBearer {}
12
13
  declare const UntagQueueCommand_base: {
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class SQSServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -35,7 +35,7 @@
35
35
  "@aws-sdk/util-user-agent-browser": "3.577.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.587.0",
37
37
  "@smithy/config-resolver": "^3.0.1",
38
- "@smithy/core": "^2.1.1",
38
+ "@smithy/core": "^2.2.0",
39
39
  "@smithy/fetch-http-handler": "^3.0.1",
40
40
  "@smithy/hash-node": "^3.0.0",
41
41
  "@smithy/invalid-dependency": "^3.0.0",