@@ -258,16 +258,16 @@ final class AssumeRoleRequest extends Input
258
258
* @param array{
259
259
* RoleArn?: string,
260
260
* 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 ,
271
271
* '@region'?: string|null,
272
272
* } $input
273
273
*/
@@ -292,16 +292,16 @@ public function __construct(array $input = [])
292
292
* @param array{
293
293
* RoleArn?: string,
294
294
* 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 ,
305
305
* '@region'?: string|null,
306
306
* }|AssumeRoleRequest $input
307
307
*/
0 commit comments