@@ -135,8 +135,7 @@ class DynamoDbClient extends AbstractApi
135
135
* @param array{
136
136
* RequestItems: array<string, KeysAndAttributes>,
137
137
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
138
- *
139
- * @region?: string,
138
+ * '@region'?: string|null,
140
139
* }|BatchGetItemInput $input
141
140
*
142
141
* @throws ProvisionedThroughputExceededException
@@ -224,8 +223,7 @@ public function batchGetItem($input): BatchGetItemOutput
224
223
* RequestItems: array<string, array>,
225
224
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
226
225
* ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics::*,
227
- *
228
- * @region?: string,
226
+ * '@region'?: string|null,
229
227
* }|BatchWriteItemInput $input
230
228
*
231
229
* @throws ProvisionedThroughputExceededException
@@ -279,8 +277,7 @@ public function batchWriteItem($input): BatchWriteItemOutput
279
277
* Tags?: Tag[],
280
278
* TableClass?: TableClass::*,
281
279
* DeletionProtectionEnabled?: bool,
282
- *
283
- * @region?: string,
280
+ * '@region'?: string|null,
284
281
* }|CreateTableInput $input
285
282
*
286
283
* @throws ResourceInUseException
@@ -326,8 +323,7 @@ public function createTable($input): CreateTableOutput
326
323
* ConditionExpression?: string,
327
324
* ExpressionAttributeNames?: array<string, string>,
328
325
* ExpressionAttributeValues?: array<string, AttributeValue>,
329
- *
330
- * @region?: string,
326
+ * '@region'?: string|null,
331
327
* }|DeleteItemInput $input
332
328
*
333
329
* @throws ConditionalCheckFailedException
@@ -380,8 +376,7 @@ public function deleteItem($input): DeleteItemOutput
380
376
*
381
377
* @param array{
382
378
* TableName: string,
383
- *
384
- * @region?: string,
379
+ * '@region'?: string|null,
385
380
* }|DeleteTableInput $input
386
381
*
387
382
* @throws ResourceInUseException
@@ -412,8 +407,7 @@ public function deleteTable($input): DeleteTableOutput
412
407
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-dynamodb-2012-08-10.html#describeendpoints
413
408
*
414
409
* @param array{
415
- *
416
- * @region?: string,
410
+ * '@region'?: string|null,
417
411
* }|DescribeEndpointsRequest $input
418
412
*/
419
413
public function describeEndpoints ($ input = []): DescribeEndpointsResponse
@@ -442,8 +436,7 @@ public function describeEndpoints($input = []): DescribeEndpointsResponse
442
436
*
443
437
* @param array{
444
438
* TableName: string,
445
- *
446
- * @region?: string,
439
+ * '@region'?: string|null,
447
440
* }|DescribeTableInput $input
448
441
*
449
442
* @throws ResourceNotFoundException
@@ -483,8 +476,7 @@ public function describeTable($input): DescribeTableOutput
483
476
* NextToken?: string,
484
477
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
485
478
* Limit?: int,
486
- *
487
- * @region?: string,
479
+ * '@region'?: string|null,
488
480
* }|ExecuteStatementInput $input
489
481
*
490
482
* @throws ConditionalCheckFailedException
@@ -532,8 +524,7 @@ public function executeStatement($input): ExecuteStatementOutput
532
524
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
533
525
* ProjectionExpression?: string,
534
526
* ExpressionAttributeNames?: array<string, string>,
535
- *
536
- * @region?: string,
527
+ * '@region'?: string|null,
537
528
* }|GetItemInput $input
538
529
*
539
530
* @throws ProvisionedThroughputExceededException
@@ -564,8 +555,7 @@ public function getItem($input): GetItemOutput
564
555
* @param array{
565
556
* ExclusiveStartTableName?: string,
566
557
* Limit?: int,
567
- *
568
- * @region?: string,
558
+ * '@region'?: string|null,
569
559
* }|ListTablesInput $input
570
560
*
571
561
* @throws InternalServerErrorException
@@ -618,8 +608,7 @@ public function listTables($input = []): ListTablesOutput
618
608
* ConditionExpression?: string,
619
609
* ExpressionAttributeNames?: array<string, string>,
620
610
* ExpressionAttributeValues?: array<string, AttributeValue>,
621
- *
622
- * @region?: string,
611
+ * '@region'?: string|null,
623
612
* }|PutItemInput $input
624
613
*
625
614
* @throws ConditionalCheckFailedException
@@ -709,8 +698,7 @@ public function putItem($input): PutItemOutput
709
698
* KeyConditionExpression?: string,
710
699
* ExpressionAttributeNames?: array<string, string>,
711
700
* ExpressionAttributeValues?: array<string, AttributeValue>,
712
- *
713
- * @region?: string,
701
+ * '@region'?: string|null,
714
702
* }|QueryInput $input
715
703
*
716
704
* @throws ProvisionedThroughputExceededException
@@ -775,8 +763,7 @@ public function query($input): QueryOutput
775
763
* ExpressionAttributeNames?: array<string, string>,
776
764
* ExpressionAttributeValues?: array<string, AttributeValue>,
777
765
* ConsistentRead?: bool,
778
- *
779
- * @region?: string,
766
+ * '@region'?: string|null,
780
767
* }|ScanInput $input
781
768
*
782
769
* @throws ProvisionedThroughputExceededException
@@ -802,8 +789,7 @@ public function scan($input): ScanOutput
802
789
*
803
790
* @param array{
804
791
* TableName: string,
805
- *
806
- * @region?: string,
792
+ * '@region'?: string|null,
807
793
* }|DescribeTableInput $input
808
794
*/
809
795
public function tableExists ($ input ): TableExistsWaiter
@@ -822,8 +808,7 @@ public function tableExists($input): TableExistsWaiter
822
808
*
823
809
* @param array{
824
810
* TableName: string,
825
- *
826
- * @region?: string,
811
+ * '@region'?: string|null,
827
812
* }|DescribeTableInput $input
828
813
*/
829
814
public function tableNotExists ($ input ): TableNotExistsWaiter
@@ -881,8 +866,7 @@ public function tableNotExists($input): TableNotExistsWaiter
881
866
* ReturnConsumedCapacity?: ReturnConsumedCapacity::*,
882
867
* ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics::*,
883
868
* ClientRequestToken?: string,
884
- *
885
- * @region?: string,
869
+ * '@region'?: string|null,
886
870
* }|TransactWriteItemsInput $input
887
871
*
888
872
* @throws ResourceNotFoundException
@@ -934,8 +918,7 @@ public function transactWriteItems($input): TransactWriteItemsOutput
934
918
* ConditionExpression?: string,
935
919
* ExpressionAttributeNames?: array<string, string>,
936
920
* ExpressionAttributeValues?: array<string, AttributeValue>,
937
- *
938
- * @region?: string,
921
+ * '@region'?: string|null,
939
922
* }|UpdateItemInput $input
940
923
*
941
924
* @throws ConditionalCheckFailedException
@@ -995,8 +978,7 @@ public function updateItem($input): UpdateItemOutput
995
978
* ReplicaUpdates?: ReplicationGroupUpdate[],
996
979
* TableClass?: TableClass::*,
997
980
* DeletionProtectionEnabled?: bool,
998
- *
999
- * @region?: string,
981
+ * '@region'?: string|null,
1000
982
* }|UpdateTableInput $input
1001
983
*
1002
984
* @throws ResourceInUseException
@@ -1048,8 +1030,7 @@ public function updateTable($input): UpdateTableOutput
1048
1030
* @param array{
1049
1031
* TableName: string,
1050
1032
* TimeToLiveSpecification: TimeToLiveSpecification|array,
1051
- *
1052
- * @region?: string,
1033
+ * '@region'?: string|null,
1053
1034
* }|UpdateTimeToLiveInput $input
1054
1035
*
1055
1036
* @throws ResourceInUseException
0 commit comments