A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/a2e49920c20d77c01fd5d35de48fe0699dd615f7 below:

This release 1/ Adds support for throttled key… · aws/aws-sdk-js-v3@a2e4992 · GitHub

File tree Expand file treeCollapse file tree 21 files changed

+701

-264

lines changed

Filter options

Expand file treeCollapse file tree 21 files changed

+701

-264

lines changed Original file line number Diff line number Diff line change

@@ -203,9 +203,14 @@ export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatemen

203 203

* <p>An error occurred on the server side.</p>

204 204

*

205 205

* @throws {@link RequestLimitExceeded} (client fault)

206 -

* <p>Throughput exceeds the current throughput quota for your account. Please contact

207 -

* <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a

208 -

* quota increase.</p>

206 +

* <p>Throughput exceeds the current throughput quota for your account. For detailed

207 +

* information about why the request was throttled and the ARN of the impacted resource,

208 +

* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota

209 +

* increase.</p>

210 +

*

211 +

* @throws {@link ThrottlingException} (client fault)

212 +

* <p>The request was denied due to request throttling. For detailed information about why

213 +

* the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>

209 214

*

210 215

* @throws {@link DynamoDBServiceException}

211 216

* <p>Base exception class for all service exceptions from DynamoDB service.</p>

Original file line number Diff line number Diff line change

@@ -260,20 +260,27 @@ export interface BatchGetItemCommandOutput extends BatchGetItemOutput, __Metadat

260 260

* @throws {@link InvalidEndpointException} (client fault)

261 261

*

262 262

* @throws {@link ProvisionedThroughputExceededException} (client fault)

263 -

* <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB

264 -

* automatically retry requests that receive this exception. Your request is eventually

265 -

* successful, unless your retry queue is too large to finish. Reduce the frequency of

266 -

* requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

263 +

* <p>The request was denied due to request throttling. For detailed information about

264 +

* why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services

265 +

* SDKs for DynamoDB automatically retry requests that receive this exception.

266 +

* Your request is eventually successful, unless your retry queue is too large to finish.

267 +

* Reduce the frequency of requests and use exponential backoff. For more information, go

268 +

* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

267 269

*

268 270

* @throws {@link RequestLimitExceeded} (client fault)

269 -

* <p>Throughput exceeds the current throughput quota for your account. Please contact

270 -

* <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a

271 -

* quota increase.</p>

271 +

* <p>Throughput exceeds the current throughput quota for your account. For detailed

272 +

* information about why the request was throttled and the ARN of the impacted resource,

273 +

* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota

274 +

* increase.</p>

272 275

*

273 276

* @throws {@link ResourceNotFoundException} (client fault)

274 277

* <p>The operation tried to access a nonexistent table or index. The resource might not

275 278

* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>

276 279

*

280 +

* @throws {@link ThrottlingException} (client fault)

281 +

* <p>The request was denied due to request throttling. For detailed information about why

282 +

* the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>

283 +

*

277 284

* @throws {@link DynamoDBServiceException}

278 285

* <p>Base exception class for all service exceptions from DynamoDB service.</p>

279 286

*

Original file line number Diff line number Diff line change

@@ -306,24 +306,31 @@ export interface BatchWriteItemCommandOutput extends BatchWriteItemOutput, __Met

306 306

* have one or more local secondary indexes.</p>

307 307

*

308 308

* @throws {@link ProvisionedThroughputExceededException} (client fault)

309 -

* <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB

310 -

* automatically retry requests that receive this exception. Your request is eventually

311 -

* successful, unless your retry queue is too large to finish. Reduce the frequency of

312 -

* requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

309 +

* <p>The request was denied due to request throttling. For detailed information about

310 +

* why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services

311 +

* SDKs for DynamoDB automatically retry requests that receive this exception.

312 +

* Your request is eventually successful, unless your retry queue is too large to finish.

313 +

* Reduce the frequency of requests and use exponential backoff. For more information, go

314 +

* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

313 315

*

314 316

* @throws {@link ReplicatedWriteConflictException} (client fault)

315 317

* <p>The request was rejected because one or more items in the request are being modified

316 318

* by a request in another Region. </p>

317 319

*

318 320

* @throws {@link RequestLimitExceeded} (client fault)

319 -

* <p>Throughput exceeds the current throughput quota for your account. Please contact

320 -

* <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a

321 -

* quota increase.</p>

321 +

* <p>Throughput exceeds the current throughput quota for your account. For detailed

322 +

* information about why the request was throttled and the ARN of the impacted resource,

323 +

* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota

324 +

* increase.</p>

322 325

*

323 326

* @throws {@link ResourceNotFoundException} (client fault)

324 327

* <p>The operation tried to access a nonexistent table or index. The resource might not

325 328

* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>

326 329

*

330 +

* @throws {@link ThrottlingException} (client fault)

331 +

* <p>The request was denied due to request throttling. For detailed information about why

332 +

* the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>

333 +

*

327 334

* @throws {@link DynamoDBServiceException}

328 335

* <p>Base exception class for all service exceptions from DynamoDB service.</p>

329 336

*

Original file line number Diff line number Diff line change

@@ -219,24 +219,31 @@ export interface DeleteItemCommandOutput extends DeleteItemOutput, __MetadataBea

219 219

* have one or more local secondary indexes.</p>

220 220

*

221 221

* @throws {@link ProvisionedThroughputExceededException} (client fault)

222 -

* <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB

223 -

* automatically retry requests that receive this exception. Your request is eventually

224 -

* successful, unless your retry queue is too large to finish. Reduce the frequency of

225 -

* requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

222 +

* <p>The request was denied due to request throttling. For detailed information about

223 +

* why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services

224 +

* SDKs for DynamoDB automatically retry requests that receive this exception.

225 +

* Your request is eventually successful, unless your retry queue is too large to finish.

226 +

* Reduce the frequency of requests and use exponential backoff. For more information, go

227 +

* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

226 228

*

227 229

* @throws {@link ReplicatedWriteConflictException} (client fault)

228 230

* <p>The request was rejected because one or more items in the request are being modified

229 231

* by a request in another Region. </p>

230 232

*

231 233

* @throws {@link RequestLimitExceeded} (client fault)

232 -

* <p>Throughput exceeds the current throughput quota for your account. Please contact

233 -

* <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a

234 -

* quota increase.</p>

234 +

* <p>Throughput exceeds the current throughput quota for your account. For detailed

235 +

* information about why the request was throttled and the ARN of the impacted resource,

236 +

* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota

237 +

* increase.</p>

235 238

*

236 239

* @throws {@link ResourceNotFoundException} (client fault)

237 240

* <p>The operation tried to access a nonexistent table or index. The resource might not

238 241

* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>

239 242

*

243 +

* @throws {@link ThrottlingException} (client fault)

244 +

* <p>The request was denied due to request throttling. For detailed information about why

245 +

* the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>

246 +

*

240 247

* @throws {@link TransactionConflictException} (client fault)

241 248

* <p>Operation was rejected because there is an ongoing transaction for the

242 249

* item.</p>

Original file line number Diff line number Diff line change

@@ -54,6 +54,7 @@ export interface DescribeContributorInsightsCommandOutput extends DescribeContri

54 54

* // ExceptionName: "STRING_VALUE",

55 55

* // ExceptionDescription: "STRING_VALUE",

56 56

* // },

57 +

* // ContributorInsightsMode: "ACCESSED_AND_THROTTLED_KEYS" || "THROTTLED_KEYS",

57 58

* // };

58 59

*

59 60

* ```

Original file line number Diff line number Diff line change

@@ -204,20 +204,27 @@ export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, _

204 204

* have one or more local secondary indexes.</p>

205 205

*

206 206

* @throws {@link ProvisionedThroughputExceededException} (client fault)

207 -

* <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB

208 -

* automatically retry requests that receive this exception. Your request is eventually

209 -

* successful, unless your retry queue is too large to finish. Reduce the frequency of

210 -

* requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

207 +

* <p>The request was denied due to request throttling. For detailed information about

208 +

* why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services

209 +

* SDKs for DynamoDB automatically retry requests that receive this exception.

210 +

* Your request is eventually successful, unless your retry queue is too large to finish.

211 +

* Reduce the frequency of requests and use exponential backoff. For more information, go

212 +

* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

211 213

*

212 214

* @throws {@link RequestLimitExceeded} (client fault)

213 -

* <p>Throughput exceeds the current throughput quota for your account. Please contact

214 -

* <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a

215 -

* quota increase.</p>

215 +

* <p>Throughput exceeds the current throughput quota for your account. For detailed

216 +

* information about why the request was throttled and the ARN of the impacted resource,

217 +

* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota

218 +

* increase.</p>

216 219

*

217 220

* @throws {@link ResourceNotFoundException} (client fault)

218 221

* <p>The operation tried to access a nonexistent table or index. The resource might not

219 222

* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>

220 223

*

224 +

* @throws {@link ThrottlingException} (client fault)

225 +

* <p>The request was denied due to request throttling. For detailed information about why

226 +

* the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>

227 +

*

221 228

* @throws {@link TransactionConflictException} (client fault)

222 229

* <p>Operation was rejected because there is an ongoing transaction for the

223 230

* item.</p>

Original file line number Diff line number Diff line change

@@ -194,20 +194,27 @@ export interface ExecuteTransactionCommandOutput extends ExecuteTransactionOutpu

194 194

* <p>An error occurred on the server side.</p>

195 195

*

196 196

* @throws {@link ProvisionedThroughputExceededException} (client fault)

197 -

* <p>Your request rate is too high. The Amazon Web Services SDKs for DynamoDB

198 -

* automatically retry requests that receive this exception. Your request is eventually

199 -

* successful, unless your retry queue is too large to finish. Reduce the frequency of

200 -

* requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

197 +

* <p>The request was denied due to request throttling. For detailed information about

198 +

* why the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. The Amazon Web Services

199 +

* SDKs for DynamoDB automatically retry requests that receive this exception.

200 +

* Your request is eventually successful, unless your retry queue is too large to finish.

201 +

* Reduce the frequency of requests and use exponential backoff. For more information, go

202 +

* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>

201 203

*

202 204

* @throws {@link RequestLimitExceeded} (client fault)

203 -

* <p>Throughput exceeds the current throughput quota for your account. Please contact

204 -

* <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a

205 -

* quota increase.</p>

205 +

* <p>Throughput exceeds the current throughput quota for your account. For detailed

206 +

* information about why the request was throttled and the ARN of the impacted resource,

207 +

* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota

208 +

* increase.</p>

206 209

*

207 210

* @throws {@link ResourceNotFoundException} (client fault)

208 211

* <p>The operation tried to access a nonexistent table or index. The resource might not

209 212

* be specified correctly, or its status might not be <code>ACTIVE</code>.</p>

210 213

*

214 +

* @throws {@link ThrottlingException} (client fault)

215 +

* <p>The request was denied due to request throttling. For detailed information about why

216 +

* the request was throttled and the ARN of the impacted resource, find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception.</p>

217 +

*

211 218

* @throws {@link TransactionCanceledException} (client fault)

212 219

* <p>The entire transaction request was canceled.</p>

213 220

* <p>DynamoDB cancels a <code>TransactWriteItems</code> request under the following

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4