Skip to content

Commit 6490717

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 8ba9f19 commit 6490717

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/Sts/Input/AssumeRoleRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@ public function setTransitiveTagKeys(array $value): self
304304
return $this;
305305
}
306306

307-
/**
308-
* @internal
309-
*/
310307
private function requestBody(): array
311308
{
312309
$payload = [];

src/Sts/Input/AssumeRoleWithWebIdentityRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ public function setWebIdentityToken(?string $value): self
215215
return $this;
216216
}
217217

218-
/**
219-
* @internal
220-
*/
221218
private function requestBody(): array
222219
{
223220
$payload = [];

src/Sts/Input/GetCallerIdentityRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public function request(): Request
3434
return new Request('POST', $uriString, $query, $headers, StreamFactory::create($body));
3535
}
3636

37-
/**
38-
* @internal
39-
*/
4037
private function requestBody(): array
4138
{
4239
$payload = [];

0 commit comments

Comments
 (0)