@aws-sdk/client-rtbfabric 3.929.0 → 3.930.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
|
@@ -131,32 +131,10 @@ const LinkDirection = {
|
|
|
131
131
|
REQUEST: "REQUEST",
|
|
132
132
|
RESPONSE: "RESPONSE",
|
|
133
133
|
};
|
|
134
|
-
exports.Action = void 0;
|
|
135
|
-
(function (Action) {
|
|
136
|
-
Action.visit = (value, visitor) => {
|
|
137
|
-
if (value.noBid !== undefined)
|
|
138
|
-
return visitor.noBid(value.noBid);
|
|
139
|
-
if (value.headerTag !== undefined)
|
|
140
|
-
return visitor.headerTag(value.headerTag);
|
|
141
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
142
|
-
};
|
|
143
|
-
})(exports.Action || (exports.Action = {}));
|
|
144
134
|
const FilterType = {
|
|
145
135
|
EXCLUDE: "EXCLUDE",
|
|
146
136
|
INCLUDE: "INCLUDE",
|
|
147
137
|
};
|
|
148
|
-
exports.ModuleParameters = void 0;
|
|
149
|
-
(function (ModuleParameters) {
|
|
150
|
-
ModuleParameters.visit = (value, visitor) => {
|
|
151
|
-
if (value.noBid !== undefined)
|
|
152
|
-
return visitor.noBid(value.noBid);
|
|
153
|
-
if (value.openRtbAttribute !== undefined)
|
|
154
|
-
return visitor.openRtbAttribute(value.openRtbAttribute);
|
|
155
|
-
if (value.rateLimiter !== undefined)
|
|
156
|
-
return visitor.rateLimiter(value.rateLimiter);
|
|
157
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
158
|
-
};
|
|
159
|
-
})(exports.ModuleParameters || (exports.ModuleParameters = {}));
|
|
160
138
|
const LinkStatus = {
|
|
161
139
|
ACCEPTED: "ACCEPTED",
|
|
162
140
|
ACTIVE: "ACTIVE",
|
|
@@ -269,16 +247,6 @@ const RequesterGatewayStatus = {
|
|
|
269
247
|
PENDING_RESTORATION: "PENDING_RESTORATION",
|
|
270
248
|
PENDING_UPDATE: "PENDING_UPDATE",
|
|
271
249
|
};
|
|
272
|
-
exports.ManagedEndpointConfiguration = void 0;
|
|
273
|
-
(function (ManagedEndpointConfiguration) {
|
|
274
|
-
ManagedEndpointConfiguration.visit = (value, visitor) => {
|
|
275
|
-
if (value.autoScalingGroups !== undefined)
|
|
276
|
-
return visitor.autoScalingGroups(value.autoScalingGroups);
|
|
277
|
-
if (value.eksEndpoints !== undefined)
|
|
278
|
-
return visitor.eksEndpoints(value.eksEndpoints);
|
|
279
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
280
|
-
};
|
|
281
|
-
})(exports.ManagedEndpointConfiguration || (exports.ManagedEndpointConfiguration = {}));
|
|
282
250
|
const Protocol = {
|
|
283
251
|
HTTP: "HTTP",
|
|
284
252
|
HTTPS: "HTTPS",
|
|
@@ -12,32 +12,10 @@ export const LinkDirection = {
|
|
|
12
12
|
REQUEST: "REQUEST",
|
|
13
13
|
RESPONSE: "RESPONSE",
|
|
14
14
|
};
|
|
15
|
-
export var Action;
|
|
16
|
-
(function (Action) {
|
|
17
|
-
Action.visit = (value, visitor) => {
|
|
18
|
-
if (value.noBid !== undefined)
|
|
19
|
-
return visitor.noBid(value.noBid);
|
|
20
|
-
if (value.headerTag !== undefined)
|
|
21
|
-
return visitor.headerTag(value.headerTag);
|
|
22
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
23
|
-
};
|
|
24
|
-
})(Action || (Action = {}));
|
|
25
15
|
export const FilterType = {
|
|
26
16
|
EXCLUDE: "EXCLUDE",
|
|
27
17
|
INCLUDE: "INCLUDE",
|
|
28
18
|
};
|
|
29
|
-
export var ModuleParameters;
|
|
30
|
-
(function (ModuleParameters) {
|
|
31
|
-
ModuleParameters.visit = (value, visitor) => {
|
|
32
|
-
if (value.noBid !== undefined)
|
|
33
|
-
return visitor.noBid(value.noBid);
|
|
34
|
-
if (value.openRtbAttribute !== undefined)
|
|
35
|
-
return visitor.openRtbAttribute(value.openRtbAttribute);
|
|
36
|
-
if (value.rateLimiter !== undefined)
|
|
37
|
-
return visitor.rateLimiter(value.rateLimiter);
|
|
38
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
39
|
-
};
|
|
40
|
-
})(ModuleParameters || (ModuleParameters = {}));
|
|
41
19
|
export const LinkStatus = {
|
|
42
20
|
ACCEPTED: "ACCEPTED",
|
|
43
21
|
ACTIVE: "ACTIVE",
|
|
@@ -150,16 +128,6 @@ export const RequesterGatewayStatus = {
|
|
|
150
128
|
PENDING_RESTORATION: "PENDING_RESTORATION",
|
|
151
129
|
PENDING_UPDATE: "PENDING_UPDATE",
|
|
152
130
|
};
|
|
153
|
-
export var ManagedEndpointConfiguration;
|
|
154
|
-
(function (ManagedEndpointConfiguration) {
|
|
155
|
-
ManagedEndpointConfiguration.visit = (value, visitor) => {
|
|
156
|
-
if (value.autoScalingGroups !== undefined)
|
|
157
|
-
return visitor.autoScalingGroups(value.autoScalingGroups);
|
|
158
|
-
if (value.eksEndpoints !== undefined)
|
|
159
|
-
return visitor.eksEndpoints(value.eksEndpoints);
|
|
160
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
161
|
-
};
|
|
162
|
-
})(ManagedEndpointConfiguration || (ManagedEndpointConfiguration = {}));
|
|
163
131
|
export const Protocol = {
|
|
164
132
|
HTTP: "HTTP",
|
|
165
133
|
HTTPS: "HTTPS",
|
|
@@ -225,12 +225,15 @@ export declare namespace Action {
|
|
|
225
225
|
headerTag?: never;
|
|
226
226
|
$unknown: [string, any];
|
|
227
227
|
}
|
|
228
|
+
/**
|
|
229
|
+
* @deprecated unused in schema-serde mode.
|
|
230
|
+
*
|
|
231
|
+
*/
|
|
228
232
|
interface Visitor<T> {
|
|
229
233
|
noBid: (value: NoBidAction) => T;
|
|
230
234
|
headerTag: (value: HeaderTagAction) => T;
|
|
231
235
|
_: (name: string, value: any) => T;
|
|
232
236
|
}
|
|
233
|
-
const visit: <T>(value: Action, visitor: Visitor<T>) => T;
|
|
234
237
|
}
|
|
235
238
|
/**
|
|
236
239
|
* <p>Describes the criteria for a filter.</p>
|
|
@@ -356,13 +359,16 @@ export declare namespace ModuleParameters {
|
|
|
356
359
|
rateLimiter?: never;
|
|
357
360
|
$unknown: [string, any];
|
|
358
361
|
}
|
|
362
|
+
/**
|
|
363
|
+
* @deprecated unused in schema-serde mode.
|
|
364
|
+
*
|
|
365
|
+
*/
|
|
359
366
|
interface Visitor<T> {
|
|
360
367
|
noBid: (value: NoBidModuleParameters) => T;
|
|
361
368
|
openRtbAttribute: (value: OpenRtbAttributeModuleParameters) => T;
|
|
362
369
|
rateLimiter: (value: RateLimiterModuleParameters) => T;
|
|
363
370
|
_: (name: string, value: any) => T;
|
|
364
371
|
}
|
|
365
|
-
const visit: <T>(value: ModuleParameters, visitor: Visitor<T>) => T;
|
|
366
372
|
}
|
|
367
373
|
/**
|
|
368
374
|
* <p>Describes the configuration of a module.</p>
|
|
@@ -920,12 +926,15 @@ export declare namespace ManagedEndpointConfiguration {
|
|
|
920
926
|
eksEndpoints?: never;
|
|
921
927
|
$unknown: [string, any];
|
|
922
928
|
}
|
|
929
|
+
/**
|
|
930
|
+
* @deprecated unused in schema-serde mode.
|
|
931
|
+
*
|
|
932
|
+
*/
|
|
923
933
|
interface Visitor<T> {
|
|
924
934
|
autoScalingGroups: (value: AutoScalingGroupsConfiguration) => T;
|
|
925
935
|
eksEndpoints: (value: EksEndpointsConfiguration) => T;
|
|
926
936
|
_: (name: string, value: any) => T;
|
|
927
937
|
}
|
|
928
|
-
const visit: <T>(value: ManagedEndpointConfiguration, visitor: Visitor<T>) => T;
|
|
929
938
|
}
|
|
930
939
|
/**
|
|
931
940
|
* @public
|
|
@@ -81,7 +81,6 @@ export declare namespace Action {
|
|
|
81
81
|
headerTag: (value: HeaderTagAction) => T;
|
|
82
82
|
_: (name: string, value: any) => T;
|
|
83
83
|
}
|
|
84
|
-
const visit: <T>(value: Action, visitor: Visitor<T>) => T;
|
|
85
84
|
}
|
|
86
85
|
export interface FilterCriterion {
|
|
87
86
|
path: string | undefined;
|
|
@@ -140,7 +139,6 @@ export declare namespace ModuleParameters {
|
|
|
140
139
|
rateLimiter: (value: RateLimiterModuleParameters) => T;
|
|
141
140
|
_: (name: string, value: any) => T;
|
|
142
141
|
}
|
|
143
|
-
const visit: <T>(value: ModuleParameters, visitor: Visitor<T>) => T;
|
|
144
142
|
}
|
|
145
143
|
export interface ModuleConfiguration {
|
|
146
144
|
version?: string | undefined;
|
|
@@ -335,10 +333,6 @@ export declare namespace ManagedEndpointConfiguration {
|
|
|
335
333
|
eksEndpoints: (value: EksEndpointsConfiguration) => T;
|
|
336
334
|
_: (name: string, value: any) => T;
|
|
337
335
|
}
|
|
338
|
-
const visit: <T>(
|
|
339
|
-
value: ManagedEndpointConfiguration,
|
|
340
|
-
visitor: Visitor<T>
|
|
341
|
-
) => T;
|
|
342
336
|
}
|
|
343
337
|
export declare const Protocol: {
|
|
344
338
|
readonly HTTP: "HTTP";
|
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.
|
|
4
|
+
"version": "3.930.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,43 +20,43 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
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",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
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.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.2.
|
|
59
|
+
"@smithy/util-waiter": "^4.2.5",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|