@aws-sdk/client-codebuild 3.51.0 → 3.54.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/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./CodeBuildClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { CodeBuildServiceException } from "./models/CodeBuildServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var CodeBuildServiceException = (function (_super) {
4
+ __extends(CodeBuildServiceException, _super);
5
+ function CodeBuildServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, CodeBuildServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return CodeBuildServiceException;
11
+ }(__ServiceException));
12
+ export { CodeBuildServiceException };
@@ -1,5 +1,18 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException";
4
+ var AccountLimitExceededException = (function (_super) {
5
+ __extends(AccountLimitExceededException, _super);
6
+ function AccountLimitExceededException(opts) {
7
+ var _this = _super.call(this, __assign({ name: "AccountLimitExceededException", $fault: "client" }, opts)) || this;
8
+ _this.name = "AccountLimitExceededException";
9
+ _this.$fault = "client";
10
+ Object.setPrototypeOf(_this, AccountLimitExceededException.prototype);
11
+ return _this;
12
+ }
13
+ return AccountLimitExceededException;
14
+ }(__BaseException));
15
+ export { AccountLimitExceededException };
3
16
  export var ArtifactNamespace;
4
17
  (function (ArtifactNamespace) {
5
18
  ArtifactNamespace["BUILD_ID"] = "BUILD_ID";
@@ -34,6 +47,18 @@ export var BatchDeleteBuildsOutput;
34
47
  (function (BatchDeleteBuildsOutput) {
35
48
  BatchDeleteBuildsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
49
  })(BatchDeleteBuildsOutput || (BatchDeleteBuildsOutput = {}));
50
+ var InvalidInputException = (function (_super) {
51
+ __extends(InvalidInputException, _super);
52
+ function InvalidInputException(opts) {
53
+ var _this = _super.call(this, __assign({ name: "InvalidInputException", $fault: "client" }, opts)) || this;
54
+ _this.name = "InvalidInputException";
55
+ _this.$fault = "client";
56
+ Object.setPrototypeOf(_this, InvalidInputException.prototype);
57
+ return _this;
58
+ }
59
+ return InvalidInputException;
60
+ }(__BaseException));
61
+ export { InvalidInputException };
37
62
  export var BatchGetBuildBatchesInput;
38
63
  (function (BatchGetBuildBatchesInput) {
39
64
  BatchGetBuildBatchesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -406,6 +431,18 @@ export var CreateProjectOutput;
406
431
  (function (CreateProjectOutput) {
407
432
  CreateProjectOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
433
  })(CreateProjectOutput || (CreateProjectOutput = {}));
434
+ var ResourceAlreadyExistsException = (function (_super) {
435
+ __extends(ResourceAlreadyExistsException, _super);
436
+ function ResourceAlreadyExistsException(opts) {
437
+ var _this = _super.call(this, __assign({ name: "ResourceAlreadyExistsException", $fault: "client" }, opts)) || this;
438
+ _this.name = "ResourceAlreadyExistsException";
439
+ _this.$fault = "client";
440
+ Object.setPrototypeOf(_this, ResourceAlreadyExistsException.prototype);
441
+ return _this;
442
+ }
443
+ return ResourceAlreadyExistsException;
444
+ }(__BaseException));
445
+ export { ResourceAlreadyExistsException };
409
446
  export var CreateReportGroupInput;
410
447
  (function (CreateReportGroupInput) {
411
448
  CreateReportGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -422,6 +459,30 @@ export var CreateWebhookOutput;
422
459
  (function (CreateWebhookOutput) {
423
460
  CreateWebhookOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
461
  })(CreateWebhookOutput || (CreateWebhookOutput = {}));
462
+ var OAuthProviderException = (function (_super) {
463
+ __extends(OAuthProviderException, _super);
464
+ function OAuthProviderException(opts) {
465
+ var _this = _super.call(this, __assign({ name: "OAuthProviderException", $fault: "client" }, opts)) || this;
466
+ _this.name = "OAuthProviderException";
467
+ _this.$fault = "client";
468
+ Object.setPrototypeOf(_this, OAuthProviderException.prototype);
469
+ return _this;
470
+ }
471
+ return OAuthProviderException;
472
+ }(__BaseException));
473
+ export { OAuthProviderException };
474
+ var ResourceNotFoundException = (function (_super) {
475
+ __extends(ResourceNotFoundException, _super);
476
+ function ResourceNotFoundException(opts) {
477
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
478
+ _this.name = "ResourceNotFoundException";
479
+ _this.$fault = "client";
480
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
481
+ return _this;
482
+ }
483
+ return ResourceNotFoundException;
484
+ }(__BaseException));
485
+ export { ResourceNotFoundException };
425
486
  export var DeleteBuildBatchInput;
426
487
  (function (DeleteBuildBatchInput) {
427
488
  DeleteBuildBatchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };