@@ -258,16 +258,16 @@ final class AssumeRoleRequest extends Input
258258 * @param array{
259259 * RoleArn?: string,
260260 * RoleSessionName?: string,
261- * PolicyArns?: null| array<PolicyDescriptorType|array>,
262- * Policy?: null| string,
263- * DurationSeconds?: null| int,
264- * Tags?: null| array<Tag|array>,
265- * TransitiveTagKeys?: null| string[],
266- * ExternalId?: null| string,
267- * SerialNumber?: null| string,
268- * TokenCode?: null| string,
269- * SourceIdentity?: null| string,
270- * ProvidedContexts?: null| array<ProvidedContext|array>,
261+ * PolicyArns?: array<PolicyDescriptorType|array>|null ,
262+ * Policy?: string|null ,
263+ * DurationSeconds?: int|null ,
264+ * Tags?: array<Tag|array>|null ,
265+ * TransitiveTagKeys?: string[]|null ,
266+ * ExternalId?: string|null ,
267+ * SerialNumber?: string|null ,
268+ * TokenCode?: string|null ,
269+ * SourceIdentity?: string|null ,
270+ * ProvidedContexts?: array<ProvidedContext|array>|null ,
271271 * '@region'?: string|null,
272272 * } $input
273273 */
@@ -292,16 +292,16 @@ public function __construct(array $input = [])
292292 * @param array{
293293 * RoleArn?: string,
294294 * RoleSessionName?: string,
295- * PolicyArns?: null| array<PolicyDescriptorType|array>,
296- * Policy?: null| string,
297- * DurationSeconds?: null| int,
298- * Tags?: null| array<Tag|array>,
299- * TransitiveTagKeys?: null| string[],
300- * ExternalId?: null| string,
301- * SerialNumber?: null| string,
302- * TokenCode?: null| string,
303- * SourceIdentity?: null| string,
304- * ProvidedContexts?: null| array<ProvidedContext|array>,
295+ * PolicyArns?: array<PolicyDescriptorType|array>|null ,
296+ * Policy?: string|null ,
297+ * DurationSeconds?: int|null ,
298+ * Tags?: array<Tag|array>|null ,
299+ * TransitiveTagKeys?: string[]|null ,
300+ * ExternalId?: string|null ,
301+ * SerialNumber?: string|null ,
302+ * TokenCode?: string|null ,
303+ * SourceIdentity?: string|null ,
304+ * ProvidedContexts?: array<ProvidedContext|array>|null ,
305305 * '@region'?: string|null,
306306 * }|AssumeRoleRequest $input
307307 */
0 commit comments