@@ -322,36 +322,36 @@ final class StartBuildInput extends Input
322
322
/**
323
323
* @param array{
324
324
* projectName?: string,
325
- * secondarySourcesOverride?: array<ProjectSource|array>,
326
- * secondarySourcesVersionOverride?: array<ProjectSourceVersion|array>,
327
- * sourceVersion?: string,
328
- * artifactsOverride?: ProjectArtifacts|array,
329
- * secondaryArtifactsOverride?: array<ProjectArtifacts|array>,
330
- * environmentVariablesOverride?: array<EnvironmentVariable|array>,
331
- * sourceTypeOverride?: SourceType::*,
332
- * sourceLocationOverride?: string,
333
- * sourceAuthOverride?: SourceAuth|array,
334
- * gitCloneDepthOverride?: int,
335
- * gitSubmodulesConfigOverride?: GitSubmodulesConfig|array,
336
- * buildspecOverride?: string,
337
- * insecureSslOverride?: bool,
338
- * reportBuildStatusOverride?: bool,
339
- * buildStatusConfigOverride?: BuildStatusConfig|array,
340
- * environmentTypeOverride?: EnvironmentType::*,
341
- * imageOverride?: string,
342
- * computeTypeOverride?: ComputeType::*,
343
- * certificateOverride?: string,
344
- * cacheOverride?: ProjectCache|array,
345
- * serviceRoleOverride?: string,
346
- * privilegedModeOverride?: bool,
347
- * timeoutInMinutesOverride?: int,
348
- * queuedTimeoutInMinutesOverride?: int,
349
- * encryptionKeyOverride?: string,
350
- * idempotencyToken?: string,
351
- * logsConfigOverride?: LogsConfig|array,
352
- * registryCredentialOverride?: RegistryCredential|array,
353
- * imagePullCredentialsTypeOverride?: ImagePullCredentialsType::*,
354
- * debugSessionEnabled?: bool,
325
+ * secondarySourcesOverride?: null| array<ProjectSource|array>,
326
+ * secondarySourcesVersionOverride?: null| array<ProjectSourceVersion|array>,
327
+ * sourceVersion?: null| string,
328
+ * artifactsOverride?: null| ProjectArtifacts|array,
329
+ * secondaryArtifactsOverride?: null| array<ProjectArtifacts|array>,
330
+ * environmentVariablesOverride?: null| array<EnvironmentVariable|array>,
331
+ * sourceTypeOverride?: null| SourceType::*,
332
+ * sourceLocationOverride?: null| string,
333
+ * sourceAuthOverride?: null| SourceAuth|array,
334
+ * gitCloneDepthOverride?: null| int,
335
+ * gitSubmodulesConfigOverride?: null| GitSubmodulesConfig|array,
336
+ * buildspecOverride?: null| string,
337
+ * insecureSslOverride?: null| bool,
338
+ * reportBuildStatusOverride?: null| bool,
339
+ * buildStatusConfigOverride?: null| BuildStatusConfig|array,
340
+ * environmentTypeOverride?: null| EnvironmentType::*,
341
+ * imageOverride?: null| string,
342
+ * computeTypeOverride?: null| ComputeType::*,
343
+ * certificateOverride?: null| string,
344
+ * cacheOverride?: null| ProjectCache|array,
345
+ * serviceRoleOverride?: null| string,
346
+ * privilegedModeOverride?: null| bool,
347
+ * timeoutInMinutesOverride?: null| int,
348
+ * queuedTimeoutInMinutesOverride?: null| int,
349
+ * encryptionKeyOverride?: null| string,
350
+ * idempotencyToken?: null| string,
351
+ * logsConfigOverride?: null| LogsConfig|array,
352
+ * registryCredentialOverride?: null| RegistryCredential|array,
353
+ * imagePullCredentialsTypeOverride?: null| ImagePullCredentialsType::*,
354
+ * debugSessionEnabled?: null| bool,
355
355
* '@region'?: string|null,
356
356
* } $input
357
357
*/
@@ -394,36 +394,36 @@ public function __construct(array $input = [])
394
394
/**
395
395
* @param array{
396
396
* projectName?: string,
397
- * secondarySourcesOverride?: array<ProjectSource|array>,
398
- * secondarySourcesVersionOverride?: array<ProjectSourceVersion|array>,
399
- * sourceVersion?: string,
400
- * artifactsOverride?: ProjectArtifacts|array,
401
- * secondaryArtifactsOverride?: array<ProjectArtifacts|array>,
402
- * environmentVariablesOverride?: array<EnvironmentVariable|array>,
403
- * sourceTypeOverride?: SourceType::*,
404
- * sourceLocationOverride?: string,
405
- * sourceAuthOverride?: SourceAuth|array,
406
- * gitCloneDepthOverride?: int,
407
- * gitSubmodulesConfigOverride?: GitSubmodulesConfig|array,
408
- * buildspecOverride?: string,
409
- * insecureSslOverride?: bool,
410
- * reportBuildStatusOverride?: bool,
411
- * buildStatusConfigOverride?: BuildStatusConfig|array,
412
- * environmentTypeOverride?: EnvironmentType::*,
413
- * imageOverride?: string,
414
- * computeTypeOverride?: ComputeType::*,
415
- * certificateOverride?: string,
416
- * cacheOverride?: ProjectCache|array,
417
- * serviceRoleOverride?: string,
418
- * privilegedModeOverride?: bool,
419
- * timeoutInMinutesOverride?: int,
420
- * queuedTimeoutInMinutesOverride?: int,
421
- * encryptionKeyOverride?: string,
422
- * idempotencyToken?: string,
423
- * logsConfigOverride?: LogsConfig|array,
424
- * registryCredentialOverride?: RegistryCredential|array,
425
- * imagePullCredentialsTypeOverride?: ImagePullCredentialsType::*,
426
- * debugSessionEnabled?: bool,
397
+ * secondarySourcesOverride?: null| array<ProjectSource|array>,
398
+ * secondarySourcesVersionOverride?: null| array<ProjectSourceVersion|array>,
399
+ * sourceVersion?: null| string,
400
+ * artifactsOverride?: null| ProjectArtifacts|array,
401
+ * secondaryArtifactsOverride?: null| array<ProjectArtifacts|array>,
402
+ * environmentVariablesOverride?: null| array<EnvironmentVariable|array>,
403
+ * sourceTypeOverride?: null| SourceType::*,
404
+ * sourceLocationOverride?: null| string,
405
+ * sourceAuthOverride?: null| SourceAuth|array,
406
+ * gitCloneDepthOverride?: null| int,
407
+ * gitSubmodulesConfigOverride?: null| GitSubmodulesConfig|array,
408
+ * buildspecOverride?: null| string,
409
+ * insecureSslOverride?: null| bool,
410
+ * reportBuildStatusOverride?: null| bool,
411
+ * buildStatusConfigOverride?: null| BuildStatusConfig|array,
412
+ * environmentTypeOverride?: null| EnvironmentType::*,
413
+ * imageOverride?: null| string,
414
+ * computeTypeOverride?: null| ComputeType::*,
415
+ * certificateOverride?: null| string,
416
+ * cacheOverride?: null| ProjectCache|array,
417
+ * serviceRoleOverride?: null| string,
418
+ * privilegedModeOverride?: null| bool,
419
+ * timeoutInMinutesOverride?: null| int,
420
+ * queuedTimeoutInMinutesOverride?: null| int,
421
+ * encryptionKeyOverride?: null| string,
422
+ * idempotencyToken?: null| string,
423
+ * logsConfigOverride?: null| LogsConfig|array,
424
+ * registryCredentialOverride?: null| RegistryCredential|array,
425
+ * imagePullCredentialsTypeOverride?: null| ImagePullCredentialsType::*,
426
+ * debugSessionEnabled?: null| bool,
427
427
* '@region'?: string|null,
428
428
* }|StartBuildInput $input
429
429
*/
0 commit comments