File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ private function requestBody(): array
323323 foreach ($ this ->PolicyArns as $ mapValue ) {
324324 ++$ index ;
325325 foreach ($ mapValue ->requestBody () as $ bodyKey => $ bodyValue ) {
326- $ payload ["PolicyArns.member. { $ index} . $ bodyKey " ] = $ bodyValue ;
326+ $ payload ["PolicyArns.member. $ index. $ bodyKey " ] = $ bodyValue ;
327327 }
328328 }
329329
@@ -338,14 +338,14 @@ private function requestBody(): array
338338 foreach ($ this ->Tags as $ mapValue ) {
339339 ++$ index ;
340340 foreach ($ mapValue ->requestBody () as $ bodyKey => $ bodyValue ) {
341- $ payload ["Tags.member. { $ index} . $ bodyKey " ] = $ bodyValue ;
341+ $ payload ["Tags.member. $ index. $ bodyKey " ] = $ bodyValue ;
342342 }
343343 }
344344
345345 $ index = 0 ;
346346 foreach ($ this ->TransitiveTagKeys as $ mapValue ) {
347347 ++$ index ;
348- $ payload ["TransitiveTagKeys.member. { $ index} " ] = $ mapValue ;
348+ $ payload ["TransitiveTagKeys.member. $ index " ] = $ mapValue ;
349349 }
350350
351351 if (null !== $ v = $ this ->ExternalId ) {
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ private function requestBody(): array
241241 foreach ($ this ->PolicyArns as $ mapValue ) {
242242 ++$ index ;
243243 foreach ($ mapValue ->requestBody () as $ bodyKey => $ bodyValue ) {
244- $ payload ["PolicyArns.member. { $ index} . $ bodyKey " ] = $ bodyValue ;
244+ $ payload ["PolicyArns.member. $ index. $ bodyKey " ] = $ bodyValue ;
245245 }
246246 }
247247
You can’t perform that action at this time.
0 commit comments