@@ -93,6 +93,7 @@ class DynamoDbClient extends AbstractApi
93
93
* @param array{
94
94
* RequestItems: array<string, KeysAndAttributes>,
95
95
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
96
+ *
96
97
* @region?: string,
97
98
* }|BatchGetItemInput $input
98
99
*
@@ -129,6 +130,7 @@ public function batchGetItem($input): BatchGetItemOutput
129
130
* RequestItems: array<string, array>,
130
131
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
131
132
* ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics::*,
133
+ *
132
134
* @region?: string,
133
135
* }|BatchWriteItemInput $input
134
136
*
@@ -172,6 +174,7 @@ public function batchWriteItem($input): BatchWriteItemOutput
172
174
* SSESpecification?: SSESpecification|array,
173
175
* Tags?: Tag[],
174
176
* TableClass?: TableClass::*,
177
+ *
175
178
* @region?: string,
176
179
* }|CreateTableInput $input
177
180
*
@@ -209,6 +212,7 @@ public function createTable($input): CreateTableOutput
209
212
* ConditionExpression?: string,
210
213
* ExpressionAttributeNames?: array<string, string>,
211
214
* ExpressionAttributeValues?: array<string, AttributeValue>,
215
+ *
212
216
* @region?: string,
213
217
* }|DeleteItemInput $input
214
218
*
@@ -248,6 +252,7 @@ public function deleteItem($input): DeleteItemOutput
248
252
*
249
253
* @param array{
250
254
* TableName: string,
255
+ *
251
256
* @region?: string,
252
257
* }|DeleteTableInput $input
253
258
*
@@ -276,6 +281,7 @@ public function deleteTable($input): DeleteTableOutput
276
281
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-dynamodb-2012-08-10.html#describeendpoints
277
282
*
278
283
* @param array{
284
+ *
279
285
* @region?: string,
280
286
* }|DescribeEndpointsRequest $input
281
287
*/
@@ -296,6 +302,7 @@ public function describeEndpoints($input = []): DescribeEndpointsResponse
296
302
*
297
303
* @param array{
298
304
* TableName: string,
305
+ *
299
306
* @region?: string,
300
307
* }|DescribeTableInput $input
301
308
*
@@ -326,6 +333,7 @@ public function describeTable($input): DescribeTableOutput
326
333
* NextToken?: string,
327
334
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
328
335
* Limit?: int,
336
+ *
329
337
* @region?: string,
330
338
* }|ExecuteStatementInput $input
331
339
*
@@ -370,6 +378,7 @@ public function executeStatement($input): ExecuteStatementOutput
370
378
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
371
379
* ProjectionExpression?: string,
372
380
* ExpressionAttributeNames?: array<string, string>,
381
+ *
373
382
* @region?: string,
374
383
* }|GetItemInput $input
375
384
*
@@ -401,6 +410,7 @@ public function getItem($input): GetItemOutput
401
410
* @param array{
402
411
* ExclusiveStartTableName?: string,
403
412
* Limit?: int,
413
+ *
404
414
* @region?: string,
405
415
* }|ListTablesInput $input
406
416
*
@@ -437,6 +447,7 @@ public function listTables($input = []): ListTablesOutput
437
447
* ConditionExpression?: string,
438
448
* ExpressionAttributeNames?: array<string, string>,
439
449
* ExpressionAttributeValues?: array<string, AttributeValue>,
450
+ *
440
451
* @region?: string,
441
452
* }|PutItemInput $input
442
453
*
@@ -490,6 +501,7 @@ public function putItem($input): PutItemOutput
490
501
* KeyConditionExpression?: string,
491
502
* ExpressionAttributeNames?: array<string, string>,
492
503
* ExpressionAttributeValues?: array<string, AttributeValue>,
504
+ *
493
505
* @region?: string,
494
506
* }|QueryInput $input
495
507
*
@@ -535,6 +547,7 @@ public function query($input): QueryOutput
535
547
* ExpressionAttributeNames?: array<string, string>,
536
548
* ExpressionAttributeValues?: array<string, AttributeValue>,
537
549
* ConsistentRead?: bool,
550
+ *
538
551
* @region?: string,
539
552
* }|ScanInput $input
540
553
*
@@ -561,6 +574,7 @@ public function scan($input): ScanOutput
561
574
*
562
575
* @param array{
563
576
* TableName: string,
577
+ *
564
578
* @region?: string,
565
579
* }|DescribeTableInput $input
566
580
*/
@@ -580,6 +594,7 @@ public function tableExists($input): TableExistsWaiter
580
594
*
581
595
* @param array{
582
596
* TableName: string,
597
+ *
583
598
* @region?: string,
584
599
* }|DescribeTableInput $input
585
600
*/
@@ -608,6 +623,7 @@ public function tableNotExists($input): TableNotExistsWaiter
608
623
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
609
624
* ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics::*,
610
625
* ClientRequestToken?: string,
626
+ *
611
627
* @region?: string,
612
628
* }|TransactWriteItemsInput $input
613
629
*
@@ -657,6 +673,7 @@ public function transactWriteItems($input): TransactWriteItemsOutput
657
673
* ConditionExpression?: string,
658
674
* ExpressionAttributeNames?: array<string, string>,
659
675
* ExpressionAttributeValues?: array<string, AttributeValue>,
676
+ *
660
677
* @region?: string,
661
678
* }|UpdateItemInput $input
662
679
*
@@ -701,6 +718,7 @@ public function updateItem($input): UpdateItemOutput
701
718
* SSESpecification?: SSESpecification|array,
702
719
* ReplicaUpdates?: ReplicationGroupUpdate[],
703
720
* TableClass?: TableClass::*,
721
+ *
704
722
* @region?: string,
705
723
* }|UpdateTableInput $input
706
724
*
@@ -734,6 +752,7 @@ public function updateTable($input): UpdateTableOutput
734
752
* @param array{
735
753
* TableName: string,
736
754
* TimeToLiveSpecification: TimeToLiveSpecification|array,
755
+ *
737
756
* @region?: string,
738
757
* }|UpdateTimeToLiveInput $input
739
758
*
0 commit comments