@aws-sdk/client-waf-regional 3.289.0 → 3.290.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 (82) hide show
  1. package/dist-types/commands/AssociateWebACLCommand.d.ts +54 -0
  2. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +58 -0
  3. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +58 -0
  4. package/dist-types/commands/CreateIPSetCommand.d.ts +58 -0
  5. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +64 -0
  6. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +15 -0
  7. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +15 -0
  8. package/dist-types/commands/CreateRuleCommand.d.ts +64 -0
  9. package/dist-types/commands/CreateRuleGroupCommand.d.ts +24 -0
  10. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +58 -0
  11. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +58 -0
  12. package/dist-types/commands/CreateWebACLCommand.d.ts +67 -0
  13. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +103 -0
  14. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +58 -0
  15. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +42 -0
  16. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +42 -0
  17. package/dist-types/commands/DeleteIPSetCommand.d.ts +42 -0
  18. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +10 -0
  19. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +10 -0
  20. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +48 -0
  21. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +42 -0
  22. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +42 -0
  23. package/dist-types/commands/DeleteRuleCommand.d.ts +48 -0
  24. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +68 -0
  25. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +42 -0
  26. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +42 -0
  27. package/dist-types/commands/DeleteWebACLCommand.d.ts +48 -0
  28. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +42 -0
  29. package/dist-types/commands/DisassociateWebACLCommand.d.ts +50 -0
  30. package/dist-types/commands/GetByteMatchSetCommand.d.ts +10 -0
  31. package/dist-types/commands/GetChangeTokenCommand.d.ts +4 -0
  32. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +7 -0
  33. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +10 -0
  34. package/dist-types/commands/GetIPSetCommand.d.ts +10 -0
  35. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +7 -0
  36. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +7 -0
  37. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +10 -0
  38. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +50 -0
  39. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +10 -0
  40. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +10 -0
  41. package/dist-types/commands/GetRuleCommand.d.ts +10 -0
  42. package/dist-types/commands/GetRuleGroupCommand.d.ts +7 -0
  43. package/dist-types/commands/GetSampledRequestsCommand.d.ts +7 -0
  44. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +10 -0
  45. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +10 -0
  46. package/dist-types/commands/GetWebACLCommand.d.ts +10 -0
  47. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +54 -0
  48. package/dist-types/commands/GetXssMatchSetCommand.d.ts +10 -0
  49. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +47 -0
  50. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +7 -0
  51. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +7 -0
  52. package/dist-types/commands/ListIPSetsCommand.d.ts +7 -0
  53. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +47 -0
  54. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +7 -0
  55. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +7 -0
  56. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +7 -0
  57. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +50 -0
  58. package/dist-types/commands/ListRuleGroupsCommand.d.ts +4 -0
  59. package/dist-types/commands/ListRulesCommand.d.ts +7 -0
  60. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +7 -0
  61. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +7 -0
  62. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +7 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +56 -0
  64. package/dist-types/commands/ListWebACLsCommand.d.ts +7 -0
  65. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +7 -0
  66. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +13 -0
  67. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +42 -0
  68. package/dist-types/commands/TagResourceCommand.d.ts +61 -0
  69. package/dist-types/commands/UntagResourceCommand.d.ts +56 -0
  70. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +99 -0
  71. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +110 -0
  72. package/dist-types/commands/UpdateIPSetCommand.d.ts +110 -0
  73. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +110 -0
  74. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +62 -0
  75. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +62 -0
  76. package/dist-types/commands/UpdateRuleCommand.d.ts +110 -0
  77. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +96 -0
  78. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +110 -0
  79. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +99 -0
  80. package/dist-types/commands/UpdateWebACLCommand.d.ts +113 -0
  81. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +99 -0
  82. package/package.json +29 -29
@@ -108,6 +108,119 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
108
108
  * @see {@link UpdateWebACLCommandOutput} for command's `response` shape.
109
109
  * @see {@link WAFRegionalClientResolvedConfig | config} for WAFRegionalClient's `config` shape.
110
110
  *
111
+ * @throws {@link WAFInternalErrorException} (server fault)
112
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry your request.</p>
113
+ *
114
+ * @throws {@link WAFInvalidAccountException} (client fault)
115
+ * <p>The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.</p>
116
+ *
117
+ * @throws {@link WAFInvalidOperationException} (client fault)
118
+ * <p>The operation failed because there was nothing to do. For example:</p>
119
+ * <ul>
120
+ * <li>
121
+ * <p>You tried to remove a <code>Rule</code> from a <code>WebACL</code>, but the <code>Rule</code> isn't in the specified <code>WebACL</code>.</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>You tried to remove an IP address from an <code>IPSet</code>, but the IP address isn't in the specified <code>IPSet</code>.</p>
125
+ * </li>
126
+ * <li>
127
+ * <p>You tried to remove a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code>
128
+ * isn't in the specified <code>WebACL</code>.</p>
129
+ * </li>
130
+ * <li>
131
+ * <p>You tried to add a <code>Rule</code> to a <code>WebACL</code>, but the <code>Rule</code> already exists in the
132
+ * specified <code>WebACL</code>.</p>
133
+ * </li>
134
+ * <li>
135
+ * <p>You tried to add a <code>ByteMatchTuple</code> to a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code>
136
+ * already exists in the specified <code>WebACL</code>.</p>
137
+ * </li>
138
+ * </ul>
139
+ *
140
+ * @throws {@link WAFInvalidParameterException} (client fault)
141
+ * <p>The operation failed because AWS WAF didn't recognize a parameter in the request. For example:</p>
142
+ * <ul>
143
+ * <li>
144
+ * <p>You specified an invalid parameter name.</p>
145
+ * </li>
146
+ * <li>
147
+ * <p>You specified an invalid value.</p>
148
+ * </li>
149
+ * <li>
150
+ * <p>You tried to update an object (<code>ByteMatchSet</code>, <code>IPSet</code>, <code>Rule</code>, or <code>WebACL</code>)
151
+ * using an action other than <code>INSERT</code> or <code>DELETE</code>.</p>
152
+ * </li>
153
+ * <li>
154
+ * <p>You tried to create a <code>WebACL</code> with a <code>DefaultAction</code>
155
+ * <code>Type</code> other than
156
+ * <code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</p>
157
+ * </li>
158
+ * <li>
159
+ * <p>You tried to create a <code>RateBasedRule</code> with a <code>RateKey</code> value other than <code>IP</code>.</p>
160
+ * </li>
161
+ * <li>
162
+ * <p>You tried to update a <code>WebACL</code> with a <code>WafAction</code>
163
+ * <code>Type</code> other than
164
+ * <code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</p>
165
+ * </li>
166
+ * <li>
167
+ * <p>You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code>
168
+ * <code>Type</code> other than
169
+ * HEADER, METHOD, QUERY_STRING, URI, or BODY.</p>
170
+ * </li>
171
+ * <li>
172
+ * <p>You tried to update a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code>
173
+ * but no value for <code>Data</code>.</p>
174
+ * </li>
175
+ * <li>
176
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.</p>
177
+ * </li>
178
+ * </ul>
179
+ *
180
+ * @throws {@link WAFLimitsExceededException} (client fault)
181
+ * <p>The operation exceeds a resource limit, for example, the maximum number of <code>WebACL</code> objects that you can create
182
+ * for an AWS account. For more information, see
183
+ * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">Limits</a> in the <i>AWS WAF Developer Guide</i>.</p>
184
+ *
185
+ * @throws {@link WAFNonexistentContainerException} (client fault)
186
+ * <p>The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:</p>
187
+ * <ul>
188
+ * <li>
189
+ * <p>You tried to add a <code>Rule</code> to or delete a <code>Rule</code> from a <code>WebACL</code> that doesn't exist.</p>
190
+ * </li>
191
+ * <li>
192
+ * <p>You tried to add a <code>ByteMatchSet</code> to or delete a <code>ByteMatchSet</code> from a <code>Rule</code> that doesn't exist.</p>
193
+ * </li>
194
+ * <li>
195
+ * <p>You tried to add an IP address to or delete an IP address from an <code>IPSet</code> that doesn't exist.</p>
196
+ * </li>
197
+ * <li>
198
+ * <p>You tried to add a <code>ByteMatchTuple</code> to or delete a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code>
199
+ * that doesn't exist.</p>
200
+ * </li>
201
+ * </ul>
202
+ *
203
+ * @throws {@link WAFNonexistentItemException} (client fault)
204
+ * <p>The operation failed because the referenced object doesn't exist.</p>
205
+ *
206
+ * @throws {@link WAFReferencedItemException} (client fault)
207
+ * <p>The operation failed because you tried to delete an object that is still in use. For example:</p>
208
+ * <ul>
209
+ * <li>
210
+ * <p>You tried to delete a <code>ByteMatchSet</code> that is still referenced by a <code>Rule</code>.</p>
211
+ * </li>
212
+ * <li>
213
+ * <p>You tried to delete a <code>Rule</code> that is still referenced by a <code>WebACL</code>.</p>
214
+ * </li>
215
+ * </ul>
216
+ *
217
+ * @throws {@link WAFStaleDataException} (client fault)
218
+ * <p>The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.</p>
219
+ *
220
+ * @throws {@link WAFSubscriptionNotFoundException} (client fault)
221
+ * <p>The specified subscription does not exist.</p>
222
+ *
223
+ *
111
224
  * @example To update a Web ACL
112
225
  * ```javascript
113
226
  * // The following example deletes an ActivatedRule object in a WebACL with the ID webacl-1472061481310.
@@ -80,6 +80,105 @@ export interface UpdateXssMatchSetCommandOutput extends UpdateXssMatchSetRespons
80
80
  * @see {@link UpdateXssMatchSetCommandOutput} for command's `response` shape.
81
81
  * @see {@link WAFRegionalClientResolvedConfig | config} for WAFRegionalClient's `config` shape.
82
82
  *
83
+ * @throws {@link WAFInternalErrorException} (server fault)
84
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry your request.</p>
85
+ *
86
+ * @throws {@link WAFInvalidAccountException} (client fault)
87
+ * <p>The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.</p>
88
+ *
89
+ * @throws {@link WAFInvalidOperationException} (client fault)
90
+ * <p>The operation failed because there was nothing to do. For example:</p>
91
+ * <ul>
92
+ * <li>
93
+ * <p>You tried to remove a <code>Rule</code> from a <code>WebACL</code>, but the <code>Rule</code> isn't in the specified <code>WebACL</code>.</p>
94
+ * </li>
95
+ * <li>
96
+ * <p>You tried to remove an IP address from an <code>IPSet</code>, but the IP address isn't in the specified <code>IPSet</code>.</p>
97
+ * </li>
98
+ * <li>
99
+ * <p>You tried to remove a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code>
100
+ * isn't in the specified <code>WebACL</code>.</p>
101
+ * </li>
102
+ * <li>
103
+ * <p>You tried to add a <code>Rule</code> to a <code>WebACL</code>, but the <code>Rule</code> already exists in the
104
+ * specified <code>WebACL</code>.</p>
105
+ * </li>
106
+ * <li>
107
+ * <p>You tried to add a <code>ByteMatchTuple</code> to a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code>
108
+ * already exists in the specified <code>WebACL</code>.</p>
109
+ * </li>
110
+ * </ul>
111
+ *
112
+ * @throws {@link WAFInvalidParameterException} (client fault)
113
+ * <p>The operation failed because AWS WAF didn't recognize a parameter in the request. For example:</p>
114
+ * <ul>
115
+ * <li>
116
+ * <p>You specified an invalid parameter name.</p>
117
+ * </li>
118
+ * <li>
119
+ * <p>You specified an invalid value.</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>You tried to update an object (<code>ByteMatchSet</code>, <code>IPSet</code>, <code>Rule</code>, or <code>WebACL</code>)
123
+ * using an action other than <code>INSERT</code> or <code>DELETE</code>.</p>
124
+ * </li>
125
+ * <li>
126
+ * <p>You tried to create a <code>WebACL</code> with a <code>DefaultAction</code>
127
+ * <code>Type</code> other than
128
+ * <code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</p>
129
+ * </li>
130
+ * <li>
131
+ * <p>You tried to create a <code>RateBasedRule</code> with a <code>RateKey</code> value other than <code>IP</code>.</p>
132
+ * </li>
133
+ * <li>
134
+ * <p>You tried to update a <code>WebACL</code> with a <code>WafAction</code>
135
+ * <code>Type</code> other than
136
+ * <code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</p>
137
+ * </li>
138
+ * <li>
139
+ * <p>You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code>
140
+ * <code>Type</code> other than
141
+ * HEADER, METHOD, QUERY_STRING, URI, or BODY.</p>
142
+ * </li>
143
+ * <li>
144
+ * <p>You tried to update a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code>
145
+ * but no value for <code>Data</code>.</p>
146
+ * </li>
147
+ * <li>
148
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.</p>
149
+ * </li>
150
+ * </ul>
151
+ *
152
+ * @throws {@link WAFLimitsExceededException} (client fault)
153
+ * <p>The operation exceeds a resource limit, for example, the maximum number of <code>WebACL</code> objects that you can create
154
+ * for an AWS account. For more information, see
155
+ * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">Limits</a> in the <i>AWS WAF Developer Guide</i>.</p>
156
+ *
157
+ * @throws {@link WAFNonexistentContainerException} (client fault)
158
+ * <p>The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:</p>
159
+ * <ul>
160
+ * <li>
161
+ * <p>You tried to add a <code>Rule</code> to or delete a <code>Rule</code> from a <code>WebACL</code> that doesn't exist.</p>
162
+ * </li>
163
+ * <li>
164
+ * <p>You tried to add a <code>ByteMatchSet</code> to or delete a <code>ByteMatchSet</code> from a <code>Rule</code> that doesn't exist.</p>
165
+ * </li>
166
+ * <li>
167
+ * <p>You tried to add an IP address to or delete an IP address from an <code>IPSet</code> that doesn't exist.</p>
168
+ * </li>
169
+ * <li>
170
+ * <p>You tried to add a <code>ByteMatchTuple</code> to or delete a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code>
171
+ * that doesn't exist.</p>
172
+ * </li>
173
+ * </ul>
174
+ *
175
+ * @throws {@link WAFNonexistentItemException} (client fault)
176
+ * <p>The operation failed because the referenced object doesn't exist.</p>
177
+ *
178
+ * @throws {@link WAFStaleDataException} (client fault)
179
+ * <p>The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.</p>
180
+ *
181
+ *
83
182
  * @example To update an XSS match set
84
183
  * ```javascript
85
184
  * // The following example deletes an XssMatchTuple object (filters) in an XssMatchSet with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-waf-regional",
3
3
  "description": "AWS SDK for JavaScript Waf Regional Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
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-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },