@aws-sdk/client-codebuild 3.690.0 → 3.692.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,24 +75,24 @@ export interface AutoRetryConfig {
75
75
  * retry your build for up to 2 additional times.</p>
76
76
  * @public
77
77
  */
78
- autoRetryLimit?: number;
78
+ autoRetryLimit?: number | undefined;
79
79
  /**
80
80
  * <p>The number of times that the build has been retried. The initial build will have an auto-retry number of 0.</p>
81
81
  * @public
82
82
  */
83
- autoRetryNumber?: number;
83
+ autoRetryNumber?: number | undefined;
84
84
  /**
85
85
  * <p>The build ARN of the auto-retried build triggered by the current build. The next auto-retry
86
86
  * will be <code>null</code> for builds that don't trigger an auto-retry.</p>
87
87
  * @public
88
88
  */
89
- nextAutoRetry?: string;
89
+ nextAutoRetry?: string | undefined;
90
90
  /**
91
91
  * <p>The build ARN of the build that triggered the current auto-retry build. The previous auto-retry will be
92
92
  * <code>null</code> for the initial build.</p>
93
93
  * @public
94
94
  */
95
- previousAutoRetry?: string;
95
+ previousAutoRetry?: string | undefined;
96
96
  }
97
97
  /**
98
98
  * @public
@@ -113,12 +113,12 @@ export interface BuildNotDeleted {
113
113
  * <p>The ID of the build that could not be successfully deleted.</p>
114
114
  * @public
115
115
  */
116
- id?: string;
116
+ id?: string | undefined;
117
117
  /**
118
118
  * <p>Additional information about the build that could not be successfully deleted.</p>
119
119
  * @public
120
120
  */
121
- statusCode?: string;
121
+ statusCode?: string | undefined;
122
122
  }
123
123
  /**
124
124
  * @public
@@ -128,12 +128,12 @@ export interface BatchDeleteBuildsOutput {
128
128
  * <p>The IDs of the builds that were successfully deleted.</p>
129
129
  * @public
130
130
  */
131
- buildsDeleted?: string[];
131
+ buildsDeleted?: string[] | undefined;
132
132
  /**
133
133
  * <p>Information about any builds that could not be successfully deleted.</p>
134
134
  * @public
135
135
  */
136
- buildsNotDeleted?: BuildNotDeleted[];
136
+ buildsNotDeleted?: BuildNotDeleted[] | undefined;
137
137
  }
138
138
  /**
139
139
  * <p>The input value that was provided is not valid.</p>
@@ -179,7 +179,7 @@ export interface BuildArtifacts {
179
179
  * <p>Information about the location of the build artifacts.</p>
180
180
  * @public
181
181
  */
182
- location?: string;
182
+ location?: string | undefined;
183
183
  /**
184
184
  * <p>The SHA-256 hash of the build artifact.</p>
185
185
  * <p>You can use this hash along with a checksum tool to confirm file integrity and
@@ -190,7 +190,7 @@ export interface BuildArtifacts {
190
190
  * </note>
191
191
  * @public
192
192
  */
193
- sha256sum?: string;
193
+ sha256sum?: string | undefined;
194
194
  /**
195
195
  * <p>The MD5 hash of the build artifact.</p>
196
196
  * <p>You can use this hash along with a checksum tool to confirm file integrity and
@@ -201,7 +201,7 @@ export interface BuildArtifacts {
201
201
  * </note>
202
202
  * @public
203
203
  */
204
- md5sum?: string;
204
+ md5sum?: string | undefined;
205
205
  /**
206
206
  * <p> If this flag is set, a name specified in the buildspec file overrides the artifact
207
207
  * name. The name specified in a buildspec file is calculated at build time and uses the
@@ -209,17 +209,17 @@ export interface BuildArtifacts {
209
209
  * name so that it is always unique. </p>
210
210
  * @public
211
211
  */
212
- overrideArtifactName?: boolean;
212
+ overrideArtifactName?: boolean | undefined;
213
213
  /**
214
214
  * <p> Information that tells you if encryption for build artifacts is disabled. </p>
215
215
  * @public
216
216
  */
217
- encryptionDisabled?: boolean;
217
+ encryptionDisabled?: boolean | undefined;
218
218
  /**
219
219
  * <p> An identifier for this artifact definition. </p>
220
220
  * @public
221
221
  */
222
- artifactIdentifier?: string;
222
+ artifactIdentifier?: string | undefined;
223
223
  /**
224
224
  * <p>Specifies the bucket owner's access for objects that another account uploads to their
225
225
  * Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has
@@ -265,7 +265,7 @@ export interface BuildArtifacts {
265
265
  * </dl>
266
266
  * @public
267
267
  */
268
- bucketOwnerAccess?: BucketOwnerAccess;
268
+ bucketOwnerAccess?: BucketOwnerAccess | undefined;
269
269
  }
270
270
  /**
271
271
  * @public
@@ -288,7 +288,7 @@ export interface BatchRestrictions {
288
288
  * <p>Specifies the maximum number of builds allowed.</p>
289
289
  * @public
290
290
  */
291
- maximumBuildsAllowed?: number;
291
+ maximumBuildsAllowed?: number | undefined;
292
292
  /**
293
293
  * <p>An array of strings that specify the compute types that are allowed for the batch
294
294
  * build. See <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html">Build environment
@@ -296,7 +296,7 @@ export interface BatchRestrictions {
296
296
  * </p>
297
297
  * @public
298
298
  */
299
- computeTypesAllowed?: string[];
299
+ computeTypesAllowed?: string[] | undefined;
300
300
  }
301
301
  /**
302
302
  * <p>Contains configuration information about a batch build project.</p>
@@ -307,24 +307,24 @@ export interface ProjectBuildBatchConfig {
307
307
  * <p>Specifies the service role ARN for the batch build project.</p>
308
308
  * @public
309
309
  */
310
- serviceRole?: string;
310
+ serviceRole?: string | undefined;
311
311
  /**
312
312
  * <p>Specifies if the build artifacts for the batch build should be combined into a single
313
313
  * artifact location.</p>
314
314
  * @public
315
315
  */
316
- combineArtifacts?: boolean;
316
+ combineArtifacts?: boolean | undefined;
317
317
  /**
318
318
  * <p>A <code>BatchRestrictions</code> object that specifies the restrictions for the batch
319
319
  * build.</p>
320
320
  * @public
321
321
  */
322
- restrictions?: BatchRestrictions;
322
+ restrictions?: BatchRestrictions | undefined;
323
323
  /**
324
324
  * <p>Specifies the maximum amount of time, in minutes, that the batch build must be completed in.</p>
325
325
  * @public
326
326
  */
327
- timeoutInMins?: number;
327
+ timeoutInMins?: number | undefined;
328
328
  /**
329
329
  * <p>Specifies how build status reports are sent to the source provider for the batch build. This property is only used
330
330
  * when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise,
@@ -341,7 +341,7 @@ export interface ProjectBuildBatchConfig {
341
341
  * </dl>
342
342
  * @public
343
343
  */
344
- batchReportMode?: BatchReportModeType;
344
+ batchReportMode?: BatchReportModeType | undefined;
345
345
  }
346
346
  /**
347
347
  * @public
@@ -369,17 +369,17 @@ export interface ResolvedArtifact {
369
369
  * <p>Specifies the type of artifact.</p>
370
370
  * @public
371
371
  */
372
- type?: ArtifactsType;
372
+ type?: ArtifactsType | undefined;
373
373
  /**
374
374
  * <p>The location of the artifact.</p>
375
375
  * @public
376
376
  */
377
- location?: string;
377
+ location?: string | undefined;
378
378
  /**
379
379
  * <p>The identifier of the artifact.</p>
380
380
  * @public
381
381
  */
382
- identifier?: string;
382
+ identifier?: string | undefined;
383
383
  }
384
384
  /**
385
385
  * <p>Contains summary information about a batch build group.</p>
@@ -390,12 +390,12 @@ export interface BuildSummary {
390
390
  * <p>The batch build ARN.</p>
391
391
  * @public
392
392
  */
393
- arn?: string;
393
+ arn?: string | undefined;
394
394
  /**
395
395
  * <p>When the build was started, expressed in Unix time format.</p>
396
396
  * @public
397
397
  */
398
- requestedOn?: Date;
398
+ requestedOn?: Date | undefined;
399
399
  /**
400
400
  * <p>The status of the build group.</p>
401
401
  * <dl>
@@ -426,19 +426,19 @@ export interface BuildSummary {
426
426
  * </dl>
427
427
  * @public
428
428
  */
429
- buildStatus?: StatusType;
429
+ buildStatus?: StatusType | undefined;
430
430
  /**
431
431
  * <p>A <code>ResolvedArtifact</code> object that represents the primary build artifacts for the
432
432
  * build group.</p>
433
433
  * @public
434
434
  */
435
- primaryArtifact?: ResolvedArtifact;
435
+ primaryArtifact?: ResolvedArtifact | undefined;
436
436
  /**
437
437
  * <p>An array of <code>ResolvedArtifact</code> objects that represents the secondary build
438
438
  * artifacts for the build group.</p>
439
439
  * @public
440
440
  */
441
- secondaryArtifacts?: ResolvedArtifact[];
441
+ secondaryArtifacts?: ResolvedArtifact[] | undefined;
442
442
  }
443
443
  /**
444
444
  * <p>Contains information about a batch build build group. Build groups are used to combine
@@ -451,30 +451,30 @@ export interface BuildGroup {
451
451
  * <p>Contains the identifier of the build group.</p>
452
452
  * @public
453
453
  */
454
- identifier?: string;
454
+ identifier?: string | undefined;
455
455
  /**
456
456
  * <p>An array of strings that contain the identifiers of the build groups that this build
457
457
  * group depends on.</p>
458
458
  * @public
459
459
  */
460
- dependsOn?: string[];
460
+ dependsOn?: string[] | undefined;
461
461
  /**
462
462
  * <p>Specifies if failures in this build group can be ignored.</p>
463
463
  * @public
464
464
  */
465
- ignoreFailure?: boolean;
465
+ ignoreFailure?: boolean | undefined;
466
466
  /**
467
467
  * <p>A <code>BuildSummary</code> object that contains a summary of the current build
468
468
  * group.</p>
469
469
  * @public
470
470
  */
471
- currentBuildSummary?: BuildSummary;
471
+ currentBuildSummary?: BuildSummary | undefined;
472
472
  /**
473
473
  * <p>An array of <code>BuildSummary</code> objects that contain summaries of previous
474
474
  * build groups.</p>
475
475
  * @public
476
476
  */
477
- priorBuildSummaryList?: BuildSummary[];
477
+ priorBuildSummaryList?: BuildSummary[] | undefined;
478
478
  }
479
479
  /**
480
480
  * @public
@@ -541,7 +541,7 @@ export interface ProjectCache {
541
541
  * </ul>
542
542
  * @public
543
543
  */
544
- location?: string;
544
+ location?: string | undefined;
545
545
  /**
546
546
  * <p>An array of strings that specify the local cache modes. You can use one or more local
547
547
  * cache modes at the same time. This is only used for <code>LOCAL</code> cache
@@ -603,7 +603,7 @@ export interface ProjectCache {
603
603
  * </dl>
604
604
  * @public
605
605
  */
606
- modes?: CacheMode[];
606
+ modes?: CacheMode[] | undefined;
607
607
  }
608
608
  /**
609
609
  * @public
@@ -626,22 +626,22 @@ export interface ComputeConfiguration {
626
626
  * <p>The number of vCPUs of the instance type included in your fleet.</p>
627
627
  * @public
628
628
  */
629
- vCpu?: number;
629
+ vCpu?: number | undefined;
630
630
  /**
631
631
  * <p>The amount of memory of the instance type included in your fleet.</p>
632
632
  * @public
633
633
  */
634
- memory?: number;
634
+ memory?: number | undefined;
635
635
  /**
636
636
  * <p>The amount of disk space of the instance type included in your fleet.</p>
637
637
  * @public
638
638
  */
639
- disk?: number;
639
+ disk?: number | undefined;
640
640
  /**
641
641
  * <p>The machine type of the instance type included in your fleet.</p>
642
642
  * @public
643
643
  */
644
- machineType?: MachineType;
644
+ machineType?: MachineType | undefined;
645
645
  }
646
646
  /**
647
647
  * @public
@@ -728,7 +728,7 @@ export interface EnvironmentVariable {
728
728
  * </ul>
729
729
  * @public
730
730
  */
731
- type?: EnvironmentVariableType;
731
+ type?: EnvironmentVariableType | undefined;
732
732
  }
733
733
  /**
734
734
  * <p>Information about the compute fleet of the build project. For more
@@ -741,7 +741,7 @@ export interface ProjectFleet {
741
741
  * <p>Specifies the compute fleet ARN for the build project.</p>
742
742
  * @public
743
743
  */
744
- fleetArn?: string;
744
+ fleetArn?: string | undefined;
745
745
  }
746
746
  /**
747
747
  * @public
@@ -1002,18 +1002,18 @@ export interface ProjectEnvironment {
1002
1002
  * <p>The compute configuration of the build project. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>
1003
1003
  * @public
1004
1004
  */
1005
- computeConfiguration?: ComputeConfiguration;
1005
+ computeConfiguration?: ComputeConfiguration | undefined;
1006
1006
  /**
1007
1007
  * <p>A ProjectFleet object to use for this build project.</p>
1008
1008
  * @public
1009
1009
  */
1010
- fleet?: ProjectFleet;
1010
+ fleet?: ProjectFleet | undefined;
1011
1011
  /**
1012
1012
  * <p>A set of environment variables to make available to builds for this build
1013
1013
  * project.</p>
1014
1014
  * @public
1015
1015
  */
1016
- environmentVariables?: EnvironmentVariable[];
1016
+ environmentVariables?: EnvironmentVariable[] | undefined;
1017
1017
  /**
1018
1018
  * <p>Enables running the Docker daemon inside a Docker container. Set to true only if the
1019
1019
  * build project is used to build Docker images. Otherwise, a build that attempts to
@@ -1038,19 +1038,19 @@ export interface ProjectEnvironment {
1038
1038
  * </p>
1039
1039
  * @public
1040
1040
  */
1041
- privilegedMode?: boolean;
1041
+ privilegedMode?: boolean | undefined;
1042
1042
  /**
1043
1043
  * <p>The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded
1044
1044
  * certificate for the build project. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/create-project-cli.html#cli.environment.certificate">certificate</a> in the
1045
1045
  * <i>CodeBuild User Guide</i>.</p>
1046
1046
  * @public
1047
1047
  */
1048
- certificate?: string;
1048
+ certificate?: string | undefined;
1049
1049
  /**
1050
1050
  * <p> The credentials for access to a private registry.</p>
1051
1051
  * @public
1052
1052
  */
1053
- registryCredential?: RegistryCredential;
1053
+ registryCredential?: RegistryCredential | undefined;
1054
1054
  /**
1055
1055
  * <p> The type of credentials CodeBuild uses to pull images in your build. There are two valid
1056
1056
  * values: </p>
@@ -1071,7 +1071,7 @@ export interface ProjectEnvironment {
1071
1071
  * </p>
1072
1072
  * @public
1073
1073
  */
1074
- imagePullCredentialsType?: ImagePullCredentialsType;
1074
+ imagePullCredentialsType?: ImagePullCredentialsType | undefined;
1075
1075
  }
1076
1076
  /**
1077
1077
  * @public
@@ -1096,7 +1096,7 @@ export interface ProjectFileSystemLocation {
1096
1096
  * <p> The type of the file system. The one supported type is <code>EFS</code>. </p>
1097
1097
  * @public
1098
1098
  */
1099
- type?: FileSystemType;
1099
+ type?: FileSystemType | undefined;
1100
1100
  /**
1101
1101
  * <p>A string that specifies the location of the file system created by Amazon EFS. Its
1102
1102
  * format is <code>efs-dns-name:/directory-path</code>. You can find the DNS name of file
@@ -1110,12 +1110,12 @@ export interface ProjectFileSystemLocation {
1110
1110
  * CodeBuild mounts the entire file system. </p>
1111
1111
  * @public
1112
1112
  */
1113
- location?: string;
1113
+ location?: string | undefined;
1114
1114
  /**
1115
1115
  * <p>The location in the container where you mount the file system. </p>
1116
1116
  * @public
1117
1117
  */
1118
- mountPoint?: string;
1118
+ mountPoint?: string | undefined;
1119
1119
  /**
1120
1120
  * <p>The name used to access a file system created by Amazon EFS. CodeBuild creates an
1121
1121
  * environment variable by appending the <code>identifier</code> in all capital letters to
@@ -1125,7 +1125,7 @@ export interface ProjectFileSystemLocation {
1125
1125
  * <p> The <code>identifier</code> is used to mount your file system. </p>
1126
1126
  * @public
1127
1127
  */
1128
- identifier?: string;
1128
+ identifier?: string | undefined;
1129
1129
  /**
1130
1130
  * <p> The mount options for a file system created by Amazon EFS. The default mount options
1131
1131
  * used by CodeBuild are
@@ -1134,7 +1134,7 @@ export interface ProjectFileSystemLocation {
1134
1134
  * Options</a>. </p>
1135
1135
  * @public
1136
1136
  */
1137
- mountOptions?: string;
1137
+ mountOptions?: string | undefined;
1138
1138
  }
1139
1139
  /**
1140
1140
  * @public
@@ -1173,13 +1173,13 @@ export interface CloudWatchLogsConfig {
1173
1173
  * with Log Groups and Log Streams</a>. </p>
1174
1174
  * @public
1175
1175
  */
1176
- groupName?: string;
1176
+ groupName?: string | undefined;
1177
1177
  /**
1178
1178
  * <p> The prefix of the stream name of the CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html">Working
1179
1179
  * with Log Groups and Log Streams</a>. </p>
1180
1180
  * @public
1181
1181
  */
1182
- streamName?: string;
1182
+ streamName?: string | undefined;
1183
1183
  }
1184
1184
  /**
1185
1185
  * <p> Information about S3 logs for a build project. </p>
@@ -1209,13 +1209,13 @@ export interface S3LogsConfig {
1209
1209
  * <code>arn:aws:s3:::my-bucket/build-log</code>. </p>
1210
1210
  * @public
1211
1211
  */
1212
- location?: string;
1212
+ location?: string | undefined;
1213
1213
  /**
1214
1214
  * <p> Set to true if you do not want your S3 build log output encrypted. By default S3
1215
1215
  * build logs are encrypted. </p>
1216
1216
  * @public
1217
1217
  */
1218
- encryptionDisabled?: boolean;
1218
+ encryptionDisabled?: boolean | undefined;
1219
1219
  /**
1220
1220
  * <p>Specifies the bucket owner's access for objects that another account uploads to their
1221
1221
  * Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has
@@ -1261,7 +1261,7 @@ export interface S3LogsConfig {
1261
1261
  * </dl>
1262
1262
  * @public
1263
1263
  */
1264
- bucketOwnerAccess?: BucketOwnerAccess;
1264
+ bucketOwnerAccess?: BucketOwnerAccess | undefined;
1265
1265
  }
1266
1266
  /**
1267
1267
  * <p> Information about logs for a build project. These can be logs in CloudWatch Logs, built in a
@@ -1273,13 +1273,13 @@ export interface LogsConfig {
1273
1273
  * <p> Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default. </p>
1274
1274
  * @public
1275
1275
  */
1276
- cloudWatchLogs?: CloudWatchLogsConfig;
1276
+ cloudWatchLogs?: CloudWatchLogsConfig | undefined;
1277
1277
  /**
1278
1278
  * <p> Information about logs built to an S3 bucket for a build project. S3 logs are not
1279
1279
  * enabled by default. </p>
1280
1280
  * @public
1281
1281
  */
1282
- s3Logs?: S3LogsConfig;
1282
+ s3Logs?: S3LogsConfig | undefined;
1283
1283
  }
1284
1284
  /**
1285
1285
  * <p>Additional information about a build phase that has an error. You can use this
@@ -1291,13 +1291,13 @@ export interface PhaseContext {
1291
1291
  * <p>The status code for the context of the build phase.</p>
1292
1292
  * @public
1293
1293
  */
1294
- statusCode?: string;
1294
+ statusCode?: string | undefined;
1295
1295
  /**
1296
1296
  * <p>An explanation of the build phase's context. This might include a command ID and an
1297
1297
  * exit code.</p>
1298
1298
  * @public
1299
1299
  */
1300
- message?: string;
1300
+ message?: string | undefined;
1301
1301
  }
1302
1302
  /**
1303
1303
  * @public
@@ -1356,7 +1356,7 @@ export interface BuildBatchPhase {
1356
1356
  * </dl>
1357
1357
  * @public
1358
1358
  */
1359
- phaseType?: BuildBatchPhaseType;
1359
+ phaseType?: BuildBatchPhaseType | undefined;
1360
1360
  /**
1361
1361
  * <p>The current status of the batch build phase. Valid values include:</p>
1362
1362
  * <dl>
@@ -1387,29 +1387,29 @@ export interface BuildBatchPhase {
1387
1387
  * </dl>
1388
1388
  * @public
1389
1389
  */
1390
- phaseStatus?: StatusType;
1390
+ phaseStatus?: StatusType | undefined;
1391
1391
  /**
1392
1392
  * <p>When the batch build phase started, expressed in Unix time format.</p>
1393
1393
  * @public
1394
1394
  */
1395
- startTime?: Date;
1395
+ startTime?: Date | undefined;
1396
1396
  /**
1397
1397
  * <p>When the batch build phase ended, expressed in Unix time format.</p>
1398
1398
  * @public
1399
1399
  */
1400
- endTime?: Date;
1400
+ endTime?: Date | undefined;
1401
1401
  /**
1402
1402
  * <p>How long, in seconds, between the starting and ending times of the batch build's
1403
1403
  * phase.</p>
1404
1404
  * @public
1405
1405
  */
1406
- durationInSeconds?: number;
1406
+ durationInSeconds?: number | undefined;
1407
1407
  /**
1408
1408
  * <p>Additional information about the batch build phase. Especially to help troubleshoot a
1409
1409
  * failed batch build.</p>
1410
1410
  * @public
1411
1411
  */
1412
- contexts?: PhaseContext[];
1412
+ contexts?: PhaseContext[] | undefined;
1413
1413
  }
1414
1414
  /**
1415
1415
  * @public
@@ -1439,7 +1439,7 @@ export interface SourceAuth {
1439
1439
  * <p>The resource value that applies to the specified authorization type.</p>
1440
1440
  * @public
1441
1441
  */
1442
- resource?: string;
1442
+ resource?: string | undefined;
1443
1443
  }
1444
1444
  /**
1445
1445
  * <p>Contains information that defines how the CodeBuild build project reports the build status
@@ -1464,7 +1464,7 @@ export interface BuildStatusConfig {
1464
1464
  * </dl>
1465
1465
  * @public
1466
1466
  */
1467
- context?: string;
1467
+ context?: string | undefined;
1468
1468
  /**
1469
1469
  * <p>Specifies the target url of the build status CodeBuild sends to the source provider. The
1470
1470
  * usage of this parameter depends on the source provider.</p>
@@ -1482,7 +1482,7 @@ export interface BuildStatusConfig {
1482
1482
  * </dl>
1483
1483
  * @public
1484
1484
  */
1485
- targetUrl?: string;
1485
+ targetUrl?: string | undefined;
1486
1486
  }
1487
1487
  /**
1488
1488
  * <p> Information about the Git submodules configuration for an CodeBuild build project.
@@ -1640,17 +1640,17 @@ export interface ProjectSource {
1640
1640
  * </p>
1641
1641
  * @public
1642
1642
  */
1643
- location?: string;
1643
+ location?: string | undefined;
1644
1644
  /**
1645
1645
  * <p>Information about the Git clone depth for the build project.</p>
1646
1646
  * @public
1647
1647
  */
1648
- gitCloneDepth?: number;
1648
+ gitCloneDepth?: number | undefined;
1649
1649
  /**
1650
1650
  * <p> Information about the Git submodules configuration for the build project. </p>
1651
1651
  * @public
1652
1652
  */
1653
- gitSubmodulesConfig?: GitSubmodulesConfig;
1653
+ gitSubmodulesConfig?: GitSubmodulesConfig | undefined;
1654
1654
  /**
1655
1655
  * <p>The buildspec file declaration to use for the builds in this build project.</p>
1656
1656
  * <p> If this value is set, it can be either an inline buildspec definition, the path to an
@@ -1663,13 +1663,13 @@ export interface ProjectSource {
1663
1663
  * its root directory. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage">Buildspec File Name and Storage Location</a>. </p>
1664
1664
  * @public
1665
1665
  */
1666
- buildspec?: string;
1666
+ buildspec?: string | undefined;
1667
1667
  /**
1668
1668
  * <p>Information about the authorization settings for CodeBuild to access the source code to be
1669
1669
  * built.</p>
1670
1670
  * @public
1671
1671
  */
1672
- auth?: SourceAuth;
1672
+ auth?: SourceAuth | undefined;
1673
1673
  /**
1674
1674
  * <p> Set to true to report the status of a build's start and finish to your source
1675
1675
  * provider. This option is valid only when your source provider is GitHub, GitHub
@@ -1684,7 +1684,7 @@ export interface ProjectSource {
1684
1684
  * effect.</p>
1685
1685
  * @public
1686
1686
  */
1687
- reportBuildStatus?: boolean;
1687
+ reportBuildStatus?: boolean | undefined;
1688
1688
  /**
1689
1689
  * <p>Contains information that defines how the build project reports the build status to
1690
1690
  * the source provider. This option is only used when the source provider is
@@ -1692,19 +1692,19 @@ export interface ProjectSource {
1692
1692
  * <code>BITBUCKET</code>.</p>
1693
1693
  * @public
1694
1694
  */
1695
- buildStatusConfig?: BuildStatusConfig;
1695
+ buildStatusConfig?: BuildStatusConfig | undefined;
1696
1696
  /**
1697
1697
  * <p>Enable this flag to ignore SSL warnings while connecting to the project source
1698
1698
  * code.</p>
1699
1699
  * @public
1700
1700
  */
1701
- insecureSsl?: boolean;
1701
+ insecureSsl?: boolean | undefined;
1702
1702
  /**
1703
1703
  * <p>An identifier for this project source. The identifier can only contain
1704
1704
  * alphanumeric characters and underscores, and must be less than 128 characters in length. </p>
1705
1705
  * @public
1706
1706
  */
1707
- sourceIdentifier?: string;
1707
+ sourceIdentifier?: string | undefined;
1708
1708
  }
1709
1709
  /**
1710
1710
  * <p> A source identifier and its corresponding version. </p>
@@ -1761,17 +1761,17 @@ export interface VpcConfig {
1761
1761
  * <p>The ID of the Amazon VPC.</p>
1762
1762
  * @public
1763
1763
  */
1764
- vpcId?: string;
1764
+ vpcId?: string | undefined;
1765
1765
  /**
1766
1766
  * <p>A list of one or more subnet IDs in your Amazon VPC.</p>
1767
1767
  * @public
1768
1768
  */
1769
- subnets?: string[];
1769
+ subnets?: string[] | undefined;
1770
1770
  /**
1771
1771
  * <p>A list of one or more security groups IDs in your Amazon VPC.</p>
1772
1772
  * @public
1773
1773
  */
1774
- securityGroupIds?: string[];
1774
+ securityGroupIds?: string[] | undefined;
1775
1775
  }
1776
1776
  /**
1777
1777
  * <p>Contains information about a batch build.</p>
@@ -1782,37 +1782,37 @@ export interface BuildBatch {
1782
1782
  * <p>The identifier of the batch build.</p>
1783
1783
  * @public
1784
1784
  */
1785
- id?: string;
1785
+ id?: string | undefined;
1786
1786
  /**
1787
1787
  * <p>The ARN of the batch build.</p>
1788
1788
  * @public
1789
1789
  */
1790
- arn?: string;
1790
+ arn?: string | undefined;
1791
1791
  /**
1792
1792
  * <p>The date and time that the batch build started.</p>
1793
1793
  * @public
1794
1794
  */
1795
- startTime?: Date;
1795
+ startTime?: Date | undefined;
1796
1796
  /**
1797
1797
  * <p>The date and time that the batch build ended.</p>
1798
1798
  * @public
1799
1799
  */
1800
- endTime?: Date;
1800
+ endTime?: Date | undefined;
1801
1801
  /**
1802
1802
  * <p>The current phase of the batch build.</p>
1803
1803
  * @public
1804
1804
  */
1805
- currentPhase?: string;
1805
+ currentPhase?: string | undefined;
1806
1806
  /**
1807
1807
  * <p>The status of the batch build.</p>
1808
1808
  * @public
1809
1809
  */
1810
- buildBatchStatus?: StatusType;
1810
+ buildBatchStatus?: StatusType | undefined;
1811
1811
  /**
1812
1812
  * <p>The identifier of the version of the source code to be built.</p>
1813
1813
  * @public
1814
1814
  */
1815
- sourceVersion?: string;
1815
+ sourceVersion?: string | undefined;
1816
1816
  /**
1817
1817
  * <p>The identifier of the resolved version of this batch build's source code.</p>
1818
1818
  * <ul>
@@ -1828,29 +1828,29 @@ export interface BuildBatch {
1828
1828
  * </ul>
1829
1829
  * @public
1830
1830
  */
1831
- resolvedSourceVersion?: string;
1831
+ resolvedSourceVersion?: string | undefined;
1832
1832
  /**
1833
1833
  * <p>The name of the batch build project.</p>
1834
1834
  * @public
1835
1835
  */
1836
- projectName?: string;
1836
+ projectName?: string | undefined;
1837
1837
  /**
1838
1838
  * <p>An array of <code>BuildBatchPhase</code> objects the specify the phases of the
1839
1839
  * batch build.</p>
1840
1840
  * @public
1841
1841
  */
1842
- phases?: BuildBatchPhase[];
1842
+ phases?: BuildBatchPhase[] | undefined;
1843
1843
  /**
1844
1844
  * <p>Information about the build input source code for the build project.</p>
1845
1845
  * @public
1846
1846
  */
1847
- source?: ProjectSource;
1847
+ source?: ProjectSource | undefined;
1848
1848
  /**
1849
1849
  * <p>An array of <code>ProjectSource</code> objects that define the sources for the batch
1850
1850
  * build.</p>
1851
1851
  * @public
1852
1852
  */
1853
- secondarySources?: ProjectSource[];
1853
+ secondarySources?: ProjectSource[] | undefined;
1854
1854
  /**
1855
1855
  * <p>An array of <code>ProjectSourceVersion</code> objects. Each
1856
1856
  * <code>ProjectSourceVersion</code> must be one of: </p>
@@ -1879,56 +1879,56 @@ export interface BuildBatch {
1879
1879
  * </ul>
1880
1880
  * @public
1881
1881
  */
1882
- secondarySourceVersions?: ProjectSourceVersion[];
1882
+ secondarySourceVersions?: ProjectSourceVersion[] | undefined;
1883
1883
  /**
1884
1884
  * <p>A <code>BuildArtifacts</code> object the defines the build artifacts for this batch build.</p>
1885
1885
  * @public
1886
1886
  */
1887
- artifacts?: BuildArtifacts;
1887
+ artifacts?: BuildArtifacts | undefined;
1888
1888
  /**
1889
1889
  * <p>An array of <code>BuildArtifacts</code> objects the define the build artifacts
1890
1890
  * for this batch build.</p>
1891
1891
  * @public
1892
1892
  */
1893
- secondaryArtifacts?: BuildArtifacts[];
1893
+ secondaryArtifacts?: BuildArtifacts[] | undefined;
1894
1894
  /**
1895
1895
  * <p>Information about the cache for the build project.</p>
1896
1896
  * @public
1897
1897
  */
1898
- cache?: ProjectCache;
1898
+ cache?: ProjectCache | undefined;
1899
1899
  /**
1900
1900
  * <p>Information about the build environment of the build project.</p>
1901
1901
  * @public
1902
1902
  */
1903
- environment?: ProjectEnvironment;
1903
+ environment?: ProjectEnvironment | undefined;
1904
1904
  /**
1905
1905
  * <p>The name of a service role used for builds in the batch.</p>
1906
1906
  * @public
1907
1907
  */
1908
- serviceRole?: string;
1908
+ serviceRole?: string | undefined;
1909
1909
  /**
1910
1910
  * <p> Information about logs for a build project. These can be logs in CloudWatch Logs, built in a
1911
1911
  * specified S3 bucket, or both. </p>
1912
1912
  * @public
1913
1913
  */
1914
- logConfig?: LogsConfig;
1914
+ logConfig?: LogsConfig | undefined;
1915
1915
  /**
1916
1916
  * <p>Specifies the maximum amount of time, in minutes, that the build in a batch must be
1917
1917
  * completed in.</p>
1918
1918
  * @public
1919
1919
  */
1920
- buildTimeoutInMinutes?: number;
1920
+ buildTimeoutInMinutes?: number | undefined;
1921
1921
  /**
1922
1922
  * <p>Specifies the amount of time, in minutes, that the batch build is allowed to be queued
1923
1923
  * before it times out.</p>
1924
1924
  * @public
1925
1925
  */
1926
- queuedTimeoutInMinutes?: number;
1926
+ queuedTimeoutInMinutes?: number | undefined;
1927
1927
  /**
1928
1928
  * <p>Indicates if the batch build is complete.</p>
1929
1929
  * @public
1930
1930
  */
1931
- complete?: boolean;
1931
+ complete?: boolean | undefined;
1932
1932
  /**
1933
1933
  * <p>The entity that started the batch build. Valid values include:</p>
1934
1934
  * <ul>
@@ -1946,12 +1946,12 @@ export interface BuildBatch {
1946
1946
  * </ul>
1947
1947
  * @public
1948
1948
  */
1949
- initiator?: string;
1949
+ initiator?: string | undefined;
1950
1950
  /**
1951
1951
  * <p>Information about the VPC configuration that CodeBuild accesses.</p>
1952
1952
  * @public
1953
1953
  */
1954
- vpcConfig?: VpcConfig;
1954
+ vpcConfig?: VpcConfig | undefined;
1955
1955
  /**
1956
1956
  * <p>The Key Management Service customer master key (CMK) to be used for encrypting the batch build output
1957
1957
  * artifacts.</p>
@@ -1963,7 +1963,7 @@ export interface BuildBatch {
1963
1963
  * the format <code>alias/<alias-name></code>).</p>
1964
1964
  * @public
1965
1965
  */
1966
- encryptionKey?: string;
1966
+ encryptionKey?: string | undefined;
1967
1967
  /**
1968
1968
  * <p>The number of the batch build. For each project, the <code>buildBatchNumber</code> of its
1969
1969
  * first batch build is <code>1</code>. The <code>buildBatchNumber</code> of each subsequent
@@ -1971,7 +1971,7 @@ export interface BuildBatch {
1971
1971
  * <code>buildBatchNumber</code> of other batch builds does not change.</p>
1972
1972
  * @public
1973
1973
  */
1974
- buildBatchNumber?: number;
1974
+ buildBatchNumber?: number | undefined;
1975
1975
  /**
1976
1976
  * <p>An array of <code>ProjectFileSystemLocation</code> objects for the batch build
1977
1977
  * project. A <code>ProjectFileSystemLocation</code> object specifies the
@@ -1980,24 +1980,24 @@ export interface BuildBatch {
1980
1980
  * Elastic File System. </p>
1981
1981
  * @public
1982
1982
  */
1983
- fileSystemLocations?: ProjectFileSystemLocation[];
1983
+ fileSystemLocations?: ProjectFileSystemLocation[] | undefined;
1984
1984
  /**
1985
1985
  * <p>Contains configuration information about a batch build project.</p>
1986
1986
  * @public
1987
1987
  */
1988
- buildBatchConfig?: ProjectBuildBatchConfig;
1988
+ buildBatchConfig?: ProjectBuildBatchConfig | undefined;
1989
1989
  /**
1990
1990
  * <p>An array of <code>BuildGroup</code> objects that define the build groups for the
1991
1991
  * batch build.</p>
1992
1992
  * @public
1993
1993
  */
1994
- buildGroups?: BuildGroup[];
1994
+ buildGroups?: BuildGroup[] | undefined;
1995
1995
  /**
1996
1996
  * <p>Specifies if session debugging is enabled for this batch build. For more information, see
1997
1997
  * <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html">Viewing a running build in Session Manager</a>. Batch session debugging is not supported for matrix batch builds.</p>
1998
1998
  * @public
1999
1999
  */
2000
- debugSessionEnabled?: boolean;
2000
+ debugSessionEnabled?: boolean | undefined;
2001
2001
  }
2002
2002
  /**
2003
2003
  * @public
@@ -2008,12 +2008,12 @@ export interface BatchGetBuildBatchesOutput {
2008
2008
  * builds.</p>
2009
2009
  * @public
2010
2010
  */
2011
- buildBatches?: BuildBatch[];
2011
+ buildBatches?: BuildBatch[] | undefined;
2012
2012
  /**
2013
2013
  * <p>An array that contains the identifiers of any batch builds that are not found.</p>
2014
2014
  * @public
2015
2015
  */
2016
- buildBatchesNotFound?: string[];
2016
+ buildBatchesNotFound?: string[] | undefined;
2017
2017
  }
2018
2018
  /**
2019
2019
  * @public
@@ -2035,14 +2035,14 @@ export interface DebugSession {
2035
2035
  * <p>Specifies if session debugging is enabled for this build.</p>
2036
2036
  * @public
2037
2037
  */
2038
- sessionEnabled?: boolean;
2038
+ sessionEnabled?: boolean | undefined;
2039
2039
  /**
2040
2040
  * <p>Contains the identifier of the Session Manager session used for the build. To work with
2041
2041
  * the paused build, you open this session to examine, control, and resume the
2042
2042
  * build.</p>
2043
2043
  * @public
2044
2044
  */
2045
- sessionTarget?: string;
2045
+ sessionTarget?: string | undefined;
2046
2046
  }
2047
2047
  /**
2048
2048
  * <p>Contains information about an exported environment variable. </p>
@@ -2063,12 +2063,12 @@ export interface ExportedEnvironmentVariable {
2063
2063
  * <p>The name of the exported environment variable.</p>
2064
2064
  * @public
2065
2065
  */
2066
- name?: string;
2066
+ name?: string | undefined;
2067
2067
  /**
2068
2068
  * <p>The value assigned to the exported environment variable.</p>
2069
2069
  * @public
2070
2070
  */
2071
- value?: string;
2071
+ value?: string | undefined;
2072
2072
  }
2073
2073
  /**
2074
2074
  * <p>Information about build logs in CloudWatch Logs.</p>
@@ -2079,45 +2079,45 @@ export interface LogsLocation {
2079
2079
  * <p>The name of the CloudWatch Logs group for the build logs.</p>
2080
2080
  * @public
2081
2081
  */
2082
- groupName?: string;
2082
+ groupName?: string | undefined;
2083
2083
  /**
2084
2084
  * <p>The name of the CloudWatch Logs stream for the build logs.</p>
2085
2085
  * @public
2086
2086
  */
2087
- streamName?: string;
2087
+ streamName?: string | undefined;
2088
2088
  /**
2089
2089
  * <p>The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the <code>deeplink</code> will not be valid until it is created.</p>
2090
2090
  * @public
2091
2091
  */
2092
- deepLink?: string;
2092
+ deepLink?: string | undefined;
2093
2093
  /**
2094
2094
  * <p> The URL to a build log in an S3 bucket. </p>
2095
2095
  * @public
2096
2096
  */
2097
- s3DeepLink?: string;
2097
+ s3DeepLink?: string | undefined;
2098
2098
  /**
2099
2099
  * <p>The ARN of the CloudWatch Logs stream for a build execution. Its format is <code>arn:$\{Partition\}:logs:$\{Region\}:$\{Account\}:log-group:$\{LogGroupName\}:log-stream:$\{LogStreamName\}</code>.
2100
2100
  * The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatchlogs.html#amazoncloudwatchlogs-resources-for-iam-policies">Resources Defined by CloudWatch Logs</a>.</p>
2101
2101
  * @public
2102
2102
  */
2103
- cloudWatchLogsArn?: string;
2103
+ cloudWatchLogsArn?: string | undefined;
2104
2104
  /**
2105
2105
  * <p> The ARN of S3 logs for a build project. Its format is
2106
2106
  * <code>arn:$\{Partition\}:s3:::$\{BucketName\}/$\{ObjectName\}</code>. For more
2107
2107
  * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html#amazons3-resources-for-iam-policies">Resources Defined by Amazon S3</a>. </p>
2108
2108
  * @public
2109
2109
  */
2110
- s3LogsArn?: string;
2110
+ s3LogsArn?: string | undefined;
2111
2111
  /**
2112
2112
  * <p> Information about CloudWatch Logs for a build project. </p>
2113
2113
  * @public
2114
2114
  */
2115
- cloudWatchLogs?: CloudWatchLogsConfig;
2115
+ cloudWatchLogs?: CloudWatchLogsConfig | undefined;
2116
2116
  /**
2117
2117
  * <p> Information about S3 logs for a build project. </p>
2118
2118
  * @public
2119
2119
  */
2120
- s3Logs?: S3LogsConfig;
2120
+ s3Logs?: S3LogsConfig | undefined;
2121
2121
  }
2122
2122
  /**
2123
2123
  * <p>Describes a network interface.</p>
@@ -2128,12 +2128,12 @@ export interface NetworkInterface {
2128
2128
  * <p>The ID of the subnet.</p>
2129
2129
  * @public
2130
2130
  */
2131
- subnetId?: string;
2131
+ subnetId?: string | undefined;
2132
2132
  /**
2133
2133
  * <p>The ID of the network interface.</p>
2134
2134
  * @public
2135
2135
  */
2136
- networkInterfaceId?: string;
2136
+ networkInterfaceId?: string | undefined;
2137
2137
  }
2138
2138
  /**
2139
2139
  * @public
@@ -2212,7 +2212,7 @@ export interface BuildPhase {
2212
2212
  * </dl>
2213
2213
  * @public
2214
2214
  */
2215
- phaseType?: BuildPhaseType;
2215
+ phaseType?: BuildPhaseType | undefined;
2216
2216
  /**
2217
2217
  * <p>The current status of the build phase. Valid values include:</p>
2218
2218
  * <dl>
@@ -2243,29 +2243,29 @@ export interface BuildPhase {
2243
2243
  * </dl>
2244
2244
  * @public
2245
2245
  */
2246
- phaseStatus?: StatusType;
2246
+ phaseStatus?: StatusType | undefined;
2247
2247
  /**
2248
2248
  * <p>When the build phase started, expressed in Unix time format.</p>
2249
2249
  * @public
2250
2250
  */
2251
- startTime?: Date;
2251
+ startTime?: Date | undefined;
2252
2252
  /**
2253
2253
  * <p>When the build phase ended, expressed in Unix time format.</p>
2254
2254
  * @public
2255
2255
  */
2256
- endTime?: Date;
2256
+ endTime?: Date | undefined;
2257
2257
  /**
2258
2258
  * <p>How long, in seconds, between the starting and ending times of the build's
2259
2259
  * phase.</p>
2260
2260
  * @public
2261
2261
  */
2262
- durationInSeconds?: number;
2262
+ durationInSeconds?: number | undefined;
2263
2263
  /**
2264
2264
  * <p>Additional information about a build phase, especially to help troubleshoot a failed
2265
2265
  * build.</p>
2266
2266
  * @public
2267
2267
  */
2268
- contexts?: PhaseContext[];
2268
+ contexts?: PhaseContext[] | undefined;
2269
2269
  }
2270
2270
  /**
2271
2271
  * <p>Information about a build.</p>
@@ -2276,12 +2276,12 @@ export interface Build {
2276
2276
  * <p>The unique ID for the build.</p>
2277
2277
  * @public
2278
2278
  */
2279
- id?: string;
2279
+ id?: string | undefined;
2280
2280
  /**
2281
2281
  * <p>The Amazon Resource Name (ARN) of the build.</p>
2282
2282
  * @public
2283
2283
  */
2284
- arn?: string;
2284
+ arn?: string | undefined;
2285
2285
  /**
2286
2286
  * <p>The number of the build. For each project, the <code>buildNumber</code> of its first
2287
2287
  * build is <code>1</code>. The <code>buildNumber</code> of each subsequent build is
@@ -2289,22 +2289,22 @@ export interface Build {
2289
2289
  * other builds does not change.</p>
2290
2290
  * @public
2291
2291
  */
2292
- buildNumber?: number;
2292
+ buildNumber?: number | undefined;
2293
2293
  /**
2294
2294
  * <p>When the build process started, expressed in Unix time format.</p>
2295
2295
  * @public
2296
2296
  */
2297
- startTime?: Date;
2297
+ startTime?: Date | undefined;
2298
2298
  /**
2299
2299
  * <p>When the build process ended, expressed in Unix time format.</p>
2300
2300
  * @public
2301
2301
  */
2302
- endTime?: Date;
2302
+ endTime?: Date | undefined;
2303
2303
  /**
2304
2304
  * <p>The current build phase.</p>
2305
2305
  * @public
2306
2306
  */
2307
- currentPhase?: string;
2307
+ currentPhase?: string | undefined;
2308
2308
  /**
2309
2309
  * <p>The current status of the build. Valid values include:</p>
2310
2310
  * <ul>
@@ -2335,7 +2335,7 @@ export interface Build {
2335
2335
  * </ul>
2336
2336
  * @public
2337
2337
  */
2338
- buildStatus?: StatusType;
2338
+ buildStatus?: StatusType | undefined;
2339
2339
  /**
2340
2340
  * <p>Any version identifier for the version of the source code to be built. If
2341
2341
  * <code>sourceVersion</code> is specified at the project level, then this
@@ -2344,7 +2344,7 @@ export interface Build {
2344
2344
  * with CodeBuild</a> in the <i>CodeBuild User Guide</i>. </p>
2345
2345
  * @public
2346
2346
  */
2347
- sourceVersion?: string;
2347
+ sourceVersion?: string | undefined;
2348
2348
  /**
2349
2349
  * <p> An identifier for the version of this build's source code. </p>
2350
2350
  * <ul>
@@ -2360,28 +2360,28 @@ export interface Build {
2360
2360
  * </ul>
2361
2361
  * @public
2362
2362
  */
2363
- resolvedSourceVersion?: string;
2363
+ resolvedSourceVersion?: string | undefined;
2364
2364
  /**
2365
2365
  * <p>The name of the CodeBuild project.</p>
2366
2366
  * @public
2367
2367
  */
2368
- projectName?: string;
2368
+ projectName?: string | undefined;
2369
2369
  /**
2370
2370
  * <p>Information about all previous build phases that are complete and information about
2371
2371
  * any current build phase that is not yet complete.</p>
2372
2372
  * @public
2373
2373
  */
2374
- phases?: BuildPhase[];
2374
+ phases?: BuildPhase[] | undefined;
2375
2375
  /**
2376
2376
  * <p>Information about the source code to be built.</p>
2377
2377
  * @public
2378
2378
  */
2379
- source?: ProjectSource;
2379
+ source?: ProjectSource | undefined;
2380
2380
  /**
2381
2381
  * <p> An array of <code>ProjectSource</code> objects. </p>
2382
2382
  * @public
2383
2383
  */
2384
- secondarySources?: ProjectSource[];
2384
+ secondarySources?: ProjectSource[] | undefined;
2385
2385
  /**
2386
2386
  * <p> An array of <code>ProjectSourceVersion</code> objects. Each
2387
2387
  * <code>ProjectSourceVersion</code> must be one of: </p>
@@ -2410,53 +2410,53 @@ export interface Build {
2410
2410
  * </ul>
2411
2411
  * @public
2412
2412
  */
2413
- secondarySourceVersions?: ProjectSourceVersion[];
2413
+ secondarySourceVersions?: ProjectSourceVersion[] | undefined;
2414
2414
  /**
2415
2415
  * <p>Information about the output artifacts for the build.</p>
2416
2416
  * @public
2417
2417
  */
2418
- artifacts?: BuildArtifacts;
2418
+ artifacts?: BuildArtifacts | undefined;
2419
2419
  /**
2420
2420
  * <p> An array of <code>ProjectArtifacts</code> objects. </p>
2421
2421
  * @public
2422
2422
  */
2423
- secondaryArtifacts?: BuildArtifacts[];
2423
+ secondaryArtifacts?: BuildArtifacts[] | undefined;
2424
2424
  /**
2425
2425
  * <p>Information about the cache for the build.</p>
2426
2426
  * @public
2427
2427
  */
2428
- cache?: ProjectCache;
2428
+ cache?: ProjectCache | undefined;
2429
2429
  /**
2430
2430
  * <p>Information about the build environment for this build.</p>
2431
2431
  * @public
2432
2432
  */
2433
- environment?: ProjectEnvironment;
2433
+ environment?: ProjectEnvironment | undefined;
2434
2434
  /**
2435
2435
  * <p>The name of a service role used for this build.</p>
2436
2436
  * @public
2437
2437
  */
2438
- serviceRole?: string;
2438
+ serviceRole?: string | undefined;
2439
2439
  /**
2440
2440
  * <p>Information about the build's logs in CloudWatch Logs.</p>
2441
2441
  * @public
2442
2442
  */
2443
- logs?: LogsLocation;
2443
+ logs?: LogsLocation | undefined;
2444
2444
  /**
2445
2445
  * <p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does not
2446
2446
  * get marked as completed.</p>
2447
2447
  * @public
2448
2448
  */
2449
- timeoutInMinutes?: number;
2449
+ timeoutInMinutes?: number | undefined;
2450
2450
  /**
2451
2451
  * <p> The number of minutes a build is allowed to be queued before it times out. </p>
2452
2452
  * @public
2453
2453
  */
2454
- queuedTimeoutInMinutes?: number;
2454
+ queuedTimeoutInMinutes?: number | undefined;
2455
2455
  /**
2456
2456
  * <p>Whether the build is complete. True if complete; otherwise, false.</p>
2457
2457
  * @public
2458
2458
  */
2459
- buildComplete?: boolean;
2459
+ buildComplete?: boolean | undefined;
2460
2460
  /**
2461
2461
  * <p>The entity that started the build. Valid values include:</p>
2462
2462
  * <ul>
@@ -2475,7 +2475,7 @@ export interface Build {
2475
2475
  * </ul>
2476
2476
  * @public
2477
2477
  */
2478
- initiator?: string;
2478
+ initiator?: string | undefined;
2479
2479
  /**
2480
2480
  * <p>If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter
2481
2481
  * that identifies the VPC ID and the list of security group IDs and subnet IDs. The
@@ -2483,12 +2483,12 @@ export interface Build {
2483
2483
  * security group and one subnet ID.</p>
2484
2484
  * @public
2485
2485
  */
2486
- vpcConfig?: VpcConfig;
2486
+ vpcConfig?: VpcConfig | undefined;
2487
2487
  /**
2488
2488
  * <p>Describes a network interface.</p>
2489
2489
  * @public
2490
2490
  */
2491
- networkInterface?: NetworkInterface;
2491
+ networkInterface?: NetworkInterface | undefined;
2492
2492
  /**
2493
2493
  * <p>The Key Management Service customer master key (CMK) to be used for encrypting the build output
2494
2494
  * artifacts.</p>
@@ -2500,7 +2500,7 @@ export interface Build {
2500
2500
  * the format <code>alias/<alias-name></code>).</p>
2501
2501
  * @public
2502
2502
  */
2503
- encryptionKey?: string;
2503
+ encryptionKey?: string | undefined;
2504
2504
  /**
2505
2505
  * <p>A list of exported environment variables for this build.</p>
2506
2506
  * <p>Exported environment variables are used in conjunction with CodePipeline to export
@@ -2508,12 +2508,12 @@ export interface Build {
2508
2508
  * For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-variables.html">Working with variables</a> in the <i>CodePipeline User Guide</i>.</p>
2509
2509
  * @public
2510
2510
  */
2511
- exportedEnvironmentVariables?: ExportedEnvironmentVariable[];
2511
+ exportedEnvironmentVariables?: ExportedEnvironmentVariable[] | undefined;
2512
2512
  /**
2513
2513
  * <p> An array of the ARNs associated with this build's reports. </p>
2514
2514
  * @public
2515
2515
  */
2516
- reportArns?: string[];
2516
+ reportArns?: string[] | undefined;
2517
2517
  /**
2518
2518
  * <p>
2519
2519
  * An array of <code>ProjectFileSystemLocation</code> objects for a CodeBuild build project. A <code>ProjectFileSystemLocation</code> object
@@ -2522,22 +2522,22 @@ export interface Build {
2522
2522
  * </p>
2523
2523
  * @public
2524
2524
  */
2525
- fileSystemLocations?: ProjectFileSystemLocation[];
2525
+ fileSystemLocations?: ProjectFileSystemLocation[] | undefined;
2526
2526
  /**
2527
2527
  * <p>Contains information about the debug session for this build.</p>
2528
2528
  * @public
2529
2529
  */
2530
- debugSession?: DebugSession;
2530
+ debugSession?: DebugSession | undefined;
2531
2531
  /**
2532
2532
  * <p>The ARN of the batch build that this build is a member of, if applicable.</p>
2533
2533
  * @public
2534
2534
  */
2535
- buildBatchArn?: string;
2535
+ buildBatchArn?: string | undefined;
2536
2536
  /**
2537
2537
  * <p>Information about the auto-retry configuration for the build.</p>
2538
2538
  * @public
2539
2539
  */
2540
- autoRetryConfig?: AutoRetryConfig;
2540
+ autoRetryConfig?: AutoRetryConfig | undefined;
2541
2541
  }
2542
2542
  /**
2543
2543
  * @public
@@ -2547,12 +2547,12 @@ export interface BatchGetBuildsOutput {
2547
2547
  * <p>Information about the requested builds.</p>
2548
2548
  * @public
2549
2549
  */
2550
- builds?: Build[];
2550
+ builds?: Build[] | undefined;
2551
2551
  /**
2552
2552
  * <p>The IDs of builds for which information could not be found.</p>
2553
2553
  * @public
2554
2554
  */
2555
- buildsNotFound?: string[];
2555
+ buildsNotFound?: string[] | undefined;
2556
2556
  }
2557
2557
  /**
2558
2558
  * @public
@@ -2642,12 +2642,12 @@ export interface ProxyConfiguration {
2642
2642
  * <p>The default behavior of outgoing traffic.</p>
2643
2643
  * @public
2644
2644
  */
2645
- defaultBehavior?: FleetProxyRuleBehavior;
2645
+ defaultBehavior?: FleetProxyRuleBehavior | undefined;
2646
2646
  /**
2647
2647
  * <p>An array of <code>FleetProxyRule</code> objects that represent the specified destination domains or IPs to allow or deny network access control to.</p>
2648
2648
  * @public
2649
2649
  */
2650
- orderedProxyRules?: FleetProxyRule[];
2650
+ orderedProxyRules?: FleetProxyRule[] | undefined;
2651
2651
  }
2652
2652
  /**
2653
2653
  * @public
@@ -2680,12 +2680,12 @@ export interface TargetTrackingScalingConfiguration {
2680
2680
  * <p>The metric type to determine auto-scaling.</p>
2681
2681
  * @public
2682
2682
  */
2683
- metricType?: FleetScalingMetricType;
2683
+ metricType?: FleetScalingMetricType | undefined;
2684
2684
  /**
2685
2685
  * <p>The value of <code>metricType</code> when to start scaling.</p>
2686
2686
  * @public
2687
2687
  */
2688
- targetValue?: number;
2688
+ targetValue?: number | undefined;
2689
2689
  }
2690
2690
  /**
2691
2691
  * <p>The scaling configuration output of a compute fleet.</p>
@@ -2696,22 +2696,22 @@ export interface ScalingConfigurationOutput {
2696
2696
  * <p>The scaling type for a compute fleet.</p>
2697
2697
  * @public
2698
2698
  */
2699
- scalingType?: FleetScalingType;
2699
+ scalingType?: FleetScalingType | undefined;
2700
2700
  /**
2701
2701
  * <p>A list of <code>TargetTrackingScalingConfiguration</code> objects.</p>
2702
2702
  * @public
2703
2703
  */
2704
- targetTrackingScalingConfigs?: TargetTrackingScalingConfiguration[];
2704
+ targetTrackingScalingConfigs?: TargetTrackingScalingConfiguration[] | undefined;
2705
2705
  /**
2706
2706
  * <p>The maximum number of instances in the fleet when auto-scaling.</p>
2707
2707
  * @public
2708
2708
  */
2709
- maxCapacity?: number;
2709
+ maxCapacity?: number | undefined;
2710
2710
  /**
2711
2711
  * <p>The desired number of instances in the fleet when auto-scaling.</p>
2712
2712
  * @public
2713
2713
  */
2714
- desiredCapacity?: number;
2714
+ desiredCapacity?: number | undefined;
2715
2715
  }
2716
2716
  /**
2717
2717
  * @public
@@ -2789,7 +2789,7 @@ export interface FleetStatus {
2789
2789
  * </ul>
2790
2790
  * @public
2791
2791
  */
2792
- statusCode?: FleetStatusCode;
2792
+ statusCode?: FleetStatusCode | undefined;
2793
2793
  /**
2794
2794
  * <p>Additional information about a compute fleet. Valid values include:</p>
2795
2795
  * <ul>
@@ -2804,12 +2804,12 @@ export interface FleetStatus {
2804
2804
  * </ul>
2805
2805
  * @public
2806
2806
  */
2807
- context?: FleetContextCode;
2807
+ context?: FleetContextCode | undefined;
2808
2808
  /**
2809
2809
  * <p>A message associated with the status of a compute fleet.</p>
2810
2810
  * @public
2811
2811
  */
2812
- message?: string;
2812
+ message?: string | undefined;
2813
2813
  }
2814
2814
  /**
2815
2815
  * <p>A tag, consisting of a key and a value.</p>
@@ -2821,12 +2821,12 @@ export interface Tag {
2821
2821
  * <p>The tag's key.</p>
2822
2822
  * @public
2823
2823
  */
2824
- key?: string;
2824
+ key?: string | undefined;
2825
2825
  /**
2826
2826
  * <p>The tag's value.</p>
2827
2827
  * @public
2828
2828
  */
2829
- value?: string;
2829
+ value?: string | undefined;
2830
2830
  }
2831
2831
  /**
2832
2832
  * <p>A set of dedicated instances for your build environment.</p>
@@ -2837,37 +2837,37 @@ export interface Fleet {
2837
2837
  * <p>The ARN of the compute fleet.</p>
2838
2838
  * @public
2839
2839
  */
2840
- arn?: string;
2840
+ arn?: string | undefined;
2841
2841
  /**
2842
2842
  * <p>The name of the compute fleet.</p>
2843
2843
  * @public
2844
2844
  */
2845
- name?: string;
2845
+ name?: string | undefined;
2846
2846
  /**
2847
2847
  * <p>The ID of the compute fleet.</p>
2848
2848
  * @public
2849
2849
  */
2850
- id?: string;
2850
+ id?: string | undefined;
2851
2851
  /**
2852
2852
  * <p>The time at which the compute fleet was created.</p>
2853
2853
  * @public
2854
2854
  */
2855
- created?: Date;
2855
+ created?: Date | undefined;
2856
2856
  /**
2857
2857
  * <p>The time at which the compute fleet was last modified.</p>
2858
2858
  * @public
2859
2859
  */
2860
- lastModified?: Date;
2860
+ lastModified?: Date | undefined;
2861
2861
  /**
2862
2862
  * <p>The status of the compute fleet.</p>
2863
2863
  * @public
2864
2864
  */
2865
- status?: FleetStatus;
2865
+ status?: FleetStatus | undefined;
2866
2866
  /**
2867
2867
  * <p>The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in parallel.</p>
2868
2868
  * @public
2869
2869
  */
2870
- baseCapacity?: number;
2870
+ baseCapacity?: number | undefined;
2871
2871
  /**
2872
2872
  * <p>The environment type of the compute fleet.</p>
2873
2873
  * <ul>
@@ -2936,7 +2936,7 @@ export interface Fleet {
2936
2936
  * user guide</i>.</p>
2937
2937
  * @public
2938
2938
  */
2939
- environmentType?: EnvironmentType;
2939
+ environmentType?: EnvironmentType | undefined;
2940
2940
  /**
2941
2941
  * <p>Information about the compute resources the compute fleet uses. Available values
2942
2942
  * include:</p>
@@ -3037,17 +3037,17 @@ export interface Fleet {
3037
3037
  * </p>
3038
3038
  * @public
3039
3039
  */
3040
- computeType?: ComputeType;
3040
+ computeType?: ComputeType | undefined;
3041
3041
  /**
3042
3042
  * <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>
3043
3043
  * @public
3044
3044
  */
3045
- computeConfiguration?: ComputeConfiguration;
3045
+ computeConfiguration?: ComputeConfiguration | undefined;
3046
3046
  /**
3047
3047
  * <p>The scaling configuration of the compute fleet.</p>
3048
3048
  * @public
3049
3049
  */
3050
- scalingConfiguration?: ScalingConfigurationOutput;
3050
+ scalingConfiguration?: ScalingConfigurationOutput | undefined;
3051
3051
  /**
3052
3052
  * <p>The compute fleet overflow behavior.</p>
3053
3053
  * <ul>
@@ -3067,35 +3067,35 @@ export interface Fleet {
3067
3067
  * </ul>
3068
3068
  * @public
3069
3069
  */
3070
- overflowBehavior?: FleetOverflowBehavior;
3070
+ overflowBehavior?: FleetOverflowBehavior | undefined;
3071
3071
  /**
3072
3072
  * <p>Information about the VPC configuration that CodeBuild accesses.</p>
3073
3073
  * @public
3074
3074
  */
3075
- vpcConfig?: VpcConfig;
3075
+ vpcConfig?: VpcConfig | undefined;
3076
3076
  /**
3077
3077
  * <p>The proxy configuration of the compute fleet.</p>
3078
3078
  * @public
3079
3079
  */
3080
- proxyConfiguration?: ProxyConfiguration;
3080
+ proxyConfiguration?: ProxyConfiguration | undefined;
3081
3081
  /**
3082
3082
  * <p>The Amazon Machine Image (AMI) of the compute fleet.</p>
3083
3083
  * @public
3084
3084
  */
3085
- imageId?: string;
3085
+ imageId?: string | undefined;
3086
3086
  /**
3087
3087
  * <p>The service role associated with the compute fleet. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html">
3088
3088
  * Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>
3089
3089
  * @public
3090
3090
  */
3091
- fleetServiceRole?: string;
3091
+ fleetServiceRole?: string | undefined;
3092
3092
  /**
3093
3093
  * <p>A list of tag key and value pairs associated with this compute fleet.</p>
3094
3094
  * <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
3095
3095
  * tags.</p>
3096
3096
  * @public
3097
3097
  */
3098
- tags?: Tag[];
3098
+ tags?: Tag[] | undefined;
3099
3099
  }
3100
3100
  /**
3101
3101
  * @public
@@ -3105,12 +3105,12 @@ export interface BatchGetFleetsOutput {
3105
3105
  * <p>Information about the requested compute fleets.</p>
3106
3106
  * @public
3107
3107
  */
3108
- fleets?: Fleet[];
3108
+ fleets?: Fleet[] | undefined;
3109
3109
  /**
3110
3110
  * <p>The names of compute fleets for which information could not be found.</p>
3111
3111
  * @public
3112
3112
  */
3113
- fleetsNotFound?: string[];
3113
+ fleetsNotFound?: string[] | undefined;
3114
3114
  }
3115
3115
  /**
3116
3116
  * @public
@@ -3173,7 +3173,7 @@ export interface ProjectArtifacts {
3173
3173
  * </ul>
3174
3174
  * @public
3175
3175
  */
3176
- location?: string;
3176
+ location?: string | undefined;
3177
3177
  /**
3178
3178
  * <p>Along with <code>namespaceType</code> and <code>name</code>, the pattern that CodeBuild
3179
3179
  * uses to name and store the output artifact:</p>
@@ -3199,7 +3199,7 @@ export interface ProjectArtifacts {
3199
3199
  * <code>MyArtifacts/MyArtifact.zip</code>.</p>
3200
3200
  * @public
3201
3201
  */
3202
- path?: string;
3202
+ path?: string | undefined;
3203
3203
  /**
3204
3204
  * <p>Along with <code>path</code> and <code>name</code>, the pattern that CodeBuild uses to
3205
3205
  * determine the name and location to store the output artifact:</p>
@@ -3235,7 +3235,7 @@ export interface ProjectArtifacts {
3235
3235
  * <code>MyArtifacts/<build-ID>/MyArtifact.zip</code>.</p>
3236
3236
  * @public
3237
3237
  */
3238
- namespaceType?: ArtifactNamespace;
3238
+ namespaceType?: ArtifactNamespace | undefined;
3239
3239
  /**
3240
3240
  * <p>Along with <code>path</code> and <code>namespaceType</code>, the pattern that CodeBuild
3241
3241
  * uses to name and store the output artifact:</p>
@@ -3277,7 +3277,7 @@ export interface ProjectArtifacts {
3277
3277
  * </ul>
3278
3278
  * @public
3279
3279
  */
3280
- name?: string;
3280
+ name?: string | undefined;
3281
3281
  /**
3282
3282
  * <p>The type of build output artifact to create:</p>
3283
3283
  * <ul>
@@ -3309,7 +3309,7 @@ export interface ProjectArtifacts {
3309
3309
  * </ul>
3310
3310
  * @public
3311
3311
  */
3312
- packaging?: ArtifactPackaging;
3312
+ packaging?: ArtifactPackaging | undefined;
3313
3313
  /**
3314
3314
  * <p> If this flag is set, a name specified in the buildspec file overrides the artifact
3315
3315
  * name. The name specified in a buildspec file is calculated at build time and uses the
@@ -3317,19 +3317,19 @@ export interface ProjectArtifacts {
3317
3317
  * name so that it is always unique. </p>
3318
3318
  * @public
3319
3319
  */
3320
- overrideArtifactName?: boolean;
3320
+ overrideArtifactName?: boolean | undefined;
3321
3321
  /**
3322
3322
  * <p> Set to true if you do not want your output artifacts encrypted. This option is valid
3323
3323
  * only if your artifacts type is Amazon S3. If this is set with another artifacts type, an
3324
3324
  * invalidInputException is thrown. </p>
3325
3325
  * @public
3326
3326
  */
3327
- encryptionDisabled?: boolean;
3327
+ encryptionDisabled?: boolean | undefined;
3328
3328
  /**
3329
3329
  * <p> An identifier for this artifact definition. </p>
3330
3330
  * @public
3331
3331
  */
3332
- artifactIdentifier?: string;
3332
+ artifactIdentifier?: string | undefined;
3333
3333
  /**
3334
3334
  * <p>Specifies the bucket owner's access for objects that another account uploads to their
3335
3335
  * Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has
@@ -3375,7 +3375,7 @@ export interface ProjectArtifacts {
3375
3375
  * </dl>
3376
3376
  * @public
3377
3377
  */
3378
- bucketOwnerAccess?: BucketOwnerAccess;
3378
+ bucketOwnerAccess?: BucketOwnerAccess | undefined;
3379
3379
  }
3380
3380
  /**
3381
3381
  * <p>Information about the build badge for the build project.</p>
@@ -3387,13 +3387,13 @@ export interface ProjectBadge {
3387
3387
  * badge.</p>
3388
3388
  * @public
3389
3389
  */
3390
- badgeEnabled?: boolean;
3390
+ badgeEnabled?: boolean | undefined;
3391
3391
  /**
3392
3392
  * <p>The publicly-accessible URL through which you can access the build badge for your
3393
3393
  * project. </p>
3394
3394
  * @public
3395
3395
  */
3396
- badgeRequestUrl?: string;
3396
+ badgeRequestUrl?: string | undefined;
3397
3397
  }
3398
3398
  /**
3399
3399
  * @public
@@ -3610,7 +3610,7 @@ export interface WebhookFilter {
3610
3610
  * the <code>pattern</code> triggers a build. </p>
3611
3611
  * @public
3612
3612
  */
3613
- excludeMatchedPattern?: boolean;
3613
+ excludeMatchedPattern?: boolean | undefined;
3614
3614
  }
3615
3615
  /**
3616
3616
  * @public
@@ -3639,7 +3639,7 @@ export interface ScopeConfiguration {
3639
3639
  * <p>The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.</p>
3640
3640
  * @public
3641
3641
  */
3642
- domain?: string;
3642
+ domain?: string | undefined;
3643
3643
  /**
3644
3644
  * <p>The type of scope for a GitHub or GitLab webhook.</p>
3645
3645
  * @public
@@ -3656,12 +3656,12 @@ export interface Webhook {
3656
3656
  * <p>The URL to the webhook.</p>
3657
3657
  * @public
3658
3658
  */
3659
- url?: string;
3659
+ url?: string | undefined;
3660
3660
  /**
3661
3661
  * <p>The CodeBuild endpoint where webhook events are sent.</p>
3662
3662
  * @public
3663
3663
  */
3664
- payloadUrl?: string;
3664
+ payloadUrl?: string | undefined;
3665
3665
  /**
3666
3666
  * <p>The secret token of the associated repository. </p>
3667
3667
  * <note>
@@ -3669,7 +3669,7 @@ export interface Webhook {
3669
3669
  * </note>
3670
3670
  * @public
3671
3671
  */
3672
- secret?: string;
3672
+ secret?: string | undefined;
3673
3673
  /**
3674
3674
  * <p>A regular expression used to determine which repository branches are built when a
3675
3675
  * webhook is triggered. If the name of a branch matches the regular expression, then it is
@@ -3680,7 +3680,7 @@ export interface Webhook {
3680
3680
  * </note>
3681
3681
  * @public
3682
3682
  */
3683
- branchFilter?: string;
3683
+ branchFilter?: string | undefined;
3684
3684
  /**
3685
3685
  * <p>An array of arrays of <code>WebhookFilter</code> objects used to determine which
3686
3686
  * webhooks are triggered. At least one <code>WebhookFilter</code> in the array must
@@ -3690,12 +3690,12 @@ export interface Webhook {
3690
3690
  * filters must pass. </p>
3691
3691
  * @public
3692
3692
  */
3693
- filterGroups?: WebhookFilter[][];
3693
+ filterGroups?: WebhookFilter[][] | undefined;
3694
3694
  /**
3695
3695
  * <p>Specifies the type of build this webhook will trigger.</p>
3696
3696
  * @public
3697
3697
  */
3698
- buildType?: WebhookBuildType;
3698
+ buildType?: WebhookBuildType | undefined;
3699
3699
  /**
3700
3700
  * <p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and
3701
3701
  * <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can
@@ -3705,13 +3705,13 @@ export interface Webhook {
3705
3705
  * </note>
3706
3706
  * @public
3707
3707
  */
3708
- manualCreation?: boolean;
3708
+ manualCreation?: boolean | undefined;
3709
3709
  /**
3710
3710
  * <p>A timestamp that indicates the last time a repository's secret token was modified.
3711
3711
  * </p>
3712
3712
  * @public
3713
3713
  */
3714
- lastModifiedSecret?: Date;
3714
+ lastModifiedSecret?: Date | undefined;
3715
3715
  /**
3716
3716
  * <p>The scope configuration for global or organization webhooks.</p>
3717
3717
  * <note>
@@ -3719,7 +3719,7 @@ export interface Webhook {
3719
3719
  * </note>
3720
3720
  * @public
3721
3721
  */
3722
- scopeConfiguration?: ScopeConfiguration;
3722
+ scopeConfiguration?: ScopeConfiguration | undefined;
3723
3723
  }
3724
3724
  /**
3725
3725
  * <p>Information about a build project.</p>
@@ -3730,27 +3730,27 @@ export interface Project {
3730
3730
  * <p>The name of the build project.</p>
3731
3731
  * @public
3732
3732
  */
3733
- name?: string;
3733
+ name?: string | undefined;
3734
3734
  /**
3735
3735
  * <p>The Amazon Resource Name (ARN) of the build project.</p>
3736
3736
  * @public
3737
3737
  */
3738
- arn?: string;
3738
+ arn?: string | undefined;
3739
3739
  /**
3740
3740
  * <p>A description that makes the build project easy to identify.</p>
3741
3741
  * @public
3742
3742
  */
3743
- description?: string;
3743
+ description?: string | undefined;
3744
3744
  /**
3745
3745
  * <p>Information about the build input source code for this build project.</p>
3746
3746
  * @public
3747
3747
  */
3748
- source?: ProjectSource;
3748
+ source?: ProjectSource | undefined;
3749
3749
  /**
3750
3750
  * <p>An array of <code>ProjectSource</code> objects. </p>
3751
3751
  * @public
3752
3752
  */
3753
- secondarySources?: ProjectSource[];
3753
+ secondarySources?: ProjectSource[] | undefined;
3754
3754
  /**
3755
3755
  * <p>A version of the build input to be built for this project. If not specified, the
3756
3756
  * latest version is used. If specified, it must be one of:</p>
@@ -3787,51 +3787,51 @@ export interface Project {
3787
3787
  * </p>
3788
3788
  * @public
3789
3789
  */
3790
- sourceVersion?: string;
3790
+ sourceVersion?: string | undefined;
3791
3791
  /**
3792
3792
  * <p>An array of <code>ProjectSourceVersion</code> objects. If
3793
3793
  * <code>secondarySourceVersions</code> is specified at the build level, then they take
3794
3794
  * over these <code>secondarySourceVersions</code> (at the project level). </p>
3795
3795
  * @public
3796
3796
  */
3797
- secondarySourceVersions?: ProjectSourceVersion[];
3797
+ secondarySourceVersions?: ProjectSourceVersion[] | undefined;
3798
3798
  /**
3799
3799
  * <p>Information about the build output artifacts for the build project.</p>
3800
3800
  * @public
3801
3801
  */
3802
- artifacts?: ProjectArtifacts;
3802
+ artifacts?: ProjectArtifacts | undefined;
3803
3803
  /**
3804
3804
  * <p>An array of <code>ProjectArtifacts</code> objects. </p>
3805
3805
  * @public
3806
3806
  */
3807
- secondaryArtifacts?: ProjectArtifacts[];
3807
+ secondaryArtifacts?: ProjectArtifacts[] | undefined;
3808
3808
  /**
3809
3809
  * <p>Information about the cache for the build project.</p>
3810
3810
  * @public
3811
3811
  */
3812
- cache?: ProjectCache;
3812
+ cache?: ProjectCache | undefined;
3813
3813
  /**
3814
3814
  * <p>Information about the build environment for this build project.</p>
3815
3815
  * @public
3816
3816
  */
3817
- environment?: ProjectEnvironment;
3817
+ environment?: ProjectEnvironment | undefined;
3818
3818
  /**
3819
3819
  * <p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services
3820
3820
  * on behalf of the Amazon Web Services account.</p>
3821
3821
  * @public
3822
3822
  */
3823
- serviceRole?: string;
3823
+ serviceRole?: string | undefined;
3824
3824
  /**
3825
3825
  * <p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any
3826
3826
  * related build that did not get marked as completed. The default is 60 minutes.</p>
3827
3827
  * @public
3828
3828
  */
3829
- timeoutInMinutes?: number;
3829
+ timeoutInMinutes?: number | undefined;
3830
3830
  /**
3831
3831
  * <p>The number of minutes a build is allowed to be queued before it times out. </p>
3832
3832
  * @public
3833
3833
  */
3834
- queuedTimeoutInMinutes?: number;
3834
+ queuedTimeoutInMinutes?: number | undefined;
3835
3835
  /**
3836
3836
  * <p>The Key Management Service customer master key (CMK) to be used for encrypting the build output
3837
3837
  * artifacts.</p>
@@ -3845,47 +3845,47 @@ export interface Project {
3845
3845
  * </p>
3846
3846
  * @public
3847
3847
  */
3848
- encryptionKey?: string;
3848
+ encryptionKey?: string | undefined;
3849
3849
  /**
3850
3850
  * <p>A list of tag key and value pairs associated with this build project.</p>
3851
3851
  * <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
3852
3852
  * tags.</p>
3853
3853
  * @public
3854
3854
  */
3855
- tags?: Tag[];
3855
+ tags?: Tag[] | undefined;
3856
3856
  /**
3857
3857
  * <p>When the build project was created, expressed in Unix time format.</p>
3858
3858
  * @public
3859
3859
  */
3860
- created?: Date;
3860
+ created?: Date | undefined;
3861
3861
  /**
3862
3862
  * <p>When the build project's settings were last modified, expressed in Unix time
3863
3863
  * format.</p>
3864
3864
  * @public
3865
3865
  */
3866
- lastModified?: Date;
3866
+ lastModified?: Date | undefined;
3867
3867
  /**
3868
3868
  * <p>Information about a webhook that connects repository events to a build project in
3869
3869
  * CodeBuild.</p>
3870
3870
  * @public
3871
3871
  */
3872
- webhook?: Webhook;
3872
+ webhook?: Webhook | undefined;
3873
3873
  /**
3874
3874
  * <p>Information about the VPC configuration that CodeBuild accesses.</p>
3875
3875
  * @public
3876
3876
  */
3877
- vpcConfig?: VpcConfig;
3877
+ vpcConfig?: VpcConfig | undefined;
3878
3878
  /**
3879
3879
  * <p>Information about the build badge for the build project.</p>
3880
3880
  * @public
3881
3881
  */
3882
- badge?: ProjectBadge;
3882
+ badge?: ProjectBadge | undefined;
3883
3883
  /**
3884
3884
  * <p>Information about logs for the build project. A project can create logs in CloudWatch Logs, an
3885
3885
  * S3 bucket, or both. </p>
3886
3886
  * @public
3887
3887
  */
3888
- logsConfig?: LogsConfig;
3888
+ logsConfig?: LogsConfig | undefined;
3889
3889
  /**
3890
3890
  * <p>
3891
3891
  * An array of <code>ProjectFileSystemLocation</code> objects for a CodeBuild build project. A <code>ProjectFileSystemLocation</code> object
@@ -3894,21 +3894,21 @@ export interface Project {
3894
3894
  * </p>
3895
3895
  * @public
3896
3896
  */
3897
- fileSystemLocations?: ProjectFileSystemLocation[];
3897
+ fileSystemLocations?: ProjectFileSystemLocation[] | undefined;
3898
3898
  /**
3899
3899
  * <p>A <a>ProjectBuildBatchConfig</a>
3900
3900
  * object that defines the batch build
3901
3901
  * options for the project.</p>
3902
3902
  * @public
3903
3903
  */
3904
- buildBatchConfig?: ProjectBuildBatchConfig;
3904
+ buildBatchConfig?: ProjectBuildBatchConfig | undefined;
3905
3905
  /**
3906
3906
  * <p>The maximum number of concurrent builds that are allowed for this project.</p>
3907
3907
  * <p>New builds are only started if the current number of builds is less than or equal to this limit.
3908
3908
  * If the current build count meets this limit, new builds are throttled and are not run.</p>
3909
3909
  * @public
3910
3910
  */
3911
- concurrentBuildLimit?: number;
3911
+ concurrentBuildLimit?: number | undefined;
3912
3912
  /**
3913
3913
  * <p>Specifies the visibility of the project's builds. Possible values are:</p>
3914
3914
  * <dl>
@@ -3923,25 +3923,25 @@ export interface Project {
3923
3923
  * </dl>
3924
3924
  * @public
3925
3925
  */
3926
- projectVisibility?: ProjectVisibilityType;
3926
+ projectVisibility?: ProjectVisibilityType | undefined;
3927
3927
  /**
3928
3928
  * <p>Contains the project identifier used with the public build APIs. </p>
3929
3929
  * @public
3930
3930
  */
3931
- publicProjectAlias?: string;
3931
+ publicProjectAlias?: string | undefined;
3932
3932
  /**
3933
3933
  * <p>The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for
3934
3934
  * the project's builds.</p>
3935
3935
  * @public
3936
3936
  */
3937
- resourceAccessRole?: string;
3937
+ resourceAccessRole?: string | undefined;
3938
3938
  /**
3939
3939
  * <p>The maximum number of additional automatic retries after a failed build. For example, if the
3940
3940
  * auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically
3941
3941
  * retry your build for up to 2 additional times.</p>
3942
3942
  * @public
3943
3943
  */
3944
- autoRetryLimit?: number;
3944
+ autoRetryLimit?: number | undefined;
3945
3945
  }
3946
3946
  /**
3947
3947
  * @public
@@ -3951,12 +3951,12 @@ export interface BatchGetProjectsOutput {
3951
3951
  * <p>Information about the requested build projects.</p>
3952
3952
  * @public
3953
3953
  */
3954
- projects?: Project[];
3954
+ projects?: Project[] | undefined;
3955
3955
  /**
3956
3956
  * <p>The names of build projects for which information could not be found.</p>
3957
3957
  * @public
3958
3958
  */
3959
- projectsNotFound?: string[];
3959
+ projectsNotFound?: string[] | undefined;
3960
3960
  }
3961
3961
  /**
3962
3962
  * @public
@@ -4003,18 +4003,18 @@ export interface S3ReportExportConfig {
4003
4003
  * <p> The name of the S3 bucket where the raw data of a report are exported. </p>
4004
4004
  * @public
4005
4005
  */
4006
- bucket?: string;
4006
+ bucket?: string | undefined;
4007
4007
  /**
4008
4008
  * <p>The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket
4009
4009
  * that is owned by an account other than the account running the build.</p>
4010
4010
  * @public
4011
4011
  */
4012
- bucketOwner?: string;
4012
+ bucketOwner?: string | undefined;
4013
4013
  /**
4014
4014
  * <p> The path to the exported report's raw data results. </p>
4015
4015
  * @public
4016
4016
  */
4017
- path?: string;
4017
+ path?: string | undefined;
4018
4018
  /**
4019
4019
  * <p> The type of build output artifact to create. Valid values include: </p>
4020
4020
  * <ul>
@@ -4031,17 +4031,17 @@ export interface S3ReportExportConfig {
4031
4031
  * </ul>
4032
4032
  * @public
4033
4033
  */
4034
- packaging?: ReportPackagingType;
4034
+ packaging?: ReportPackagingType | undefined;
4035
4035
  /**
4036
4036
  * <p> The encryption key for the report's encrypted raw data. </p>
4037
4037
  * @public
4038
4038
  */
4039
- encryptionKey?: string;
4039
+ encryptionKey?: string | undefined;
4040
4040
  /**
4041
4041
  * <p> A boolean value that specifies if the results of a report are encrypted. </p>
4042
4042
  * @public
4043
4043
  */
4044
- encryptionDisabled?: boolean;
4044
+ encryptionDisabled?: boolean | undefined;
4045
4045
  }
4046
4046
  /**
4047
4047
  * <p> Information about the location where the run of a report is exported. </p>
@@ -4062,13 +4062,13 @@ export interface ReportExportConfig {
4062
4062
  * </ul>
4063
4063
  * @public
4064
4064
  */
4065
- exportConfigType?: ReportExportConfigType;
4065
+ exportConfigType?: ReportExportConfigType | undefined;
4066
4066
  /**
4067
4067
  * <p> A <code>S3ReportExportConfig</code> object that contains information about the S3
4068
4068
  * bucket where the run of a report is exported. </p>
4069
4069
  * @public
4070
4070
  */
4071
- s3Destination?: S3ReportExportConfig;
4071
+ s3Destination?: S3ReportExportConfig | undefined;
4072
4072
  }
4073
4073
  /**
4074
4074
  * @public
@@ -4106,13 +4106,13 @@ export interface ReportGroup {
4106
4106
  * </p>
4107
4107
  * @public
4108
4108
  */
4109
- arn?: string;
4109
+ arn?: string | undefined;
4110
4110
  /**
4111
4111
  * <p>The name of the <code>ReportGroup</code>.
4112
4112
  * </p>
4113
4113
  * @public
4114
4114
  */
4115
- name?: string;
4115
+ name?: string | undefined;
4116
4116
  /**
4117
4117
  * <p>The type of the <code>ReportGroup</code>. This can be one of the following
4118
4118
  * values:</p>
@@ -4128,30 +4128,30 @@ export interface ReportGroup {
4128
4128
  * </dl>
4129
4129
  * @public
4130
4130
  */
4131
- type?: ReportType;
4131
+ type?: ReportType | undefined;
4132
4132
  /**
4133
4133
  * <p>Information about the destination where the raw data of this <code>ReportGroup</code>
4134
4134
  * is exported. </p>
4135
4135
  * @public
4136
4136
  */
4137
- exportConfig?: ReportExportConfig;
4137
+ exportConfig?: ReportExportConfig | undefined;
4138
4138
  /**
4139
4139
  * <p>The date and time this <code>ReportGroup</code> was created. </p>
4140
4140
  * @public
4141
4141
  */
4142
- created?: Date;
4142
+ created?: Date | undefined;
4143
4143
  /**
4144
4144
  * <p>The date and time this <code>ReportGroup</code> was last modified. </p>
4145
4145
  * @public
4146
4146
  */
4147
- lastModified?: Date;
4147
+ lastModified?: Date | undefined;
4148
4148
  /**
4149
4149
  * <p>A list of tag key and value pairs associated with this report group. </p>
4150
4150
  * <p>These tags are available for use by Amazon Web Services services that support CodeBuild report group
4151
4151
  * tags.</p>
4152
4152
  * @public
4153
4153
  */
4154
- tags?: Tag[];
4154
+ tags?: Tag[] | undefined;
4155
4155
  /**
4156
4156
  * <p>The status of the report group. This property is read-only.</p>
4157
4157
  * <p>This can be one of the following values:</p>
@@ -4167,7 +4167,7 @@ export interface ReportGroup {
4167
4167
  * </dl>
4168
4168
  * @public
4169
4169
  */
4170
- status?: ReportGroupStatusType;
4170
+ status?: ReportGroupStatusType | undefined;
4171
4171
  }
4172
4172
  /**
4173
4173
  * @public
@@ -4179,14 +4179,14 @@ export interface BatchGetReportGroupsOutput {
4179
4179
  * </p>
4180
4180
  * @public
4181
4181
  */
4182
- reportGroups?: ReportGroup[];
4182
+ reportGroups?: ReportGroup[] | undefined;
4183
4183
  /**
4184
4184
  * <p>
4185
4185
  * An array of ARNs passed to <code>BatchGetReportGroups</code> that are not associated with a <code>ReportGroup</code>.
4186
4186
  * </p>
4187
4187
  * @public
4188
4188
  */
4189
- reportGroupsNotFound?: string[];
4189
+ reportGroupsNotFound?: string[] | undefined;
4190
4190
  }
4191
4191
  /**
4192
4192
  * @public
@@ -4213,32 +4213,32 @@ export interface CodeCoverageReportSummary {
4213
4213
  * <p>The percentage of lines that are covered by your tests.</p>
4214
4214
  * @public
4215
4215
  */
4216
- lineCoveragePercentage?: number;
4216
+ lineCoveragePercentage?: number | undefined;
4217
4217
  /**
4218
4218
  * <p>The number of lines that are covered by your tests.</p>
4219
4219
  * @public
4220
4220
  */
4221
- linesCovered?: number;
4221
+ linesCovered?: number | undefined;
4222
4222
  /**
4223
4223
  * <p>The number of lines that are not covered by your tests.</p>
4224
4224
  * @public
4225
4225
  */
4226
- linesMissed?: number;
4226
+ linesMissed?: number | undefined;
4227
4227
  /**
4228
4228
  * <p>The percentage of branches that are covered by your tests.</p>
4229
4229
  * @public
4230
4230
  */
4231
- branchCoveragePercentage?: number;
4231
+ branchCoveragePercentage?: number | undefined;
4232
4232
  /**
4233
4233
  * <p>The number of conditional branches that are covered by your tests.</p>
4234
4234
  * @public
4235
4235
  */
4236
- branchesCovered?: number;
4236
+ branchesCovered?: number | undefined;
4237
4237
  /**
4238
4238
  * <p>The number of conditional branches that are not covered by your tests.</p>
4239
4239
  * @public
4240
4240
  */
4241
- branchesMissed?: number;
4241
+ branchesMissed?: number | undefined;
4242
4242
  }
4243
4243
  /**
4244
4244
  * @public
@@ -4291,7 +4291,7 @@ export interface Report {
4291
4291
  * <p> The ARN of the report run. </p>
4292
4292
  * @public
4293
4293
  */
4294
- arn?: string;
4294
+ arn?: string | undefined;
4295
4295
  /**
4296
4296
  * <p>The type of the report that was run.</p>
4297
4297
  * <dl>
@@ -4306,62 +4306,62 @@ export interface Report {
4306
4306
  * </dl>
4307
4307
  * @public
4308
4308
  */
4309
- type?: ReportType;
4309
+ type?: ReportType | undefined;
4310
4310
  /**
4311
4311
  * <p> The name of the report that was run. </p>
4312
4312
  * @public
4313
4313
  */
4314
- name?: string;
4314
+ name?: string | undefined;
4315
4315
  /**
4316
4316
  * <p> The ARN of the report group associated with this report. </p>
4317
4317
  * @public
4318
4318
  */
4319
- reportGroupArn?: string;
4319
+ reportGroupArn?: string | undefined;
4320
4320
  /**
4321
4321
  * <p> The ARN of the build run that generated this report. </p>
4322
4322
  * @public
4323
4323
  */
4324
- executionId?: string;
4324
+ executionId?: string | undefined;
4325
4325
  /**
4326
4326
  * <p> The status of this report. </p>
4327
4327
  * @public
4328
4328
  */
4329
- status?: ReportStatusType;
4329
+ status?: ReportStatusType | undefined;
4330
4330
  /**
4331
4331
  * <p> The date and time this report run occurred. </p>
4332
4332
  * @public
4333
4333
  */
4334
- created?: Date;
4334
+ created?: Date | undefined;
4335
4335
  /**
4336
4336
  * <p> The date and time a report expires. A report expires 30 days after it is created. An
4337
4337
  * expired report is not available to view in CodeBuild. </p>
4338
4338
  * @public
4339
4339
  */
4340
- expired?: Date;
4340
+ expired?: Date | undefined;
4341
4341
  /**
4342
4342
  * <p> Information about where the raw data used to generate this report was exported.
4343
4343
  * </p>
4344
4344
  * @public
4345
4345
  */
4346
- exportConfig?: ReportExportConfig;
4346
+ exportConfig?: ReportExportConfig | undefined;
4347
4347
  /**
4348
4348
  * <p> A boolean that specifies if this report run is truncated. The list of test cases is
4349
4349
  * truncated after the maximum number of test cases is reached. </p>
4350
4350
  * @public
4351
4351
  */
4352
- truncated?: boolean;
4352
+ truncated?: boolean | undefined;
4353
4353
  /**
4354
4354
  * <p> A <code>TestReportSummary</code> object that contains information about this test
4355
4355
  * report. </p>
4356
4356
  * @public
4357
4357
  */
4358
- testSummary?: TestReportSummary;
4358
+ testSummary?: TestReportSummary | undefined;
4359
4359
  /**
4360
4360
  * <p>A <code>CodeCoverageReportSummary</code> object that contains a code coverage summary for
4361
4361
  * this report.</p>
4362
4362
  * @public
4363
4363
  */
4364
- codeCoverageSummary?: CodeCoverageReportSummary;
4364
+ codeCoverageSummary?: CodeCoverageReportSummary | undefined;
4365
4365
  }
4366
4366
  /**
4367
4367
  * @public
@@ -4373,14 +4373,14 @@ export interface BatchGetReportsOutput {
4373
4373
  * </p>
4374
4374
  * @public
4375
4375
  */
4376
- reports?: Report[];
4376
+ reports?: Report[] | undefined;
4377
4377
  /**
4378
4378
  * <p>
4379
4379
  * An array of ARNs passed to <code>BatchGetReportGroups</code> that are not associated with a <code>Report</code>.
4380
4380
  * </p>
4381
4381
  * @public
4382
4382
  */
4383
- reportsNotFound?: string[];
4383
+ reportsNotFound?: string[] | undefined;
4384
4384
  }
4385
4385
  /**
4386
4386
  * <p>Specifies filters when retrieving batch builds.</p>
@@ -4392,7 +4392,7 @@ export interface BuildBatchFilter {
4392
4392
  * be retrieved.</p>
4393
4393
  * @public
4394
4394
  */
4395
- status?: StatusType;
4395
+ status?: StatusType | undefined;
4396
4396
  }
4397
4397
  /**
4398
4398
  * <p>The scaling configuration input of a compute fleet.</p>
@@ -4403,17 +4403,17 @@ export interface ScalingConfigurationInput {
4403
4403
  * <p>The scaling type for a compute fleet.</p>
4404
4404
  * @public
4405
4405
  */
4406
- scalingType?: FleetScalingType;
4406
+ scalingType?: FleetScalingType | undefined;
4407
4407
  /**
4408
4408
  * <p>A list of <code>TargetTrackingScalingConfiguration</code> objects.</p>
4409
4409
  * @public
4410
4410
  */
4411
- targetTrackingScalingConfigs?: TargetTrackingScalingConfiguration[];
4411
+ targetTrackingScalingConfigs?: TargetTrackingScalingConfiguration[] | undefined;
4412
4412
  /**
4413
4413
  * <p>The maximum number of instances in the fleet when auto-scaling.</p>
4414
4414
  * @public
4415
4415
  */
4416
- maxCapacity?: number;
4416
+ maxCapacity?: number | undefined;
4417
4417
  }
4418
4418
  /**
4419
4419
  * @public
@@ -4603,12 +4603,12 @@ export interface CreateFleetInput {
4603
4603
  * <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>
4604
4604
  * @public
4605
4605
  */
4606
- computeConfiguration?: ComputeConfiguration;
4606
+ computeConfiguration?: ComputeConfiguration | undefined;
4607
4607
  /**
4608
4608
  * <p>The scaling configuration of the compute fleet.</p>
4609
4609
  * @public
4610
4610
  */
4611
- scalingConfiguration?: ScalingConfigurationInput;
4611
+ scalingConfiguration?: ScalingConfigurationInput | undefined;
4612
4612
  /**
4613
4613
  * <p>The compute fleet overflow behavior.</p>
4614
4614
  * <ul>
@@ -4628,35 +4628,35 @@ export interface CreateFleetInput {
4628
4628
  * </ul>
4629
4629
  * @public
4630
4630
  */
4631
- overflowBehavior?: FleetOverflowBehavior;
4631
+ overflowBehavior?: FleetOverflowBehavior | undefined;
4632
4632
  /**
4633
4633
  * <p>Information about the VPC configuration that CodeBuild accesses.</p>
4634
4634
  * @public
4635
4635
  */
4636
- vpcConfig?: VpcConfig;
4636
+ vpcConfig?: VpcConfig | undefined;
4637
4637
  /**
4638
4638
  * <p>The proxy configuration of the compute fleet.</p>
4639
4639
  * @public
4640
4640
  */
4641
- proxyConfiguration?: ProxyConfiguration;
4641
+ proxyConfiguration?: ProxyConfiguration | undefined;
4642
4642
  /**
4643
4643
  * <p>The Amazon Machine Image (AMI) of the compute fleet.</p>
4644
4644
  * @public
4645
4645
  */
4646
- imageId?: string;
4646
+ imageId?: string | undefined;
4647
4647
  /**
4648
4648
  * <p>The service role associated with the compute fleet. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html">
4649
4649
  * Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>
4650
4650
  * @public
4651
4651
  */
4652
- fleetServiceRole?: string;
4652
+ fleetServiceRole?: string | undefined;
4653
4653
  /**
4654
4654
  * <p>A list of tag key and value pairs associated with this compute fleet.</p>
4655
4655
  * <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
4656
4656
  * tags.</p>
4657
4657
  * @public
4658
4658
  */
4659
- tags?: Tag[];
4659
+ tags?: Tag[] | undefined;
4660
4660
  }
4661
4661
  /**
4662
4662
  * @public
@@ -4666,7 +4666,7 @@ export interface CreateFleetOutput {
4666
4666
  * <p>Information about the compute fleet</p>
4667
4667
  * @public
4668
4668
  */
4669
- fleet?: Fleet;
4669
+ fleet?: Fleet | undefined;
4670
4670
  }
4671
4671
  /**
4672
4672
  * <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
@@ -4694,7 +4694,7 @@ export interface CreateProjectInput {
4694
4694
  * <p>A description that makes the build project easy to identify.</p>
4695
4695
  * @public
4696
4696
  */
4697
- description?: string;
4697
+ description?: string | undefined;
4698
4698
  /**
4699
4699
  * <p>Information about the build input source code for the build project.</p>
4700
4700
  * @public
@@ -4704,7 +4704,7 @@ export interface CreateProjectInput {
4704
4704
  * <p>An array of <code>ProjectSource</code> objects. </p>
4705
4705
  * @public
4706
4706
  */
4707
- secondarySources?: ProjectSource[];
4707
+ secondarySources?: ProjectSource[] | undefined;
4708
4708
  /**
4709
4709
  * <p>A version of the build input to be built for this project. If not specified, the latest
4710
4710
  * version is used. If specified, it must be one of: </p>
@@ -4741,7 +4741,7 @@ export interface CreateProjectInput {
4741
4741
  * </p>
4742
4742
  * @public
4743
4743
  */
4744
- sourceVersion?: string;
4744
+ sourceVersion?: string | undefined;
4745
4745
  /**
4746
4746
  * <p>An array of <code>ProjectSourceVersion</code> objects. If
4747
4747
  * <code>secondarySourceVersions</code> is specified at the build level, then they take
@@ -4749,7 +4749,7 @@ export interface CreateProjectInput {
4749
4749
  * </p>
4750
4750
  * @public
4751
4751
  */
4752
- secondarySourceVersions?: ProjectSourceVersion[];
4752
+ secondarySourceVersions?: ProjectSourceVersion[] | undefined;
4753
4753
  /**
4754
4754
  * <p>Information about the build output artifacts for the build project.</p>
4755
4755
  * @public
@@ -4759,13 +4759,13 @@ export interface CreateProjectInput {
4759
4759
  * <p>An array of <code>ProjectArtifacts</code> objects. </p>
4760
4760
  * @public
4761
4761
  */
4762
- secondaryArtifacts?: ProjectArtifacts[];
4762
+ secondaryArtifacts?: ProjectArtifacts[] | undefined;
4763
4763
  /**
4764
4764
  * <p>Stores recently used information so that it can be quickly accessed at a later
4765
4765
  * time.</p>
4766
4766
  * @public
4767
4767
  */
4768
- cache?: ProjectCache;
4768
+ cache?: ProjectCache | undefined;
4769
4769
  /**
4770
4770
  * <p>Information about the build environment for the build project.</p>
4771
4771
  * @public
@@ -4782,12 +4782,12 @@ export interface CreateProjectInput {
4782
4782
  * any build that has not been marked as completed. The default is 60 minutes.</p>
4783
4783
  * @public
4784
4784
  */
4785
- timeoutInMinutes?: number;
4785
+ timeoutInMinutes?: number | undefined;
4786
4786
  /**
4787
4787
  * <p>The number of minutes a build is allowed to be queued before it times out. </p>
4788
4788
  * @public
4789
4789
  */
4790
- queuedTimeoutInMinutes?: number;
4790
+ queuedTimeoutInMinutes?: number | undefined;
4791
4791
  /**
4792
4792
  * <p>The Key Management Service customer master key (CMK) to be used for encrypting the build output
4793
4793
  * artifacts.</p>
@@ -4800,14 +4800,14 @@ export interface CreateProjectInput {
4800
4800
  * </p>
4801
4801
  * @public
4802
4802
  */
4803
- encryptionKey?: string;
4803
+ encryptionKey?: string | undefined;
4804
4804
  /**
4805
4805
  * <p>A list of tag key and value pairs associated with this build project.</p>
4806
4806
  * <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
4807
4807
  * tags.</p>
4808
4808
  * @public
4809
4809
  */
4810
- tags?: Tag[];
4810
+ tags?: Tag[] | undefined;
4811
4811
  /**
4812
4812
  * <p>VpcConfig enables CodeBuild to access resources in an Amazon VPC.</p>
4813
4813
  * <note>
@@ -4815,19 +4815,19 @@ export interface CreateProjectInput {
4815
4815
  * </note>
4816
4816
  * @public
4817
4817
  */
4818
- vpcConfig?: VpcConfig;
4818
+ vpcConfig?: VpcConfig | undefined;
4819
4819
  /**
4820
4820
  * <p>Set this to true to generate a publicly accessible URL for your project's build
4821
4821
  * badge.</p>
4822
4822
  * @public
4823
4823
  */
4824
- badgeEnabled?: boolean;
4824
+ badgeEnabled?: boolean | undefined;
4825
4825
  /**
4826
4826
  * <p>Information about logs for the build project. These can be logs in CloudWatch Logs, logs
4827
4827
  * uploaded to a specified S3 bucket, or both. </p>
4828
4828
  * @public
4829
4829
  */
4830
- logsConfig?: LogsConfig;
4830
+ logsConfig?: LogsConfig | undefined;
4831
4831
  /**
4832
4832
  * <p>
4833
4833
  * An array of <code>ProjectFileSystemLocation</code> objects for a CodeBuild build project. A <code>ProjectFileSystemLocation</code> object
@@ -4836,28 +4836,28 @@ export interface CreateProjectInput {
4836
4836
  * </p>
4837
4837
  * @public
4838
4838
  */
4839
- fileSystemLocations?: ProjectFileSystemLocation[];
4839
+ fileSystemLocations?: ProjectFileSystemLocation[] | undefined;
4840
4840
  /**
4841
4841
  * <p>A <a>ProjectBuildBatchConfig</a>
4842
4842
  * object that defines the batch build options
4843
4843
  * for the project.</p>
4844
4844
  * @public
4845
4845
  */
4846
- buildBatchConfig?: ProjectBuildBatchConfig;
4846
+ buildBatchConfig?: ProjectBuildBatchConfig | undefined;
4847
4847
  /**
4848
4848
  * <p>The maximum number of concurrent builds that are allowed for this project.</p>
4849
4849
  * <p>New builds are only started if the current number of builds is less than or equal to this limit.
4850
4850
  * If the current build count meets this limit, new builds are throttled and are not run.</p>
4851
4851
  * @public
4852
4852
  */
4853
- concurrentBuildLimit?: number;
4853
+ concurrentBuildLimit?: number | undefined;
4854
4854
  /**
4855
4855
  * <p>The maximum number of additional automatic retries after a failed build. For example, if the
4856
4856
  * auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically
4857
4857
  * retry your build for up to 2 additional times.</p>
4858
4858
  * @public
4859
4859
  */
4860
- autoRetryLimit?: number;
4860
+ autoRetryLimit?: number | undefined;
4861
4861
  }
4862
4862
  /**
4863
4863
  * @public
@@ -4867,7 +4867,7 @@ export interface CreateProjectOutput {
4867
4867
  * <p>Information about the build project that was created.</p>
4868
4868
  * @public
4869
4869
  */
4870
- project?: Project;
4870
+ project?: Project | undefined;
4871
4871
  }
4872
4872
  /**
4873
4873
  * @public
@@ -4902,7 +4902,7 @@ export interface CreateReportGroupInput {
4902
4902
  * tags.</p>
4903
4903
  * @public
4904
4904
  */
4905
- tags?: Tag[];
4905
+ tags?: Tag[] | undefined;
4906
4906
  }
4907
4907
  /**
4908
4908
  * @public
@@ -4914,7 +4914,7 @@ export interface CreateReportGroupOutput {
4914
4914
  * </p>
4915
4915
  * @public
4916
4916
  */
4917
- reportGroup?: ReportGroup;
4917
+ reportGroup?: ReportGroup | undefined;
4918
4918
  }
4919
4919
  /**
4920
4920
  * @public
@@ -4935,7 +4935,7 @@ export interface CreateWebhookInput {
4935
4935
  * </note>
4936
4936
  * @public
4937
4937
  */
4938
- branchFilter?: string;
4938
+ branchFilter?: string | undefined;
4939
4939
  /**
4940
4940
  * <p>An array of arrays of <code>WebhookFilter</code> objects used to determine which
4941
4941
  * webhooks are triggered. At least one <code>WebhookFilter</code> in the array must
@@ -4945,12 +4945,12 @@ export interface CreateWebhookInput {
4945
4945
  * filters must pass. </p>
4946
4946
  * @public
4947
4947
  */
4948
- filterGroups?: WebhookFilter[][];
4948
+ filterGroups?: WebhookFilter[][] | undefined;
4949
4949
  /**
4950
4950
  * <p>Specifies the type of build this webhook will trigger.</p>
4951
4951
  * @public
4952
4952
  */
4953
- buildType?: WebhookBuildType;
4953
+ buildType?: WebhookBuildType | undefined;
4954
4954
  /**
4955
4955
  * <p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and
4956
4956
  * <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can be
@@ -4961,7 +4961,7 @@ export interface CreateWebhookInput {
4961
4961
  * </note>
4962
4962
  * @public
4963
4963
  */
4964
- manualCreation?: boolean;
4964
+ manualCreation?: boolean | undefined;
4965
4965
  /**
4966
4966
  * <p>The scope configuration for global or organization webhooks.</p>
4967
4967
  * <note>
@@ -4969,7 +4969,7 @@ export interface CreateWebhookInput {
4969
4969
  * </note>
4970
4970
  * @public
4971
4971
  */
4972
- scopeConfiguration?: ScopeConfiguration;
4972
+ scopeConfiguration?: ScopeConfiguration | undefined;
4973
4973
  }
4974
4974
  /**
4975
4975
  * @public
@@ -4980,7 +4980,7 @@ export interface CreateWebhookOutput {
4980
4980
  * CodeBuild.</p>
4981
4981
  * @public
4982
4982
  */
4983
- webhook?: Webhook;
4983
+ webhook?: Webhook | undefined;
4984
4984
  }
4985
4985
  /**
4986
4986
  * <p>There was a problem with the underlying OAuth provider.</p>
@@ -5024,18 +5024,18 @@ export interface DeleteBuildBatchOutput {
5024
5024
  * <p>The status code.</p>
5025
5025
  * @public
5026
5026
  */
5027
- statusCode?: string;
5027
+ statusCode?: string | undefined;
5028
5028
  /**
5029
5029
  * <p>An array of strings that contain the identifiers of the builds that were deleted.</p>
5030
5030
  * @public
5031
5031
  */
5032
- buildsDeleted?: string[];
5032
+ buildsDeleted?: string[] | undefined;
5033
5033
  /**
5034
5034
  * <p>An array of <code>BuildNotDeleted</code> objects that specify the builds that could not be
5035
5035
  * deleted.</p>
5036
5036
  * @public
5037
5037
  */
5038
- buildsNotDeleted?: BuildNotDeleted[];
5038
+ buildsNotDeleted?: BuildNotDeleted[] | undefined;
5039
5039
  }
5040
5040
  /**
5041
5041
  * @public
@@ -5101,7 +5101,7 @@ export interface DeleteReportGroupInput {
5101
5101
  * an exception is thrown. </p>
5102
5102
  * @public
5103
5103
  */
5104
- deleteReports?: boolean;
5104
+ deleteReports?: boolean | undefined;
5105
5105
  }
5106
5106
  /**
5107
5107
  * @public
@@ -5141,7 +5141,7 @@ export interface DeleteSourceCredentialsOutput {
5141
5141
  * <p> The Amazon Resource Name (ARN) of the token. </p>
5142
5142
  * @public
5143
5143
  */
5144
- arn?: string;
5144
+ arn?: string | undefined;
5145
5145
  }
5146
5146
  /**
5147
5147
  * @public
@@ -5199,17 +5199,17 @@ export interface DescribeCodeCoveragesInput {
5199
5199
  * return the beginning of the list, exclude this parameter.</p>
5200
5200
  * @public
5201
5201
  */
5202
- nextToken?: string;
5202
+ nextToken?: string | undefined;
5203
5203
  /**
5204
5204
  * <p>The maximum number of results to return.</p>
5205
5205
  * @public
5206
5206
  */
5207
- maxResults?: number;
5207
+ maxResults?: number | undefined;
5208
5208
  /**
5209
5209
  * <p>Specifies if the results are sorted in ascending or descending order.</p>
5210
5210
  * @public
5211
5211
  */
5212
- sortOrder?: SortOrderType;
5212
+ sortOrder?: SortOrderType | undefined;
5213
5213
  /**
5214
5214
  * <p>Specifies how the results are sorted. Possible values are:</p>
5215
5215
  * <dl>
@@ -5224,17 +5224,17 @@ export interface DescribeCodeCoveragesInput {
5224
5224
  * </dl>
5225
5225
  * @public
5226
5226
  */
5227
- sortBy?: ReportCodeCoverageSortByType;
5227
+ sortBy?: ReportCodeCoverageSortByType | undefined;
5228
5228
  /**
5229
5229
  * <p>The minimum line coverage percentage to report.</p>
5230
5230
  * @public
5231
5231
  */
5232
- minLineCoveragePercentage?: number;
5232
+ minLineCoveragePercentage?: number | undefined;
5233
5233
  /**
5234
5234
  * <p>The maximum line coverage percentage to report.</p>
5235
5235
  * @public
5236
5236
  */
5237
- maxLineCoveragePercentage?: number;
5237
+ maxLineCoveragePercentage?: number | undefined;
5238
5238
  }
5239
5239
  /**
5240
5240
  * <p>Contains code coverage report information.</p>
@@ -5249,52 +5249,52 @@ export interface CodeCoverage {
5249
5249
  * <p>The identifier of the code coverage report.</p>
5250
5250
  * @public
5251
5251
  */
5252
- id?: string;
5252
+ id?: string | undefined;
5253
5253
  /**
5254
5254
  * <p>The ARN of the report.</p>
5255
5255
  * @public
5256
5256
  */
5257
- reportARN?: string;
5257
+ reportARN?: string | undefined;
5258
5258
  /**
5259
5259
  * <p>The path of the test report file.</p>
5260
5260
  * @public
5261
5261
  */
5262
- filePath?: string;
5262
+ filePath?: string | undefined;
5263
5263
  /**
5264
5264
  * <p>The percentage of lines that are covered by your tests.</p>
5265
5265
  * @public
5266
5266
  */
5267
- lineCoveragePercentage?: number;
5267
+ lineCoveragePercentage?: number | undefined;
5268
5268
  /**
5269
5269
  * <p>The number of lines that are covered by your tests.</p>
5270
5270
  * @public
5271
5271
  */
5272
- linesCovered?: number;
5272
+ linesCovered?: number | undefined;
5273
5273
  /**
5274
5274
  * <p>The number of lines that are not covered by your tests.</p>
5275
5275
  * @public
5276
5276
  */
5277
- linesMissed?: number;
5277
+ linesMissed?: number | undefined;
5278
5278
  /**
5279
5279
  * <p>The percentage of branches that are covered by your tests.</p>
5280
5280
  * @public
5281
5281
  */
5282
- branchCoveragePercentage?: number;
5282
+ branchCoveragePercentage?: number | undefined;
5283
5283
  /**
5284
5284
  * <p>The number of conditional branches that are covered by your tests.</p>
5285
5285
  * @public
5286
5286
  */
5287
- branchesCovered?: number;
5287
+ branchesCovered?: number | undefined;
5288
5288
  /**
5289
5289
  * <p>The number of conditional branches that are not covered by your tests.</p>
5290
5290
  * @public
5291
5291
  */
5292
- branchesMissed?: number;
5292
+ branchesMissed?: number | undefined;
5293
5293
  /**
5294
5294
  * <p>The date and time that the tests were run.</p>
5295
5295
  * @public
5296
5296
  */
5297
- expired?: Date;
5297
+ expired?: Date | undefined;
5298
5298
  }
5299
5299
  /**
5300
5300
  * @public
@@ -5305,12 +5305,12 @@ export interface DescribeCodeCoveragesOutput {
5305
5305
  * call to <code>DescribeCodeCoverages</code> to retrieve the next set of items.</p>
5306
5306
  * @public
5307
5307
  */
5308
- nextToken?: string;
5308
+ nextToken?: string | undefined;
5309
5309
  /**
5310
5310
  * <p>An array of <code>CodeCoverage</code> objects that contain the results.</p>
5311
5311
  * @public
5312
5312
  */
5313
- codeCoverages?: CodeCoverage[];
5313
+ codeCoverages?: CodeCoverage[] | undefined;
5314
5314
  }
5315
5315
  /**
5316
5316
  * <p>A filter used to return specific types of test cases. In order to pass the filter, the
@@ -5350,14 +5350,14 @@ export interface TestCaseFilter {
5350
5350
  * </ul>
5351
5351
  * @public
5352
5352
  */
5353
- status?: string;
5353
+ status?: string | undefined;
5354
5354
  /**
5355
5355
  * <p>A keyword that is used to filter on the <code>name</code> or the <code>prefix</code>
5356
5356
  * of the test cases. Only test cases where the keyword is a substring of the
5357
5357
  * <code>name</code> or the <code>prefix</code> will be returned.</p>
5358
5358
  * @public
5359
5359
  */
5360
- keyword?: string;
5360
+ keyword?: string | undefined;
5361
5361
  }
5362
5362
  /**
5363
5363
  * @public
@@ -5380,7 +5380,7 @@ export interface DescribeTestCasesInput {
5380
5380
  * </p>
5381
5381
  * @public
5382
5382
  */
5383
- nextToken?: string;
5383
+ nextToken?: string | undefined;
5384
5384
  /**
5385
5385
  * <p>
5386
5386
  * The maximum number of paginated test cases returned per response. Use <code>nextToken</code> to iterate pages in
@@ -5388,14 +5388,14 @@ export interface DescribeTestCasesInput {
5388
5388
  * </p>
5389
5389
  * @public
5390
5390
  */
5391
- maxResults?: number;
5391
+ maxResults?: number | undefined;
5392
5392
  /**
5393
5393
  * <p>
5394
5394
  * A <code>TestCaseFilter</code> object used to filter the returned reports.
5395
5395
  * </p>
5396
5396
  * @public
5397
5397
  */
5398
- filter?: TestCaseFilter;
5398
+ filter?: TestCaseFilter | undefined;
5399
5399
  }
5400
5400
  /**
5401
5401
  * <p> Information about a test case created using a framework such as NUnit or Cucumber. A
@@ -5407,47 +5407,47 @@ export interface TestCase {
5407
5407
  * <p> The ARN of the report to which the test case belongs. </p>
5408
5408
  * @public
5409
5409
  */
5410
- reportArn?: string;
5410
+ reportArn?: string | undefined;
5411
5411
  /**
5412
5412
  * <p> The path to the raw data file that contains the test result. </p>
5413
5413
  * @public
5414
5414
  */
5415
- testRawDataPath?: string;
5415
+ testRawDataPath?: string | undefined;
5416
5416
  /**
5417
5417
  * <p> A string that is applied to a series of related test cases. CodeBuild generates the
5418
5418
  * prefix. The prefix depends on the framework used to generate the tests. </p>
5419
5419
  * @public
5420
5420
  */
5421
- prefix?: string;
5421
+ prefix?: string | undefined;
5422
5422
  /**
5423
5423
  * <p> The name of the test case. </p>
5424
5424
  * @public
5425
5425
  */
5426
- name?: string;
5426
+ name?: string | undefined;
5427
5427
  /**
5428
5428
  * <p> The status returned by the test case after it was run. Valid statuses are
5429
5429
  * <code>SUCCEEDED</code>, <code>FAILED</code>, <code>ERROR</code>,
5430
5430
  * <code>SKIPPED</code>, and <code>UNKNOWN</code>. </p>
5431
5431
  * @public
5432
5432
  */
5433
- status?: string;
5433
+ status?: string | undefined;
5434
5434
  /**
5435
5435
  * <p> The number of nanoseconds it took to run this test case. </p>
5436
5436
  * @public
5437
5437
  */
5438
- durationInNanoSeconds?: number;
5438
+ durationInNanoSeconds?: number | undefined;
5439
5439
  /**
5440
5440
  * <p> A message associated with a test case. For example, an error message or stack trace.
5441
5441
  * </p>
5442
5442
  * @public
5443
5443
  */
5444
- message?: string;
5444
+ message?: string | undefined;
5445
5445
  /**
5446
5446
  * <p> The date and time a test case expires. A test case expires 30 days after it is
5447
5447
  * created. An expired test case is not available to view in CodeBuild. </p>
5448
5448
  * @public
5449
5449
  */
5450
- expired?: Date;
5450
+ expired?: Date | undefined;
5451
5451
  }
5452
5452
  /**
5453
5453
  * @public
@@ -5463,14 +5463,14 @@ export interface DescribeTestCasesOutput {
5463
5463
  * </p>
5464
5464
  * @public
5465
5465
  */
5466
- nextToken?: string;
5466
+ nextToken?: string | undefined;
5467
5467
  /**
5468
5468
  * <p>
5469
5469
  * The returned list of test cases.
5470
5470
  * </p>
5471
5471
  * @public
5472
5472
  */
5473
- testCases?: TestCase[];
5473
+ testCases?: TestCase[] | undefined;
5474
5474
  }
5475
5475
  /**
5476
5476
  * @public
@@ -5506,7 +5506,7 @@ export interface GetReportGroupTrendInput {
5506
5506
  * <p>If this parameter is omitted, the most recent 100 reports are analyzed.</p>
5507
5507
  * @public
5508
5508
  */
5509
- numOfReports?: number;
5509
+ numOfReports?: number | undefined;
5510
5510
  /**
5511
5511
  * <p>The test report value to accumulate. This must be one of the following values:</p>
5512
5512
  * <dl>
@@ -5581,12 +5581,12 @@ export interface ReportWithRawData {
5581
5581
  * <p>The ARN of the report.</p>
5582
5582
  * @public
5583
5583
  */
5584
- reportArn?: string;
5584
+ reportArn?: string | undefined;
5585
5585
  /**
5586
5586
  * <p>The value of the requested data field from the report.</p>
5587
5587
  * @public
5588
5588
  */
5589
- data?: string;
5589
+ data?: string | undefined;
5590
5590
  }
5591
5591
  /**
5592
5592
  * <p>Contains trend statistics for a set of reports. The actual values depend on the type of
@@ -5598,17 +5598,17 @@ export interface ReportGroupTrendStats {
5598
5598
  * <p>Contains the average of all values analyzed.</p>
5599
5599
  * @public
5600
5600
  */
5601
- average?: string;
5601
+ average?: string | undefined;
5602
5602
  /**
5603
5603
  * <p>Contains the maximum value analyzed.</p>
5604
5604
  * @public
5605
5605
  */
5606
- max?: string;
5606
+ max?: string | undefined;
5607
5607
  /**
5608
5608
  * <p>Contains the minimum value analyzed.</p>
5609
5609
  * @public
5610
5610
  */
5611
- min?: string;
5611
+ min?: string | undefined;
5612
5612
  }
5613
5613
  /**
5614
5614
  * @public
@@ -5618,12 +5618,12 @@ export interface GetReportGroupTrendOutput {
5618
5618
  * <p>Contains the accumulated trend data.</p>
5619
5619
  * @public
5620
5620
  */
5621
- stats?: ReportGroupTrendStats;
5621
+ stats?: ReportGroupTrendStats | undefined;
5622
5622
  /**
5623
5623
  * <p>An array that contains the raw data for each report.</p>
5624
5624
  * @public
5625
5625
  */
5626
- rawData?: ReportWithRawData[];
5626
+ rawData?: ReportWithRawData[] | undefined;
5627
5627
  }
5628
5628
  /**
5629
5629
  * @public
@@ -5643,7 +5643,7 @@ export interface GetResourcePolicyOutput {
5643
5643
  * <p> The resource policy for the resource identified by the input ARN parameter. </p>
5644
5644
  * @public
5645
5645
  */
5646
- policy?: string;
5646
+ policy?: string | undefined;
5647
5647
  }
5648
5648
  /**
5649
5649
  * @public
@@ -5669,7 +5669,7 @@ export interface ImportSourceCredentialsInput {
5669
5669
  * is not valid for other types of source providers or connections. </p>
5670
5670
  * @public
5671
5671
  */
5672
- username?: string;
5672
+ username?: string | undefined;
5673
5673
  /**
5674
5674
  * <p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,
5675
5675
  * this is either the access token or the app password. For the <code>authType</code> CODECONNECTIONS,
@@ -5695,7 +5695,7 @@ export interface ImportSourceCredentialsInput {
5695
5695
  * value is <code>true</code>. </p>
5696
5696
  * @public
5697
5697
  */
5698
- shouldOverwrite?: boolean;
5698
+ shouldOverwrite?: boolean | undefined;
5699
5699
  }
5700
5700
  /**
5701
5701
  * @public
@@ -5705,7 +5705,7 @@ export interface ImportSourceCredentialsOutput {
5705
5705
  * <p> The Amazon Resource Name (ARN) of the token. </p>
5706
5706
  * @public
5707
5707
  */
5708
- arn?: string;
5708
+ arn?: string | undefined;
5709
5709
  }
5710
5710
  /**
5711
5711
  * @public
@@ -5730,12 +5730,12 @@ export interface ListBuildBatchesInput {
5730
5730
  * <p>A <code>BuildBatchFilter</code> object that specifies the filters for the search.</p>
5731
5731
  * @public
5732
5732
  */
5733
- filter?: BuildBatchFilter;
5733
+ filter?: BuildBatchFilter | undefined;
5734
5734
  /**
5735
5735
  * <p>The maximum number of results to return.</p>
5736
5736
  * @public
5737
5737
  */
5738
- maxResults?: number;
5738
+ maxResults?: number | undefined;
5739
5739
  /**
5740
5740
  * <p>Specifies the sort order of the returned items. Valid values include:</p>
5741
5741
  * <ul>
@@ -5750,14 +5750,14 @@ export interface ListBuildBatchesInput {
5750
5750
  * </ul>
5751
5751
  * @public
5752
5752
  */
5753
- sortOrder?: SortOrderType;
5753
+ sortOrder?: SortOrderType | undefined;
5754
5754
  /**
5755
5755
  * <p>The <code>nextToken</code> value returned from a previous call to
5756
5756
  * <code>ListBuildBatches</code>. This specifies the next item to return. To return the
5757
5757
  * beginning of the list, exclude this parameter.</p>
5758
5758
  * @public
5759
5759
  */
5760
- nextToken?: string;
5760
+ nextToken?: string | undefined;
5761
5761
  }
5762
5762
  /**
5763
5763
  * @public
@@ -5767,13 +5767,13 @@ export interface ListBuildBatchesOutput {
5767
5767
  * <p>An array of strings that contains the batch build identifiers.</p>
5768
5768
  * @public
5769
5769
  */
5770
- ids?: string[];
5770
+ ids?: string[] | undefined;
5771
5771
  /**
5772
5772
  * <p>If there are more items to return, this contains a token that is passed to a subsequent
5773
5773
  * call to <code>ListBuildBatches</code> to retrieve the next set of items.</p>
5774
5774
  * @public
5775
5775
  */
5776
- nextToken?: string;
5776
+ nextToken?: string | undefined;
5777
5777
  }
5778
5778
  /**
5779
5779
  * @public
@@ -5783,17 +5783,17 @@ export interface ListBuildBatchesForProjectInput {
5783
5783
  * <p>The name of the project.</p>
5784
5784
  * @public
5785
5785
  */
5786
- projectName?: string;
5786
+ projectName?: string | undefined;
5787
5787
  /**
5788
5788
  * <p>A <code>BuildBatchFilter</code> object that specifies the filters for the search.</p>
5789
5789
  * @public
5790
5790
  */
5791
- filter?: BuildBatchFilter;
5791
+ filter?: BuildBatchFilter | undefined;
5792
5792
  /**
5793
5793
  * <p>The maximum number of results to return.</p>
5794
5794
  * @public
5795
5795
  */
5796
- maxResults?: number;
5796
+ maxResults?: number | undefined;
5797
5797
  /**
5798
5798
  * <p>Specifies the sort order of the returned items. Valid values include:</p>
5799
5799
  * <ul>
@@ -5810,14 +5810,14 @@ export interface ListBuildBatchesForProjectInput {
5810
5810
  * </ul>
5811
5811
  * @public
5812
5812
  */
5813
- sortOrder?: SortOrderType;
5813
+ sortOrder?: SortOrderType | undefined;
5814
5814
  /**
5815
5815
  * <p>The <code>nextToken</code> value returned from a previous call to
5816
5816
  * <code>ListBuildBatchesForProject</code>. This specifies the next item to return. To return the
5817
5817
  * beginning of the list, exclude this parameter.</p>
5818
5818
  * @public
5819
5819
  */
5820
- nextToken?: string;
5820
+ nextToken?: string | undefined;
5821
5821
  }
5822
5822
  /**
5823
5823
  * @public
@@ -5827,14 +5827,14 @@ export interface ListBuildBatchesForProjectOutput {
5827
5827
  * <p>An array of strings that contains the batch build identifiers.</p>
5828
5828
  * @public
5829
5829
  */
5830
- ids?: string[];
5830
+ ids?: string[] | undefined;
5831
5831
  /**
5832
5832
  * <p>If there are more items to return, this contains a token that is passed to a
5833
5833
  * subsequent call to <code>ListBuildBatchesForProject</code> to retrieve the next set of
5834
5834
  * items.</p>
5835
5835
  * @public
5836
5836
  */
5837
- nextToken?: string;
5837
+ nextToken?: string | undefined;
5838
5838
  }
5839
5839
  /**
5840
5840
  * @public
@@ -5856,7 +5856,7 @@ export interface ListBuildsInput {
5856
5856
  * </ul>
5857
5857
  * @public
5858
5858
  */
5859
- sortOrder?: SortOrderType;
5859
+ sortOrder?: SortOrderType | undefined;
5860
5860
  /**
5861
5861
  * <p>During a previous call, if there are more than 100 items in the list, only the first
5862
5862
  * 100 items are returned, along with a unique string called a
@@ -5866,7 +5866,7 @@ export interface ListBuildsInput {
5866
5866
  * until no more next tokens are returned.</p>
5867
5867
  * @public
5868
5868
  */
5869
- nextToken?: string;
5869
+ nextToken?: string | undefined;
5870
5870
  }
5871
5871
  /**
5872
5872
  * @public
@@ -5876,7 +5876,7 @@ export interface ListBuildsOutput {
5876
5876
  * <p>A list of build IDs, with each build ID representing a single build.</p>
5877
5877
  * @public
5878
5878
  */
5879
- ids?: string[];
5879
+ ids?: string[] | undefined;
5880
5880
  /**
5881
5881
  * <p>If there are more than 100 items in the list, only the first 100 items are returned,
5882
5882
  * along with a unique string called a <i>nextToken</i>. To get the next
@@ -5884,7 +5884,7 @@ export interface ListBuildsOutput {
5884
5884
  * call.</p>
5885
5885
  * @public
5886
5886
  */
5887
- nextToken?: string;
5887
+ nextToken?: string | undefined;
5888
5888
  }
5889
5889
  /**
5890
5890
  * @public
@@ -5913,7 +5913,7 @@ export interface ListBuildsForProjectInput {
5913
5913
  * error. </p>
5914
5914
  * @public
5915
5915
  */
5916
- sortOrder?: SortOrderType;
5916
+ sortOrder?: SortOrderType | undefined;
5917
5917
  /**
5918
5918
  * <p>During a previous call, if there are more than 100 items in the list, only the first
5919
5919
  * 100 items are returned, along with a unique string called a
@@ -5923,7 +5923,7 @@ export interface ListBuildsForProjectInput {
5923
5923
  * until no more next tokens are returned.</p>
5924
5924
  * @public
5925
5925
  */
5926
- nextToken?: string;
5926
+ nextToken?: string | undefined;
5927
5927
  }
5928
5928
  /**
5929
5929
  * @public
@@ -5934,7 +5934,7 @@ export interface ListBuildsForProjectOutput {
5934
5934
  * single build.</p>
5935
5935
  * @public
5936
5936
  */
5937
- ids?: string[];
5937
+ ids?: string[] | undefined;
5938
5938
  /**
5939
5939
  * <p>If there are more than 100 items in the list, only the first 100 items are returned,
5940
5940
  * along with a unique string called a <i>nextToken</i>. To get the next
@@ -5942,7 +5942,7 @@ export interface ListBuildsForProjectOutput {
5942
5942
  * call.</p>
5943
5943
  * @public
5944
5944
  */
5945
- nextToken?: string;
5945
+ nextToken?: string | undefined;
5946
5946
  }
5947
5947
  /**
5948
5948
  * @public
@@ -5958,17 +5958,17 @@ export interface EnvironmentImage {
5958
5958
  * <p>The name of the Docker image.</p>
5959
5959
  * @public
5960
5960
  */
5961
- name?: string;
5961
+ name?: string | undefined;
5962
5962
  /**
5963
5963
  * <p>The description of the Docker image.</p>
5964
5964
  * @public
5965
5965
  */
5966
- description?: string;
5966
+ description?: string | undefined;
5967
5967
  /**
5968
5968
  * <p>A list of environment image versions.</p>
5969
5969
  * @public
5970
5970
  */
5971
- versions?: string[];
5971
+ versions?: string[] | undefined;
5972
5972
  }
5973
5973
  /**
5974
5974
  * @public
@@ -6000,13 +6000,13 @@ export interface EnvironmentLanguage {
6000
6000
  * <p>The programming language for the Docker images.</p>
6001
6001
  * @public
6002
6002
  */
6003
- language?: LanguageType;
6003
+ language?: LanguageType | undefined;
6004
6004
  /**
6005
6005
  * <p>The list of Docker images that are related by the specified programming
6006
6006
  * language.</p>
6007
6007
  * @public
6008
6008
  */
6009
- images?: EnvironmentImage[];
6009
+ images?: EnvironmentImage[] | undefined;
6010
6010
  }
6011
6011
  /**
6012
6012
  * @public
@@ -6031,13 +6031,13 @@ export interface EnvironmentPlatform {
6031
6031
  * <p>The platform's name.</p>
6032
6032
  * @public
6033
6033
  */
6034
- platform?: PlatformType;
6034
+ platform?: PlatformType | undefined;
6035
6035
  /**
6036
6036
  * <p>The list of programming languages that are available for the specified
6037
6037
  * platform.</p>
6038
6038
  * @public
6039
6039
  */
6040
- languages?: EnvironmentLanguage[];
6040
+ languages?: EnvironmentLanguage[] | undefined;
6041
6041
  }
6042
6042
  /**
6043
6043
  * @public
@@ -6048,7 +6048,7 @@ export interface ListCuratedEnvironmentImagesOutput {
6048
6048
  * CodeBuild.</p>
6049
6049
  * @public
6050
6050
  */
6051
- platforms?: EnvironmentPlatform[];
6051
+ platforms?: EnvironmentPlatform[] | undefined;
6052
6052
  }
6053
6053
  /**
6054
6054
  * @public
@@ -6076,13 +6076,13 @@ export interface ListFleetsInput {
6076
6076
  * until no more next tokens are returned.</p>
6077
6077
  * @public
6078
6078
  */
6079
- nextToken?: string;
6079
+ nextToken?: string | undefined;
6080
6080
  /**
6081
6081
  * <p>The maximum number of paginated compute fleets returned per response. Use
6082
6082
  * <code>nextToken</code> to iterate pages in the list of returned compute fleets.</p>
6083
6083
  * @public
6084
6084
  */
6085
- maxResults?: number;
6085
+ maxResults?: number | undefined;
6086
6086
  /**
6087
6087
  * <p>The order in which to list compute fleets. Valid values include:</p>
6088
6088
  * <ul>
@@ -6099,7 +6099,7 @@ export interface ListFleetsInput {
6099
6099
  * names.</p>
6100
6100
  * @public
6101
6101
  */
6102
- sortOrder?: SortOrderType;
6102
+ sortOrder?: SortOrderType | undefined;
6103
6103
  /**
6104
6104
  * <p>The criterion to be used to list compute fleet names. Valid values include:</p>
6105
6105
  * <ul>
@@ -6122,7 +6122,7 @@ export interface ListFleetsInput {
6122
6122
  * based on the preceding criteria.</p>
6123
6123
  * @public
6124
6124
  */
6125
- sortBy?: FleetSortByType;
6125
+ sortBy?: FleetSortByType | undefined;
6126
6126
  }
6127
6127
  /**
6128
6128
  * @public
@@ -6135,12 +6135,12 @@ export interface ListFleetsOutput {
6135
6135
  * call.</p>
6136
6136
  * @public
6137
6137
  */
6138
- nextToken?: string;
6138
+ nextToken?: string | undefined;
6139
6139
  /**
6140
6140
  * <p>The list of compute fleet names.</p>
6141
6141
  * @public
6142
6142
  */
6143
- fleets?: string[];
6143
+ fleets?: string[] | undefined;
6144
6144
  }
6145
6145
  /**
6146
6146
  * @public
@@ -6181,7 +6181,7 @@ export interface ListProjectsInput {
6181
6181
  * based on the preceding criteria.</p>
6182
6182
  * @public
6183
6183
  */
6184
- sortBy?: ProjectSortByType;
6184
+ sortBy?: ProjectSortByType | undefined;
6185
6185
  /**
6186
6186
  * <p>The order in which to list build projects. Valid values include:</p>
6187
6187
  * <ul>
@@ -6198,7 +6198,7 @@ export interface ListProjectsInput {
6198
6198
  * names.</p>
6199
6199
  * @public
6200
6200
  */
6201
- sortOrder?: SortOrderType;
6201
+ sortOrder?: SortOrderType | undefined;
6202
6202
  /**
6203
6203
  * <p>During a previous call, if there are more than 100 items in the list, only the first
6204
6204
  * 100 items are returned, along with a unique string called a
@@ -6208,7 +6208,7 @@ export interface ListProjectsInput {
6208
6208
  * until no more next tokens are returned.</p>
6209
6209
  * @public
6210
6210
  */
6211
- nextToken?: string;
6211
+ nextToken?: string | undefined;
6212
6212
  }
6213
6213
  /**
6214
6214
  * @public
@@ -6221,13 +6221,13 @@ export interface ListProjectsOutput {
6221
6221
  * call.</p>
6222
6222
  * @public
6223
6223
  */
6224
- nextToken?: string;
6224
+ nextToken?: string | undefined;
6225
6225
  /**
6226
6226
  * <p>The list of build project names, with each build project name representing a single
6227
6227
  * build project.</p>
6228
6228
  * @public
6229
6229
  */
6230
- projects?: string[];
6230
+ projects?: string[] | undefined;
6231
6231
  }
6232
6232
  /**
6233
6233
  * @public
@@ -6253,7 +6253,7 @@ export interface ListReportGroupsInput {
6253
6253
  * </p>
6254
6254
  * @public
6255
6255
  */
6256
- sortOrder?: SortOrderType;
6256
+ sortOrder?: SortOrderType | undefined;
6257
6257
  /**
6258
6258
  * <p>
6259
6259
  * The criterion to be used to list build report groups. Valid values include:
@@ -6275,7 +6275,7 @@ export interface ListReportGroupsInput {
6275
6275
  * </ul>
6276
6276
  * @public
6277
6277
  */
6278
- sortBy?: ReportGroupSortByType;
6278
+ sortBy?: ReportGroupSortByType | undefined;
6279
6279
  /**
6280
6280
  * <p>
6281
6281
  * During a previous call, the maximum number of items that can be returned is the value specified in
@@ -6286,7 +6286,7 @@ export interface ListReportGroupsInput {
6286
6286
  * </p>
6287
6287
  * @public
6288
6288
  */
6289
- nextToken?: string;
6289
+ nextToken?: string | undefined;
6290
6290
  /**
6291
6291
  * <p>
6292
6292
  * The maximum number of paginated report groups returned per response. Use <code>nextToken</code> to iterate pages in
@@ -6294,7 +6294,7 @@ export interface ListReportGroupsInput {
6294
6294
  * </p>
6295
6295
  * @public
6296
6296
  */
6297
- maxResults?: number;
6297
+ maxResults?: number | undefined;
6298
6298
  }
6299
6299
  /**
6300
6300
  * @public
@@ -6310,14 +6310,14 @@ export interface ListReportGroupsOutput {
6310
6310
  * </p>
6311
6311
  * @public
6312
6312
  */
6313
- nextToken?: string;
6313
+ nextToken?: string | undefined;
6314
6314
  /**
6315
6315
  * <p>
6316
6316
  * The list of ARNs for the report groups in the current Amazon Web Services account.
6317
6317
  * </p>
6318
6318
  * @public
6319
6319
  */
6320
- reportGroups?: string[];
6320
+ reportGroups?: string[] | undefined;
6321
6321
  }
6322
6322
  /**
6323
6323
  * <p> A filter used to return reports with the status specified by the input
@@ -6329,7 +6329,7 @@ export interface ReportFilter {
6329
6329
  * <p> The status used to filter reports. You can filter using one status only. </p>
6330
6330
  * @public
6331
6331
  */
6332
- status?: ReportStatusType;
6332
+ status?: ReportStatusType | undefined;
6333
6333
  }
6334
6334
  /**
6335
6335
  * @public
@@ -6353,7 +6353,7 @@ export interface ListReportsInput {
6353
6353
  * </ul>
6354
6354
  * @public
6355
6355
  */
6356
- sortOrder?: SortOrderType;
6356
+ sortOrder?: SortOrderType | undefined;
6357
6357
  /**
6358
6358
  * <p>
6359
6359
  * During a previous call, the maximum number of items that can be returned is the value specified in
@@ -6364,7 +6364,7 @@ export interface ListReportsInput {
6364
6364
  * </p>
6365
6365
  * @public
6366
6366
  */
6367
- nextToken?: string;
6367
+ nextToken?: string | undefined;
6368
6368
  /**
6369
6369
  * <p>
6370
6370
  * The maximum number of paginated reports returned per response. Use <code>nextToken</code> to iterate pages in
@@ -6372,14 +6372,14 @@ export interface ListReportsInput {
6372
6372
  * </p>
6373
6373
  * @public
6374
6374
  */
6375
- maxResults?: number;
6375
+ maxResults?: number | undefined;
6376
6376
  /**
6377
6377
  * <p>
6378
6378
  * A <code>ReportFilter</code> object used to filter the returned reports.
6379
6379
  * </p>
6380
6380
  * @public
6381
6381
  */
6382
- filter?: ReportFilter;
6382
+ filter?: ReportFilter | undefined;
6383
6383
  }
6384
6384
  /**
6385
6385
  * @public
@@ -6395,14 +6395,14 @@ export interface ListReportsOutput {
6395
6395
  * </p>
6396
6396
  * @public
6397
6397
  */
6398
- nextToken?: string;
6398
+ nextToken?: string | undefined;
6399
6399
  /**
6400
6400
  * <p>
6401
6401
  * The list of returned ARNs for the reports in the current Amazon Web Services account.
6402
6402
  * </p>
6403
6403
  * @public
6404
6404
  */
6405
- reports?: string[];
6405
+ reports?: string[] | undefined;
6406
6406
  }
6407
6407
  /**
6408
6408
  * @public
@@ -6425,14 +6425,14 @@ export interface ListReportsForReportGroupInput {
6425
6425
  * </p>
6426
6426
  * @public
6427
6427
  */
6428
- nextToken?: string;
6428
+ nextToken?: string | undefined;
6429
6429
  /**
6430
6430
  * <p>
6431
6431
  * Use to specify whether the results are returned in ascending or descending order.
6432
6432
  * </p>
6433
6433
  * @public
6434
6434
  */
6435
- sortOrder?: SortOrderType;
6435
+ sortOrder?: SortOrderType | undefined;
6436
6436
  /**
6437
6437
  * <p>
6438
6438
  * The maximum number of paginated reports in this report group returned per response. Use <code>nextToken</code> to iterate pages in
@@ -6440,14 +6440,14 @@ export interface ListReportsForReportGroupInput {
6440
6440
  * </p>
6441
6441
  * @public
6442
6442
  */
6443
- maxResults?: number;
6443
+ maxResults?: number | undefined;
6444
6444
  /**
6445
6445
  * <p>
6446
6446
  * A <code>ReportFilter</code> object used to filter the returned reports.
6447
6447
  * </p>
6448
6448
  * @public
6449
6449
  */
6450
- filter?: ReportFilter;
6450
+ filter?: ReportFilter | undefined;
6451
6451
  }
6452
6452
  /**
6453
6453
  * @public
@@ -6463,14 +6463,14 @@ export interface ListReportsForReportGroupOutput {
6463
6463
  * </p>
6464
6464
  * @public
6465
6465
  */
6466
- nextToken?: string;
6466
+ nextToken?: string | undefined;
6467
6467
  /**
6468
6468
  * <p>
6469
6469
  * The list of report ARNs.
6470
6470
  * </p>
6471
6471
  * @public
6472
6472
  */
6473
- reports?: string[];
6473
+ reports?: string[] | undefined;
6474
6474
  }
6475
6475
  /**
6476
6476
  * @public
@@ -6504,7 +6504,7 @@ export interface ListSharedProjectsInput {
6504
6504
  * </ul>
6505
6505
  * @public
6506
6506
  */
6507
- sortBy?: SharedResourceSortByType;
6507
+ sortBy?: SharedResourceSortByType | undefined;
6508
6508
  /**
6509
6509
  * <p>The order in which to list shared build projects. Valid values include:</p>
6510
6510
  * <ul>
@@ -6519,14 +6519,14 @@ export interface ListSharedProjectsInput {
6519
6519
  * </ul>
6520
6520
  * @public
6521
6521
  */
6522
- sortOrder?: SortOrderType;
6522
+ sortOrder?: SortOrderType | undefined;
6523
6523
  /**
6524
6524
  * <p> The maximum number of paginated shared build projects returned per response. Use
6525
6525
  * <code>nextToken</code> to iterate pages in the list of returned <code>Project</code>
6526
6526
  * objects. The default value is 100. </p>
6527
6527
  * @public
6528
6528
  */
6529
- maxResults?: number;
6529
+ maxResults?: number | undefined;
6530
6530
  /**
6531
6531
  * <p> During a previous call, the maximum number of items that can be returned is the value
6532
6532
  * specified in <code>maxResults</code>. If there more items in the list, then a unique
@@ -6536,7 +6536,7 @@ export interface ListSharedProjectsInput {
6536
6536
  * token that is returned, until no more next tokens are returned. </p>
6537
6537
  * @public
6538
6538
  */
6539
- nextToken?: string;
6539
+ nextToken?: string | undefined;
6540
6540
  }
6541
6541
  /**
6542
6542
  * @public
@@ -6551,13 +6551,13 @@ export interface ListSharedProjectsOutput {
6551
6551
  * token that is returned, until no more next tokens are returned. </p>
6552
6552
  * @public
6553
6553
  */
6554
- nextToken?: string;
6554
+ nextToken?: string | undefined;
6555
6555
  /**
6556
6556
  * <p> The list of ARNs for the build projects shared with the current Amazon Web Services account or user.
6557
6557
  * </p>
6558
6558
  * @public
6559
6559
  */
6560
- projects?: string[];
6560
+ projects?: string[] | undefined;
6561
6561
  }
6562
6562
  /**
6563
6563
  * @public
@@ -6577,7 +6577,7 @@ export interface ListSharedReportGroupsInput {
6577
6577
  * </ul>
6578
6578
  * @public
6579
6579
  */
6580
- sortOrder?: SortOrderType;
6580
+ sortOrder?: SortOrderType | undefined;
6581
6581
  /**
6582
6582
  * <p> The criterion to be used to list report groups shared with the current Amazon Web Services account or
6583
6583
  * user. Valid values include: </p>
@@ -6594,7 +6594,7 @@ export interface ListSharedReportGroupsInput {
6594
6594
  * </ul>
6595
6595
  * @public
6596
6596
  */
6597
- sortBy?: SharedResourceSortByType;
6597
+ sortBy?: SharedResourceSortByType | undefined;
6598
6598
  /**
6599
6599
  * <p> During a previous call, the maximum number of items that can be returned is the value
6600
6600
  * specified in <code>maxResults</code>. If there more items in the list, then a unique
@@ -6604,14 +6604,14 @@ export interface ListSharedReportGroupsInput {
6604
6604
  * token that is returned, until no more next tokens are returned. </p>
6605
6605
  * @public
6606
6606
  */
6607
- nextToken?: string;
6607
+ nextToken?: string | undefined;
6608
6608
  /**
6609
6609
  * <p> The maximum number of paginated shared report groups per response. Use
6610
6610
  * <code>nextToken</code> to iterate pages in the list of returned
6611
6611
  * <code>ReportGroup</code> objects. The default value is 100. </p>
6612
6612
  * @public
6613
6613
  */
6614
- maxResults?: number;
6614
+ maxResults?: number | undefined;
6615
6615
  }
6616
6616
  /**
6617
6617
  * @public
@@ -6626,13 +6626,13 @@ export interface ListSharedReportGroupsOutput {
6626
6626
  * token that is returned, until no more next tokens are returned. </p>
6627
6627
  * @public
6628
6628
  */
6629
- nextToken?: string;
6629
+ nextToken?: string | undefined;
6630
6630
  /**
6631
6631
  * <p> The list of ARNs for the report groups shared with the current Amazon Web Services account or user.
6632
6632
  * </p>
6633
6633
  * @public
6634
6634
  */
6635
- reportGroups?: string[];
6635
+ reportGroups?: string[] | undefined;
6636
6636
  }
6637
6637
  /**
6638
6638
  * @public
@@ -6649,24 +6649,24 @@ export interface SourceCredentialsInfo {
6649
6649
  * <p> The Amazon Resource Name (ARN) of the token. </p>
6650
6650
  * @public
6651
6651
  */
6652
- arn?: string;
6652
+ arn?: string | undefined;
6653
6653
  /**
6654
6654
  * <p> The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED, or
6655
6655
  * BITBUCKET. </p>
6656
6656
  * @public
6657
6657
  */
6658
- serverType?: ServerType;
6658
+ serverType?: ServerType | undefined;
6659
6659
  /**
6660
6660
  * <p> The type of authentication used by the credentials. Valid options are OAUTH,
6661
6661
  * BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, or SECRETS_MANAGER. </p>
6662
6662
  * @public
6663
6663
  */
6664
- authType?: AuthType;
6664
+ authType?: AuthType | undefined;
6665
6665
  /**
6666
6666
  * <p>The connection ARN if your authType is CODECONNECTIONS or SECRETS_MANAGER.</p>
6667
6667
  * @public
6668
6668
  */
6669
- resource?: string;
6669
+ resource?: string | undefined;
6670
6670
  }
6671
6671
  /**
6672
6672
  * @public
@@ -6678,7 +6678,7 @@ export interface ListSourceCredentialsOutput {
6678
6678
  * ARN, and type of source provider for one set of credentials. </p>
6679
6679
  * @public
6680
6680
  */
6681
- sourceCredentialsInfos?: SourceCredentialsInfo[];
6681
+ sourceCredentialsInfos?: SourceCredentialsInfo[] | undefined;
6682
6682
  }
6683
6683
  /**
6684
6684
  * @public
@@ -6707,7 +6707,7 @@ export interface PutResourcePolicyOutput {
6707
6707
  * associated with a resource policy. </p>
6708
6708
  * @public
6709
6709
  */
6710
- resourceArn?: string;
6710
+ resourceArn?: string | undefined;
6711
6711
  }
6712
6712
  /**
6713
6713
  * @public
@@ -6717,7 +6717,7 @@ export interface RetryBuildInput {
6717
6717
  * <p>Specifies the identifier of the build to restart.</p>
6718
6718
  * @public
6719
6719
  */
6720
- id?: string;
6720
+ id?: string | undefined;
6721
6721
  /**
6722
6722
  * <p>A unique, case sensitive identifier you provide to ensure the idempotency of the
6723
6723
  * <code>RetryBuild</code> request. The token is included in the
@@ -6726,7 +6726,7 @@ export interface RetryBuildInput {
6726
6726
  * CodeBuild returns a parameter mismatch error.</p>
6727
6727
  * @public
6728
6728
  */
6729
- idempotencyToken?: string;
6729
+ idempotencyToken?: string | undefined;
6730
6730
  }
6731
6731
  /**
6732
6732
  * @public
@@ -6736,7 +6736,7 @@ export interface RetryBuildOutput {
6736
6736
  * <p>Information about a build.</p>
6737
6737
  * @public
6738
6738
  */
6739
- build?: Build;
6739
+ build?: Build | undefined;
6740
6740
  }
6741
6741
  /**
6742
6742
  * @public
@@ -6758,7 +6758,7 @@ export interface RetryBuildBatchInput {
6758
6758
  * <p>Specifies the identifier of the batch build to restart.</p>
6759
6759
  * @public
6760
6760
  */
6761
- id?: string;
6761
+ id?: string | undefined;
6762
6762
  /**
6763
6763
  * <p>A unique, case sensitive identifier you provide to ensure the idempotency of the
6764
6764
  * <code>RetryBuildBatch</code> request. The token is included in the
@@ -6767,12 +6767,12 @@ export interface RetryBuildBatchInput {
6767
6767
  * CodeBuild returns a parameter mismatch error.</p>
6768
6768
  * @public
6769
6769
  */
6770
- idempotencyToken?: string;
6770
+ idempotencyToken?: string | undefined;
6771
6771
  /**
6772
6772
  * <p>Specifies the type of retry to perform.</p>
6773
6773
  * @public
6774
6774
  */
6775
- retryType?: RetryBuildBatchType;
6775
+ retryType?: RetryBuildBatchType | undefined;
6776
6776
  }
6777
6777
  /**
6778
6778
  * @public
@@ -6782,7 +6782,7 @@ export interface RetryBuildBatchOutput {
6782
6782
  * <p>Contains information about a batch build.</p>
6783
6783
  * @public
6784
6784
  */
6785
- buildBatch?: BuildBatch;
6785
+ buildBatch?: BuildBatch | undefined;
6786
6786
  }
6787
6787
  /**
6788
6788
  * @public
@@ -6797,13 +6797,13 @@ export interface StartBuildInput {
6797
6797
  * <p> An array of <code>ProjectSource</code> objects. </p>
6798
6798
  * @public
6799
6799
  */
6800
- secondarySourcesOverride?: ProjectSource[];
6800
+ secondarySourcesOverride?: ProjectSource[] | undefined;
6801
6801
  /**
6802
6802
  * <p> An array of <code>ProjectSourceVersion</code> objects that specify one or more
6803
6803
  * versions of the project's secondary sources to be used for this build only. </p>
6804
6804
  * @public
6805
6805
  */
6806
- secondarySourcesVersionOverride?: ProjectSourceVersion[];
6806
+ secondarySourcesVersionOverride?: ProjectSourceVersion[] | undefined;
6807
6807
  /**
6808
6808
  * <p>The version of the build input to be built, for this build only. If not specified,
6809
6809
  * the latest version is used. If specified, the contents depends on the source
@@ -6845,55 +6845,55 @@ export interface StartBuildInput {
6845
6845
  * with CodeBuild</a> in the <i>CodeBuild User Guide</i>. </p>
6846
6846
  * @public
6847
6847
  */
6848
- sourceVersion?: string;
6848
+ sourceVersion?: string | undefined;
6849
6849
  /**
6850
6850
  * <p>Build output artifact settings that override, for this build only, the latest ones
6851
6851
  * already defined in the build project.</p>
6852
6852
  * @public
6853
6853
  */
6854
- artifactsOverride?: ProjectArtifacts;
6854
+ artifactsOverride?: ProjectArtifacts | undefined;
6855
6855
  /**
6856
6856
  * <p> An array of <code>ProjectArtifacts</code> objects. </p>
6857
6857
  * @public
6858
6858
  */
6859
- secondaryArtifactsOverride?: ProjectArtifacts[];
6859
+ secondaryArtifactsOverride?: ProjectArtifacts[] | undefined;
6860
6860
  /**
6861
6861
  * <p>A set of environment variables that overrides, for this build only, the latest ones
6862
6862
  * already defined in the build project.</p>
6863
6863
  * @public
6864
6864
  */
6865
- environmentVariablesOverride?: EnvironmentVariable[];
6865
+ environmentVariablesOverride?: EnvironmentVariable[] | undefined;
6866
6866
  /**
6867
6867
  * <p>A source input type, for this build, that overrides the source input defined in the
6868
6868
  * build project.</p>
6869
6869
  * @public
6870
6870
  */
6871
- sourceTypeOverride?: SourceType;
6871
+ sourceTypeOverride?: SourceType | undefined;
6872
6872
  /**
6873
6873
  * <p>A location that overrides, for this build, the source location for the one defined in
6874
6874
  * the build project.</p>
6875
6875
  * @public
6876
6876
  */
6877
- sourceLocationOverride?: string;
6877
+ sourceLocationOverride?: string | undefined;
6878
6878
  /**
6879
6879
  * <p>An authorization type for this build that overrides the one defined in the build
6880
6880
  * project. This override applies only if the build project's source is BitBucket, GitHub,
6881
6881
  * GitLab, or GitLab Self Managed.</p>
6882
6882
  * @public
6883
6883
  */
6884
- sourceAuthOverride?: SourceAuth;
6884
+ sourceAuthOverride?: SourceAuth | undefined;
6885
6885
  /**
6886
6886
  * <p>The user-defined depth of history, with a minimum value of 0, that overrides, for this
6887
6887
  * build only, any previous depth of history defined in the build project.</p>
6888
6888
  * @public
6889
6889
  */
6890
- gitCloneDepthOverride?: number;
6890
+ gitCloneDepthOverride?: number | undefined;
6891
6891
  /**
6892
6892
  * <p> Information about the Git submodules configuration for this build of an CodeBuild build
6893
6893
  * project. </p>
6894
6894
  * @public
6895
6895
  */
6896
- gitSubmodulesConfigOverride?: GitSubmodulesConfig;
6896
+ gitSubmodulesConfigOverride?: GitSubmodulesConfig | undefined;
6897
6897
  /**
6898
6898
  * <p>A buildspec file declaration that overrides the latest one defined
6899
6899
  * in the build project, for this build only. The buildspec defined on the project is not changed.</p>
@@ -6913,7 +6913,7 @@ export interface StartBuildInput {
6913
6913
  * </note>
6914
6914
  * @public
6915
6915
  */
6916
- buildspecOverride?: string;
6916
+ buildspecOverride?: string | undefined;
6917
6917
  /**
6918
6918
  * <p>Enable this flag to override the insecure SSL setting that is specified in the build
6919
6919
  * project. The insecure SSL setting determines whether to ignore SSL warnings while
@@ -6921,7 +6921,7 @@ export interface StartBuildInput {
6921
6921
  * is GitHub Enterprise.</p>
6922
6922
  * @public
6923
6923
  */
6924
- insecureSslOverride?: boolean;
6924
+ insecureSslOverride?: boolean | undefined;
6925
6925
  /**
6926
6926
  * <p> Set to true to report to your source provider the status of a build's start and
6927
6927
  * completion. If you use this option with a source provider other than GitHub, GitHub
@@ -6934,7 +6934,7 @@ export interface StartBuildInput {
6934
6934
  * </note>
6935
6935
  * @public
6936
6936
  */
6937
- reportBuildStatusOverride?: boolean;
6937
+ reportBuildStatusOverride?: boolean | undefined;
6938
6938
  /**
6939
6939
  * <p>Contains information that defines how the build project reports the build status to
6940
6940
  * the source provider. This option is only used when the source provider is
@@ -6942,59 +6942,59 @@ export interface StartBuildInput {
6942
6942
  * <code>BITBUCKET</code>.</p>
6943
6943
  * @public
6944
6944
  */
6945
- buildStatusConfigOverride?: BuildStatusConfig;
6945
+ buildStatusConfigOverride?: BuildStatusConfig | undefined;
6946
6946
  /**
6947
6947
  * <p>A container type for this build that overrides the one specified in the build
6948
6948
  * project.</p>
6949
6949
  * @public
6950
6950
  */
6951
- environmentTypeOverride?: EnvironmentType;
6951
+ environmentTypeOverride?: EnvironmentType | undefined;
6952
6952
  /**
6953
6953
  * <p>The name of an image for this build that overrides the one specified in the build
6954
6954
  * project.</p>
6955
6955
  * @public
6956
6956
  */
6957
- imageOverride?: string;
6957
+ imageOverride?: string | undefined;
6958
6958
  /**
6959
6959
  * <p>The name of a compute type for this build that overrides the one specified in the
6960
6960
  * build project.</p>
6961
6961
  * @public
6962
6962
  */
6963
- computeTypeOverride?: ComputeType;
6963
+ computeTypeOverride?: ComputeType | undefined;
6964
6964
  /**
6965
6965
  * <p>The name of a certificate for this build that overrides the one specified in the build
6966
6966
  * project.</p>
6967
6967
  * @public
6968
6968
  */
6969
- certificateOverride?: string;
6969
+ certificateOverride?: string | undefined;
6970
6970
  /**
6971
6971
  * <p>A ProjectCache object specified for this build that overrides the one defined in the
6972
6972
  * build project.</p>
6973
6973
  * @public
6974
6974
  */
6975
- cacheOverride?: ProjectCache;
6975
+ cacheOverride?: ProjectCache | undefined;
6976
6976
  /**
6977
6977
  * <p>The name of a service role for this build that overrides the one specified in the
6978
6978
  * build project.</p>
6979
6979
  * @public
6980
6980
  */
6981
- serviceRoleOverride?: string;
6981
+ serviceRoleOverride?: string | undefined;
6982
6982
  /**
6983
6983
  * <p>Enable this flag to override privileged mode in the build project.</p>
6984
6984
  * @public
6985
6985
  */
6986
- privilegedModeOverride?: boolean;
6986
+ privilegedModeOverride?: boolean | undefined;
6987
6987
  /**
6988
6988
  * <p>The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this
6989
6989
  * build only, the latest setting already defined in the build project.</p>
6990
6990
  * @public
6991
6991
  */
6992
- timeoutInMinutesOverride?: number;
6992
+ timeoutInMinutesOverride?: number | undefined;
6993
6993
  /**
6994
6994
  * <p> The number of minutes a build is allowed to be queued before it times out. </p>
6995
6995
  * @public
6996
6996
  */
6997
- queuedTimeoutInMinutesOverride?: number;
6997
+ queuedTimeoutInMinutesOverride?: number | undefined;
6998
6998
  /**
6999
6999
  * <p>The Key Management Service customer master key (CMK) that overrides the one specified in the build
7000
7000
  * project. The CMK key encrypts the build output artifacts.</p>
@@ -7006,7 +7006,7 @@ export interface StartBuildInput {
7006
7006
  * the format <code>alias/<alias-name></code>).</p>
7007
7007
  * @public
7008
7008
  */
7009
- encryptionKeyOverride?: string;
7009
+ encryptionKeyOverride?: string | undefined;
7010
7010
  /**
7011
7011
  * <p>A unique, case sensitive identifier you provide to ensure the idempotency of the
7012
7012
  * StartBuild request. The token is included in the StartBuild request and is valid for 5
@@ -7014,18 +7014,18 @@ export interface StartBuildInput {
7014
7014
  * parameter, CodeBuild returns a parameter mismatch error. </p>
7015
7015
  * @public
7016
7016
  */
7017
- idempotencyToken?: string;
7017
+ idempotencyToken?: string | undefined;
7018
7018
  /**
7019
7019
  * <p> Log settings for this build that override the log settings defined in the build
7020
7020
  * project. </p>
7021
7021
  * @public
7022
7022
  */
7023
- logsConfigOverride?: LogsConfig;
7023
+ logsConfigOverride?: LogsConfig | undefined;
7024
7024
  /**
7025
7025
  * <p> The credentials for access to a private registry. </p>
7026
7026
  * @public
7027
7027
  */
7028
- registryCredentialOverride?: RegistryCredential;
7028
+ registryCredentialOverride?: RegistryCredential | undefined;
7029
7029
  /**
7030
7030
  * <p>The type of credentials CodeBuild uses to pull images in your build. There are two valid
7031
7031
  * values: </p>
@@ -7045,26 +7045,26 @@ export interface StartBuildInput {
7045
7045
  * you must use <code>CODEBUILD</code> credentials. </p>
7046
7046
  * @public
7047
7047
  */
7048
- imagePullCredentialsTypeOverride?: ImagePullCredentialsType;
7048
+ imagePullCredentialsTypeOverride?: ImagePullCredentialsType | undefined;
7049
7049
  /**
7050
7050
  * <p>Specifies if session debugging is enabled for this build. For more information, see
7051
7051
  * <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html">Viewing a running build in Session Manager</a>.</p>
7052
7052
  * @public
7053
7053
  */
7054
- debugSessionEnabled?: boolean;
7054
+ debugSessionEnabled?: boolean | undefined;
7055
7055
  /**
7056
7056
  * <p>A ProjectFleet object specified for this build that overrides the one defined in the
7057
7057
  * build project.</p>
7058
7058
  * @public
7059
7059
  */
7060
- fleetOverride?: ProjectFleet;
7060
+ fleetOverride?: ProjectFleet | undefined;
7061
7061
  /**
7062
7062
  * <p>The maximum number of additional automatic retries after a failed build. For example, if the
7063
7063
  * auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically
7064
7064
  * retry your build for up to 2 additional times.</p>
7065
7065
  * @public
7066
7066
  */
7067
- autoRetryLimitOverride?: number;
7067
+ autoRetryLimitOverride?: number | undefined;
7068
7068
  }
7069
7069
  /**
7070
7070
  * @public
@@ -7074,7 +7074,7 @@ export interface StartBuildOutput {
7074
7074
  * <p>Information about the build to be run.</p>
7075
7075
  * @public
7076
7076
  */
7077
- build?: Build;
7077
+ build?: Build | undefined;
7078
7078
  }
7079
7079
  /**
7080
7080
  * @public
@@ -7090,13 +7090,13 @@ export interface StartBuildBatchInput {
7090
7090
  * defined in the batch build project.</p>
7091
7091
  * @public
7092
7092
  */
7093
- secondarySourcesOverride?: ProjectSource[];
7093
+ secondarySourcesOverride?: ProjectSource[] | undefined;
7094
7094
  /**
7095
7095
  * <p>An array of <code>ProjectSourceVersion</code> objects that override the secondary source
7096
7096
  * versions in the batch build project.</p>
7097
7097
  * @public
7098
7098
  */
7099
- secondarySourcesVersionOverride?: ProjectSourceVersion[];
7099
+ secondarySourcesVersionOverride?: ProjectSourceVersion[] | undefined;
7100
7100
  /**
7101
7101
  * <p>The version of the batch build input to be built, for this build only. If not specified,
7102
7102
  * the latest version is used. If specified, the contents depends on the source
@@ -7134,56 +7134,56 @@ export interface StartBuildBatchInput {
7134
7134
  * with CodeBuild</a> in the <i>CodeBuild User Guide</i>. </p>
7135
7135
  * @public
7136
7136
  */
7137
- sourceVersion?: string;
7137
+ sourceVersion?: string | undefined;
7138
7138
  /**
7139
7139
  * <p>An array of <code>ProjectArtifacts</code> objects that contains information about the
7140
7140
  * build output artifact overrides for the build project.</p>
7141
7141
  * @public
7142
7142
  */
7143
- artifactsOverride?: ProjectArtifacts;
7143
+ artifactsOverride?: ProjectArtifacts | undefined;
7144
7144
  /**
7145
7145
  * <p>An array of <code>ProjectArtifacts</code> objects that override the secondary artifacts
7146
7146
  * defined in the batch build project.</p>
7147
7147
  * @public
7148
7148
  */
7149
- secondaryArtifactsOverride?: ProjectArtifacts[];
7149
+ secondaryArtifactsOverride?: ProjectArtifacts[] | undefined;
7150
7150
  /**
7151
7151
  * <p>An array of <code>EnvironmentVariable</code> objects that override, or add to, the
7152
7152
  * environment variables defined in the batch build project.</p>
7153
7153
  * @public
7154
7154
  */
7155
- environmentVariablesOverride?: EnvironmentVariable[];
7155
+ environmentVariablesOverride?: EnvironmentVariable[] | undefined;
7156
7156
  /**
7157
7157
  * <p>The source input type that overrides the source input defined in the batch
7158
7158
  * build project.</p>
7159
7159
  * @public
7160
7160
  */
7161
- sourceTypeOverride?: SourceType;
7161
+ sourceTypeOverride?: SourceType | undefined;
7162
7162
  /**
7163
7163
  * <p>A location that overrides, for this batch build, the source location defined in
7164
7164
  * the batch build project.</p>
7165
7165
  * @public
7166
7166
  */
7167
- sourceLocationOverride?: string;
7167
+ sourceLocationOverride?: string | undefined;
7168
7168
  /**
7169
7169
  * <p>A <code>SourceAuth</code> object that overrides the one defined in the batch build
7170
7170
  * project. This override applies only if the build project's source is BitBucket or
7171
7171
  * GitHub.</p>
7172
7172
  * @public
7173
7173
  */
7174
- sourceAuthOverride?: SourceAuth;
7174
+ sourceAuthOverride?: SourceAuth | undefined;
7175
7175
  /**
7176
7176
  * <p>The user-defined depth of history, with a minimum value of 0, that overrides, for this
7177
7177
  * batch build only, any previous depth of history defined in the batch build project.</p>
7178
7178
  * @public
7179
7179
  */
7180
- gitCloneDepthOverride?: number;
7180
+ gitCloneDepthOverride?: number | undefined;
7181
7181
  /**
7182
7182
  * <p>A <code>GitSubmodulesConfig</code> object that overrides the Git submodules configuration
7183
7183
  * for this batch build.</p>
7184
7184
  * @public
7185
7185
  */
7186
- gitSubmodulesConfigOverride?: GitSubmodulesConfig;
7186
+ gitSubmodulesConfigOverride?: GitSubmodulesConfig | undefined;
7187
7187
  /**
7188
7188
  * <p>A buildspec file declaration that overrides, for this build only, the latest one
7189
7189
  * already defined in the build project.</p>
@@ -7197,7 +7197,7 @@ export interface StartBuildBatchInput {
7197
7197
  * its root directory. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage">Buildspec File Name and Storage Location</a>. </p>
7198
7198
  * @public
7199
7199
  */
7200
- buildspecOverride?: string;
7200
+ buildspecOverride?: string | undefined;
7201
7201
  /**
7202
7202
  * <p>Enable this flag to override the insecure SSL setting that is specified in the batch build
7203
7203
  * project. The insecure SSL setting determines whether to ignore SSL warnings while
@@ -7205,7 +7205,7 @@ export interface StartBuildBatchInput {
7205
7205
  * is GitHub Enterprise.</p>
7206
7206
  * @public
7207
7207
  */
7208
- insecureSslOverride?: boolean;
7208
+ insecureSslOverride?: boolean | undefined;
7209
7209
  /**
7210
7210
  * <p>Set to <code>true</code> to report to your source provider the status of a batch build's
7211
7211
  * start and completion. If you use this option with a source provider other than GitHub,
@@ -7216,57 +7216,57 @@ export interface StartBuildBatchInput {
7216
7216
  * </note>
7217
7217
  * @public
7218
7218
  */
7219
- reportBuildBatchStatusOverride?: boolean;
7219
+ reportBuildBatchStatusOverride?: boolean | undefined;
7220
7220
  /**
7221
7221
  * <p>A container type for this batch build that overrides the one specified in the batch build
7222
7222
  * project.</p>
7223
7223
  * @public
7224
7224
  */
7225
- environmentTypeOverride?: EnvironmentType;
7225
+ environmentTypeOverride?: EnvironmentType | undefined;
7226
7226
  /**
7227
7227
  * <p>The name of an image for this batch build that overrides the one specified in the batch
7228
7228
  * build project.</p>
7229
7229
  * @public
7230
7230
  */
7231
- imageOverride?: string;
7231
+ imageOverride?: string | undefined;
7232
7232
  /**
7233
7233
  * <p>The name of a compute type for this batch build that overrides the one specified in the
7234
7234
  * batch build project.</p>
7235
7235
  * @public
7236
7236
  */
7237
- computeTypeOverride?: ComputeType;
7237
+ computeTypeOverride?: ComputeType | undefined;
7238
7238
  /**
7239
7239
  * <p>The name of a certificate for this batch build that overrides the one specified in the batch build
7240
7240
  * project.</p>
7241
7241
  * @public
7242
7242
  */
7243
- certificateOverride?: string;
7243
+ certificateOverride?: string | undefined;
7244
7244
  /**
7245
7245
  * <p>A <code>ProjectCache</code> object that specifies cache overrides.</p>
7246
7246
  * @public
7247
7247
  */
7248
- cacheOverride?: ProjectCache;
7248
+ cacheOverride?: ProjectCache | undefined;
7249
7249
  /**
7250
7250
  * <p>The name of a service role for this batch build that overrides the one specified in the
7251
7251
  * batch build project.</p>
7252
7252
  * @public
7253
7253
  */
7254
- serviceRoleOverride?: string;
7254
+ serviceRoleOverride?: string | undefined;
7255
7255
  /**
7256
7256
  * <p>Enable this flag to override privileged mode in the batch build project.</p>
7257
7257
  * @public
7258
7258
  */
7259
- privilegedModeOverride?: boolean;
7259
+ privilegedModeOverride?: boolean | undefined;
7260
7260
  /**
7261
7261
  * <p>Overrides the build timeout specified in the batch build project.</p>
7262
7262
  * @public
7263
7263
  */
7264
- buildTimeoutInMinutesOverride?: number;
7264
+ buildTimeoutInMinutesOverride?: number | undefined;
7265
7265
  /**
7266
7266
  * <p>The number of minutes a batch build is allowed to be queued before it times out.</p>
7267
7267
  * @public
7268
7268
  */
7269
- queuedTimeoutInMinutesOverride?: number;
7269
+ queuedTimeoutInMinutesOverride?: number | undefined;
7270
7270
  /**
7271
7271
  * <p>The Key Management Service customer master key (CMK) that overrides the one specified in the batch build
7272
7272
  * project. The CMK key encrypts the build output artifacts.</p>
@@ -7278,7 +7278,7 @@ export interface StartBuildBatchInput {
7278
7278
  * the format <code>alias/<alias-name></code>).</p>
7279
7279
  * @public
7280
7280
  */
7281
- encryptionKeyOverride?: string;
7281
+ encryptionKeyOverride?: string | undefined;
7282
7282
  /**
7283
7283
  * <p>A unique, case sensitive identifier you provide to ensure the idempotency of the
7284
7284
  * <code>StartBuildBatch</code> request. The token is included in the
@@ -7287,19 +7287,19 @@ export interface StartBuildBatchInput {
7287
7287
  * CodeBuild returns a parameter mismatch error.</p>
7288
7288
  * @public
7289
7289
  */
7290
- idempotencyToken?: string;
7290
+ idempotencyToken?: string | undefined;
7291
7291
  /**
7292
7292
  * <p>A <code>LogsConfig</code> object that override the log settings defined in the batch build
7293
7293
  * project.</p>
7294
7294
  * @public
7295
7295
  */
7296
- logsConfigOverride?: LogsConfig;
7296
+ logsConfigOverride?: LogsConfig | undefined;
7297
7297
  /**
7298
7298
  * <p>A <code>RegistryCredential</code> object that overrides credentials for access to a
7299
7299
  * private registry.</p>
7300
7300
  * @public
7301
7301
  */
7302
- registryCredentialOverride?: RegistryCredential;
7302
+ registryCredentialOverride?: RegistryCredential | undefined;
7303
7303
  /**
7304
7304
  * <p>The type of credentials CodeBuild uses to pull images in your batch build. There are two valid
7305
7305
  * values: </p>
@@ -7319,19 +7319,19 @@ export interface StartBuildBatchInput {
7319
7319
  * you must use <code>CODEBUILD</code> credentials. </p>
7320
7320
  * @public
7321
7321
  */
7322
- imagePullCredentialsTypeOverride?: ImagePullCredentialsType;
7322
+ imagePullCredentialsTypeOverride?: ImagePullCredentialsType | undefined;
7323
7323
  /**
7324
7324
  * <p>A <code>BuildBatchConfigOverride</code> object that contains batch build configuration
7325
7325
  * overrides.</p>
7326
7326
  * @public
7327
7327
  */
7328
- buildBatchConfigOverride?: ProjectBuildBatchConfig;
7328
+ buildBatchConfigOverride?: ProjectBuildBatchConfig | undefined;
7329
7329
  /**
7330
7330
  * <p>Specifies if session debugging is enabled for this batch build. For more information, see
7331
7331
  * <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html">Viewing a running build in Session Manager</a>. Batch session debugging is not supported for matrix batch builds.</p>
7332
7332
  * @public
7333
7333
  */
7334
- debugSessionEnabled?: boolean;
7334
+ debugSessionEnabled?: boolean | undefined;
7335
7335
  }
7336
7336
  /**
7337
7337
  * @public
@@ -7341,7 +7341,7 @@ export interface StartBuildBatchOutput {
7341
7341
  * <p>A <code>BuildBatch</code> object that contains information about the batch build.</p>
7342
7342
  * @public
7343
7343
  */
7344
- buildBatch?: BuildBatch;
7344
+ buildBatch?: BuildBatch | undefined;
7345
7345
  }
7346
7346
  /**
7347
7347
  * @public
@@ -7361,7 +7361,7 @@ export interface StopBuildOutput {
7361
7361
  * <p>Information about the build.</p>
7362
7362
  * @public
7363
7363
  */
7364
- build?: Build;
7364
+ build?: Build | undefined;
7365
7365
  }
7366
7366
  /**
7367
7367
  * @public
@@ -7381,7 +7381,7 @@ export interface StopBuildBatchOutput {
7381
7381
  * <p>Contains information about a batch build.</p>
7382
7382
  * @public
7383
7383
  */
7384
- buildBatch?: BuildBatch;
7384
+ buildBatch?: BuildBatch | undefined;
7385
7385
  }
7386
7386
  /**
7387
7387
  * @public
@@ -7397,7 +7397,7 @@ export interface UpdateFleetInput {
7397
7397
  * run in parallel.</p>
7398
7398
  * @public
7399
7399
  */
7400
- baseCapacity?: number;
7400
+ baseCapacity?: number | undefined;
7401
7401
  /**
7402
7402
  * <p>The environment type of the compute fleet.</p>
7403
7403
  * <ul>
@@ -7466,7 +7466,7 @@ export interface UpdateFleetInput {
7466
7466
  * user guide</i>.</p>
7467
7467
  * @public
7468
7468
  */
7469
- environmentType?: EnvironmentType;
7469
+ environmentType?: EnvironmentType | undefined;
7470
7470
  /**
7471
7471
  * <p>Information about the compute resources the compute fleet uses. Available values
7472
7472
  * include:</p>
@@ -7567,17 +7567,17 @@ export interface UpdateFleetInput {
7567
7567
  * </p>
7568
7568
  * @public
7569
7569
  */
7570
- computeType?: ComputeType;
7570
+ computeType?: ComputeType | undefined;
7571
7571
  /**
7572
7572
  * <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>
7573
7573
  * @public
7574
7574
  */
7575
- computeConfiguration?: ComputeConfiguration;
7575
+ computeConfiguration?: ComputeConfiguration | undefined;
7576
7576
  /**
7577
7577
  * <p>The scaling configuration of the compute fleet.</p>
7578
7578
  * @public
7579
7579
  */
7580
- scalingConfiguration?: ScalingConfigurationInput;
7580
+ scalingConfiguration?: ScalingConfigurationInput | undefined;
7581
7581
  /**
7582
7582
  * <p>The compute fleet overflow behavior.</p>
7583
7583
  * <ul>
@@ -7597,35 +7597,35 @@ export interface UpdateFleetInput {
7597
7597
  * </ul>
7598
7598
  * @public
7599
7599
  */
7600
- overflowBehavior?: FleetOverflowBehavior;
7600
+ overflowBehavior?: FleetOverflowBehavior | undefined;
7601
7601
  /**
7602
7602
  * <p>Information about the VPC configuration that CodeBuild accesses.</p>
7603
7603
  * @public
7604
7604
  */
7605
- vpcConfig?: VpcConfig;
7605
+ vpcConfig?: VpcConfig | undefined;
7606
7606
  /**
7607
7607
  * <p>The proxy configuration of the compute fleet.</p>
7608
7608
  * @public
7609
7609
  */
7610
- proxyConfiguration?: ProxyConfiguration;
7610
+ proxyConfiguration?: ProxyConfiguration | undefined;
7611
7611
  /**
7612
7612
  * <p>The Amazon Machine Image (AMI) of the compute fleet.</p>
7613
7613
  * @public
7614
7614
  */
7615
- imageId?: string;
7615
+ imageId?: string | undefined;
7616
7616
  /**
7617
7617
  * <p>The service role associated with the compute fleet. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html">
7618
7618
  * Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>
7619
7619
  * @public
7620
7620
  */
7621
- fleetServiceRole?: string;
7621
+ fleetServiceRole?: string | undefined;
7622
7622
  /**
7623
7623
  * <p>A list of tag key and value pairs associated with this compute fleet.</p>
7624
7624
  * <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
7625
7625
  * tags.</p>
7626
7626
  * @public
7627
7627
  */
7628
- tags?: Tag[];
7628
+ tags?: Tag[] | undefined;
7629
7629
  }
7630
7630
  /**
7631
7631
  * @public
@@ -7635,7 +7635,7 @@ export interface UpdateFleetOutput {
7635
7635
  * <p>A <code>Fleet</code> object.</p>
7636
7636
  * @public
7637
7637
  */
7638
- fleet?: Fleet;
7638
+ fleet?: Fleet | undefined;
7639
7639
  }
7640
7640
  /**
7641
7641
  * @public
@@ -7653,18 +7653,18 @@ export interface UpdateProjectInput {
7653
7653
  * <p>A new or replacement description of the build project.</p>
7654
7654
  * @public
7655
7655
  */
7656
- description?: string;
7656
+ description?: string | undefined;
7657
7657
  /**
7658
7658
  * <p>Information to be changed about the build input source code for the build
7659
7659
  * project.</p>
7660
7660
  * @public
7661
7661
  */
7662
- source?: ProjectSource;
7662
+ source?: ProjectSource | undefined;
7663
7663
  /**
7664
7664
  * <p> An array of <code>ProjectSource</code> objects. </p>
7665
7665
  * @public
7666
7666
  */
7667
- secondarySources?: ProjectSource[];
7667
+ secondarySources?: ProjectSource[] | undefined;
7668
7668
  /**
7669
7669
  * <p> A version of the build input to be built for this project. If not specified, the
7670
7670
  * latest version is used. If specified, it must be one of: </p>
@@ -7701,53 +7701,53 @@ export interface UpdateProjectInput {
7701
7701
  * </p>
7702
7702
  * @public
7703
7703
  */
7704
- sourceVersion?: string;
7704
+ sourceVersion?: string | undefined;
7705
7705
  /**
7706
7706
  * <p> An array of <code>ProjectSourceVersion</code> objects. If
7707
7707
  * <code>secondarySourceVersions</code> is specified at the build level, then they take
7708
7708
  * over these <code>secondarySourceVersions</code> (at the project level). </p>
7709
7709
  * @public
7710
7710
  */
7711
- secondarySourceVersions?: ProjectSourceVersion[];
7711
+ secondarySourceVersions?: ProjectSourceVersion[] | undefined;
7712
7712
  /**
7713
7713
  * <p>Information to be changed about the build output artifacts for the build
7714
7714
  * project.</p>
7715
7715
  * @public
7716
7716
  */
7717
- artifacts?: ProjectArtifacts;
7717
+ artifacts?: ProjectArtifacts | undefined;
7718
7718
  /**
7719
7719
  * <p> An array of <code>ProjectArtifact</code> objects. </p>
7720
7720
  * @public
7721
7721
  */
7722
- secondaryArtifacts?: ProjectArtifacts[];
7722
+ secondaryArtifacts?: ProjectArtifacts[] | undefined;
7723
7723
  /**
7724
7724
  * <p>Stores recently used information so that it can be quickly accessed at a later
7725
7725
  * time.</p>
7726
7726
  * @public
7727
7727
  */
7728
- cache?: ProjectCache;
7728
+ cache?: ProjectCache | undefined;
7729
7729
  /**
7730
7730
  * <p>Information to be changed about the build environment for the build project.</p>
7731
7731
  * @public
7732
7732
  */
7733
- environment?: ProjectEnvironment;
7733
+ environment?: ProjectEnvironment | undefined;
7734
7734
  /**
7735
7735
  * <p>The replacement ARN of the IAM role that enables CodeBuild to interact with dependent
7736
7736
  * Amazon Web Services services on behalf of the Amazon Web Services account.</p>
7737
7737
  * @public
7738
7738
  */
7739
- serviceRole?: string;
7739
+ serviceRole?: string | undefined;
7740
7740
  /**
7741
7741
  * <p>The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before
7742
7742
  * timing out any related build that did not get marked as completed.</p>
7743
7743
  * @public
7744
7744
  */
7745
- timeoutInMinutes?: number;
7745
+ timeoutInMinutes?: number | undefined;
7746
7746
  /**
7747
7747
  * <p> The number of minutes a build is allowed to be queued before it times out. </p>
7748
7748
  * @public
7749
7749
  */
7750
- queuedTimeoutInMinutes?: number;
7750
+ queuedTimeoutInMinutes?: number | undefined;
7751
7751
  /**
7752
7752
  * <p>The Key Management Service customer master key (CMK) to be used for encrypting the build output
7753
7753
  * artifacts.</p>
@@ -7760,31 +7760,31 @@ export interface UpdateProjectInput {
7760
7760
  * </p>
7761
7761
  * @public
7762
7762
  */
7763
- encryptionKey?: string;
7763
+ encryptionKey?: string | undefined;
7764
7764
  /**
7765
7765
  * <p>An updated list of tag key and value pairs associated with this build project.</p>
7766
7766
  * <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
7767
7767
  * tags.</p>
7768
7768
  * @public
7769
7769
  */
7770
- tags?: Tag[];
7770
+ tags?: Tag[] | undefined;
7771
7771
  /**
7772
7772
  * <p>VpcConfig enables CodeBuild to access resources in an Amazon VPC.</p>
7773
7773
  * @public
7774
7774
  */
7775
- vpcConfig?: VpcConfig;
7775
+ vpcConfig?: VpcConfig | undefined;
7776
7776
  /**
7777
7777
  * <p>Set this to true to generate a publicly accessible URL for your project's build
7778
7778
  * badge.</p>
7779
7779
  * @public
7780
7780
  */
7781
- badgeEnabled?: boolean;
7781
+ badgeEnabled?: boolean | undefined;
7782
7782
  /**
7783
7783
  * <p> Information about logs for the build project. A project can create logs in CloudWatch Logs,
7784
7784
  * logs in an S3 bucket, or both. </p>
7785
7785
  * @public
7786
7786
  */
7787
- logsConfig?: LogsConfig;
7787
+ logsConfig?: LogsConfig | undefined;
7788
7788
  /**
7789
7789
  * <p>
7790
7790
  * An array of <code>ProjectFileSystemLocation</code> objects for a CodeBuild build project. A <code>ProjectFileSystemLocation</code> object
@@ -7793,12 +7793,12 @@ export interface UpdateProjectInput {
7793
7793
  * </p>
7794
7794
  * @public
7795
7795
  */
7796
- fileSystemLocations?: ProjectFileSystemLocation[];
7796
+ fileSystemLocations?: ProjectFileSystemLocation[] | undefined;
7797
7797
  /**
7798
7798
  * <p>Contains configuration information about a batch build project.</p>
7799
7799
  * @public
7800
7800
  */
7801
- buildBatchConfig?: ProjectBuildBatchConfig;
7801
+ buildBatchConfig?: ProjectBuildBatchConfig | undefined;
7802
7802
  /**
7803
7803
  * <p>The maximum number of concurrent builds that are allowed for this project.</p>
7804
7804
  * <p>New builds are only started if the current number of builds is less than or equal to this limit.
@@ -7806,14 +7806,14 @@ export interface UpdateProjectInput {
7806
7806
  * <p>To remove this limit, set this value to -1.</p>
7807
7807
  * @public
7808
7808
  */
7809
- concurrentBuildLimit?: number;
7809
+ concurrentBuildLimit?: number | undefined;
7810
7810
  /**
7811
7811
  * <p>The maximum number of additional automatic retries after a failed build. For example, if the
7812
7812
  * auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically
7813
7813
  * retry your build for up to 2 additional times.</p>
7814
7814
  * @public
7815
7815
  */
7816
- autoRetryLimit?: number;
7816
+ autoRetryLimit?: number | undefined;
7817
7817
  }
7818
7818
  /**
7819
7819
  * @public
@@ -7823,7 +7823,7 @@ export interface UpdateProjectOutput {
7823
7823
  * <p>Information about the build project that was changed.</p>
7824
7824
  * @public
7825
7825
  */
7826
- project?: Project;
7826
+ project?: Project | undefined;
7827
7827
  }
7828
7828
  /**
7829
7829
  * @public
@@ -7854,7 +7854,7 @@ export interface UpdateProjectVisibilityInput {
7854
7854
  * the project's builds.</p>
7855
7855
  * @public
7856
7856
  */
7857
- resourceAccessRole?: string;
7857
+ resourceAccessRole?: string | undefined;
7858
7858
  }
7859
7859
  /**
7860
7860
  * @public
@@ -7864,12 +7864,12 @@ export interface UpdateProjectVisibilityOutput {
7864
7864
  * <p>The Amazon Resource Name (ARN) of the build project.</p>
7865
7865
  * @public
7866
7866
  */
7867
- projectArn?: string;
7867
+ projectArn?: string | undefined;
7868
7868
  /**
7869
7869
  * <p>Contains the project identifier used with the public build APIs. </p>
7870
7870
  * @public
7871
7871
  */
7872
- publicProjectAlias?: string;
7872
+ publicProjectAlias?: string | undefined;
7873
7873
  /**
7874
7874
  * <p>Specifies the visibility of the project's builds. Possible values are:</p>
7875
7875
  * <dl>
@@ -7884,7 +7884,7 @@ export interface UpdateProjectVisibilityOutput {
7884
7884
  * </dl>
7885
7885
  * @public
7886
7886
  */
7887
- projectVisibility?: ProjectVisibilityType;
7887
+ projectVisibility?: ProjectVisibilityType | undefined;
7888
7888
  }
7889
7889
  /**
7890
7890
  * @public
@@ -7915,7 +7915,7 @@ export interface UpdateReportGroupInput {
7915
7915
  * </ul>
7916
7916
  * @public
7917
7917
  */
7918
- exportConfig?: ReportExportConfig;
7918
+ exportConfig?: ReportExportConfig | undefined;
7919
7919
  /**
7920
7920
  * <p>
7921
7921
  * An updated list of tag key and value pairs associated with this report group.
@@ -7924,7 +7924,7 @@ export interface UpdateReportGroupInput {
7924
7924
  * tags.</p>
7925
7925
  * @public
7926
7926
  */
7927
- tags?: Tag[];
7927
+ tags?: Tag[] | undefined;
7928
7928
  }
7929
7929
  /**
7930
7930
  * @public
@@ -7936,7 +7936,7 @@ export interface UpdateReportGroupOutput {
7936
7936
  * </p>
7937
7937
  * @public
7938
7938
  */
7939
- reportGroup?: ReportGroup;
7939
+ reportGroup?: ReportGroup | undefined;
7940
7940
  }
7941
7941
  /**
7942
7942
  * @public
@@ -7957,14 +7957,14 @@ export interface UpdateWebhookInput {
7957
7957
  * </note>
7958
7958
  * @public
7959
7959
  */
7960
- branchFilter?: string;
7960
+ branchFilter?: string | undefined;
7961
7961
  /**
7962
7962
  * <p> A boolean value that specifies whether the associated GitHub repository's secret
7963
7963
  * token should be updated. If you use Bitbucket for your repository,
7964
7964
  * <code>rotateSecret</code> is ignored. </p>
7965
7965
  * @public
7966
7966
  */
7967
- rotateSecret?: boolean;
7967
+ rotateSecret?: boolean | undefined;
7968
7968
  /**
7969
7969
  * <p> An array of arrays of <code>WebhookFilter</code> objects used to determine if a
7970
7970
  * webhook event can trigger a build. A filter group must contain at least one
@@ -7972,12 +7972,12 @@ export interface UpdateWebhookInput {
7972
7972
  * <code>WebhookFilter</code>. </p>
7973
7973
  * @public
7974
7974
  */
7975
- filterGroups?: WebhookFilter[][];
7975
+ filterGroups?: WebhookFilter[][] | undefined;
7976
7976
  /**
7977
7977
  * <p>Specifies the type of build this webhook will trigger.</p>
7978
7978
  * @public
7979
7979
  */
7980
- buildType?: WebhookBuildType;
7980
+ buildType?: WebhookBuildType | undefined;
7981
7981
  }
7982
7982
  /**
7983
7983
  * @public
@@ -7988,7 +7988,7 @@ export interface UpdateWebhookOutput {
7988
7988
  * </p>
7989
7989
  * @public
7990
7990
  */
7991
- webhook?: Webhook;
7991
+ webhook?: Webhook | undefined;
7992
7992
  }
7993
7993
  /**
7994
7994
  * @internal