@@ -349,38 +349,38 @@ final class StartBuildInput extends Input
349
349
/**
350
350
* @param array{
351
351
* projectName?: string,
352
- * secondarySourcesOverride?: null| array<ProjectSource|array>,
353
- * secondarySourcesVersionOverride?: null| array<ProjectSourceVersion|array>,
354
- * sourceVersion?: null| string,
355
- * artifactsOverride?: null| ProjectArtifacts|array,
356
- * secondaryArtifactsOverride?: null| array<ProjectArtifacts|array>,
357
- * environmentVariablesOverride?: null| array<EnvironmentVariable|array>,
358
- * sourceTypeOverride?: null| SourceType::*,
359
- * sourceLocationOverride?: null| string,
360
- * sourceAuthOverride?: null| SourceAuth|array,
361
- * gitCloneDepthOverride?: null| int,
362
- * gitSubmodulesConfigOverride?: null| GitSubmodulesConfig|array,
363
- * buildspecOverride?: null| string,
364
- * insecureSslOverride?: null| bool,
365
- * reportBuildStatusOverride?: null| bool,
366
- * buildStatusConfigOverride?: null| BuildStatusConfig|array,
367
- * environmentTypeOverride?: null| EnvironmentType::*,
368
- * imageOverride?: null| string,
369
- * computeTypeOverride?: null| ComputeType::*,
370
- * certificateOverride?: null| string,
371
- * cacheOverride?: null| ProjectCache|array,
372
- * serviceRoleOverride?: null| string,
373
- * privilegedModeOverride?: null| bool,
374
- * timeoutInMinutesOverride?: null| int,
375
- * queuedTimeoutInMinutesOverride?: null| int,
376
- * encryptionKeyOverride?: null| string,
377
- * idempotencyToken?: null| string,
378
- * logsConfigOverride?: null| LogsConfig|array,
379
- * registryCredentialOverride?: null| RegistryCredential|array,
380
- * imagePullCredentialsTypeOverride?: null| ImagePullCredentialsType::*,
381
- * debugSessionEnabled?: null| bool,
382
- * fleetOverride?: null| ProjectFleet|array,
383
- * autoRetryLimitOverride?: null| int,
352
+ * secondarySourcesOverride?: array<ProjectSource|array>|null ,
353
+ * secondarySourcesVersionOverride?: array<ProjectSourceVersion|array>|null ,
354
+ * sourceVersion?: string|null ,
355
+ * artifactsOverride?: ProjectArtifacts|array|null ,
356
+ * secondaryArtifactsOverride?: array<ProjectArtifacts|array>|null ,
357
+ * environmentVariablesOverride?: array<EnvironmentVariable|array>|null ,
358
+ * sourceTypeOverride?: SourceType::*|null ,
359
+ * sourceLocationOverride?: string|null ,
360
+ * sourceAuthOverride?: SourceAuth|array|null ,
361
+ * gitCloneDepthOverride?: int|null ,
362
+ * gitSubmodulesConfigOverride?: GitSubmodulesConfig|array|null ,
363
+ * buildspecOverride?: string|null ,
364
+ * insecureSslOverride?: bool|null ,
365
+ * reportBuildStatusOverride?: bool|null ,
366
+ * buildStatusConfigOverride?: BuildStatusConfig|array|null ,
367
+ * environmentTypeOverride?: EnvironmentType::*|null ,
368
+ * imageOverride?: string|null ,
369
+ * computeTypeOverride?: ComputeType::*|null ,
370
+ * certificateOverride?: string|null ,
371
+ * cacheOverride?: ProjectCache|array|null ,
372
+ * serviceRoleOverride?: string|null ,
373
+ * privilegedModeOverride?: bool|null ,
374
+ * timeoutInMinutesOverride?: int|null ,
375
+ * queuedTimeoutInMinutesOverride?: int|null ,
376
+ * encryptionKeyOverride?: string|null ,
377
+ * idempotencyToken?: string|null ,
378
+ * logsConfigOverride?: LogsConfig|array|null ,
379
+ * registryCredentialOverride?: RegistryCredential|array|null ,
380
+ * imagePullCredentialsTypeOverride?: ImagePullCredentialsType::*|null ,
381
+ * debugSessionEnabled?: bool|null ,
382
+ * fleetOverride?: ProjectFleet|array|null ,
383
+ * autoRetryLimitOverride?: int|null ,
384
384
* '@region'?: string|null,
385
385
* } $input
386
386
*/
@@ -425,38 +425,38 @@ public function __construct(array $input = [])
425
425
/**
426
426
* @param array{
427
427
* projectName?: string,
428
- * secondarySourcesOverride?: null| array<ProjectSource|array>,
429
- * secondarySourcesVersionOverride?: null| array<ProjectSourceVersion|array>,
430
- * sourceVersion?: null| string,
431
- * artifactsOverride?: null| ProjectArtifacts|array,
432
- * secondaryArtifactsOverride?: null| array<ProjectArtifacts|array>,
433
- * environmentVariablesOverride?: null| array<EnvironmentVariable|array>,
434
- * sourceTypeOverride?: null| SourceType::*,
435
- * sourceLocationOverride?: null| string,
436
- * sourceAuthOverride?: null| SourceAuth|array,
437
- * gitCloneDepthOverride?: null| int,
438
- * gitSubmodulesConfigOverride?: null| GitSubmodulesConfig|array,
439
- * buildspecOverride?: null| string,
440
- * insecureSslOverride?: null| bool,
441
- * reportBuildStatusOverride?: null| bool,
442
- * buildStatusConfigOverride?: null| BuildStatusConfig|array,
443
- * environmentTypeOverride?: null| EnvironmentType::*,
444
- * imageOverride?: null| string,
445
- * computeTypeOverride?: null| ComputeType::*,
446
- * certificateOverride?: null| string,
447
- * cacheOverride?: null| ProjectCache|array,
448
- * serviceRoleOverride?: null| string,
449
- * privilegedModeOverride?: null| bool,
450
- * timeoutInMinutesOverride?: null| int,
451
- * queuedTimeoutInMinutesOverride?: null| int,
452
- * encryptionKeyOverride?: null| string,
453
- * idempotencyToken?: null| string,
454
- * logsConfigOverride?: null| LogsConfig|array,
455
- * registryCredentialOverride?: null| RegistryCredential|array,
456
- * imagePullCredentialsTypeOverride?: null| ImagePullCredentialsType::*,
457
- * debugSessionEnabled?: null| bool,
458
- * fleetOverride?: null| ProjectFleet|array,
459
- * autoRetryLimitOverride?: null| int,
428
+ * secondarySourcesOverride?: array<ProjectSource|array>|null ,
429
+ * secondarySourcesVersionOverride?: array<ProjectSourceVersion|array>|null ,
430
+ * sourceVersion?: string|null ,
431
+ * artifactsOverride?: ProjectArtifacts|array|null ,
432
+ * secondaryArtifactsOverride?: array<ProjectArtifacts|array>|null ,
433
+ * environmentVariablesOverride?: array<EnvironmentVariable|array>|null ,
434
+ * sourceTypeOverride?: SourceType::*|null ,
435
+ * sourceLocationOverride?: string|null ,
436
+ * sourceAuthOverride?: SourceAuth|array|null ,
437
+ * gitCloneDepthOverride?: int|null ,
438
+ * gitSubmodulesConfigOverride?: GitSubmodulesConfig|array|null ,
439
+ * buildspecOverride?: string|null ,
440
+ * insecureSslOverride?: bool|null ,
441
+ * reportBuildStatusOverride?: bool|null ,
442
+ * buildStatusConfigOverride?: BuildStatusConfig|array|null ,
443
+ * environmentTypeOverride?: EnvironmentType::*|null ,
444
+ * imageOverride?: string|null ,
445
+ * computeTypeOverride?: ComputeType::*|null ,
446
+ * certificateOverride?: string|null ,
447
+ * cacheOverride?: ProjectCache|array|null ,
448
+ * serviceRoleOverride?: string|null ,
449
+ * privilegedModeOverride?: bool|null ,
450
+ * timeoutInMinutesOverride?: int|null ,
451
+ * queuedTimeoutInMinutesOverride?: int|null ,
452
+ * encryptionKeyOverride?: string|null ,
453
+ * idempotencyToken?: string|null ,
454
+ * logsConfigOverride?: LogsConfig|array|null ,
455
+ * registryCredentialOverride?: RegistryCredential|array|null ,
456
+ * imagePullCredentialsTypeOverride?: ImagePullCredentialsType::*|null ,
457
+ * debugSessionEnabled?: bool|null ,
458
+ * fleetOverride?: ProjectFleet|array|null ,
459
+ * autoRetryLimitOverride?: int|null ,
460
460
* '@region'?: string|null,
461
461
* }|StartBuildInput $input
462
462
*/
0 commit comments