@aws-sdk/client-elastic-beanstalk 3.952.0 → 3.953.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 +667 -466
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -2
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +2 -2
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -2
- package/dist-es/commands/CheckDNSAvailabilityCommand.js +2 -2
- package/dist-es/commands/ComposeEnvironmentsCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateApplicationVersionCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreatePlatformVersionCommand.js +2 -2
- package/dist-es/commands/CreateStorageLocationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePlatformVersionCommand.js +2 -2
- package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentHealthCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentsCommand.js +2 -2
- package/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/dist-es/commands/DescribeInstancesHealthCommand.js +2 -2
- package/dist-es/commands/DescribePlatformVersionCommand.js +2 -2
- package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -2
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -2
- package/dist-es/commands/ListPlatformBranchesCommand.js +2 -2
- package/dist-es/commands/ListPlatformVersionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RebuildEnvironmentCommand.js +2 -2
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -2
- package/dist-es/commands/RestartAppServerCommand.js +2 -2
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +2 -2
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -2
- package/dist-es/commands/TerminateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationVersionCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +388 -380
- package/dist-types/ElasticBeanstalkClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +194 -245
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +193 -245
- package/package.json +35 -35
|
@@ -442,26 +442,26 @@ const _m = "message";
|
|
|
442
442
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.elasticbeanstalk";
|
|
443
443
|
const n0 = "com.amazonaws.elasticbeanstalk";
|
|
444
444
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
445
|
-
import { ElasticBeanstalkSyntheticServiceException
|
|
446
|
-
import { CodeBuildNotInServiceRegionException
|
|
447
|
-
export var AbortEnvironmentUpdateMessage = [3, n0, _AEUM, 0, [_EI, _EN], [0, 0]];
|
|
448
|
-
export var ApplicationDescription = [
|
|
445
|
+
import { ElasticBeanstalkSyntheticServiceException } from "../models/ElasticBeanstalkSyntheticServiceException";
|
|
446
|
+
import { CodeBuildNotInServiceRegionException, ElasticBeanstalkServiceException, InsufficientPrivilegesException, InvalidRequestException, ManagedActionInvalidStateException, OperationInProgressException, PlatformVersionStillReferencedException, ResourceNotFoundException, ResourceTypeNotSupportedException, S3LocationNotInServiceRegionException, S3SubscriptionRequiredException, SourceBundleDeletionException, TooManyApplicationsException, TooManyApplicationVersionsException, TooManyBucketsException, TooManyConfigurationTemplatesException, TooManyEnvironmentsException, TooManyPlatformsException, TooManyTagsException, } from "../models/errors";
|
|
447
|
+
export var AbortEnvironmentUpdateMessage$ = [3, n0, _AEUM, 0, [_EI, _EN], [0, 0]];
|
|
448
|
+
export var ApplicationDescription$ = [
|
|
449
449
|
3,
|
|
450
450
|
n0,
|
|
451
451
|
_AD,
|
|
452
452
|
0,
|
|
453
453
|
[_AA, _AN, _D, _DC, _DU, _V, _CT, _RLC],
|
|
454
|
-
[0, 0, 0, 4, 4, 64 | 0, 64 | 0, () => ApplicationResourceLifecycleConfig],
|
|
454
|
+
[0, 0, 0, 4, 4, 64 | 0, 64 | 0, () => ApplicationResourceLifecycleConfig$],
|
|
455
455
|
];
|
|
456
|
-
export var ApplicationDescriptionMessage = [
|
|
456
|
+
export var ApplicationDescriptionMessage$ = [
|
|
457
457
|
3,
|
|
458
458
|
n0,
|
|
459
459
|
_ADM,
|
|
460
460
|
0,
|
|
461
461
|
[_A],
|
|
462
|
-
[() => ApplicationDescription],
|
|
462
|
+
[() => ApplicationDescription$],
|
|
463
463
|
];
|
|
464
|
-
export var ApplicationDescriptionsMessage = [
|
|
464
|
+
export var ApplicationDescriptionsMessage$ = [
|
|
465
465
|
3,
|
|
466
466
|
n0,
|
|
467
467
|
_ADMp,
|
|
@@ -469,47 +469,47 @@ export var ApplicationDescriptionsMessage = [
|
|
|
469
469
|
[_Ap],
|
|
470
470
|
[() => ApplicationDescriptionList],
|
|
471
471
|
];
|
|
472
|
-
export var ApplicationMetrics = [
|
|
472
|
+
export var ApplicationMetrics$ = [
|
|
473
473
|
3,
|
|
474
474
|
n0,
|
|
475
475
|
_AM,
|
|
476
476
|
0,
|
|
477
477
|
[_Du, _RC, _SC, _L],
|
|
478
|
-
[1, 1, () => StatusCodes
|
|
478
|
+
[1, 1, () => StatusCodes$, () => Latency$],
|
|
479
479
|
];
|
|
480
|
-
export var ApplicationResourceLifecycleConfig = [
|
|
480
|
+
export var ApplicationResourceLifecycleConfig$ = [
|
|
481
481
|
3,
|
|
482
482
|
n0,
|
|
483
483
|
_ARLC,
|
|
484
484
|
0,
|
|
485
485
|
[_SR, _VLC],
|
|
486
|
-
[0, () => ApplicationVersionLifecycleConfig],
|
|
486
|
+
[0, () => ApplicationVersionLifecycleConfig$],
|
|
487
487
|
];
|
|
488
|
-
export var ApplicationResourceLifecycleDescriptionMessage = [
|
|
488
|
+
export var ApplicationResourceLifecycleDescriptionMessage$ = [
|
|
489
489
|
3,
|
|
490
490
|
n0,
|
|
491
491
|
_ARLDM,
|
|
492
492
|
0,
|
|
493
493
|
[_AN, _RLC],
|
|
494
|
-
[0, () => ApplicationResourceLifecycleConfig],
|
|
494
|
+
[0, () => ApplicationResourceLifecycleConfig$],
|
|
495
495
|
];
|
|
496
|
-
export var ApplicationVersionDescription = [
|
|
496
|
+
export var ApplicationVersionDescription$ = [
|
|
497
497
|
3,
|
|
498
498
|
n0,
|
|
499
499
|
_AVD,
|
|
500
500
|
0,
|
|
501
501
|
[_AVA, _AN, _D, _VL, _SBI, _BA, _SB, _DC, _DU, _S],
|
|
502
|
-
[0, 0, 0, 0, () => SourceBuildInformation
|
|
502
|
+
[0, 0, 0, 0, () => SourceBuildInformation$, 0, () => S3Location$, 4, 4, 0],
|
|
503
503
|
];
|
|
504
|
-
export var ApplicationVersionDescriptionMessage = [
|
|
504
|
+
export var ApplicationVersionDescriptionMessage$ = [
|
|
505
505
|
3,
|
|
506
506
|
n0,
|
|
507
507
|
_AVDM,
|
|
508
508
|
0,
|
|
509
509
|
[_AV],
|
|
510
|
-
[() => ApplicationVersionDescription],
|
|
510
|
+
[() => ApplicationVersionDescription$],
|
|
511
511
|
];
|
|
512
|
-
export var ApplicationVersionDescriptionsMessage = [
|
|
512
|
+
export var ApplicationVersionDescriptionsMessage$ = [
|
|
513
513
|
3,
|
|
514
514
|
n0,
|
|
515
515
|
_AVDMp,
|
|
@@ -517,16 +517,23 @@ export var ApplicationVersionDescriptionsMessage = [
|
|
|
517
517
|
[_AVp, _NT],
|
|
518
518
|
[() => ApplicationVersionDescriptionList, 0],
|
|
519
519
|
];
|
|
520
|
-
export var ApplicationVersionLifecycleConfig = [
|
|
520
|
+
export var ApplicationVersionLifecycleConfig$ = [
|
|
521
521
|
3,
|
|
522
522
|
n0,
|
|
523
523
|
_AVLC,
|
|
524
524
|
0,
|
|
525
525
|
[_MCR, _MAR],
|
|
526
|
-
[() => MaxCountRule
|
|
526
|
+
[() => MaxCountRule$, () => MaxAgeRule$],
|
|
527
527
|
];
|
|
528
|
-
export var ApplyEnvironmentManagedActionRequest = [
|
|
529
|
-
|
|
528
|
+
export var ApplyEnvironmentManagedActionRequest$ = [
|
|
529
|
+
3,
|
|
530
|
+
n0,
|
|
531
|
+
_AEMAR,
|
|
532
|
+
0,
|
|
533
|
+
[_EN, _EI, _AI],
|
|
534
|
+
[0, 0, 0],
|
|
535
|
+
];
|
|
536
|
+
export var ApplyEnvironmentManagedActionResult$ = [
|
|
530
537
|
3,
|
|
531
538
|
n0,
|
|
532
539
|
_AEMARp,
|
|
@@ -534,13 +541,13 @@ export var ApplyEnvironmentManagedActionResult = [
|
|
|
534
541
|
[_AI, _ADc, _AT, _S],
|
|
535
542
|
[0, 0, 0, 0],
|
|
536
543
|
];
|
|
537
|
-
export var AssociateEnvironmentOperationsRoleMessage = [3, n0, _AEORM, 0, [_EN, _OR], [0, 0]];
|
|
538
|
-
export var AutoScalingGroup = [3, n0, _ASG, 0, [_N], [0]];
|
|
539
|
-
export var BuildConfiguration = [3, n0, _BC, 0, [_ANr, _CBSR, _CTo, _I, _TIM], [0, 0, 0, 0, 1]];
|
|
540
|
-
export var Builder = [3, n0, _B, 0, [_ARN], [0]];
|
|
541
|
-
export var CheckDNSAvailabilityMessage = [3, n0, _CDNSAM, 0, [_CNAMEP], [0]];
|
|
542
|
-
export var CheckDNSAvailabilityResultMessage = [3, n0, _CDNSARM, 0, [_Av, _FQCNAME], [2, 0]];
|
|
543
|
-
export var CodeBuildNotInServiceRegionException = [
|
|
544
|
+
export var AssociateEnvironmentOperationsRoleMessage$ = [3, n0, _AEORM, 0, [_EN, _OR], [0, 0]];
|
|
545
|
+
export var AutoScalingGroup$ = [3, n0, _ASG, 0, [_N], [0]];
|
|
546
|
+
export var BuildConfiguration$ = [3, n0, _BC, 0, [_ANr, _CBSR, _CTo, _I, _TIM], [0, 0, 0, 0, 1]];
|
|
547
|
+
export var Builder$ = [3, n0, _B, 0, [_ARN], [0]];
|
|
548
|
+
export var CheckDNSAvailabilityMessage$ = [3, n0, _CDNSAM, 0, [_CNAMEP], [0]];
|
|
549
|
+
export var CheckDNSAvailabilityResultMessage$ = [3, n0, _CDNSARM, 0, [_Av, _FQCNAME], [2, 0]];
|
|
550
|
+
export var CodeBuildNotInServiceRegionException$ = [
|
|
544
551
|
-3,
|
|
545
552
|
n0,
|
|
546
553
|
_CBNISRE,
|
|
@@ -548,17 +555,17 @@ export var CodeBuildNotInServiceRegionException = [
|
|
|
548
555
|
[_m],
|
|
549
556
|
[0],
|
|
550
557
|
];
|
|
551
|
-
TypeRegistry.for(n0).registerError(CodeBuildNotInServiceRegionException
|
|
552
|
-
export var ComposeEnvironmentsMessage = [3, n0, _CEM, 0, [_AN, _GN, _VLe], [0, 0, 64 | 0]];
|
|
553
|
-
export var ConfigurationOptionDescription = [
|
|
558
|
+
TypeRegistry.for(n0).registerError(CodeBuildNotInServiceRegionException$, CodeBuildNotInServiceRegionException);
|
|
559
|
+
export var ComposeEnvironmentsMessage$ = [3, n0, _CEM, 0, [_AN, _GN, _VLe], [0, 0, 64 | 0]];
|
|
560
|
+
export var ConfigurationOptionDescription$ = [
|
|
554
561
|
3,
|
|
555
562
|
n0,
|
|
556
563
|
_COD,
|
|
557
564
|
0,
|
|
558
565
|
[_Na, _N, _DV, _CS, _UD, _VT, _VO, _MV, _MVa, _ML, _R],
|
|
559
|
-
[0, 0, 0, 0, 2, 0, 64 | 0, 1, 1, 1, () => OptionRestrictionRegex],
|
|
566
|
+
[0, 0, 0, 0, 2, 0, 64 | 0, 1, 1, 1, () => OptionRestrictionRegex$],
|
|
560
567
|
];
|
|
561
|
-
export var ConfigurationOptionsDescription = [
|
|
568
|
+
export var ConfigurationOptionsDescription$ = [
|
|
562
569
|
3,
|
|
563
570
|
n0,
|
|
564
571
|
_CODo,
|
|
@@ -566,8 +573,8 @@ export var ConfigurationOptionsDescription = [
|
|
|
566
573
|
[_SSN, _PA, _O],
|
|
567
574
|
[0, 0, () => ConfigurationOptionDescriptionsList],
|
|
568
575
|
];
|
|
569
|
-
export var ConfigurationOptionSetting = [3, n0, _COS, 0, [_RN, _Na, _ON, _Va], [0, 0, 0, 0]];
|
|
570
|
-
export var ConfigurationSettingsDescription = [
|
|
576
|
+
export var ConfigurationOptionSetting$ = [3, n0, _COS, 0, [_RN, _Na, _ON, _Va], [0, 0, 0, 0]];
|
|
577
|
+
export var ConfigurationSettingsDescription$ = [
|
|
571
578
|
3,
|
|
572
579
|
n0,
|
|
573
580
|
_CSD,
|
|
@@ -575,7 +582,7 @@ export var ConfigurationSettingsDescription = [
|
|
|
575
582
|
[_SSN, _PA, _AN, _TN, _D, _EN, _DS, _DC, _DU, _OS],
|
|
576
583
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, () => ConfigurationOptionSettingsList],
|
|
577
584
|
];
|
|
578
|
-
export var ConfigurationSettingsDescriptions = [
|
|
585
|
+
export var ConfigurationSettingsDescriptions$ = [
|
|
579
586
|
3,
|
|
580
587
|
n0,
|
|
581
588
|
_CSDo,
|
|
@@ -583,7 +590,7 @@ export var ConfigurationSettingsDescriptions = [
|
|
|
583
590
|
[_CSo],
|
|
584
591
|
[() => ConfigurationSettingsDescriptionList],
|
|
585
592
|
];
|
|
586
|
-
export var ConfigurationSettingsValidationMessages = [
|
|
593
|
+
export var ConfigurationSettingsValidationMessages$ = [
|
|
587
594
|
3,
|
|
588
595
|
n0,
|
|
589
596
|
_CSVM,
|
|
@@ -591,7 +598,7 @@ export var ConfigurationSettingsValidationMessages = [
|
|
|
591
598
|
[_M],
|
|
592
599
|
[() => ValidationMessagesList],
|
|
593
600
|
];
|
|
594
|
-
export var CPUUtilization = [
|
|
601
|
+
export var CPUUtilization$ = [
|
|
595
602
|
3,
|
|
596
603
|
n0,
|
|
597
604
|
_CPUU,
|
|
@@ -599,31 +606,31 @@ export var CPUUtilization = [
|
|
|
599
606
|
[_U, _Ni, _Sy, _Id, _IOW, _IRQ, _SIRQ, _P],
|
|
600
607
|
[1, 1, 1, 1, 1, 1, 1, 1],
|
|
601
608
|
];
|
|
602
|
-
export var CreateApplicationMessage = [
|
|
609
|
+
export var CreateApplicationMessage$ = [
|
|
603
610
|
3,
|
|
604
611
|
n0,
|
|
605
612
|
_CAM,
|
|
606
613
|
0,
|
|
607
614
|
[_AN, _D, _RLC, _T],
|
|
608
|
-
[0, 0, () => ApplicationResourceLifecycleConfig
|
|
615
|
+
[0, 0, () => ApplicationResourceLifecycleConfig$, () => Tags],
|
|
609
616
|
];
|
|
610
|
-
export var CreateApplicationVersionMessage = [
|
|
617
|
+
export var CreateApplicationVersionMessage$ = [
|
|
611
618
|
3,
|
|
612
619
|
n0,
|
|
613
620
|
_CAVM,
|
|
614
621
|
0,
|
|
615
622
|
[_AN, _VL, _D, _SBI, _SB, _BC, _ACA, _Pr, _T],
|
|
616
|
-
[0, 0, 0, () => SourceBuildInformation
|
|
623
|
+
[0, 0, 0, () => SourceBuildInformation$, () => S3Location$, () => BuildConfiguration$, 2, 2, () => Tags],
|
|
617
624
|
];
|
|
618
|
-
export var CreateConfigurationTemplateMessage = [
|
|
625
|
+
export var CreateConfigurationTemplateMessage$ = [
|
|
619
626
|
3,
|
|
620
627
|
n0,
|
|
621
628
|
_CCTM,
|
|
622
629
|
0,
|
|
623
630
|
[_AN, _TN, _SSN, _PA, _SCo, _EI, _D, _OS, _T],
|
|
624
|
-
[0, 0, 0, 0, () => SourceConfiguration
|
|
631
|
+
[0, 0, 0, 0, () => SourceConfiguration$, 0, 0, () => ConfigurationOptionSettingsList, () => Tags],
|
|
625
632
|
];
|
|
626
|
-
export var CreateEnvironmentMessage = [
|
|
633
|
+
export var CreateEnvironmentMessage$ = [
|
|
627
634
|
3,
|
|
628
635
|
n0,
|
|
629
636
|
_CEMr,
|
|
@@ -635,7 +642,7 @@ export var CreateEnvironmentMessage = [
|
|
|
635
642
|
0,
|
|
636
643
|
0,
|
|
637
644
|
0,
|
|
638
|
-
() => EnvironmentTier
|
|
645
|
+
() => EnvironmentTier$,
|
|
639
646
|
() => Tags,
|
|
640
647
|
0,
|
|
641
648
|
0,
|
|
@@ -646,34 +653,34 @@ export var CreateEnvironmentMessage = [
|
|
|
646
653
|
0,
|
|
647
654
|
],
|
|
648
655
|
];
|
|
649
|
-
export var CreatePlatformVersionRequest = [
|
|
656
|
+
export var CreatePlatformVersionRequest$ = [
|
|
650
657
|
3,
|
|
651
658
|
n0,
|
|
652
659
|
_CPVR,
|
|
653
660
|
0,
|
|
654
661
|
[_PN, _PV, _PDB, _EN, _OS, _T],
|
|
655
|
-
[0, 0, () => S3Location
|
|
662
|
+
[0, 0, () => S3Location$, 0, () => ConfigurationOptionSettingsList, () => Tags],
|
|
656
663
|
];
|
|
657
|
-
export var CreatePlatformVersionResult = [
|
|
664
|
+
export var CreatePlatformVersionResult$ = [
|
|
658
665
|
3,
|
|
659
666
|
n0,
|
|
660
667
|
_CPVRr,
|
|
661
668
|
0,
|
|
662
669
|
[_PS, _B],
|
|
663
|
-
[() => PlatformSummary
|
|
664
|
-
];
|
|
665
|
-
export var CreateStorageLocationResultMessage = [3, n0, _CSLRM, 0, [_SBu], [0]];
|
|
666
|
-
export var CustomAmi = [3, n0, _CA, 0, [_VTi, _II], [0, 0]];
|
|
667
|
-
export var DeleteApplicationMessage = [3, n0, _DAM, 0, [_AN, _TEBF], [0, 2]];
|
|
668
|
-
export var DeleteApplicationVersionMessage = [3, n0, _DAVM, 0, [_AN, _VL, _DSB], [0, 0, 2]];
|
|
669
|
-
export var DeleteConfigurationTemplateMessage = [3, n0, _DCTM, 0, [_AN, _TN], [0, 0]];
|
|
670
|
-
export var DeleteEnvironmentConfigurationMessage = [3, n0, _DECM, 0, [_AN, _EN], [0, 0]];
|
|
671
|
-
export var DeletePlatformVersionRequest = [3, n0, _DPVR, 0, [_PA], [0]];
|
|
672
|
-
export var DeletePlatformVersionResult = [3, n0, _DPVRe, 0, [_PS], [() => PlatformSummary]];
|
|
673
|
-
export var Deployment = [3, n0, _De, 0, [_VL, _DI, _S, _DT], [0, 1, 0, 4]];
|
|
674
|
-
export var DescribeAccountAttributesResult = [3, n0, _DAAR, 0, [_RQ], [() => ResourceQuotas]];
|
|
675
|
-
export var DescribeApplicationsMessage = [3, n0, _DAMe, 0, [_ANp], [64 | 0]];
|
|
676
|
-
export var DescribeApplicationVersionsMessage = [
|
|
670
|
+
[() => PlatformSummary$, () => Builder$],
|
|
671
|
+
];
|
|
672
|
+
export var CreateStorageLocationResultMessage$ = [3, n0, _CSLRM, 0, [_SBu], [0]];
|
|
673
|
+
export var CustomAmi$ = [3, n0, _CA, 0, [_VTi, _II], [0, 0]];
|
|
674
|
+
export var DeleteApplicationMessage$ = [3, n0, _DAM, 0, [_AN, _TEBF], [0, 2]];
|
|
675
|
+
export var DeleteApplicationVersionMessage$ = [3, n0, _DAVM, 0, [_AN, _VL, _DSB], [0, 0, 2]];
|
|
676
|
+
export var DeleteConfigurationTemplateMessage$ = [3, n0, _DCTM, 0, [_AN, _TN], [0, 0]];
|
|
677
|
+
export var DeleteEnvironmentConfigurationMessage$ = [3, n0, _DECM, 0, [_AN, _EN], [0, 0]];
|
|
678
|
+
export var DeletePlatformVersionRequest$ = [3, n0, _DPVR, 0, [_PA], [0]];
|
|
679
|
+
export var DeletePlatformVersionResult$ = [3, n0, _DPVRe, 0, [_PS], [() => PlatformSummary$]];
|
|
680
|
+
export var Deployment$ = [3, n0, _De, 0, [_VL, _DI, _S, _DT], [0, 1, 0, 4]];
|
|
681
|
+
export var DescribeAccountAttributesResult$ = [3, n0, _DAAR, 0, [_RQ], [() => ResourceQuotas$]];
|
|
682
|
+
export var DescribeApplicationsMessage$ = [3, n0, _DAMe, 0, [_ANp], [64 | 0]];
|
|
683
|
+
export var DescribeApplicationVersionsMessage$ = [
|
|
677
684
|
3,
|
|
678
685
|
n0,
|
|
679
686
|
_DAVMe,
|
|
@@ -681,7 +688,7 @@ export var DescribeApplicationVersionsMessage = [
|
|
|
681
688
|
[_AN, _VLe, _MR, _NT],
|
|
682
689
|
[0, 64 | 0, 1, 0],
|
|
683
690
|
];
|
|
684
|
-
export var DescribeConfigurationOptionsMessage = [
|
|
691
|
+
export var DescribeConfigurationOptionsMessage$ = [
|
|
685
692
|
3,
|
|
686
693
|
n0,
|
|
687
694
|
_DCOM,
|
|
@@ -689,8 +696,8 @@ export var DescribeConfigurationOptionsMessage = [
|
|
|
689
696
|
[_AN, _TN, _EN, _SSN, _PA, _O],
|
|
690
697
|
[0, 0, 0, 0, 0, () => OptionsSpecifierList],
|
|
691
698
|
];
|
|
692
|
-
export var DescribeConfigurationSettingsMessage = [3, n0, _DCSM, 0, [_AN, _TN, _EN], [0, 0, 0]];
|
|
693
|
-
export var DescribeEnvironmentHealthRequest = [
|
|
699
|
+
export var DescribeConfigurationSettingsMessage$ = [3, n0, _DCSM, 0, [_AN, _TN, _EN], [0, 0, 0]];
|
|
700
|
+
export var DescribeEnvironmentHealthRequest$ = [
|
|
694
701
|
3,
|
|
695
702
|
n0,
|
|
696
703
|
_DEHR,
|
|
@@ -698,15 +705,15 @@ export var DescribeEnvironmentHealthRequest = [
|
|
|
698
705
|
[_EN, _EI, _ANt],
|
|
699
706
|
[0, 0, 64 | 0],
|
|
700
707
|
];
|
|
701
|
-
export var DescribeEnvironmentHealthResult = [
|
|
708
|
+
export var DescribeEnvironmentHealthResult$ = [
|
|
702
709
|
3,
|
|
703
710
|
n0,
|
|
704
711
|
_DEHRe,
|
|
705
712
|
0,
|
|
706
713
|
[_EN, _HS, _S, _C, _Ca, _AM, _IH, _RA],
|
|
707
|
-
[0, 0, 0, 0, 64 | 0, () => ApplicationMetrics
|
|
714
|
+
[0, 0, 0, 0, 64 | 0, () => ApplicationMetrics$, () => InstanceHealthSummary$, 4],
|
|
708
715
|
];
|
|
709
|
-
export var DescribeEnvironmentManagedActionHistoryRequest = [
|
|
716
|
+
export var DescribeEnvironmentManagedActionHistoryRequest$ = [
|
|
710
717
|
3,
|
|
711
718
|
n0,
|
|
712
719
|
_DEMAHR,
|
|
@@ -714,7 +721,7 @@ export var DescribeEnvironmentManagedActionHistoryRequest = [
|
|
|
714
721
|
[_EI, _EN, _NT, _MI],
|
|
715
722
|
[0, 0, 0, 1],
|
|
716
723
|
];
|
|
717
|
-
export var DescribeEnvironmentManagedActionHistoryResult = [
|
|
724
|
+
export var DescribeEnvironmentManagedActionHistoryResult$ = [
|
|
718
725
|
3,
|
|
719
726
|
n0,
|
|
720
727
|
_DEMAHRe,
|
|
@@ -722,7 +729,7 @@ export var DescribeEnvironmentManagedActionHistoryResult = [
|
|
|
722
729
|
[_MAHI, _NT],
|
|
723
730
|
[() => ManagedActionHistoryItems, 0],
|
|
724
731
|
];
|
|
725
|
-
export var DescribeEnvironmentManagedActionsRequest = [
|
|
732
|
+
export var DescribeEnvironmentManagedActionsRequest$ = [
|
|
726
733
|
3,
|
|
727
734
|
n0,
|
|
728
735
|
_DEMAR,
|
|
@@ -730,7 +737,7 @@ export var DescribeEnvironmentManagedActionsRequest = [
|
|
|
730
737
|
[_EN, _EI, _S],
|
|
731
738
|
[0, 0, 0],
|
|
732
739
|
];
|
|
733
|
-
export var DescribeEnvironmentManagedActionsResult = [
|
|
740
|
+
export var DescribeEnvironmentManagedActionsResult$ = [
|
|
734
741
|
3,
|
|
735
742
|
n0,
|
|
736
743
|
_DEMARe,
|
|
@@ -738,8 +745,8 @@ export var DescribeEnvironmentManagedActionsResult = [
|
|
|
738
745
|
[_MA],
|
|
739
746
|
[() => ManagedActions],
|
|
740
747
|
];
|
|
741
|
-
export var DescribeEnvironmentResourcesMessage = [3, n0, _DERM, 0, [_EI, _EN], [0, 0]];
|
|
742
|
-
export var DescribeEnvironmentsMessage = [
|
|
748
|
+
export var DescribeEnvironmentResourcesMessage$ = [3, n0, _DERM, 0, [_EI, _EN], [0, 0]];
|
|
749
|
+
export var DescribeEnvironmentsMessage$ = [
|
|
743
750
|
3,
|
|
744
751
|
n0,
|
|
745
752
|
_DEM,
|
|
@@ -747,7 +754,7 @@ export var DescribeEnvironmentsMessage = [
|
|
|
747
754
|
[_AN, _VL, _EIn, _ENn, _ID, _IDBT, _MR, _NT],
|
|
748
755
|
[0, 0, 64 | 0, 64 | 0, 2, 4, 1, 0],
|
|
749
756
|
];
|
|
750
|
-
export var DescribeEventsMessage = [
|
|
757
|
+
export var DescribeEventsMessage$ = [
|
|
751
758
|
3,
|
|
752
759
|
n0,
|
|
753
760
|
_DEMe,
|
|
@@ -755,7 +762,7 @@ export var DescribeEventsMessage = [
|
|
|
755
762
|
[_AN, _VL, _TN, _EI, _EN, _PA, _RI, _Se, _ST, _ET, _MR, _NT],
|
|
756
763
|
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 1, 0],
|
|
757
764
|
];
|
|
758
|
-
export var DescribeInstancesHealthRequest = [
|
|
765
|
+
export var DescribeInstancesHealthRequest$ = [
|
|
759
766
|
3,
|
|
760
767
|
n0,
|
|
761
768
|
_DIHR,
|
|
@@ -763,7 +770,7 @@ export var DescribeInstancesHealthRequest = [
|
|
|
763
770
|
[_EN, _EI, _ANt, _NT],
|
|
764
771
|
[0, 0, 64 | 0, 0],
|
|
765
772
|
];
|
|
766
|
-
export var DescribeInstancesHealthResult = [
|
|
773
|
+
export var DescribeInstancesHealthResult$ = [
|
|
767
774
|
3,
|
|
768
775
|
n0,
|
|
769
776
|
_DIHRe,
|
|
@@ -771,19 +778,19 @@ export var DescribeInstancesHealthResult = [
|
|
|
771
778
|
[_IHL, _RA, _NT],
|
|
772
779
|
[() => InstanceHealthList, 4, 0],
|
|
773
780
|
];
|
|
774
|
-
export var DescribePlatformVersionRequest = [3, n0, _DPVRes, 0, [_PA], [0]];
|
|
775
|
-
export var DescribePlatformVersionResult = [
|
|
781
|
+
export var DescribePlatformVersionRequest$ = [3, n0, _DPVRes, 0, [_PA], [0]];
|
|
782
|
+
export var DescribePlatformVersionResult$ = [
|
|
776
783
|
3,
|
|
777
784
|
n0,
|
|
778
785
|
_DPVResc,
|
|
779
786
|
0,
|
|
780
787
|
[_PD],
|
|
781
|
-
[() => PlatformDescription],
|
|
788
|
+
[() => PlatformDescription$],
|
|
782
789
|
];
|
|
783
|
-
export var DisassociateEnvironmentOperationsRoleMessage = [3, n0, _DEORM, 0, [_EN], [0]];
|
|
784
|
-
export var ElasticBeanstalkServiceException = [-3, n0, _EBSE, { [_e]: _c }, [_m], [0]];
|
|
785
|
-
TypeRegistry.for(n0).registerError(ElasticBeanstalkServiceException
|
|
786
|
-
export var EnvironmentDescription = [
|
|
790
|
+
export var DisassociateEnvironmentOperationsRoleMessage$ = [3, n0, _DEORM, 0, [_EN], [0]];
|
|
791
|
+
export var ElasticBeanstalkServiceException$ = [-3, n0, _EBSE, { [_e]: _c }, [_m], [0]];
|
|
792
|
+
TypeRegistry.for(n0).registerError(ElasticBeanstalkServiceException$, ElasticBeanstalkServiceException);
|
|
793
|
+
export var EnvironmentDescription$ = [
|
|
787
794
|
3,
|
|
788
795
|
n0,
|
|
789
796
|
_ED,
|
|
@@ -806,14 +813,14 @@ export var EnvironmentDescription = [
|
|
|
806
813
|
2,
|
|
807
814
|
0,
|
|
808
815
|
0,
|
|
809
|
-
() => EnvironmentResourcesDescription
|
|
810
|
-
() => EnvironmentTier
|
|
816
|
+
() => EnvironmentResourcesDescription$,
|
|
817
|
+
() => EnvironmentTier$,
|
|
811
818
|
() => EnvironmentLinks,
|
|
812
819
|
0,
|
|
813
820
|
0,
|
|
814
821
|
],
|
|
815
822
|
];
|
|
816
|
-
export var EnvironmentDescriptionsMessage = [
|
|
823
|
+
export var EnvironmentDescriptionsMessage$ = [
|
|
817
824
|
3,
|
|
818
825
|
n0,
|
|
819
826
|
_EDM,
|
|
@@ -821,9 +828,9 @@ export var EnvironmentDescriptionsMessage = [
|
|
|
821
828
|
[_E, _NT],
|
|
822
829
|
[() => EnvironmentDescriptionsList, 0],
|
|
823
830
|
];
|
|
824
|
-
export var EnvironmentInfoDescription = [3, n0, _EID, 0, [_IT, _EII, _STa, _Me], [0, 0, 4, 0]];
|
|
825
|
-
export var EnvironmentLink = [3, n0, _ELn, 0, [_LN, _EN], [0, 0]];
|
|
826
|
-
export var EnvironmentResourceDescription = [
|
|
831
|
+
export var EnvironmentInfoDescription$ = [3, n0, _EID, 0, [_IT, _EII, _STa, _Me], [0, 0, 4, 0]];
|
|
832
|
+
export var EnvironmentLink$ = [3, n0, _ELn, 0, [_LN, _EN], [0, 0]];
|
|
833
|
+
export var EnvironmentResourceDescription$ = [
|
|
827
834
|
3,
|
|
828
835
|
n0,
|
|
829
836
|
_ERD,
|
|
@@ -840,24 +847,24 @@ export var EnvironmentResourceDescription = [
|
|
|
840
847
|
() => QueueList,
|
|
841
848
|
],
|
|
842
849
|
];
|
|
843
|
-
export var EnvironmentResourceDescriptionsMessage = [
|
|
850
|
+
export var EnvironmentResourceDescriptionsMessage$ = [
|
|
844
851
|
3,
|
|
845
852
|
n0,
|
|
846
853
|
_ERDM,
|
|
847
854
|
0,
|
|
848
855
|
[_ER],
|
|
849
|
-
[() => EnvironmentResourceDescription],
|
|
856
|
+
[() => EnvironmentResourceDescription$],
|
|
850
857
|
];
|
|
851
|
-
export var EnvironmentResourcesDescription = [
|
|
858
|
+
export var EnvironmentResourcesDescription$ = [
|
|
852
859
|
3,
|
|
853
860
|
n0,
|
|
854
861
|
_ERDn,
|
|
855
862
|
0,
|
|
856
863
|
[_LBo],
|
|
857
|
-
[() => LoadBalancerDescription],
|
|
864
|
+
[() => LoadBalancerDescription$],
|
|
858
865
|
];
|
|
859
|
-
export var EnvironmentTier = [3, n0, _ETn, 0, [_N, _Ty, _Ve], [0, 0, 0]];
|
|
860
|
-
export var EventDescription = [
|
|
866
|
+
export var EnvironmentTier$ = [3, n0, _ETn, 0, [_N, _Ty, _Ve], [0, 0, 0]];
|
|
867
|
+
export var EventDescription$ = [
|
|
861
868
|
3,
|
|
862
869
|
n0,
|
|
863
870
|
_EDv,
|
|
@@ -865,7 +872,7 @@ export var EventDescription = [
|
|
|
865
872
|
[_EDve, _Me, _AN, _VL, _TN, _EN, _PA, _RI, _Se],
|
|
866
873
|
[4, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
867
874
|
];
|
|
868
|
-
export var EventDescriptionsMessage = [
|
|
875
|
+
export var EventDescriptionsMessage$ = [
|
|
869
876
|
3,
|
|
870
877
|
n0,
|
|
871
878
|
_EDMv,
|
|
@@ -873,8 +880,8 @@ export var EventDescriptionsMessage = [
|
|
|
873
880
|
[_Ev, _NT],
|
|
874
881
|
[() => EventDescriptionList, 0],
|
|
875
882
|
];
|
|
876
|
-
export var Instance = [3, n0, _Ins, 0, [_Id_], [0]];
|
|
877
|
-
export var InstanceHealthSummary = [
|
|
883
|
+
export var Instance$ = [3, n0, _Ins, 0, [_Id_], [0]];
|
|
884
|
+
export var InstanceHealthSummary$ = [
|
|
878
885
|
3,
|
|
879
886
|
n0,
|
|
880
887
|
_IHS,
|
|
@@ -882,7 +889,7 @@ export var InstanceHealthSummary = [
|
|
|
882
889
|
[_ND, _Un, _Pe, _Ok, _Inf, _W, _Deg, _Sev],
|
|
883
890
|
[1, 1, 1, 1, 1, 1, 1, 1],
|
|
884
891
|
];
|
|
885
|
-
export var InsufficientPrivilegesException = [
|
|
892
|
+
export var InsufficientPrivilegesException$ = [
|
|
886
893
|
-3,
|
|
887
894
|
n0,
|
|
888
895
|
_IPE,
|
|
@@ -890,8 +897,8 @@ export var InsufficientPrivilegesException = [
|
|
|
890
897
|
[_m],
|
|
891
898
|
[0],
|
|
892
899
|
];
|
|
893
|
-
TypeRegistry.for(n0).registerError(InsufficientPrivilegesException
|
|
894
|
-
export var InvalidRequestException = [
|
|
900
|
+
TypeRegistry.for(n0).registerError(InsufficientPrivilegesException$, InsufficientPrivilegesException);
|
|
901
|
+
export var InvalidRequestException$ = [
|
|
895
902
|
-3,
|
|
896
903
|
n0,
|
|
897
904
|
_IRE,
|
|
@@ -899,8 +906,8 @@ export var InvalidRequestException = [
|
|
|
899
906
|
[_m],
|
|
900
907
|
[0],
|
|
901
908
|
];
|
|
902
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
903
|
-
export var Latency = [
|
|
909
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
910
|
+
export var Latency$ = [
|
|
904
911
|
3,
|
|
905
912
|
n0,
|
|
906
913
|
_L,
|
|
@@ -908,9 +915,9 @@ export var Latency = [
|
|
|
908
915
|
[_P_, _P__, _P___, _P____, _P_____, _P______, _P_______, _P________],
|
|
909
916
|
[1, 1, 1, 1, 1, 1, 1, 1],
|
|
910
917
|
];
|
|
911
|
-
export var LaunchConfiguration = [3, n0, _LCa, 0, [_N], [0]];
|
|
912
|
-
export var LaunchTemplate = [3, n0, _LTa, 0, [_Id_], [0]];
|
|
913
|
-
export var ListAvailableSolutionStacksResultMessage = [
|
|
918
|
+
export var LaunchConfiguration$ = [3, n0, _LCa, 0, [_N], [0]];
|
|
919
|
+
export var LaunchTemplate$ = [3, n0, _LTa, 0, [_Id_], [0]];
|
|
920
|
+
export var ListAvailableSolutionStacksResultMessage$ = [
|
|
914
921
|
3,
|
|
915
922
|
n0,
|
|
916
923
|
_LASSRM,
|
|
@@ -918,8 +925,8 @@ export var ListAvailableSolutionStacksResultMessage = [
|
|
|
918
925
|
[_SS, _SSD],
|
|
919
926
|
[64 | 0, () => AvailableSolutionStackDetailsList],
|
|
920
927
|
];
|
|
921
|
-
export var Listener = [3, n0, _Li, 0, [_Pro, _Po], [0, 1]];
|
|
922
|
-
export var ListPlatformBranchesRequest = [
|
|
928
|
+
export var Listener$ = [3, n0, _Li, 0, [_Pro, _Po], [0, 1]];
|
|
929
|
+
export var ListPlatformBranchesRequest$ = [
|
|
923
930
|
3,
|
|
924
931
|
n0,
|
|
925
932
|
_LPBR,
|
|
@@ -927,7 +934,7 @@ export var ListPlatformBranchesRequest = [
|
|
|
927
934
|
[_F, _MR, _NT],
|
|
928
935
|
[() => SearchFilters, 1, 0],
|
|
929
936
|
];
|
|
930
|
-
export var ListPlatformBranchesResult = [
|
|
937
|
+
export var ListPlatformBranchesResult$ = [
|
|
931
938
|
3,
|
|
932
939
|
n0,
|
|
933
940
|
_LPBRi,
|
|
@@ -935,7 +942,7 @@ export var ListPlatformBranchesResult = [
|
|
|
935
942
|
[_PBSL, _NT],
|
|
936
943
|
[() => PlatformBranchSummaryList, 0],
|
|
937
944
|
];
|
|
938
|
-
export var ListPlatformVersionsRequest = [
|
|
945
|
+
export var ListPlatformVersionsRequest$ = [
|
|
939
946
|
3,
|
|
940
947
|
n0,
|
|
941
948
|
_LPVR,
|
|
@@ -943,7 +950,7 @@ export var ListPlatformVersionsRequest = [
|
|
|
943
950
|
[_F, _MR, _NT],
|
|
944
951
|
[() => PlatformFilters, 1, 0],
|
|
945
952
|
];
|
|
946
|
-
export var ListPlatformVersionsResult = [
|
|
953
|
+
export var ListPlatformVersionsResult$ = [
|
|
947
954
|
3,
|
|
948
955
|
n0,
|
|
949
956
|
_LPVRi,
|
|
@@ -951,9 +958,9 @@ export var ListPlatformVersionsResult = [
|
|
|
951
958
|
[_PSL, _NT],
|
|
952
959
|
[() => PlatformSummaryList, 0],
|
|
953
960
|
];
|
|
954
|
-
export var ListTagsForResourceMessage = [3, n0, _LTFRM, 0, [_RAe], [0]];
|
|
955
|
-
export var LoadBalancer = [3, n0, _LBo, 0, [_N], [0]];
|
|
956
|
-
export var LoadBalancerDescription = [
|
|
961
|
+
export var ListTagsForResourceMessage$ = [3, n0, _LTFRM, 0, [_RAe], [0]];
|
|
962
|
+
export var LoadBalancer$ = [3, n0, _LBo, 0, [_N], [0]];
|
|
963
|
+
export var LoadBalancerDescription$ = [
|
|
957
964
|
3,
|
|
958
965
|
n0,
|
|
959
966
|
_LBD,
|
|
@@ -961,8 +968,8 @@ export var LoadBalancerDescription = [
|
|
|
961
968
|
[_LBN, _Do, _Lis],
|
|
962
969
|
[0, 0, () => LoadBalancerListenersDescription],
|
|
963
970
|
];
|
|
964
|
-
export var ManagedAction = [3, n0, _MAa, 0, [_AI, _ADc, _AT, _S, _WST], [0, 0, 0, 0, 4]];
|
|
965
|
-
export var ManagedActionHistoryItem = [
|
|
971
|
+
export var ManagedAction$ = [3, n0, _MAa, 0, [_AI, _ADc, _AT, _S, _WST], [0, 0, 0, 0, 4]];
|
|
972
|
+
export var ManagedActionHistoryItem$ = [
|
|
966
973
|
3,
|
|
967
974
|
n0,
|
|
968
975
|
_MAHIa,
|
|
@@ -970,7 +977,7 @@ export var ManagedActionHistoryItem = [
|
|
|
970
977
|
[_AI, _AT, _ADc, _FT, _S, _FD, _ETx, _FTi],
|
|
971
978
|
[0, 0, 0, 0, 0, 0, 4, 4],
|
|
972
979
|
];
|
|
973
|
-
export var ManagedActionInvalidStateException = [
|
|
980
|
+
export var ManagedActionInvalidStateException$ = [
|
|
974
981
|
-3,
|
|
975
982
|
n0,
|
|
976
983
|
_MAISE,
|
|
@@ -978,10 +985,10 @@ export var ManagedActionInvalidStateException = [
|
|
|
978
985
|
[_m],
|
|
979
986
|
[0],
|
|
980
987
|
];
|
|
981
|
-
TypeRegistry.for(n0).registerError(ManagedActionInvalidStateException
|
|
982
|
-
export var MaxAgeRule = [3, n0, _MAR, 0, [_En, _MAID, _DSFS], [2, 1, 2]];
|
|
983
|
-
export var MaxCountRule = [3, n0, _MCR, 0, [_En, _MC, _DSFS], [2, 1, 2]];
|
|
984
|
-
export var OperationInProgressException = [
|
|
988
|
+
TypeRegistry.for(n0).registerError(ManagedActionInvalidStateException$, ManagedActionInvalidStateException);
|
|
989
|
+
export var MaxAgeRule$ = [3, n0, _MAR, 0, [_En, _MAID, _DSFS], [2, 1, 2]];
|
|
990
|
+
export var MaxCountRule$ = [3, n0, _MCR, 0, [_En, _MC, _DSFS], [2, 1, 2]];
|
|
991
|
+
export var OperationInProgressException$ = [
|
|
985
992
|
-3,
|
|
986
993
|
n0,
|
|
987
994
|
_OIPE,
|
|
@@ -989,10 +996,10 @@ export var OperationInProgressException = [
|
|
|
989
996
|
[_m],
|
|
990
997
|
[0],
|
|
991
998
|
];
|
|
992
|
-
TypeRegistry.for(n0).registerError(OperationInProgressException
|
|
993
|
-
export var OptionRestrictionRegex = [3, n0, _ORR, 0, [_Pa, _La], [0, 0]];
|
|
994
|
-
export var OptionSpecification = [3, n0, _OSp, 0, [_RN, _Na, _ON], [0, 0, 0]];
|
|
995
|
-
export var PlatformBranchSummary = [
|
|
999
|
+
TypeRegistry.for(n0).registerError(OperationInProgressException$, OperationInProgressException);
|
|
1000
|
+
export var OptionRestrictionRegex$ = [3, n0, _ORR, 0, [_Pa, _La], [0, 0]];
|
|
1001
|
+
export var OptionSpecification$ = [3, n0, _OSp, 0, [_RN, _Na, _ON], [0, 0, 0]];
|
|
1002
|
+
export var PlatformBranchSummary$ = [
|
|
996
1003
|
3,
|
|
997
1004
|
n0,
|
|
998
1005
|
_PBS,
|
|
@@ -1000,7 +1007,7 @@ export var PlatformBranchSummary = [
|
|
|
1000
1007
|
[_PN, _BN, _LS, _BO, _STL],
|
|
1001
1008
|
[0, 0, 0, 1, 64 | 0],
|
|
1002
1009
|
];
|
|
1003
|
-
export var PlatformDescription = [
|
|
1010
|
+
export var PlatformDescription$ = [
|
|
1004
1011
|
3,
|
|
1005
1012
|
n0,
|
|
1006
1013
|
_PD,
|
|
@@ -1030,10 +1037,10 @@ export var PlatformDescription = [
|
|
|
1030
1037
|
0,
|
|
1031
1038
|
],
|
|
1032
1039
|
];
|
|
1033
|
-
export var PlatformFilter = [3, n0, _PF, 0, [_Ty, _Op, _Val], [0, 0, 64 | 0]];
|
|
1034
|
-
export var PlatformFramework = [3, n0, _PFl, 0, [_N, _Ve], [0, 0]];
|
|
1035
|
-
export var PlatformProgrammingLanguage = [3, n0, _PPL, 0, [_N, _Ve], [0, 0]];
|
|
1036
|
-
export var PlatformSummary = [
|
|
1040
|
+
export var PlatformFilter$ = [3, n0, _PF, 0, [_Ty, _Op, _Val], [0, 0, 64 | 0]];
|
|
1041
|
+
export var PlatformFramework$ = [3, n0, _PFl, 0, [_N, _Ve], [0, 0]];
|
|
1042
|
+
export var PlatformProgrammingLanguage$ = [3, n0, _PPL, 0, [_N, _Ve], [0, 0]];
|
|
1043
|
+
export var PlatformSummary$ = [
|
|
1037
1044
|
3,
|
|
1038
1045
|
n0,
|
|
1039
1046
|
_PS,
|
|
@@ -1041,7 +1048,7 @@ export var PlatformSummary = [
|
|
|
1041
1048
|
[_PA, _PO, _PSl, _PC, _OSN, _OSV, _STL, _SAL, _PLS, _PV, _PBN, _PBLS],
|
|
1042
1049
|
[0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0],
|
|
1043
1050
|
];
|
|
1044
|
-
export var PlatformVersionStillReferencedException = [
|
|
1051
|
+
export var PlatformVersionStillReferencedException$ = [
|
|
1045
1052
|
-3,
|
|
1046
1053
|
n0,
|
|
1047
1054
|
_PVSRE,
|
|
@@ -1049,11 +1056,11 @@ export var PlatformVersionStillReferencedException = [
|
|
|
1049
1056
|
[_m],
|
|
1050
1057
|
[0],
|
|
1051
1058
|
];
|
|
1052
|
-
TypeRegistry.for(n0).registerError(PlatformVersionStillReferencedException
|
|
1053
|
-
export var Queue = [3, n0, _Qu, 0, [_N, _URL], [0, 0]];
|
|
1054
|
-
export var RebuildEnvironmentMessage = [3, n0, _REM, 0, [_EI, _EN], [0, 0]];
|
|
1055
|
-
export var RequestEnvironmentInfoMessage = [3, n0, _REIM, 0, [_EI, _EN, _IT], [0, 0, 0]];
|
|
1056
|
-
export var ResourceNotFoundException = [
|
|
1059
|
+
TypeRegistry.for(n0).registerError(PlatformVersionStillReferencedException$, PlatformVersionStillReferencedException);
|
|
1060
|
+
export var Queue$ = [3, n0, _Qu, 0, [_N, _URL], [0, 0]];
|
|
1061
|
+
export var RebuildEnvironmentMessage$ = [3, n0, _REM, 0, [_EI, _EN], [0, 0]];
|
|
1062
|
+
export var RequestEnvironmentInfoMessage$ = [3, n0, _REIM, 0, [_EI, _EN, _IT], [0, 0, 0]];
|
|
1063
|
+
export var ResourceNotFoundException$ = [
|
|
1057
1064
|
-3,
|
|
1058
1065
|
n0,
|
|
1059
1066
|
_RNFE,
|
|
@@ -1061,18 +1068,18 @@ export var ResourceNotFoundException = [
|
|
|
1061
1068
|
[_m],
|
|
1062
1069
|
[0],
|
|
1063
1070
|
];
|
|
1064
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1065
|
-
export var ResourceQuota = [3, n0, _RQe, 0, [_Max], [1]];
|
|
1066
|
-
export var ResourceQuotas = [
|
|
1071
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1072
|
+
export var ResourceQuota$ = [3, n0, _RQe, 0, [_Max], [1]];
|
|
1073
|
+
export var ResourceQuotas$ = [
|
|
1067
1074
|
3,
|
|
1068
1075
|
n0,
|
|
1069
1076
|
_RQ,
|
|
1070
1077
|
0,
|
|
1071
1078
|
[_AQ, _AVQ, _EQ, _CTQ, _CPQ],
|
|
1072
|
-
[() => ResourceQuota
|
|
1079
|
+
[() => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$],
|
|
1073
1080
|
];
|
|
1074
|
-
export var ResourceTagsDescriptionMessage = [3, n0, _RTDM, 0, [_RAe, _RT], [0, () => TagList]];
|
|
1075
|
-
export var ResourceTypeNotSupportedException = [
|
|
1081
|
+
export var ResourceTagsDescriptionMessage$ = [3, n0, _RTDM, 0, [_RAe, _RT], [0, () => TagList]];
|
|
1082
|
+
export var ResourceTypeNotSupportedException$ = [
|
|
1076
1083
|
-3,
|
|
1077
1084
|
n0,
|
|
1078
1085
|
_RTNSE,
|
|
@@ -1080,10 +1087,10 @@ export var ResourceTypeNotSupportedException = [
|
|
|
1080
1087
|
[_m],
|
|
1081
1088
|
[0],
|
|
1082
1089
|
];
|
|
1083
|
-
TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException
|
|
1084
|
-
export var RestartAppServerMessage = [3, n0, _RASM, 0, [_EI, _EN], [0, 0]];
|
|
1085
|
-
export var RetrieveEnvironmentInfoMessage = [3, n0, _REIMe, 0, [_EI, _EN, _IT], [0, 0, 0]];
|
|
1086
|
-
export var RetrieveEnvironmentInfoResultMessage = [
|
|
1090
|
+
TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
1091
|
+
export var RestartAppServerMessage$ = [3, n0, _RASM, 0, [_EI, _EN], [0, 0]];
|
|
1092
|
+
export var RetrieveEnvironmentInfoMessage$ = [3, n0, _REIMe, 0, [_EI, _EN, _IT], [0, 0, 0]];
|
|
1093
|
+
export var RetrieveEnvironmentInfoResultMessage$ = [
|
|
1087
1094
|
3,
|
|
1088
1095
|
n0,
|
|
1089
1096
|
_REIRM,
|
|
@@ -1091,8 +1098,8 @@ export var RetrieveEnvironmentInfoResultMessage = [
|
|
|
1091
1098
|
[_EInv],
|
|
1092
1099
|
[() => EnvironmentInfoDescriptionList],
|
|
1093
1100
|
];
|
|
1094
|
-
export var S3Location = [3, n0, _SL, 0, [_SBu, _SK], [0, 0]];
|
|
1095
|
-
export var S3LocationNotInServiceRegionException = [
|
|
1101
|
+
export var S3Location$ = [3, n0, _SL, 0, [_SBu, _SK], [0, 0]];
|
|
1102
|
+
export var S3LocationNotInServiceRegionException$ = [
|
|
1096
1103
|
-3,
|
|
1097
1104
|
n0,
|
|
1098
1105
|
_SLNISRE,
|
|
@@ -1100,8 +1107,8 @@ export var S3LocationNotInServiceRegionException = [
|
|
|
1100
1107
|
[_m],
|
|
1101
1108
|
[0],
|
|
1102
1109
|
];
|
|
1103
|
-
TypeRegistry.for(n0).registerError(S3LocationNotInServiceRegionException
|
|
1104
|
-
export var S3SubscriptionRequiredException = [
|
|
1110
|
+
TypeRegistry.for(n0).registerError(S3LocationNotInServiceRegionException$, S3LocationNotInServiceRegionException);
|
|
1111
|
+
export var S3SubscriptionRequiredException$ = [
|
|
1105
1112
|
-3,
|
|
1106
1113
|
n0,
|
|
1107
1114
|
_SSRE,
|
|
@@ -1109,19 +1116,19 @@ export var S3SubscriptionRequiredException = [
|
|
|
1109
1116
|
[_m],
|
|
1110
1117
|
[0],
|
|
1111
1118
|
];
|
|
1112
|
-
TypeRegistry.for(n0).registerError(S3SubscriptionRequiredException
|
|
1113
|
-
export var SearchFilter = [3, n0, _SF, 0, [_At, _Op, _Val], [0, 0, 64 | 0]];
|
|
1114
|
-
export var SingleInstanceHealth = [
|
|
1119
|
+
TypeRegistry.for(n0).registerError(S3SubscriptionRequiredException$, S3SubscriptionRequiredException);
|
|
1120
|
+
export var SearchFilter$ = [3, n0, _SF, 0, [_At, _Op, _Val], [0, 0, 64 | 0]];
|
|
1121
|
+
export var SingleInstanceHealth$ = [
|
|
1115
1122
|
3,
|
|
1116
1123
|
n0,
|
|
1117
1124
|
_SIH,
|
|
1118
1125
|
0,
|
|
1119
1126
|
[_IIn, _HS, _C, _Ca, _LA, _AM, _Sy, _De, _AZ, _ITn],
|
|
1120
|
-
[0, 0, 0, 64 | 0, 4, () => ApplicationMetrics
|
|
1127
|
+
[0, 0, 0, 64 | 0, 4, () => ApplicationMetrics$, () => SystemStatus$, () => Deployment$, 0, 0],
|
|
1121
1128
|
];
|
|
1122
|
-
export var SolutionStackDescription = [3, n0, _SSDo, 0, [_SSN, _PFT], [0, 64 | 0]];
|
|
1123
|
-
export var SourceBuildInformation = [3, n0, _SBI, 0, [_STo, _SRo, _SLo], [0, 0, 0]];
|
|
1124
|
-
export var SourceBundleDeletionException = [
|
|
1129
|
+
export var SolutionStackDescription$ = [3, n0, _SSDo, 0, [_SSN, _PFT], [0, 64 | 0]];
|
|
1130
|
+
export var SourceBuildInformation$ = [3, n0, _SBI, 0, [_STo, _SRo, _SLo], [0, 0, 0]];
|
|
1131
|
+
export var SourceBundleDeletionException$ = [
|
|
1125
1132
|
-3,
|
|
1126
1133
|
n0,
|
|
1127
1134
|
_SBDE,
|
|
@@ -1129,10 +1136,10 @@ export var SourceBundleDeletionException = [
|
|
|
1129
1136
|
[_m],
|
|
1130
1137
|
[0],
|
|
1131
1138
|
];
|
|
1132
|
-
TypeRegistry.for(n0).registerError(SourceBundleDeletionException
|
|
1133
|
-
export var SourceConfiguration = [3, n0, _SCo, 0, [_AN, _TN], [0, 0]];
|
|
1134
|
-
export var StatusCodes = [3, n0, _SC, 0, [_St, _Sta, _Stat, _Statu], [1, 1, 1, 1]];
|
|
1135
|
-
export var SwapEnvironmentCNAMEsMessage = [
|
|
1139
|
+
TypeRegistry.for(n0).registerError(SourceBundleDeletionException$, SourceBundleDeletionException);
|
|
1140
|
+
export var SourceConfiguration$ = [3, n0, _SCo, 0, [_AN, _TN], [0, 0]];
|
|
1141
|
+
export var StatusCodes$ = [3, n0, _SC, 0, [_St, _Sta, _Stat, _Statu], [1, 1, 1, 1]];
|
|
1142
|
+
export var SwapEnvironmentCNAMEsMessage$ = [
|
|
1136
1143
|
3,
|
|
1137
1144
|
n0,
|
|
1138
1145
|
_SECNAMEM,
|
|
@@ -1140,10 +1147,10 @@ export var SwapEnvironmentCNAMEsMessage = [
|
|
|
1140
1147
|
[_SEI, _SEN, _DEI, _DEN],
|
|
1141
1148
|
[0, 0, 0, 0],
|
|
1142
1149
|
];
|
|
1143
|
-
export var SystemStatus = [3, n0, _SSy, 0, [_CPUU, _LAo], [() => CPUUtilization
|
|
1144
|
-
export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1145
|
-
export var TerminateEnvironmentMessage = [3, n0, _TEM, 0, [_EI, _EN, _TR, _FTo], [0, 0, 2, 2]];
|
|
1146
|
-
export var TooManyApplicationsException = [
|
|
1150
|
+
export var SystemStatus$ = [3, n0, _SSy, 0, [_CPUU, _LAo], [() => CPUUtilization$, 64 | 1]];
|
|
1151
|
+
export var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1152
|
+
export var TerminateEnvironmentMessage$ = [3, n0, _TEM, 0, [_EI, _EN, _TR, _FTo], [0, 0, 2, 2]];
|
|
1153
|
+
export var TooManyApplicationsException$ = [
|
|
1147
1154
|
-3,
|
|
1148
1155
|
n0,
|
|
1149
1156
|
_TMAE,
|
|
@@ -1151,10 +1158,10 @@ export var TooManyApplicationsException = [
|
|
|
1151
1158
|
[_m],
|
|
1152
1159
|
[0],
|
|
1153
1160
|
];
|
|
1154
|
-
TypeRegistry.for(n0).registerError(TooManyApplicationsException
|
|
1155
|
-
export var TooManyApplicationVersionsException = [-3, n0, _TMAVE, { [_e]: _c }, [_m], [0]];
|
|
1156
|
-
TypeRegistry.for(n0).registerError(TooManyApplicationVersionsException
|
|
1157
|
-
export var TooManyBucketsException = [
|
|
1161
|
+
TypeRegistry.for(n0).registerError(TooManyApplicationsException$, TooManyApplicationsException);
|
|
1162
|
+
export var TooManyApplicationVersionsException$ = [-3, n0, _TMAVE, { [_e]: _c }, [_m], [0]];
|
|
1163
|
+
TypeRegistry.for(n0).registerError(TooManyApplicationVersionsException$, TooManyApplicationVersionsException);
|
|
1164
|
+
export var TooManyBucketsException$ = [
|
|
1158
1165
|
-3,
|
|
1159
1166
|
n0,
|
|
1160
1167
|
_TMBE,
|
|
@@ -1162,8 +1169,8 @@ export var TooManyBucketsException = [
|
|
|
1162
1169
|
[_m],
|
|
1163
1170
|
[0],
|
|
1164
1171
|
];
|
|
1165
|
-
TypeRegistry.for(n0).registerError(TooManyBucketsException
|
|
1166
|
-
export var TooManyConfigurationTemplatesException = [
|
|
1172
|
+
TypeRegistry.for(n0).registerError(TooManyBucketsException$, TooManyBucketsException);
|
|
1173
|
+
export var TooManyConfigurationTemplatesException$ = [
|
|
1167
1174
|
-3,
|
|
1168
1175
|
n0,
|
|
1169
1176
|
_TMCTE,
|
|
@@ -1171,8 +1178,8 @@ export var TooManyConfigurationTemplatesException = [
|
|
|
1171
1178
|
[_m],
|
|
1172
1179
|
[0],
|
|
1173
1180
|
];
|
|
1174
|
-
TypeRegistry.for(n0).registerError(TooManyConfigurationTemplatesException
|
|
1175
|
-
export var TooManyEnvironmentsException = [
|
|
1181
|
+
TypeRegistry.for(n0).registerError(TooManyConfigurationTemplatesException$, TooManyConfigurationTemplatesException);
|
|
1182
|
+
export var TooManyEnvironmentsException$ = [
|
|
1176
1183
|
-3,
|
|
1177
1184
|
n0,
|
|
1178
1185
|
_TMEE,
|
|
@@ -1180,8 +1187,8 @@ export var TooManyEnvironmentsException = [
|
|
|
1180
1187
|
[_m],
|
|
1181
1188
|
[0],
|
|
1182
1189
|
];
|
|
1183
|
-
TypeRegistry.for(n0).registerError(TooManyEnvironmentsException
|
|
1184
|
-
export var TooManyPlatformsException = [
|
|
1190
|
+
TypeRegistry.for(n0).registerError(TooManyEnvironmentsException$, TooManyEnvironmentsException);
|
|
1191
|
+
export var TooManyPlatformsException$ = [
|
|
1185
1192
|
-3,
|
|
1186
1193
|
n0,
|
|
1187
1194
|
_TMPE,
|
|
@@ -1189,8 +1196,8 @@ export var TooManyPlatformsException = [
|
|
|
1189
1196
|
[_m],
|
|
1190
1197
|
[0],
|
|
1191
1198
|
];
|
|
1192
|
-
TypeRegistry.for(n0).registerError(TooManyPlatformsException
|
|
1193
|
-
export var TooManyTagsException = [
|
|
1199
|
+
TypeRegistry.for(n0).registerError(TooManyPlatformsException$, TooManyPlatformsException);
|
|
1200
|
+
export var TooManyTagsException$ = [
|
|
1194
1201
|
-3,
|
|
1195
1202
|
n0,
|
|
1196
1203
|
_TMTE,
|
|
@@ -1198,19 +1205,19 @@ export var TooManyTagsException = [
|
|
|
1198
1205
|
[_m],
|
|
1199
1206
|
[0],
|
|
1200
1207
|
];
|
|
1201
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
1202
|
-
export var Trigger = [3, n0, _Tri, 0, [_N], [0]];
|
|
1203
|
-
export var UpdateApplicationMessage = [3, n0, _UAM, 0, [_AN, _D], [0, 0]];
|
|
1204
|
-
export var UpdateApplicationResourceLifecycleMessage = [
|
|
1208
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1209
|
+
export var Trigger$ = [3, n0, _Tri, 0, [_N], [0]];
|
|
1210
|
+
export var UpdateApplicationMessage$ = [3, n0, _UAM, 0, [_AN, _D], [0, 0]];
|
|
1211
|
+
export var UpdateApplicationResourceLifecycleMessage$ = [
|
|
1205
1212
|
3,
|
|
1206
1213
|
n0,
|
|
1207
1214
|
_UARLM,
|
|
1208
1215
|
0,
|
|
1209
1216
|
[_AN, _RLC],
|
|
1210
|
-
[0, () => ApplicationResourceLifecycleConfig],
|
|
1217
|
+
[0, () => ApplicationResourceLifecycleConfig$],
|
|
1211
1218
|
];
|
|
1212
|
-
export var UpdateApplicationVersionMessage = [3, n0, _UAVM, 0, [_AN, _VL, _D], [0, 0, 0]];
|
|
1213
|
-
export var UpdateConfigurationTemplateMessage = [
|
|
1219
|
+
export var UpdateApplicationVersionMessage$ = [3, n0, _UAVM, 0, [_AN, _VL, _D], [0, 0, 0]];
|
|
1220
|
+
export var UpdateConfigurationTemplateMessage$ = [
|
|
1214
1221
|
3,
|
|
1215
1222
|
n0,
|
|
1216
1223
|
_UCTM,
|
|
@@ -1218,15 +1225,28 @@ export var UpdateConfigurationTemplateMessage = [
|
|
|
1218
1225
|
[_AN, _TN, _D, _OS, _OTR],
|
|
1219
1226
|
[0, 0, 0, () => ConfigurationOptionSettingsList, () => OptionsSpecifierList],
|
|
1220
1227
|
];
|
|
1221
|
-
export var UpdateEnvironmentMessage = [
|
|
1228
|
+
export var UpdateEnvironmentMessage$ = [
|
|
1222
1229
|
3,
|
|
1223
1230
|
n0,
|
|
1224
1231
|
_UEM,
|
|
1225
1232
|
0,
|
|
1226
1233
|
[_AN, _EI, _EN, _GN, _D, _Ti, _VL, _TN, _SSN, _PA, _OS, _OTR],
|
|
1227
|
-
[
|
|
1234
|
+
[
|
|
1235
|
+
0,
|
|
1236
|
+
0,
|
|
1237
|
+
0,
|
|
1238
|
+
0,
|
|
1239
|
+
0,
|
|
1240
|
+
() => EnvironmentTier$,
|
|
1241
|
+
0,
|
|
1242
|
+
0,
|
|
1243
|
+
0,
|
|
1244
|
+
0,
|
|
1245
|
+
() => ConfigurationOptionSettingsList,
|
|
1246
|
+
() => OptionsSpecifierList,
|
|
1247
|
+
],
|
|
1228
1248
|
];
|
|
1229
|
-
export var UpdateTagsForResourceMessage = [
|
|
1249
|
+
export var UpdateTagsForResourceMessage$ = [
|
|
1230
1250
|
3,
|
|
1231
1251
|
n0,
|
|
1232
1252
|
_UTFRM,
|
|
@@ -1234,7 +1254,7 @@ export var UpdateTagsForResourceMessage = [
|
|
|
1234
1254
|
[_RAe, _TTA, _TTR],
|
|
1235
1255
|
[0, () => TagList, 64 | 0],
|
|
1236
1256
|
];
|
|
1237
|
-
export var ValidateConfigurationSettingsMessage = [
|
|
1257
|
+
export var ValidateConfigurationSettingsMessage$ = [
|
|
1238
1258
|
3,
|
|
1239
1259
|
n0,
|
|
1240
1260
|
_VCSM,
|
|
@@ -1242,9 +1262,9 @@ export var ValidateConfigurationSettingsMessage = [
|
|
|
1242
1262
|
[_AN, _TN, _EN, _OS],
|
|
1243
1263
|
[0, 0, 0, () => ConfigurationOptionSettingsList],
|
|
1244
1264
|
];
|
|
1245
|
-
export var ValidationMessage = [3, n0, _VM, 0, [_Me, _Se, _Na, _ON], [0, 0, 0, 0]];
|
|
1246
|
-
|
|
1247
|
-
export var ElasticBeanstalkSyntheticServiceException = [
|
|
1265
|
+
export var ValidationMessage$ = [3, n0, _VM, 0, [_Me, _Se, _Na, _ON], [0, 0, 0, 0]];
|
|
1266
|
+
var __Unit = "unit";
|
|
1267
|
+
export var ElasticBeanstalkSyntheticServiceException$ = [
|
|
1248
1268
|
-3,
|
|
1249
1269
|
_s,
|
|
1250
1270
|
"ElasticBeanstalkSyntheticServiceException",
|
|
@@ -1252,421 +1272,409 @@ export var ElasticBeanstalkSyntheticServiceException = [
|
|
|
1252
1272
|
[],
|
|
1253
1273
|
[],
|
|
1254
1274
|
];
|
|
1255
|
-
TypeRegistry.for(_s).registerError(ElasticBeanstalkSyntheticServiceException
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
];
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
export var
|
|
1307
|
-
export var SearchFilterValues = 64 | 0;
|
|
1308
|
-
export var SolutionStackFileTypeList = 64 | 0;
|
|
1309
|
-
export var SupportedAddonList = 64 | 0;
|
|
1310
|
-
export var SupportedTierList = 64 | 0;
|
|
1311
|
-
export var TagKeyList = 64 | 0;
|
|
1312
|
-
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1313
|
-
export var Tags = [1, n0, _T, 0, () => Tag];
|
|
1314
|
-
export var TriggerList = [1, n0, _TLr, 0, () => Trigger];
|
|
1315
|
-
export var ValidationMessagesList = [1, n0, _VML, 0, () => ValidationMessage];
|
|
1316
|
-
export var VersionLabels = 64 | 0;
|
|
1317
|
-
export var VersionLabelsList = 64 | 0;
|
|
1318
|
-
export var AbortEnvironmentUpdate = [
|
|
1275
|
+
TypeRegistry.for(_s).registerError(ElasticBeanstalkSyntheticServiceException$, ElasticBeanstalkSyntheticServiceException);
|
|
1276
|
+
var ApplicationDescriptionList = [1, n0, _ADL, 0, () => ApplicationDescription$];
|
|
1277
|
+
var ApplicationNamesList = 64 | 0;
|
|
1278
|
+
var ApplicationVersionDescriptionList = [1, n0, _AVDL, 0, () => ApplicationVersionDescription$];
|
|
1279
|
+
var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup$];
|
|
1280
|
+
var AvailableSolutionStackDetailsList = [1, n0, _ASSDL, 0, () => SolutionStackDescription$];
|
|
1281
|
+
var AvailableSolutionStackNamesList = 64 | 0;
|
|
1282
|
+
var Causes = 64 | 0;
|
|
1283
|
+
var ConfigurationOptionDescriptionsList = [1, n0, _CODL, 0, () => ConfigurationOptionDescription$];
|
|
1284
|
+
var ConfigurationOptionPossibleValues = 64 | 0;
|
|
1285
|
+
var ConfigurationOptionSettingsList = [1, n0, _COSL, 0, () => ConfigurationOptionSetting$];
|
|
1286
|
+
var ConfigurationSettingsDescriptionList = [1, n0, _CSDL, 0, () => ConfigurationSettingsDescription$];
|
|
1287
|
+
var ConfigurationTemplateNamesList = 64 | 0;
|
|
1288
|
+
var CustomAmiList = [1, n0, _CAL, 0, () => CustomAmi$];
|
|
1289
|
+
var EnvironmentDescriptionsList = [1, n0, _EDL, 0, () => EnvironmentDescription$];
|
|
1290
|
+
var EnvironmentHealthAttributes = 64 | 0;
|
|
1291
|
+
var EnvironmentIdList = 64 | 0;
|
|
1292
|
+
var EnvironmentInfoDescriptionList = [1, n0, _EIDL, 0, () => EnvironmentInfoDescription$];
|
|
1293
|
+
var EnvironmentLinks = [1, n0, _EL, 0, () => EnvironmentLink$];
|
|
1294
|
+
var EnvironmentNamesList = 64 | 0;
|
|
1295
|
+
var EventDescriptionList = [1, n0, _EDLv, 0, () => EventDescription$];
|
|
1296
|
+
var InstanceHealthList = [1, n0, _IHL, 0, () => SingleInstanceHealth$];
|
|
1297
|
+
var InstanceList = [1, n0, _IL, 0, () => Instance$];
|
|
1298
|
+
var InstancesHealthAttributes = 64 | 0;
|
|
1299
|
+
var LaunchConfigurationList = [1, n0, _LCL, 0, () => LaunchConfiguration$];
|
|
1300
|
+
var LaunchTemplateList = [1, n0, _LTL, 0, () => LaunchTemplate$];
|
|
1301
|
+
var LoadAverage = 64 | 1;
|
|
1302
|
+
var LoadBalancerList = [1, n0, _LBL, 0, () => LoadBalancer$];
|
|
1303
|
+
var LoadBalancerListenersDescription = [1, n0, _LBLD, 0, () => Listener$];
|
|
1304
|
+
var ManagedActionHistoryItems = [1, n0, _MAHI, 0, () => ManagedActionHistoryItem$];
|
|
1305
|
+
var ManagedActions = [1, n0, _MA, 0, () => ManagedAction$];
|
|
1306
|
+
var OptionsSpecifierList = [1, n0, _OSL, 0, () => OptionSpecification$];
|
|
1307
|
+
var PlatformBranchSummaryList = [1, n0, _PBSL, 0, () => PlatformBranchSummary$];
|
|
1308
|
+
var PlatformFilters = [1, n0, _PFla, 0, () => PlatformFilter$];
|
|
1309
|
+
var PlatformFilterValueList = 64 | 0;
|
|
1310
|
+
var PlatformFrameworks = [1, n0, _PFlat, 0, () => PlatformFramework$];
|
|
1311
|
+
var PlatformProgrammingLanguages = [1, n0, _PPLl, 0, () => PlatformProgrammingLanguage$];
|
|
1312
|
+
var PlatformSummaryList = [1, n0, _PSL, 0, () => PlatformSummary$];
|
|
1313
|
+
var QueueList = [1, n0, _QL, 0, () => Queue$];
|
|
1314
|
+
var SearchFilters = [1, n0, _SFe, 0, () => SearchFilter$];
|
|
1315
|
+
var SearchFilterValues = 64 | 0;
|
|
1316
|
+
var SolutionStackFileTypeList = 64 | 0;
|
|
1317
|
+
var SupportedAddonList = 64 | 0;
|
|
1318
|
+
var SupportedTierList = 64 | 0;
|
|
1319
|
+
var TagKeyList = 64 | 0;
|
|
1320
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1321
|
+
var Tags = [1, n0, _T, 0, () => Tag$];
|
|
1322
|
+
var TriggerList = [1, n0, _TLr, 0, () => Trigger$];
|
|
1323
|
+
var ValidationMessagesList = [1, n0, _VML, 0, () => ValidationMessage$];
|
|
1324
|
+
var VersionLabels = 64 | 0;
|
|
1325
|
+
var VersionLabelsList = 64 | 0;
|
|
1326
|
+
export var AbortEnvironmentUpdate$ = [
|
|
1319
1327
|
9,
|
|
1320
1328
|
n0,
|
|
1321
1329
|
_AEU,
|
|
1322
1330
|
0,
|
|
1323
|
-
() => AbortEnvironmentUpdateMessage
|
|
1331
|
+
() => AbortEnvironmentUpdateMessage$,
|
|
1324
1332
|
() => __Unit,
|
|
1325
1333
|
];
|
|
1326
|
-
export var ApplyEnvironmentManagedAction = [
|
|
1334
|
+
export var ApplyEnvironmentManagedAction$ = [
|
|
1327
1335
|
9,
|
|
1328
1336
|
n0,
|
|
1329
1337
|
_AEMA,
|
|
1330
1338
|
0,
|
|
1331
|
-
() => ApplyEnvironmentManagedActionRequest
|
|
1332
|
-
() => ApplyEnvironmentManagedActionResult
|
|
1339
|
+
() => ApplyEnvironmentManagedActionRequest$,
|
|
1340
|
+
() => ApplyEnvironmentManagedActionResult$,
|
|
1333
1341
|
];
|
|
1334
|
-
export var AssociateEnvironmentOperationsRole = [
|
|
1342
|
+
export var AssociateEnvironmentOperationsRole$ = [
|
|
1335
1343
|
9,
|
|
1336
1344
|
n0,
|
|
1337
1345
|
_AEOR,
|
|
1338
1346
|
0,
|
|
1339
|
-
() => AssociateEnvironmentOperationsRoleMessage
|
|
1347
|
+
() => AssociateEnvironmentOperationsRoleMessage$,
|
|
1340
1348
|
() => __Unit,
|
|
1341
1349
|
];
|
|
1342
|
-
export var CheckDNSAvailability = [
|
|
1350
|
+
export var CheckDNSAvailability$ = [
|
|
1343
1351
|
9,
|
|
1344
1352
|
n0,
|
|
1345
1353
|
_CDNSA,
|
|
1346
1354
|
0,
|
|
1347
|
-
() => CheckDNSAvailabilityMessage
|
|
1348
|
-
() => CheckDNSAvailabilityResultMessage
|
|
1355
|
+
() => CheckDNSAvailabilityMessage$,
|
|
1356
|
+
() => CheckDNSAvailabilityResultMessage$,
|
|
1349
1357
|
];
|
|
1350
|
-
export var ComposeEnvironments = [
|
|
1358
|
+
export var ComposeEnvironments$ = [
|
|
1351
1359
|
9,
|
|
1352
1360
|
n0,
|
|
1353
1361
|
_CE,
|
|
1354
1362
|
0,
|
|
1355
|
-
() => ComposeEnvironmentsMessage
|
|
1356
|
-
() => EnvironmentDescriptionsMessage
|
|
1363
|
+
() => ComposeEnvironmentsMessage$,
|
|
1364
|
+
() => EnvironmentDescriptionsMessage$,
|
|
1357
1365
|
];
|
|
1358
|
-
export var CreateApplication = [
|
|
1366
|
+
export var CreateApplication$ = [
|
|
1359
1367
|
9,
|
|
1360
1368
|
n0,
|
|
1361
1369
|
_CAr,
|
|
1362
1370
|
0,
|
|
1363
|
-
() => CreateApplicationMessage
|
|
1364
|
-
() => ApplicationDescriptionMessage
|
|
1371
|
+
() => CreateApplicationMessage$,
|
|
1372
|
+
() => ApplicationDescriptionMessage$,
|
|
1365
1373
|
];
|
|
1366
|
-
export var CreateApplicationVersion = [
|
|
1374
|
+
export var CreateApplicationVersion$ = [
|
|
1367
1375
|
9,
|
|
1368
1376
|
n0,
|
|
1369
1377
|
_CAV,
|
|
1370
1378
|
0,
|
|
1371
|
-
() => CreateApplicationVersionMessage
|
|
1372
|
-
() => ApplicationVersionDescriptionMessage
|
|
1379
|
+
() => CreateApplicationVersionMessage$,
|
|
1380
|
+
() => ApplicationVersionDescriptionMessage$,
|
|
1373
1381
|
];
|
|
1374
|
-
export var CreateConfigurationTemplate = [
|
|
1382
|
+
export var CreateConfigurationTemplate$ = [
|
|
1375
1383
|
9,
|
|
1376
1384
|
n0,
|
|
1377
1385
|
_CCT,
|
|
1378
1386
|
0,
|
|
1379
|
-
() => CreateConfigurationTemplateMessage
|
|
1380
|
-
() => ConfigurationSettingsDescription
|
|
1387
|
+
() => CreateConfigurationTemplateMessage$,
|
|
1388
|
+
() => ConfigurationSettingsDescription$,
|
|
1381
1389
|
];
|
|
1382
|
-
export var CreateEnvironment = [
|
|
1390
|
+
export var CreateEnvironment$ = [
|
|
1383
1391
|
9,
|
|
1384
1392
|
n0,
|
|
1385
1393
|
_CEr,
|
|
1386
1394
|
0,
|
|
1387
|
-
() => CreateEnvironmentMessage
|
|
1388
|
-
() => EnvironmentDescription
|
|
1395
|
+
() => CreateEnvironmentMessage$,
|
|
1396
|
+
() => EnvironmentDescription$,
|
|
1389
1397
|
];
|
|
1390
|
-
export var CreatePlatformVersion = [
|
|
1398
|
+
export var CreatePlatformVersion$ = [
|
|
1391
1399
|
9,
|
|
1392
1400
|
n0,
|
|
1393
1401
|
_CPV,
|
|
1394
1402
|
0,
|
|
1395
|
-
() => CreatePlatformVersionRequest
|
|
1396
|
-
() => CreatePlatformVersionResult
|
|
1403
|
+
() => CreatePlatformVersionRequest$,
|
|
1404
|
+
() => CreatePlatformVersionResult$,
|
|
1397
1405
|
];
|
|
1398
|
-
export var CreateStorageLocation = [
|
|
1406
|
+
export var CreateStorageLocation$ = [
|
|
1399
1407
|
9,
|
|
1400
1408
|
n0,
|
|
1401
1409
|
_CSL,
|
|
1402
1410
|
0,
|
|
1403
1411
|
() => __Unit,
|
|
1404
|
-
() => CreateStorageLocationResultMessage
|
|
1412
|
+
() => CreateStorageLocationResultMessage$,
|
|
1405
1413
|
];
|
|
1406
|
-
export var DeleteApplication = [9, n0, _DA, 0, () => DeleteApplicationMessage
|
|
1407
|
-
export var DeleteApplicationVersion = [
|
|
1414
|
+
export var DeleteApplication$ = [9, n0, _DA, 0, () => DeleteApplicationMessage$, () => __Unit];
|
|
1415
|
+
export var DeleteApplicationVersion$ = [
|
|
1408
1416
|
9,
|
|
1409
1417
|
n0,
|
|
1410
1418
|
_DAV,
|
|
1411
1419
|
0,
|
|
1412
|
-
() => DeleteApplicationVersionMessage
|
|
1420
|
+
() => DeleteApplicationVersionMessage$,
|
|
1413
1421
|
() => __Unit,
|
|
1414
1422
|
];
|
|
1415
|
-
export var DeleteConfigurationTemplate = [
|
|
1423
|
+
export var DeleteConfigurationTemplate$ = [
|
|
1416
1424
|
9,
|
|
1417
1425
|
n0,
|
|
1418
1426
|
_DCT,
|
|
1419
1427
|
0,
|
|
1420
|
-
() => DeleteConfigurationTemplateMessage
|
|
1428
|
+
() => DeleteConfigurationTemplateMessage$,
|
|
1421
1429
|
() => __Unit,
|
|
1422
1430
|
];
|
|
1423
|
-
export var DeleteEnvironmentConfiguration = [
|
|
1431
|
+
export var DeleteEnvironmentConfiguration$ = [
|
|
1424
1432
|
9,
|
|
1425
1433
|
n0,
|
|
1426
1434
|
_DEC,
|
|
1427
1435
|
0,
|
|
1428
|
-
() => DeleteEnvironmentConfigurationMessage
|
|
1436
|
+
() => DeleteEnvironmentConfigurationMessage$,
|
|
1429
1437
|
() => __Unit,
|
|
1430
1438
|
];
|
|
1431
|
-
export var DeletePlatformVersion = [
|
|
1439
|
+
export var DeletePlatformVersion$ = [
|
|
1432
1440
|
9,
|
|
1433
1441
|
n0,
|
|
1434
1442
|
_DPV,
|
|
1435
1443
|
0,
|
|
1436
|
-
() => DeletePlatformVersionRequest
|
|
1437
|
-
() => DeletePlatformVersionResult
|
|
1444
|
+
() => DeletePlatformVersionRequest$,
|
|
1445
|
+
() => DeletePlatformVersionResult$,
|
|
1438
1446
|
];
|
|
1439
|
-
export var DescribeAccountAttributes = [
|
|
1447
|
+
export var DescribeAccountAttributes$ = [
|
|
1440
1448
|
9,
|
|
1441
1449
|
n0,
|
|
1442
1450
|
_DAA,
|
|
1443
1451
|
0,
|
|
1444
1452
|
() => __Unit,
|
|
1445
|
-
() => DescribeAccountAttributesResult
|
|
1453
|
+
() => DescribeAccountAttributesResult$,
|
|
1446
1454
|
];
|
|
1447
|
-
export var DescribeApplications = [
|
|
1455
|
+
export var DescribeApplications$ = [
|
|
1448
1456
|
9,
|
|
1449
1457
|
n0,
|
|
1450
1458
|
_DAe,
|
|
1451
1459
|
0,
|
|
1452
|
-
() => DescribeApplicationsMessage
|
|
1453
|
-
() => ApplicationDescriptionsMessage
|
|
1460
|
+
() => DescribeApplicationsMessage$,
|
|
1461
|
+
() => ApplicationDescriptionsMessage$,
|
|
1454
1462
|
];
|
|
1455
|
-
export var DescribeApplicationVersions = [
|
|
1463
|
+
export var DescribeApplicationVersions$ = [
|
|
1456
1464
|
9,
|
|
1457
1465
|
n0,
|
|
1458
1466
|
_DAVe,
|
|
1459
1467
|
0,
|
|
1460
|
-
() => DescribeApplicationVersionsMessage
|
|
1461
|
-
() => ApplicationVersionDescriptionsMessage
|
|
1468
|
+
() => DescribeApplicationVersionsMessage$,
|
|
1469
|
+
() => ApplicationVersionDescriptionsMessage$,
|
|
1462
1470
|
];
|
|
1463
|
-
export var DescribeConfigurationOptions = [
|
|
1471
|
+
export var DescribeConfigurationOptions$ = [
|
|
1464
1472
|
9,
|
|
1465
1473
|
n0,
|
|
1466
1474
|
_DCO,
|
|
1467
1475
|
0,
|
|
1468
|
-
() => DescribeConfigurationOptionsMessage
|
|
1469
|
-
() => ConfigurationOptionsDescription
|
|
1476
|
+
() => DescribeConfigurationOptionsMessage$,
|
|
1477
|
+
() => ConfigurationOptionsDescription$,
|
|
1470
1478
|
];
|
|
1471
|
-
export var DescribeConfigurationSettings = [
|
|
1479
|
+
export var DescribeConfigurationSettings$ = [
|
|
1472
1480
|
9,
|
|
1473
1481
|
n0,
|
|
1474
1482
|
_DCS,
|
|
1475
1483
|
0,
|
|
1476
|
-
() => DescribeConfigurationSettingsMessage
|
|
1477
|
-
() => ConfigurationSettingsDescriptions
|
|
1484
|
+
() => DescribeConfigurationSettingsMessage$,
|
|
1485
|
+
() => ConfigurationSettingsDescriptions$,
|
|
1478
1486
|
];
|
|
1479
|
-
export var DescribeEnvironmentHealth = [
|
|
1487
|
+
export var DescribeEnvironmentHealth$ = [
|
|
1480
1488
|
9,
|
|
1481
1489
|
n0,
|
|
1482
1490
|
_DEH,
|
|
1483
1491
|
0,
|
|
1484
|
-
() => DescribeEnvironmentHealthRequest
|
|
1485
|
-
() => DescribeEnvironmentHealthResult
|
|
1492
|
+
() => DescribeEnvironmentHealthRequest$,
|
|
1493
|
+
() => DescribeEnvironmentHealthResult$,
|
|
1486
1494
|
];
|
|
1487
|
-
export var DescribeEnvironmentManagedActionHistory = [
|
|
1495
|
+
export var DescribeEnvironmentManagedActionHistory$ = [
|
|
1488
1496
|
9,
|
|
1489
1497
|
n0,
|
|
1490
1498
|
_DEMAH,
|
|
1491
1499
|
0,
|
|
1492
|
-
() => DescribeEnvironmentManagedActionHistoryRequest
|
|
1493
|
-
() => DescribeEnvironmentManagedActionHistoryResult
|
|
1500
|
+
() => DescribeEnvironmentManagedActionHistoryRequest$,
|
|
1501
|
+
() => DescribeEnvironmentManagedActionHistoryResult$,
|
|
1494
1502
|
];
|
|
1495
|
-
export var DescribeEnvironmentManagedActions = [
|
|
1503
|
+
export var DescribeEnvironmentManagedActions$ = [
|
|
1496
1504
|
9,
|
|
1497
1505
|
n0,
|
|
1498
1506
|
_DEMA,
|
|
1499
1507
|
0,
|
|
1500
|
-
() => DescribeEnvironmentManagedActionsRequest
|
|
1501
|
-
() => DescribeEnvironmentManagedActionsResult
|
|
1508
|
+
() => DescribeEnvironmentManagedActionsRequest$,
|
|
1509
|
+
() => DescribeEnvironmentManagedActionsResult$,
|
|
1502
1510
|
];
|
|
1503
|
-
export var DescribeEnvironmentResources = [
|
|
1511
|
+
export var DescribeEnvironmentResources$ = [
|
|
1504
1512
|
9,
|
|
1505
1513
|
n0,
|
|
1506
1514
|
_DER,
|
|
1507
1515
|
0,
|
|
1508
|
-
() => DescribeEnvironmentResourcesMessage
|
|
1509
|
-
() => EnvironmentResourceDescriptionsMessage
|
|
1516
|
+
() => DescribeEnvironmentResourcesMessage$,
|
|
1517
|
+
() => EnvironmentResourceDescriptionsMessage$,
|
|
1510
1518
|
];
|
|
1511
|
-
export var DescribeEnvironments = [
|
|
1519
|
+
export var DescribeEnvironments$ = [
|
|
1512
1520
|
9,
|
|
1513
1521
|
n0,
|
|
1514
1522
|
_DE,
|
|
1515
1523
|
0,
|
|
1516
|
-
() => DescribeEnvironmentsMessage
|
|
1517
|
-
() => EnvironmentDescriptionsMessage
|
|
1524
|
+
() => DescribeEnvironmentsMessage$,
|
|
1525
|
+
() => EnvironmentDescriptionsMessage$,
|
|
1518
1526
|
];
|
|
1519
|
-
export var DescribeEvents = [
|
|
1527
|
+
export var DescribeEvents$ = [
|
|
1520
1528
|
9,
|
|
1521
1529
|
n0,
|
|
1522
1530
|
_DEe,
|
|
1523
1531
|
0,
|
|
1524
|
-
() => DescribeEventsMessage
|
|
1525
|
-
() => EventDescriptionsMessage
|
|
1532
|
+
() => DescribeEventsMessage$,
|
|
1533
|
+
() => EventDescriptionsMessage$,
|
|
1526
1534
|
];
|
|
1527
|
-
export var DescribeInstancesHealth = [
|
|
1535
|
+
export var DescribeInstancesHealth$ = [
|
|
1528
1536
|
9,
|
|
1529
1537
|
n0,
|
|
1530
1538
|
_DIH,
|
|
1531
1539
|
0,
|
|
1532
|
-
() => DescribeInstancesHealthRequest
|
|
1533
|
-
() => DescribeInstancesHealthResult
|
|
1540
|
+
() => DescribeInstancesHealthRequest$,
|
|
1541
|
+
() => DescribeInstancesHealthResult$,
|
|
1534
1542
|
];
|
|
1535
|
-
export var DescribePlatformVersion = [
|
|
1543
|
+
export var DescribePlatformVersion$ = [
|
|
1536
1544
|
9,
|
|
1537
1545
|
n0,
|
|
1538
1546
|
_DPVe,
|
|
1539
1547
|
0,
|
|
1540
|
-
() => DescribePlatformVersionRequest
|
|
1541
|
-
() => DescribePlatformVersionResult
|
|
1548
|
+
() => DescribePlatformVersionRequest$,
|
|
1549
|
+
() => DescribePlatformVersionResult$,
|
|
1542
1550
|
];
|
|
1543
|
-
export var DisassociateEnvironmentOperationsRole = [
|
|
1551
|
+
export var DisassociateEnvironmentOperationsRole$ = [
|
|
1544
1552
|
9,
|
|
1545
1553
|
n0,
|
|
1546
1554
|
_DEOR,
|
|
1547
1555
|
0,
|
|
1548
|
-
() => DisassociateEnvironmentOperationsRoleMessage
|
|
1556
|
+
() => DisassociateEnvironmentOperationsRoleMessage$,
|
|
1549
1557
|
() => __Unit,
|
|
1550
1558
|
];
|
|
1551
|
-
export var ListAvailableSolutionStacks = [
|
|
1559
|
+
export var ListAvailableSolutionStacks$ = [
|
|
1552
1560
|
9,
|
|
1553
1561
|
n0,
|
|
1554
1562
|
_LASS,
|
|
1555
1563
|
0,
|
|
1556
1564
|
() => __Unit,
|
|
1557
|
-
() => ListAvailableSolutionStacksResultMessage
|
|
1565
|
+
() => ListAvailableSolutionStacksResultMessage$,
|
|
1558
1566
|
];
|
|
1559
|
-
export var ListPlatformBranches = [
|
|
1567
|
+
export var ListPlatformBranches$ = [
|
|
1560
1568
|
9,
|
|
1561
1569
|
n0,
|
|
1562
1570
|
_LPB,
|
|
1563
1571
|
0,
|
|
1564
|
-
() => ListPlatformBranchesRequest
|
|
1565
|
-
() => ListPlatformBranchesResult
|
|
1572
|
+
() => ListPlatformBranchesRequest$,
|
|
1573
|
+
() => ListPlatformBranchesResult$,
|
|
1566
1574
|
];
|
|
1567
|
-
export var ListPlatformVersions = [
|
|
1575
|
+
export var ListPlatformVersions$ = [
|
|
1568
1576
|
9,
|
|
1569
1577
|
n0,
|
|
1570
1578
|
_LPV,
|
|
1571
1579
|
0,
|
|
1572
|
-
() => ListPlatformVersionsRequest
|
|
1573
|
-
() => ListPlatformVersionsResult
|
|
1580
|
+
() => ListPlatformVersionsRequest$,
|
|
1581
|
+
() => ListPlatformVersionsResult$,
|
|
1574
1582
|
];
|
|
1575
|
-
export var ListTagsForResource = [
|
|
1583
|
+
export var ListTagsForResource$ = [
|
|
1576
1584
|
9,
|
|
1577
1585
|
n0,
|
|
1578
1586
|
_LTFR,
|
|
1579
1587
|
0,
|
|
1580
|
-
() => ListTagsForResourceMessage
|
|
1581
|
-
() => ResourceTagsDescriptionMessage
|
|
1588
|
+
() => ListTagsForResourceMessage$,
|
|
1589
|
+
() => ResourceTagsDescriptionMessage$,
|
|
1582
1590
|
];
|
|
1583
|
-
export var RebuildEnvironment = [9, n0, _RE, 0, () => RebuildEnvironmentMessage
|
|
1584
|
-
export var RequestEnvironmentInfo = [
|
|
1591
|
+
export var RebuildEnvironment$ = [9, n0, _RE, 0, () => RebuildEnvironmentMessage$, () => __Unit];
|
|
1592
|
+
export var RequestEnvironmentInfo$ = [
|
|
1585
1593
|
9,
|
|
1586
1594
|
n0,
|
|
1587
1595
|
_REI,
|
|
1588
1596
|
0,
|
|
1589
|
-
() => RequestEnvironmentInfoMessage
|
|
1597
|
+
() => RequestEnvironmentInfoMessage$,
|
|
1590
1598
|
() => __Unit,
|
|
1591
1599
|
];
|
|
1592
|
-
export var RestartAppServer = [9, n0, _RAS, 0, () => RestartAppServerMessage
|
|
1593
|
-
export var RetrieveEnvironmentInfo = [
|
|
1600
|
+
export var RestartAppServer$ = [9, n0, _RAS, 0, () => RestartAppServerMessage$, () => __Unit];
|
|
1601
|
+
export var RetrieveEnvironmentInfo$ = [
|
|
1594
1602
|
9,
|
|
1595
1603
|
n0,
|
|
1596
1604
|
_REIe,
|
|
1597
1605
|
0,
|
|
1598
|
-
() => RetrieveEnvironmentInfoMessage
|
|
1599
|
-
() => RetrieveEnvironmentInfoResultMessage
|
|
1606
|
+
() => RetrieveEnvironmentInfoMessage$,
|
|
1607
|
+
() => RetrieveEnvironmentInfoResultMessage$,
|
|
1600
1608
|
];
|
|
1601
|
-
export var SwapEnvironmentCNAMEs = [
|
|
1609
|
+
export var SwapEnvironmentCNAMEs$ = [
|
|
1602
1610
|
9,
|
|
1603
1611
|
n0,
|
|
1604
1612
|
_SECNAME,
|
|
1605
1613
|
0,
|
|
1606
|
-
() => SwapEnvironmentCNAMEsMessage
|
|
1614
|
+
() => SwapEnvironmentCNAMEsMessage$,
|
|
1607
1615
|
() => __Unit,
|
|
1608
1616
|
];
|
|
1609
|
-
export var TerminateEnvironment = [
|
|
1617
|
+
export var TerminateEnvironment$ = [
|
|
1610
1618
|
9,
|
|
1611
1619
|
n0,
|
|
1612
1620
|
_TE,
|
|
1613
1621
|
0,
|
|
1614
|
-
() => TerminateEnvironmentMessage
|
|
1615
|
-
() => EnvironmentDescription
|
|
1622
|
+
() => TerminateEnvironmentMessage$,
|
|
1623
|
+
() => EnvironmentDescription$,
|
|
1616
1624
|
];
|
|
1617
|
-
export var UpdateApplication = [
|
|
1625
|
+
export var UpdateApplication$ = [
|
|
1618
1626
|
9,
|
|
1619
1627
|
n0,
|
|
1620
1628
|
_UA,
|
|
1621
1629
|
0,
|
|
1622
|
-
() => UpdateApplicationMessage
|
|
1623
|
-
() => ApplicationDescriptionMessage
|
|
1630
|
+
() => UpdateApplicationMessage$,
|
|
1631
|
+
() => ApplicationDescriptionMessage$,
|
|
1624
1632
|
];
|
|
1625
|
-
export var UpdateApplicationResourceLifecycle = [
|
|
1633
|
+
export var UpdateApplicationResourceLifecycle$ = [
|
|
1626
1634
|
9,
|
|
1627
1635
|
n0,
|
|
1628
1636
|
_UARL,
|
|
1629
1637
|
0,
|
|
1630
|
-
() => UpdateApplicationResourceLifecycleMessage
|
|
1631
|
-
() => ApplicationResourceLifecycleDescriptionMessage
|
|
1638
|
+
() => UpdateApplicationResourceLifecycleMessage$,
|
|
1639
|
+
() => ApplicationResourceLifecycleDescriptionMessage$,
|
|
1632
1640
|
];
|
|
1633
|
-
export var UpdateApplicationVersion = [
|
|
1641
|
+
export var UpdateApplicationVersion$ = [
|
|
1634
1642
|
9,
|
|
1635
1643
|
n0,
|
|
1636
1644
|
_UAV,
|
|
1637
1645
|
0,
|
|
1638
|
-
() => UpdateApplicationVersionMessage
|
|
1639
|
-
() => ApplicationVersionDescriptionMessage
|
|
1646
|
+
() => UpdateApplicationVersionMessage$,
|
|
1647
|
+
() => ApplicationVersionDescriptionMessage$,
|
|
1640
1648
|
];
|
|
1641
|
-
export var UpdateConfigurationTemplate = [
|
|
1649
|
+
export var UpdateConfigurationTemplate$ = [
|
|
1642
1650
|
9,
|
|
1643
1651
|
n0,
|
|
1644
1652
|
_UCT,
|
|
1645
1653
|
0,
|
|
1646
|
-
() => UpdateConfigurationTemplateMessage
|
|
1647
|
-
() => ConfigurationSettingsDescription
|
|
1654
|
+
() => UpdateConfigurationTemplateMessage$,
|
|
1655
|
+
() => ConfigurationSettingsDescription$,
|
|
1648
1656
|
];
|
|
1649
|
-
export var UpdateEnvironment = [
|
|
1657
|
+
export var UpdateEnvironment$ = [
|
|
1650
1658
|
9,
|
|
1651
1659
|
n0,
|
|
1652
1660
|
_UE,
|
|
1653
1661
|
0,
|
|
1654
|
-
() => UpdateEnvironmentMessage
|
|
1655
|
-
() => EnvironmentDescription
|
|
1662
|
+
() => UpdateEnvironmentMessage$,
|
|
1663
|
+
() => EnvironmentDescription$,
|
|
1656
1664
|
];
|
|
1657
|
-
export var UpdateTagsForResource = [
|
|
1665
|
+
export var UpdateTagsForResource$ = [
|
|
1658
1666
|
9,
|
|
1659
1667
|
n0,
|
|
1660
1668
|
_UTFR,
|
|
1661
1669
|
0,
|
|
1662
|
-
() => UpdateTagsForResourceMessage
|
|
1670
|
+
() => UpdateTagsForResourceMessage$,
|
|
1663
1671
|
() => __Unit,
|
|
1664
1672
|
];
|
|
1665
|
-
export var ValidateConfigurationSettings = [
|
|
1673
|
+
export var ValidateConfigurationSettings$ = [
|
|
1666
1674
|
9,
|
|
1667
1675
|
n0,
|
|
1668
1676
|
_VCS,
|
|
1669
1677
|
0,
|
|
1670
|
-
() => ValidateConfigurationSettingsMessage
|
|
1671
|
-
() => ConfigurationSettingsValidationMessages
|
|
1678
|
+
() => ValidateConfigurationSettingsMessage$,
|
|
1679
|
+
() => ConfigurationSettingsValidationMessages$,
|
|
1672
1680
|
];
|