@aws-sdk/client-apprunner 3.948.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 +509 -343
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AssociateCustomDomainCommand.js +2 -2
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateServiceCommand.js +2 -2
- package/dist-es/commands/CreateVpcConnectorCommand.js +2 -2
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -2
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -2
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeServiceCommand.js +2 -2
- package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -2
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -2
- package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -2
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListConnectionsCommand.js +2 -2
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListOperationsCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVpcConnectorsCommand.js +2 -2
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -2
- package/dist-es/commands/PauseServiceCommand.js +2 -2
- package/dist-es/commands/ResumeServiceCommand.js +2 -2
- package/dist-es/commands/StartDeploymentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateServiceCommand.js +2 -2
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.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 +318 -303
- package/dist-types/AppRunnerClient.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 +152 -174
- package/dist-types/ts3.4/AppRunnerClient.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 +151 -176
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class AppRunnerClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class AppRunnerServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, AppRunnerServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class InternalServiceErrorException extends AppRunnerServiceException {
|
|
121
121
|
name = "InternalServiceErrorException";
|
|
122
122
|
$fault = "server";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let InternalServiceErrorException$1 = class InternalServiceErrorException extend
|
|
|
130
130
|
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InvalidRequestException extends AppRunnerServiceException {
|
|
135
135
|
name = "InvalidRequestException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends AppRunnerS
|
|
|
144
144
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InvalidStateException extends AppRunnerServiceException {
|
|
149
149
|
name = "InvalidStateException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let InvalidStateException$1 = class InvalidStateException extends AppRunnerServi
|
|
|
158
158
|
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class ServiceQuotaExceededException extends AppRunnerServiceException {
|
|
163
163
|
name = "ServiceQuotaExceededException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
172
172
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class ResourceNotFoundException extends AppRunnerServiceException {
|
|
177
177
|
name = "ResourceNotFoundException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,7 +186,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends AppRun
|
|
|
186
186
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
189
|
+
}
|
|
190
190
|
|
|
191
191
|
const _AC = "AuthenticationConfiguration";
|
|
192
192
|
const _ACD = "AssociateCustomDomain";
|
|
@@ -452,17 +452,17 @@ var RuntimeEnvironmentSecretsValue = [0, n0, _RESV, 8, 0];
|
|
|
452
452
|
var RuntimeEnvironmentVariablesKey = [0, n0, _REVK, 8, 0];
|
|
453
453
|
var RuntimeEnvironmentVariablesValue = [0, n0, _REVV, 8, 0];
|
|
454
454
|
var StartCommand = [0, n0, _SC, 8, 0];
|
|
455
|
-
var AssociateCustomDomainRequest = [3, n0, _ACDR, 0, [_SA, _DN, _EWWWS], [0, 0, 2]];
|
|
456
|
-
var AssociateCustomDomainResponse = [
|
|
455
|
+
var AssociateCustomDomainRequest$ = [3, n0, _ACDR, 0, [_SA, _DN, _EWWWS], [0, 0, 2]];
|
|
456
|
+
var AssociateCustomDomainResponse$ = [
|
|
457
457
|
3,
|
|
458
458
|
n0,
|
|
459
459
|
_ACDRs,
|
|
460
460
|
0,
|
|
461
461
|
[_DNST, _SA, _CD, _VDNST],
|
|
462
|
-
[0, 0, () => CustomDomain
|
|
462
|
+
[0, 0, () => CustomDomain$, () => VpcDNSTargetList],
|
|
463
463
|
];
|
|
464
|
-
var AuthenticationConfiguration = [3, n0, _AC, 0, [_CA, _ARA], [0, 0]];
|
|
465
|
-
var AutoScalingConfiguration = [
|
|
464
|
+
var AuthenticationConfiguration$ = [3, n0, _AC, 0, [_CA, _ARA], [0, 0]];
|
|
465
|
+
var AutoScalingConfiguration$ = [
|
|
466
466
|
3,
|
|
467
467
|
n0,
|
|
468
468
|
_ASC,
|
|
@@ -470,7 +470,7 @@ var AutoScalingConfiguration = [
|
|
|
470
470
|
[_ASCA, _ASCN, _ASCR, _L, _S, _MC, _MS, _MSa, _CAr, _DA, _HAS, _ID],
|
|
471
471
|
[0, 0, 1, 2, 0, 1, 1, 1, 4, 4, 2, 2],
|
|
472
472
|
];
|
|
473
|
-
var AutoScalingConfigurationSummary = [
|
|
473
|
+
var AutoScalingConfigurationSummary$ = [
|
|
474
474
|
3,
|
|
475
475
|
n0,
|
|
476
476
|
_ASCS,
|
|
@@ -478,16 +478,16 @@ var AutoScalingConfigurationSummary = [
|
|
|
478
478
|
[_ASCA, _ASCN, _ASCR, _S, _CAr, _HAS, _ID],
|
|
479
479
|
[0, 0, 1, 0, 4, 2, 2],
|
|
480
480
|
];
|
|
481
|
-
var CertificateValidationRecord = [3, n0, _CVR, 0, [_N, _T, _V, _S], [0, 0, 0, 0]];
|
|
482
|
-
var CodeConfiguration = [
|
|
481
|
+
var CertificateValidationRecord$ = [3, n0, _CVR, 0, [_N, _T, _V, _S], [0, 0, 0, 0]];
|
|
482
|
+
var CodeConfiguration$ = [
|
|
483
483
|
3,
|
|
484
484
|
n0,
|
|
485
485
|
_CC,
|
|
486
486
|
0,
|
|
487
487
|
[_CS, _CCV],
|
|
488
|
-
[0, [() => CodeConfigurationValues
|
|
488
|
+
[0, [() => CodeConfigurationValues$, 0]],
|
|
489
489
|
];
|
|
490
|
-
var CodeConfigurationValues = [
|
|
490
|
+
var CodeConfigurationValues$ = [
|
|
491
491
|
3,
|
|
492
492
|
n0,
|
|
493
493
|
_CCV,
|
|
@@ -502,17 +502,17 @@ var CodeConfigurationValues = [
|
|
|
502
502
|
[() => RuntimeEnvironmentSecrets, 0],
|
|
503
503
|
],
|
|
504
504
|
];
|
|
505
|
-
var CodeRepository = [
|
|
505
|
+
var CodeRepository$ = [
|
|
506
506
|
3,
|
|
507
507
|
n0,
|
|
508
508
|
_CR,
|
|
509
509
|
0,
|
|
510
510
|
[_RU, _SCV, _CC, _SD],
|
|
511
|
-
[0, () => SourceCodeVersion
|
|
511
|
+
[0, () => SourceCodeVersion$, [() => CodeConfiguration$, 0], 0],
|
|
512
512
|
];
|
|
513
|
-
var Connection = [3, n0, _C, 0, [_CN, _CA, _PT, _S, _CAr], [0, 0, 0, 0, 4]];
|
|
514
|
-
var ConnectionSummary = [3, n0, _CSo, 0, [_CN, _CA, _PT, _S, _CAr], [0, 0, 0, 0, 4]];
|
|
515
|
-
var CreateAutoScalingConfigurationRequest = [
|
|
513
|
+
var Connection$ = [3, n0, _C, 0, [_CN, _CA, _PT, _S, _CAr], [0, 0, 0, 0, 4]];
|
|
514
|
+
var ConnectionSummary$ = [3, n0, _CSo, 0, [_CN, _CA, _PT, _S, _CAr], [0, 0, 0, 0, 4]];
|
|
515
|
+
var CreateAutoScalingConfigurationRequest$ = [
|
|
516
516
|
3,
|
|
517
517
|
n0,
|
|
518
518
|
_CASCR,
|
|
@@ -520,33 +520,33 @@ var CreateAutoScalingConfigurationRequest = [
|
|
|
520
520
|
[_ASCN, _MC, _MS, _MSa, _Ta],
|
|
521
521
|
[0, 1, 1, 1, () => TagList],
|
|
522
522
|
];
|
|
523
|
-
var CreateAutoScalingConfigurationResponse = [
|
|
523
|
+
var CreateAutoScalingConfigurationResponse$ = [
|
|
524
524
|
3,
|
|
525
525
|
n0,
|
|
526
526
|
_CASCRr,
|
|
527
527
|
0,
|
|
528
528
|
[_ASC],
|
|
529
|
-
[() => AutoScalingConfiguration],
|
|
529
|
+
[() => AutoScalingConfiguration$],
|
|
530
530
|
];
|
|
531
|
-
var CreateConnectionRequest = [3, n0, _CCR, 0, [_CN, _PT, _Ta], [0, 0, () => TagList]];
|
|
532
|
-
var CreateConnectionResponse = [3, n0, _CCRr, 0, [_C], [() => Connection]];
|
|
533
|
-
var CreateObservabilityConfigurationRequest = [
|
|
531
|
+
var CreateConnectionRequest$ = [3, n0, _CCR, 0, [_CN, _PT, _Ta], [0, 0, () => TagList]];
|
|
532
|
+
var CreateConnectionResponse$ = [3, n0, _CCRr, 0, [_C], [() => Connection$]];
|
|
533
|
+
var CreateObservabilityConfigurationRequest$ = [
|
|
534
534
|
3,
|
|
535
535
|
n0,
|
|
536
536
|
_COCR,
|
|
537
537
|
0,
|
|
538
538
|
[_OCN, _TC, _Ta],
|
|
539
|
-
[0, () => TraceConfiguration
|
|
539
|
+
[0, () => TraceConfiguration$, () => TagList],
|
|
540
540
|
];
|
|
541
|
-
var CreateObservabilityConfigurationResponse = [
|
|
541
|
+
var CreateObservabilityConfigurationResponse$ = [
|
|
542
542
|
3,
|
|
543
543
|
n0,
|
|
544
544
|
_COCRr,
|
|
545
545
|
0,
|
|
546
546
|
[_OC],
|
|
547
|
-
[() => ObservabilityConfiguration],
|
|
547
|
+
[() => ObservabilityConfiguration$],
|
|
548
548
|
];
|
|
549
|
-
var CreateServiceRequest = [
|
|
549
|
+
var CreateServiceRequest$ = [
|
|
550
550
|
3,
|
|
551
551
|
n0,
|
|
552
552
|
_CSR,
|
|
@@ -554,18 +554,18 @@ var CreateServiceRequest = [
|
|
|
554
554
|
[_SN, _SCo, _IC, _Ta, _EC, _HCC, _ASCA, _NC, _OC],
|
|
555
555
|
[
|
|
556
556
|
0,
|
|
557
|
-
[() => SourceConfiguration
|
|
558
|
-
() => InstanceConfiguration
|
|
557
|
+
[() => SourceConfiguration$, 0],
|
|
558
|
+
() => InstanceConfiguration$,
|
|
559
559
|
() => TagList,
|
|
560
|
-
() => EncryptionConfiguration
|
|
561
|
-
() => HealthCheckConfiguration
|
|
560
|
+
() => EncryptionConfiguration$,
|
|
561
|
+
() => HealthCheckConfiguration$,
|
|
562
562
|
0,
|
|
563
|
-
() => NetworkConfiguration
|
|
564
|
-
() => ServiceObservabilityConfiguration
|
|
563
|
+
() => NetworkConfiguration$,
|
|
564
|
+
() => ServiceObservabilityConfiguration$,
|
|
565
565
|
],
|
|
566
566
|
];
|
|
567
|
-
var CreateServiceResponse = [3, n0, _CSRr, 0, [_Se, _OI], [[() => Service
|
|
568
|
-
var CreateVpcConnectorRequest = [
|
|
567
|
+
var CreateServiceResponse$ = [3, n0, _CSRr, 0, [_Se, _OI], [[() => Service$, 0], 0]];
|
|
568
|
+
var CreateVpcConnectorRequest$ = [
|
|
569
569
|
3,
|
|
570
570
|
n0,
|
|
571
571
|
_CVCR,
|
|
@@ -573,24 +573,24 @@ var CreateVpcConnectorRequest = [
|
|
|
573
573
|
[_VCN, _Su, _SG, _Ta],
|
|
574
574
|
[0, 64 | 0, 64 | 0, () => TagList],
|
|
575
575
|
];
|
|
576
|
-
var CreateVpcConnectorResponse = [3, n0, _CVCRr, 0, [_VC], [() => VpcConnector]];
|
|
577
|
-
var CreateVpcIngressConnectionRequest = [
|
|
576
|
+
var CreateVpcConnectorResponse$ = [3, n0, _CVCRr, 0, [_VC], [() => VpcConnector$]];
|
|
577
|
+
var CreateVpcIngressConnectionRequest$ = [
|
|
578
578
|
3,
|
|
579
579
|
n0,
|
|
580
580
|
_CVICR,
|
|
581
581
|
0,
|
|
582
582
|
[_SA, _VICN, _IVC, _Ta],
|
|
583
|
-
[0, 0, () => IngressVpcConfiguration
|
|
583
|
+
[0, 0, () => IngressVpcConfiguration$, () => TagList],
|
|
584
584
|
];
|
|
585
|
-
var CreateVpcIngressConnectionResponse = [
|
|
585
|
+
var CreateVpcIngressConnectionResponse$ = [
|
|
586
586
|
3,
|
|
587
587
|
n0,
|
|
588
588
|
_CVICRr,
|
|
589
589
|
0,
|
|
590
590
|
[_VIC],
|
|
591
|
-
[() => VpcIngressConnection],
|
|
591
|
+
[() => VpcIngressConnection$],
|
|
592
592
|
];
|
|
593
|
-
var CustomDomain = [
|
|
593
|
+
var CustomDomain$ = [
|
|
594
594
|
3,
|
|
595
595
|
n0,
|
|
596
596
|
_CD,
|
|
@@ -598,50 +598,50 @@ var CustomDomain = [
|
|
|
598
598
|
[_DN, _EWWWS, _CVRe, _S],
|
|
599
599
|
[0, 2, () => CertificateValidationRecordList, 0],
|
|
600
600
|
];
|
|
601
|
-
var DeleteAutoScalingConfigurationRequest = [3, n0, _DASCR, 0, [_ASCA, _DAR], [0, 2]];
|
|
602
|
-
var DeleteAutoScalingConfigurationResponse = [
|
|
601
|
+
var DeleteAutoScalingConfigurationRequest$ = [3, n0, _DASCR, 0, [_ASCA, _DAR], [0, 2]];
|
|
602
|
+
var DeleteAutoScalingConfigurationResponse$ = [
|
|
603
603
|
3,
|
|
604
604
|
n0,
|
|
605
605
|
_DASCRe,
|
|
606
606
|
0,
|
|
607
607
|
[_ASC],
|
|
608
|
-
[() => AutoScalingConfiguration],
|
|
608
|
+
[() => AutoScalingConfiguration$],
|
|
609
609
|
];
|
|
610
|
-
var DeleteConnectionRequest = [3, n0, _DCR, 0, [_CA], [0]];
|
|
611
|
-
var DeleteConnectionResponse = [3, n0, _DCRe, 0, [_C], [() => Connection]];
|
|
612
|
-
var DeleteObservabilityConfigurationRequest = [3, n0, _DOCR, 0, [_OCA], [0]];
|
|
613
|
-
var DeleteObservabilityConfigurationResponse = [
|
|
610
|
+
var DeleteConnectionRequest$ = [3, n0, _DCR, 0, [_CA], [0]];
|
|
611
|
+
var DeleteConnectionResponse$ = [3, n0, _DCRe, 0, [_C], [() => Connection$]];
|
|
612
|
+
var DeleteObservabilityConfigurationRequest$ = [3, n0, _DOCR, 0, [_OCA], [0]];
|
|
613
|
+
var DeleteObservabilityConfigurationResponse$ = [
|
|
614
614
|
3,
|
|
615
615
|
n0,
|
|
616
616
|
_DOCRe,
|
|
617
617
|
0,
|
|
618
618
|
[_OC],
|
|
619
|
-
[() => ObservabilityConfiguration],
|
|
620
|
-
];
|
|
621
|
-
var DeleteServiceRequest = [3, n0, _DSR, 0, [_SA], [0]];
|
|
622
|
-
var DeleteServiceResponse = [3, n0, _DSRe, 0, [_Se, _OI], [[() => Service
|
|
623
|
-
var DeleteVpcConnectorRequest = [3, n0, _DVCR, 0, [_VCA], [0]];
|
|
624
|
-
var DeleteVpcConnectorResponse = [3, n0, _DVCRe, 0, [_VC], [() => VpcConnector]];
|
|
625
|
-
var DeleteVpcIngressConnectionRequest = [3, n0, _DVICR, 0, [_VICA], [0]];
|
|
626
|
-
var DeleteVpcIngressConnectionResponse = [
|
|
619
|
+
[() => ObservabilityConfiguration$],
|
|
620
|
+
];
|
|
621
|
+
var DeleteServiceRequest$ = [3, n0, _DSR, 0, [_SA], [0]];
|
|
622
|
+
var DeleteServiceResponse$ = [3, n0, _DSRe, 0, [_Se, _OI], [[() => Service$, 0], 0]];
|
|
623
|
+
var DeleteVpcConnectorRequest$ = [3, n0, _DVCR, 0, [_VCA], [0]];
|
|
624
|
+
var DeleteVpcConnectorResponse$ = [3, n0, _DVCRe, 0, [_VC], [() => VpcConnector$]];
|
|
625
|
+
var DeleteVpcIngressConnectionRequest$ = [3, n0, _DVICR, 0, [_VICA], [0]];
|
|
626
|
+
var DeleteVpcIngressConnectionResponse$ = [
|
|
627
627
|
3,
|
|
628
628
|
n0,
|
|
629
629
|
_DVICRe,
|
|
630
630
|
0,
|
|
631
631
|
[_VIC],
|
|
632
|
-
[() => VpcIngressConnection],
|
|
632
|
+
[() => VpcIngressConnection$],
|
|
633
633
|
];
|
|
634
|
-
var DescribeAutoScalingConfigurationRequest = [3, n0, _DASCRes, 0, [_ASCA], [0]];
|
|
635
|
-
var DescribeAutoScalingConfigurationResponse = [
|
|
634
|
+
var DescribeAutoScalingConfigurationRequest$ = [3, n0, _DASCRes, 0, [_ASCA], [0]];
|
|
635
|
+
var DescribeAutoScalingConfigurationResponse$ = [
|
|
636
636
|
3,
|
|
637
637
|
n0,
|
|
638
638
|
_DASCResc,
|
|
639
639
|
0,
|
|
640
640
|
[_ASC],
|
|
641
|
-
[() => AutoScalingConfiguration],
|
|
641
|
+
[() => AutoScalingConfiguration$],
|
|
642
642
|
];
|
|
643
|
-
var DescribeCustomDomainsRequest = [3, n0, _DCDR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
644
|
-
var DescribeCustomDomainsResponse = [
|
|
643
|
+
var DescribeCustomDomainsRequest$ = [3, n0, _DCDR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
644
|
+
var DescribeCustomDomainsResponse$ = [
|
|
645
645
|
3,
|
|
646
646
|
n0,
|
|
647
647
|
_DCDRe,
|
|
@@ -649,40 +649,40 @@ var DescribeCustomDomainsResponse = [
|
|
|
649
649
|
[_DNST, _SA, _CDu, _VDNST, _NT],
|
|
650
650
|
[0, 0, () => CustomDomainList, () => VpcDNSTargetList, 0],
|
|
651
651
|
];
|
|
652
|
-
var DescribeObservabilityConfigurationRequest = [3, n0, _DOCRes, 0, [_OCA], [0]];
|
|
653
|
-
var DescribeObservabilityConfigurationResponse = [
|
|
652
|
+
var DescribeObservabilityConfigurationRequest$ = [3, n0, _DOCRes, 0, [_OCA], [0]];
|
|
653
|
+
var DescribeObservabilityConfigurationResponse$ = [
|
|
654
654
|
3,
|
|
655
655
|
n0,
|
|
656
656
|
_DOCResc,
|
|
657
657
|
0,
|
|
658
658
|
[_OC],
|
|
659
|
-
[() => ObservabilityConfiguration],
|
|
660
|
-
];
|
|
661
|
-
var DescribeServiceRequest = [3, n0, _DSRes, 0, [_SA], [0]];
|
|
662
|
-
var DescribeServiceResponse = [3, n0, _DSResc, 0, [_Se], [[() => Service
|
|
663
|
-
var DescribeVpcConnectorRequest = [3, n0, _DVCRes, 0, [_VCA], [0]];
|
|
664
|
-
var DescribeVpcConnectorResponse = [3, n0, _DVCResc, 0, [_VC], [() => VpcConnector]];
|
|
665
|
-
var DescribeVpcIngressConnectionRequest = [3, n0, _DVICRes, 0, [_VICA], [0]];
|
|
666
|
-
var DescribeVpcIngressConnectionResponse = [
|
|
659
|
+
[() => ObservabilityConfiguration$],
|
|
660
|
+
];
|
|
661
|
+
var DescribeServiceRequest$ = [3, n0, _DSRes, 0, [_SA], [0]];
|
|
662
|
+
var DescribeServiceResponse$ = [3, n0, _DSResc, 0, [_Se], [[() => Service$, 0]]];
|
|
663
|
+
var DescribeVpcConnectorRequest$ = [3, n0, _DVCRes, 0, [_VCA], [0]];
|
|
664
|
+
var DescribeVpcConnectorResponse$ = [3, n0, _DVCResc, 0, [_VC], [() => VpcConnector$]];
|
|
665
|
+
var DescribeVpcIngressConnectionRequest$ = [3, n0, _DVICRes, 0, [_VICA], [0]];
|
|
666
|
+
var DescribeVpcIngressConnectionResponse$ = [
|
|
667
667
|
3,
|
|
668
668
|
n0,
|
|
669
669
|
_DVICResc,
|
|
670
670
|
0,
|
|
671
671
|
[_VIC],
|
|
672
|
-
[() => VpcIngressConnection],
|
|
672
|
+
[() => VpcIngressConnection$],
|
|
673
673
|
];
|
|
674
|
-
var DisassociateCustomDomainRequest = [3, n0, _DCDRi, 0, [_SA, _DN], [0, 0]];
|
|
675
|
-
var DisassociateCustomDomainResponse = [
|
|
674
|
+
var DisassociateCustomDomainRequest$ = [3, n0, _DCDRi, 0, [_SA, _DN], [0, 0]];
|
|
675
|
+
var DisassociateCustomDomainResponse$ = [
|
|
676
676
|
3,
|
|
677
677
|
n0,
|
|
678
678
|
_DCDRis,
|
|
679
679
|
0,
|
|
680
680
|
[_DNST, _SA, _CD, _VDNST],
|
|
681
|
-
[0, 0, () => CustomDomain
|
|
681
|
+
[0, 0, () => CustomDomain$, () => VpcDNSTargetList],
|
|
682
682
|
];
|
|
683
|
-
var EgressConfiguration = [3, n0, _ECg, 0, [_ET, _VCA], [0, 0]];
|
|
684
|
-
var EncryptionConfiguration = [3, n0, _EC, 0, [_KK], [0]];
|
|
685
|
-
var HealthCheckConfiguration = [
|
|
683
|
+
var EgressConfiguration$ = [3, n0, _ECg, 0, [_ET, _VCA], [0, 0]];
|
|
684
|
+
var EncryptionConfiguration$ = [3, n0, _EC, 0, [_KK], [0]];
|
|
685
|
+
var HealthCheckConfiguration$ = [
|
|
686
686
|
3,
|
|
687
687
|
n0,
|
|
688
688
|
_HCC,
|
|
@@ -690,7 +690,7 @@ var HealthCheckConfiguration = [
|
|
|
690
690
|
[_Pr, _Pa, _I, _Ti, _HT, _UT],
|
|
691
691
|
[0, 0, 1, 1, 1, 1],
|
|
692
692
|
];
|
|
693
|
-
var ImageConfiguration = [
|
|
693
|
+
var ImageConfiguration$ = [
|
|
694
694
|
3,
|
|
695
695
|
n0,
|
|
696
696
|
_ICm,
|
|
@@ -698,18 +698,18 @@ var ImageConfiguration = [
|
|
|
698
698
|
[_REV, _SC, _P, _RES],
|
|
699
699
|
[[() => RuntimeEnvironmentVariables, 0], [() => StartCommand, 0], 0, [() => RuntimeEnvironmentSecrets, 0]],
|
|
700
700
|
];
|
|
701
|
-
var ImageRepository = [
|
|
701
|
+
var ImageRepository$ = [
|
|
702
702
|
3,
|
|
703
703
|
n0,
|
|
704
704
|
_IR,
|
|
705
705
|
0,
|
|
706
706
|
[_II, _ICm, _IRT],
|
|
707
|
-
[0, [() => ImageConfiguration
|
|
707
|
+
[0, [() => ImageConfiguration$, 0], 0],
|
|
708
708
|
];
|
|
709
|
-
var IngressConfiguration = [3, n0, _ICn, 0, [_IPA], [2]];
|
|
710
|
-
var IngressVpcConfiguration = [3, n0, _IVC, 0, [_VI, _VEI], [0, 0]];
|
|
711
|
-
var InstanceConfiguration = [3, n0, _IC, 0, [_Cp, _M, _IRA], [0, 0, 0]];
|
|
712
|
-
var InternalServiceErrorException = [
|
|
709
|
+
var IngressConfiguration$ = [3, n0, _ICn, 0, [_IPA], [2]];
|
|
710
|
+
var IngressVpcConfiguration$ = [3, n0, _IVC, 0, [_VI, _VEI], [0, 0]];
|
|
711
|
+
var InstanceConfiguration$ = [3, n0, _IC, 0, [_Cp, _M, _IRA], [0, 0, 0]];
|
|
712
|
+
var InternalServiceErrorException$ = [
|
|
713
713
|
-3,
|
|
714
714
|
n0,
|
|
715
715
|
_ISEE,
|
|
@@ -717,8 +717,8 @@ var InternalServiceErrorException = [
|
|
|
717
717
|
[_Me],
|
|
718
718
|
[0],
|
|
719
719
|
];
|
|
720
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException
|
|
721
|
-
var InvalidRequestException = [
|
|
720
|
+
schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
721
|
+
var InvalidRequestException$ = [
|
|
722
722
|
-3,
|
|
723
723
|
n0,
|
|
724
724
|
_IRE,
|
|
@@ -726,8 +726,8 @@ var InvalidRequestException = [
|
|
|
726
726
|
[_Me],
|
|
727
727
|
[0],
|
|
728
728
|
];
|
|
729
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
730
|
-
var InvalidStateException = [
|
|
729
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
730
|
+
var InvalidStateException$ = [
|
|
731
731
|
-3,
|
|
732
732
|
n0,
|
|
733
733
|
_ISE,
|
|
@@ -735,8 +735,8 @@ var InvalidStateException = [
|
|
|
735
735
|
[_Me],
|
|
736
736
|
[0],
|
|
737
737
|
];
|
|
738
|
-
schema.TypeRegistry.for(n0).registerError(InvalidStateException
|
|
739
|
-
var ListAutoScalingConfigurationsRequest = [
|
|
738
|
+
schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
739
|
+
var ListAutoScalingConfigurationsRequest$ = [
|
|
740
740
|
3,
|
|
741
741
|
n0,
|
|
742
742
|
_LASCR,
|
|
@@ -744,7 +744,7 @@ var ListAutoScalingConfigurationsRequest = [
|
|
|
744
744
|
[_ASCN, _LO, _MR, _NT],
|
|
745
745
|
[0, 2, 1, 0],
|
|
746
746
|
];
|
|
747
|
-
var ListAutoScalingConfigurationsResponse = [
|
|
747
|
+
var ListAutoScalingConfigurationsResponse$ = [
|
|
748
748
|
3,
|
|
749
749
|
n0,
|
|
750
750
|
_LASCRi,
|
|
@@ -752,8 +752,8 @@ var ListAutoScalingConfigurationsResponse = [
|
|
|
752
752
|
[_ASCSL, _NT],
|
|
753
753
|
[() => AutoScalingConfigurationSummaryList, 0],
|
|
754
754
|
];
|
|
755
|
-
var ListConnectionsRequest = [3, n0, _LCR, 0, [_CN, _MR, _NT], [0, 1, 0]];
|
|
756
|
-
var ListConnectionsResponse = [
|
|
755
|
+
var ListConnectionsRequest$ = [3, n0, _LCR, 0, [_CN, _MR, _NT], [0, 1, 0]];
|
|
756
|
+
var ListConnectionsResponse$ = [
|
|
757
757
|
3,
|
|
758
758
|
n0,
|
|
759
759
|
_LCRi,
|
|
@@ -761,7 +761,7 @@ var ListConnectionsResponse = [
|
|
|
761
761
|
[_CSL, _NT],
|
|
762
762
|
[() => ConnectionSummaryList, 0],
|
|
763
763
|
];
|
|
764
|
-
var ListObservabilityConfigurationsRequest = [
|
|
764
|
+
var ListObservabilityConfigurationsRequest$ = [
|
|
765
765
|
3,
|
|
766
766
|
n0,
|
|
767
767
|
_LOCR,
|
|
@@ -769,7 +769,7 @@ var ListObservabilityConfigurationsRequest = [
|
|
|
769
769
|
[_OCN, _LO, _MR, _NT],
|
|
770
770
|
[0, 2, 1, 0],
|
|
771
771
|
];
|
|
772
|
-
var ListObservabilityConfigurationsResponse = [
|
|
772
|
+
var ListObservabilityConfigurationsResponse$ = [
|
|
773
773
|
3,
|
|
774
774
|
n0,
|
|
775
775
|
_LOCRi,
|
|
@@ -777,8 +777,8 @@ var ListObservabilityConfigurationsResponse = [
|
|
|
777
777
|
[_OCSL, _NT],
|
|
778
778
|
[() => ObservabilityConfigurationSummaryList, 0],
|
|
779
779
|
];
|
|
780
|
-
var ListOperationsRequest = [3, n0, _LOR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
781
|
-
var ListOperationsResponse = [
|
|
780
|
+
var ListOperationsRequest$ = [3, n0, _LOR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
781
|
+
var ListOperationsResponse$ = [
|
|
782
782
|
3,
|
|
783
783
|
n0,
|
|
784
784
|
_LORi,
|
|
@@ -786,7 +786,7 @@ var ListOperationsResponse = [
|
|
|
786
786
|
[_OSL, _NT],
|
|
787
787
|
[() => OperationSummaryList, 0],
|
|
788
788
|
];
|
|
789
|
-
var ListServicesForAutoScalingConfigurationRequest = [
|
|
789
|
+
var ListServicesForAutoScalingConfigurationRequest$ = [
|
|
790
790
|
3,
|
|
791
791
|
n0,
|
|
792
792
|
_LSFASCR,
|
|
@@ -794,7 +794,7 @@ var ListServicesForAutoScalingConfigurationRequest = [
|
|
|
794
794
|
[_ASCA, _MR, _NT],
|
|
795
795
|
[0, 1, 0],
|
|
796
796
|
];
|
|
797
|
-
var ListServicesForAutoScalingConfigurationResponse = [
|
|
797
|
+
var ListServicesForAutoScalingConfigurationResponse$ = [
|
|
798
798
|
3,
|
|
799
799
|
n0,
|
|
800
800
|
_LSFASCRi,
|
|
@@ -802,22 +802,29 @@ var ListServicesForAutoScalingConfigurationResponse = [
|
|
|
802
802
|
[_SAL, _NT],
|
|
803
803
|
[64 | 0, 0],
|
|
804
804
|
];
|
|
805
|
-
var ListServicesRequest = [3, n0, _LSR, 0, [_NT, _MR], [0, 1]];
|
|
806
|
-
var ListServicesResponse = [3, n0, _LSRi, 0, [_SSL, _NT], [() => ServiceSummaryList, 0]];
|
|
807
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
808
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
809
|
-
var ListVpcConnectorsRequest = [3, n0, _LVCR, 0, [_MR, _NT], [1, 0]];
|
|
810
|
-
var ListVpcConnectorsResponse = [
|
|
811
|
-
|
|
812
|
-
|
|
805
|
+
var ListServicesRequest$ = [3, n0, _LSR, 0, [_NT, _MR], [0, 1]];
|
|
806
|
+
var ListServicesResponse$ = [3, n0, _LSRi, 0, [_SSL, _NT], [() => ServiceSummaryList, 0]];
|
|
807
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
808
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
809
|
+
var ListVpcConnectorsRequest$ = [3, n0, _LVCR, 0, [_MR, _NT], [1, 0]];
|
|
810
|
+
var ListVpcConnectorsResponse$ = [
|
|
811
|
+
3,
|
|
812
|
+
n0,
|
|
813
|
+
_LVCRi,
|
|
814
|
+
0,
|
|
815
|
+
[_VCp, _NT],
|
|
816
|
+
[() => VpcConnectors, 0],
|
|
817
|
+
];
|
|
818
|
+
var ListVpcIngressConnectionsFilter$ = [3, n0, _LVICF, 0, [_SA, _VEI], [0, 0]];
|
|
819
|
+
var ListVpcIngressConnectionsRequest$ = [
|
|
813
820
|
3,
|
|
814
821
|
n0,
|
|
815
822
|
_LVICR,
|
|
816
823
|
0,
|
|
817
824
|
[_F, _MR, _NT],
|
|
818
|
-
[() => ListVpcIngressConnectionsFilter
|
|
825
|
+
[() => ListVpcIngressConnectionsFilter$, 1, 0],
|
|
819
826
|
];
|
|
820
|
-
var ListVpcIngressConnectionsResponse = [
|
|
827
|
+
var ListVpcIngressConnectionsResponse$ = [
|
|
821
828
|
3,
|
|
822
829
|
n0,
|
|
823
830
|
_LVICRi,
|
|
@@ -825,24 +832,24 @@ var ListVpcIngressConnectionsResponse = [
|
|
|
825
832
|
[_VICSL, _NT],
|
|
826
833
|
[() => VpcIngressConnectionSummaryList, 0],
|
|
827
834
|
];
|
|
828
|
-
var NetworkConfiguration = [
|
|
835
|
+
var NetworkConfiguration$ = [
|
|
829
836
|
3,
|
|
830
837
|
n0,
|
|
831
838
|
_NC,
|
|
832
839
|
0,
|
|
833
840
|
[_ECg, _ICn, _IAT],
|
|
834
|
-
[() => EgressConfiguration
|
|
841
|
+
[() => EgressConfiguration$, () => IngressConfiguration$, 0],
|
|
835
842
|
];
|
|
836
|
-
var ObservabilityConfiguration = [
|
|
843
|
+
var ObservabilityConfiguration$ = [
|
|
837
844
|
3,
|
|
838
845
|
n0,
|
|
839
846
|
_OC,
|
|
840
847
|
0,
|
|
841
848
|
[_OCA, _OCN, _TC, _OCR, _L, _S, _CAr, _DA],
|
|
842
|
-
[0, 0, () => TraceConfiguration
|
|
849
|
+
[0, 0, () => TraceConfiguration$, 1, 2, 0, 4, 4],
|
|
843
850
|
];
|
|
844
|
-
var ObservabilityConfigurationSummary = [3, n0, _OCS, 0, [_OCA, _OCN, _OCR], [0, 0, 1]];
|
|
845
|
-
var OperationSummary = [
|
|
851
|
+
var ObservabilityConfigurationSummary$ = [3, n0, _OCS, 0, [_OCA, _OCN, _OCR], [0, 0, 1]];
|
|
852
|
+
var OperationSummary$ = [
|
|
846
853
|
3,
|
|
847
854
|
n0,
|
|
848
855
|
_OS,
|
|
@@ -850,9 +857,9 @@ var OperationSummary = [
|
|
|
850
857
|
[_Id, _T, _S, _TA, _SAt, _EA, _UA],
|
|
851
858
|
[0, 0, 0, 0, 4, 4, 4],
|
|
852
859
|
];
|
|
853
|
-
var PauseServiceRequest = [3, n0, _PSR, 0, [_SA], [0]];
|
|
854
|
-
var PauseServiceResponse = [3, n0, _PSRa, 0, [_Se, _OI], [[() => Service
|
|
855
|
-
var ResourceNotFoundException = [
|
|
860
|
+
var PauseServiceRequest$ = [3, n0, _PSR, 0, [_SA], [0]];
|
|
861
|
+
var PauseServiceResponse$ = [3, n0, _PSRa, 0, [_Se, _OI], [[() => Service$, 0], 0]];
|
|
862
|
+
var ResourceNotFoundException$ = [
|
|
856
863
|
-3,
|
|
857
864
|
n0,
|
|
858
865
|
_RNFE,
|
|
@@ -860,10 +867,10 @@ var ResourceNotFoundException = [
|
|
|
860
867
|
[_Me],
|
|
861
868
|
[0],
|
|
862
869
|
];
|
|
863
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
864
|
-
var ResumeServiceRequest = [3, n0, _RSR, 0, [_SA], [0]];
|
|
865
|
-
var ResumeServiceResponse = [3, n0, _RSRe, 0, [_Se, _OI], [[() => Service
|
|
866
|
-
var Service = [
|
|
870
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
871
|
+
var ResumeServiceRequest$ = [3, n0, _RSR, 0, [_SA], [0]];
|
|
872
|
+
var ResumeServiceResponse$ = [3, n0, _RSRe, 0, [_Se, _OI], [[() => Service$, 0], 0]];
|
|
873
|
+
var Service$ = [
|
|
867
874
|
3,
|
|
868
875
|
n0,
|
|
869
876
|
_Se,
|
|
@@ -878,17 +885,17 @@ var Service = [
|
|
|
878
885
|
4,
|
|
879
886
|
4,
|
|
880
887
|
0,
|
|
881
|
-
[() => SourceConfiguration
|
|
882
|
-
() => InstanceConfiguration
|
|
883
|
-
() => EncryptionConfiguration
|
|
884
|
-
() => HealthCheckConfiguration
|
|
885
|
-
() => AutoScalingConfigurationSummary
|
|
886
|
-
() => NetworkConfiguration
|
|
887
|
-
() => ServiceObservabilityConfiguration
|
|
888
|
+
[() => SourceConfiguration$, 0],
|
|
889
|
+
() => InstanceConfiguration$,
|
|
890
|
+
() => EncryptionConfiguration$,
|
|
891
|
+
() => HealthCheckConfiguration$,
|
|
892
|
+
() => AutoScalingConfigurationSummary$,
|
|
893
|
+
() => NetworkConfiguration$,
|
|
894
|
+
() => ServiceObservabilityConfiguration$,
|
|
888
895
|
],
|
|
889
896
|
];
|
|
890
|
-
var ServiceObservabilityConfiguration = [3, n0, _SOC, 0, [_OE, _OCA], [2, 0]];
|
|
891
|
-
var ServiceQuotaExceededException = [
|
|
897
|
+
var ServiceObservabilityConfiguration$ = [3, n0, _SOC, 0, [_OE, _OCA], [2, 0]];
|
|
898
|
+
var ServiceQuotaExceededException$ = [
|
|
892
899
|
-3,
|
|
893
900
|
n0,
|
|
894
901
|
_SQEE,
|
|
@@ -896,8 +903,8 @@ var ServiceQuotaExceededException = [
|
|
|
896
903
|
[_Me],
|
|
897
904
|
[0],
|
|
898
905
|
];
|
|
899
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
900
|
-
var ServiceSummary = [
|
|
906
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
907
|
+
var ServiceSummary$ = [
|
|
901
908
|
3,
|
|
902
909
|
n0,
|
|
903
910
|
_SS,
|
|
@@ -905,33 +912,33 @@ var ServiceSummary = [
|
|
|
905
912
|
[_SN, _SI, _SA, _SU, _CAr, _UA, _S],
|
|
906
913
|
[0, 0, 0, 0, 4, 4, 0],
|
|
907
914
|
];
|
|
908
|
-
var SourceCodeVersion = [3, n0, _SCV, 0, [_T, _V], [0, 0]];
|
|
909
|
-
var SourceConfiguration = [
|
|
915
|
+
var SourceCodeVersion$ = [3, n0, _SCV, 0, [_T, _V], [0, 0]];
|
|
916
|
+
var SourceConfiguration$ = [
|
|
910
917
|
3,
|
|
911
918
|
n0,
|
|
912
919
|
_SCo,
|
|
913
920
|
0,
|
|
914
921
|
[_CR, _IR, _ADE, _AC],
|
|
915
|
-
[[() => CodeRepository
|
|
916
|
-
];
|
|
917
|
-
var StartDeploymentRequest = [3, n0, _SDR, 0, [_SA], [0]];
|
|
918
|
-
var StartDeploymentResponse = [3, n0, _SDRt, 0, [_OI], [0]];
|
|
919
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
920
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
921
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
922
|
-
var TraceConfiguration = [3, n0, _TC, 0, [_Ve], [0]];
|
|
923
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
924
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
925
|
-
var UpdateDefaultAutoScalingConfigurationRequest = [3, n0, _UDASCR, 0, [_ASCA], [0]];
|
|
926
|
-
var UpdateDefaultAutoScalingConfigurationResponse = [
|
|
922
|
+
[[() => CodeRepository$, 0], [() => ImageRepository$, 0], 2, () => AuthenticationConfiguration$],
|
|
923
|
+
];
|
|
924
|
+
var StartDeploymentRequest$ = [3, n0, _SDR, 0, [_SA], [0]];
|
|
925
|
+
var StartDeploymentResponse$ = [3, n0, _SDRt, 0, [_OI], [0]];
|
|
926
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
927
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
928
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
929
|
+
var TraceConfiguration$ = [3, n0, _TC, 0, [_Ve], [0]];
|
|
930
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
931
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
932
|
+
var UpdateDefaultAutoScalingConfigurationRequest$ = [3, n0, _UDASCR, 0, [_ASCA], [0]];
|
|
933
|
+
var UpdateDefaultAutoScalingConfigurationResponse$ = [
|
|
927
934
|
3,
|
|
928
935
|
n0,
|
|
929
936
|
_UDASCRp,
|
|
930
937
|
0,
|
|
931
938
|
[_ASC],
|
|
932
|
-
[() => AutoScalingConfiguration],
|
|
939
|
+
[() => AutoScalingConfiguration$],
|
|
933
940
|
];
|
|
934
|
-
var UpdateServiceRequest = [
|
|
941
|
+
var UpdateServiceRequest$ = [
|
|
935
942
|
3,
|
|
936
943
|
n0,
|
|
937
944
|
_USR,
|
|
@@ -939,32 +946,32 @@ var UpdateServiceRequest = [
|
|
|
939
946
|
[_SA, _SCo, _IC, _ASCA, _HCC, _NC, _OC],
|
|
940
947
|
[
|
|
941
948
|
0,
|
|
942
|
-
[() => SourceConfiguration
|
|
943
|
-
() => InstanceConfiguration
|
|
949
|
+
[() => SourceConfiguration$, 0],
|
|
950
|
+
() => InstanceConfiguration$,
|
|
944
951
|
0,
|
|
945
|
-
() => HealthCheckConfiguration
|
|
946
|
-
() => NetworkConfiguration
|
|
947
|
-
() => ServiceObservabilityConfiguration
|
|
952
|
+
() => HealthCheckConfiguration$,
|
|
953
|
+
() => NetworkConfiguration$,
|
|
954
|
+
() => ServiceObservabilityConfiguration$,
|
|
948
955
|
],
|
|
949
956
|
];
|
|
950
|
-
var UpdateServiceResponse = [3, n0, _USRp, 0, [_Se, _OI], [[() => Service
|
|
951
|
-
var UpdateVpcIngressConnectionRequest = [
|
|
957
|
+
var UpdateServiceResponse$ = [3, n0, _USRp, 0, [_Se, _OI], [[() => Service$, 0], 0]];
|
|
958
|
+
var UpdateVpcIngressConnectionRequest$ = [
|
|
952
959
|
3,
|
|
953
960
|
n0,
|
|
954
961
|
_UVICR,
|
|
955
962
|
0,
|
|
956
963
|
[_VICA, _IVC],
|
|
957
|
-
[0, () => IngressVpcConfiguration],
|
|
964
|
+
[0, () => IngressVpcConfiguration$],
|
|
958
965
|
];
|
|
959
|
-
var UpdateVpcIngressConnectionResponse = [
|
|
966
|
+
var UpdateVpcIngressConnectionResponse$ = [
|
|
960
967
|
3,
|
|
961
968
|
n0,
|
|
962
969
|
_UVICRp,
|
|
963
970
|
0,
|
|
964
971
|
[_VIC],
|
|
965
|
-
[() => VpcIngressConnection],
|
|
972
|
+
[() => VpcIngressConnection$],
|
|
966
973
|
];
|
|
967
|
-
var VpcConnector = [
|
|
974
|
+
var VpcConnector$ = [
|
|
968
975
|
3,
|
|
969
976
|
n0,
|
|
970
977
|
_VC,
|
|
@@ -972,41 +979,35 @@ var VpcConnector = [
|
|
|
972
979
|
[_VCN, _VCA, _VCR, _Su, _SG, _S, _CAr, _DA],
|
|
973
980
|
[0, 0, 1, 64 | 0, 64 | 0, 0, 4, 4],
|
|
974
981
|
];
|
|
975
|
-
var VpcDNSTarget = [3, n0, _VDNSTp, 0, [_VICA, _VI, _DN], [0, 0, 0]];
|
|
976
|
-
var VpcIngressConnection = [
|
|
982
|
+
var VpcDNSTarget$ = [3, n0, _VDNSTp, 0, [_VICA, _VI, _DN], [0, 0, 0]];
|
|
983
|
+
var VpcIngressConnection$ = [
|
|
977
984
|
3,
|
|
978
985
|
n0,
|
|
979
986
|
_VIC,
|
|
980
987
|
0,
|
|
981
988
|
[_VICA, _VICN, _SA, _S, _AI, _DN, _IVC, _CAr, _DA],
|
|
982
|
-
[0, 0, 0, 0, 0, 0, () => IngressVpcConfiguration
|
|
983
|
-
];
|
|
984
|
-
var VpcIngressConnectionSummary = [3, n0, _VICS, 0, [_VICA, _SA], [0, 0]];
|
|
985
|
-
var AppRunnerServiceException = [-3, _sm, "AppRunnerServiceException", 0, [], []];
|
|
986
|
-
schema.TypeRegistry.for(_sm).registerError(AppRunnerServiceException
|
|
987
|
-
var AutoScalingConfigurationSummaryList = [
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
0,
|
|
992
|
-
() => AutoScalingConfigurationSummary,
|
|
993
|
-
];
|
|
994
|
-
var CertificateValidationRecordList = [1, n0, _CVRL, 0, () => CertificateValidationRecord];
|
|
995
|
-
var ConnectionSummaryList = [1, n0, _CSL, 0, () => ConnectionSummary];
|
|
996
|
-
var CustomDomainList = [1, n0, _CDL, 0, () => CustomDomain];
|
|
989
|
+
[0, 0, 0, 0, 0, 0, () => IngressVpcConfiguration$, 4, 4],
|
|
990
|
+
];
|
|
991
|
+
var VpcIngressConnectionSummary$ = [3, n0, _VICS, 0, [_VICA, _SA], [0, 0]];
|
|
992
|
+
var AppRunnerServiceException$ = [-3, _sm, "AppRunnerServiceException", 0, [], []];
|
|
993
|
+
schema.TypeRegistry.for(_sm).registerError(AppRunnerServiceException$, AppRunnerServiceException);
|
|
994
|
+
var AutoScalingConfigurationSummaryList = [1, n0, _ASCSL, 0, () => AutoScalingConfigurationSummary$];
|
|
995
|
+
var CertificateValidationRecordList = [1, n0, _CVRL, 0, () => CertificateValidationRecord$];
|
|
996
|
+
var ConnectionSummaryList = [1, n0, _CSL, 0, () => ConnectionSummary$];
|
|
997
|
+
var CustomDomainList = [1, n0, _CDL, 0, () => CustomDomain$];
|
|
997
998
|
var ObservabilityConfigurationSummaryList = [
|
|
998
999
|
1,
|
|
999
1000
|
n0,
|
|
1000
1001
|
_OCSL,
|
|
1001
1002
|
0,
|
|
1002
|
-
() => ObservabilityConfigurationSummary
|
|
1003
|
+
() => ObservabilityConfigurationSummary$,
|
|
1003
1004
|
];
|
|
1004
|
-
var OperationSummaryList = [1, n0, _OSL, 0, () => OperationSummary];
|
|
1005
|
-
var ServiceSummaryList = [1, n0, _SSL, 0, () => ServiceSummary];
|
|
1006
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1007
|
-
var VpcConnectors = [1, n0, _VCp, 0, () => VpcConnector];
|
|
1008
|
-
var VpcDNSTargetList = [1, n0, _VDNSTL, 0, () => VpcDNSTarget];
|
|
1009
|
-
var VpcIngressConnectionSummaryList = [1, n0, _VICSL, 0, () => VpcIngressConnectionSummary];
|
|
1005
|
+
var OperationSummaryList = [1, n0, _OSL, 0, () => OperationSummary$];
|
|
1006
|
+
var ServiceSummaryList = [1, n0, _SSL, 0, () => ServiceSummary$];
|
|
1007
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1008
|
+
var VpcConnectors = [1, n0, _VCp, 0, () => VpcConnector$];
|
|
1009
|
+
var VpcDNSTargetList = [1, n0, _VDNSTL, 0, () => VpcDNSTarget$];
|
|
1010
|
+
var VpcIngressConnectionSummaryList = [1, n0, _VICSL, 0, () => VpcIngressConnectionSummary$];
|
|
1010
1011
|
var RuntimeEnvironmentSecrets = [
|
|
1011
1012
|
2,
|
|
1012
1013
|
n0,
|
|
@@ -1023,280 +1024,294 @@ var RuntimeEnvironmentVariables = [
|
|
|
1023
1024
|
[() => RuntimeEnvironmentVariablesKey, 0],
|
|
1024
1025
|
[() => RuntimeEnvironmentVariablesValue, 0],
|
|
1025
1026
|
];
|
|
1026
|
-
var AssociateCustomDomain = [
|
|
1027
|
+
var AssociateCustomDomain$ = [
|
|
1027
1028
|
9,
|
|
1028
1029
|
n0,
|
|
1029
1030
|
_ACD,
|
|
1030
1031
|
0,
|
|
1031
|
-
() => AssociateCustomDomainRequest
|
|
1032
|
-
() => AssociateCustomDomainResponse
|
|
1032
|
+
() => AssociateCustomDomainRequest$,
|
|
1033
|
+
() => AssociateCustomDomainResponse$,
|
|
1033
1034
|
];
|
|
1034
|
-
var CreateAutoScalingConfiguration = [
|
|
1035
|
+
var CreateAutoScalingConfiguration$ = [
|
|
1035
1036
|
9,
|
|
1036
1037
|
n0,
|
|
1037
1038
|
_CASC,
|
|
1038
1039
|
0,
|
|
1039
|
-
() => CreateAutoScalingConfigurationRequest
|
|
1040
|
-
() => CreateAutoScalingConfigurationResponse
|
|
1040
|
+
() => CreateAutoScalingConfigurationRequest$,
|
|
1041
|
+
() => CreateAutoScalingConfigurationResponse$,
|
|
1041
1042
|
];
|
|
1042
|
-
var CreateConnection = [
|
|
1043
|
+
var CreateConnection$ = [
|
|
1043
1044
|
9,
|
|
1044
1045
|
n0,
|
|
1045
1046
|
_CCr,
|
|
1046
1047
|
0,
|
|
1047
|
-
() => CreateConnectionRequest
|
|
1048
|
-
() => CreateConnectionResponse
|
|
1048
|
+
() => CreateConnectionRequest$,
|
|
1049
|
+
() => CreateConnectionResponse$,
|
|
1049
1050
|
];
|
|
1050
|
-
var CreateObservabilityConfiguration = [
|
|
1051
|
+
var CreateObservabilityConfiguration$ = [
|
|
1051
1052
|
9,
|
|
1052
1053
|
n0,
|
|
1053
1054
|
_COC,
|
|
1054
1055
|
0,
|
|
1055
|
-
() => CreateObservabilityConfigurationRequest
|
|
1056
|
-
() => CreateObservabilityConfigurationResponse
|
|
1056
|
+
() => CreateObservabilityConfigurationRequest$,
|
|
1057
|
+
() => CreateObservabilityConfigurationResponse$,
|
|
1057
1058
|
];
|
|
1058
|
-
var CreateService = [
|
|
1059
|
+
var CreateService$ = [
|
|
1059
1060
|
9,
|
|
1060
1061
|
n0,
|
|
1061
1062
|
_CSr,
|
|
1062
1063
|
0,
|
|
1063
|
-
() => CreateServiceRequest
|
|
1064
|
-
() => CreateServiceResponse
|
|
1064
|
+
() => CreateServiceRequest$,
|
|
1065
|
+
() => CreateServiceResponse$,
|
|
1065
1066
|
];
|
|
1066
|
-
var CreateVpcConnector = [
|
|
1067
|
+
var CreateVpcConnector$ = [
|
|
1067
1068
|
9,
|
|
1068
1069
|
n0,
|
|
1069
1070
|
_CVC,
|
|
1070
1071
|
0,
|
|
1071
|
-
() => CreateVpcConnectorRequest
|
|
1072
|
-
() => CreateVpcConnectorResponse
|
|
1072
|
+
() => CreateVpcConnectorRequest$,
|
|
1073
|
+
() => CreateVpcConnectorResponse$,
|
|
1073
1074
|
];
|
|
1074
|
-
var CreateVpcIngressConnection = [
|
|
1075
|
+
var CreateVpcIngressConnection$ = [
|
|
1075
1076
|
9,
|
|
1076
1077
|
n0,
|
|
1077
1078
|
_CVIC,
|
|
1078
1079
|
0,
|
|
1079
|
-
() => CreateVpcIngressConnectionRequest
|
|
1080
|
-
() => CreateVpcIngressConnectionResponse
|
|
1080
|
+
() => CreateVpcIngressConnectionRequest$,
|
|
1081
|
+
() => CreateVpcIngressConnectionResponse$,
|
|
1081
1082
|
];
|
|
1082
|
-
var DeleteAutoScalingConfiguration = [
|
|
1083
|
+
var DeleteAutoScalingConfiguration$ = [
|
|
1083
1084
|
9,
|
|
1084
1085
|
n0,
|
|
1085
1086
|
_DASC,
|
|
1086
1087
|
0,
|
|
1087
|
-
() => DeleteAutoScalingConfigurationRequest
|
|
1088
|
-
() => DeleteAutoScalingConfigurationResponse
|
|
1088
|
+
() => DeleteAutoScalingConfigurationRequest$,
|
|
1089
|
+
() => DeleteAutoScalingConfigurationResponse$,
|
|
1089
1090
|
];
|
|
1090
|
-
var DeleteConnection = [
|
|
1091
|
+
var DeleteConnection$ = [
|
|
1091
1092
|
9,
|
|
1092
1093
|
n0,
|
|
1093
1094
|
_DC,
|
|
1094
1095
|
0,
|
|
1095
|
-
() => DeleteConnectionRequest
|
|
1096
|
-
() => DeleteConnectionResponse
|
|
1096
|
+
() => DeleteConnectionRequest$,
|
|
1097
|
+
() => DeleteConnectionResponse$,
|
|
1097
1098
|
];
|
|
1098
|
-
var DeleteObservabilityConfiguration = [
|
|
1099
|
+
var DeleteObservabilityConfiguration$ = [
|
|
1099
1100
|
9,
|
|
1100
1101
|
n0,
|
|
1101
1102
|
_DOC,
|
|
1102
1103
|
0,
|
|
1103
|
-
() => DeleteObservabilityConfigurationRequest
|
|
1104
|
-
() => DeleteObservabilityConfigurationResponse
|
|
1104
|
+
() => DeleteObservabilityConfigurationRequest$,
|
|
1105
|
+
() => DeleteObservabilityConfigurationResponse$,
|
|
1105
1106
|
];
|
|
1106
|
-
var DeleteService = [
|
|
1107
|
+
var DeleteService$ = [
|
|
1107
1108
|
9,
|
|
1108
1109
|
n0,
|
|
1109
1110
|
_DS,
|
|
1110
1111
|
0,
|
|
1111
|
-
() => DeleteServiceRequest
|
|
1112
|
-
() => DeleteServiceResponse
|
|
1112
|
+
() => DeleteServiceRequest$,
|
|
1113
|
+
() => DeleteServiceResponse$,
|
|
1113
1114
|
];
|
|
1114
|
-
var DeleteVpcConnector = [
|
|
1115
|
+
var DeleteVpcConnector$ = [
|
|
1115
1116
|
9,
|
|
1116
1117
|
n0,
|
|
1117
1118
|
_DVC,
|
|
1118
1119
|
0,
|
|
1119
|
-
() => DeleteVpcConnectorRequest
|
|
1120
|
-
() => DeleteVpcConnectorResponse
|
|
1120
|
+
() => DeleteVpcConnectorRequest$,
|
|
1121
|
+
() => DeleteVpcConnectorResponse$,
|
|
1121
1122
|
];
|
|
1122
|
-
var DeleteVpcIngressConnection = [
|
|
1123
|
+
var DeleteVpcIngressConnection$ = [
|
|
1123
1124
|
9,
|
|
1124
1125
|
n0,
|
|
1125
1126
|
_DVIC,
|
|
1126
1127
|
0,
|
|
1127
|
-
() => DeleteVpcIngressConnectionRequest
|
|
1128
|
-
() => DeleteVpcIngressConnectionResponse
|
|
1128
|
+
() => DeleteVpcIngressConnectionRequest$,
|
|
1129
|
+
() => DeleteVpcIngressConnectionResponse$,
|
|
1129
1130
|
];
|
|
1130
|
-
var DescribeAutoScalingConfiguration = [
|
|
1131
|
+
var DescribeAutoScalingConfiguration$ = [
|
|
1131
1132
|
9,
|
|
1132
1133
|
n0,
|
|
1133
1134
|
_DASCe,
|
|
1134
1135
|
0,
|
|
1135
|
-
() => DescribeAutoScalingConfigurationRequest
|
|
1136
|
-
() => DescribeAutoScalingConfigurationResponse
|
|
1136
|
+
() => DescribeAutoScalingConfigurationRequest$,
|
|
1137
|
+
() => DescribeAutoScalingConfigurationResponse$,
|
|
1137
1138
|
];
|
|
1138
|
-
var DescribeCustomDomains = [
|
|
1139
|
+
var DescribeCustomDomains$ = [
|
|
1139
1140
|
9,
|
|
1140
1141
|
n0,
|
|
1141
1142
|
_DCD,
|
|
1142
1143
|
0,
|
|
1143
|
-
() => DescribeCustomDomainsRequest
|
|
1144
|
-
() => DescribeCustomDomainsResponse
|
|
1144
|
+
() => DescribeCustomDomainsRequest$,
|
|
1145
|
+
() => DescribeCustomDomainsResponse$,
|
|
1145
1146
|
];
|
|
1146
|
-
var DescribeObservabilityConfiguration = [
|
|
1147
|
+
var DescribeObservabilityConfiguration$ = [
|
|
1147
1148
|
9,
|
|
1148
1149
|
n0,
|
|
1149
1150
|
_DOCe,
|
|
1150
1151
|
0,
|
|
1151
|
-
() => DescribeObservabilityConfigurationRequest
|
|
1152
|
-
() => DescribeObservabilityConfigurationResponse
|
|
1152
|
+
() => DescribeObservabilityConfigurationRequest$,
|
|
1153
|
+
() => DescribeObservabilityConfigurationResponse$,
|
|
1153
1154
|
];
|
|
1154
|
-
var DescribeService = [
|
|
1155
|
+
var DescribeService$ = [
|
|
1155
1156
|
9,
|
|
1156
1157
|
n0,
|
|
1157
1158
|
_DSe,
|
|
1158
1159
|
0,
|
|
1159
|
-
() => DescribeServiceRequest
|
|
1160
|
-
() => DescribeServiceResponse
|
|
1160
|
+
() => DescribeServiceRequest$,
|
|
1161
|
+
() => DescribeServiceResponse$,
|
|
1161
1162
|
];
|
|
1162
|
-
var DescribeVpcConnector = [
|
|
1163
|
+
var DescribeVpcConnector$ = [
|
|
1163
1164
|
9,
|
|
1164
1165
|
n0,
|
|
1165
1166
|
_DVCe,
|
|
1166
1167
|
0,
|
|
1167
|
-
() => DescribeVpcConnectorRequest
|
|
1168
|
-
() => DescribeVpcConnectorResponse
|
|
1168
|
+
() => DescribeVpcConnectorRequest$,
|
|
1169
|
+
() => DescribeVpcConnectorResponse$,
|
|
1169
1170
|
];
|
|
1170
|
-
var DescribeVpcIngressConnection = [
|
|
1171
|
+
var DescribeVpcIngressConnection$ = [
|
|
1171
1172
|
9,
|
|
1172
1173
|
n0,
|
|
1173
1174
|
_DVICe,
|
|
1174
1175
|
0,
|
|
1175
|
-
() => DescribeVpcIngressConnectionRequest
|
|
1176
|
-
() => DescribeVpcIngressConnectionResponse
|
|
1176
|
+
() => DescribeVpcIngressConnectionRequest$,
|
|
1177
|
+
() => DescribeVpcIngressConnectionResponse$,
|
|
1177
1178
|
];
|
|
1178
|
-
var DisassociateCustomDomain = [
|
|
1179
|
+
var DisassociateCustomDomain$ = [
|
|
1179
1180
|
9,
|
|
1180
1181
|
n0,
|
|
1181
1182
|
_DCDi,
|
|
1182
1183
|
0,
|
|
1183
|
-
() => DisassociateCustomDomainRequest
|
|
1184
|
-
() => DisassociateCustomDomainResponse
|
|
1184
|
+
() => DisassociateCustomDomainRequest$,
|
|
1185
|
+
() => DisassociateCustomDomainResponse$,
|
|
1185
1186
|
];
|
|
1186
|
-
var ListAutoScalingConfigurations = [
|
|
1187
|
+
var ListAutoScalingConfigurations$ = [
|
|
1187
1188
|
9,
|
|
1188
1189
|
n0,
|
|
1189
1190
|
_LASC,
|
|
1190
1191
|
0,
|
|
1191
|
-
() => ListAutoScalingConfigurationsRequest
|
|
1192
|
-
() => ListAutoScalingConfigurationsResponse
|
|
1192
|
+
() => ListAutoScalingConfigurationsRequest$,
|
|
1193
|
+
() => ListAutoScalingConfigurationsResponse$,
|
|
1193
1194
|
];
|
|
1194
|
-
var ListConnections = [
|
|
1195
|
+
var ListConnections$ = [
|
|
1195
1196
|
9,
|
|
1196
1197
|
n0,
|
|
1197
1198
|
_LC,
|
|
1198
1199
|
0,
|
|
1199
|
-
() => ListConnectionsRequest
|
|
1200
|
-
() => ListConnectionsResponse
|
|
1200
|
+
() => ListConnectionsRequest$,
|
|
1201
|
+
() => ListConnectionsResponse$,
|
|
1201
1202
|
];
|
|
1202
|
-
var ListObservabilityConfigurations = [
|
|
1203
|
+
var ListObservabilityConfigurations$ = [
|
|
1203
1204
|
9,
|
|
1204
1205
|
n0,
|
|
1205
1206
|
_LOC,
|
|
1206
1207
|
0,
|
|
1207
|
-
() => ListObservabilityConfigurationsRequest
|
|
1208
|
-
() => ListObservabilityConfigurationsResponse
|
|
1208
|
+
() => ListObservabilityConfigurationsRequest$,
|
|
1209
|
+
() => ListObservabilityConfigurationsResponse$,
|
|
1209
1210
|
];
|
|
1210
|
-
var ListOperations = [
|
|
1211
|
+
var ListOperations$ = [
|
|
1211
1212
|
9,
|
|
1212
1213
|
n0,
|
|
1213
1214
|
_LOi,
|
|
1214
1215
|
0,
|
|
1215
|
-
() => ListOperationsRequest
|
|
1216
|
-
() => ListOperationsResponse
|
|
1216
|
+
() => ListOperationsRequest$,
|
|
1217
|
+
() => ListOperationsResponse$,
|
|
1218
|
+
];
|
|
1219
|
+
var ListServices$ = [
|
|
1220
|
+
9,
|
|
1221
|
+
n0,
|
|
1222
|
+
_LS,
|
|
1223
|
+
0,
|
|
1224
|
+
() => ListServicesRequest$,
|
|
1225
|
+
() => ListServicesResponse$,
|
|
1217
1226
|
];
|
|
1218
|
-
var
|
|
1219
|
-
var ListServicesForAutoScalingConfiguration = [
|
|
1227
|
+
var ListServicesForAutoScalingConfiguration$ = [
|
|
1220
1228
|
9,
|
|
1221
1229
|
n0,
|
|
1222
1230
|
_LSFASC,
|
|
1223
1231
|
0,
|
|
1224
|
-
() => ListServicesForAutoScalingConfigurationRequest
|
|
1225
|
-
() => ListServicesForAutoScalingConfigurationResponse
|
|
1232
|
+
() => ListServicesForAutoScalingConfigurationRequest$,
|
|
1233
|
+
() => ListServicesForAutoScalingConfigurationResponse$,
|
|
1226
1234
|
];
|
|
1227
|
-
var ListTagsForResource = [
|
|
1235
|
+
var ListTagsForResource$ = [
|
|
1228
1236
|
9,
|
|
1229
1237
|
n0,
|
|
1230
1238
|
_LTFR,
|
|
1231
1239
|
0,
|
|
1232
|
-
() => ListTagsForResourceRequest
|
|
1233
|
-
() => ListTagsForResourceResponse
|
|
1240
|
+
() => ListTagsForResourceRequest$,
|
|
1241
|
+
() => ListTagsForResourceResponse$,
|
|
1234
1242
|
];
|
|
1235
|
-
var ListVpcConnectors = [
|
|
1243
|
+
var ListVpcConnectors$ = [
|
|
1236
1244
|
9,
|
|
1237
1245
|
n0,
|
|
1238
1246
|
_LVC,
|
|
1239
1247
|
0,
|
|
1240
|
-
() => ListVpcConnectorsRequest
|
|
1241
|
-
() => ListVpcConnectorsResponse
|
|
1248
|
+
() => ListVpcConnectorsRequest$,
|
|
1249
|
+
() => ListVpcConnectorsResponse$,
|
|
1242
1250
|
];
|
|
1243
|
-
var ListVpcIngressConnections = [
|
|
1251
|
+
var ListVpcIngressConnections$ = [
|
|
1244
1252
|
9,
|
|
1245
1253
|
n0,
|
|
1246
1254
|
_LVIC,
|
|
1247
1255
|
0,
|
|
1248
|
-
() => ListVpcIngressConnectionsRequest
|
|
1249
|
-
() => ListVpcIngressConnectionsResponse
|
|
1256
|
+
() => ListVpcIngressConnectionsRequest$,
|
|
1257
|
+
() => ListVpcIngressConnectionsResponse$,
|
|
1258
|
+
];
|
|
1259
|
+
var PauseService$ = [
|
|
1260
|
+
9,
|
|
1261
|
+
n0,
|
|
1262
|
+
_PS,
|
|
1263
|
+
0,
|
|
1264
|
+
() => PauseServiceRequest$,
|
|
1265
|
+
() => PauseServiceResponse$,
|
|
1250
1266
|
];
|
|
1251
|
-
var
|
|
1252
|
-
var ResumeService = [
|
|
1267
|
+
var ResumeService$ = [
|
|
1253
1268
|
9,
|
|
1254
1269
|
n0,
|
|
1255
1270
|
_RS,
|
|
1256
1271
|
0,
|
|
1257
|
-
() => ResumeServiceRequest
|
|
1258
|
-
() => ResumeServiceResponse
|
|
1272
|
+
() => ResumeServiceRequest$,
|
|
1273
|
+
() => ResumeServiceResponse$,
|
|
1259
1274
|
];
|
|
1260
|
-
var StartDeployment = [
|
|
1275
|
+
var StartDeployment$ = [
|
|
1261
1276
|
9,
|
|
1262
1277
|
n0,
|
|
1263
1278
|
_SDt,
|
|
1264
1279
|
0,
|
|
1265
|
-
() => StartDeploymentRequest
|
|
1266
|
-
() => StartDeploymentResponse
|
|
1280
|
+
() => StartDeploymentRequest$,
|
|
1281
|
+
() => StartDeploymentResponse$,
|
|
1267
1282
|
];
|
|
1268
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1269
|
-
var UntagResource = [
|
|
1283
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1284
|
+
var UntagResource$ = [
|
|
1270
1285
|
9,
|
|
1271
1286
|
n0,
|
|
1272
1287
|
_UR,
|
|
1273
1288
|
0,
|
|
1274
|
-
() => UntagResourceRequest
|
|
1275
|
-
() => UntagResourceResponse
|
|
1289
|
+
() => UntagResourceRequest$,
|
|
1290
|
+
() => UntagResourceResponse$,
|
|
1276
1291
|
];
|
|
1277
|
-
var UpdateDefaultAutoScalingConfiguration = [
|
|
1292
|
+
var UpdateDefaultAutoScalingConfiguration$ = [
|
|
1278
1293
|
9,
|
|
1279
1294
|
n0,
|
|
1280
1295
|
_UDASC,
|
|
1281
1296
|
0,
|
|
1282
|
-
() => UpdateDefaultAutoScalingConfigurationRequest
|
|
1283
|
-
() => UpdateDefaultAutoScalingConfigurationResponse
|
|
1297
|
+
() => UpdateDefaultAutoScalingConfigurationRequest$,
|
|
1298
|
+
() => UpdateDefaultAutoScalingConfigurationResponse$,
|
|
1284
1299
|
];
|
|
1285
|
-
var UpdateService = [
|
|
1300
|
+
var UpdateService$ = [
|
|
1286
1301
|
9,
|
|
1287
1302
|
n0,
|
|
1288
1303
|
_US,
|
|
1289
1304
|
0,
|
|
1290
|
-
() => UpdateServiceRequest
|
|
1291
|
-
() => UpdateServiceResponse
|
|
1305
|
+
() => UpdateServiceRequest$,
|
|
1306
|
+
() => UpdateServiceResponse$,
|
|
1292
1307
|
];
|
|
1293
|
-
var UpdateVpcIngressConnection = [
|
|
1308
|
+
var UpdateVpcIngressConnection$ = [
|
|
1294
1309
|
9,
|
|
1295
1310
|
n0,
|
|
1296
1311
|
_UVIC,
|
|
1297
1312
|
0,
|
|
1298
|
-
() => UpdateVpcIngressConnectionRequest
|
|
1299
|
-
() => UpdateVpcIngressConnectionResponse
|
|
1313
|
+
() => UpdateVpcIngressConnectionRequest$,
|
|
1314
|
+
() => UpdateVpcIngressConnectionResponse$,
|
|
1300
1315
|
];
|
|
1301
1316
|
|
|
1302
1317
|
class AssociateCustomDomainCommand extends smithyClient.Command
|
|
@@ -1307,7 +1322,7 @@ class AssociateCustomDomainCommand extends smithyClient.Command
|
|
|
1307
1322
|
})
|
|
1308
1323
|
.s("AppRunner", "AssociateCustomDomain", {})
|
|
1309
1324
|
.n("AppRunnerClient", "AssociateCustomDomainCommand")
|
|
1310
|
-
.sc(AssociateCustomDomain)
|
|
1325
|
+
.sc(AssociateCustomDomain$)
|
|
1311
1326
|
.build() {
|
|
1312
1327
|
}
|
|
1313
1328
|
|
|
@@ -1319,7 +1334,7 @@ class CreateAutoScalingConfigurationCommand extends smithyClient.Command
|
|
|
1319
1334
|
})
|
|
1320
1335
|
.s("AppRunner", "CreateAutoScalingConfiguration", {})
|
|
1321
1336
|
.n("AppRunnerClient", "CreateAutoScalingConfigurationCommand")
|
|
1322
|
-
.sc(CreateAutoScalingConfiguration)
|
|
1337
|
+
.sc(CreateAutoScalingConfiguration$)
|
|
1323
1338
|
.build() {
|
|
1324
1339
|
}
|
|
1325
1340
|
|
|
@@ -1331,7 +1346,7 @@ class CreateConnectionCommand extends smithyClient.Command
|
|
|
1331
1346
|
})
|
|
1332
1347
|
.s("AppRunner", "CreateConnection", {})
|
|
1333
1348
|
.n("AppRunnerClient", "CreateConnectionCommand")
|
|
1334
|
-
.sc(CreateConnection)
|
|
1349
|
+
.sc(CreateConnection$)
|
|
1335
1350
|
.build() {
|
|
1336
1351
|
}
|
|
1337
1352
|
|
|
@@ -1343,7 +1358,7 @@ class CreateObservabilityConfigurationCommand extends smithyClient.Command
|
|
|
1343
1358
|
})
|
|
1344
1359
|
.s("AppRunner", "CreateObservabilityConfiguration", {})
|
|
1345
1360
|
.n("AppRunnerClient", "CreateObservabilityConfigurationCommand")
|
|
1346
|
-
.sc(CreateObservabilityConfiguration)
|
|
1361
|
+
.sc(CreateObservabilityConfiguration$)
|
|
1347
1362
|
.build() {
|
|
1348
1363
|
}
|
|
1349
1364
|
|
|
@@ -1355,7 +1370,7 @@ class CreateServiceCommand extends smithyClient.Command
|
|
|
1355
1370
|
})
|
|
1356
1371
|
.s("AppRunner", "CreateService", {})
|
|
1357
1372
|
.n("AppRunnerClient", "CreateServiceCommand")
|
|
1358
|
-
.sc(CreateService)
|
|
1373
|
+
.sc(CreateService$)
|
|
1359
1374
|
.build() {
|
|
1360
1375
|
}
|
|
1361
1376
|
|
|
@@ -1367,7 +1382,7 @@ class CreateVpcConnectorCommand extends smithyClient.Command
|
|
|
1367
1382
|
})
|
|
1368
1383
|
.s("AppRunner", "CreateVpcConnector", {})
|
|
1369
1384
|
.n("AppRunnerClient", "CreateVpcConnectorCommand")
|
|
1370
|
-
.sc(CreateVpcConnector)
|
|
1385
|
+
.sc(CreateVpcConnector$)
|
|
1371
1386
|
.build() {
|
|
1372
1387
|
}
|
|
1373
1388
|
|
|
@@ -1379,7 +1394,7 @@ class CreateVpcIngressConnectionCommand extends smithyClient.Command
|
|
|
1379
1394
|
})
|
|
1380
1395
|
.s("AppRunner", "CreateVpcIngressConnection", {})
|
|
1381
1396
|
.n("AppRunnerClient", "CreateVpcIngressConnectionCommand")
|
|
1382
|
-
.sc(CreateVpcIngressConnection)
|
|
1397
|
+
.sc(CreateVpcIngressConnection$)
|
|
1383
1398
|
.build() {
|
|
1384
1399
|
}
|
|
1385
1400
|
|
|
@@ -1391,7 +1406,7 @@ class DeleteAutoScalingConfigurationCommand extends smithyClient.Command
|
|
|
1391
1406
|
})
|
|
1392
1407
|
.s("AppRunner", "DeleteAutoScalingConfiguration", {})
|
|
1393
1408
|
.n("AppRunnerClient", "DeleteAutoScalingConfigurationCommand")
|
|
1394
|
-
.sc(DeleteAutoScalingConfiguration)
|
|
1409
|
+
.sc(DeleteAutoScalingConfiguration$)
|
|
1395
1410
|
.build() {
|
|
1396
1411
|
}
|
|
1397
1412
|
|
|
@@ -1403,7 +1418,7 @@ class DeleteConnectionCommand extends smithyClient.Command
|
|
|
1403
1418
|
})
|
|
1404
1419
|
.s("AppRunner", "DeleteConnection", {})
|
|
1405
1420
|
.n("AppRunnerClient", "DeleteConnectionCommand")
|
|
1406
|
-
.sc(DeleteConnection)
|
|
1421
|
+
.sc(DeleteConnection$)
|
|
1407
1422
|
.build() {
|
|
1408
1423
|
}
|
|
1409
1424
|
|
|
@@ -1415,7 +1430,7 @@ class DeleteObservabilityConfigurationCommand extends smithyClient.Command
|
|
|
1415
1430
|
})
|
|
1416
1431
|
.s("AppRunner", "DeleteObservabilityConfiguration", {})
|
|
1417
1432
|
.n("AppRunnerClient", "DeleteObservabilityConfigurationCommand")
|
|
1418
|
-
.sc(DeleteObservabilityConfiguration)
|
|
1433
|
+
.sc(DeleteObservabilityConfiguration$)
|
|
1419
1434
|
.build() {
|
|
1420
1435
|
}
|
|
1421
1436
|
|
|
@@ -1427,7 +1442,7 @@ class DeleteServiceCommand extends smithyClient.Command
|
|
|
1427
1442
|
})
|
|
1428
1443
|
.s("AppRunner", "DeleteService", {})
|
|
1429
1444
|
.n("AppRunnerClient", "DeleteServiceCommand")
|
|
1430
|
-
.sc(DeleteService)
|
|
1445
|
+
.sc(DeleteService$)
|
|
1431
1446
|
.build() {
|
|
1432
1447
|
}
|
|
1433
1448
|
|
|
@@ -1439,7 +1454,7 @@ class DeleteVpcConnectorCommand extends smithyClient.Command
|
|
|
1439
1454
|
})
|
|
1440
1455
|
.s("AppRunner", "DeleteVpcConnector", {})
|
|
1441
1456
|
.n("AppRunnerClient", "DeleteVpcConnectorCommand")
|
|
1442
|
-
.sc(DeleteVpcConnector)
|
|
1457
|
+
.sc(DeleteVpcConnector$)
|
|
1443
1458
|
.build() {
|
|
1444
1459
|
}
|
|
1445
1460
|
|
|
@@ -1451,7 +1466,7 @@ class DeleteVpcIngressConnectionCommand extends smithyClient.Command
|
|
|
1451
1466
|
})
|
|
1452
1467
|
.s("AppRunner", "DeleteVpcIngressConnection", {})
|
|
1453
1468
|
.n("AppRunnerClient", "DeleteVpcIngressConnectionCommand")
|
|
1454
|
-
.sc(DeleteVpcIngressConnection)
|
|
1469
|
+
.sc(DeleteVpcIngressConnection$)
|
|
1455
1470
|
.build() {
|
|
1456
1471
|
}
|
|
1457
1472
|
|
|
@@ -1463,7 +1478,7 @@ class DescribeAutoScalingConfigurationCommand extends smithyClient.Command
|
|
|
1463
1478
|
})
|
|
1464
1479
|
.s("AppRunner", "DescribeAutoScalingConfiguration", {})
|
|
1465
1480
|
.n("AppRunnerClient", "DescribeAutoScalingConfigurationCommand")
|
|
1466
|
-
.sc(DescribeAutoScalingConfiguration)
|
|
1481
|
+
.sc(DescribeAutoScalingConfiguration$)
|
|
1467
1482
|
.build() {
|
|
1468
1483
|
}
|
|
1469
1484
|
|
|
@@ -1475,7 +1490,7 @@ class DescribeCustomDomainsCommand extends smithyClient.Command
|
|
|
1475
1490
|
})
|
|
1476
1491
|
.s("AppRunner", "DescribeCustomDomains", {})
|
|
1477
1492
|
.n("AppRunnerClient", "DescribeCustomDomainsCommand")
|
|
1478
|
-
.sc(DescribeCustomDomains)
|
|
1493
|
+
.sc(DescribeCustomDomains$)
|
|
1479
1494
|
.build() {
|
|
1480
1495
|
}
|
|
1481
1496
|
|
|
@@ -1487,7 +1502,7 @@ class DescribeObservabilityConfigurationCommand extends smithyClient.Command
|
|
|
1487
1502
|
})
|
|
1488
1503
|
.s("AppRunner", "DescribeObservabilityConfiguration", {})
|
|
1489
1504
|
.n("AppRunnerClient", "DescribeObservabilityConfigurationCommand")
|
|
1490
|
-
.sc(DescribeObservabilityConfiguration)
|
|
1505
|
+
.sc(DescribeObservabilityConfiguration$)
|
|
1491
1506
|
.build() {
|
|
1492
1507
|
}
|
|
1493
1508
|
|
|
@@ -1499,7 +1514,7 @@ class DescribeServiceCommand extends smithyClient.Command
|
|
|
1499
1514
|
})
|
|
1500
1515
|
.s("AppRunner", "DescribeService", {})
|
|
1501
1516
|
.n("AppRunnerClient", "DescribeServiceCommand")
|
|
1502
|
-
.sc(DescribeService)
|
|
1517
|
+
.sc(DescribeService$)
|
|
1503
1518
|
.build() {
|
|
1504
1519
|
}
|
|
1505
1520
|
|
|
@@ -1511,7 +1526,7 @@ class DescribeVpcConnectorCommand extends smithyClient.Command
|
|
|
1511
1526
|
})
|
|
1512
1527
|
.s("AppRunner", "DescribeVpcConnector", {})
|
|
1513
1528
|
.n("AppRunnerClient", "DescribeVpcConnectorCommand")
|
|
1514
|
-
.sc(DescribeVpcConnector)
|
|
1529
|
+
.sc(DescribeVpcConnector$)
|
|
1515
1530
|
.build() {
|
|
1516
1531
|
}
|
|
1517
1532
|
|
|
@@ -1523,7 +1538,7 @@ class DescribeVpcIngressConnectionCommand extends smithyClient.Command
|
|
|
1523
1538
|
})
|
|
1524
1539
|
.s("AppRunner", "DescribeVpcIngressConnection", {})
|
|
1525
1540
|
.n("AppRunnerClient", "DescribeVpcIngressConnectionCommand")
|
|
1526
|
-
.sc(DescribeVpcIngressConnection)
|
|
1541
|
+
.sc(DescribeVpcIngressConnection$)
|
|
1527
1542
|
.build() {
|
|
1528
1543
|
}
|
|
1529
1544
|
|
|
@@ -1535,7 +1550,7 @@ class DisassociateCustomDomainCommand extends smithyClient.Command
|
|
|
1535
1550
|
})
|
|
1536
1551
|
.s("AppRunner", "DisassociateCustomDomain", {})
|
|
1537
1552
|
.n("AppRunnerClient", "DisassociateCustomDomainCommand")
|
|
1538
|
-
.sc(DisassociateCustomDomain)
|
|
1553
|
+
.sc(DisassociateCustomDomain$)
|
|
1539
1554
|
.build() {
|
|
1540
1555
|
}
|
|
1541
1556
|
|
|
@@ -1547,7 +1562,7 @@ class ListAutoScalingConfigurationsCommand extends smithyClient.Command
|
|
|
1547
1562
|
})
|
|
1548
1563
|
.s("AppRunner", "ListAutoScalingConfigurations", {})
|
|
1549
1564
|
.n("AppRunnerClient", "ListAutoScalingConfigurationsCommand")
|
|
1550
|
-
.sc(ListAutoScalingConfigurations)
|
|
1565
|
+
.sc(ListAutoScalingConfigurations$)
|
|
1551
1566
|
.build() {
|
|
1552
1567
|
}
|
|
1553
1568
|
|
|
@@ -1559,7 +1574,7 @@ class ListConnectionsCommand extends smithyClient.Command
|
|
|
1559
1574
|
})
|
|
1560
1575
|
.s("AppRunner", "ListConnections", {})
|
|
1561
1576
|
.n("AppRunnerClient", "ListConnectionsCommand")
|
|
1562
|
-
.sc(ListConnections)
|
|
1577
|
+
.sc(ListConnections$)
|
|
1563
1578
|
.build() {
|
|
1564
1579
|
}
|
|
1565
1580
|
|
|
@@ -1571,7 +1586,7 @@ class ListObservabilityConfigurationsCommand extends smithyClient.Command
|
|
|
1571
1586
|
})
|
|
1572
1587
|
.s("AppRunner", "ListObservabilityConfigurations", {})
|
|
1573
1588
|
.n("AppRunnerClient", "ListObservabilityConfigurationsCommand")
|
|
1574
|
-
.sc(ListObservabilityConfigurations)
|
|
1589
|
+
.sc(ListObservabilityConfigurations$)
|
|
1575
1590
|
.build() {
|
|
1576
1591
|
}
|
|
1577
1592
|
|
|
@@ -1583,7 +1598,7 @@ class ListOperationsCommand extends smithyClient.Command
|
|
|
1583
1598
|
})
|
|
1584
1599
|
.s("AppRunner", "ListOperations", {})
|
|
1585
1600
|
.n("AppRunnerClient", "ListOperationsCommand")
|
|
1586
|
-
.sc(ListOperations)
|
|
1601
|
+
.sc(ListOperations$)
|
|
1587
1602
|
.build() {
|
|
1588
1603
|
}
|
|
1589
1604
|
|
|
@@ -1595,7 +1610,7 @@ class ListServicesCommand extends smithyClient.Command
|
|
|
1595
1610
|
})
|
|
1596
1611
|
.s("AppRunner", "ListServices", {})
|
|
1597
1612
|
.n("AppRunnerClient", "ListServicesCommand")
|
|
1598
|
-
.sc(ListServices)
|
|
1613
|
+
.sc(ListServices$)
|
|
1599
1614
|
.build() {
|
|
1600
1615
|
}
|
|
1601
1616
|
|
|
@@ -1607,7 +1622,7 @@ class ListServicesForAutoScalingConfigurationCommand extends smithyClient.Comman
|
|
|
1607
1622
|
})
|
|
1608
1623
|
.s("AppRunner", "ListServicesForAutoScalingConfiguration", {})
|
|
1609
1624
|
.n("AppRunnerClient", "ListServicesForAutoScalingConfigurationCommand")
|
|
1610
|
-
.sc(ListServicesForAutoScalingConfiguration)
|
|
1625
|
+
.sc(ListServicesForAutoScalingConfiguration$)
|
|
1611
1626
|
.build() {
|
|
1612
1627
|
}
|
|
1613
1628
|
|
|
@@ -1619,7 +1634,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1619
1634
|
})
|
|
1620
1635
|
.s("AppRunner", "ListTagsForResource", {})
|
|
1621
1636
|
.n("AppRunnerClient", "ListTagsForResourceCommand")
|
|
1622
|
-
.sc(ListTagsForResource)
|
|
1637
|
+
.sc(ListTagsForResource$)
|
|
1623
1638
|
.build() {
|
|
1624
1639
|
}
|
|
1625
1640
|
|
|
@@ -1631,7 +1646,7 @@ class ListVpcConnectorsCommand extends smithyClient.Command
|
|
|
1631
1646
|
})
|
|
1632
1647
|
.s("AppRunner", "ListVpcConnectors", {})
|
|
1633
1648
|
.n("AppRunnerClient", "ListVpcConnectorsCommand")
|
|
1634
|
-
.sc(ListVpcConnectors)
|
|
1649
|
+
.sc(ListVpcConnectors$)
|
|
1635
1650
|
.build() {
|
|
1636
1651
|
}
|
|
1637
1652
|
|
|
@@ -1643,7 +1658,7 @@ class ListVpcIngressConnectionsCommand extends smithyClient.Command
|
|
|
1643
1658
|
})
|
|
1644
1659
|
.s("AppRunner", "ListVpcIngressConnections", {})
|
|
1645
1660
|
.n("AppRunnerClient", "ListVpcIngressConnectionsCommand")
|
|
1646
|
-
.sc(ListVpcIngressConnections)
|
|
1661
|
+
.sc(ListVpcIngressConnections$)
|
|
1647
1662
|
.build() {
|
|
1648
1663
|
}
|
|
1649
1664
|
|
|
@@ -1655,7 +1670,7 @@ class PauseServiceCommand extends smithyClient.Command
|
|
|
1655
1670
|
})
|
|
1656
1671
|
.s("AppRunner", "PauseService", {})
|
|
1657
1672
|
.n("AppRunnerClient", "PauseServiceCommand")
|
|
1658
|
-
.sc(PauseService)
|
|
1673
|
+
.sc(PauseService$)
|
|
1659
1674
|
.build() {
|
|
1660
1675
|
}
|
|
1661
1676
|
|
|
@@ -1667,7 +1682,7 @@ class ResumeServiceCommand extends smithyClient.Command
|
|
|
1667
1682
|
})
|
|
1668
1683
|
.s("AppRunner", "ResumeService", {})
|
|
1669
1684
|
.n("AppRunnerClient", "ResumeServiceCommand")
|
|
1670
|
-
.sc(ResumeService)
|
|
1685
|
+
.sc(ResumeService$)
|
|
1671
1686
|
.build() {
|
|
1672
1687
|
}
|
|
1673
1688
|
|
|
@@ -1679,7 +1694,7 @@ class StartDeploymentCommand extends smithyClient.Command
|
|
|
1679
1694
|
})
|
|
1680
1695
|
.s("AppRunner", "StartDeployment", {})
|
|
1681
1696
|
.n("AppRunnerClient", "StartDeploymentCommand")
|
|
1682
|
-
.sc(StartDeployment)
|
|
1697
|
+
.sc(StartDeployment$)
|
|
1683
1698
|
.build() {
|
|
1684
1699
|
}
|
|
1685
1700
|
|
|
@@ -1691,7 +1706,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1691
1706
|
})
|
|
1692
1707
|
.s("AppRunner", "TagResource", {})
|
|
1693
1708
|
.n("AppRunnerClient", "TagResourceCommand")
|
|
1694
|
-
.sc(TagResource)
|
|
1709
|
+
.sc(TagResource$)
|
|
1695
1710
|
.build() {
|
|
1696
1711
|
}
|
|
1697
1712
|
|
|
@@ -1703,7 +1718,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1703
1718
|
})
|
|
1704
1719
|
.s("AppRunner", "UntagResource", {})
|
|
1705
1720
|
.n("AppRunnerClient", "UntagResourceCommand")
|
|
1706
|
-
.sc(UntagResource)
|
|
1721
|
+
.sc(UntagResource$)
|
|
1707
1722
|
.build() {
|
|
1708
1723
|
}
|
|
1709
1724
|
|
|
@@ -1715,7 +1730,7 @@ class UpdateDefaultAutoScalingConfigurationCommand extends smithyClient.Command
|
|
|
1715
1730
|
})
|
|
1716
1731
|
.s("AppRunner", "UpdateDefaultAutoScalingConfiguration", {})
|
|
1717
1732
|
.n("AppRunnerClient", "UpdateDefaultAutoScalingConfigurationCommand")
|
|
1718
|
-
.sc(UpdateDefaultAutoScalingConfiguration)
|
|
1733
|
+
.sc(UpdateDefaultAutoScalingConfiguration$)
|
|
1719
1734
|
.build() {
|
|
1720
1735
|
}
|
|
1721
1736
|
|
|
@@ -1727,7 +1742,7 @@ class UpdateServiceCommand extends smithyClient.Command
|
|
|
1727
1742
|
})
|
|
1728
1743
|
.s("AppRunner", "UpdateService", {})
|
|
1729
1744
|
.n("AppRunnerClient", "UpdateServiceCommand")
|
|
1730
|
-
.sc(UpdateService)
|
|
1745
|
+
.sc(UpdateService$)
|
|
1731
1746
|
.build() {
|
|
1732
1747
|
}
|
|
1733
1748
|
|
|
@@ -1739,7 +1754,7 @@ class UpdateVpcIngressConnectionCommand extends smithyClient.Command
|
|
|
1739
1754
|
})
|
|
1740
1755
|
.s("AppRunner", "UpdateVpcIngressConnection", {})
|
|
1741
1756
|
.n("AppRunnerClient", "UpdateVpcIngressConnectionCommand")
|
|
1742
|
-
.sc(UpdateVpcIngressConnection)
|
|
1757
|
+
.sc(UpdateVpcIngressConnection$)
|
|
1743
1758
|
.build() {
|
|
1744
1759
|
}
|
|
1745
1760
|
|
|
@@ -1927,68 +1942,219 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1927
1942
|
});
|
|
1928
1943
|
exports.AppRunner = AppRunner;
|
|
1929
1944
|
exports.AppRunnerClient = AppRunnerClient;
|
|
1930
|
-
exports.AppRunnerServiceException = AppRunnerServiceException
|
|
1945
|
+
exports.AppRunnerServiceException = AppRunnerServiceException;
|
|
1946
|
+
exports.AppRunnerServiceException$ = AppRunnerServiceException$;
|
|
1947
|
+
exports.AssociateCustomDomain$ = AssociateCustomDomain$;
|
|
1931
1948
|
exports.AssociateCustomDomainCommand = AssociateCustomDomainCommand;
|
|
1949
|
+
exports.AssociateCustomDomainRequest$ = AssociateCustomDomainRequest$;
|
|
1950
|
+
exports.AssociateCustomDomainResponse$ = AssociateCustomDomainResponse$;
|
|
1951
|
+
exports.AuthenticationConfiguration$ = AuthenticationConfiguration$;
|
|
1952
|
+
exports.AutoScalingConfiguration$ = AutoScalingConfiguration$;
|
|
1932
1953
|
exports.AutoScalingConfigurationStatus = AutoScalingConfigurationStatus;
|
|
1954
|
+
exports.AutoScalingConfigurationSummary$ = AutoScalingConfigurationSummary$;
|
|
1955
|
+
exports.CertificateValidationRecord$ = CertificateValidationRecord$;
|
|
1933
1956
|
exports.CertificateValidationRecordStatus = CertificateValidationRecordStatus;
|
|
1957
|
+
exports.CodeConfiguration$ = CodeConfiguration$;
|
|
1958
|
+
exports.CodeConfigurationValues$ = CodeConfigurationValues$;
|
|
1959
|
+
exports.CodeRepository$ = CodeRepository$;
|
|
1934
1960
|
exports.ConfigurationSource = ConfigurationSource;
|
|
1961
|
+
exports.Connection$ = Connection$;
|
|
1935
1962
|
exports.ConnectionStatus = ConnectionStatus;
|
|
1963
|
+
exports.ConnectionSummary$ = ConnectionSummary$;
|
|
1964
|
+
exports.CreateAutoScalingConfiguration$ = CreateAutoScalingConfiguration$;
|
|
1936
1965
|
exports.CreateAutoScalingConfigurationCommand = CreateAutoScalingConfigurationCommand;
|
|
1966
|
+
exports.CreateAutoScalingConfigurationRequest$ = CreateAutoScalingConfigurationRequest$;
|
|
1967
|
+
exports.CreateAutoScalingConfigurationResponse$ = CreateAutoScalingConfigurationResponse$;
|
|
1968
|
+
exports.CreateConnection$ = CreateConnection$;
|
|
1937
1969
|
exports.CreateConnectionCommand = CreateConnectionCommand;
|
|
1970
|
+
exports.CreateConnectionRequest$ = CreateConnectionRequest$;
|
|
1971
|
+
exports.CreateConnectionResponse$ = CreateConnectionResponse$;
|
|
1972
|
+
exports.CreateObservabilityConfiguration$ = CreateObservabilityConfiguration$;
|
|
1938
1973
|
exports.CreateObservabilityConfigurationCommand = CreateObservabilityConfigurationCommand;
|
|
1974
|
+
exports.CreateObservabilityConfigurationRequest$ = CreateObservabilityConfigurationRequest$;
|
|
1975
|
+
exports.CreateObservabilityConfigurationResponse$ = CreateObservabilityConfigurationResponse$;
|
|
1976
|
+
exports.CreateService$ = CreateService$;
|
|
1939
1977
|
exports.CreateServiceCommand = CreateServiceCommand;
|
|
1978
|
+
exports.CreateServiceRequest$ = CreateServiceRequest$;
|
|
1979
|
+
exports.CreateServiceResponse$ = CreateServiceResponse$;
|
|
1980
|
+
exports.CreateVpcConnector$ = CreateVpcConnector$;
|
|
1940
1981
|
exports.CreateVpcConnectorCommand = CreateVpcConnectorCommand;
|
|
1982
|
+
exports.CreateVpcConnectorRequest$ = CreateVpcConnectorRequest$;
|
|
1983
|
+
exports.CreateVpcConnectorResponse$ = CreateVpcConnectorResponse$;
|
|
1984
|
+
exports.CreateVpcIngressConnection$ = CreateVpcIngressConnection$;
|
|
1941
1985
|
exports.CreateVpcIngressConnectionCommand = CreateVpcIngressConnectionCommand;
|
|
1986
|
+
exports.CreateVpcIngressConnectionRequest$ = CreateVpcIngressConnectionRequest$;
|
|
1987
|
+
exports.CreateVpcIngressConnectionResponse$ = CreateVpcIngressConnectionResponse$;
|
|
1988
|
+
exports.CustomDomain$ = CustomDomain$;
|
|
1942
1989
|
exports.CustomDomainAssociationStatus = CustomDomainAssociationStatus;
|
|
1990
|
+
exports.DeleteAutoScalingConfiguration$ = DeleteAutoScalingConfiguration$;
|
|
1943
1991
|
exports.DeleteAutoScalingConfigurationCommand = DeleteAutoScalingConfigurationCommand;
|
|
1992
|
+
exports.DeleteAutoScalingConfigurationRequest$ = DeleteAutoScalingConfigurationRequest$;
|
|
1993
|
+
exports.DeleteAutoScalingConfigurationResponse$ = DeleteAutoScalingConfigurationResponse$;
|
|
1994
|
+
exports.DeleteConnection$ = DeleteConnection$;
|
|
1944
1995
|
exports.DeleteConnectionCommand = DeleteConnectionCommand;
|
|
1996
|
+
exports.DeleteConnectionRequest$ = DeleteConnectionRequest$;
|
|
1997
|
+
exports.DeleteConnectionResponse$ = DeleteConnectionResponse$;
|
|
1998
|
+
exports.DeleteObservabilityConfiguration$ = DeleteObservabilityConfiguration$;
|
|
1945
1999
|
exports.DeleteObservabilityConfigurationCommand = DeleteObservabilityConfigurationCommand;
|
|
2000
|
+
exports.DeleteObservabilityConfigurationRequest$ = DeleteObservabilityConfigurationRequest$;
|
|
2001
|
+
exports.DeleteObservabilityConfigurationResponse$ = DeleteObservabilityConfigurationResponse$;
|
|
2002
|
+
exports.DeleteService$ = DeleteService$;
|
|
1946
2003
|
exports.DeleteServiceCommand = DeleteServiceCommand;
|
|
2004
|
+
exports.DeleteServiceRequest$ = DeleteServiceRequest$;
|
|
2005
|
+
exports.DeleteServiceResponse$ = DeleteServiceResponse$;
|
|
2006
|
+
exports.DeleteVpcConnector$ = DeleteVpcConnector$;
|
|
1947
2007
|
exports.DeleteVpcConnectorCommand = DeleteVpcConnectorCommand;
|
|
2008
|
+
exports.DeleteVpcConnectorRequest$ = DeleteVpcConnectorRequest$;
|
|
2009
|
+
exports.DeleteVpcConnectorResponse$ = DeleteVpcConnectorResponse$;
|
|
2010
|
+
exports.DeleteVpcIngressConnection$ = DeleteVpcIngressConnection$;
|
|
1948
2011
|
exports.DeleteVpcIngressConnectionCommand = DeleteVpcIngressConnectionCommand;
|
|
2012
|
+
exports.DeleteVpcIngressConnectionRequest$ = DeleteVpcIngressConnectionRequest$;
|
|
2013
|
+
exports.DeleteVpcIngressConnectionResponse$ = DeleteVpcIngressConnectionResponse$;
|
|
2014
|
+
exports.DescribeAutoScalingConfiguration$ = DescribeAutoScalingConfiguration$;
|
|
1949
2015
|
exports.DescribeAutoScalingConfigurationCommand = DescribeAutoScalingConfigurationCommand;
|
|
2016
|
+
exports.DescribeAutoScalingConfigurationRequest$ = DescribeAutoScalingConfigurationRequest$;
|
|
2017
|
+
exports.DescribeAutoScalingConfigurationResponse$ = DescribeAutoScalingConfigurationResponse$;
|
|
2018
|
+
exports.DescribeCustomDomains$ = DescribeCustomDomains$;
|
|
1950
2019
|
exports.DescribeCustomDomainsCommand = DescribeCustomDomainsCommand;
|
|
2020
|
+
exports.DescribeCustomDomainsRequest$ = DescribeCustomDomainsRequest$;
|
|
2021
|
+
exports.DescribeCustomDomainsResponse$ = DescribeCustomDomainsResponse$;
|
|
2022
|
+
exports.DescribeObservabilityConfiguration$ = DescribeObservabilityConfiguration$;
|
|
1951
2023
|
exports.DescribeObservabilityConfigurationCommand = DescribeObservabilityConfigurationCommand;
|
|
2024
|
+
exports.DescribeObservabilityConfigurationRequest$ = DescribeObservabilityConfigurationRequest$;
|
|
2025
|
+
exports.DescribeObservabilityConfigurationResponse$ = DescribeObservabilityConfigurationResponse$;
|
|
2026
|
+
exports.DescribeService$ = DescribeService$;
|
|
1952
2027
|
exports.DescribeServiceCommand = DescribeServiceCommand;
|
|
2028
|
+
exports.DescribeServiceRequest$ = DescribeServiceRequest$;
|
|
2029
|
+
exports.DescribeServiceResponse$ = DescribeServiceResponse$;
|
|
2030
|
+
exports.DescribeVpcConnector$ = DescribeVpcConnector$;
|
|
1953
2031
|
exports.DescribeVpcConnectorCommand = DescribeVpcConnectorCommand;
|
|
2032
|
+
exports.DescribeVpcConnectorRequest$ = DescribeVpcConnectorRequest$;
|
|
2033
|
+
exports.DescribeVpcConnectorResponse$ = DescribeVpcConnectorResponse$;
|
|
2034
|
+
exports.DescribeVpcIngressConnection$ = DescribeVpcIngressConnection$;
|
|
1954
2035
|
exports.DescribeVpcIngressConnectionCommand = DescribeVpcIngressConnectionCommand;
|
|
2036
|
+
exports.DescribeVpcIngressConnectionRequest$ = DescribeVpcIngressConnectionRequest$;
|
|
2037
|
+
exports.DescribeVpcIngressConnectionResponse$ = DescribeVpcIngressConnectionResponse$;
|
|
2038
|
+
exports.DisassociateCustomDomain$ = DisassociateCustomDomain$;
|
|
1955
2039
|
exports.DisassociateCustomDomainCommand = DisassociateCustomDomainCommand;
|
|
2040
|
+
exports.DisassociateCustomDomainRequest$ = DisassociateCustomDomainRequest$;
|
|
2041
|
+
exports.DisassociateCustomDomainResponse$ = DisassociateCustomDomainResponse$;
|
|
2042
|
+
exports.EgressConfiguration$ = EgressConfiguration$;
|
|
1956
2043
|
exports.EgressType = EgressType;
|
|
2044
|
+
exports.EncryptionConfiguration$ = EncryptionConfiguration$;
|
|
2045
|
+
exports.HealthCheckConfiguration$ = HealthCheckConfiguration$;
|
|
1957
2046
|
exports.HealthCheckProtocol = HealthCheckProtocol;
|
|
2047
|
+
exports.ImageConfiguration$ = ImageConfiguration$;
|
|
2048
|
+
exports.ImageRepository$ = ImageRepository$;
|
|
1958
2049
|
exports.ImageRepositoryType = ImageRepositoryType;
|
|
1959
|
-
exports.
|
|
1960
|
-
exports.
|
|
1961
|
-
exports.
|
|
2050
|
+
exports.IngressConfiguration$ = IngressConfiguration$;
|
|
2051
|
+
exports.IngressVpcConfiguration$ = IngressVpcConfiguration$;
|
|
2052
|
+
exports.InstanceConfiguration$ = InstanceConfiguration$;
|
|
2053
|
+
exports.InternalServiceErrorException = InternalServiceErrorException;
|
|
2054
|
+
exports.InternalServiceErrorException$ = InternalServiceErrorException$;
|
|
2055
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
2056
|
+
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
2057
|
+
exports.InvalidStateException = InvalidStateException;
|
|
2058
|
+
exports.InvalidStateException$ = InvalidStateException$;
|
|
1962
2059
|
exports.IpAddressType = IpAddressType;
|
|
2060
|
+
exports.ListAutoScalingConfigurations$ = ListAutoScalingConfigurations$;
|
|
1963
2061
|
exports.ListAutoScalingConfigurationsCommand = ListAutoScalingConfigurationsCommand;
|
|
2062
|
+
exports.ListAutoScalingConfigurationsRequest$ = ListAutoScalingConfigurationsRequest$;
|
|
2063
|
+
exports.ListAutoScalingConfigurationsResponse$ = ListAutoScalingConfigurationsResponse$;
|
|
2064
|
+
exports.ListConnections$ = ListConnections$;
|
|
1964
2065
|
exports.ListConnectionsCommand = ListConnectionsCommand;
|
|
2066
|
+
exports.ListConnectionsRequest$ = ListConnectionsRequest$;
|
|
2067
|
+
exports.ListConnectionsResponse$ = ListConnectionsResponse$;
|
|
2068
|
+
exports.ListObservabilityConfigurations$ = ListObservabilityConfigurations$;
|
|
1965
2069
|
exports.ListObservabilityConfigurationsCommand = ListObservabilityConfigurationsCommand;
|
|
2070
|
+
exports.ListObservabilityConfigurationsRequest$ = ListObservabilityConfigurationsRequest$;
|
|
2071
|
+
exports.ListObservabilityConfigurationsResponse$ = ListObservabilityConfigurationsResponse$;
|
|
2072
|
+
exports.ListOperations$ = ListOperations$;
|
|
1966
2073
|
exports.ListOperationsCommand = ListOperationsCommand;
|
|
2074
|
+
exports.ListOperationsRequest$ = ListOperationsRequest$;
|
|
2075
|
+
exports.ListOperationsResponse$ = ListOperationsResponse$;
|
|
2076
|
+
exports.ListServices$ = ListServices$;
|
|
1967
2077
|
exports.ListServicesCommand = ListServicesCommand;
|
|
2078
|
+
exports.ListServicesForAutoScalingConfiguration$ = ListServicesForAutoScalingConfiguration$;
|
|
1968
2079
|
exports.ListServicesForAutoScalingConfigurationCommand = ListServicesForAutoScalingConfigurationCommand;
|
|
2080
|
+
exports.ListServicesForAutoScalingConfigurationRequest$ = ListServicesForAutoScalingConfigurationRequest$;
|
|
2081
|
+
exports.ListServicesForAutoScalingConfigurationResponse$ = ListServicesForAutoScalingConfigurationResponse$;
|
|
2082
|
+
exports.ListServicesRequest$ = ListServicesRequest$;
|
|
2083
|
+
exports.ListServicesResponse$ = ListServicesResponse$;
|
|
2084
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1969
2085
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2086
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
2087
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
2088
|
+
exports.ListVpcConnectors$ = ListVpcConnectors$;
|
|
1970
2089
|
exports.ListVpcConnectorsCommand = ListVpcConnectorsCommand;
|
|
2090
|
+
exports.ListVpcConnectorsRequest$ = ListVpcConnectorsRequest$;
|
|
2091
|
+
exports.ListVpcConnectorsResponse$ = ListVpcConnectorsResponse$;
|
|
2092
|
+
exports.ListVpcIngressConnections$ = ListVpcIngressConnections$;
|
|
1971
2093
|
exports.ListVpcIngressConnectionsCommand = ListVpcIngressConnectionsCommand;
|
|
2094
|
+
exports.ListVpcIngressConnectionsFilter$ = ListVpcIngressConnectionsFilter$;
|
|
2095
|
+
exports.ListVpcIngressConnectionsRequest$ = ListVpcIngressConnectionsRequest$;
|
|
2096
|
+
exports.ListVpcIngressConnectionsResponse$ = ListVpcIngressConnectionsResponse$;
|
|
2097
|
+
exports.NetworkConfiguration$ = NetworkConfiguration$;
|
|
2098
|
+
exports.ObservabilityConfiguration$ = ObservabilityConfiguration$;
|
|
1972
2099
|
exports.ObservabilityConfigurationStatus = ObservabilityConfigurationStatus;
|
|
2100
|
+
exports.ObservabilityConfigurationSummary$ = ObservabilityConfigurationSummary$;
|
|
1973
2101
|
exports.OperationStatus = OperationStatus;
|
|
2102
|
+
exports.OperationSummary$ = OperationSummary$;
|
|
1974
2103
|
exports.OperationType = OperationType;
|
|
2104
|
+
exports.PauseService$ = PauseService$;
|
|
1975
2105
|
exports.PauseServiceCommand = PauseServiceCommand;
|
|
2106
|
+
exports.PauseServiceRequest$ = PauseServiceRequest$;
|
|
2107
|
+
exports.PauseServiceResponse$ = PauseServiceResponse$;
|
|
1976
2108
|
exports.ProviderType = ProviderType;
|
|
1977
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
2109
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2110
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
2111
|
+
exports.ResumeService$ = ResumeService$;
|
|
1978
2112
|
exports.ResumeServiceCommand = ResumeServiceCommand;
|
|
2113
|
+
exports.ResumeServiceRequest$ = ResumeServiceRequest$;
|
|
2114
|
+
exports.ResumeServiceResponse$ = ResumeServiceResponse$;
|
|
1979
2115
|
exports.Runtime = Runtime;
|
|
1980
|
-
exports.
|
|
2116
|
+
exports.Service$ = Service$;
|
|
2117
|
+
exports.ServiceObservabilityConfiguration$ = ServiceObservabilityConfiguration$;
|
|
2118
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2119
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1981
2120
|
exports.ServiceStatus = ServiceStatus;
|
|
2121
|
+
exports.ServiceSummary$ = ServiceSummary$;
|
|
2122
|
+
exports.SourceCodeVersion$ = SourceCodeVersion$;
|
|
1982
2123
|
exports.SourceCodeVersionType = SourceCodeVersionType;
|
|
2124
|
+
exports.SourceConfiguration$ = SourceConfiguration$;
|
|
2125
|
+
exports.StartDeployment$ = StartDeployment$;
|
|
1983
2126
|
exports.StartDeploymentCommand = StartDeploymentCommand;
|
|
2127
|
+
exports.StartDeploymentRequest$ = StartDeploymentRequest$;
|
|
2128
|
+
exports.StartDeploymentResponse$ = StartDeploymentResponse$;
|
|
2129
|
+
exports.Tag$ = Tag$;
|
|
2130
|
+
exports.TagResource$ = TagResource$;
|
|
1984
2131
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2132
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
2133
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
2134
|
+
exports.TraceConfiguration$ = TraceConfiguration$;
|
|
1985
2135
|
exports.TracingVendor = TracingVendor;
|
|
2136
|
+
exports.UntagResource$ = UntagResource$;
|
|
1986
2137
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2138
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
2139
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
2140
|
+
exports.UpdateDefaultAutoScalingConfiguration$ = UpdateDefaultAutoScalingConfiguration$;
|
|
1987
2141
|
exports.UpdateDefaultAutoScalingConfigurationCommand = UpdateDefaultAutoScalingConfigurationCommand;
|
|
2142
|
+
exports.UpdateDefaultAutoScalingConfigurationRequest$ = UpdateDefaultAutoScalingConfigurationRequest$;
|
|
2143
|
+
exports.UpdateDefaultAutoScalingConfigurationResponse$ = UpdateDefaultAutoScalingConfigurationResponse$;
|
|
2144
|
+
exports.UpdateService$ = UpdateService$;
|
|
1988
2145
|
exports.UpdateServiceCommand = UpdateServiceCommand;
|
|
2146
|
+
exports.UpdateServiceRequest$ = UpdateServiceRequest$;
|
|
2147
|
+
exports.UpdateServiceResponse$ = UpdateServiceResponse$;
|
|
2148
|
+
exports.UpdateVpcIngressConnection$ = UpdateVpcIngressConnection$;
|
|
1989
2149
|
exports.UpdateVpcIngressConnectionCommand = UpdateVpcIngressConnectionCommand;
|
|
2150
|
+
exports.UpdateVpcIngressConnectionRequest$ = UpdateVpcIngressConnectionRequest$;
|
|
2151
|
+
exports.UpdateVpcIngressConnectionResponse$ = UpdateVpcIngressConnectionResponse$;
|
|
2152
|
+
exports.VpcConnector$ = VpcConnector$;
|
|
1990
2153
|
exports.VpcConnectorStatus = VpcConnectorStatus;
|
|
2154
|
+
exports.VpcDNSTarget$ = VpcDNSTarget$;
|
|
2155
|
+
exports.VpcIngressConnection$ = VpcIngressConnection$;
|
|
1991
2156
|
exports.VpcIngressConnectionStatus = VpcIngressConnectionStatus;
|
|
2157
|
+
exports.VpcIngressConnectionSummary$ = VpcIngressConnectionSummary$;
|
|
1992
2158
|
exports.paginateDescribeCustomDomains = paginateDescribeCustomDomains;
|
|
1993
2159
|
exports.paginateListAutoScalingConfigurations = paginateListAutoScalingConfigurations;
|
|
1994
2160
|
exports.paginateListConnections = paginateListConnections;
|