@aws-sdk/client-codebuild 3.490.0 → 3.496.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.
- package/README.md +40 -0
- package/dist-cjs/CodeBuild.js +1 -101
- package/dist-cjs/CodeBuildClient.js +1 -43
- package/dist-cjs/commands/BatchDeleteBuildsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +1 -28
- package/dist-cjs/commands/BatchGetBuildsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetFleetsCommand.js +1 -0
- package/dist-cjs/commands/BatchGetProjectsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetReportsCommand.js +1 -28
- package/dist-cjs/commands/CreateFleetCommand.js +1 -0
- package/dist-cjs/commands/CreateProjectCommand.js +1 -28
- package/dist-cjs/commands/CreateReportGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateWebhookCommand.js +1 -28
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +1 -28
- package/dist-cjs/commands/DeleteFleetCommand.js +1 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +1 -28
- package/dist-cjs/commands/DeleteReportCommand.js +1 -28
- package/dist-cjs/commands/DeleteReportGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +1 -28
- package/dist-cjs/commands/DeleteWebhookCommand.js +1 -28
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTestCasesCommand.js +1 -28
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +1 -28
- package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +1 -29
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +1 -28
- package/dist-cjs/commands/ListBuildBatchesCommand.js +1 -28
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +1 -28
- package/dist-cjs/commands/ListBuildsCommand.js +1 -28
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +1 -28
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +1 -28
- package/dist-cjs/commands/ListFleetsCommand.js +1 -0
- package/dist-cjs/commands/ListProjectsCommand.js +1 -28
- package/dist-cjs/commands/ListReportGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListReportsCommand.js +1 -28
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +1 -28
- package/dist-cjs/commands/ListSharedProjectsCommand.js +1 -28
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RetryBuildBatchCommand.js +1 -28
- package/dist-cjs/commands/RetryBuildCommand.js +1 -28
- package/dist-cjs/commands/StartBuildBatchCommand.js +1 -28
- package/dist-cjs/commands/StartBuildCommand.js +1 -28
- package/dist-cjs/commands/StopBuildBatchCommand.js +1 -28
- package/dist-cjs/commands/StopBuildCommand.js +1 -28
- package/dist-cjs/commands/UpdateFleetCommand.js +1 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +1 -28
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +1 -28
- package/dist-cjs/commands/UpdateReportGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateWebhookCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -48
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4287 -11
- package/dist-cjs/models/CodeBuildServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -293
- package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeTestCasesPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +1 -7
- package/dist-cjs/pagination/ListBuildBatchesPaginator.js +1 -7
- package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +1 -7
- package/dist-cjs/pagination/ListBuildsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFleetsPaginator.js +1 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReportGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +1 -7
- package/dist-cjs/pagination/ListReportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSharedProjectsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2434
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-es/CodeBuild.js +10 -0
- package/dist-es/commands/BatchGetFleetsCommand.js +24 -0
- package/dist-es/commands/CreateFleetCommand.js +24 -0
- package/dist-es/commands/DeleteFleetCommand.js +24 -0
- package/dist-es/commands/ListFleetsCommand.js +25 -0
- package/dist-es/commands/UpdateFleetCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +28 -0
- package/dist-es/pagination/ListFleetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +303 -0
- package/dist-types/CodeBuild.d.ts +35 -0
- package/dist-types/CodeBuildClient.d.ts +7 -2
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetFleetsCommand.d.ts +99 -0
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +3 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +118 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +59 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +67 -0
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +3 -0
- package/dist-types/commands/RetryBuildCommand.d.ts +3 -0
- package/dist-types/commands/StartBuildBatchCommand.d.ts +3 -0
- package/dist-types/commands/StartBuildCommand.d.ts +6 -0
- package/dist-types/commands/StopBuildBatchCommand.d.ts +3 -0
- package/dist-types/commands/StopBuildCommand.d.ts +3 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +117 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +843 -57
- package/dist-types/pagination/ListFleetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +85 -0
- package/dist-types/ts3.4/CodeBuildClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +129 -11
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CodeBuildServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class CodeBuildServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, CodeBuildServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.CodeBuildServiceException = CodeBuildServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,293 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ImportSourceCredentialsInputFilterSensitiveLog = exports.RetryBuildBatchType = exports.SharedResourceSortByType = exports.ReportGroupSortByType = exports.ProjectSortByType = exports.PlatformType = exports.LanguageType = exports.ServerType = exports.ReportGroupTrendFieldType = exports.SortOrderType = exports.ReportCodeCoverageSortByType = exports.ResourceNotFoundException = exports.OAuthProviderException = exports.ResourceAlreadyExistsException = exports.ReportStatusType = exports.ReportType = exports.ReportGroupStatusType = exports.ReportPackagingType = exports.ReportExportConfigType = exports.WebhookFilterType = exports.WebhookBuildType = exports.ProjectVisibilityType = exports.BuildPhaseType = exports.SourceType = exports.SourceAuthType = exports.BuildBatchPhaseType = exports.LogsConfigStatusType = exports.FileSystemType = exports.EnvironmentType = exports.CredentialProviderType = exports.ImagePullCredentialsType = exports.EnvironmentVariableType = exports.ComputeType = exports.CacheType = exports.CacheMode = exports.StatusType = exports.BatchReportModeType = exports.BucketOwnerAccess = exports.InvalidInputException = exports.AuthType = exports.ArtifactsType = exports.ArtifactPackaging = exports.ArtifactNamespace = exports.AccountLimitExceededException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CodeBuildServiceException_1 = require("./CodeBuildServiceException");
|
|
6
|
-
class AccountLimitExceededException extends CodeBuildServiceException_1.CodeBuildServiceException {
|
|
7
|
-
constructor(opts) {
|
|
8
|
-
super({
|
|
9
|
-
name: "AccountLimitExceededException",
|
|
10
|
-
$fault: "client",
|
|
11
|
-
...opts,
|
|
12
|
-
});
|
|
13
|
-
this.name = "AccountLimitExceededException";
|
|
14
|
-
this.$fault = "client";
|
|
15
|
-
Object.setPrototypeOf(this, AccountLimitExceededException.prototype);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.AccountLimitExceededException = AccountLimitExceededException;
|
|
19
|
-
exports.ArtifactNamespace = {
|
|
20
|
-
BUILD_ID: "BUILD_ID",
|
|
21
|
-
NONE: "NONE",
|
|
22
|
-
};
|
|
23
|
-
exports.ArtifactPackaging = {
|
|
24
|
-
NONE: "NONE",
|
|
25
|
-
ZIP: "ZIP",
|
|
26
|
-
};
|
|
27
|
-
exports.ArtifactsType = {
|
|
28
|
-
CODEPIPELINE: "CODEPIPELINE",
|
|
29
|
-
NO_ARTIFACTS: "NO_ARTIFACTS",
|
|
30
|
-
S3: "S3",
|
|
31
|
-
};
|
|
32
|
-
exports.AuthType = {
|
|
33
|
-
BASIC_AUTH: "BASIC_AUTH",
|
|
34
|
-
OAUTH: "OAUTH",
|
|
35
|
-
PERSONAL_ACCESS_TOKEN: "PERSONAL_ACCESS_TOKEN",
|
|
36
|
-
};
|
|
37
|
-
class InvalidInputException extends CodeBuildServiceException_1.CodeBuildServiceException {
|
|
38
|
-
constructor(opts) {
|
|
39
|
-
super({
|
|
40
|
-
name: "InvalidInputException",
|
|
41
|
-
$fault: "client",
|
|
42
|
-
...opts,
|
|
43
|
-
});
|
|
44
|
-
this.name = "InvalidInputException";
|
|
45
|
-
this.$fault = "client";
|
|
46
|
-
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
exports.InvalidInputException = InvalidInputException;
|
|
50
|
-
exports.BucketOwnerAccess = {
|
|
51
|
-
FULL: "FULL",
|
|
52
|
-
NONE: "NONE",
|
|
53
|
-
READ_ONLY: "READ_ONLY",
|
|
54
|
-
};
|
|
55
|
-
exports.BatchReportModeType = {
|
|
56
|
-
REPORT_AGGREGATED_BATCH: "REPORT_AGGREGATED_BATCH",
|
|
57
|
-
REPORT_INDIVIDUAL_BUILDS: "REPORT_INDIVIDUAL_BUILDS",
|
|
58
|
-
};
|
|
59
|
-
exports.StatusType = {
|
|
60
|
-
FAILED: "FAILED",
|
|
61
|
-
FAULT: "FAULT",
|
|
62
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
63
|
-
STOPPED: "STOPPED",
|
|
64
|
-
SUCCEEDED: "SUCCEEDED",
|
|
65
|
-
TIMED_OUT: "TIMED_OUT",
|
|
66
|
-
};
|
|
67
|
-
exports.CacheMode = {
|
|
68
|
-
LOCAL_CUSTOM_CACHE: "LOCAL_CUSTOM_CACHE",
|
|
69
|
-
LOCAL_DOCKER_LAYER_CACHE: "LOCAL_DOCKER_LAYER_CACHE",
|
|
70
|
-
LOCAL_SOURCE_CACHE: "LOCAL_SOURCE_CACHE",
|
|
71
|
-
};
|
|
72
|
-
exports.CacheType = {
|
|
73
|
-
LOCAL: "LOCAL",
|
|
74
|
-
NO_CACHE: "NO_CACHE",
|
|
75
|
-
S3: "S3",
|
|
76
|
-
};
|
|
77
|
-
exports.ComputeType = {
|
|
78
|
-
BUILD_GENERAL1_2XLARGE: "BUILD_GENERAL1_2XLARGE",
|
|
79
|
-
BUILD_GENERAL1_LARGE: "BUILD_GENERAL1_LARGE",
|
|
80
|
-
BUILD_GENERAL1_MEDIUM: "BUILD_GENERAL1_MEDIUM",
|
|
81
|
-
BUILD_GENERAL1_SMALL: "BUILD_GENERAL1_SMALL",
|
|
82
|
-
BUILD_GENERAL1_XLARGE: "BUILD_GENERAL1_XLARGE",
|
|
83
|
-
BUILD_LAMBDA_10GB: "BUILD_LAMBDA_10GB",
|
|
84
|
-
BUILD_LAMBDA_1GB: "BUILD_LAMBDA_1GB",
|
|
85
|
-
BUILD_LAMBDA_2GB: "BUILD_LAMBDA_2GB",
|
|
86
|
-
BUILD_LAMBDA_4GB: "BUILD_LAMBDA_4GB",
|
|
87
|
-
BUILD_LAMBDA_8GB: "BUILD_LAMBDA_8GB",
|
|
88
|
-
};
|
|
89
|
-
exports.EnvironmentVariableType = {
|
|
90
|
-
PARAMETER_STORE: "PARAMETER_STORE",
|
|
91
|
-
PLAINTEXT: "PLAINTEXT",
|
|
92
|
-
SECRETS_MANAGER: "SECRETS_MANAGER",
|
|
93
|
-
};
|
|
94
|
-
exports.ImagePullCredentialsType = {
|
|
95
|
-
CODEBUILD: "CODEBUILD",
|
|
96
|
-
SERVICE_ROLE: "SERVICE_ROLE",
|
|
97
|
-
};
|
|
98
|
-
exports.CredentialProviderType = {
|
|
99
|
-
SECRETS_MANAGER: "SECRETS_MANAGER",
|
|
100
|
-
};
|
|
101
|
-
exports.EnvironmentType = {
|
|
102
|
-
ARM_CONTAINER: "ARM_CONTAINER",
|
|
103
|
-
ARM_LAMBDA_CONTAINER: "ARM_LAMBDA_CONTAINER",
|
|
104
|
-
LINUX_CONTAINER: "LINUX_CONTAINER",
|
|
105
|
-
LINUX_GPU_CONTAINER: "LINUX_GPU_CONTAINER",
|
|
106
|
-
LINUX_LAMBDA_CONTAINER: "LINUX_LAMBDA_CONTAINER",
|
|
107
|
-
WINDOWS_CONTAINER: "WINDOWS_CONTAINER",
|
|
108
|
-
WINDOWS_SERVER_2019_CONTAINER: "WINDOWS_SERVER_2019_CONTAINER",
|
|
109
|
-
};
|
|
110
|
-
exports.FileSystemType = {
|
|
111
|
-
EFS: "EFS",
|
|
112
|
-
};
|
|
113
|
-
exports.LogsConfigStatusType = {
|
|
114
|
-
DISABLED: "DISABLED",
|
|
115
|
-
ENABLED: "ENABLED",
|
|
116
|
-
};
|
|
117
|
-
exports.BuildBatchPhaseType = {
|
|
118
|
-
COMBINE_ARTIFACTS: "COMBINE_ARTIFACTS",
|
|
119
|
-
DOWNLOAD_BATCHSPEC: "DOWNLOAD_BATCHSPEC",
|
|
120
|
-
FAILED: "FAILED",
|
|
121
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
122
|
-
STOPPED: "STOPPED",
|
|
123
|
-
SUBMITTED: "SUBMITTED",
|
|
124
|
-
SUCCEEDED: "SUCCEEDED",
|
|
125
|
-
};
|
|
126
|
-
exports.SourceAuthType = {
|
|
127
|
-
OAUTH: "OAUTH",
|
|
128
|
-
};
|
|
129
|
-
exports.SourceType = {
|
|
130
|
-
BITBUCKET: "BITBUCKET",
|
|
131
|
-
CODECOMMIT: "CODECOMMIT",
|
|
132
|
-
CODEPIPELINE: "CODEPIPELINE",
|
|
133
|
-
GITHUB: "GITHUB",
|
|
134
|
-
GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE",
|
|
135
|
-
NO_SOURCE: "NO_SOURCE",
|
|
136
|
-
S3: "S3",
|
|
137
|
-
};
|
|
138
|
-
exports.BuildPhaseType = {
|
|
139
|
-
BUILD: "BUILD",
|
|
140
|
-
COMPLETED: "COMPLETED",
|
|
141
|
-
DOWNLOAD_SOURCE: "DOWNLOAD_SOURCE",
|
|
142
|
-
FINALIZING: "FINALIZING",
|
|
143
|
-
INSTALL: "INSTALL",
|
|
144
|
-
POST_BUILD: "POST_BUILD",
|
|
145
|
-
PRE_BUILD: "PRE_BUILD",
|
|
146
|
-
PROVISIONING: "PROVISIONING",
|
|
147
|
-
QUEUED: "QUEUED",
|
|
148
|
-
SUBMITTED: "SUBMITTED",
|
|
149
|
-
UPLOAD_ARTIFACTS: "UPLOAD_ARTIFACTS",
|
|
150
|
-
};
|
|
151
|
-
exports.ProjectVisibilityType = {
|
|
152
|
-
PRIVATE: "PRIVATE",
|
|
153
|
-
PUBLIC_READ: "PUBLIC_READ",
|
|
154
|
-
};
|
|
155
|
-
exports.WebhookBuildType = {
|
|
156
|
-
BUILD: "BUILD",
|
|
157
|
-
BUILD_BATCH: "BUILD_BATCH",
|
|
158
|
-
};
|
|
159
|
-
exports.WebhookFilterType = {
|
|
160
|
-
ACTOR_ACCOUNT_ID: "ACTOR_ACCOUNT_ID",
|
|
161
|
-
BASE_REF: "BASE_REF",
|
|
162
|
-
COMMIT_MESSAGE: "COMMIT_MESSAGE",
|
|
163
|
-
EVENT: "EVENT",
|
|
164
|
-
FILE_PATH: "FILE_PATH",
|
|
165
|
-
HEAD_REF: "HEAD_REF",
|
|
166
|
-
};
|
|
167
|
-
exports.ReportExportConfigType = {
|
|
168
|
-
NO_EXPORT: "NO_EXPORT",
|
|
169
|
-
S3: "S3",
|
|
170
|
-
};
|
|
171
|
-
exports.ReportPackagingType = {
|
|
172
|
-
NONE: "NONE",
|
|
173
|
-
ZIP: "ZIP",
|
|
174
|
-
};
|
|
175
|
-
exports.ReportGroupStatusType = {
|
|
176
|
-
ACTIVE: "ACTIVE",
|
|
177
|
-
DELETING: "DELETING",
|
|
178
|
-
};
|
|
179
|
-
exports.ReportType = {
|
|
180
|
-
CODE_COVERAGE: "CODE_COVERAGE",
|
|
181
|
-
TEST: "TEST",
|
|
182
|
-
};
|
|
183
|
-
exports.ReportStatusType = {
|
|
184
|
-
DELETING: "DELETING",
|
|
185
|
-
FAILED: "FAILED",
|
|
186
|
-
GENERATING: "GENERATING",
|
|
187
|
-
INCOMPLETE: "INCOMPLETE",
|
|
188
|
-
SUCCEEDED: "SUCCEEDED",
|
|
189
|
-
};
|
|
190
|
-
class ResourceAlreadyExistsException extends CodeBuildServiceException_1.CodeBuildServiceException {
|
|
191
|
-
constructor(opts) {
|
|
192
|
-
super({
|
|
193
|
-
name: "ResourceAlreadyExistsException",
|
|
194
|
-
$fault: "client",
|
|
195
|
-
...opts,
|
|
196
|
-
});
|
|
197
|
-
this.name = "ResourceAlreadyExistsException";
|
|
198
|
-
this.$fault = "client";
|
|
199
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
203
|
-
class OAuthProviderException extends CodeBuildServiceException_1.CodeBuildServiceException {
|
|
204
|
-
constructor(opts) {
|
|
205
|
-
super({
|
|
206
|
-
name: "OAuthProviderException",
|
|
207
|
-
$fault: "client",
|
|
208
|
-
...opts,
|
|
209
|
-
});
|
|
210
|
-
this.name = "OAuthProviderException";
|
|
211
|
-
this.$fault = "client";
|
|
212
|
-
Object.setPrototypeOf(this, OAuthProviderException.prototype);
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
exports.OAuthProviderException = OAuthProviderException;
|
|
216
|
-
class ResourceNotFoundException extends CodeBuildServiceException_1.CodeBuildServiceException {
|
|
217
|
-
constructor(opts) {
|
|
218
|
-
super({
|
|
219
|
-
name: "ResourceNotFoundException",
|
|
220
|
-
$fault: "client",
|
|
221
|
-
...opts,
|
|
222
|
-
});
|
|
223
|
-
this.name = "ResourceNotFoundException";
|
|
224
|
-
this.$fault = "client";
|
|
225
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
229
|
-
exports.ReportCodeCoverageSortByType = {
|
|
230
|
-
FILE_PATH: "FILE_PATH",
|
|
231
|
-
LINE_COVERAGE_PERCENTAGE: "LINE_COVERAGE_PERCENTAGE",
|
|
232
|
-
};
|
|
233
|
-
exports.SortOrderType = {
|
|
234
|
-
ASCENDING: "ASCENDING",
|
|
235
|
-
DESCENDING: "DESCENDING",
|
|
236
|
-
};
|
|
237
|
-
exports.ReportGroupTrendFieldType = {
|
|
238
|
-
BRANCHES_COVERED: "BRANCHES_COVERED",
|
|
239
|
-
BRANCHES_MISSED: "BRANCHES_MISSED",
|
|
240
|
-
BRANCH_COVERAGE: "BRANCH_COVERAGE",
|
|
241
|
-
DURATION: "DURATION",
|
|
242
|
-
LINES_COVERED: "LINES_COVERED",
|
|
243
|
-
LINES_MISSED: "LINES_MISSED",
|
|
244
|
-
LINE_COVERAGE: "LINE_COVERAGE",
|
|
245
|
-
PASS_RATE: "PASS_RATE",
|
|
246
|
-
TOTAL: "TOTAL",
|
|
247
|
-
};
|
|
248
|
-
exports.ServerType = {
|
|
249
|
-
BITBUCKET: "BITBUCKET",
|
|
250
|
-
GITHUB: "GITHUB",
|
|
251
|
-
GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE",
|
|
252
|
-
};
|
|
253
|
-
exports.LanguageType = {
|
|
254
|
-
ANDROID: "ANDROID",
|
|
255
|
-
BASE: "BASE",
|
|
256
|
-
DOCKER: "DOCKER",
|
|
257
|
-
DOTNET: "DOTNET",
|
|
258
|
-
GOLANG: "GOLANG",
|
|
259
|
-
JAVA: "JAVA",
|
|
260
|
-
NODE_JS: "NODE_JS",
|
|
261
|
-
PHP: "PHP",
|
|
262
|
-
PYTHON: "PYTHON",
|
|
263
|
-
RUBY: "RUBY",
|
|
264
|
-
};
|
|
265
|
-
exports.PlatformType = {
|
|
266
|
-
AMAZON_LINUX: "AMAZON_LINUX",
|
|
267
|
-
DEBIAN: "DEBIAN",
|
|
268
|
-
UBUNTU: "UBUNTU",
|
|
269
|
-
WINDOWS_SERVER: "WINDOWS_SERVER",
|
|
270
|
-
};
|
|
271
|
-
exports.ProjectSortByType = {
|
|
272
|
-
CREATED_TIME: "CREATED_TIME",
|
|
273
|
-
LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME",
|
|
274
|
-
NAME: "NAME",
|
|
275
|
-
};
|
|
276
|
-
exports.ReportGroupSortByType = {
|
|
277
|
-
CREATED_TIME: "CREATED_TIME",
|
|
278
|
-
LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME",
|
|
279
|
-
NAME: "NAME",
|
|
280
|
-
};
|
|
281
|
-
exports.SharedResourceSortByType = {
|
|
282
|
-
ARN: "ARN",
|
|
283
|
-
MODIFIED_TIME: "MODIFIED_TIME",
|
|
284
|
-
};
|
|
285
|
-
exports.RetryBuildBatchType = {
|
|
286
|
-
RETRY_ALL_BUILDS: "RETRY_ALL_BUILDS",
|
|
287
|
-
RETRY_FAILED_BUILDS: "RETRY_FAILED_BUILDS",
|
|
288
|
-
};
|
|
289
|
-
const ImportSourceCredentialsInputFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
...(obj.token && { token: smithy_client_1.SENSITIVE_STRING }),
|
|
292
|
-
});
|
|
293
|
-
exports.ImportSourceCredentialsInputFilterSensitiveLog = ImportSourceCredentialsInputFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeCodeCoverages = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const DescribeCodeCoveragesCommand_1 = require("../commands/DescribeCodeCoveragesCommand");
|
|
7
|
-
exports.paginateDescribeCodeCoverages = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, DescribeCodeCoveragesCommand_1.DescribeCodeCoveragesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeTestCases = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const DescribeTestCasesCommand_1 = require("../commands/DescribeTestCasesCommand");
|
|
7
|
-
exports.paginateDescribeTestCases = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, DescribeTestCasesCommand_1.DescribeTestCasesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBuildBatchesForProject = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListBuildBatchesForProjectCommand_1 = require("../commands/ListBuildBatchesForProjectCommand");
|
|
7
|
-
exports.paginateListBuildBatchesForProject = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListBuildBatchesForProjectCommand_1.ListBuildBatchesForProjectCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBuildBatches = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListBuildBatchesCommand_1 = require("../commands/ListBuildBatchesCommand");
|
|
7
|
-
exports.paginateListBuildBatches = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListBuildBatchesCommand_1.ListBuildBatchesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBuildsForProject = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListBuildsForProjectCommand_1 = require("../commands/ListBuildsForProjectCommand");
|
|
7
|
-
exports.paginateListBuildsForProject = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListBuildsForProjectCommand_1.ListBuildsForProjectCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBuilds = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListBuildsCommand_1 = require("../commands/ListBuildsCommand");
|
|
7
|
-
exports.paginateListBuilds = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListBuildsCommand_1.ListBuildsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListProjects = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListProjectsCommand_1 = require("../commands/ListProjectsCommand");
|
|
7
|
-
exports.paginateListProjects = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListProjectsCommand_1.ListProjectsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListReportGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListReportGroupsCommand_1 = require("../commands/ListReportGroupsCommand");
|
|
7
|
-
exports.paginateListReportGroups = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListReportGroupsCommand_1.ListReportGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListReportsForReportGroup = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListReportsForReportGroupCommand_1 = require("../commands/ListReportsForReportGroupCommand");
|
|
7
|
-
exports.paginateListReportsForReportGroup = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListReportsForReportGroupCommand_1.ListReportsForReportGroupCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListReports = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListReportsCommand_1 = require("../commands/ListReportsCommand");
|
|
7
|
-
exports.paginateListReports = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListReportsCommand_1.ListReportsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSharedProjects = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListSharedProjectsCommand_1 = require("../commands/ListSharedProjectsCommand");
|
|
7
|
-
exports.paginateListSharedProjects = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListSharedProjectsCommand_1.ListSharedProjectsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSharedReportGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeBuildClient_1 = require("../CodeBuildClient");
|
|
6
|
-
const ListSharedReportGroupsCommand_1 = require("../commands/ListSharedReportGroupsCommand");
|
|
7
|
-
exports.paginateListSharedReportGroups = (0, core_1.createPaginator)(CodeBuildClient_1.CodeBuildClient, ListSharedReportGroupsCommand_1.ListSharedReportGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeCodeCoveragesPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeTestCasesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListBuildBatchesForProjectPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListBuildBatchesPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListBuildsForProjectPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListBuildsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListProjectsPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListReportGroupsPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListReportsForReportGroupPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListReportsPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListSharedProjectsPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListSharedReportGroupsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|