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
323
323
foreach ($ this ->PolicyArns as $ mapValue ) {
324
324
++$ index ;
325
325
foreach ($ mapValue ->requestBody () as $ bodyKey => $ bodyValue ) {
326
- $ payload ["PolicyArns.member. { $ index} . $ bodyKey " ] = $ bodyValue ;
326
+ $ payload ["PolicyArns.member. $ index. $ bodyKey " ] = $ bodyValue ;
327
327
}
328
328
}
329
329
@@ -338,14 +338,14 @@ private function requestBody(): array
338
338
foreach ($ this ->Tags as $ mapValue ) {
339
339
++$ index ;
340
340
foreach ($ mapValue ->requestBody () as $ bodyKey => $ bodyValue ) {
341
- $ payload ["Tags.member. { $ index} . $ bodyKey " ] = $ bodyValue ;
341
+ $ payload ["Tags.member. $ index. $ bodyKey " ] = $ bodyValue ;
342
342
}
343
343
}
344
344
345
345
$ index = 0 ;
346
346
foreach ($ this ->TransitiveTagKeys as $ mapValue ) {
347
347
++$ index ;
348
- $ payload ["TransitiveTagKeys.member. { $ index} " ] = $ mapValue ;
348
+ $ payload ["TransitiveTagKeys.member. $ index " ] = $ mapValue ;
349
349
}
350
350
351
351
if (null !== $ v = $ this ->ExternalId ) {
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ private function requestBody(): array
241
241
foreach ($ this ->PolicyArns as $ mapValue ) {
242
242
++$ index ;
243
243
foreach ($ mapValue ->requestBody () as $ bodyKey => $ bodyValue ) {
244
- $ payload ["PolicyArns.member. { $ index} . $ bodyKey " ] = $ bodyValue ;
244
+ $ payload ["PolicyArns.member. $ index. $ bodyKey " ] = $ bodyValue ;
245
245
}
246
246
}
247
247
You can’t perform that action at this time.
0 commit comments