@aws-sdk/client-geo-maps 3.891.0 → 3.894.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 +859 -9
- package/package.json +20 -20
- package/dist-cjs/GeoMaps.js +0 -21
- package/dist-cjs/GeoMapsClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/GetGlyphsCommand.js +0 -26
- package/dist-cjs/commands/GetSpritesCommand.js +0 -26
- package/dist-cjs/commands/GetStaticMapCommand.js +0 -27
- package/dist-cjs/commands/GetStyleDescriptorCommand.js +0 -27
- package/dist-cjs/commands/GetTileCommand.js +0 -27
- package/dist-cjs/commands/index.js +0 -8
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/GeoMapsServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -155
- package/dist-cjs/protocols/Aws_restJson1.js +0 -337
- package/dist-cjs/runtimeExtensions.js +0 -13
|
@@ -1,337 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.de_GetTileCommand = exports.de_GetStyleDescriptorCommand = exports.de_GetStaticMapCommand = exports.de_GetSpritesCommand = exports.de_GetGlyphsCommand = exports.se_GetTileCommand = exports.se_GetStyleDescriptorCommand = exports.se_GetStaticMapCommand = exports.se_GetSpritesCommand = exports.se_GetGlyphsCommand = void 0;
|
|
4
|
-
const core_1 = require("@aws-sdk/core");
|
|
5
|
-
const core_2 = require("@smithy/core");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
const GeoMapsServiceException_1 = require("../models/GeoMapsServiceException");
|
|
8
|
-
const models_0_1 = require("../models/models_0");
|
|
9
|
-
const se_GetGlyphsCommand = async (input, context) => {
|
|
10
|
-
const b = (0, core_2.requestBuilder)(input, context);
|
|
11
|
-
const headers = {};
|
|
12
|
-
b.bp("/glyphs/{FontStack}/{FontUnicodeRange}");
|
|
13
|
-
b.p("FontStack", () => input.FontStack, "{FontStack}", false);
|
|
14
|
-
b.p("FontUnicodeRange", () => input.FontUnicodeRange, "{FontUnicodeRange}", false);
|
|
15
|
-
let body;
|
|
16
|
-
b.m("GET").h(headers).b(body);
|
|
17
|
-
return b.build();
|
|
18
|
-
};
|
|
19
|
-
exports.se_GetGlyphsCommand = se_GetGlyphsCommand;
|
|
20
|
-
const se_GetSpritesCommand = async (input, context) => {
|
|
21
|
-
const b = (0, core_2.requestBuilder)(input, context);
|
|
22
|
-
const headers = {};
|
|
23
|
-
b.bp("/styles/{Style}/{ColorScheme}/{Variant}/sprites/{FileName}");
|
|
24
|
-
b.p("FileName", () => input.FileName, "{FileName}", false);
|
|
25
|
-
b.p("Style", () => input.Style, "{Style}", false);
|
|
26
|
-
b.p("ColorScheme", () => input.ColorScheme, "{ColorScheme}", false);
|
|
27
|
-
b.p("Variant", () => input.Variant, "{Variant}", false);
|
|
28
|
-
let body;
|
|
29
|
-
b.m("GET").h(headers).b(body);
|
|
30
|
-
return b.build();
|
|
31
|
-
};
|
|
32
|
-
exports.se_GetSpritesCommand = se_GetSpritesCommand;
|
|
33
|
-
const se_GetStaticMapCommand = async (input, context) => {
|
|
34
|
-
const b = (0, core_2.requestBuilder)(input, context);
|
|
35
|
-
const headers = {};
|
|
36
|
-
b.bp("/static/{FileName}");
|
|
37
|
-
b.p("FileName", () => input.FileName, "{FileName}", false);
|
|
38
|
-
const query = (0, smithy_client_1.map)({
|
|
39
|
-
[_bb]: [, input[_BB]],
|
|
40
|
-
[_bp]: [, input[_BP]],
|
|
41
|
-
[_c]: [, input[_C]],
|
|
42
|
-
[_cs]: [, input[_CS]],
|
|
43
|
-
[_co]: [, input[_CO]],
|
|
44
|
-
[_cl]: [() => input.CropLabels !== void 0, () => input[_CL].toString()],
|
|
45
|
-
[_go]: [, input[_GJO]],
|
|
46
|
-
[_h]: [(0, smithy_client_1.expectNonNull)(input.Height, `Height`) != null, () => input[_H].toString()],
|
|
47
|
-
[_k]: [, input[_K]],
|
|
48
|
-
[_ls]: [, input[_LS]],
|
|
49
|
-
[_l]: [, input[_L]],
|
|
50
|
-
[_p]: [() => input.Padding !== void 0, () => input[_P].toString()],
|
|
51
|
-
[_pv]: [, input[_PV]],
|
|
52
|
-
[_po]: [, input[_POI]],
|
|
53
|
-
[_r]: [() => input.Radius !== void 0, () => input[_R].toString()],
|
|
54
|
-
[_su]: [, input[_SBU]],
|
|
55
|
-
[_s]: [, input[_S]],
|
|
56
|
-
[_w]: [(0, smithy_client_1.expectNonNull)(input.Width, `Width`) != null, () => input[_W].toString()],
|
|
57
|
-
[_z]: [() => input.Zoom !== void 0, () => (input[_Z] % 1 == 0 ? input[_Z] + ".0" : input[_Z].toString())],
|
|
58
|
-
});
|
|
59
|
-
let body;
|
|
60
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
61
|
-
return b.build();
|
|
62
|
-
};
|
|
63
|
-
exports.se_GetStaticMapCommand = se_GetStaticMapCommand;
|
|
64
|
-
const se_GetStyleDescriptorCommand = async (input, context) => {
|
|
65
|
-
const b = (0, core_2.requestBuilder)(input, context);
|
|
66
|
-
const headers = {};
|
|
67
|
-
b.bp("/styles/{Style}/descriptor");
|
|
68
|
-
b.p("Style", () => input.Style, "{Style}", false);
|
|
69
|
-
const query = (0, smithy_client_1.map)({
|
|
70
|
-
[_cs]: [, input[_CS]],
|
|
71
|
-
[_pv]: [, input[_PV]],
|
|
72
|
-
[_k]: [, input[_K]],
|
|
73
|
-
});
|
|
74
|
-
let body;
|
|
75
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
76
|
-
return b.build();
|
|
77
|
-
};
|
|
78
|
-
exports.se_GetStyleDescriptorCommand = se_GetStyleDescriptorCommand;
|
|
79
|
-
const se_GetTileCommand = async (input, context) => {
|
|
80
|
-
const b = (0, core_2.requestBuilder)(input, context);
|
|
81
|
-
const headers = {};
|
|
82
|
-
b.bp("/tiles/{Tileset}/{Z}/{X}/{Y}");
|
|
83
|
-
b.p("Tileset", () => input.Tileset, "{Tileset}", false);
|
|
84
|
-
b.p("Z", () => input.Z, "{Z}", false);
|
|
85
|
-
b.p("X", () => input.X, "{X}", false);
|
|
86
|
-
b.p("Y", () => input.Y, "{Y}", false);
|
|
87
|
-
const query = (0, smithy_client_1.map)({
|
|
88
|
-
[_k]: [, input[_K]],
|
|
89
|
-
});
|
|
90
|
-
let body;
|
|
91
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
92
|
-
return b.build();
|
|
93
|
-
};
|
|
94
|
-
exports.se_GetTileCommand = se_GetTileCommand;
|
|
95
|
-
const de_GetGlyphsCommand = async (output, context) => {
|
|
96
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
97
|
-
return de_CommandError(output, context);
|
|
98
|
-
}
|
|
99
|
-
const contents = (0, smithy_client_1.map)({
|
|
100
|
-
$metadata: deserializeMetadata(output),
|
|
101
|
-
[_CT]: [, output.headers[_ct]],
|
|
102
|
-
[_CC]: [, output.headers[_cc]],
|
|
103
|
-
[_ET]: [, output.headers[_e]],
|
|
104
|
-
});
|
|
105
|
-
const data = await (0, smithy_client_1.collectBody)(output.body, context);
|
|
106
|
-
contents.Blob = data;
|
|
107
|
-
return contents;
|
|
108
|
-
};
|
|
109
|
-
exports.de_GetGlyphsCommand = de_GetGlyphsCommand;
|
|
110
|
-
const de_GetSpritesCommand = async (output, context) => {
|
|
111
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
112
|
-
return de_CommandError(output, context);
|
|
113
|
-
}
|
|
114
|
-
const contents = (0, smithy_client_1.map)({
|
|
115
|
-
$metadata: deserializeMetadata(output),
|
|
116
|
-
[_CT]: [, output.headers[_ct]],
|
|
117
|
-
[_CC]: [, output.headers[_cc]],
|
|
118
|
-
[_ET]: [, output.headers[_e]],
|
|
119
|
-
});
|
|
120
|
-
const data = await (0, smithy_client_1.collectBody)(output.body, context);
|
|
121
|
-
contents.Blob = data;
|
|
122
|
-
return contents;
|
|
123
|
-
};
|
|
124
|
-
exports.de_GetSpritesCommand = de_GetSpritesCommand;
|
|
125
|
-
const de_GetStaticMapCommand = async (output, context) => {
|
|
126
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
127
|
-
return de_CommandError(output, context);
|
|
128
|
-
}
|
|
129
|
-
const contents = (0, smithy_client_1.map)({
|
|
130
|
-
$metadata: deserializeMetadata(output),
|
|
131
|
-
[_CT]: [, output.headers[_ct]],
|
|
132
|
-
[_CC]: [, output.headers[_cc]],
|
|
133
|
-
[_ET]: [, output.headers[_e]],
|
|
134
|
-
[_PB]: [, output.headers[_xagpb]],
|
|
135
|
-
});
|
|
136
|
-
const data = await (0, smithy_client_1.collectBody)(output.body, context);
|
|
137
|
-
contents.Blob = data;
|
|
138
|
-
return contents;
|
|
139
|
-
};
|
|
140
|
-
exports.de_GetStaticMapCommand = de_GetStaticMapCommand;
|
|
141
|
-
const de_GetStyleDescriptorCommand = async (output, context) => {
|
|
142
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
143
|
-
return de_CommandError(output, context);
|
|
144
|
-
}
|
|
145
|
-
const contents = (0, smithy_client_1.map)({
|
|
146
|
-
$metadata: deserializeMetadata(output),
|
|
147
|
-
[_CT]: [, output.headers[_ct]],
|
|
148
|
-
[_CC]: [, output.headers[_cc]],
|
|
149
|
-
[_ET]: [, output.headers[_e]],
|
|
150
|
-
});
|
|
151
|
-
const data = await (0, smithy_client_1.collectBody)(output.body, context);
|
|
152
|
-
contents.Blob = data;
|
|
153
|
-
return contents;
|
|
154
|
-
};
|
|
155
|
-
exports.de_GetStyleDescriptorCommand = de_GetStyleDescriptorCommand;
|
|
156
|
-
const de_GetTileCommand = async (output, context) => {
|
|
157
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
158
|
-
return de_CommandError(output, context);
|
|
159
|
-
}
|
|
160
|
-
const contents = (0, smithy_client_1.map)({
|
|
161
|
-
$metadata: deserializeMetadata(output),
|
|
162
|
-
[_CT]: [, output.headers[_ct]],
|
|
163
|
-
[_CC]: [, output.headers[_cc]],
|
|
164
|
-
[_ET]: [, output.headers[_e]],
|
|
165
|
-
[_PB]: [, output.headers[_xagpb]],
|
|
166
|
-
});
|
|
167
|
-
const data = await (0, smithy_client_1.collectBody)(output.body, context);
|
|
168
|
-
contents.Blob = data;
|
|
169
|
-
return contents;
|
|
170
|
-
};
|
|
171
|
-
exports.de_GetTileCommand = de_GetTileCommand;
|
|
172
|
-
const de_CommandError = async (output, context) => {
|
|
173
|
-
const parsedOutput = {
|
|
174
|
-
...output,
|
|
175
|
-
body: await (0, core_1.parseJsonErrorBody)(output.body, context),
|
|
176
|
-
};
|
|
177
|
-
const errorCode = (0, core_1.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
178
|
-
switch (errorCode) {
|
|
179
|
-
case "AccessDeniedException":
|
|
180
|
-
case "com.amazonaws.geomaps#AccessDeniedException":
|
|
181
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
182
|
-
case "InternalServerException":
|
|
183
|
-
case "com.amazonaws.geomaps#InternalServerException":
|
|
184
|
-
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
185
|
-
case "ThrottlingException":
|
|
186
|
-
case "com.amazonaws.geomaps#ThrottlingException":
|
|
187
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
188
|
-
case "ValidationException":
|
|
189
|
-
case "com.amazonaws.geomaps#ValidationException":
|
|
190
|
-
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
191
|
-
case "ResourceNotFoundException":
|
|
192
|
-
case "com.amazonaws.geomaps#ResourceNotFoundException":
|
|
193
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
194
|
-
default:
|
|
195
|
-
const parsedBody = parsedOutput.body;
|
|
196
|
-
return throwDefaultError({
|
|
197
|
-
output,
|
|
198
|
-
parsedBody,
|
|
199
|
-
errorCode,
|
|
200
|
-
});
|
|
201
|
-
}
|
|
202
|
-
};
|
|
203
|
-
const throwDefaultError = (0, smithy_client_1.withBaseException)(GeoMapsServiceException_1.GeoMapsServiceException);
|
|
204
|
-
const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
|
|
205
|
-
const contents = (0, smithy_client_1.map)({});
|
|
206
|
-
const data = parsedOutput.body;
|
|
207
|
-
const doc = (0, smithy_client_1.take)(data, {
|
|
208
|
-
Message: [, smithy_client_1.expectString, `message`],
|
|
209
|
-
});
|
|
210
|
-
Object.assign(contents, doc);
|
|
211
|
-
const exception = new models_0_1.AccessDeniedException({
|
|
212
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
213
|
-
...contents,
|
|
214
|
-
});
|
|
215
|
-
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
216
|
-
};
|
|
217
|
-
const de_InternalServerExceptionRes = async (parsedOutput, context) => {
|
|
218
|
-
const contents = (0, smithy_client_1.map)({});
|
|
219
|
-
const data = parsedOutput.body;
|
|
220
|
-
const doc = (0, smithy_client_1.take)(data, {
|
|
221
|
-
Message: [, smithy_client_1.expectString, `message`],
|
|
222
|
-
});
|
|
223
|
-
Object.assign(contents, doc);
|
|
224
|
-
const exception = new models_0_1.InternalServerException({
|
|
225
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
226
|
-
...contents,
|
|
227
|
-
});
|
|
228
|
-
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
229
|
-
};
|
|
230
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
231
|
-
const contents = (0, smithy_client_1.map)({});
|
|
232
|
-
const data = parsedOutput.body;
|
|
233
|
-
const doc = (0, smithy_client_1.take)(data, {
|
|
234
|
-
Message: [, smithy_client_1.expectString, `message`],
|
|
235
|
-
});
|
|
236
|
-
Object.assign(contents, doc);
|
|
237
|
-
const exception = new models_0_1.ResourceNotFoundException({
|
|
238
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
239
|
-
...contents,
|
|
240
|
-
});
|
|
241
|
-
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
242
|
-
};
|
|
243
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
244
|
-
const contents = (0, smithy_client_1.map)({});
|
|
245
|
-
const data = parsedOutput.body;
|
|
246
|
-
const doc = (0, smithy_client_1.take)(data, {
|
|
247
|
-
Message: [, smithy_client_1.expectString, `message`],
|
|
248
|
-
});
|
|
249
|
-
Object.assign(contents, doc);
|
|
250
|
-
const exception = new models_0_1.ThrottlingException({
|
|
251
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
252
|
-
...contents,
|
|
253
|
-
});
|
|
254
|
-
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
255
|
-
};
|
|
256
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
257
|
-
const contents = (0, smithy_client_1.map)({});
|
|
258
|
-
const data = parsedOutput.body;
|
|
259
|
-
const doc = (0, smithy_client_1.take)(data, {
|
|
260
|
-
FieldList: [, (_) => de_ValidationExceptionFieldList(_, context), `fieldList`],
|
|
261
|
-
Message: [, smithy_client_1.expectString, `message`],
|
|
262
|
-
Reason: [, smithy_client_1.expectString, `reason`],
|
|
263
|
-
});
|
|
264
|
-
Object.assign(contents, doc);
|
|
265
|
-
const exception = new models_0_1.ValidationException({
|
|
266
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
267
|
-
...contents,
|
|
268
|
-
});
|
|
269
|
-
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
270
|
-
};
|
|
271
|
-
const de_ValidationExceptionField = (output, context) => {
|
|
272
|
-
return (0, smithy_client_1.take)(output, {
|
|
273
|
-
Message: [, smithy_client_1.expectString, `message`],
|
|
274
|
-
Name: [, smithy_client_1.expectString, `name`],
|
|
275
|
-
});
|
|
276
|
-
};
|
|
277
|
-
const de_ValidationExceptionFieldList = (output, context) => {
|
|
278
|
-
const retVal = (output || [])
|
|
279
|
-
.filter((e) => e != null)
|
|
280
|
-
.map((entry) => {
|
|
281
|
-
return de_ValidationExceptionField(entry, context);
|
|
282
|
-
});
|
|
283
|
-
return retVal;
|
|
284
|
-
};
|
|
285
|
-
const deserializeMetadata = (output) => ({
|
|
286
|
-
httpStatusCode: output.statusCode,
|
|
287
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
288
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
289
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
290
|
-
});
|
|
291
|
-
const collectBodyString = (streamBody, context) => (0, smithy_client_1.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
292
|
-
const _BB = "BoundingBox";
|
|
293
|
-
const _BP = "BoundedPositions";
|
|
294
|
-
const _C = "Center";
|
|
295
|
-
const _CC = "CacheControl";
|
|
296
|
-
const _CL = "CropLabels";
|
|
297
|
-
const _CO = "CompactOverlay";
|
|
298
|
-
const _CS = "ColorScheme";
|
|
299
|
-
const _CT = "ContentType";
|
|
300
|
-
const _ET = "ETag";
|
|
301
|
-
const _GJO = "GeoJsonOverlay";
|
|
302
|
-
const _H = "Height";
|
|
303
|
-
const _K = "Key";
|
|
304
|
-
const _L = "Language";
|
|
305
|
-
const _LS = "LabelSize";
|
|
306
|
-
const _P = "Padding";
|
|
307
|
-
const _PB = "PricingBucket";
|
|
308
|
-
const _POI = "PointsOfInterests";
|
|
309
|
-
const _PV = "PoliticalView";
|
|
310
|
-
const _R = "Radius";
|
|
311
|
-
const _S = "Style";
|
|
312
|
-
const _SBU = "ScaleBarUnit";
|
|
313
|
-
const _W = "Width";
|
|
314
|
-
const _Z = "Zoom";
|
|
315
|
-
const _bb = "bounding-box";
|
|
316
|
-
const _bp = "bounded-positions";
|
|
317
|
-
const _c = "center";
|
|
318
|
-
const _cc = "cache-control";
|
|
319
|
-
const _cl = "crop-labels";
|
|
320
|
-
const _co = "compact-overlay";
|
|
321
|
-
const _cs = "color-scheme";
|
|
322
|
-
const _ct = "content-type";
|
|
323
|
-
const _e = "etag";
|
|
324
|
-
const _go = "geojson-overlay";
|
|
325
|
-
const _h = "height";
|
|
326
|
-
const _k = "key";
|
|
327
|
-
const _l = "lang";
|
|
328
|
-
const _ls = "label-size";
|
|
329
|
-
const _p = "padding";
|
|
330
|
-
const _po = "pois";
|
|
331
|
-
const _pv = "political-view";
|
|
332
|
-
const _r = "radius";
|
|
333
|
-
const _s = "style";
|
|
334
|
-
const _su = "scale-unit";
|
|
335
|
-
const _w = "width";
|
|
336
|
-
const _xagpb = "x-amz-geo-pricing-bucket";
|
|
337
|
-
const _z = "zoom";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
-
const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
|
|
5
|
-
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
const httpAuthExtensionConfiguration_1 = require("./auth/httpAuthExtensionConfiguration");
|
|
8
|
-
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
9
|
-
const extensionConfiguration = Object.assign((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig), (0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig), (0, httpAuthExtensionConfiguration_1.getHttpAuthExtensionConfiguration)(runtimeConfig));
|
|
10
|
-
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
11
|
-
return Object.assign(runtimeConfig, (0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration), (0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration), (0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration), (0, httpAuthExtensionConfiguration_1.resolveHttpAuthRuntimeConfig)(extensionConfiguration));
|
|
12
|
-
};
|
|
13
|
-
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|