@aws-sdk/client-migration-hub-refactor-spaces 3.1068.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +117 -137
- package/dist-cjs/models/MigrationHubRefactorSpacesServiceException.js +4 -8
- package/dist-cjs/models/errors.js +17 -28
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +205 -135
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListApplicationsRequest$ = exports.LambdaEndpointSummary$ = exports.LambdaEndpointInput$ = exports.LambdaEndpointConfig$ = exports.GetServiceResponse$ = exports.GetServiceRequest$ = exports.GetRouteResponse$ = exports.GetRouteRequest$ = exports.GetResourcePolicyResponse$ = exports.GetResourcePolicyRequest$ = exports.GetEnvironmentResponse$ = exports.GetEnvironmentRequest$ = exports.GetApplicationResponse$ = exports.GetApplicationRequest$ = exports.ErrorResponse$ = exports.EnvironmentVpc$ = exports.EnvironmentSummary$ = exports.DeleteServiceResponse$ = exports.DeleteServiceRequest$ = exports.DeleteRouteResponse$ = exports.DeleteRouteRequest$ = exports.DeleteResourcePolicyResponse$ = exports.DeleteResourcePolicyRequest$ = exports.DeleteEnvironmentResponse$ = exports.DeleteEnvironmentRequest$ = exports.DeleteApplicationResponse$ = exports.DeleteApplicationRequest$ = exports.DefaultRouteInput$ = exports.CreateServiceResponse$ = exports.CreateServiceRequest$ = exports.CreateRouteResponse$ = exports.CreateRouteRequest$ = exports.CreateEnvironmentResponse$ = exports.CreateEnvironmentRequest$ = exports.CreateApplicationResponse$ = exports.CreateApplicationRequest$ = exports.ApplicationSummary$ = exports.ApiGatewayProxySummary$ = exports.ApiGatewayProxyInput$ = exports.ApiGatewayProxyConfig$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InvalidResourcePolicyException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.MigrationHubRefactorSpacesServiceException$ = void 0;
|
|
4
|
-
exports.UpdateRoute$ = exports.UntagResource$ = exports.TagResource$ = exports.PutResourcePolicy$ = exports.ListTagsForResource$ = exports.ListServices$ = exports.ListRoutes$ = exports.ListEnvironmentVpcs$ = exports.ListEnvironments$ = exports.ListApplications$ = exports.GetService$ = exports.GetRoute$ = exports.GetResourcePolicy$ = exports.GetEnvironment$ = exports.GetApplication$ = exports.DeleteService$ = exports.DeleteRoute$ = exports.DeleteResourcePolicy$ = exports.DeleteEnvironment$ = exports.DeleteApplication$ = exports.CreateService$ = exports.CreateRoute$ = exports.CreateEnvironment$ = exports.CreateApplication$ = exports.UrlEndpointSummary$ = exports.UrlEndpointInput$ = exports.UrlEndpointConfig$ = exports.UriPathRouteInput$ = exports.UpdateRouteResponse$ = exports.UpdateRouteRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.ServiceSummary$ = exports.RouteSummary$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListServicesResponse$ = exports.ListServicesRequest$ = exports.ListRoutesResponse$ = exports.ListRoutesRequest$ = exports.ListEnvironmentVpcsResponse$ = exports.ListEnvironmentVpcsRequest$ = exports.ListEnvironmentsResponse$ = exports.ListEnvironmentsRequest$ = exports.ListApplicationsResponse$ = void 0;
|
|
5
1
|
const _A = "Arn";
|
|
6
2
|
const _AD = "AdditionalDetails";
|
|
7
3
|
const _ADE = "AccessDeniedException";
|
|
@@ -185,409 +181,483 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhubrefactorspaces";
|
|
|
185
181
|
const _se = "server";
|
|
186
182
|
const _tK = "tagKeys";
|
|
187
183
|
const n0 = "com.amazonaws.migrationhubrefactorspaces";
|
|
188
|
-
const
|
|
189
|
-
const
|
|
190
|
-
const
|
|
191
|
-
const _s_registry =
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
184
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
185
|
+
const { AccessDeniedException, ConflictException, InternalServerException, InvalidResourcePolicyException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
186
|
+
const { MigrationHubRefactorSpacesServiceException } = require("../models/MigrationHubRefactorSpacesServiceException");
|
|
187
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
188
|
+
const MigrationHubRefactorSpacesServiceException$ = [-3, _s, "MigrationHubRefactorSpacesServiceException", 0, [], []];
|
|
189
|
+
exports.MigrationHubRefactorSpacesServiceException$ = MigrationHubRefactorSpacesServiceException$;
|
|
190
|
+
_s_registry.registerError(MigrationHubRefactorSpacesServiceException$, MigrationHubRefactorSpacesServiceException);
|
|
191
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
192
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
196
193
|
{ [_e]: _c, [_hE]: 403 },
|
|
197
194
|
[_M],
|
|
198
195
|
[0], 1
|
|
199
196
|
];
|
|
200
|
-
|
|
201
|
-
|
|
197
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
198
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
199
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
202
200
|
{ [_e]: _c, [_hE]: 409 },
|
|
203
201
|
[_M, _RI, _RT],
|
|
204
202
|
[0, 0, 0], 3
|
|
205
203
|
];
|
|
206
|
-
|
|
207
|
-
|
|
204
|
+
exports.ConflictException$ = ConflictException$;
|
|
205
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
206
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
208
207
|
{ [_e]: _se, [_hE]: 500 },
|
|
209
208
|
[_M],
|
|
210
209
|
[0], 1
|
|
211
210
|
];
|
|
212
|
-
|
|
213
|
-
|
|
211
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
212
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
213
|
+
const InvalidResourcePolicyException$ = [-3, n0, _IRPE,
|
|
214
214
|
{ [_e]: _c, [_hE]: 400 },
|
|
215
215
|
[_M],
|
|
216
216
|
[0], 1
|
|
217
217
|
];
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
exports.InvalidResourcePolicyException$ = InvalidResourcePolicyException$;
|
|
219
|
+
n0_registry.registerError(InvalidResourcePolicyException$, InvalidResourcePolicyException);
|
|
220
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
220
221
|
{ [_e]: _c, [_hE]: 404 },
|
|
221
222
|
[_M, _RI, _RT],
|
|
222
223
|
[0, 0, 0], 3
|
|
223
224
|
];
|
|
224
|
-
|
|
225
|
-
|
|
225
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
226
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
227
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
226
228
|
{ [_e]: _c, [_hE]: 402 },
|
|
227
229
|
[_M, _RI, _RT, _SC, _QC],
|
|
228
230
|
[0, 0, 0, 0, 0], 4
|
|
229
231
|
];
|
|
230
|
-
|
|
231
|
-
|
|
232
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
233
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
234
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
232
235
|
{ [_e]: _c, [_hE]: 429 },
|
|
233
236
|
[_M, _QC, _SC, _RAS],
|
|
234
237
|
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
235
238
|
];
|
|
236
|
-
|
|
237
|
-
|
|
239
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
240
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
241
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
238
242
|
{ [_e]: _c, [_hE]: 400 },
|
|
239
243
|
[_M],
|
|
240
244
|
[0], 1
|
|
241
245
|
];
|
|
242
|
-
|
|
246
|
+
exports.ValidationException$ = ValidationException$;
|
|
247
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
243
248
|
exports.errorTypeRegistries = [
|
|
244
249
|
_s_registry,
|
|
245
250
|
n0_registry,
|
|
246
251
|
];
|
|
247
|
-
|
|
252
|
+
const ApiGatewayProxyConfig$ = [3, n0, _AGPC,
|
|
248
253
|
0,
|
|
249
254
|
[_PU, _AGI, _VLI, _NA, _NN, _ET, _SN],
|
|
250
255
|
[0, 0, 0, 0, 0, 0, 0]
|
|
251
256
|
];
|
|
252
|
-
exports.
|
|
257
|
+
exports.ApiGatewayProxyConfig$ = ApiGatewayProxyConfig$;
|
|
258
|
+
const ApiGatewayProxyInput$ = [3, n0, _AGPI,
|
|
253
259
|
0,
|
|
254
260
|
[_ET, _SN],
|
|
255
261
|
[0, 0]
|
|
256
262
|
];
|
|
257
|
-
exports.
|
|
263
|
+
exports.ApiGatewayProxyInput$ = ApiGatewayProxyInput$;
|
|
264
|
+
const ApiGatewayProxySummary$ = [3, n0, _AGPS,
|
|
258
265
|
0,
|
|
259
266
|
[_PU, _AGI, _VLI, _NA, _NN, _ET, _SN],
|
|
260
267
|
[0, 0, 0, 0, 0, 0, 0]
|
|
261
268
|
];
|
|
262
|
-
exports.
|
|
269
|
+
exports.ApiGatewayProxySummary$ = ApiGatewayProxySummary$;
|
|
270
|
+
const ApplicationSummary$ = [3, n0, _AS,
|
|
263
271
|
0,
|
|
264
272
|
[_N, _A, _OAI, _CBAI, _AI, _EI, _VI, _PT, _AGP, _S, _T, _E, _LUT, _CT],
|
|
265
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () =>
|
|
273
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxySummary$, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4]
|
|
266
274
|
];
|
|
267
|
-
exports.
|
|
275
|
+
exports.ApplicationSummary$ = ApplicationSummary$;
|
|
276
|
+
const CreateApplicationRequest$ = [3, n0, _CAR,
|
|
268
277
|
0,
|
|
269
278
|
[_N, _EIn, _VI, _PT, _AGP, _T, _CTl],
|
|
270
|
-
[0, [0, 1], 0, 0, () =>
|
|
279
|
+
[0, [0, 1], 0, 0, () => ApiGatewayProxyInput$, [() => TagMap, 0], [0, 4]], 4
|
|
271
280
|
];
|
|
272
|
-
exports.
|
|
281
|
+
exports.CreateApplicationRequest$ = CreateApplicationRequest$;
|
|
282
|
+
const CreateApplicationResponse$ = [3, n0, _CARr,
|
|
273
283
|
0,
|
|
274
284
|
[_N, _A, _OAI, _CBAI, _AI, _EI, _VI, _PT, _AGP, _S, _T, _LUT, _CT],
|
|
275
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () =>
|
|
285
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxyInput$, 0, [() => TagMap, 0], 4, 4]
|
|
276
286
|
];
|
|
277
|
-
exports.
|
|
287
|
+
exports.CreateApplicationResponse$ = CreateApplicationResponse$;
|
|
288
|
+
const CreateEnvironmentRequest$ = [3, n0, _CER,
|
|
278
289
|
0,
|
|
279
290
|
[_N, _NFT, _D, _T, _CTl],
|
|
280
291
|
[0, 0, 0, [() => TagMap, 0], [0, 4]], 2
|
|
281
292
|
];
|
|
282
|
-
exports.
|
|
293
|
+
exports.CreateEnvironmentRequest$ = CreateEnvironmentRequest$;
|
|
294
|
+
const CreateEnvironmentResponse$ = [3, n0, _CERr,
|
|
283
295
|
0,
|
|
284
296
|
[_N, _A, _D, _EI, _NFT, _OAI, _S, _T, _LUT, _CT],
|
|
285
297
|
[0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], 4, 4]
|
|
286
298
|
];
|
|
287
|
-
exports.
|
|
299
|
+
exports.CreateEnvironmentResponse$ = CreateEnvironmentResponse$;
|
|
300
|
+
const CreateRouteRequest$ = [3, n0, _CRR,
|
|
288
301
|
0,
|
|
289
302
|
[_EIn, _AIp, _SI, _RTo, _DR, _UPR, _T, _CTl],
|
|
290
|
-
[[0, 1], [0, 1], 0, 0, () =>
|
|
303
|
+
[[0, 1], [0, 1], 0, 0, () => DefaultRouteInput$, () => UriPathRouteInput$, [() => TagMap, 0], [0, 4]], 4
|
|
291
304
|
];
|
|
292
|
-
exports.
|
|
305
|
+
exports.CreateRouteRequest$ = CreateRouteRequest$;
|
|
306
|
+
const CreateRouteResponse$ = [3, n0, _CRRr,
|
|
293
307
|
0,
|
|
294
308
|
[_RIo, _A, _OAI, _CBAI, _RTo, _SIe, _AI, _UPR, _S, _T, _LUT, _CT],
|
|
295
|
-
[0, 0, 0, 0, 0, 0, 0, () =>
|
|
309
|
+
[0, 0, 0, 0, 0, 0, 0, () => UriPathRouteInput$, 0, [() => TagMap, 0], 4, 4]
|
|
296
310
|
];
|
|
297
|
-
exports.
|
|
311
|
+
exports.CreateRouteResponse$ = CreateRouteResponse$;
|
|
312
|
+
const CreateServiceRequest$ = [3, n0, _CSR,
|
|
298
313
|
0,
|
|
299
314
|
[_N, _EIn, _AIp, _ET, _D, _VI, _UE, _LE, _T, _CTl],
|
|
300
|
-
[0, [0, 1], [0, 1], 0, 0, 0, () =>
|
|
315
|
+
[0, [0, 1], [0, 1], 0, 0, 0, () => UrlEndpointInput$, () => LambdaEndpointInput$, [() => TagMap, 0], [0, 4]], 4
|
|
301
316
|
];
|
|
302
|
-
exports.
|
|
317
|
+
exports.CreateServiceRequest$ = CreateServiceRequest$;
|
|
318
|
+
const CreateServiceResponse$ = [3, n0, _CSRr,
|
|
303
319
|
0,
|
|
304
320
|
[_SIe, _N, _A, _OAI, _CBAI, _D, _EI, _AI, _VI, _ET, _UE, _LE, _S, _T, _LUT, _CT],
|
|
305
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () =>
|
|
321
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => UrlEndpointInput$, () => LambdaEndpointInput$, 0, [() => TagMap, 0], 4, 4]
|
|
306
322
|
];
|
|
307
|
-
exports.
|
|
323
|
+
exports.CreateServiceResponse$ = CreateServiceResponse$;
|
|
324
|
+
const DefaultRouteInput$ = [3, n0, _DRI,
|
|
308
325
|
0,
|
|
309
326
|
[_ASc],
|
|
310
327
|
[0]
|
|
311
328
|
];
|
|
312
|
-
exports.
|
|
329
|
+
exports.DefaultRouteInput$ = DefaultRouteInput$;
|
|
330
|
+
const DeleteApplicationRequest$ = [3, n0, _DAR,
|
|
313
331
|
0,
|
|
314
332
|
[_EIn, _AIp],
|
|
315
333
|
[[0, 1], [0, 1]], 2
|
|
316
334
|
];
|
|
317
|
-
exports.
|
|
335
|
+
exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
|
|
336
|
+
const DeleteApplicationResponse$ = [3, n0, _DARe,
|
|
318
337
|
0,
|
|
319
338
|
[_N, _A, _AI, _EI, _S, _LUT],
|
|
320
339
|
[0, 0, 0, 0, 0, 4]
|
|
321
340
|
];
|
|
322
|
-
exports.
|
|
341
|
+
exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
|
|
342
|
+
const DeleteEnvironmentRequest$ = [3, n0, _DER,
|
|
323
343
|
0,
|
|
324
344
|
[_EIn],
|
|
325
345
|
[[0, 1]], 1
|
|
326
346
|
];
|
|
327
|
-
exports.
|
|
347
|
+
exports.DeleteEnvironmentRequest$ = DeleteEnvironmentRequest$;
|
|
348
|
+
const DeleteEnvironmentResponse$ = [3, n0, _DERe,
|
|
328
349
|
0,
|
|
329
350
|
[_N, _A, _EI, _S, _LUT],
|
|
330
351
|
[0, 0, 0, 0, 4]
|
|
331
352
|
];
|
|
332
|
-
exports.
|
|
353
|
+
exports.DeleteEnvironmentResponse$ = DeleteEnvironmentResponse$;
|
|
354
|
+
const DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
|
|
333
355
|
0,
|
|
334
356
|
[_I],
|
|
335
357
|
[[0, 1]], 1
|
|
336
358
|
];
|
|
337
|
-
exports.
|
|
359
|
+
exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
|
|
360
|
+
const DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
|
|
338
361
|
0,
|
|
339
362
|
[],
|
|
340
363
|
[]
|
|
341
364
|
];
|
|
342
|
-
exports.
|
|
365
|
+
exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
|
|
366
|
+
const DeleteRouteRequest$ = [3, n0, _DRR,
|
|
343
367
|
0,
|
|
344
368
|
[_EIn, _AIp, _RIou],
|
|
345
369
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
346
370
|
];
|
|
347
|
-
exports.
|
|
371
|
+
exports.DeleteRouteRequest$ = DeleteRouteRequest$;
|
|
372
|
+
const DeleteRouteResponse$ = [3, n0, _DRRe,
|
|
348
373
|
0,
|
|
349
374
|
[_RIo, _A, _SIe, _AI, _S, _LUT],
|
|
350
375
|
[0, 0, 0, 0, 0, 4]
|
|
351
376
|
];
|
|
352
|
-
exports.
|
|
377
|
+
exports.DeleteRouteResponse$ = DeleteRouteResponse$;
|
|
378
|
+
const DeleteServiceRequest$ = [3, n0, _DSR,
|
|
353
379
|
0,
|
|
354
380
|
[_EIn, _AIp, _SI],
|
|
355
381
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
356
382
|
];
|
|
357
|
-
exports.
|
|
383
|
+
exports.DeleteServiceRequest$ = DeleteServiceRequest$;
|
|
384
|
+
const DeleteServiceResponse$ = [3, n0, _DSRe,
|
|
358
385
|
0,
|
|
359
386
|
[_SIe, _N, _A, _EI, _AI, _S, _LUT],
|
|
360
387
|
[0, 0, 0, 0, 0, 0, 4]
|
|
361
388
|
];
|
|
362
|
-
exports.
|
|
389
|
+
exports.DeleteServiceResponse$ = DeleteServiceResponse$;
|
|
390
|
+
const EnvironmentSummary$ = [3, n0, _ES,
|
|
363
391
|
0,
|
|
364
392
|
[_N, _A, _D, _EI, _NFT, _OAI, _TGI, _S, _T, _E, _LUT, _CT],
|
|
365
|
-
[0, 0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], () =>
|
|
393
|
+
[0, 0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4]
|
|
366
394
|
];
|
|
367
|
-
exports.
|
|
395
|
+
exports.EnvironmentSummary$ = EnvironmentSummary$;
|
|
396
|
+
const EnvironmentVpc$ = [3, n0, _EV,
|
|
368
397
|
0,
|
|
369
398
|
[_EI, _VI, _AIc, _CB, _VN, _LUT, _CT],
|
|
370
399
|
[0, 0, 0, 64 | 0, 0, 4, 4]
|
|
371
400
|
];
|
|
372
|
-
exports.
|
|
401
|
+
exports.EnvironmentVpc$ = EnvironmentVpc$;
|
|
402
|
+
const ErrorResponse$ = [3, n0, _ER,
|
|
373
403
|
0,
|
|
374
404
|
[_C, _M, _AIc, _RIe, _RT, _AD],
|
|
375
405
|
[0, 0, 0, 0, 0, 128 | 0]
|
|
376
406
|
];
|
|
377
|
-
exports.
|
|
407
|
+
exports.ErrorResponse$ = ErrorResponse$;
|
|
408
|
+
const GetApplicationRequest$ = [3, n0, _GAR,
|
|
378
409
|
0,
|
|
379
410
|
[_EIn, _AIp],
|
|
380
411
|
[[0, 1], [0, 1]], 2
|
|
381
412
|
];
|
|
382
|
-
exports.
|
|
413
|
+
exports.GetApplicationRequest$ = GetApplicationRequest$;
|
|
414
|
+
const GetApplicationResponse$ = [3, n0, _GARe,
|
|
383
415
|
0,
|
|
384
416
|
[_N, _A, _OAI, _CBAI, _AI, _EI, _VI, _PT, _AGP, _S, _T, _E, _LUT, _CT],
|
|
385
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () =>
|
|
417
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxyConfig$, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4]
|
|
386
418
|
];
|
|
387
|
-
exports.
|
|
419
|
+
exports.GetApplicationResponse$ = GetApplicationResponse$;
|
|
420
|
+
const GetEnvironmentRequest$ = [3, n0, _GER,
|
|
388
421
|
0,
|
|
389
422
|
[_EIn],
|
|
390
423
|
[[0, 1]], 1
|
|
391
424
|
];
|
|
392
|
-
exports.
|
|
425
|
+
exports.GetEnvironmentRequest$ = GetEnvironmentRequest$;
|
|
426
|
+
const GetEnvironmentResponse$ = [3, n0, _GERe,
|
|
393
427
|
0,
|
|
394
428
|
[_N, _A, _D, _EI, _NFT, _OAI, _TGI, _S, _T, _E, _LUT, _CT],
|
|
395
|
-
[0, 0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], () =>
|
|
429
|
+
[0, 0, 0, 0, 0, 0, 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4]
|
|
396
430
|
];
|
|
397
|
-
exports.
|
|
431
|
+
exports.GetEnvironmentResponse$ = GetEnvironmentResponse$;
|
|
432
|
+
const GetResourcePolicyRequest$ = [3, n0, _GRPR,
|
|
398
433
|
0,
|
|
399
434
|
[_I],
|
|
400
435
|
[[0, 1]], 1
|
|
401
436
|
];
|
|
402
|
-
exports.
|
|
437
|
+
exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
|
|
438
|
+
const GetResourcePolicyResponse$ = [3, n0, _GRPRe,
|
|
403
439
|
0,
|
|
404
440
|
[_P],
|
|
405
441
|
[0]
|
|
406
442
|
];
|
|
407
|
-
exports.
|
|
443
|
+
exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
|
|
444
|
+
const GetRouteRequest$ = [3, n0, _GRR,
|
|
408
445
|
0,
|
|
409
446
|
[_EIn, _AIp, _RIou],
|
|
410
447
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
411
448
|
];
|
|
412
|
-
exports.
|
|
449
|
+
exports.GetRouteRequest$ = GetRouteRequest$;
|
|
450
|
+
const GetRouteResponse$ = [3, n0, _GRRe,
|
|
413
451
|
0,
|
|
414
452
|
[_RIo, _A, _OAI, _CBAI, _RTo, _SIe, _AI, _EI, _SP, _Me, _ICP, _PRTI, _S, _T, _E, _LUT, _CT, _ASP],
|
|
415
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () =>
|
|
453
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4, 2]
|
|
416
454
|
];
|
|
417
|
-
exports.
|
|
455
|
+
exports.GetRouteResponse$ = GetRouteResponse$;
|
|
456
|
+
const GetServiceRequest$ = [3, n0, _GSR,
|
|
418
457
|
0,
|
|
419
458
|
[_EIn, _AIp, _SI],
|
|
420
459
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
421
460
|
];
|
|
422
|
-
exports.
|
|
461
|
+
exports.GetServiceRequest$ = GetServiceRequest$;
|
|
462
|
+
const GetServiceResponse$ = [3, n0, _GSRe,
|
|
423
463
|
0,
|
|
424
464
|
[_SIe, _N, _A, _OAI, _CBAI, _D, _EI, _AI, _VI, _ET, _UE, _LE, _S, _T, _E, _LUT, _CT],
|
|
425
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () =>
|
|
465
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => UrlEndpointConfig$, () => LambdaEndpointConfig$, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4]
|
|
426
466
|
];
|
|
427
|
-
exports.
|
|
467
|
+
exports.GetServiceResponse$ = GetServiceResponse$;
|
|
468
|
+
const LambdaEndpointConfig$ = [3, n0, _LEC,
|
|
428
469
|
0,
|
|
429
470
|
[_A],
|
|
430
471
|
[0]
|
|
431
472
|
];
|
|
432
|
-
exports.
|
|
473
|
+
exports.LambdaEndpointConfig$ = LambdaEndpointConfig$;
|
|
474
|
+
const LambdaEndpointInput$ = [3, n0, _LEI,
|
|
433
475
|
0,
|
|
434
476
|
[_A],
|
|
435
477
|
[0], 1
|
|
436
478
|
];
|
|
437
|
-
exports.
|
|
479
|
+
exports.LambdaEndpointInput$ = LambdaEndpointInput$;
|
|
480
|
+
const LambdaEndpointSummary$ = [3, n0, _LES,
|
|
438
481
|
0,
|
|
439
482
|
[_A],
|
|
440
483
|
[0]
|
|
441
484
|
];
|
|
442
|
-
exports.
|
|
485
|
+
exports.LambdaEndpointSummary$ = LambdaEndpointSummary$;
|
|
486
|
+
const ListApplicationsRequest$ = [3, n0, _LAR,
|
|
443
487
|
0,
|
|
444
488
|
[_EIn, _NT, _MR],
|
|
445
489
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
446
490
|
];
|
|
447
|
-
exports.
|
|
491
|
+
exports.ListApplicationsRequest$ = ListApplicationsRequest$;
|
|
492
|
+
const ListApplicationsResponse$ = [3, n0, _LARi,
|
|
448
493
|
0,
|
|
449
494
|
[_ASL, _NT],
|
|
450
495
|
[[() => ApplicationSummaries, 0], 0]
|
|
451
496
|
];
|
|
452
|
-
exports.
|
|
497
|
+
exports.ListApplicationsResponse$ = ListApplicationsResponse$;
|
|
498
|
+
const ListEnvironmentsRequest$ = [3, n0, _LER,
|
|
453
499
|
0,
|
|
454
500
|
[_NT, _MR],
|
|
455
501
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
456
502
|
];
|
|
457
|
-
exports.
|
|
503
|
+
exports.ListEnvironmentsRequest$ = ListEnvironmentsRequest$;
|
|
504
|
+
const ListEnvironmentsResponse$ = [3, n0, _LERi,
|
|
458
505
|
0,
|
|
459
506
|
[_ESL, _NT],
|
|
460
507
|
[[() => EnvironmentSummaries, 0], 0]
|
|
461
508
|
];
|
|
462
|
-
exports.
|
|
509
|
+
exports.ListEnvironmentsResponse$ = ListEnvironmentsResponse$;
|
|
510
|
+
const ListEnvironmentVpcsRequest$ = [3, n0, _LEVR,
|
|
463
511
|
0,
|
|
464
512
|
[_EIn, _NT, _MR],
|
|
465
513
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
466
514
|
];
|
|
467
|
-
exports.
|
|
515
|
+
exports.ListEnvironmentVpcsRequest$ = ListEnvironmentVpcsRequest$;
|
|
516
|
+
const ListEnvironmentVpcsResponse$ = [3, n0, _LEVRi,
|
|
468
517
|
0,
|
|
469
518
|
[_EVL, _NT],
|
|
470
519
|
[() => EnvironmentVpcs, 0]
|
|
471
520
|
];
|
|
472
|
-
exports.
|
|
521
|
+
exports.ListEnvironmentVpcsResponse$ = ListEnvironmentVpcsResponse$;
|
|
522
|
+
const ListRoutesRequest$ = [3, n0, _LRR,
|
|
473
523
|
0,
|
|
474
524
|
[_EIn, _AIp, _NT, _MR],
|
|
475
525
|
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
476
526
|
];
|
|
477
|
-
exports.
|
|
527
|
+
exports.ListRoutesRequest$ = ListRoutesRequest$;
|
|
528
|
+
const ListRoutesResponse$ = [3, n0, _LRRi,
|
|
478
529
|
0,
|
|
479
530
|
[_RSL, _NT],
|
|
480
531
|
[[() => RouteSummaries, 0], 0]
|
|
481
532
|
];
|
|
482
|
-
exports.
|
|
533
|
+
exports.ListRoutesResponse$ = ListRoutesResponse$;
|
|
534
|
+
const ListServicesRequest$ = [3, n0, _LSR,
|
|
483
535
|
0,
|
|
484
536
|
[_EIn, _AIp, _NT, _MR],
|
|
485
537
|
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
486
538
|
];
|
|
487
|
-
exports.
|
|
539
|
+
exports.ListServicesRequest$ = ListServicesRequest$;
|
|
540
|
+
const ListServicesResponse$ = [3, n0, _LSRi,
|
|
488
541
|
0,
|
|
489
542
|
[_SSL, _NT],
|
|
490
543
|
[[() => ServiceSummaries, 0], 0]
|
|
491
544
|
];
|
|
492
|
-
exports.
|
|
545
|
+
exports.ListServicesResponse$ = ListServicesResponse$;
|
|
546
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
493
547
|
0,
|
|
494
548
|
[_RAe],
|
|
495
549
|
[[0, 1]], 1
|
|
496
550
|
];
|
|
497
|
-
exports.
|
|
551
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
552
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
498
553
|
0,
|
|
499
554
|
[_T],
|
|
500
555
|
[[() => TagMap, 0]]
|
|
501
556
|
];
|
|
502
|
-
exports.
|
|
557
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
558
|
+
const PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
503
559
|
0,
|
|
504
560
|
[_RAe, _P],
|
|
505
561
|
[0, 0], 2
|
|
506
562
|
];
|
|
507
|
-
exports.
|
|
563
|
+
exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
|
|
564
|
+
const PutResourcePolicyResponse$ = [3, n0, _PRPRu,
|
|
508
565
|
0,
|
|
509
566
|
[],
|
|
510
567
|
[]
|
|
511
568
|
];
|
|
512
|
-
exports.
|
|
569
|
+
exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
570
|
+
const RouteSummary$ = [3, n0, _RS,
|
|
513
571
|
0,
|
|
514
572
|
[_RIo, _A, _OAI, _CBAI, _RTo, _SIe, _AI, _EI, _SP, _Me, _ICP, _PRTI, _S, _T, _E, _LUT, _CT, _ASP],
|
|
515
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () =>
|
|
573
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4, 2]
|
|
516
574
|
];
|
|
517
|
-
exports.
|
|
575
|
+
exports.RouteSummary$ = RouteSummary$;
|
|
576
|
+
const ServiceSummary$ = [3, n0, _SS,
|
|
518
577
|
0,
|
|
519
578
|
[_SIe, _N, _A, _OAI, _CBAI, _D, _EI, _AI, _VI, _ET, _UE, _LE, _S, _T, _E, _LUT, _CT],
|
|
520
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () =>
|
|
579
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => UrlEndpointSummary$, () => LambdaEndpointSummary$, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4]
|
|
521
580
|
];
|
|
522
|
-
exports.
|
|
581
|
+
exports.ServiceSummary$ = ServiceSummary$;
|
|
582
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
523
583
|
0,
|
|
524
584
|
[_RAe, _T],
|
|
525
585
|
[[0, 1], [() => TagMap, 0]], 2
|
|
526
586
|
];
|
|
527
|
-
exports.
|
|
587
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
588
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
528
589
|
0,
|
|
529
590
|
[],
|
|
530
591
|
[]
|
|
531
592
|
];
|
|
532
|
-
exports.
|
|
593
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
594
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
533
595
|
0,
|
|
534
596
|
[_RAe, _TK],
|
|
535
597
|
[[0, 1], [() => TagKeys, { [_hQ]: _tK }]], 2
|
|
536
598
|
];
|
|
537
|
-
exports.
|
|
599
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
600
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
538
601
|
0,
|
|
539
602
|
[],
|
|
540
603
|
[]
|
|
541
604
|
];
|
|
542
|
-
exports.
|
|
605
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
606
|
+
const UpdateRouteRequest$ = [3, n0, _URRp,
|
|
543
607
|
0,
|
|
544
608
|
[_EIn, _AIp, _RIou, _ASc],
|
|
545
609
|
[[0, 1], [0, 1], [0, 1], 0], 4
|
|
546
610
|
];
|
|
547
|
-
exports.
|
|
611
|
+
exports.UpdateRouteRequest$ = UpdateRouteRequest$;
|
|
612
|
+
const UpdateRouteResponse$ = [3, n0, _URRpd,
|
|
548
613
|
0,
|
|
549
614
|
[_RIo, _A, _SIe, _AI, _S, _LUT],
|
|
550
615
|
[0, 0, 0, 0, 0, 4]
|
|
551
616
|
];
|
|
552
|
-
exports.
|
|
617
|
+
exports.UpdateRouteResponse$ = UpdateRouteResponse$;
|
|
618
|
+
const UriPathRouteInput$ = [3, n0, _UPRI,
|
|
553
619
|
0,
|
|
554
620
|
[_SP, _ASc, _Me, _ICP, _ASP],
|
|
555
621
|
[0, 0, 64 | 0, 2, 2], 2
|
|
556
622
|
];
|
|
557
|
-
exports.
|
|
623
|
+
exports.UriPathRouteInput$ = UriPathRouteInput$;
|
|
624
|
+
const UrlEndpointConfig$ = [3, n0, _UEC,
|
|
558
625
|
0,
|
|
559
626
|
[_U, _HU],
|
|
560
627
|
[0, 0]
|
|
561
628
|
];
|
|
562
|
-
exports.
|
|
629
|
+
exports.UrlEndpointConfig$ = UrlEndpointConfig$;
|
|
630
|
+
const UrlEndpointInput$ = [3, n0, _UEI,
|
|
563
631
|
0,
|
|
564
632
|
[_U, _HU],
|
|
565
633
|
[0, 0], 1
|
|
566
634
|
];
|
|
567
|
-
exports.
|
|
635
|
+
exports.UrlEndpointInput$ = UrlEndpointInput$;
|
|
636
|
+
const UrlEndpointSummary$ = [3, n0, _UES,
|
|
568
637
|
0,
|
|
569
638
|
[_U, _HU],
|
|
570
639
|
[0, 0]
|
|
571
640
|
];
|
|
641
|
+
exports.UrlEndpointSummary$ = UrlEndpointSummary$;
|
|
572
642
|
var ApplicationSummaries = [1, n0, _ASp,
|
|
573
|
-
0, [() =>
|
|
643
|
+
0, [() => ApplicationSummary$,
|
|
574
644
|
0]
|
|
575
645
|
];
|
|
576
646
|
var CidrBlocks = 64 | 0;
|
|
577
647
|
var EnvironmentSummaries = [1, n0, _ESn,
|
|
578
|
-
0, [() =>
|
|
648
|
+
0, [() => EnvironmentSummary$,
|
|
579
649
|
0]
|
|
580
650
|
];
|
|
581
651
|
var EnvironmentVpcs = [1, n0, _EVn,
|
|
582
|
-
0, () =>
|
|
652
|
+
0, () => EnvironmentVpc$
|
|
583
653
|
];
|
|
584
654
|
var HttpMethods = 64 | 0;
|
|
585
655
|
var RouteSummaries = [1, n0, _RSo,
|
|
586
|
-
0, [() =>
|
|
656
|
+
0, [() => RouteSummary$,
|
|
587
657
|
0]
|
|
588
658
|
];
|
|
589
659
|
var ServiceSummaries = [1, n0, _SSe,
|
|
590
|
-
0, [() =>
|
|
660
|
+
0, [() => ServiceSummary$,
|
|
591
661
|
0]
|
|
592
662
|
];
|
|
593
663
|
var TagKeys = [1, n0, _TK,
|
|
@@ -599,74 +669,74 @@ var TagMap = [2, n0, _TM,
|
|
|
599
669
|
8, 0, 0
|
|
600
670
|
];
|
|
601
671
|
exports.CreateApplication$ = [9, n0, _CA,
|
|
602
|
-
{ [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications", 200] }, () =>
|
|
672
|
+
{ [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications", 200] }, () => CreateApplicationRequest$, () => CreateApplicationResponse$
|
|
603
673
|
];
|
|
604
674
|
exports.CreateEnvironment$ = [9, n0, _CEr,
|
|
605
|
-
{ [_h]: ["POST", "/environments", 200] }, () =>
|
|
675
|
+
{ [_h]: ["POST", "/environments", 200] }, () => CreateEnvironmentRequest$, () => CreateEnvironmentResponse$
|
|
606
676
|
];
|
|
607
677
|
exports.CreateRoute$ = [9, n0, _CR,
|
|
608
|
-
{ [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes", 200] }, () =>
|
|
678
|
+
{ [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes", 200] }, () => CreateRouteRequest$, () => CreateRouteResponse$
|
|
609
679
|
];
|
|
610
680
|
exports.CreateService$ = [9, n0, _CS,
|
|
611
|
-
{ [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services", 200] }, () =>
|
|
681
|
+
{ [_h]: ["POST", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services", 200] }, () => CreateServiceRequest$, () => CreateServiceResponse$
|
|
612
682
|
];
|
|
613
683
|
exports.DeleteApplication$ = [9, n0, _DA,
|
|
614
|
-
{ [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}", 200] }, () =>
|
|
684
|
+
{ [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}", 200] }, () => DeleteApplicationRequest$, () => DeleteApplicationResponse$
|
|
615
685
|
];
|
|
616
686
|
exports.DeleteEnvironment$ = [9, n0, _DE,
|
|
617
|
-
{ [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}", 200] }, () =>
|
|
687
|
+
{ [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}", 200] }, () => DeleteEnvironmentRequest$, () => DeleteEnvironmentResponse$
|
|
618
688
|
];
|
|
619
689
|
exports.DeleteResourcePolicy$ = [9, n0, _DRP,
|
|
620
|
-
{ [_h]: ["DELETE", "/resourcepolicy/{Identifier}", 200] }, () =>
|
|
690
|
+
{ [_h]: ["DELETE", "/resourcepolicy/{Identifier}", 200] }, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResponse$
|
|
621
691
|
];
|
|
622
692
|
exports.DeleteRoute$ = [9, n0, _DRe,
|
|
623
|
-
{ [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}", 200] }, () =>
|
|
693
|
+
{ [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}", 200] }, () => DeleteRouteRequest$, () => DeleteRouteResponse$
|
|
624
694
|
];
|
|
625
695
|
exports.DeleteService$ = [9, n0, _DS,
|
|
626
|
-
{ [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services/{ServiceIdentifier}", 200] }, () =>
|
|
696
|
+
{ [_h]: ["DELETE", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services/{ServiceIdentifier}", 200] }, () => DeleteServiceRequest$, () => DeleteServiceResponse$
|
|
627
697
|
];
|
|
628
698
|
exports.GetApplication$ = [9, n0, _GA,
|
|
629
|
-
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}", 200] }, () =>
|
|
699
|
+
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
|
|
630
700
|
];
|
|
631
701
|
exports.GetEnvironment$ = [9, n0, _GE,
|
|
632
|
-
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}", 200] }, () =>
|
|
702
|
+
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}", 200] }, () => GetEnvironmentRequest$, () => GetEnvironmentResponse$
|
|
633
703
|
];
|
|
634
704
|
exports.GetResourcePolicy$ = [9, n0, _GRP,
|
|
635
|
-
{ [_h]: ["GET", "/resourcepolicy/{Identifier}", 200] }, () =>
|
|
705
|
+
{ [_h]: ["GET", "/resourcepolicy/{Identifier}", 200] }, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
|
|
636
706
|
];
|
|
637
707
|
exports.GetRoute$ = [9, n0, _GR,
|
|
638
|
-
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}", 200] }, () =>
|
|
708
|
+
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}", 200] }, () => GetRouteRequest$, () => GetRouteResponse$
|
|
639
709
|
];
|
|
640
710
|
exports.GetService$ = [9, n0, _GS,
|
|
641
|
-
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services/{ServiceIdentifier}", 200] }, () =>
|
|
711
|
+
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services/{ServiceIdentifier}", 200] }, () => GetServiceRequest$, () => GetServiceResponse$
|
|
642
712
|
];
|
|
643
713
|
exports.ListApplications$ = [9, n0, _LA,
|
|
644
|
-
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications", 200] }, () =>
|
|
714
|
+
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications", 200] }, () => ListApplicationsRequest$, () => ListApplicationsResponse$
|
|
645
715
|
];
|
|
646
716
|
exports.ListEnvironments$ = [9, n0, _LEi,
|
|
647
|
-
{ [_h]: ["GET", "/environments", 200] }, () =>
|
|
717
|
+
{ [_h]: ["GET", "/environments", 200] }, () => ListEnvironmentsRequest$, () => ListEnvironmentsResponse$
|
|
648
718
|
];
|
|
649
719
|
exports.ListEnvironmentVpcs$ = [9, n0, _LEV,
|
|
650
|
-
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/vpcs", 200] }, () =>
|
|
720
|
+
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/vpcs", 200] }, () => ListEnvironmentVpcsRequest$, () => ListEnvironmentVpcsResponse$
|
|
651
721
|
];
|
|
652
722
|
exports.ListRoutes$ = [9, n0, _LR,
|
|
653
|
-
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes", 200] }, () =>
|
|
723
|
+
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes", 200] }, () => ListRoutesRequest$, () => ListRoutesResponse$
|
|
654
724
|
];
|
|
655
725
|
exports.ListServices$ = [9, n0, _LS,
|
|
656
|
-
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services", 200] }, () =>
|
|
726
|
+
{ [_h]: ["GET", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/services", 200] }, () => ListServicesRequest$, () => ListServicesResponse$
|
|
657
727
|
];
|
|
658
728
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
659
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () =>
|
|
729
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
660
730
|
];
|
|
661
731
|
exports.PutResourcePolicy$ = [9, n0, _PRP,
|
|
662
|
-
{ [_h]: ["PUT", "/resourcepolicy", 200] }, () =>
|
|
732
|
+
{ [_h]: ["PUT", "/resourcepolicy", 200] }, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
|
|
663
733
|
];
|
|
664
734
|
exports.TagResource$ = [9, n0, _TR,
|
|
665
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () =>
|
|
735
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
666
736
|
];
|
|
667
737
|
exports.UntagResource$ = [9, n0, _UR,
|
|
668
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () =>
|
|
738
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
669
739
|
];
|
|
670
740
|
exports.UpdateRoute$ = [9, n0, _URp,
|
|
671
|
-
{ [_h]: ["PATCH", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}", 200] }, () =>
|
|
741
|
+
{ [_h]: ["PATCH", "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}", 200] }, () => UpdateRouteRequest$, () => UpdateRouteResponse$
|
|
672
742
|
];
|