@aws-sdk/client-rtbfabric 3.934.0 → 3.935.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-cjs/index.js CHANGED
@@ -118,38 +118,6 @@ let RTBFabricServiceException$1 = class RTBFabricServiceException extends smithy
118
118
  }
119
119
  };
120
120
 
121
- const ResponderErrorMaskingAction = {
122
- NO_BID: "NO_BID",
123
- PASSTHROUGH: "PASSTHROUGH",
124
- };
125
- const ResponderErrorMaskingLoggingType = {
126
- METRIC: "METRIC",
127
- NONE: "NONE",
128
- RESPONSE: "RESPONSE",
129
- };
130
- const LinkDirection = {
131
- REQUEST: "REQUEST",
132
- RESPONSE: "RESPONSE",
133
- };
134
- const FilterType = {
135
- EXCLUDE: "EXCLUDE",
136
- INCLUDE: "INCLUDE",
137
- };
138
- const LinkStatus = {
139
- ACCEPTED: "ACCEPTED",
140
- ACTIVE: "ACTIVE",
141
- DELETED: "DELETED",
142
- FAILED: "FAILED",
143
- ISOLATED: "ISOLATED",
144
- PENDING_CREATION: "PENDING_CREATION",
145
- PENDING_DELETION: "PENDING_DELETION",
146
- PENDING_ISOLATION: "PENDING_ISOLATION",
147
- PENDING_REQUEST: "PENDING_REQUEST",
148
- PENDING_RESTORATION: "PENDING_RESTORATION",
149
- PENDING_UPDATE: "PENDING_UPDATE",
150
- REJECTED: "REJECTED",
151
- REQUESTED: "REQUESTED",
152
- };
153
121
  let AccessDeniedException$1 = class AccessDeniedException extends RTBFabricServiceException$1 {
154
122
  name = "AccessDeniedException";
155
123
  $fault = "client";
@@ -236,32 +204,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
236
204
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
237
205
  }
238
206
  };
239
- const RequesterGatewayStatus = {
240
- ACTIVE: "ACTIVE",
241
- DELETED: "DELETED",
242
- ERROR: "ERROR",
243
- ISOLATED: "ISOLATED",
244
- PENDING_CREATION: "PENDING_CREATION",
245
- PENDING_DELETION: "PENDING_DELETION",
246
- PENDING_ISOLATION: "PENDING_ISOLATION",
247
- PENDING_RESTORATION: "PENDING_RESTORATION",
248
- PENDING_UPDATE: "PENDING_UPDATE",
249
- };
250
- const Protocol = {
251
- HTTP: "HTTP",
252
- HTTPS: "HTTPS",
253
- };
254
- const ResponderGatewayStatus = {
255
- ACTIVE: "ACTIVE",
256
- DELETED: "DELETED",
257
- ERROR: "ERROR",
258
- ISOLATED: "ISOLATED",
259
- PENDING_CREATION: "PENDING_CREATION",
260
- PENDING_DELETION: "PENDING_DELETION",
261
- PENDING_ISOLATION: "PENDING_ISOLATION",
262
- PENDING_RESTORATION: "PENDING_RESTORATION",
263
- PENDING_UPDATE: "PENDING_UPDATE",
264
- };
265
207
 
266
208
  const _A = "Action";
267
209
  const _ADE = "AccessDeniedException";
@@ -2085,6 +2027,65 @@ const waitUntilResponderGatewayDeleted = async (params, input) => {
2085
2027
  return utilWaiter.checkExceptions(result);
2086
2028
  };
2087
2029
 
2030
+ const ResponderErrorMaskingAction = {
2031
+ NO_BID: "NO_BID",
2032
+ PASSTHROUGH: "PASSTHROUGH",
2033
+ };
2034
+ const ResponderErrorMaskingLoggingType = {
2035
+ METRIC: "METRIC",
2036
+ NONE: "NONE",
2037
+ RESPONSE: "RESPONSE",
2038
+ };
2039
+ const LinkDirection = {
2040
+ REQUEST: "REQUEST",
2041
+ RESPONSE: "RESPONSE",
2042
+ };
2043
+ const FilterType = {
2044
+ EXCLUDE: "EXCLUDE",
2045
+ INCLUDE: "INCLUDE",
2046
+ };
2047
+ const LinkStatus = {
2048
+ ACCEPTED: "ACCEPTED",
2049
+ ACTIVE: "ACTIVE",
2050
+ DELETED: "DELETED",
2051
+ FAILED: "FAILED",
2052
+ ISOLATED: "ISOLATED",
2053
+ PENDING_CREATION: "PENDING_CREATION",
2054
+ PENDING_DELETION: "PENDING_DELETION",
2055
+ PENDING_ISOLATION: "PENDING_ISOLATION",
2056
+ PENDING_REQUEST: "PENDING_REQUEST",
2057
+ PENDING_RESTORATION: "PENDING_RESTORATION",
2058
+ PENDING_UPDATE: "PENDING_UPDATE",
2059
+ REJECTED: "REJECTED",
2060
+ REQUESTED: "REQUESTED",
2061
+ };
2062
+ const RequesterGatewayStatus = {
2063
+ ACTIVE: "ACTIVE",
2064
+ DELETED: "DELETED",
2065
+ ERROR: "ERROR",
2066
+ ISOLATED: "ISOLATED",
2067
+ PENDING_CREATION: "PENDING_CREATION",
2068
+ PENDING_DELETION: "PENDING_DELETION",
2069
+ PENDING_ISOLATION: "PENDING_ISOLATION",
2070
+ PENDING_RESTORATION: "PENDING_RESTORATION",
2071
+ PENDING_UPDATE: "PENDING_UPDATE",
2072
+ };
2073
+ const Protocol = {
2074
+ HTTP: "HTTP",
2075
+ HTTPS: "HTTPS",
2076
+ };
2077
+ const ResponderGatewayStatus = {
2078
+ ACTIVE: "ACTIVE",
2079
+ DELETED: "DELETED",
2080
+ ERROR: "ERROR",
2081
+ ISOLATED: "ISOLATED",
2082
+ PENDING_CREATION: "PENDING_CREATION",
2083
+ PENDING_DELETION: "PENDING_DELETION",
2084
+ PENDING_ISOLATION: "PENDING_ISOLATION",
2085
+ PENDING_RESTORATION: "PENDING_RESTORATION",
2086
+ PENDING_UPDATE: "PENDING_UPDATE",
2087
+ };
2088
+
2088
2089
  Object.defineProperty(exports, "$Command", {
2089
2090
  enumerable: true,
2090
2091
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -3,5 +3,6 @@ export * from "./RTBFabric";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
- export * from "./models";
6
+ export * from "./models/enums";
7
+ export * from "./models/errors";
7
8
  export { RTBFabricServiceException } from "./models/RTBFabricServiceException";
@@ -0,0 +1,58 @@
1
+ export const ResponderErrorMaskingAction = {
2
+ NO_BID: "NO_BID",
3
+ PASSTHROUGH: "PASSTHROUGH",
4
+ };
5
+ export const ResponderErrorMaskingLoggingType = {
6
+ METRIC: "METRIC",
7
+ NONE: "NONE",
8
+ RESPONSE: "RESPONSE",
9
+ };
10
+ export const LinkDirection = {
11
+ REQUEST: "REQUEST",
12
+ RESPONSE: "RESPONSE",
13
+ };
14
+ export const FilterType = {
15
+ EXCLUDE: "EXCLUDE",
16
+ INCLUDE: "INCLUDE",
17
+ };
18
+ export const LinkStatus = {
19
+ ACCEPTED: "ACCEPTED",
20
+ ACTIVE: "ACTIVE",
21
+ DELETED: "DELETED",
22
+ FAILED: "FAILED",
23
+ ISOLATED: "ISOLATED",
24
+ PENDING_CREATION: "PENDING_CREATION",
25
+ PENDING_DELETION: "PENDING_DELETION",
26
+ PENDING_ISOLATION: "PENDING_ISOLATION",
27
+ PENDING_REQUEST: "PENDING_REQUEST",
28
+ PENDING_RESTORATION: "PENDING_RESTORATION",
29
+ PENDING_UPDATE: "PENDING_UPDATE",
30
+ REJECTED: "REJECTED",
31
+ REQUESTED: "REQUESTED",
32
+ };
33
+ export const RequesterGatewayStatus = {
34
+ ACTIVE: "ACTIVE",
35
+ DELETED: "DELETED",
36
+ ERROR: "ERROR",
37
+ ISOLATED: "ISOLATED",
38
+ PENDING_CREATION: "PENDING_CREATION",
39
+ PENDING_DELETION: "PENDING_DELETION",
40
+ PENDING_ISOLATION: "PENDING_ISOLATION",
41
+ PENDING_RESTORATION: "PENDING_RESTORATION",
42
+ PENDING_UPDATE: "PENDING_UPDATE",
43
+ };
44
+ export const Protocol = {
45
+ HTTP: "HTTP",
46
+ HTTPS: "HTTPS",
47
+ };
48
+ export const ResponderGatewayStatus = {
49
+ ACTIVE: "ACTIVE",
50
+ DELETED: "DELETED",
51
+ ERROR: "ERROR",
52
+ ISOLATED: "ISOLATED",
53
+ PENDING_CREATION: "PENDING_CREATION",
54
+ PENDING_DELETION: "PENDING_DELETION",
55
+ PENDING_ISOLATION: "PENDING_ISOLATION",
56
+ PENDING_RESTORATION: "PENDING_RESTORATION",
57
+ PENDING_UPDATE: "PENDING_UPDATE",
58
+ };
@@ -0,0 +1,87 @@
1
+ import { RTBFabricServiceException as __BaseException } from "./RTBFabricServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "AccessDeniedException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
+ }
13
+ }
14
+ export class ConflictException extends __BaseException {
15
+ name = "ConflictException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "ConflictException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, ConflictException.prototype);
24
+ }
25
+ }
26
+ export class InternalServerException extends __BaseException {
27
+ name = "InternalServerException";
28
+ $fault = "server";
29
+ $retryable = {};
30
+ constructor(opts) {
31
+ super({
32
+ name: "InternalServerException",
33
+ $fault: "server",
34
+ ...opts,
35
+ });
36
+ Object.setPrototypeOf(this, InternalServerException.prototype);
37
+ }
38
+ }
39
+ export class ResourceNotFoundException extends __BaseException {
40
+ name = "ResourceNotFoundException";
41
+ $fault = "client";
42
+ constructor(opts) {
43
+ super({
44
+ name: "ResourceNotFoundException",
45
+ $fault: "client",
46
+ ...opts,
47
+ });
48
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
49
+ }
50
+ }
51
+ export class ThrottlingException extends __BaseException {
52
+ name = "ThrottlingException";
53
+ $fault = "client";
54
+ $retryable = {};
55
+ constructor(opts) {
56
+ super({
57
+ name: "ThrottlingException",
58
+ $fault: "client",
59
+ ...opts,
60
+ });
61
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
62
+ }
63
+ }
64
+ export class ValidationException extends __BaseException {
65
+ name = "ValidationException";
66
+ $fault = "client";
67
+ constructor(opts) {
68
+ super({
69
+ name: "ValidationException",
70
+ $fault: "client",
71
+ ...opts,
72
+ });
73
+ Object.setPrototypeOf(this, ValidationException.prototype);
74
+ }
75
+ }
76
+ export class ServiceQuotaExceededException extends __BaseException {
77
+ name = "ServiceQuotaExceededException";
78
+ $fault = "client";
79
+ constructor(opts) {
80
+ super({
81
+ name: "ServiceQuotaExceededException",
82
+ $fault: "client",
83
+ ...opts,
84
+ });
85
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
86
+ }
87
+ }
@@ -1,145 +1 @@
1
- import { RTBFabricServiceException as __BaseException } from "./RTBFabricServiceException";
2
- export const ResponderErrorMaskingAction = {
3
- NO_BID: "NO_BID",
4
- PASSTHROUGH: "PASSTHROUGH",
5
- };
6
- export const ResponderErrorMaskingLoggingType = {
7
- METRIC: "METRIC",
8
- NONE: "NONE",
9
- RESPONSE: "RESPONSE",
10
- };
11
- export const LinkDirection = {
12
- REQUEST: "REQUEST",
13
- RESPONSE: "RESPONSE",
14
- };
15
- export const FilterType = {
16
- EXCLUDE: "EXCLUDE",
17
- INCLUDE: "INCLUDE",
18
- };
19
- export const LinkStatus = {
20
- ACCEPTED: "ACCEPTED",
21
- ACTIVE: "ACTIVE",
22
- DELETED: "DELETED",
23
- FAILED: "FAILED",
24
- ISOLATED: "ISOLATED",
25
- PENDING_CREATION: "PENDING_CREATION",
26
- PENDING_DELETION: "PENDING_DELETION",
27
- PENDING_ISOLATION: "PENDING_ISOLATION",
28
- PENDING_REQUEST: "PENDING_REQUEST",
29
- PENDING_RESTORATION: "PENDING_RESTORATION",
30
- PENDING_UPDATE: "PENDING_UPDATE",
31
- REJECTED: "REJECTED",
32
- REQUESTED: "REQUESTED",
33
- };
34
- export class AccessDeniedException extends __BaseException {
35
- name = "AccessDeniedException";
36
- $fault = "client";
37
- constructor(opts) {
38
- super({
39
- name: "AccessDeniedException",
40
- $fault: "client",
41
- ...opts,
42
- });
43
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
44
- }
45
- }
46
- export class ConflictException extends __BaseException {
47
- name = "ConflictException";
48
- $fault = "client";
49
- constructor(opts) {
50
- super({
51
- name: "ConflictException",
52
- $fault: "client",
53
- ...opts,
54
- });
55
- Object.setPrototypeOf(this, ConflictException.prototype);
56
- }
57
- }
58
- export class InternalServerException extends __BaseException {
59
- name = "InternalServerException";
60
- $fault = "server";
61
- $retryable = {};
62
- constructor(opts) {
63
- super({
64
- name: "InternalServerException",
65
- $fault: "server",
66
- ...opts,
67
- });
68
- Object.setPrototypeOf(this, InternalServerException.prototype);
69
- }
70
- }
71
- export class ResourceNotFoundException extends __BaseException {
72
- name = "ResourceNotFoundException";
73
- $fault = "client";
74
- constructor(opts) {
75
- super({
76
- name: "ResourceNotFoundException",
77
- $fault: "client",
78
- ...opts,
79
- });
80
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
81
- }
82
- }
83
- export class ThrottlingException extends __BaseException {
84
- name = "ThrottlingException";
85
- $fault = "client";
86
- $retryable = {};
87
- constructor(opts) {
88
- super({
89
- name: "ThrottlingException",
90
- $fault: "client",
91
- ...opts,
92
- });
93
- Object.setPrototypeOf(this, ThrottlingException.prototype);
94
- }
95
- }
96
- export class ValidationException extends __BaseException {
97
- name = "ValidationException";
98
- $fault = "client";
99
- constructor(opts) {
100
- super({
101
- name: "ValidationException",
102
- $fault: "client",
103
- ...opts,
104
- });
105
- Object.setPrototypeOf(this, ValidationException.prototype);
106
- }
107
- }
108
- export class ServiceQuotaExceededException extends __BaseException {
109
- name = "ServiceQuotaExceededException";
110
- $fault = "client";
111
- constructor(opts) {
112
- super({
113
- name: "ServiceQuotaExceededException",
114
- $fault: "client",
115
- ...opts,
116
- });
117
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
118
- }
119
- }
120
- export const RequesterGatewayStatus = {
121
- ACTIVE: "ACTIVE",
122
- DELETED: "DELETED",
123
- ERROR: "ERROR",
124
- ISOLATED: "ISOLATED",
125
- PENDING_CREATION: "PENDING_CREATION",
126
- PENDING_DELETION: "PENDING_DELETION",
127
- PENDING_ISOLATION: "PENDING_ISOLATION",
128
- PENDING_RESTORATION: "PENDING_RESTORATION",
129
- PENDING_UPDATE: "PENDING_UPDATE",
130
- };
131
- export const Protocol = {
132
- HTTP: "HTTP",
133
- HTTPS: "HTTPS",
134
- };
135
- export const ResponderGatewayStatus = {
136
- ACTIVE: "ACTIVE",
137
- DELETED: "DELETED",
138
- ERROR: "ERROR",
139
- ISOLATED: "ISOLATED",
140
- PENDING_CREATION: "PENDING_CREATION",
141
- PENDING_DELETION: "PENDING_DELETION",
142
- PENDING_ISOLATION: "PENDING_ISOLATION",
143
- PENDING_RESTORATION: "PENDING_RESTORATION",
144
- PENDING_UPDATE: "PENDING_UPDATE",
145
- };
1
+ export {};
@@ -197,7 +197,7 @@ const _va = "value";
197
197
  const _ve = "version";
198
198
  const n0 = "com.amazonaws.rtbfabric";
199
199
  import { TypeRegistry } from "@smithy/core/schema";
200
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
200
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
201
201
  import { RTBFabricServiceException as __RTBFabricServiceException } from "../models/RTBFabricServiceException";
202
202
  export var Base64EncodedCertificateChain = [0, n0, _BECC, 8, 0];
203
203
  export var AcceptLinkRequest = [
@@ -11,5 +11,7 @@ export type { RTBFabricExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./waiters";
14
- export * from "./models";
14
+ export * from "./models/enums";
15
+ export * from "./models/errors";
16
+ export type * from "./models/models_0";
15
17
  export { RTBFabricServiceException } from "./models/RTBFabricServiceException";
@@ -0,0 +1,122 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ResponderErrorMaskingAction: {
6
+ readonly NO_BID: "NO_BID";
7
+ readonly PASSTHROUGH: "PASSTHROUGH";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type ResponderErrorMaskingAction = (typeof ResponderErrorMaskingAction)[keyof typeof ResponderErrorMaskingAction];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const ResponderErrorMaskingLoggingType: {
18
+ readonly METRIC: "METRIC";
19
+ readonly NONE: "NONE";
20
+ readonly RESPONSE: "RESPONSE";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type ResponderErrorMaskingLoggingType = (typeof ResponderErrorMaskingLoggingType)[keyof typeof ResponderErrorMaskingLoggingType];
26
+ /**
27
+ * @public
28
+ * @enum
29
+ */
30
+ export declare const LinkDirection: {
31
+ readonly REQUEST: "REQUEST";
32
+ readonly RESPONSE: "RESPONSE";
33
+ };
34
+ /**
35
+ * @public
36
+ */
37
+ export type LinkDirection = (typeof LinkDirection)[keyof typeof LinkDirection];
38
+ /**
39
+ * @public
40
+ * @enum
41
+ */
42
+ export declare const FilterType: {
43
+ readonly EXCLUDE: "EXCLUDE";
44
+ readonly INCLUDE: "INCLUDE";
45
+ };
46
+ /**
47
+ * @public
48
+ */
49
+ export type FilterType = (typeof FilterType)[keyof typeof FilterType];
50
+ /**
51
+ * @public
52
+ * @enum
53
+ */
54
+ export declare const LinkStatus: {
55
+ readonly ACCEPTED: "ACCEPTED";
56
+ readonly ACTIVE: "ACTIVE";
57
+ readonly DELETED: "DELETED";
58
+ readonly FAILED: "FAILED";
59
+ readonly ISOLATED: "ISOLATED";
60
+ readonly PENDING_CREATION: "PENDING_CREATION";
61
+ readonly PENDING_DELETION: "PENDING_DELETION";
62
+ readonly PENDING_ISOLATION: "PENDING_ISOLATION";
63
+ readonly PENDING_REQUEST: "PENDING_REQUEST";
64
+ readonly PENDING_RESTORATION: "PENDING_RESTORATION";
65
+ readonly PENDING_UPDATE: "PENDING_UPDATE";
66
+ readonly REJECTED: "REJECTED";
67
+ readonly REQUESTED: "REQUESTED";
68
+ };
69
+ /**
70
+ * @public
71
+ */
72
+ export type LinkStatus = (typeof LinkStatus)[keyof typeof LinkStatus];
73
+ /**
74
+ * @public
75
+ * @enum
76
+ */
77
+ export declare const RequesterGatewayStatus: {
78
+ readonly ACTIVE: "ACTIVE";
79
+ readonly DELETED: "DELETED";
80
+ readonly ERROR: "ERROR";
81
+ readonly ISOLATED: "ISOLATED";
82
+ readonly PENDING_CREATION: "PENDING_CREATION";
83
+ readonly PENDING_DELETION: "PENDING_DELETION";
84
+ readonly PENDING_ISOLATION: "PENDING_ISOLATION";
85
+ readonly PENDING_RESTORATION: "PENDING_RESTORATION";
86
+ readonly PENDING_UPDATE: "PENDING_UPDATE";
87
+ };
88
+ /**
89
+ * @public
90
+ */
91
+ export type RequesterGatewayStatus = (typeof RequesterGatewayStatus)[keyof typeof RequesterGatewayStatus];
92
+ /**
93
+ * @public
94
+ * @enum
95
+ */
96
+ export declare const Protocol: {
97
+ readonly HTTP: "HTTP";
98
+ readonly HTTPS: "HTTPS";
99
+ };
100
+ /**
101
+ * @public
102
+ */
103
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
104
+ /**
105
+ * @public
106
+ * @enum
107
+ */
108
+ export declare const ResponderGatewayStatus: {
109
+ readonly ACTIVE: "ACTIVE";
110
+ readonly DELETED: "DELETED";
111
+ readonly ERROR: "ERROR";
112
+ readonly ISOLATED: "ISOLATED";
113
+ readonly PENDING_CREATION: "PENDING_CREATION";
114
+ readonly PENDING_DELETION: "PENDING_DELETION";
115
+ readonly PENDING_ISOLATION: "PENDING_ISOLATION";
116
+ readonly PENDING_RESTORATION: "PENDING_RESTORATION";
117
+ readonly PENDING_UPDATE: "PENDING_UPDATE";
118
+ };
119
+ /**
120
+ * @public
121
+ */
122
+ export type ResponderGatewayStatus = (typeof ResponderGatewayStatus)[keyof typeof ResponderGatewayStatus];
@@ -0,0 +1,88 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { RTBFabricServiceException as __BaseException } from "./RTBFabricServiceException";
3
+ /**
4
+ * <p>The request could not be completed because you do not have sufficient access to perform this action.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
+ }
15
+ /**
16
+ * <p>The request could not be completed because of a conflict in the current state of the resource.</p>
17
+ * @public
18
+ */
19
+ export declare class ConflictException extends __BaseException {
20
+ readonly name: "ConflictException";
21
+ readonly $fault: "client";
22
+ /**
23
+ * @internal
24
+ */
25
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
26
+ }
27
+ /**
28
+ * <p>The request could not be completed because of an internal server error. Try your call again.</p>
29
+ * @public
30
+ */
31
+ export declare class InternalServerException extends __BaseException {
32
+ readonly name: "InternalServerException";
33
+ readonly $fault: "server";
34
+ $retryable: {};
35
+ /**
36
+ * @internal
37
+ */
38
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
39
+ }
40
+ /**
41
+ * <p>The request could not be completed because the resource does not exist.</p>
42
+ * @public
43
+ */
44
+ export declare class ResourceNotFoundException extends __BaseException {
45
+ readonly name: "ResourceNotFoundException";
46
+ readonly $fault: "client";
47
+ /**
48
+ * @internal
49
+ */
50
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
51
+ }
52
+ /**
53
+ * <p>The request was denied due to request throttling.</p>
54
+ * @public
55
+ */
56
+ export declare class ThrottlingException extends __BaseException {
57
+ readonly name: "ThrottlingException";
58
+ readonly $fault: "client";
59
+ $retryable: {};
60
+ /**
61
+ * @internal
62
+ */
63
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
64
+ }
65
+ /**
66
+ * <p>The request could not be completed because it fails satisfy the constraints specified by the service.</p>
67
+ * @public
68
+ */
69
+ export declare class ValidationException extends __BaseException {
70
+ readonly name: "ValidationException";
71
+ readonly $fault: "client";
72
+ /**
73
+ * @internal
74
+ */
75
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
76
+ }
77
+ /**
78
+ * <p>The request could not be completed because you exceeded a service quota.</p>
79
+ * @public
80
+ */
81
+ export declare class ServiceQuotaExceededException extends __BaseException {
82
+ readonly name: "ServiceQuotaExceededException";
83
+ readonly $fault: "client";
84
+ /**
85
+ * @internal
86
+ */
87
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
88
+ }
@@ -1,30 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { RTBFabricServiceException as __BaseException } from "./RTBFabricServiceException";
3
- /**
4
- * @public
5
- * @enum
6
- */
7
- export declare const ResponderErrorMaskingAction: {
8
- readonly NO_BID: "NO_BID";
9
- readonly PASSTHROUGH: "PASSTHROUGH";
10
- };
11
- /**
12
- * @public
13
- */
14
- export type ResponderErrorMaskingAction = (typeof ResponderErrorMaskingAction)[keyof typeof ResponderErrorMaskingAction];
15
- /**
16
- * @public
17
- * @enum
18
- */
19
- export declare const ResponderErrorMaskingLoggingType: {
20
- readonly METRIC: "METRIC";
21
- readonly NONE: "NONE";
22
- readonly RESPONSE: "RESPONSE";
23
- };
24
- /**
25
- * @public
26
- */
27
- export type ResponderErrorMaskingLoggingType = (typeof ResponderErrorMaskingLoggingType)[keyof typeof ResponderErrorMaskingLoggingType];
1
+ import { FilterType, LinkDirection, LinkStatus, Protocol, RequesterGatewayStatus, ResponderErrorMaskingAction, ResponderErrorMaskingLoggingType, ResponderGatewayStatus } from "./enums";
28
2
  /**
29
3
  * <p>Describes the masking for HTTP error codes.</p>
30
4
  * @public
@@ -130,18 +104,6 @@ export interface AcceptLinkRequest {
130
104
  */
131
105
  logSettings: LinkLogSettings | undefined;
132
106
  }
133
- /**
134
- * @public
135
- * @enum
136
- */
137
- export declare const LinkDirection: {
138
- readonly REQUEST: "REQUEST";
139
- readonly RESPONSE: "RESPONSE";
140
- };
141
- /**
142
- * @public
143
- */
144
- export type LinkDirection = (typeof LinkDirection)[keyof typeof LinkDirection];
145
107
  /**
146
108
  * <p>Describes the parameters of a no bid module.</p>
147
109
  * @public
@@ -262,18 +224,6 @@ export interface Filter {
262
224
  */
263
225
  criteria: FilterCriterion[] | undefined;
264
226
  }
265
- /**
266
- * @public
267
- * @enum
268
- */
269
- export declare const FilterType: {
270
- readonly EXCLUDE: "EXCLUDE";
271
- readonly INCLUDE: "INCLUDE";
272
- };
273
- /**
274
- * @public
275
- */
276
- export type FilterType = (typeof FilterType)[keyof typeof FilterType];
277
227
  /**
278
228
  * <p>Describes the parameters of an open RTB attribute module.</p>
279
229
  * @public
@@ -396,29 +346,6 @@ export interface ModuleConfiguration {
396
346
  */
397
347
  moduleParameters?: ModuleParameters | undefined;
398
348
  }
399
- /**
400
- * @public
401
- * @enum
402
- */
403
- export declare const LinkStatus: {
404
- readonly ACCEPTED: "ACCEPTED";
405
- readonly ACTIVE: "ACTIVE";
406
- readonly DELETED: "DELETED";
407
- readonly FAILED: "FAILED";
408
- readonly ISOLATED: "ISOLATED";
409
- readonly PENDING_CREATION: "PENDING_CREATION";
410
- readonly PENDING_DELETION: "PENDING_DELETION";
411
- readonly PENDING_ISOLATION: "PENDING_ISOLATION";
412
- readonly PENDING_REQUEST: "PENDING_REQUEST";
413
- readonly PENDING_RESTORATION: "PENDING_RESTORATION";
414
- readonly PENDING_UPDATE: "PENDING_UPDATE";
415
- readonly REJECTED: "REJECTED";
416
- readonly REQUESTED: "REQUESTED";
417
- };
418
- /**
419
- * @public
420
- */
421
- export type LinkStatus = (typeof LinkStatus)[keyof typeof LinkStatus];
422
349
  /**
423
350
  * @public
424
351
  */
@@ -474,80 +401,6 @@ export interface AcceptLinkResponse {
474
401
  */
475
402
  linkId: string | undefined;
476
403
  }
477
- /**
478
- * <p>The request could not be completed because you do not have sufficient access to perform this action.</p>
479
- * @public
480
- */
481
- export declare class AccessDeniedException extends __BaseException {
482
- readonly name: "AccessDeniedException";
483
- readonly $fault: "client";
484
- /**
485
- * @internal
486
- */
487
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
488
- }
489
- /**
490
- * <p>The request could not be completed because of a conflict in the current state of the resource.</p>
491
- * @public
492
- */
493
- export declare class ConflictException extends __BaseException {
494
- readonly name: "ConflictException";
495
- readonly $fault: "client";
496
- /**
497
- * @internal
498
- */
499
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
500
- }
501
- /**
502
- * <p>The request could not be completed because of an internal server error. Try your call again.</p>
503
- * @public
504
- */
505
- export declare class InternalServerException extends __BaseException {
506
- readonly name: "InternalServerException";
507
- readonly $fault: "server";
508
- $retryable: {};
509
- /**
510
- * @internal
511
- */
512
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
513
- }
514
- /**
515
- * <p>The request could not be completed because the resource does not exist.</p>
516
- * @public
517
- */
518
- export declare class ResourceNotFoundException extends __BaseException {
519
- readonly name: "ResourceNotFoundException";
520
- readonly $fault: "client";
521
- /**
522
- * @internal
523
- */
524
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
525
- }
526
- /**
527
- * <p>The request was denied due to request throttling.</p>
528
- * @public
529
- */
530
- export declare class ThrottlingException extends __BaseException {
531
- readonly name: "ThrottlingException";
532
- readonly $fault: "client";
533
- $retryable: {};
534
- /**
535
- * @internal
536
- */
537
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
538
- }
539
- /**
540
- * <p>The request could not be completed because it fails satisfy the constraints specified by the service.</p>
541
- * @public
542
- */
543
- export declare class ValidationException extends __BaseException {
544
- readonly name: "ValidationException";
545
- readonly $fault: "client";
546
- /**
547
- * @internal
548
- */
549
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
550
- }
551
404
  /**
552
405
  * <p>Describes the configuration of an auto scaling group.</p>
553
406
  * @public
@@ -619,18 +472,6 @@ export interface CreateInboundExternalLinkResponse {
619
472
  */
620
473
  domainName: string | undefined;
621
474
  }
622
- /**
623
- * <p>The request could not be completed because you exceeded a service quota.</p>
624
- * @public
625
- */
626
- export declare class ServiceQuotaExceededException extends __BaseException {
627
- readonly name: "ServiceQuotaExceededException";
628
- readonly $fault: "client";
629
- /**
630
- * @internal
631
- */
632
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
633
- }
634
475
  /**
635
476
  * @public
636
477
  */
@@ -816,25 +657,6 @@ export interface CreateRequesterGatewayRequest {
816
657
  */
817
658
  tags?: Record<string, string> | undefined;
818
659
  }
819
- /**
820
- * @public
821
- * @enum
822
- */
823
- export declare const RequesterGatewayStatus: {
824
- readonly ACTIVE: "ACTIVE";
825
- readonly DELETED: "DELETED";
826
- readonly ERROR: "ERROR";
827
- readonly ISOLATED: "ISOLATED";
828
- readonly PENDING_CREATION: "PENDING_CREATION";
829
- readonly PENDING_DELETION: "PENDING_DELETION";
830
- readonly PENDING_ISOLATION: "PENDING_ISOLATION";
831
- readonly PENDING_RESTORATION: "PENDING_RESTORATION";
832
- readonly PENDING_UPDATE: "PENDING_UPDATE";
833
- };
834
- /**
835
- * @public
836
- */
837
- export type RequesterGatewayStatus = (typeof RequesterGatewayStatus)[keyof typeof RequesterGatewayStatus];
838
660
  /**
839
661
  * @public
840
662
  */
@@ -936,18 +758,6 @@ export declare namespace ManagedEndpointConfiguration {
936
758
  _: (name: string, value: any) => T;
937
759
  }
938
760
  }
939
- /**
940
- * @public
941
- * @enum
942
- */
943
- export declare const Protocol: {
944
- readonly HTTP: "HTTP";
945
- readonly HTTPS: "HTTPS";
946
- };
947
- /**
948
- * @public
949
- */
950
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
951
761
  /**
952
762
  * <p>Describes the configuration of a trust store.</p>
953
763
  * @public
@@ -1019,25 +829,6 @@ export interface CreateResponderGatewayRequest {
1019
829
  */
1020
830
  tags?: Record<string, string> | undefined;
1021
831
  }
1022
- /**
1023
- * @public
1024
- * @enum
1025
- */
1026
- export declare const ResponderGatewayStatus: {
1027
- readonly ACTIVE: "ACTIVE";
1028
- readonly DELETED: "DELETED";
1029
- readonly ERROR: "ERROR";
1030
- readonly ISOLATED: "ISOLATED";
1031
- readonly PENDING_CREATION: "PENDING_CREATION";
1032
- readonly PENDING_DELETION: "PENDING_DELETION";
1033
- readonly PENDING_ISOLATION: "PENDING_ISOLATION";
1034
- readonly PENDING_RESTORATION: "PENDING_RESTORATION";
1035
- readonly PENDING_UPDATE: "PENDING_UPDATE";
1036
- };
1037
- /**
1038
- * @public
1039
- */
1040
- export type ResponderGatewayStatus = (typeof ResponderGatewayStatus)[keyof typeof ResponderGatewayStatus];
1041
832
  /**
1042
833
  * @public
1043
834
  */
@@ -6,5 +6,7 @@ export { RTBFabricExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./waiters";
9
- export * from "./models";
9
+ export * from "./models/enums";
10
+ export * from "./models/errors";
11
+ export * from "./models/models_0";
10
12
  export { RTBFabricServiceException } from "./models/RTBFabricServiceException";
@@ -0,0 +1,70 @@
1
+ export declare const ResponderErrorMaskingAction: {
2
+ readonly NO_BID: "NO_BID";
3
+ readonly PASSTHROUGH: "PASSTHROUGH";
4
+ };
5
+ export type ResponderErrorMaskingAction =
6
+ (typeof ResponderErrorMaskingAction)[keyof typeof ResponderErrorMaskingAction];
7
+ export declare const ResponderErrorMaskingLoggingType: {
8
+ readonly METRIC: "METRIC";
9
+ readonly NONE: "NONE";
10
+ readonly RESPONSE: "RESPONSE";
11
+ };
12
+ export type ResponderErrorMaskingLoggingType =
13
+ (typeof ResponderErrorMaskingLoggingType)[keyof typeof ResponderErrorMaskingLoggingType];
14
+ export declare const LinkDirection: {
15
+ readonly REQUEST: "REQUEST";
16
+ readonly RESPONSE: "RESPONSE";
17
+ };
18
+ export type LinkDirection = (typeof LinkDirection)[keyof typeof LinkDirection];
19
+ export declare const FilterType: {
20
+ readonly EXCLUDE: "EXCLUDE";
21
+ readonly INCLUDE: "INCLUDE";
22
+ };
23
+ export type FilterType = (typeof FilterType)[keyof typeof FilterType];
24
+ export declare const LinkStatus: {
25
+ readonly ACCEPTED: "ACCEPTED";
26
+ readonly ACTIVE: "ACTIVE";
27
+ readonly DELETED: "DELETED";
28
+ readonly FAILED: "FAILED";
29
+ readonly ISOLATED: "ISOLATED";
30
+ readonly PENDING_CREATION: "PENDING_CREATION";
31
+ readonly PENDING_DELETION: "PENDING_DELETION";
32
+ readonly PENDING_ISOLATION: "PENDING_ISOLATION";
33
+ readonly PENDING_REQUEST: "PENDING_REQUEST";
34
+ readonly PENDING_RESTORATION: "PENDING_RESTORATION";
35
+ readonly PENDING_UPDATE: "PENDING_UPDATE";
36
+ readonly REJECTED: "REJECTED";
37
+ readonly REQUESTED: "REQUESTED";
38
+ };
39
+ export type LinkStatus = (typeof LinkStatus)[keyof typeof LinkStatus];
40
+ export declare const RequesterGatewayStatus: {
41
+ readonly ACTIVE: "ACTIVE";
42
+ readonly DELETED: "DELETED";
43
+ readonly ERROR: "ERROR";
44
+ readonly ISOLATED: "ISOLATED";
45
+ readonly PENDING_CREATION: "PENDING_CREATION";
46
+ readonly PENDING_DELETION: "PENDING_DELETION";
47
+ readonly PENDING_ISOLATION: "PENDING_ISOLATION";
48
+ readonly PENDING_RESTORATION: "PENDING_RESTORATION";
49
+ readonly PENDING_UPDATE: "PENDING_UPDATE";
50
+ };
51
+ export type RequesterGatewayStatus =
52
+ (typeof RequesterGatewayStatus)[keyof typeof RequesterGatewayStatus];
53
+ export declare const Protocol: {
54
+ readonly HTTP: "HTTP";
55
+ readonly HTTPS: "HTTPS";
56
+ };
57
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
58
+ export declare const ResponderGatewayStatus: {
59
+ readonly ACTIVE: "ACTIVE";
60
+ readonly DELETED: "DELETED";
61
+ readonly ERROR: "ERROR";
62
+ readonly ISOLATED: "ISOLATED";
63
+ readonly PENDING_CREATION: "PENDING_CREATION";
64
+ readonly PENDING_DELETION: "PENDING_DELETION";
65
+ readonly PENDING_ISOLATION: "PENDING_ISOLATION";
66
+ readonly PENDING_RESTORATION: "PENDING_RESTORATION";
67
+ readonly PENDING_UPDATE: "PENDING_UPDATE";
68
+ };
69
+ export type ResponderGatewayStatus =
70
+ (typeof ResponderGatewayStatus)[keyof typeof ResponderGatewayStatus];
@@ -0,0 +1,51 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { RTBFabricServiceException as __BaseException } from "./RTBFabricServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare class ConflictException extends __BaseException {
11
+ readonly name: "ConflictException";
12
+ readonly $fault: "client";
13
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
14
+ }
15
+ export declare class InternalServerException extends __BaseException {
16
+ readonly name: "InternalServerException";
17
+ readonly $fault: "server";
18
+ $retryable: {};
19
+ constructor(
20
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
21
+ );
22
+ }
23
+ export declare class ResourceNotFoundException extends __BaseException {
24
+ readonly name: "ResourceNotFoundException";
25
+ readonly $fault: "client";
26
+ constructor(
27
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
28
+ );
29
+ }
30
+ export declare class ThrottlingException extends __BaseException {
31
+ readonly name: "ThrottlingException";
32
+ readonly $fault: "client";
33
+ $retryable: {};
34
+ constructor(
35
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
36
+ );
37
+ }
38
+ export declare class ValidationException extends __BaseException {
39
+ readonly name: "ValidationException";
40
+ readonly $fault: "client";
41
+ constructor(
42
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
43
+ );
44
+ }
45
+ export declare class ServiceQuotaExceededException extends __BaseException {
46
+ readonly name: "ServiceQuotaExceededException";
47
+ readonly $fault: "client";
48
+ constructor(
49
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
50
+ );
51
+ }
@@ -1,18 +1,13 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { RTBFabricServiceException as __BaseException } from "./RTBFabricServiceException";
3
- export declare const ResponderErrorMaskingAction: {
4
- readonly NO_BID: "NO_BID";
5
- readonly PASSTHROUGH: "PASSTHROUGH";
6
- };
7
- export type ResponderErrorMaskingAction =
8
- (typeof ResponderErrorMaskingAction)[keyof typeof ResponderErrorMaskingAction];
9
- export declare const ResponderErrorMaskingLoggingType: {
10
- readonly METRIC: "METRIC";
11
- readonly NONE: "NONE";
12
- readonly RESPONSE: "RESPONSE";
13
- };
14
- export type ResponderErrorMaskingLoggingType =
15
- (typeof ResponderErrorMaskingLoggingType)[keyof typeof ResponderErrorMaskingLoggingType];
1
+ import {
2
+ FilterType,
3
+ LinkDirection,
4
+ LinkStatus,
5
+ Protocol,
6
+ RequesterGatewayStatus,
7
+ ResponderErrorMaskingAction,
8
+ ResponderErrorMaskingLoggingType,
9
+ ResponderGatewayStatus,
10
+ } from "./enums";
16
11
  export interface ResponderErrorMaskingForHttpCode {
17
12
  httpCode: string | undefined;
18
13
  action: ResponderErrorMaskingAction | undefined;
@@ -39,11 +34,6 @@ export interface AcceptLinkRequest {
39
34
  attributes?: LinkAttributes | undefined;
40
35
  logSettings: LinkLogSettings | undefined;
41
36
  }
42
- export declare const LinkDirection: {
43
- readonly REQUEST: "REQUEST";
44
- readonly RESPONSE: "RESPONSE";
45
- };
46
- export type LinkDirection = (typeof LinkDirection)[keyof typeof LinkDirection];
47
37
  export interface NoBidModuleParameters {
48
38
  reason?: string | undefined;
49
39
  reasonCode?: number | undefined;
@@ -89,11 +79,6 @@ export interface FilterCriterion {
89
79
  export interface Filter {
90
80
  criteria: FilterCriterion[] | undefined;
91
81
  }
92
- export declare const FilterType: {
93
- readonly EXCLUDE: "EXCLUDE";
94
- readonly INCLUDE: "INCLUDE";
95
- };
96
- export type FilterType = (typeof FilterType)[keyof typeof FilterType];
97
82
  export interface OpenRtbAttributeModuleParameters {
98
83
  filterType: FilterType | undefined;
99
84
  filterConfiguration: Filter[] | undefined;
@@ -146,22 +131,6 @@ export interface ModuleConfiguration {
146
131
  dependsOn?: string[] | undefined;
147
132
  moduleParameters?: ModuleParameters | undefined;
148
133
  }
149
- export declare const LinkStatus: {
150
- readonly ACCEPTED: "ACCEPTED";
151
- readonly ACTIVE: "ACTIVE";
152
- readonly DELETED: "DELETED";
153
- readonly FAILED: "FAILED";
154
- readonly ISOLATED: "ISOLATED";
155
- readonly PENDING_CREATION: "PENDING_CREATION";
156
- readonly PENDING_DELETION: "PENDING_DELETION";
157
- readonly PENDING_ISOLATION: "PENDING_ISOLATION";
158
- readonly PENDING_REQUEST: "PENDING_REQUEST";
159
- readonly PENDING_RESTORATION: "PENDING_RESTORATION";
160
- readonly PENDING_UPDATE: "PENDING_UPDATE";
161
- readonly REJECTED: "REJECTED";
162
- readonly REQUESTED: "REQUESTED";
163
- };
164
- export type LinkStatus = (typeof LinkStatus)[keyof typeof LinkStatus];
165
134
  export interface AcceptLinkResponse {
166
135
  gatewayId: string | undefined;
167
136
  peerGatewayId: string | undefined;
@@ -174,48 +143,6 @@ export interface AcceptLinkResponse {
174
143
  attributes?: LinkAttributes | undefined;
175
144
  linkId: string | undefined;
176
145
  }
177
- export declare class AccessDeniedException extends __BaseException {
178
- readonly name: "AccessDeniedException";
179
- readonly $fault: "client";
180
- constructor(
181
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
182
- );
183
- }
184
- export declare class ConflictException extends __BaseException {
185
- readonly name: "ConflictException";
186
- readonly $fault: "client";
187
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
188
- }
189
- export declare class InternalServerException extends __BaseException {
190
- readonly name: "InternalServerException";
191
- readonly $fault: "server";
192
- $retryable: {};
193
- constructor(
194
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
195
- );
196
- }
197
- export declare class ResourceNotFoundException extends __BaseException {
198
- readonly name: "ResourceNotFoundException";
199
- readonly $fault: "client";
200
- constructor(
201
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
202
- );
203
- }
204
- export declare class ThrottlingException extends __BaseException {
205
- readonly name: "ThrottlingException";
206
- readonly $fault: "client";
207
- $retryable: {};
208
- constructor(
209
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
210
- );
211
- }
212
- export declare class ValidationException extends __BaseException {
213
- readonly name: "ValidationException";
214
- readonly $fault: "client";
215
- constructor(
216
- opts: __ExceptionOptionType<ValidationException, __BaseException>
217
- );
218
- }
219
146
  export interface AutoScalingGroupsConfiguration {
220
147
  autoScalingGroupNames: string[] | undefined;
221
148
  roleArn: string | undefined;
@@ -233,13 +160,6 @@ export interface CreateInboundExternalLinkResponse {
233
160
  status: LinkStatus | undefined;
234
161
  domainName: string | undefined;
235
162
  }
236
- export declare class ServiceQuotaExceededException extends __BaseException {
237
- readonly name: "ServiceQuotaExceededException";
238
- readonly $fault: "client";
239
- constructor(
240
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
241
- );
242
- }
243
163
  export interface CreateLinkRequest {
244
164
  gatewayId: string | undefined;
245
165
  peerGatewayId: string | undefined;
@@ -282,19 +202,6 @@ export interface CreateRequesterGatewayRequest {
282
202
  description?: string | undefined;
283
203
  tags?: Record<string, string> | undefined;
284
204
  }
285
- export declare const RequesterGatewayStatus: {
286
- readonly ACTIVE: "ACTIVE";
287
- readonly DELETED: "DELETED";
288
- readonly ERROR: "ERROR";
289
- readonly ISOLATED: "ISOLATED";
290
- readonly PENDING_CREATION: "PENDING_CREATION";
291
- readonly PENDING_DELETION: "PENDING_DELETION";
292
- readonly PENDING_ISOLATION: "PENDING_ISOLATION";
293
- readonly PENDING_RESTORATION: "PENDING_RESTORATION";
294
- readonly PENDING_UPDATE: "PENDING_UPDATE";
295
- };
296
- export type RequesterGatewayStatus =
297
- (typeof RequesterGatewayStatus)[keyof typeof RequesterGatewayStatus];
298
205
  export interface CreateRequesterGatewayResponse {
299
206
  gatewayId: string | undefined;
300
207
  domainName: string | undefined;
@@ -334,11 +241,6 @@ export declare namespace ManagedEndpointConfiguration {
334
241
  _: (name: string, value: any) => T;
335
242
  }
336
243
  }
337
- export declare const Protocol: {
338
- readonly HTTP: "HTTP";
339
- readonly HTTPS: "HTTPS";
340
- };
341
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
342
244
  export interface TrustStoreConfiguration {
343
245
  certificateAuthorityCertificates: string[] | undefined;
344
246
  }
@@ -355,19 +257,6 @@ export interface CreateResponderGatewayRequest {
355
257
  description?: string | undefined;
356
258
  tags?: Record<string, string> | undefined;
357
259
  }
358
- export declare const ResponderGatewayStatus: {
359
- readonly ACTIVE: "ACTIVE";
360
- readonly DELETED: "DELETED";
361
- readonly ERROR: "ERROR";
362
- readonly ISOLATED: "ISOLATED";
363
- readonly PENDING_CREATION: "PENDING_CREATION";
364
- readonly PENDING_DELETION: "PENDING_DELETION";
365
- readonly PENDING_ISOLATION: "PENDING_ISOLATION";
366
- readonly PENDING_RESTORATION: "PENDING_RESTORATION";
367
- readonly PENDING_UPDATE: "PENDING_UPDATE";
368
- };
369
- export type ResponderGatewayStatus =
370
- (typeof ResponderGatewayStatus)[keyof typeof ResponderGatewayStatus];
371
260
  export interface CreateResponderGatewayResponse {
372
261
  gatewayId: string | undefined;
373
262
  status: ResponderGatewayStatus | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rtbfabric",
3
3
  "description": "AWS SDK for JavaScript Rtbfabric Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rtbfabric",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";