@aws-sdk/client-codebuild 3.934.0 → 3.936.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.
@@ -1,81 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException";
3
- /**
4
- * <p>An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.</p>
5
- * @public
6
- */
7
- export declare class AccountLimitExceededException extends __BaseException {
8
- readonly name: "AccountLimitExceededException";
9
- readonly $fault: "client";
10
- /**
11
- * @internal
12
- */
13
- constructor(opts: __ExceptionOptionType<AccountLimitExceededException, __BaseException>);
14
- }
15
- /**
16
- * <p>The CodeBuild access has been suspended for the calling Amazon Web Services account.</p>
17
- * @public
18
- */
19
- export declare class AccountSuspendedException extends __BaseException {
20
- readonly name: "AccountSuspendedException";
21
- readonly $fault: "client";
22
- /**
23
- * @internal
24
- */
25
- constructor(opts: __ExceptionOptionType<AccountSuspendedException, __BaseException>);
26
- }
27
- /**
28
- * @public
29
- * @enum
30
- */
31
- export declare const ArtifactNamespace: {
32
- readonly BUILD_ID: "BUILD_ID";
33
- readonly NONE: "NONE";
34
- };
35
- /**
36
- * @public
37
- */
38
- export type ArtifactNamespace = (typeof ArtifactNamespace)[keyof typeof ArtifactNamespace];
39
- /**
40
- * @public
41
- * @enum
42
- */
43
- export declare const ArtifactPackaging: {
44
- readonly NONE: "NONE";
45
- readonly ZIP: "ZIP";
46
- };
47
- /**
48
- * @public
49
- */
50
- export type ArtifactPackaging = (typeof ArtifactPackaging)[keyof typeof ArtifactPackaging];
51
- /**
52
- * @public
53
- * @enum
54
- */
55
- export declare const ArtifactsType: {
56
- readonly CODEPIPELINE: "CODEPIPELINE";
57
- readonly NO_ARTIFACTS: "NO_ARTIFACTS";
58
- readonly S3: "S3";
59
- };
60
- /**
61
- * @public
62
- */
63
- export type ArtifactsType = (typeof ArtifactsType)[keyof typeof ArtifactsType];
64
- /**
65
- * @public
66
- * @enum
67
- */
68
- export declare const AuthType: {
69
- readonly BASIC_AUTH: "BASIC_AUTH";
70
- readonly CODECONNECTIONS: "CODECONNECTIONS";
71
- readonly OAUTH: "OAUTH";
72
- readonly PERSONAL_ACCESS_TOKEN: "PERSONAL_ACCESS_TOKEN";
73
- readonly SECRETS_MANAGER: "SECRETS_MANAGER";
74
- };
75
- /**
76
- * @public
77
- */
78
- export type AuthType = (typeof AuthType)[keyof typeof AuthType];
1
+ import { ArtifactNamespace, ArtifactPackaging, ArtifactsType, AuthType, BatchReportModeType, BucketOwnerAccess, BuildBatchPhaseType, BuildPhaseType, CacheMode, CacheType, CommandType, ComputeType, CredentialProviderType, EnvironmentType, EnvironmentVariableType, FileSystemType, FleetContextCode, FleetOverflowBehavior, FleetProxyRuleBehavior, FleetProxyRuleEffectType, FleetProxyRuleType, FleetScalingMetricType, FleetScalingType, FleetSortByType, FleetStatusCode, ImagePullCredentialsType, LanguageType, LogsConfigStatusType, MachineType, PlatformType, ProjectSortByType, ProjectVisibilityType, PullRequestBuildApproverRole, PullRequestBuildCommentApproval, ReportCodeCoverageSortByType, ReportExportConfigType, ReportGroupSortByType, ReportGroupStatusType, ReportGroupTrendFieldType, ReportPackagingType, ReportStatusType, ReportType, RetryBuildBatchType, ServerType, SharedResourceSortByType, SortOrderType, SourceAuthType, SourceType, StatusType, WebhookBuildType, WebhookFilterType, WebhookScopeType, WebhookStatus } from "./enums";
79
2
  /**
80
3
  * <p>Information about the auto-retry configuration for the build.</p>
81
4
  * @public
@@ -147,18 +70,6 @@ export interface BatchDeleteBuildsOutput {
147
70
  */
148
71
  buildsNotDeleted?: BuildNotDeleted[] | undefined;
149
72
  }
150
- /**
151
- * <p>The input value that was provided is not valid.</p>
152
- * @public
153
- */
154
- export declare class InvalidInputException extends __BaseException {
155
- readonly name: "InvalidInputException";
156
- readonly $fault: "client";
157
- /**
158
- * @internal
159
- */
160
- constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
161
- }
162
73
  /**
163
74
  * @public
164
75
  */
@@ -169,19 +80,6 @@ export interface BatchGetBuildBatchesInput {
169
80
  */
170
81
  ids: string[] | undefined;
171
82
  }
172
- /**
173
- * @public
174
- * @enum
175
- */
176
- export declare const BucketOwnerAccess: {
177
- readonly FULL: "FULL";
178
- readonly NONE: "NONE";
179
- readonly READ_ONLY: "READ_ONLY";
180
- };
181
- /**
182
- * @public
183
- */
184
- export type BucketOwnerAccess = (typeof BucketOwnerAccess)[keyof typeof BucketOwnerAccess];
185
83
  /**
186
84
  * <p>Information about build output artifacts.</p>
187
85
  * @public
@@ -279,18 +177,6 @@ export interface BuildArtifacts {
279
177
  */
280
178
  bucketOwnerAccess?: BucketOwnerAccess | undefined;
281
179
  }
282
- /**
283
- * @public
284
- * @enum
285
- */
286
- export declare const BatchReportModeType: {
287
- readonly REPORT_AGGREGATED_BATCH: "REPORT_AGGREGATED_BATCH";
288
- readonly REPORT_INDIVIDUAL_BUILDS: "REPORT_INDIVIDUAL_BUILDS";
289
- };
290
- /**
291
- * @public
292
- */
293
- export type BatchReportModeType = (typeof BatchReportModeType)[keyof typeof BatchReportModeType];
294
180
  /**
295
181
  * <p>Specifies restrictions for the batch build.</p>
296
182
  * @public
@@ -362,22 +248,6 @@ export interface ProjectBuildBatchConfig {
362
248
  */
363
249
  batchReportMode?: BatchReportModeType | undefined;
364
250
  }
365
- /**
366
- * @public
367
- * @enum
368
- */
369
- export declare const StatusType: {
370
- readonly FAILED: "FAILED";
371
- readonly FAULT: "FAULT";
372
- readonly IN_PROGRESS: "IN_PROGRESS";
373
- readonly STOPPED: "STOPPED";
374
- readonly SUCCEEDED: "SUCCEEDED";
375
- readonly TIMED_OUT: "TIMED_OUT";
376
- };
377
- /**
378
- * @public
379
- */
380
- export type StatusType = (typeof StatusType)[keyof typeof StatusType];
381
251
  /**
382
252
  * <p>Represents a resolved build artifact. A resolved artifact is an artifact that is built and
383
253
  * deployed to the destination, such as Amazon S3.</p>
@@ -495,32 +365,6 @@ export interface BuildGroup {
495
365
  */
496
366
  priorBuildSummaryList?: BuildSummary[] | undefined;
497
367
  }
498
- /**
499
- * @public
500
- * @enum
501
- */
502
- export declare const CacheMode: {
503
- readonly LOCAL_CUSTOM_CACHE: "LOCAL_CUSTOM_CACHE";
504
- readonly LOCAL_DOCKER_LAYER_CACHE: "LOCAL_DOCKER_LAYER_CACHE";
505
- readonly LOCAL_SOURCE_CACHE: "LOCAL_SOURCE_CACHE";
506
- };
507
- /**
508
- * @public
509
- */
510
- export type CacheMode = (typeof CacheMode)[keyof typeof CacheMode];
511
- /**
512
- * @public
513
- * @enum
514
- */
515
- export declare const CacheType: {
516
- readonly LOCAL: "LOCAL";
517
- readonly NO_CACHE: "NO_CACHE";
518
- readonly S3: "S3";
519
- };
520
- /**
521
- * @public
522
- */
523
- export type CacheType = (typeof CacheType)[keyof typeof CacheType];
524
368
  /**
525
369
  * <p>Information about the cache for the build project.</p>
526
370
  * @public
@@ -631,18 +475,6 @@ export interface ProjectCache {
631
475
  */
632
476
  cacheNamespace?: string | undefined;
633
477
  }
634
- /**
635
- * @public
636
- * @enum
637
- */
638
- export declare const MachineType: {
639
- readonly GENERAL: "GENERAL";
640
- readonly NVME: "NVME";
641
- };
642
- /**
643
- * @public
644
- */
645
- export type MachineType = (typeof MachineType)[keyof typeof MachineType];
646
478
  /**
647
479
  * <p>Contains compute attributes. These attributes only need be specified when your project's or fleet's <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code> or <code>CUSTOM_INSTANCE_TYPE</code>.</p>
648
480
  * @public
@@ -674,28 +506,6 @@ export interface ComputeConfiguration {
674
506
  */
675
507
  instanceType?: string | undefined;
676
508
  }
677
- /**
678
- * @public
679
- * @enum
680
- */
681
- export declare const ComputeType: {
682
- readonly ATTRIBUTE_BASED_COMPUTE: "ATTRIBUTE_BASED_COMPUTE";
683
- readonly BUILD_GENERAL1_2XLARGE: "BUILD_GENERAL1_2XLARGE";
684
- readonly BUILD_GENERAL1_LARGE: "BUILD_GENERAL1_LARGE";
685
- readonly BUILD_GENERAL1_MEDIUM: "BUILD_GENERAL1_MEDIUM";
686
- readonly BUILD_GENERAL1_SMALL: "BUILD_GENERAL1_SMALL";
687
- readonly BUILD_GENERAL1_XLARGE: "BUILD_GENERAL1_XLARGE";
688
- readonly BUILD_LAMBDA_10GB: "BUILD_LAMBDA_10GB";
689
- readonly BUILD_LAMBDA_1GB: "BUILD_LAMBDA_1GB";
690
- readonly BUILD_LAMBDA_2GB: "BUILD_LAMBDA_2GB";
691
- readonly BUILD_LAMBDA_4GB: "BUILD_LAMBDA_4GB";
692
- readonly BUILD_LAMBDA_8GB: "BUILD_LAMBDA_8GB";
693
- readonly CUSTOM_INSTANCE_TYPE: "CUSTOM_INSTANCE_TYPE";
694
- };
695
- /**
696
- * @public
697
- */
698
- export type ComputeType = (typeof ComputeType)[keyof typeof ComputeType];
699
509
  /**
700
510
  * <p>Contains information about the status of the docker server.</p>
701
511
  * @public
@@ -764,19 +574,6 @@ export interface DockerServer {
764
574
  */
765
575
  status?: DockerServerStatus | undefined;
766
576
  }
767
- /**
768
- * @public
769
- * @enum
770
- */
771
- export declare const EnvironmentVariableType: {
772
- readonly PARAMETER_STORE: "PARAMETER_STORE";
773
- readonly PLAINTEXT: "PLAINTEXT";
774
- readonly SECRETS_MANAGER: "SECRETS_MANAGER";
775
- };
776
- /**
777
- * @public
778
- */
779
- export type EnvironmentVariableType = (typeof EnvironmentVariableType)[keyof typeof EnvironmentVariableType];
780
577
  /**
781
578
  * <p>Information about an environment variable for a build project or a build.</p>
782
579
  * @public
@@ -843,29 +640,6 @@ export interface ProjectFleet {
843
640
  */
844
641
  fleetArn?: string | undefined;
845
642
  }
846
- /**
847
- * @public
848
- * @enum
849
- */
850
- export declare const ImagePullCredentialsType: {
851
- readonly CODEBUILD: "CODEBUILD";
852
- readonly SERVICE_ROLE: "SERVICE_ROLE";
853
- };
854
- /**
855
- * @public
856
- */
857
- export type ImagePullCredentialsType = (typeof ImagePullCredentialsType)[keyof typeof ImagePullCredentialsType];
858
- /**
859
- * @public
860
- * @enum
861
- */
862
- export declare const CredentialProviderType: {
863
- readonly SECRETS_MANAGER: "SECRETS_MANAGER";
864
- };
865
- /**
866
- * @public
867
- */
868
- export type CredentialProviderType = (typeof CredentialProviderType)[keyof typeof CredentialProviderType];
869
643
  /**
870
644
  * <p> Information about credentials that provide access to a private Docker registry. When
871
645
  * this is set: </p>
@@ -900,28 +674,6 @@ export interface RegistryCredential {
900
674
  */
901
675
  credentialProvider: CredentialProviderType | undefined;
902
676
  }
903
- /**
904
- * @public
905
- * @enum
906
- */
907
- export declare const EnvironmentType: {
908
- readonly ARM_CONTAINER: "ARM_CONTAINER";
909
- readonly ARM_EC2: "ARM_EC2";
910
- readonly ARM_LAMBDA_CONTAINER: "ARM_LAMBDA_CONTAINER";
911
- readonly LINUX_CONTAINER: "LINUX_CONTAINER";
912
- readonly LINUX_EC2: "LINUX_EC2";
913
- readonly LINUX_GPU_CONTAINER: "LINUX_GPU_CONTAINER";
914
- readonly LINUX_LAMBDA_CONTAINER: "LINUX_LAMBDA_CONTAINER";
915
- readonly MAC_ARM: "MAC_ARM";
916
- readonly WINDOWS_CONTAINER: "WINDOWS_CONTAINER";
917
- readonly WINDOWS_EC2: "WINDOWS_EC2";
918
- readonly WINDOWS_SERVER_2019_CONTAINER: "WINDOWS_SERVER_2019_CONTAINER";
919
- readonly WINDOWS_SERVER_2022_CONTAINER: "WINDOWS_SERVER_2022_CONTAINER";
920
- };
921
- /**
922
- * @public
923
- */
924
- export type EnvironmentType = (typeof EnvironmentType)[keyof typeof EnvironmentType];
925
677
  /**
926
678
  * <p>Information about the build environment of the build project.</p>
927
679
  * @public
@@ -1139,17 +891,6 @@ export interface ProjectEnvironment {
1139
891
  */
1140
892
  dockerServer?: DockerServer | undefined;
1141
893
  }
1142
- /**
1143
- * @public
1144
- * @enum
1145
- */
1146
- export declare const FileSystemType: {
1147
- readonly EFS: "EFS";
1148
- };
1149
- /**
1150
- * @public
1151
- */
1152
- export type FileSystemType = (typeof FileSystemType)[keyof typeof FileSystemType];
1153
894
  /**
1154
895
  * <p> Information about a file system created by Amazon Elastic File System (EFS). For more
1155
896
  * information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">What Is
@@ -1202,18 +943,6 @@ export interface ProjectFileSystemLocation {
1202
943
  */
1203
944
  mountOptions?: string | undefined;
1204
945
  }
1205
- /**
1206
- * @public
1207
- * @enum
1208
- */
1209
- export declare const LogsConfigStatusType: {
1210
- readonly DISABLED: "DISABLED";
1211
- readonly ENABLED: "ENABLED";
1212
- };
1213
- /**
1214
- * @public
1215
- */
1216
- export type LogsConfigStatusType = (typeof LogsConfigStatusType)[keyof typeof LogsConfigStatusType];
1217
946
  /**
1218
947
  * <p> Information about CloudWatch Logs for a build project. </p>
1219
948
  * @public
@@ -1365,23 +1094,6 @@ export interface PhaseContext {
1365
1094
  */
1366
1095
  message?: string | undefined;
1367
1096
  }
1368
- /**
1369
- * @public
1370
- * @enum
1371
- */
1372
- export declare const BuildBatchPhaseType: {
1373
- readonly COMBINE_ARTIFACTS: "COMBINE_ARTIFACTS";
1374
- readonly DOWNLOAD_BATCHSPEC: "DOWNLOAD_BATCHSPEC";
1375
- readonly FAILED: "FAILED";
1376
- readonly IN_PROGRESS: "IN_PROGRESS";
1377
- readonly STOPPED: "STOPPED";
1378
- readonly SUBMITTED: "SUBMITTED";
1379
- readonly SUCCEEDED: "SUCCEEDED";
1380
- };
1381
- /**
1382
- * @public
1383
- */
1384
- export type BuildBatchPhaseType = (typeof BuildBatchPhaseType)[keyof typeof BuildBatchPhaseType];
1385
1097
  /**
1386
1098
  * <p>Contains information about a stage for a batch build.</p>
1387
1099
  * @public
@@ -1477,19 +1189,6 @@ export interface BuildBatchPhase {
1477
1189
  */
1478
1190
  contexts?: PhaseContext[] | undefined;
1479
1191
  }
1480
- /**
1481
- * @public
1482
- * @enum
1483
- */
1484
- export declare const SourceAuthType: {
1485
- readonly CODECONNECTIONS: "CODECONNECTIONS";
1486
- readonly OAUTH: "OAUTH";
1487
- readonly SECRETS_MANAGER: "SECRETS_MANAGER";
1488
- };
1489
- /**
1490
- * @public
1491
- */
1492
- export type SourceAuthType = (typeof SourceAuthType)[keyof typeof SourceAuthType];
1493
1192
  /**
1494
1193
  * <p>Information about the authorization settings for CodeBuild to access the source code to be
1495
1194
  * built.</p>
@@ -1562,25 +1261,6 @@ export interface GitSubmodulesConfig {
1562
1261
  */
1563
1262
  fetchSubmodules: boolean | undefined;
1564
1263
  }
1565
- /**
1566
- * @public
1567
- * @enum
1568
- */
1569
- export declare const SourceType: {
1570
- readonly BITBUCKET: "BITBUCKET";
1571
- readonly CODECOMMIT: "CODECOMMIT";
1572
- readonly CODEPIPELINE: "CODEPIPELINE";
1573
- readonly GITHUB: "GITHUB";
1574
- readonly GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE";
1575
- readonly GITLAB: "GITLAB";
1576
- readonly GITLAB_SELF_MANAGED: "GITLAB_SELF_MANAGED";
1577
- readonly NO_SOURCE: "NO_SOURCE";
1578
- readonly S3: "S3";
1579
- };
1580
- /**
1581
- * @public
1582
- */
1583
- export type SourceType = (typeof SourceType)[keyof typeof SourceType];
1584
1264
  /**
1585
1265
  * <p>Information about the build input source code for the build project.</p>
1586
1266
  * @public
@@ -2206,27 +1886,6 @@ export interface NetworkInterface {
2206
1886
  */
2207
1887
  networkInterfaceId?: string | undefined;
2208
1888
  }
2209
- /**
2210
- * @public
2211
- * @enum
2212
- */
2213
- export declare const BuildPhaseType: {
2214
- readonly BUILD: "BUILD";
2215
- readonly COMPLETED: "COMPLETED";
2216
- readonly DOWNLOAD_SOURCE: "DOWNLOAD_SOURCE";
2217
- readonly FINALIZING: "FINALIZING";
2218
- readonly INSTALL: "INSTALL";
2219
- readonly POST_BUILD: "POST_BUILD";
2220
- readonly PRE_BUILD: "PRE_BUILD";
2221
- readonly PROVISIONING: "PROVISIONING";
2222
- readonly QUEUED: "QUEUED";
2223
- readonly SUBMITTED: "SUBMITTED";
2224
- readonly UPLOAD_ARTIFACTS: "UPLOAD_ARTIFACTS";
2225
- };
2226
- /**
2227
- * @public
2228
- */
2229
- export type BuildPhaseType = (typeof BuildPhaseType)[keyof typeof BuildPhaseType];
2230
1889
  /**
2231
1890
  * <p>Information about a stage for a build.</p>
2232
1891
  * @public
@@ -2640,17 +2299,6 @@ export interface BatchGetCommandExecutionsInput {
2640
2299
  */
2641
2300
  commandExecutionIds: string[] | undefined;
2642
2301
  }
2643
- /**
2644
- * @public
2645
- * @enum
2646
- */
2647
- export declare const CommandType: {
2648
- readonly SHELL: "SHELL";
2649
- };
2650
- /**
2651
- * @public
2652
- */
2653
- export type CommandType = (typeof CommandType)[keyof typeof CommandType];
2654
2302
  /**
2655
2303
  * <p>Contains command execution information.</p>
2656
2304
  * @public
@@ -2747,54 +2395,6 @@ export interface BatchGetFleetsInput {
2747
2395
  */
2748
2396
  names: string[] | undefined;
2749
2397
  }
2750
- /**
2751
- * @public
2752
- * @enum
2753
- */
2754
- export declare const FleetOverflowBehavior: {
2755
- readonly ON_DEMAND: "ON_DEMAND";
2756
- readonly QUEUE: "QUEUE";
2757
- };
2758
- /**
2759
- * @public
2760
- */
2761
- export type FleetOverflowBehavior = (typeof FleetOverflowBehavior)[keyof typeof FleetOverflowBehavior];
2762
- /**
2763
- * @public
2764
- * @enum
2765
- */
2766
- export declare const FleetProxyRuleBehavior: {
2767
- readonly ALLOW_ALL: "ALLOW_ALL";
2768
- readonly DENY_ALL: "DENY_ALL";
2769
- };
2770
- /**
2771
- * @public
2772
- */
2773
- export type FleetProxyRuleBehavior = (typeof FleetProxyRuleBehavior)[keyof typeof FleetProxyRuleBehavior];
2774
- /**
2775
- * @public
2776
- * @enum
2777
- */
2778
- export declare const FleetProxyRuleEffectType: {
2779
- readonly ALLOW: "ALLOW";
2780
- readonly DENY: "DENY";
2781
- };
2782
- /**
2783
- * @public
2784
- */
2785
- export type FleetProxyRuleEffectType = (typeof FleetProxyRuleEffectType)[keyof typeof FleetProxyRuleEffectType];
2786
- /**
2787
- * @public
2788
- * @enum
2789
- */
2790
- export declare const FleetProxyRuleType: {
2791
- readonly DOMAIN: "DOMAIN";
2792
- readonly IP: "IP";
2793
- };
2794
- /**
2795
- * @public
2796
- */
2797
- export type FleetProxyRuleType = (typeof FleetProxyRuleType)[keyof typeof FleetProxyRuleType];
2798
2398
  /**
2799
2399
  * <p>Information about the proxy rule for your reserved capacity instances.</p>
2800
2400
  * @public
@@ -2832,28 +2432,6 @@ export interface ProxyConfiguration {
2832
2432
  */
2833
2433
  orderedProxyRules?: FleetProxyRule[] | undefined;
2834
2434
  }
2835
- /**
2836
- * @public
2837
- * @enum
2838
- */
2839
- export declare const FleetScalingType: {
2840
- readonly TARGET_TRACKING_SCALING: "TARGET_TRACKING_SCALING";
2841
- };
2842
- /**
2843
- * @public
2844
- */
2845
- export type FleetScalingType = (typeof FleetScalingType)[keyof typeof FleetScalingType];
2846
- /**
2847
- * @public
2848
- * @enum
2849
- */
2850
- export declare const FleetScalingMetricType: {
2851
- readonly FLEET_UTILIZATION_RATE: "FLEET_UTILIZATION_RATE";
2852
- };
2853
- /**
2854
- * @public
2855
- */
2856
- export type FleetScalingMetricType = (typeof FleetScalingMetricType)[keyof typeof FleetScalingMetricType];
2857
2435
  /**
2858
2436
  * <p>Defines when a new instance is auto-scaled into the compute fleet.</p>
2859
2437
  * @public
@@ -2896,39 +2474,6 @@ export interface ScalingConfigurationOutput {
2896
2474
  */
2897
2475
  desiredCapacity?: number | undefined;
2898
2476
  }
2899
- /**
2900
- * @public
2901
- * @enum
2902
- */
2903
- export declare const FleetContextCode: {
2904
- readonly ACTION_REQUIRED: "ACTION_REQUIRED";
2905
- readonly CREATE_FAILED: "CREATE_FAILED";
2906
- readonly INSUFFICIENT_CAPACITY: "INSUFFICIENT_CAPACITY";
2907
- readonly PENDING_DELETION: "PENDING_DELETION";
2908
- readonly UPDATE_FAILED: "UPDATE_FAILED";
2909
- };
2910
- /**
2911
- * @public
2912
- */
2913
- export type FleetContextCode = (typeof FleetContextCode)[keyof typeof FleetContextCode];
2914
- /**
2915
- * @public
2916
- * @enum
2917
- */
2918
- export declare const FleetStatusCode: {
2919
- readonly ACTIVE: "ACTIVE";
2920
- readonly CREATE_FAILED: "CREATE_FAILED";
2921
- readonly CREATING: "CREATING";
2922
- readonly DELETING: "DELETING";
2923
- readonly PENDING_DELETION: "PENDING_DELETION";
2924
- readonly ROTATING: "ROTATING";
2925
- readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
2926
- readonly UPDATING: "UPDATING";
2927
- };
2928
- /**
2929
- * @public
2930
- */
2931
- export type FleetStatusCode = (typeof FleetStatusCode)[keyof typeof FleetStatusCode];
2932
2477
  /**
2933
2478
  * <p>The status of the compute fleet.</p>
2934
2479
  * @public
@@ -3583,52 +3128,6 @@ export interface ProjectBadge {
3583
3128
  */
3584
3129
  badgeRequestUrl?: string | undefined;
3585
3130
  }
3586
- /**
3587
- * @public
3588
- * @enum
3589
- */
3590
- export declare const ProjectVisibilityType: {
3591
- readonly PRIVATE: "PRIVATE";
3592
- readonly PUBLIC_READ: "PUBLIC_READ";
3593
- };
3594
- /**
3595
- * @public
3596
- */
3597
- export type ProjectVisibilityType = (typeof ProjectVisibilityType)[keyof typeof ProjectVisibilityType];
3598
- /**
3599
- * @public
3600
- * @enum
3601
- */
3602
- export declare const WebhookBuildType: {
3603
- readonly BUILD: "BUILD";
3604
- readonly BUILD_BATCH: "BUILD_BATCH";
3605
- readonly RUNNER_BUILDKITE_BUILD: "RUNNER_BUILDKITE_BUILD";
3606
- };
3607
- /**
3608
- * @public
3609
- */
3610
- export type WebhookBuildType = (typeof WebhookBuildType)[keyof typeof WebhookBuildType];
3611
- /**
3612
- * @public
3613
- * @enum
3614
- */
3615
- export declare const WebhookFilterType: {
3616
- readonly ACTOR_ACCOUNT_ID: "ACTOR_ACCOUNT_ID";
3617
- readonly BASE_REF: "BASE_REF";
3618
- readonly COMMIT_MESSAGE: "COMMIT_MESSAGE";
3619
- readonly EVENT: "EVENT";
3620
- readonly FILE_PATH: "FILE_PATH";
3621
- readonly HEAD_REF: "HEAD_REF";
3622
- readonly ORGANIZATION_NAME: "ORGANIZATION_NAME";
3623
- readonly RELEASE_NAME: "RELEASE_NAME";
3624
- readonly REPOSITORY_NAME: "REPOSITORY_NAME";
3625
- readonly TAG_NAME: "TAG_NAME";
3626
- readonly WORKFLOW_NAME: "WORKFLOW_NAME";
3627
- };
3628
- /**
3629
- * @public
3630
- */
3631
- export type WebhookFilterType = (typeof WebhookFilterType)[keyof typeof WebhookFilterType];
3632
3131
  /**
3633
3132
  * <p>A filter used to determine which webhooks trigger a build. </p>
3634
3133
  * @public
@@ -3815,43 +3314,6 @@ export interface WebhookFilter {
3815
3314
  */
3816
3315
  excludeMatchedPattern?: boolean | undefined;
3817
3316
  }
3818
- /**
3819
- * @public
3820
- * @enum
3821
- */
3822
- export declare const PullRequestBuildApproverRole: {
3823
- readonly BITBUCKET_ADMIN: "BITBUCKET_ADMIN";
3824
- readonly BITBUCKET_READ: "BITBUCKET_READ";
3825
- readonly BITBUCKET_WRITE: "BITBUCKET_WRITE";
3826
- readonly GITHUB_ADMIN: "GITHUB_ADMIN";
3827
- readonly GITHUB_MAINTAIN: "GITHUB_MAINTAIN";
3828
- readonly GITHUB_READ: "GITHUB_READ";
3829
- readonly GITHUB_TRIAGE: "GITHUB_TRIAGE";
3830
- readonly GITHUB_WRITE: "GITHUB_WRITE";
3831
- readonly GITLAB_DEVELOPER: "GITLAB_DEVELOPER";
3832
- readonly GITLAB_GUEST: "GITLAB_GUEST";
3833
- readonly GITLAB_MAINTAINER: "GITLAB_MAINTAINER";
3834
- readonly GITLAB_OWNER: "GITLAB_OWNER";
3835
- readonly GITLAB_PLANNER: "GITLAB_PLANNER";
3836
- readonly GITLAB_REPORTER: "GITLAB_REPORTER";
3837
- };
3838
- /**
3839
- * @public
3840
- */
3841
- export type PullRequestBuildApproverRole = (typeof PullRequestBuildApproverRole)[keyof typeof PullRequestBuildApproverRole];
3842
- /**
3843
- * @public
3844
- * @enum
3845
- */
3846
- export declare const PullRequestBuildCommentApproval: {
3847
- readonly ALL_PULL_REQUESTS: "ALL_PULL_REQUESTS";
3848
- readonly DISABLED: "DISABLED";
3849
- readonly FORK_PULL_REQUESTS: "FORK_PULL_REQUESTS";
3850
- };
3851
- /**
3852
- * @public
3853
- */
3854
- export type PullRequestBuildCommentApproval = (typeof PullRequestBuildCommentApproval)[keyof typeof PullRequestBuildCommentApproval];
3855
3317
  /**
3856
3318
  * <p>A PullRequestBuildPolicy object that defines comment-based approval requirements for triggering builds on pull requests. This policy helps control when automated builds are executed based on contributor permissions and approval workflows.</p>
3857
3319
  * @public
@@ -3882,19 +3344,6 @@ export interface PullRequestBuildPolicy {
3882
3344
  */
3883
3345
  approverRoles?: PullRequestBuildApproverRole[] | undefined;
3884
3346
  }
3885
- /**
3886
- * @public
3887
- * @enum
3888
- */
3889
- export declare const WebhookScopeType: {
3890
- readonly GITHUB_GLOBAL: "GITHUB_GLOBAL";
3891
- readonly GITHUB_ORGANIZATION: "GITHUB_ORGANIZATION";
3892
- readonly GITLAB_GROUP: "GITLAB_GROUP";
3893
- };
3894
- /**
3895
- * @public
3896
- */
3897
- export type WebhookScopeType = (typeof WebhookScopeType)[keyof typeof WebhookScopeType];
3898
3347
  /**
3899
3348
  * <p>Contains configuration information about the scope for a webhook. </p>
3900
3349
  * @public
@@ -3916,20 +3365,6 @@ export interface ScopeConfiguration {
3916
3365
  */
3917
3366
  scope: WebhookScopeType | undefined;
3918
3367
  }
3919
- /**
3920
- * @public
3921
- * @enum
3922
- */
3923
- export declare const WebhookStatus: {
3924
- readonly ACTIVE: "ACTIVE";
3925
- readonly CREATE_FAILED: "CREATE_FAILED";
3926
- readonly CREATING: "CREATING";
3927
- readonly DELETING: "DELETING";
3928
- };
3929
- /**
3930
- * @public
3931
- */
3932
- export type WebhookStatus = (typeof WebhookStatus)[keyof typeof WebhookStatus];
3933
3368
  /**
3934
3369
  * <p>Information about a webhook that connects repository events to a build project in
3935
3370
  * CodeBuild.</p>
@@ -4293,30 +3728,6 @@ export interface BatchGetReportGroupsInput {
4293
3728
  */
4294
3729
  reportGroupArns: string[] | undefined;
4295
3730
  }
4296
- /**
4297
- * @public
4298
- * @enum
4299
- */
4300
- export declare const ReportExportConfigType: {
4301
- readonly NO_EXPORT: "NO_EXPORT";
4302
- readonly S3: "S3";
4303
- };
4304
- /**
4305
- * @public
4306
- */
4307
- export type ReportExportConfigType = (typeof ReportExportConfigType)[keyof typeof ReportExportConfigType];
4308
- /**
4309
- * @public
4310
- * @enum
4311
- */
4312
- export declare const ReportPackagingType: {
4313
- readonly NONE: "NONE";
4314
- readonly ZIP: "ZIP";
4315
- };
4316
- /**
4317
- * @public
4318
- */
4319
- export type ReportPackagingType = (typeof ReportPackagingType)[keyof typeof ReportPackagingType];
4320
3731
  /**
4321
3732
  * <p> Information about the S3 bucket where the raw data of a report are exported. </p>
4322
3733
  * @public
@@ -4393,30 +3804,6 @@ export interface ReportExportConfig {
4393
3804
  */
4394
3805
  s3Destination?: S3ReportExportConfig | undefined;
4395
3806
  }
4396
- /**
4397
- * @public
4398
- * @enum
4399
- */
4400
- export declare const ReportGroupStatusType: {
4401
- readonly ACTIVE: "ACTIVE";
4402
- readonly DELETING: "DELETING";
4403
- };
4404
- /**
4405
- * @public
4406
- */
4407
- export type ReportGroupStatusType = (typeof ReportGroupStatusType)[keyof typeof ReportGroupStatusType];
4408
- /**
4409
- * @public
4410
- * @enum
4411
- */
4412
- export declare const ReportType: {
4413
- readonly CODE_COVERAGE: "CODE_COVERAGE";
4414
- readonly TEST: "TEST";
4415
- };
4416
- /**
4417
- * @public
4418
- */
4419
- export type ReportType = (typeof ReportType)[keyof typeof ReportType];
4420
3807
  /**
4421
3808
  * <p>A series of reports. Each report contains information about the results from running a
4422
3809
  * series of test cases. You specify the test cases for a report group in the buildspec for
@@ -4563,21 +3950,6 @@ export interface CodeCoverageReportSummary {
4563
3950
  */
4564
3951
  branchesMissed?: number | undefined;
4565
3952
  }
4566
- /**
4567
- * @public
4568
- * @enum
4569
- */
4570
- export declare const ReportStatusType: {
4571
- readonly DELETING: "DELETING";
4572
- readonly FAILED: "FAILED";
4573
- readonly GENERATING: "GENERATING";
4574
- readonly INCOMPLETE: "INCOMPLETE";
4575
- readonly SUCCEEDED: "SUCCEEDED";
4576
- };
4577
- /**
4578
- * @public
4579
- */
4580
- export type ReportStatusType = (typeof ReportStatusType)[keyof typeof ReportStatusType];
4581
3953
  /**
4582
3954
  * <p> Information about a test report. </p>
4583
3955
  * @public
@@ -5248,19 +4620,6 @@ export interface CreateFleetOutput {
5248
4620
  */
5249
4621
  fleet?: Fleet | undefined;
5250
4622
  }
5251
- /**
5252
- * <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
5253
- * settings already exists.</p>
5254
- * @public
5255
- */
5256
- export declare class ResourceAlreadyExistsException extends __BaseException {
5257
- readonly name: "ResourceAlreadyExistsException";
5258
- readonly $fault: "client";
5259
- /**
5260
- * @internal
5261
- */
5262
- constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
5263
- }
5264
4623
  /**
5265
4624
  * @public
5266
4625
  */
@@ -5573,30 +4932,6 @@ export interface CreateWebhookOutput {
5573
4932
  */
5574
4933
  webhook?: Webhook | undefined;
5575
4934
  }
5576
- /**
5577
- * <p>There was a problem with the underlying OAuth provider.</p>
5578
- * @public
5579
- */
5580
- export declare class OAuthProviderException extends __BaseException {
5581
- readonly name: "OAuthProviderException";
5582
- readonly $fault: "client";
5583
- /**
5584
- * @internal
5585
- */
5586
- constructor(opts: __ExceptionOptionType<OAuthProviderException, __BaseException>);
5587
- }
5588
- /**
5589
- * <p>The specified Amazon Web Services resource cannot be found.</p>
5590
- * @public
5591
- */
5592
- export declare class ResourceNotFoundException extends __BaseException {
5593
- readonly name: "ResourceNotFoundException";
5594
- readonly $fault: "client";
5595
- /**
5596
- * @internal
5597
- */
5598
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
5599
- }
5600
4935
  /**
5601
4936
  * @public
5602
4937
  */
@@ -5749,30 +5084,6 @@ export interface DeleteWebhookInput {
5749
5084
  */
5750
5085
  export interface DeleteWebhookOutput {
5751
5086
  }
5752
- /**
5753
- * @public
5754
- * @enum
5755
- */
5756
- export declare const ReportCodeCoverageSortByType: {
5757
- readonly FILE_PATH: "FILE_PATH";
5758
- readonly LINE_COVERAGE_PERCENTAGE: "LINE_COVERAGE_PERCENTAGE";
5759
- };
5760
- /**
5761
- * @public
5762
- */
5763
- export type ReportCodeCoverageSortByType = (typeof ReportCodeCoverageSortByType)[keyof typeof ReportCodeCoverageSortByType];
5764
- /**
5765
- * @public
5766
- * @enum
5767
- */
5768
- export declare const SortOrderType: {
5769
- readonly ASCENDING: "ASCENDING";
5770
- readonly DESCENDING: "DESCENDING";
5771
- };
5772
- /**
5773
- * @public
5774
- */
5775
- export type SortOrderType = (typeof SortOrderType)[keyof typeof SortOrderType];
5776
5087
  /**
5777
5088
  * @public
5778
5089
  */
@@ -6068,25 +5379,6 @@ export interface DescribeTestCasesOutput {
6068
5379
  */
6069
5380
  testCases?: TestCase[] | undefined;
6070
5381
  }
6071
- /**
6072
- * @public
6073
- * @enum
6074
- */
6075
- export declare const ReportGroupTrendFieldType: {
6076
- readonly BRANCHES_COVERED: "BRANCHES_COVERED";
6077
- readonly BRANCHES_MISSED: "BRANCHES_MISSED";
6078
- readonly BRANCH_COVERAGE: "BRANCH_COVERAGE";
6079
- readonly DURATION: "DURATION";
6080
- readonly LINES_COVERED: "LINES_COVERED";
6081
- readonly LINES_MISSED: "LINES_MISSED";
6082
- readonly LINE_COVERAGE: "LINE_COVERAGE";
6083
- readonly PASS_RATE: "PASS_RATE";
6084
- readonly TOTAL: "TOTAL";
6085
- };
6086
- /**
6087
- * @public
6088
- */
6089
- export type ReportGroupTrendFieldType = (typeof ReportGroupTrendFieldType)[keyof typeof ReportGroupTrendFieldType];
6090
5382
  /**
6091
5383
  * @public
6092
5384
  */
@@ -6241,21 +5533,6 @@ export interface GetResourcePolicyOutput {
6241
5533
  */
6242
5534
  policy?: string | undefined;
6243
5535
  }
6244
- /**
6245
- * @public
6246
- * @enum
6247
- */
6248
- export declare const ServerType: {
6249
- readonly BITBUCKET: "BITBUCKET";
6250
- readonly GITHUB: "GITHUB";
6251
- readonly GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE";
6252
- readonly GITLAB: "GITLAB";
6253
- readonly GITLAB_SELF_MANAGED: "GITLAB_SELF_MANAGED";
6254
- };
6255
- /**
6256
- * @public
6257
- */
6258
- export type ServerType = (typeof ServerType)[keyof typeof ServerType];
6259
5536
  /**
6260
5537
  * @public
6261
5538
  */
@@ -6606,26 +5883,6 @@ export interface EnvironmentImage {
6606
5883
  */
6607
5884
  versions?: string[] | undefined;
6608
5885
  }
6609
- /**
6610
- * @public
6611
- * @enum
6612
- */
6613
- export declare const LanguageType: {
6614
- readonly ANDROID: "ANDROID";
6615
- readonly BASE: "BASE";
6616
- readonly DOCKER: "DOCKER";
6617
- readonly DOTNET: "DOTNET";
6618
- readonly GOLANG: "GOLANG";
6619
- readonly JAVA: "JAVA";
6620
- readonly NODE_JS: "NODE_JS";
6621
- readonly PHP: "PHP";
6622
- readonly PYTHON: "PYTHON";
6623
- readonly RUBY: "RUBY";
6624
- };
6625
- /**
6626
- * @public
6627
- */
6628
- export type LanguageType = (typeof LanguageType)[keyof typeof LanguageType];
6629
5886
  /**
6630
5887
  * <p>A set of Docker images that are related by programming language and are managed by
6631
5888
  * CodeBuild.</p>
@@ -6644,20 +5901,6 @@ export interface EnvironmentLanguage {
6644
5901
  */
6645
5902
  images?: EnvironmentImage[] | undefined;
6646
5903
  }
6647
- /**
6648
- * @public
6649
- * @enum
6650
- */
6651
- export declare const PlatformType: {
6652
- readonly AMAZON_LINUX: "AMAZON_LINUX";
6653
- readonly DEBIAN: "DEBIAN";
6654
- readonly UBUNTU: "UBUNTU";
6655
- readonly WINDOWS_SERVER: "WINDOWS_SERVER";
6656
- };
6657
- /**
6658
- * @public
6659
- */
6660
- export type PlatformType = (typeof PlatformType)[keyof typeof PlatformType];
6661
5904
  /**
6662
5905
  * <p>A set of Docker images that are related by platform and are managed by CodeBuild.</p>
6663
5906
  * @public
@@ -6686,19 +5929,6 @@ export interface ListCuratedEnvironmentImagesOutput {
6686
5929
  */
6687
5930
  platforms?: EnvironmentPlatform[] | undefined;
6688
5931
  }
6689
- /**
6690
- * @public
6691
- * @enum
6692
- */
6693
- export declare const FleetSortByType: {
6694
- readonly CREATED_TIME: "CREATED_TIME";
6695
- readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
6696
- readonly NAME: "NAME";
6697
- };
6698
- /**
6699
- * @public
6700
- */
6701
- export type FleetSortByType = (typeof FleetSortByType)[keyof typeof FleetSortByType];
6702
5932
  /**
6703
5933
  * @public
6704
5934
  */
@@ -6778,19 +6008,6 @@ export interface ListFleetsOutput {
6778
6008
  */
6779
6009
  fleets?: string[] | undefined;
6780
6010
  }
6781
- /**
6782
- * @public
6783
- * @enum
6784
- */
6785
- export declare const ProjectSortByType: {
6786
- readonly CREATED_TIME: "CREATED_TIME";
6787
- readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
6788
- readonly NAME: "NAME";
6789
- };
6790
- /**
6791
- * @public
6792
- */
6793
- export type ProjectSortByType = (typeof ProjectSortByType)[keyof typeof ProjectSortByType];
6794
6011
  /**
6795
6012
  * @public
6796
6013
  */
@@ -6865,19 +6082,6 @@ export interface ListProjectsOutput {
6865
6082
  */
6866
6083
  projects?: string[] | undefined;
6867
6084
  }
6868
- /**
6869
- * @public
6870
- * @enum
6871
- */
6872
- export declare const ReportGroupSortByType: {
6873
- readonly CREATED_TIME: "CREATED_TIME";
6874
- readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
6875
- readonly NAME: "NAME";
6876
- };
6877
- /**
6878
- * @public
6879
- */
6880
- export type ReportGroupSortByType = (typeof ReportGroupSortByType)[keyof typeof ReportGroupSortByType];
6881
6085
  /**
6882
6086
  * @public
6883
6087
  */
@@ -7183,18 +6387,6 @@ export interface ListSandboxesForProjectOutput {
7183
6387
  */
7184
6388
  nextToken?: string | undefined;
7185
6389
  }
7186
- /**
7187
- * @public
7188
- * @enum
7189
- */
7190
- export declare const SharedResourceSortByType: {
7191
- readonly ARN: "ARN";
7192
- readonly MODIFIED_TIME: "MODIFIED_TIME";
7193
- };
7194
- /**
7195
- * @public
7196
- */
7197
- export type SharedResourceSortByType = (typeof SharedResourceSortByType)[keyof typeof SharedResourceSortByType];
7198
6390
  /**
7199
6391
  * @public
7200
6392
  */
@@ -7449,18 +6641,6 @@ export interface RetryBuildOutput {
7449
6641
  */
7450
6642
  build?: Build | undefined;
7451
6643
  }
7452
- /**
7453
- * @public
7454
- * @enum
7455
- */
7456
- export declare const RetryBuildBatchType: {
7457
- readonly RETRY_ALL_BUILDS: "RETRY_ALL_BUILDS";
7458
- readonly RETRY_FAILED_BUILDS: "RETRY_FAILED_BUILDS";
7459
- };
7460
- /**
7461
- * @public
7462
- */
7463
- export type RetryBuildBatchType = (typeof RetryBuildBatchType)[keyof typeof RetryBuildBatchType];
7464
6644
  /**
7465
6645
  * @public
7466
6646
  */