Skip to content

Commit 0ac16bc

Browse files
authored
Private function requestBody() does not need to be marked as internal (#454)
* Private function requestBody() does not need to be marked as internal * Update generated code
1 parent b19ea17 commit 0ac16bc

11 files changed

+0
-33
lines changed

src/Input/CreateTableInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,6 @@ public function setTags(array $value): self
318318
return $this;
319319
}
320320

321-
/**
322-
* @internal
323-
*/
324321
private function requestBody(): array
325322
{
326323
$payload = [];

src/Input/DeleteItemInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,6 @@ public function setTableName(?string $value): self
335335
return $this;
336336
}
337337

338-
/**
339-
* @internal
340-
*/
341338
private function requestBody(): array
342339
{
343340
$payload = [];

src/Input/DeleteTableInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ public function setTableName(?string $value): self
7070
return $this;
7171
}
7272

73-
/**
74-
* @internal
75-
*/
7673
private function requestBody(): array
7774
{
7875
$payload = [];

src/Input/DescribeTableInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ public function setTableName(?string $value): self
7070
return $this;
7171
}
7272

73-
/**
74-
* @internal
75-
*/
7673
private function requestBody(): array
7774
{
7875
$payload = [];

src/Input/GetItemInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ public function setTableName(?string $value): self
232232
return $this;
233233
}
234234

235-
/**
236-
* @internal
237-
*/
238235
private function requestBody(): array
239236
{
240237
$payload = [];

src/Input/ListTablesInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ public function setLimit(?int $value): self
8989
return $this;
9090
}
9191

92-
/**
93-
* @internal
94-
*/
9592
private function requestBody(): array
9693
{
9794
$payload = [];

src/Input/PutItemInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ public function setTableName(?string $value): self
336336
return $this;
337337
}
338338

339-
/**
340-
* @internal
341-
*/
342339
private function requestBody(): array
343340
{
344341
$payload = [];

src/Input/QueryInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,6 @@ public function setTableName(?string $value): self
507507
return $this;
508508
}
509509

510-
/**
511-
* @internal
512-
*/
513510
private function requestBody(): array
514511
{
515512
$payload = [];

src/Input/ScanInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,6 @@ public function setTotalSegments(?int $value): self
475475
return $this;
476476
}
477477

478-
/**
479-
* @internal
480-
*/
481478
private function requestBody(): array
482479
{
483480
$payload = [];

src/Input/UpdateItemInput.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,6 @@ public function setUpdateExpression(?string $value): self
392392
return $this;
393393
}
394394

395-
/**
396-
* @internal
397-
*/
398395
private function requestBody(): array
399396
{
400397
$payload = [];

0 commit comments

Comments
 (0)