@aws-sdk/client-direct-connect 3.52.0 → 3.53.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
@@ -2,3 +2,4 @@ export * from "./DirectConnect";
2
2
  export * from "./DirectConnectClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
+ export { DirectConnectServiceException } from "./models/DirectConnectServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var DirectConnectServiceException = (function (_super) {
4
+ __extends(DirectConnectServiceException, _super);
5
+ function DirectConnectServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, DirectConnectServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return DirectConnectServiceException;
11
+ }(__ServiceException));
12
+ export { DirectConnectServiceException };
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { DirectConnectServiceException as __BaseException } from "./DirectConnectServiceException";
2
3
  export var RouteFilterPrefix;
3
4
  (function (RouteFilterPrefix) {
4
5
  RouteFilterPrefix.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -24,6 +25,30 @@ export var AcceptDirectConnectGatewayAssociationProposalResult;
24
25
  (function (AcceptDirectConnectGatewayAssociationProposalResult) {
25
26
  AcceptDirectConnectGatewayAssociationProposalResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
26
27
  })(AcceptDirectConnectGatewayAssociationProposalResult || (AcceptDirectConnectGatewayAssociationProposalResult = {}));
28
+ var DirectConnectClientException = (function (_super) {
29
+ __extends(DirectConnectClientException, _super);
30
+ function DirectConnectClientException(opts) {
31
+ var _this = _super.call(this, __assign({ name: "DirectConnectClientException", $fault: "client" }, opts)) || this;
32
+ _this.name = "DirectConnectClientException";
33
+ _this.$fault = "client";
34
+ Object.setPrototypeOf(_this, DirectConnectClientException.prototype);
35
+ return _this;
36
+ }
37
+ return DirectConnectClientException;
38
+ }(__BaseException));
39
+ export { DirectConnectClientException };
40
+ var DirectConnectServerException = (function (_super) {
41
+ __extends(DirectConnectServerException, _super);
42
+ function DirectConnectServerException(opts) {
43
+ var _this = _super.call(this, __assign({ name: "DirectConnectServerException", $fault: "server" }, opts)) || this;
44
+ _this.name = "DirectConnectServerException";
45
+ _this.$fault = "server";
46
+ Object.setPrototypeOf(_this, DirectConnectServerException.prototype);
47
+ return _this;
48
+ }
49
+ return DirectConnectServerException;
50
+ }(__BaseException));
51
+ export { DirectConnectServerException };
27
52
  export var AddressFamily;
28
53
  (function (AddressFamily) {
29
54
  AddressFamily["IPv4"] = "ipv4";
@@ -59,6 +84,30 @@ export var AllocateHostedConnectionRequest;
59
84
  (function (AllocateHostedConnectionRequest) {
60
85
  AllocateHostedConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
61
86
  })(AllocateHostedConnectionRequest || (AllocateHostedConnectionRequest = {}));
87
+ var DuplicateTagKeysException = (function (_super) {
88
+ __extends(DuplicateTagKeysException, _super);
89
+ function DuplicateTagKeysException(opts) {
90
+ var _this = _super.call(this, __assign({ name: "DuplicateTagKeysException", $fault: "client" }, opts)) || this;
91
+ _this.name = "DuplicateTagKeysException";
92
+ _this.$fault = "client";
93
+ Object.setPrototypeOf(_this, DuplicateTagKeysException.prototype);
94
+ return _this;
95
+ }
96
+ return DuplicateTagKeysException;
97
+ }(__BaseException));
98
+ export { DuplicateTagKeysException };
99
+ var TooManyTagsException = (function (_super) {
100
+ __extends(TooManyTagsException, _super);
101
+ function TooManyTagsException(opts) {
102
+ var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
103
+ _this.name = "TooManyTagsException";
104
+ _this.$fault = "client";
105
+ Object.setPrototypeOf(_this, TooManyTagsException.prototype);
106
+ return _this;
107
+ }
108
+ return TooManyTagsException;
109
+ }(__BaseException));
110
+ export { TooManyTagsException };
62
111
  export var NewPrivateVirtualInterfaceAllocation;
63
112
  (function (NewPrivateVirtualInterfaceAllocation) {
64
113
  NewPrivateVirtualInterfaceAllocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };