@aws-sdk/client-amplify 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 +155 -175
- package/dist-cjs/models/AmplifyServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- 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 +300 -203
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetArtifactUrlResult$ = exports.GetArtifactUrlRequest$ = exports.GetAppResult$ = exports.GetAppRequest$ = exports.GenerateAccessLogsResult$ = exports.GenerateAccessLogsRequest$ = exports.DomainAssociation$ = exports.DeleteWebhookResult$ = exports.DeleteWebhookRequest$ = exports.DeleteJobResult$ = exports.DeleteJobRequest$ = exports.DeleteDomainAssociationResult$ = exports.DeleteDomainAssociationRequest$ = exports.DeleteBranchResult$ = exports.DeleteBranchRequest$ = exports.DeleteBackendEnvironmentResult$ = exports.DeleteBackendEnvironmentRequest$ = exports.DeleteAppResult$ = exports.DeleteAppRequest$ = exports.CustomRule$ = exports.CreateWebhookResult$ = exports.CreateWebhookRequest$ = exports.CreateDomainAssociationResult$ = exports.CreateDomainAssociationRequest$ = exports.CreateDeploymentResult$ = exports.CreateDeploymentRequest$ = exports.CreateBranchResult$ = exports.CreateBranchRequest$ = exports.CreateBackendEnvironmentResult$ = exports.CreateBackendEnvironmentRequest$ = exports.CreateAppResult$ = exports.CreateAppRequest$ = exports.CertificateSettings$ = exports.Certificate$ = exports.CacheConfig$ = exports.Branch$ = exports.BackendEnvironment$ = exports.Backend$ = exports.AutoBranchCreationConfig$ = exports.Artifact$ = exports.App$ = exports.errorTypeRegistries = exports.UnauthorizedException$ = exports.ResourceNotFoundException$ = exports.NotFoundException$ = exports.LimitExceededException$ = exports.InternalFailureException$ = exports.DependentServiceFailureException$ = exports.BadRequestException$ = exports.AmplifyServiceException$ = void 0;
|
|
4
|
-
exports.UpdateWebhookRequest$ = exports.UpdateDomainAssociationResult$ = exports.UpdateDomainAssociationRequest$ = exports.UpdateBranchResult$ = exports.UpdateBranchRequest$ = exports.UpdateAppResult$ = exports.UpdateAppRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubDomainSetting$ = exports.SubDomain$ = exports.StopJobResult$ = exports.StopJobRequest$ = exports.Step$ = exports.StartJobResult$ = exports.StartJobRequest$ = exports.StartDeploymentResult$ = exports.StartDeploymentRequest$ = exports.ProductionBranch$ = exports.ListWebhooksResult$ = exports.ListWebhooksRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListJobsResult$ = exports.ListJobsRequest$ = exports.ListDomainAssociationsResult$ = exports.ListDomainAssociationsRequest$ = exports.ListBranchesResult$ = exports.ListBranchesRequest$ = exports.ListBackendEnvironmentsResult$ = exports.ListBackendEnvironmentsRequest$ = exports.ListArtifactsResult$ = exports.ListArtifactsRequest$ = exports.ListAppsResult$ = exports.ListAppsRequest$ = exports.JobSummary$ = exports.JobConfig$ = exports.Job$ = exports.GetWebhookResult$ = exports.GetWebhookRequest$ = exports.GetJobResult$ = exports.GetJobRequest$ = exports.GetDomainAssociationResult$ = exports.GetDomainAssociationRequest$ = exports.GetBranchResult$ = exports.GetBranchRequest$ = exports.GetBackendEnvironmentResult$ = exports.GetBackendEnvironmentRequest$ = void 0;
|
|
5
|
-
exports.UpdateWebhook$ = exports.UpdateDomainAssociation$ = exports.UpdateBranch$ = exports.UpdateApp$ = exports.UntagResource$ = exports.TagResource$ = exports.StopJob$ = exports.StartJob$ = exports.StartDeployment$ = exports.ListWebhooks$ = exports.ListTagsForResource$ = exports.ListJobs$ = exports.ListDomainAssociations$ = exports.ListBranches$ = exports.ListBackendEnvironments$ = exports.ListArtifacts$ = exports.ListApps$ = exports.GetWebhook$ = exports.GetJob$ = exports.GetDomainAssociation$ = exports.GetBranch$ = exports.GetBackendEnvironment$ = exports.GetArtifactUrl$ = exports.GetApp$ = exports.GenerateAccessLogs$ = exports.DeleteWebhook$ = exports.DeleteJob$ = exports.DeleteDomainAssociation$ = exports.DeleteBranch$ = exports.DeleteBackendEnvironment$ = exports.DeleteApp$ = exports.CreateWebhook$ = exports.CreateDomainAssociation$ = exports.CreateDeployment$ = exports.CreateBranch$ = exports.CreateBackendEnvironment$ = exports.CreateApp$ = exports.Webhook$ = exports.WafConfiguration$ = exports.UpdateWebhookResult$ = void 0;
|
|
6
1
|
const _A = "App";
|
|
7
2
|
const _ABCC = "AutoBranchCreationConfig";
|
|
8
3
|
const _AT = "AccessToken";
|
|
@@ -296,55 +291,63 @@ const _wU = "webhookUrl";
|
|
|
296
291
|
const _we = "webhooks";
|
|
297
292
|
const _zUU = "zipUploadUrl";
|
|
298
293
|
const n0 = "com.amazonaws.amplify";
|
|
299
|
-
const
|
|
300
|
-
const
|
|
301
|
-
const
|
|
302
|
-
const _s_registry =
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
294
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
295
|
+
const { AmplifyServiceException } = require("../models/AmplifyServiceException");
|
|
296
|
+
const { BadRequestException, DependentServiceFailureException, InternalFailureException, LimitExceededException, NotFoundException, ResourceNotFoundException, UnauthorizedException } = require("../models/errors");
|
|
297
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
298
|
+
const AmplifyServiceException$ = [-3, _s, "AmplifyServiceException", 0, [], []];
|
|
299
|
+
exports.AmplifyServiceException$ = AmplifyServiceException$;
|
|
300
|
+
_s_registry.registerError(AmplifyServiceException$, AmplifyServiceException);
|
|
301
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
302
|
+
const BadRequestException$ = [-3, n0, _BRE,
|
|
307
303
|
{ [_e]: _c, [_hE]: 400 },
|
|
308
304
|
[_m],
|
|
309
305
|
[0]
|
|
310
306
|
];
|
|
311
|
-
|
|
312
|
-
|
|
307
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
308
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
309
|
+
const DependentServiceFailureException$ = [-3, n0, _DSFE,
|
|
313
310
|
{ [_e]: _se, [_hE]: 503 },
|
|
314
311
|
[_m],
|
|
315
312
|
[0]
|
|
316
313
|
];
|
|
317
|
-
|
|
318
|
-
|
|
314
|
+
exports.DependentServiceFailureException$ = DependentServiceFailureException$;
|
|
315
|
+
n0_registry.registerError(DependentServiceFailureException$, DependentServiceFailureException);
|
|
316
|
+
const InternalFailureException$ = [-3, n0, _IFE,
|
|
319
317
|
{ [_e]: _se, [_hE]: 500 },
|
|
320
318
|
[_m],
|
|
321
319
|
[0]
|
|
322
320
|
];
|
|
323
|
-
|
|
324
|
-
|
|
321
|
+
exports.InternalFailureException$ = InternalFailureException$;
|
|
322
|
+
n0_registry.registerError(InternalFailureException$, InternalFailureException);
|
|
323
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
325
324
|
{ [_e]: _c, [_hE]: 429 },
|
|
326
325
|
[_m],
|
|
327
326
|
[0]
|
|
328
327
|
];
|
|
329
|
-
|
|
330
|
-
|
|
328
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
329
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
330
|
+
const NotFoundException$ = [-3, n0, _NFE,
|
|
331
331
|
{ [_e]: _c, [_hE]: 404 },
|
|
332
332
|
[_m],
|
|
333
333
|
[0]
|
|
334
334
|
];
|
|
335
|
-
|
|
336
|
-
|
|
335
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
336
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
337
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
337
338
|
{ [_e]: _c, [_hE]: 404 },
|
|
338
339
|
[_co, _m],
|
|
339
340
|
[0, 0], 2
|
|
340
341
|
];
|
|
341
|
-
|
|
342
|
-
|
|
342
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
343
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
344
|
+
const UnauthorizedException$ = [-3, n0, _UE,
|
|
343
345
|
{ [_e]: _c, [_hE]: 401 },
|
|
344
346
|
[_m],
|
|
345
347
|
[0]
|
|
346
348
|
];
|
|
347
|
-
|
|
349
|
+
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
350
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
348
351
|
exports.errorTypeRegistries = [
|
|
349
352
|
_s_registry,
|
|
350
353
|
n0_registry,
|
|
@@ -353,515 +356,609 @@ var AccessToken = [0, n0, _AT, 8, 0];
|
|
|
353
356
|
var BasicAuthCredentials = [0, n0, _BAC, 8, 0];
|
|
354
357
|
var BuildSpec = [0, n0, _BS, 8, 0];
|
|
355
358
|
var OauthToken = [0, n0, _OT, 8, 0];
|
|
356
|
-
|
|
359
|
+
const App$ = [3, n0, _A,
|
|
357
360
|
0,
|
|
358
361
|
[_aI, _aA, _n, _d, _r, _p, _cT, _uT, _eV, _dD, _eBAB, _eBA, _t, _cRA, _iSRA, _eBAD, _bAC, _cR, _pB, _bS, _cH, _eABC, _aBCP, _aBCC, _rCM, _cC, _wCT, _wC, _jC],
|
|
359
|
-
[0, 0, 0, 0, 0, 0, 4, 4, 128 | 0, 0, 2, 2, 128 | 0, 0, 0, 2, [() => BasicAuthCredentials, 0], () => CustomRules, () =>
|
|
362
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 128 | 0, 0, 2, 2, 128 | 0, 0, 0, 2, [() => BasicAuthCredentials, 0], () => CustomRules, () => ProductionBranch$, [() => BuildSpec, 0], 0, 2, 64 | 0, [() => AutoBranchCreationConfig$, 0], 0, () => CacheConfig$, 4, () => WafConfiguration$, () => JobConfig$], 12
|
|
360
363
|
];
|
|
361
|
-
exports.
|
|
364
|
+
exports.App$ = App$;
|
|
365
|
+
const Artifact$ = [3, n0, _Ar,
|
|
362
366
|
0,
|
|
363
367
|
[_aFN, _aIr],
|
|
364
368
|
[0, 0], 2
|
|
365
369
|
];
|
|
366
|
-
exports.
|
|
370
|
+
exports.Artifact$ = Artifact$;
|
|
371
|
+
const AutoBranchCreationConfig$ = [3, n0, _ABCC,
|
|
367
372
|
0,
|
|
368
373
|
[_st, _f, _eAB, _eV, _bAC, _eBA, _ePM, _bS, _ePRP, _pREN],
|
|
369
374
|
[0, 0, 2, 128 | 0, [() => BasicAuthCredentials, 0], 2, 2, [() => BuildSpec, 0], 2, 0]
|
|
370
375
|
];
|
|
371
|
-
exports.
|
|
376
|
+
exports.AutoBranchCreationConfig$ = AutoBranchCreationConfig$;
|
|
377
|
+
const Backend$ = [3, n0, _B,
|
|
372
378
|
0,
|
|
373
379
|
[_sA],
|
|
374
380
|
[0]
|
|
375
381
|
];
|
|
376
|
-
exports.
|
|
382
|
+
exports.Backend$ = Backend$;
|
|
383
|
+
const BackendEnvironment$ = [3, n0, _BE,
|
|
377
384
|
0,
|
|
378
385
|
[_bEA, _eN, _cT, _uT, _sN, _dA],
|
|
379
386
|
[0, 0, 4, 4, 0, 0], 4
|
|
380
387
|
];
|
|
381
|
-
exports.
|
|
388
|
+
exports.BackendEnvironment$ = BackendEnvironment$;
|
|
389
|
+
const Branch$ = [3, n0, _Br,
|
|
382
390
|
0,
|
|
383
391
|
[_bA, _bN, _d, _st, _dN, _eNn, _cT, _uT, _eV, _eAB, _cD, _f, _aJI, _tNOJ, _eBA, _tt, _ePRP, _t, _eSP, _ePM, _tU, _bAC, _bS, _aR, _pREN, _dB, _sB, _bEA, _b, _cRA],
|
|
384
|
-
[0, 0, 0, 0, 0, 2, 4, 4, 128 | 0, 2, 64 | 0, 0, 0, 0, 2, 0, 2, 128 | 0, 2, 2, 0, [() => BasicAuthCredentials, 0], [() => BuildSpec, 0], 64 | 0, 0, 0, 0, 0, () =>
|
|
392
|
+
[0, 0, 0, 0, 0, 2, 4, 4, 128 | 0, 2, 64 | 0, 0, 0, 0, 2, 0, 2, 128 | 0, 2, 2, 0, [() => BasicAuthCredentials, 0], [() => BuildSpec, 0], 64 | 0, 0, 0, 0, 0, () => Backend$, 0], 17
|
|
385
393
|
];
|
|
386
|
-
exports.
|
|
394
|
+
exports.Branch$ = Branch$;
|
|
395
|
+
const CacheConfig$ = [3, n0, _CC,
|
|
387
396
|
0,
|
|
388
397
|
[_ty],
|
|
389
398
|
[0], 1
|
|
390
399
|
];
|
|
391
|
-
exports.
|
|
400
|
+
exports.CacheConfig$ = CacheConfig$;
|
|
401
|
+
const Certificate$ = [3, n0, _C,
|
|
392
402
|
0,
|
|
393
403
|
[_ty, _cCA, _cVDNSR],
|
|
394
404
|
[0, 0, 0], 1
|
|
395
405
|
];
|
|
396
|
-
exports.
|
|
406
|
+
exports.Certificate$ = Certificate$;
|
|
407
|
+
const CertificateSettings$ = [3, n0, _CS,
|
|
397
408
|
0,
|
|
398
409
|
[_ty, _cCA],
|
|
399
410
|
[0, 0], 1
|
|
400
411
|
];
|
|
401
|
-
exports.
|
|
412
|
+
exports.CertificateSettings$ = CertificateSettings$;
|
|
413
|
+
const CreateAppRequest$ = [3, n0, _CAR,
|
|
402
414
|
0,
|
|
403
415
|
[_n, _d, _r, _p, _cRA, _iSRA, _oT, _aT, _eV, _eBAB, _eBAD, _eBA, _bAC, _cR, _t, _bS, _cH, _eABC, _aBCP, _aBCC, _jC, _cC],
|
|
404
|
-
[0, 0, 0, 0, 0, 0, [() => OauthToken, 0], [() => AccessToken, 0], 128 | 0, 2, 2, 2, [() => BasicAuthCredentials, 0], () => CustomRules, 128 | 0, [() => BuildSpec, 0], 0, 2, 64 | 0, [() =>
|
|
416
|
+
[0, 0, 0, 0, 0, 0, [() => OauthToken, 0], [() => AccessToken, 0], 128 | 0, 2, 2, 2, [() => BasicAuthCredentials, 0], () => CustomRules, 128 | 0, [() => BuildSpec, 0], 0, 2, 64 | 0, [() => AutoBranchCreationConfig$, 0], () => JobConfig$, () => CacheConfig$], 1
|
|
405
417
|
];
|
|
406
|
-
exports.
|
|
418
|
+
exports.CreateAppRequest$ = CreateAppRequest$;
|
|
419
|
+
const CreateAppResult$ = [3, n0, _CARr,
|
|
407
420
|
0,
|
|
408
421
|
[_a],
|
|
409
|
-
[[() =>
|
|
422
|
+
[[() => App$, 0]], 1
|
|
410
423
|
];
|
|
411
|
-
exports.
|
|
424
|
+
exports.CreateAppResult$ = CreateAppResult$;
|
|
425
|
+
const CreateBackendEnvironmentRequest$ = [3, n0, _CBER,
|
|
412
426
|
0,
|
|
413
427
|
[_aI, _eN, _sN, _dA],
|
|
414
428
|
[[0, 1], 0, 0, 0], 2
|
|
415
429
|
];
|
|
416
|
-
exports.
|
|
430
|
+
exports.CreateBackendEnvironmentRequest$ = CreateBackendEnvironmentRequest$;
|
|
431
|
+
const CreateBackendEnvironmentResult$ = [3, n0, _CBERr,
|
|
417
432
|
0,
|
|
418
433
|
[_bE],
|
|
419
|
-
[() =>
|
|
434
|
+
[() => BackendEnvironment$], 1
|
|
420
435
|
];
|
|
421
|
-
exports.
|
|
436
|
+
exports.CreateBackendEnvironmentResult$ = CreateBackendEnvironmentResult$;
|
|
437
|
+
const CreateBranchRequest$ = [3, n0, _CBR,
|
|
422
438
|
0,
|
|
423
439
|
[_aI, _bN, _d, _st, _f, _eNn, _eAB, _eSP, _eV, _bAC, _eBA, _ePM, _t, _bS, _tt, _dN, _ePRP, _pREN, _bEA, _b, _cRA],
|
|
424
|
-
[[0, 1], 0, 0, 0, 0, 2, 2, 2, 128 | 0, [() => BasicAuthCredentials, 0], 2, 2, 128 | 0, [() => BuildSpec, 0], 0, 0, 2, 0, 0, () =>
|
|
440
|
+
[[0, 1], 0, 0, 0, 0, 2, 2, 2, 128 | 0, [() => BasicAuthCredentials, 0], 2, 2, 128 | 0, [() => BuildSpec, 0], 0, 0, 2, 0, 0, () => Backend$, 0], 2
|
|
425
441
|
];
|
|
426
|
-
exports.
|
|
442
|
+
exports.CreateBranchRequest$ = CreateBranchRequest$;
|
|
443
|
+
const CreateBranchResult$ = [3, n0, _CBRr,
|
|
427
444
|
0,
|
|
428
445
|
[_br],
|
|
429
|
-
[[() =>
|
|
446
|
+
[[() => Branch$, 0]], 1
|
|
430
447
|
];
|
|
431
|
-
exports.
|
|
448
|
+
exports.CreateBranchResult$ = CreateBranchResult$;
|
|
449
|
+
const CreateDeploymentRequest$ = [3, n0, _CDR,
|
|
432
450
|
0,
|
|
433
451
|
[_aI, _bN, _fM],
|
|
434
452
|
[[0, 1], [0, 1], 128 | 0], 2
|
|
435
453
|
];
|
|
436
|
-
exports.
|
|
454
|
+
exports.CreateDeploymentRequest$ = CreateDeploymentRequest$;
|
|
455
|
+
const CreateDeploymentResult$ = [3, n0, _CDRr,
|
|
437
456
|
0,
|
|
438
457
|
[_fUU, _zUU, _jI],
|
|
439
458
|
[128 | 0, 0, 0], 2
|
|
440
459
|
];
|
|
441
|
-
exports.
|
|
460
|
+
exports.CreateDeploymentResult$ = CreateDeploymentResult$;
|
|
461
|
+
const CreateDomainAssociationRequest$ = [3, n0, _CDAR,
|
|
442
462
|
0,
|
|
443
463
|
[_aI, _dNo, _sDS, _eASD, _aSDCP, _aSDIAMR, _cS],
|
|
444
|
-
[[0, 1], 0, () => SubDomainSettings, 2, 64 | 0, 0, () =>
|
|
464
|
+
[[0, 1], 0, () => SubDomainSettings, 2, 64 | 0, 0, () => CertificateSettings$], 3
|
|
445
465
|
];
|
|
446
|
-
exports.
|
|
466
|
+
exports.CreateDomainAssociationRequest$ = CreateDomainAssociationRequest$;
|
|
467
|
+
const CreateDomainAssociationResult$ = [3, n0, _CDARr,
|
|
447
468
|
0,
|
|
448
469
|
[_dAo],
|
|
449
|
-
[() =>
|
|
470
|
+
[() => DomainAssociation$], 1
|
|
450
471
|
];
|
|
451
|
-
exports.
|
|
472
|
+
exports.CreateDomainAssociationResult$ = CreateDomainAssociationResult$;
|
|
473
|
+
const CreateWebhookRequest$ = [3, n0, _CWR,
|
|
452
474
|
0,
|
|
453
475
|
[_aI, _bN, _d],
|
|
454
476
|
[[0, 1], 0, 0], 2
|
|
455
477
|
];
|
|
456
|
-
exports.
|
|
478
|
+
exports.CreateWebhookRequest$ = CreateWebhookRequest$;
|
|
479
|
+
const CreateWebhookResult$ = [3, n0, _CWRr,
|
|
457
480
|
0,
|
|
458
481
|
[_w],
|
|
459
|
-
[() =>
|
|
482
|
+
[() => Webhook$], 1
|
|
460
483
|
];
|
|
461
|
-
exports.
|
|
484
|
+
exports.CreateWebhookResult$ = CreateWebhookResult$;
|
|
485
|
+
const CustomRule$ = [3, n0, _CR,
|
|
462
486
|
0,
|
|
463
487
|
[_so, _ta, _sta, _con],
|
|
464
488
|
[0, 0, 0, 0], 2
|
|
465
489
|
];
|
|
466
|
-
exports.
|
|
490
|
+
exports.CustomRule$ = CustomRule$;
|
|
491
|
+
const DeleteAppRequest$ = [3, n0, _DAR,
|
|
467
492
|
0,
|
|
468
493
|
[_aI],
|
|
469
494
|
[[0, 1]], 1
|
|
470
495
|
];
|
|
471
|
-
exports.
|
|
496
|
+
exports.DeleteAppRequest$ = DeleteAppRequest$;
|
|
497
|
+
const DeleteAppResult$ = [3, n0, _DARe,
|
|
472
498
|
0,
|
|
473
499
|
[_a],
|
|
474
|
-
[[() =>
|
|
500
|
+
[[() => App$, 0]], 1
|
|
475
501
|
];
|
|
476
|
-
exports.
|
|
502
|
+
exports.DeleteAppResult$ = DeleteAppResult$;
|
|
503
|
+
const DeleteBackendEnvironmentRequest$ = [3, n0, _DBER,
|
|
477
504
|
0,
|
|
478
505
|
[_aI, _eN],
|
|
479
506
|
[[0, 1], [0, 1]], 2
|
|
480
507
|
];
|
|
481
|
-
exports.
|
|
508
|
+
exports.DeleteBackendEnvironmentRequest$ = DeleteBackendEnvironmentRequest$;
|
|
509
|
+
const DeleteBackendEnvironmentResult$ = [3, n0, _DBERe,
|
|
482
510
|
0,
|
|
483
511
|
[_bE],
|
|
484
|
-
[() =>
|
|
512
|
+
[() => BackendEnvironment$], 1
|
|
485
513
|
];
|
|
486
|
-
exports.
|
|
514
|
+
exports.DeleteBackendEnvironmentResult$ = DeleteBackendEnvironmentResult$;
|
|
515
|
+
const DeleteBranchRequest$ = [3, n0, _DBR,
|
|
487
516
|
0,
|
|
488
517
|
[_aI, _bN],
|
|
489
518
|
[[0, 1], [0, 1]], 2
|
|
490
519
|
];
|
|
491
|
-
exports.
|
|
520
|
+
exports.DeleteBranchRequest$ = DeleteBranchRequest$;
|
|
521
|
+
const DeleteBranchResult$ = [3, n0, _DBRe,
|
|
492
522
|
0,
|
|
493
523
|
[_br],
|
|
494
|
-
[[() =>
|
|
524
|
+
[[() => Branch$, 0]], 1
|
|
495
525
|
];
|
|
496
|
-
exports.
|
|
526
|
+
exports.DeleteBranchResult$ = DeleteBranchResult$;
|
|
527
|
+
const DeleteDomainAssociationRequest$ = [3, n0, _DDAR,
|
|
497
528
|
0,
|
|
498
529
|
[_aI, _dNo],
|
|
499
530
|
[[0, 1], [0, 1]], 2
|
|
500
531
|
];
|
|
501
|
-
exports.
|
|
532
|
+
exports.DeleteDomainAssociationRequest$ = DeleteDomainAssociationRequest$;
|
|
533
|
+
const DeleteDomainAssociationResult$ = [3, n0, _DDARe,
|
|
502
534
|
0,
|
|
503
535
|
[_dAo],
|
|
504
|
-
[() =>
|
|
536
|
+
[() => DomainAssociation$], 1
|
|
505
537
|
];
|
|
506
|
-
exports.
|
|
538
|
+
exports.DeleteDomainAssociationResult$ = DeleteDomainAssociationResult$;
|
|
539
|
+
const DeleteJobRequest$ = [3, n0, _DJR,
|
|
507
540
|
0,
|
|
508
541
|
[_aI, _bN, _jI],
|
|
509
542
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
510
543
|
];
|
|
511
|
-
exports.
|
|
544
|
+
exports.DeleteJobRequest$ = DeleteJobRequest$;
|
|
545
|
+
const DeleteJobResult$ = [3, n0, _DJRe,
|
|
512
546
|
0,
|
|
513
547
|
[_jS],
|
|
514
|
-
[() =>
|
|
548
|
+
[() => JobSummary$], 1
|
|
515
549
|
];
|
|
516
|
-
exports.
|
|
550
|
+
exports.DeleteJobResult$ = DeleteJobResult$;
|
|
551
|
+
const DeleteWebhookRequest$ = [3, n0, _DWR,
|
|
517
552
|
0,
|
|
518
553
|
[_wI],
|
|
519
554
|
[[0, 1]], 1
|
|
520
555
|
];
|
|
521
|
-
exports.
|
|
556
|
+
exports.DeleteWebhookRequest$ = DeleteWebhookRequest$;
|
|
557
|
+
const DeleteWebhookResult$ = [3, n0, _DWRe,
|
|
522
558
|
0,
|
|
523
559
|
[_w],
|
|
524
|
-
[() =>
|
|
560
|
+
[() => Webhook$], 1
|
|
525
561
|
];
|
|
526
|
-
exports.
|
|
562
|
+
exports.DeleteWebhookResult$ = DeleteWebhookResult$;
|
|
563
|
+
const DomainAssociation$ = [3, n0, _DA,
|
|
527
564
|
0,
|
|
528
565
|
[_dAA, _dNo, _eASD, _dS, _sR, _sD, _aSDCP, _aSDIAMR, _uS, _cVDNSR, _ce],
|
|
529
|
-
[0, 0, 2, 0, 0, () => SubDomains, 64 | 0, 0, 0, 0, () =>
|
|
566
|
+
[0, 0, 2, 0, 0, () => SubDomains, 64 | 0, 0, 0, 0, () => Certificate$], 6
|
|
530
567
|
];
|
|
531
|
-
exports.
|
|
568
|
+
exports.DomainAssociation$ = DomainAssociation$;
|
|
569
|
+
const GenerateAccessLogsRequest$ = [3, n0, _GALR,
|
|
532
570
|
0,
|
|
533
571
|
[_dNo, _aI, _sT, _eT],
|
|
534
572
|
[0, [0, 1], 4, 4], 2
|
|
535
573
|
];
|
|
536
|
-
exports.
|
|
574
|
+
exports.GenerateAccessLogsRequest$ = GenerateAccessLogsRequest$;
|
|
575
|
+
const GenerateAccessLogsResult$ = [3, n0, _GALRe,
|
|
537
576
|
0,
|
|
538
577
|
[_lU],
|
|
539
578
|
[0]
|
|
540
579
|
];
|
|
541
|
-
exports.
|
|
580
|
+
exports.GenerateAccessLogsResult$ = GenerateAccessLogsResult$;
|
|
581
|
+
const GetAppRequest$ = [3, n0, _GAR,
|
|
542
582
|
0,
|
|
543
583
|
[_aI],
|
|
544
584
|
[[0, 1]], 1
|
|
545
585
|
];
|
|
546
|
-
exports.
|
|
586
|
+
exports.GetAppRequest$ = GetAppRequest$;
|
|
587
|
+
const GetAppResult$ = [3, n0, _GARe,
|
|
547
588
|
0,
|
|
548
589
|
[_a],
|
|
549
|
-
[[() =>
|
|
590
|
+
[[() => App$, 0]], 1
|
|
550
591
|
];
|
|
551
|
-
exports.
|
|
592
|
+
exports.GetAppResult$ = GetAppResult$;
|
|
593
|
+
const GetArtifactUrlRequest$ = [3, n0, _GAUR,
|
|
552
594
|
0,
|
|
553
595
|
[_aIr],
|
|
554
596
|
[[0, 1]], 1
|
|
555
597
|
];
|
|
556
|
-
exports.
|
|
598
|
+
exports.GetArtifactUrlRequest$ = GetArtifactUrlRequest$;
|
|
599
|
+
const GetArtifactUrlResult$ = [3, n0, _GAURe,
|
|
557
600
|
0,
|
|
558
601
|
[_aIr, _aU],
|
|
559
602
|
[0, 0], 2
|
|
560
603
|
];
|
|
561
|
-
exports.
|
|
604
|
+
exports.GetArtifactUrlResult$ = GetArtifactUrlResult$;
|
|
605
|
+
const GetBackendEnvironmentRequest$ = [3, n0, _GBER,
|
|
562
606
|
0,
|
|
563
607
|
[_aI, _eN],
|
|
564
608
|
[[0, 1], [0, 1]], 2
|
|
565
609
|
];
|
|
566
|
-
exports.
|
|
610
|
+
exports.GetBackendEnvironmentRequest$ = GetBackendEnvironmentRequest$;
|
|
611
|
+
const GetBackendEnvironmentResult$ = [3, n0, _GBERe,
|
|
567
612
|
0,
|
|
568
613
|
[_bE],
|
|
569
|
-
[() =>
|
|
614
|
+
[() => BackendEnvironment$], 1
|
|
570
615
|
];
|
|
571
|
-
exports.
|
|
616
|
+
exports.GetBackendEnvironmentResult$ = GetBackendEnvironmentResult$;
|
|
617
|
+
const GetBranchRequest$ = [3, n0, _GBR,
|
|
572
618
|
0,
|
|
573
619
|
[_aI, _bN],
|
|
574
620
|
[[0, 1], [0, 1]], 2
|
|
575
621
|
];
|
|
576
|
-
exports.
|
|
622
|
+
exports.GetBranchRequest$ = GetBranchRequest$;
|
|
623
|
+
const GetBranchResult$ = [3, n0, _GBRe,
|
|
577
624
|
0,
|
|
578
625
|
[_br],
|
|
579
|
-
[[() =>
|
|
626
|
+
[[() => Branch$, 0]], 1
|
|
580
627
|
];
|
|
581
|
-
exports.
|
|
628
|
+
exports.GetBranchResult$ = GetBranchResult$;
|
|
629
|
+
const GetDomainAssociationRequest$ = [3, n0, _GDAR,
|
|
582
630
|
0,
|
|
583
631
|
[_aI, _dNo],
|
|
584
632
|
[[0, 1], [0, 1]], 2
|
|
585
633
|
];
|
|
586
|
-
exports.
|
|
634
|
+
exports.GetDomainAssociationRequest$ = GetDomainAssociationRequest$;
|
|
635
|
+
const GetDomainAssociationResult$ = [3, n0, _GDARe,
|
|
587
636
|
0,
|
|
588
637
|
[_dAo],
|
|
589
|
-
[() =>
|
|
638
|
+
[() => DomainAssociation$], 1
|
|
590
639
|
];
|
|
591
|
-
exports.
|
|
640
|
+
exports.GetDomainAssociationResult$ = GetDomainAssociationResult$;
|
|
641
|
+
const GetJobRequest$ = [3, n0, _GJR,
|
|
592
642
|
0,
|
|
593
643
|
[_aI, _bN, _jI],
|
|
594
644
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
595
645
|
];
|
|
596
|
-
exports.
|
|
646
|
+
exports.GetJobRequest$ = GetJobRequest$;
|
|
647
|
+
const GetJobResult$ = [3, n0, _GJRe,
|
|
597
648
|
0,
|
|
598
649
|
[_j],
|
|
599
|
-
[() =>
|
|
650
|
+
[() => Job$], 1
|
|
600
651
|
];
|
|
601
|
-
exports.
|
|
652
|
+
exports.GetJobResult$ = GetJobResult$;
|
|
653
|
+
const GetWebhookRequest$ = [3, n0, _GWR,
|
|
602
654
|
0,
|
|
603
655
|
[_wI],
|
|
604
656
|
[[0, 1]], 1
|
|
605
657
|
];
|
|
606
|
-
exports.
|
|
658
|
+
exports.GetWebhookRequest$ = GetWebhookRequest$;
|
|
659
|
+
const GetWebhookResult$ = [3, n0, _GWRe,
|
|
607
660
|
0,
|
|
608
661
|
[_w],
|
|
609
|
-
[() =>
|
|
662
|
+
[() => Webhook$], 1
|
|
610
663
|
];
|
|
611
|
-
exports.
|
|
664
|
+
exports.GetWebhookResult$ = GetWebhookResult$;
|
|
665
|
+
const Job$ = [3, n0, _J,
|
|
612
666
|
0,
|
|
613
667
|
[_su, _ste],
|
|
614
|
-
[() =>
|
|
668
|
+
[() => JobSummary$, () => Steps], 2
|
|
615
669
|
];
|
|
616
|
-
exports.
|
|
670
|
+
exports.Job$ = Job$;
|
|
671
|
+
const JobConfig$ = [3, n0, _JC,
|
|
617
672
|
0,
|
|
618
673
|
[_bCT],
|
|
619
674
|
[0], 1
|
|
620
675
|
];
|
|
621
|
-
exports.
|
|
676
|
+
exports.JobConfig$ = JobConfig$;
|
|
677
|
+
const JobSummary$ = [3, n0, _JS,
|
|
622
678
|
0,
|
|
623
679
|
[_jA, _jI, _cI, _cM, _cTo, _sT, _sta, _jT, _eT, _sU, _sUT],
|
|
624
680
|
[0, 0, 0, 0, 4, 4, 0, 0, 4, 0, 0], 8
|
|
625
681
|
];
|
|
626
|
-
exports.
|
|
682
|
+
exports.JobSummary$ = JobSummary$;
|
|
683
|
+
const ListAppsRequest$ = [3, n0, _LAR,
|
|
627
684
|
0,
|
|
628
685
|
[_nT, _mR],
|
|
629
686
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
630
687
|
];
|
|
631
|
-
exports.
|
|
688
|
+
exports.ListAppsRequest$ = ListAppsRequest$;
|
|
689
|
+
const ListAppsResult$ = [3, n0, _LARi,
|
|
632
690
|
0,
|
|
633
691
|
[_ap, _nT],
|
|
634
692
|
[[() => Apps, 0], 0], 1
|
|
635
693
|
];
|
|
636
|
-
exports.
|
|
694
|
+
exports.ListAppsResult$ = ListAppsResult$;
|
|
695
|
+
const ListArtifactsRequest$ = [3, n0, _LARis,
|
|
637
696
|
0,
|
|
638
697
|
[_aI, _bN, _jI, _nT, _mR],
|
|
639
698
|
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
|
|
640
699
|
];
|
|
641
|
-
exports.
|
|
700
|
+
exports.ListArtifactsRequest$ = ListArtifactsRequest$;
|
|
701
|
+
const ListArtifactsResult$ = [3, n0, _LARist,
|
|
642
702
|
0,
|
|
643
703
|
[_ar, _nT],
|
|
644
704
|
[() => Artifacts, 0], 1
|
|
645
705
|
];
|
|
646
|
-
exports.
|
|
706
|
+
exports.ListArtifactsResult$ = ListArtifactsResult$;
|
|
707
|
+
const ListBackendEnvironmentsRequest$ = [3, n0, _LBER,
|
|
647
708
|
0,
|
|
648
709
|
[_aI, _eN, _nT, _mR],
|
|
649
710
|
[[0, 1], [0, { [_hQ]: _eN }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
650
711
|
];
|
|
651
|
-
exports.
|
|
712
|
+
exports.ListBackendEnvironmentsRequest$ = ListBackendEnvironmentsRequest$;
|
|
713
|
+
const ListBackendEnvironmentsResult$ = [3, n0, _LBERi,
|
|
652
714
|
0,
|
|
653
715
|
[_bEa, _nT],
|
|
654
716
|
[() => BackendEnvironments, 0], 1
|
|
655
717
|
];
|
|
656
|
-
exports.
|
|
718
|
+
exports.ListBackendEnvironmentsResult$ = ListBackendEnvironmentsResult$;
|
|
719
|
+
const ListBranchesRequest$ = [3, n0, _LBR,
|
|
657
720
|
0,
|
|
658
721
|
[_aI, _nT, _mR],
|
|
659
722
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
660
723
|
];
|
|
661
|
-
exports.
|
|
724
|
+
exports.ListBranchesRequest$ = ListBranchesRequest$;
|
|
725
|
+
const ListBranchesResult$ = [3, n0, _LBRi,
|
|
662
726
|
0,
|
|
663
727
|
[_bra, _nT],
|
|
664
728
|
[[() => Branches, 0], 0], 1
|
|
665
729
|
];
|
|
666
|
-
exports.
|
|
730
|
+
exports.ListBranchesResult$ = ListBranchesResult$;
|
|
731
|
+
const ListDomainAssociationsRequest$ = [3, n0, _LDAR,
|
|
667
732
|
0,
|
|
668
733
|
[_aI, _nT, _mR],
|
|
669
734
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
670
735
|
];
|
|
671
|
-
exports.
|
|
736
|
+
exports.ListDomainAssociationsRequest$ = ListDomainAssociationsRequest$;
|
|
737
|
+
const ListDomainAssociationsResult$ = [3, n0, _LDARi,
|
|
672
738
|
0,
|
|
673
739
|
[_dAom, _nT],
|
|
674
740
|
[() => DomainAssociations, 0], 1
|
|
675
741
|
];
|
|
676
|
-
exports.
|
|
742
|
+
exports.ListDomainAssociationsResult$ = ListDomainAssociationsResult$;
|
|
743
|
+
const ListJobsRequest$ = [3, n0, _LJR,
|
|
677
744
|
0,
|
|
678
745
|
[_aI, _bN, _nT, _mR],
|
|
679
746
|
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
680
747
|
];
|
|
681
|
-
exports.
|
|
748
|
+
exports.ListJobsRequest$ = ListJobsRequest$;
|
|
749
|
+
const ListJobsResult$ = [3, n0, _LJRi,
|
|
682
750
|
0,
|
|
683
751
|
[_jSo, _nT],
|
|
684
752
|
[() => JobSummaries, 0], 1
|
|
685
753
|
];
|
|
686
|
-
exports.
|
|
754
|
+
exports.ListJobsResult$ = ListJobsResult$;
|
|
755
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
687
756
|
0,
|
|
688
757
|
[_rA],
|
|
689
758
|
[[0, 1]], 1
|
|
690
759
|
];
|
|
691
|
-
exports.
|
|
760
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
761
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
692
762
|
0,
|
|
693
763
|
[_t],
|
|
694
764
|
[128 | 0]
|
|
695
765
|
];
|
|
696
|
-
exports.
|
|
766
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
767
|
+
const ListWebhooksRequest$ = [3, n0, _LWR,
|
|
697
768
|
0,
|
|
698
769
|
[_aI, _nT, _mR],
|
|
699
770
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
700
771
|
];
|
|
701
|
-
exports.
|
|
772
|
+
exports.ListWebhooksRequest$ = ListWebhooksRequest$;
|
|
773
|
+
const ListWebhooksResult$ = [3, n0, _LWRi,
|
|
702
774
|
0,
|
|
703
775
|
[_we, _nT],
|
|
704
776
|
[() => Webhooks, 0], 1
|
|
705
777
|
];
|
|
706
|
-
exports.
|
|
778
|
+
exports.ListWebhooksResult$ = ListWebhooksResult$;
|
|
779
|
+
const ProductionBranch$ = [3, n0, _PB,
|
|
707
780
|
0,
|
|
708
781
|
[_lDT, _sta, _tU, _bN],
|
|
709
782
|
[4, 0, 0, 0]
|
|
710
783
|
];
|
|
711
|
-
exports.
|
|
784
|
+
exports.ProductionBranch$ = ProductionBranch$;
|
|
785
|
+
const StartDeploymentRequest$ = [3, n0, _SDR,
|
|
712
786
|
0,
|
|
713
787
|
[_aI, _bN, _jI, _sU, _sUT],
|
|
714
788
|
[[0, 1], [0, 1], 0, 0, 0], 2
|
|
715
789
|
];
|
|
716
|
-
exports.
|
|
790
|
+
exports.StartDeploymentRequest$ = StartDeploymentRequest$;
|
|
791
|
+
const StartDeploymentResult$ = [3, n0, _SDRt,
|
|
717
792
|
0,
|
|
718
793
|
[_jS],
|
|
719
|
-
[() =>
|
|
794
|
+
[() => JobSummary$], 1
|
|
720
795
|
];
|
|
721
|
-
exports.
|
|
796
|
+
exports.StartDeploymentResult$ = StartDeploymentResult$;
|
|
797
|
+
const StartJobRequest$ = [3, n0, _SJR,
|
|
722
798
|
0,
|
|
723
799
|
[_aI, _bN, _jT, _jI, _jR, _cI, _cM, _cTo],
|
|
724
800
|
[[0, 1], [0, 1], 0, 0, 0, 0, 0, 4], 3
|
|
725
801
|
];
|
|
726
|
-
exports.
|
|
802
|
+
exports.StartJobRequest$ = StartJobRequest$;
|
|
803
|
+
const StartJobResult$ = [3, n0, _SJRt,
|
|
727
804
|
0,
|
|
728
805
|
[_jS],
|
|
729
|
-
[() =>
|
|
806
|
+
[() => JobSummary$], 1
|
|
730
807
|
];
|
|
731
|
-
exports.
|
|
808
|
+
exports.StartJobResult$ = StartJobResult$;
|
|
809
|
+
const Step$ = [3, n0, _S,
|
|
732
810
|
0,
|
|
733
811
|
[_sNt, _sT, _sta, _eT, _lU, _aUr, _tAU, _tCU, _sc, _sR, _cont],
|
|
734
812
|
[0, 4, 0, 4, 0, 0, 0, 0, 128 | 0, 0, 0], 4
|
|
735
813
|
];
|
|
736
|
-
exports.
|
|
814
|
+
exports.Step$ = Step$;
|
|
815
|
+
const StopJobRequest$ = [3, n0, _SJRto,
|
|
737
816
|
0,
|
|
738
817
|
[_aI, _bN, _jI],
|
|
739
818
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
740
819
|
];
|
|
741
|
-
exports.
|
|
820
|
+
exports.StopJobRequest$ = StopJobRequest$;
|
|
821
|
+
const StopJobResult$ = [3, n0, _SJRtop,
|
|
742
822
|
0,
|
|
743
823
|
[_jS],
|
|
744
|
-
[() =>
|
|
824
|
+
[() => JobSummary$], 1
|
|
745
825
|
];
|
|
746
|
-
exports.
|
|
826
|
+
exports.StopJobResult$ = StopJobResult$;
|
|
827
|
+
const SubDomain$ = [3, n0, _SD,
|
|
747
828
|
0,
|
|
748
829
|
[_sDSu, _v, _dR],
|
|
749
|
-
[() =>
|
|
830
|
+
[() => SubDomainSetting$, 2, 0], 3
|
|
750
831
|
];
|
|
751
|
-
exports.
|
|
832
|
+
exports.SubDomain$ = SubDomain$;
|
|
833
|
+
const SubDomainSetting$ = [3, n0, _SDS,
|
|
752
834
|
0,
|
|
753
835
|
[_pr, _bN],
|
|
754
836
|
[0, 0], 2
|
|
755
837
|
];
|
|
756
|
-
exports.
|
|
838
|
+
exports.SubDomainSetting$ = SubDomainSetting$;
|
|
839
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
757
840
|
0,
|
|
758
841
|
[_rA, _t],
|
|
759
842
|
[[0, 1], 128 | 0], 2
|
|
760
843
|
];
|
|
761
|
-
exports.
|
|
844
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
845
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
762
846
|
0,
|
|
763
847
|
[],
|
|
764
848
|
[]
|
|
765
849
|
];
|
|
766
|
-
exports.
|
|
850
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
851
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
767
852
|
0,
|
|
768
853
|
[_rA, _tK],
|
|
769
854
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
770
855
|
];
|
|
771
|
-
exports.
|
|
856
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
857
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
772
858
|
0,
|
|
773
859
|
[],
|
|
774
860
|
[]
|
|
775
861
|
];
|
|
776
|
-
exports.
|
|
862
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
863
|
+
const UpdateAppRequest$ = [3, n0, _UAR,
|
|
777
864
|
0,
|
|
778
865
|
[_aI, _n, _d, _p, _cRA, _iSRA, _eV, _eBAB, _eBAD, _eBA, _bAC, _cR, _bS, _cH, _eABC, _aBCP, _aBCC, _r, _oT, _aT, _jC, _cC],
|
|
779
|
-
[[0, 1], 0, 0, 0, 0, 0, 128 | 0, 2, 2, 2, [() => BasicAuthCredentials, 0], () => CustomRules, [() => BuildSpec, 0], 0, 2, 64 | 0, [() =>
|
|
866
|
+
[[0, 1], 0, 0, 0, 0, 0, 128 | 0, 2, 2, 2, [() => BasicAuthCredentials, 0], () => CustomRules, [() => BuildSpec, 0], 0, 2, 64 | 0, [() => AutoBranchCreationConfig$, 0], 0, [() => OauthToken, 0], [() => AccessToken, 0], () => JobConfig$, () => CacheConfig$], 1
|
|
780
867
|
];
|
|
781
|
-
exports.
|
|
868
|
+
exports.UpdateAppRequest$ = UpdateAppRequest$;
|
|
869
|
+
const UpdateAppResult$ = [3, n0, _UARp,
|
|
782
870
|
0,
|
|
783
871
|
[_a],
|
|
784
|
-
[[() =>
|
|
872
|
+
[[() => App$, 0]], 1
|
|
785
873
|
];
|
|
786
|
-
exports.
|
|
874
|
+
exports.UpdateAppResult$ = UpdateAppResult$;
|
|
875
|
+
const UpdateBranchRequest$ = [3, n0, _UBR,
|
|
787
876
|
0,
|
|
788
877
|
[_aI, _bN, _d, _f, _st, _eNn, _eAB, _eSP, _eV, _bAC, _eBA, _ePM, _bS, _tt, _dN, _ePRP, _pREN, _bEA, _b, _cRA],
|
|
789
|
-
[[0, 1], [0, 1], 0, 0, 0, 2, 2, 2, 128 | 0, [() => BasicAuthCredentials, 0], 2, 2, [() => BuildSpec, 0], 0, 0, 2, 0, 0, () =>
|
|
878
|
+
[[0, 1], [0, 1], 0, 0, 0, 2, 2, 2, 128 | 0, [() => BasicAuthCredentials, 0], 2, 2, [() => BuildSpec, 0], 0, 0, 2, 0, 0, () => Backend$, 0], 2
|
|
790
879
|
];
|
|
791
|
-
exports.
|
|
880
|
+
exports.UpdateBranchRequest$ = UpdateBranchRequest$;
|
|
881
|
+
const UpdateBranchResult$ = [3, n0, _UBRp,
|
|
792
882
|
0,
|
|
793
883
|
[_br],
|
|
794
|
-
[[() =>
|
|
884
|
+
[[() => Branch$, 0]], 1
|
|
795
885
|
];
|
|
796
|
-
exports.
|
|
886
|
+
exports.UpdateBranchResult$ = UpdateBranchResult$;
|
|
887
|
+
const UpdateDomainAssociationRequest$ = [3, n0, _UDAR,
|
|
797
888
|
0,
|
|
798
889
|
[_aI, _dNo, _eASD, _sDS, _aSDCP, _aSDIAMR, _cS],
|
|
799
|
-
[[0, 1], [0, 1], 2, () => SubDomainSettings, 64 | 0, 0, () =>
|
|
890
|
+
[[0, 1], [0, 1], 2, () => SubDomainSettings, 64 | 0, 0, () => CertificateSettings$], 2
|
|
800
891
|
];
|
|
801
|
-
exports.
|
|
892
|
+
exports.UpdateDomainAssociationRequest$ = UpdateDomainAssociationRequest$;
|
|
893
|
+
const UpdateDomainAssociationResult$ = [3, n0, _UDARp,
|
|
802
894
|
0,
|
|
803
895
|
[_dAo],
|
|
804
|
-
[() =>
|
|
896
|
+
[() => DomainAssociation$], 1
|
|
805
897
|
];
|
|
806
|
-
exports.
|
|
898
|
+
exports.UpdateDomainAssociationResult$ = UpdateDomainAssociationResult$;
|
|
899
|
+
const UpdateWebhookRequest$ = [3, n0, _UWR,
|
|
807
900
|
0,
|
|
808
901
|
[_wI, _bN, _d],
|
|
809
902
|
[[0, 1], 0, 0], 1
|
|
810
903
|
];
|
|
811
|
-
exports.
|
|
904
|
+
exports.UpdateWebhookRequest$ = UpdateWebhookRequest$;
|
|
905
|
+
const UpdateWebhookResult$ = [3, n0, _UWRp,
|
|
812
906
|
0,
|
|
813
907
|
[_w],
|
|
814
|
-
[() =>
|
|
908
|
+
[() => Webhook$], 1
|
|
815
909
|
];
|
|
816
|
-
exports.
|
|
910
|
+
exports.UpdateWebhookResult$ = UpdateWebhookResult$;
|
|
911
|
+
const WafConfiguration$ = [3, n0, _WC,
|
|
817
912
|
0,
|
|
818
913
|
[_wAA, _wS, _sR],
|
|
819
914
|
[0, 0, 0]
|
|
820
915
|
];
|
|
821
|
-
exports.
|
|
916
|
+
exports.WafConfiguration$ = WafConfiguration$;
|
|
917
|
+
const Webhook$ = [3, n0, _W,
|
|
822
918
|
0,
|
|
823
919
|
[_wA, _wI, _wU, _bN, _d, _cT, _uT, _aI],
|
|
824
920
|
[0, 0, 0, 0, 0, 4, 4, 0], 7
|
|
825
921
|
];
|
|
922
|
+
exports.Webhook$ = Webhook$;
|
|
826
923
|
var Apps = [1, n0, _Ap,
|
|
827
|
-
0, [() =>
|
|
924
|
+
0, [() => App$,
|
|
828
925
|
0]
|
|
829
926
|
];
|
|
830
927
|
var Artifacts = [1, n0, _Art,
|
|
831
|
-
0, () =>
|
|
928
|
+
0, () => Artifact$
|
|
832
929
|
];
|
|
833
930
|
var AssociatedResources = 64 | 0;
|
|
834
931
|
var AutoBranchCreationPatterns = 64 | 0;
|
|
835
932
|
var AutoSubDomainCreationPatterns = 64 | 0;
|
|
836
933
|
var BackendEnvironments = [1, n0, _BEa,
|
|
837
|
-
0, () =>
|
|
934
|
+
0, () => BackendEnvironment$
|
|
838
935
|
];
|
|
839
936
|
var Branches = [1, n0, _Bra,
|
|
840
|
-
0, [() =>
|
|
937
|
+
0, [() => Branch$,
|
|
841
938
|
0]
|
|
842
939
|
];
|
|
843
940
|
var CustomDomains = 64 | 0;
|
|
844
941
|
var CustomRules = [1, n0, _CRu,
|
|
845
|
-
0, () =>
|
|
942
|
+
0, () => CustomRule$
|
|
846
943
|
];
|
|
847
944
|
var DomainAssociations = [1, n0, _DAo,
|
|
848
|
-
0, () =>
|
|
945
|
+
0, () => DomainAssociation$
|
|
849
946
|
];
|
|
850
947
|
var JobSummaries = [1, n0, _JSo,
|
|
851
|
-
0, () =>
|
|
948
|
+
0, () => JobSummary$
|
|
852
949
|
];
|
|
853
950
|
var Steps = [1, n0, _St,
|
|
854
|
-
0, () =>
|
|
951
|
+
0, () => Step$
|
|
855
952
|
];
|
|
856
953
|
var SubDomains = [1, n0, _SDu,
|
|
857
|
-
0, () =>
|
|
954
|
+
0, () => SubDomain$
|
|
858
955
|
];
|
|
859
956
|
var SubDomainSettings = [1, n0, _SDSu,
|
|
860
|
-
0, () =>
|
|
957
|
+
0, () => SubDomainSetting$
|
|
861
958
|
];
|
|
862
959
|
var TagKeyList = 64 | 0;
|
|
863
960
|
var Webhooks = [1, n0, _We,
|
|
864
|
-
0, () =>
|
|
961
|
+
0, () => Webhook$
|
|
865
962
|
];
|
|
866
963
|
var EnvironmentVariables = 128 | 0;
|
|
867
964
|
var FileMap = 128 | 0;
|
|
@@ -869,113 +966,113 @@ var FileUploadUrls = 128 | 0;
|
|
|
869
966
|
var Screenshots = 128 | 0;
|
|
870
967
|
var TagMap = 128 | 0;
|
|
871
968
|
exports.CreateApp$ = [9, n0, _CA,
|
|
872
|
-
{ [_h]: ["POST", "/apps", 200] }, () =>
|
|
969
|
+
{ [_h]: ["POST", "/apps", 200] }, () => CreateAppRequest$, () => CreateAppResult$
|
|
873
970
|
];
|
|
874
971
|
exports.CreateBackendEnvironment$ = [9, n0, _CBE,
|
|
875
|
-
{ [_h]: ["POST", "/apps/{appId}/backendenvironments", 200] }, () =>
|
|
972
|
+
{ [_h]: ["POST", "/apps/{appId}/backendenvironments", 200] }, () => CreateBackendEnvironmentRequest$, () => CreateBackendEnvironmentResult$
|
|
876
973
|
];
|
|
877
974
|
exports.CreateBranch$ = [9, n0, _CB,
|
|
878
|
-
{ [_h]: ["POST", "/apps/{appId}/branches", 200] }, () =>
|
|
975
|
+
{ [_h]: ["POST", "/apps/{appId}/branches", 200] }, () => CreateBranchRequest$, () => CreateBranchResult$
|
|
879
976
|
];
|
|
880
977
|
exports.CreateDeployment$ = [9, n0, _CD,
|
|
881
|
-
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments", 200] }, () =>
|
|
978
|
+
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments", 200] }, () => CreateDeploymentRequest$, () => CreateDeploymentResult$
|
|
882
979
|
];
|
|
883
980
|
exports.CreateDomainAssociation$ = [9, n0, _CDA,
|
|
884
|
-
{ [_h]: ["POST", "/apps/{appId}/domains", 200] }, () =>
|
|
981
|
+
{ [_h]: ["POST", "/apps/{appId}/domains", 200] }, () => CreateDomainAssociationRequest$, () => CreateDomainAssociationResult$
|
|
885
982
|
];
|
|
886
983
|
exports.CreateWebhook$ = [9, n0, _CW,
|
|
887
|
-
{ [_h]: ["POST", "/apps/{appId}/webhooks", 200] }, () =>
|
|
984
|
+
{ [_h]: ["POST", "/apps/{appId}/webhooks", 200] }, () => CreateWebhookRequest$, () => CreateWebhookResult$
|
|
888
985
|
];
|
|
889
986
|
exports.DeleteApp$ = [9, n0, _DAe,
|
|
890
|
-
{ [_h]: ["DELETE", "/apps/{appId}", 200] }, () =>
|
|
987
|
+
{ [_h]: ["DELETE", "/apps/{appId}", 200] }, () => DeleteAppRequest$, () => DeleteAppResult$
|
|
891
988
|
];
|
|
892
989
|
exports.DeleteBackendEnvironment$ = [9, n0, _DBE,
|
|
893
|
-
{ [_h]: ["DELETE", "/apps/{appId}/backendenvironments/{environmentName}", 200] }, () =>
|
|
990
|
+
{ [_h]: ["DELETE", "/apps/{appId}/backendenvironments/{environmentName}", 200] }, () => DeleteBackendEnvironmentRequest$, () => DeleteBackendEnvironmentResult$
|
|
894
991
|
];
|
|
895
992
|
exports.DeleteBranch$ = [9, n0, _DB,
|
|
896
|
-
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}", 200] }, () =>
|
|
993
|
+
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}", 200] }, () => DeleteBranchRequest$, () => DeleteBranchResult$
|
|
897
994
|
];
|
|
898
995
|
exports.DeleteDomainAssociation$ = [9, n0, _DDA,
|
|
899
|
-
{ [_h]: ["DELETE", "/apps/{appId}/domains/{domainName}", 200] }, () =>
|
|
996
|
+
{ [_h]: ["DELETE", "/apps/{appId}/domains/{domainName}", 200] }, () => DeleteDomainAssociationRequest$, () => DeleteDomainAssociationResult$
|
|
900
997
|
];
|
|
901
998
|
exports.DeleteJob$ = [9, n0, _DJ,
|
|
902
|
-
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200] }, () =>
|
|
999
|
+
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200] }, () => DeleteJobRequest$, () => DeleteJobResult$
|
|
903
1000
|
];
|
|
904
1001
|
exports.DeleteWebhook$ = [9, n0, _DW,
|
|
905
|
-
{ [_h]: ["DELETE", "/webhooks/{webhookId}", 200] }, () =>
|
|
1002
|
+
{ [_h]: ["DELETE", "/webhooks/{webhookId}", 200] }, () => DeleteWebhookRequest$, () => DeleteWebhookResult$
|
|
906
1003
|
];
|
|
907
1004
|
exports.GenerateAccessLogs$ = [9, n0, _GAL,
|
|
908
|
-
{ [_h]: ["POST", "/apps/{appId}/accesslogs", 200] }, () =>
|
|
1005
|
+
{ [_h]: ["POST", "/apps/{appId}/accesslogs", 200] }, () => GenerateAccessLogsRequest$, () => GenerateAccessLogsResult$
|
|
909
1006
|
];
|
|
910
1007
|
exports.GetApp$ = [9, n0, _GA,
|
|
911
|
-
{ [_h]: ["GET", "/apps/{appId}", 200] }, () =>
|
|
1008
|
+
{ [_h]: ["GET", "/apps/{appId}", 200] }, () => GetAppRequest$, () => GetAppResult$
|
|
912
1009
|
];
|
|
913
1010
|
exports.GetArtifactUrl$ = [9, n0, _GAU,
|
|
914
|
-
{ [_h]: ["GET", "/artifacts/{artifactId}", 200] }, () =>
|
|
1011
|
+
{ [_h]: ["GET", "/artifacts/{artifactId}", 200] }, () => GetArtifactUrlRequest$, () => GetArtifactUrlResult$
|
|
915
1012
|
];
|
|
916
1013
|
exports.GetBackendEnvironment$ = [9, n0, _GBE,
|
|
917
|
-
{ [_h]: ["GET", "/apps/{appId}/backendenvironments/{environmentName}", 200] }, () =>
|
|
1014
|
+
{ [_h]: ["GET", "/apps/{appId}/backendenvironments/{environmentName}", 200] }, () => GetBackendEnvironmentRequest$, () => GetBackendEnvironmentResult$
|
|
918
1015
|
];
|
|
919
1016
|
exports.GetBranch$ = [9, n0, _GB,
|
|
920
|
-
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}", 200] }, () =>
|
|
1017
|
+
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}", 200] }, () => GetBranchRequest$, () => GetBranchResult$
|
|
921
1018
|
];
|
|
922
1019
|
exports.GetDomainAssociation$ = [9, n0, _GDA,
|
|
923
|
-
{ [_h]: ["GET", "/apps/{appId}/domains/{domainName}", 200] }, () =>
|
|
1020
|
+
{ [_h]: ["GET", "/apps/{appId}/domains/{domainName}", 200] }, () => GetDomainAssociationRequest$, () => GetDomainAssociationResult$
|
|
924
1021
|
];
|
|
925
1022
|
exports.GetJob$ = [9, n0, _GJ,
|
|
926
|
-
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200] }, () =>
|
|
1023
|
+
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200] }, () => GetJobRequest$, () => GetJobResult$
|
|
927
1024
|
];
|
|
928
1025
|
exports.GetWebhook$ = [9, n0, _GW,
|
|
929
|
-
{ [_h]: ["GET", "/webhooks/{webhookId}", 200] }, () =>
|
|
1026
|
+
{ [_h]: ["GET", "/webhooks/{webhookId}", 200] }, () => GetWebhookRequest$, () => GetWebhookResult$
|
|
930
1027
|
];
|
|
931
1028
|
exports.ListApps$ = [9, n0, _LA,
|
|
932
|
-
{ [_h]: ["GET", "/apps", 200] }, () =>
|
|
1029
|
+
{ [_h]: ["GET", "/apps", 200] }, () => ListAppsRequest$, () => ListAppsResult$
|
|
933
1030
|
];
|
|
934
1031
|
exports.ListArtifacts$ = [9, n0, _LAi,
|
|
935
|
-
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts", 200] }, () =>
|
|
1032
|
+
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts", 200] }, () => ListArtifactsRequest$, () => ListArtifactsResult$
|
|
936
1033
|
];
|
|
937
1034
|
exports.ListBackendEnvironments$ = [9, n0, _LBE,
|
|
938
|
-
{ [_h]: ["GET", "/apps/{appId}/backendenvironments", 200] }, () =>
|
|
1035
|
+
{ [_h]: ["GET", "/apps/{appId}/backendenvironments", 200] }, () => ListBackendEnvironmentsRequest$, () => ListBackendEnvironmentsResult$
|
|
939
1036
|
];
|
|
940
1037
|
exports.ListBranches$ = [9, n0, _LB,
|
|
941
|
-
{ [_h]: ["GET", "/apps/{appId}/branches", 200] }, () =>
|
|
1038
|
+
{ [_h]: ["GET", "/apps/{appId}/branches", 200] }, () => ListBranchesRequest$, () => ListBranchesResult$
|
|
942
1039
|
];
|
|
943
1040
|
exports.ListDomainAssociations$ = [9, n0, _LDA,
|
|
944
|
-
{ [_h]: ["GET", "/apps/{appId}/domains", 200] }, () =>
|
|
1041
|
+
{ [_h]: ["GET", "/apps/{appId}/domains", 200] }, () => ListDomainAssociationsRequest$, () => ListDomainAssociationsResult$
|
|
945
1042
|
];
|
|
946
1043
|
exports.ListJobs$ = [9, n0, _LJ,
|
|
947
|
-
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs", 200] }, () =>
|
|
1044
|
+
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs", 200] }, () => ListJobsRequest$, () => ListJobsResult$
|
|
948
1045
|
];
|
|
949
1046
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
950
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
1047
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
951
1048
|
];
|
|
952
1049
|
exports.ListWebhooks$ = [9, n0, _LW,
|
|
953
|
-
{ [_h]: ["GET", "/apps/{appId}/webhooks", 200] }, () =>
|
|
1050
|
+
{ [_h]: ["GET", "/apps/{appId}/webhooks", 200] }, () => ListWebhooksRequest$, () => ListWebhooksResult$
|
|
954
1051
|
];
|
|
955
1052
|
exports.StartDeployment$ = [9, n0, _SDt,
|
|
956
|
-
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments/start", 200] }, () =>
|
|
1053
|
+
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments/start", 200] }, () => StartDeploymentRequest$, () => StartDeploymentResult$
|
|
957
1054
|
];
|
|
958
1055
|
exports.StartJob$ = [9, n0, _SJ,
|
|
959
|
-
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/jobs", 200] }, () =>
|
|
1056
|
+
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/jobs", 200] }, () => StartJobRequest$, () => StartJobResult$
|
|
960
1057
|
];
|
|
961
1058
|
exports.StopJob$ = [9, n0, _SJt,
|
|
962
|
-
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop", 200] }, () =>
|
|
1059
|
+
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop", 200] }, () => StopJobRequest$, () => StopJobResult$
|
|
963
1060
|
];
|
|
964
1061
|
exports.TagResource$ = [9, n0, _TR,
|
|
965
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () =>
|
|
1062
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
966
1063
|
];
|
|
967
1064
|
exports.UntagResource$ = [9, n0, _UR,
|
|
968
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () =>
|
|
1065
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
969
1066
|
];
|
|
970
1067
|
exports.UpdateApp$ = [9, n0, _UA,
|
|
971
|
-
{ [_h]: ["POST", "/apps/{appId}", 200] }, () =>
|
|
1068
|
+
{ [_h]: ["POST", "/apps/{appId}", 200] }, () => UpdateAppRequest$, () => UpdateAppResult$
|
|
972
1069
|
];
|
|
973
1070
|
exports.UpdateBranch$ = [9, n0, _UB,
|
|
974
|
-
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}", 200] }, () =>
|
|
1071
|
+
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}", 200] }, () => UpdateBranchRequest$, () => UpdateBranchResult$
|
|
975
1072
|
];
|
|
976
1073
|
exports.UpdateDomainAssociation$ = [9, n0, _UDA,
|
|
977
|
-
{ [_h]: ["POST", "/apps/{appId}/domains/{domainName}", 200] }, () =>
|
|
1074
|
+
{ [_h]: ["POST", "/apps/{appId}/domains/{domainName}", 200] }, () => UpdateDomainAssociationRequest$, () => UpdateDomainAssociationResult$
|
|
978
1075
|
];
|
|
979
1076
|
exports.UpdateWebhook$ = [9, n0, _UW,
|
|
980
|
-
{ [_h]: ["POST", "/webhooks/{webhookId}", 200] }, () =>
|
|
1077
|
+
{ [_h]: ["POST", "/webhooks/{webhookId}", 200] }, () => UpdateWebhookRequest$, () => UpdateWebhookResult$
|
|
981
1078
|
];
|