@aws-sdk/client-vpc-lattice 3.952.0 → 3.954.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 +878 -600
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchUpdateRuleCommand.js +2 -2
- package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/CreateResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateResourceGatewayCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateServiceCommand.js +2 -2
- package/dist-es/commands/CreateServiceNetworkCommand.js +2 -2
- package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +2 -2
- package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +2 -2
- package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +2 -2
- package/dist-es/commands/CreateTargetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteAuthPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteDomainVerificationCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DeleteResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteResourceGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteServiceNetworkCommand.js +2 -2
- package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteTargetGroupCommand.js +2 -2
- package/dist-es/commands/DeregisterTargetsCommand.js +2 -2
- package/dist-es/commands/GetAccessLogSubscriptionCommand.js +2 -2
- package/dist-es/commands/GetAuthPolicyCommand.js +2 -2
- package/dist-es/commands/GetDomainVerificationCommand.js +2 -2
- package/dist-es/commands/GetListenerCommand.js +2 -2
- package/dist-es/commands/GetResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/GetResourceGatewayCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetRuleCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/GetServiceNetworkCommand.js +2 -2
- package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +2 -2
- package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +2 -2
- package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +2 -2
- package/dist-es/commands/GetTargetGroupCommand.js +2 -2
- package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListDomainVerificationsCommand.js +2 -2
- package/dist-es/commands/ListListenersCommand.js +2 -2
- package/dist-es/commands/ListResourceConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +2 -2
- package/dist-es/commands/ListResourceGatewaysCommand.js +2 -2
- package/dist-es/commands/ListRulesCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworksCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetGroupsCommand.js +2 -2
- package/dist-es/commands/ListTargetsCommand.js +2 -2
- package/dist-es/commands/PutAuthPolicyCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterTargetsCommand.js +2 -2
- package/dist-es/commands/StartDomainVerificationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateListenerCommand.js +2 -2
- package/dist-es/commands/UpdateResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateResourceGatewayCommand.js +2 -2
- package/dist-es/commands/UpdateRuleCommand.js +2 -2
- package/dist-es/commands/UpdateServiceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceNetworkCommand.js +2 -2
- package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateTargetGroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +524 -515
- package/dist-types/VPCLatticeClient.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 +270 -300
- package/dist-types/ts3.4/VPCLatticeClient.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 +269 -300
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class VPCLatticeClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class VPCLatticeServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, VPCLatticeServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends VPCLatticeServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends VPCLatticeServ
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ConflictException extends VPCLatticeServiceException {
|
|
133
133
|
name = "ConflictException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
resourceId;
|
|
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends VPCLatticeServiceExcep
|
|
|
144
144
|
this.resourceId = opts.resourceId;
|
|
145
145
|
this.resourceType = opts.resourceType;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InternalServerException extends VPCLatticeServiceException {
|
|
149
149
|
name = "InternalServerException";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
$retryable = {};
|
|
@@ -159,8 +159,8 @@ let InternalServerException$1 = class InternalServerException extends VPCLattice
|
|
|
159
159
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
160
160
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
161
161
|
}
|
|
162
|
-
}
|
|
163
|
-
|
|
162
|
+
}
|
|
163
|
+
class ResourceNotFoundException extends VPCLatticeServiceException {
|
|
164
164
|
name = "ResourceNotFoundException";
|
|
165
165
|
$fault = "client";
|
|
166
166
|
resourceId;
|
|
@@ -175,8 +175,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends VPCLat
|
|
|
175
175
|
this.resourceId = opts.resourceId;
|
|
176
176
|
this.resourceType = opts.resourceType;
|
|
177
177
|
}
|
|
178
|
-
}
|
|
179
|
-
|
|
178
|
+
}
|
|
179
|
+
class ThrottlingException extends VPCLatticeServiceException {
|
|
180
180
|
name = "ThrottlingException";
|
|
181
181
|
$fault = "client";
|
|
182
182
|
$retryable = {
|
|
@@ -196,8 +196,8 @@ let ThrottlingException$1 = class ThrottlingException extends VPCLatticeServiceE
|
|
|
196
196
|
this.quotaCode = opts.quotaCode;
|
|
197
197
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
198
198
|
}
|
|
199
|
-
}
|
|
200
|
-
|
|
199
|
+
}
|
|
200
|
+
class ValidationException extends VPCLatticeServiceException {
|
|
201
201
|
name = "ValidationException";
|
|
202
202
|
$fault = "client";
|
|
203
203
|
reason;
|
|
@@ -212,8 +212,8 @@ let ValidationException$1 = class ValidationException extends VPCLatticeServiceE
|
|
|
212
212
|
this.reason = opts.reason;
|
|
213
213
|
this.fieldList = opts.fieldList;
|
|
214
214
|
}
|
|
215
|
-
}
|
|
216
|
-
|
|
215
|
+
}
|
|
216
|
+
class ServiceQuotaExceededException extends VPCLatticeServiceException {
|
|
217
217
|
name = "ServiceQuotaExceededException";
|
|
218
218
|
$fault = "client";
|
|
219
219
|
resourceId;
|
|
@@ -232,7 +232,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
232
232
|
this.serviceCode = opts.serviceCode;
|
|
233
233
|
this.quotaCode = opts.quotaCode;
|
|
234
234
|
}
|
|
235
|
-
}
|
|
235
|
+
}
|
|
236
236
|
|
|
237
237
|
const _ADE = "AccessDeniedException";
|
|
238
238
|
const _ALSL = "AccessLogSubscriptionList";
|
|
@@ -671,9 +671,9 @@ const _vI = "vpcIdentifier";
|
|
|
671
671
|
const _vIp = "vpcId";
|
|
672
672
|
const _w = "weight";
|
|
673
673
|
const n0 = "com.amazonaws.vpclattice";
|
|
674
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
675
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
676
|
-
var AccessLogSubscriptionSummary = [
|
|
674
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
675
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
676
|
+
var AccessLogSubscriptionSummary$ = [
|
|
677
677
|
3,
|
|
678
678
|
n0,
|
|
679
679
|
_ALSS,
|
|
@@ -681,8 +681,8 @@ var AccessLogSubscriptionSummary = [
|
|
|
681
681
|
[_i, _a, _rI, _rA, _dA, _sNLT, _cA, _lUA],
|
|
682
682
|
[0, 0, 0, 0, 0, 0, 5, 5],
|
|
683
683
|
];
|
|
684
|
-
var ArnResource = [3, n0, _AR, 0, [_a], [0]];
|
|
685
|
-
var BatchUpdateRuleRequest = [
|
|
684
|
+
var ArnResource$ = [3, n0, _AR, 0, [_a], [0]];
|
|
685
|
+
var BatchUpdateRuleRequest$ = [
|
|
686
686
|
3,
|
|
687
687
|
n0,
|
|
688
688
|
_BURR,
|
|
@@ -690,7 +690,7 @@ var BatchUpdateRuleRequest = [
|
|
|
690
690
|
[_sI, _lI, _r],
|
|
691
691
|
[[0, 1], [0, 1], () => RuleUpdateList],
|
|
692
692
|
];
|
|
693
|
-
var BatchUpdateRuleResponse = [
|
|
693
|
+
var BatchUpdateRuleResponse$ = [
|
|
694
694
|
3,
|
|
695
695
|
n0,
|
|
696
696
|
_BURRa,
|
|
@@ -698,9 +698,9 @@ var BatchUpdateRuleResponse = [
|
|
|
698
698
|
[_s, _u],
|
|
699
699
|
[() => RuleUpdateSuccessList, () => RuleUpdateFailureList],
|
|
700
700
|
];
|
|
701
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
702
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
703
|
-
var CreateAccessLogSubscriptionRequest = [
|
|
701
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
702
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
703
|
+
var CreateAccessLogSubscriptionRequest$ = [
|
|
704
704
|
3,
|
|
705
705
|
n0,
|
|
706
706
|
_CALSR,
|
|
@@ -708,7 +708,7 @@ var CreateAccessLogSubscriptionRequest = [
|
|
|
708
708
|
[_cT, _rIe, _dA, _sNLT, _t],
|
|
709
709
|
[[0, 4], 0, 0, 0, 128 | 0],
|
|
710
710
|
];
|
|
711
|
-
var CreateAccessLogSubscriptionResponse = [
|
|
711
|
+
var CreateAccessLogSubscriptionResponse$ = [
|
|
712
712
|
3,
|
|
713
713
|
n0,
|
|
714
714
|
_CALSRr,
|
|
@@ -716,39 +716,39 @@ var CreateAccessLogSubscriptionResponse = [
|
|
|
716
716
|
[_i, _a, _rI, _rA, _sNLT, _dA],
|
|
717
717
|
[0, 0, 0, 0, 0, 0],
|
|
718
718
|
];
|
|
719
|
-
var CreateListenerRequest = [
|
|
719
|
+
var CreateListenerRequest$ = [
|
|
720
720
|
3,
|
|
721
721
|
n0,
|
|
722
722
|
_CLR,
|
|
723
723
|
0,
|
|
724
724
|
[_sI, _n, _p, _po, _dAe, _cT, _t],
|
|
725
|
-
[[0, 1], 0, 0, 1, () => RuleAction
|
|
725
|
+
[[0, 1], 0, 0, 1, () => RuleAction$, [0, 4], 128 | 0],
|
|
726
726
|
];
|
|
727
|
-
var CreateListenerResponse = [
|
|
727
|
+
var CreateListenerResponse$ = [
|
|
728
728
|
3,
|
|
729
729
|
n0,
|
|
730
730
|
_CLRr,
|
|
731
731
|
0,
|
|
732
732
|
[_a, _i, _n, _p, _po, _sA, _sIe, _dAe],
|
|
733
|
-
[0, 0, 0, 0, 1, 0, 0, () => RuleAction],
|
|
733
|
+
[0, 0, 0, 0, 1, 0, 0, () => RuleAction$],
|
|
734
734
|
];
|
|
735
|
-
var CreateResourceConfigurationRequest = [
|
|
735
|
+
var CreateResourceConfigurationRequest$ = [
|
|
736
736
|
3,
|
|
737
737
|
n0,
|
|
738
738
|
_CRCR,
|
|
739
739
|
0,
|
|
740
740
|
[_n, _ty, _pR, _p, _rGI, _rCGI, _rCD, _aATSSN, _cDN, _gD, _dVI, _cT, _t],
|
|
741
|
-
[0, 0, 64 | 0, 0, 0, 0, () => ResourceConfigurationDefinition
|
|
741
|
+
[0, 0, 64 | 0, 0, 0, 0, () => ResourceConfigurationDefinition$, 2, 0, 0, 0, [0, 4], 128 | 0],
|
|
742
742
|
];
|
|
743
|
-
var CreateResourceConfigurationResponse = [
|
|
743
|
+
var CreateResourceConfigurationResponse$ = [
|
|
744
744
|
3,
|
|
745
745
|
n0,
|
|
746
746
|
_CRCRr,
|
|
747
747
|
0,
|
|
748
748
|
[_i, _n, _a, _rGIe, _rCGIe, _ty, _pR, _p, _st, _rCD, _aATSSN, _cA, _fR, _cDN, _dVIo, _gD, _dVA],
|
|
749
|
-
[0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, () => ResourceConfigurationDefinition
|
|
749
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, () => ResourceConfigurationDefinition$, 2, 5, 0, 0, 0, 0, 0],
|
|
750
750
|
];
|
|
751
|
-
var CreateResourceGatewayRequest = [
|
|
751
|
+
var CreateResourceGatewayRequest$ = [
|
|
752
752
|
3,
|
|
753
753
|
n0,
|
|
754
754
|
_CRGR,
|
|
@@ -756,7 +756,7 @@ var CreateResourceGatewayRequest = [
|
|
|
756
756
|
[_cT, _n, _vI, _sIu, _sGI, _iAT, _iAPE, _t],
|
|
757
757
|
[[0, 4], 0, 0, 64 | 0, 64 | 0, 0, 1, 128 | 0],
|
|
758
758
|
];
|
|
759
|
-
var CreateResourceGatewayResponse = [
|
|
759
|
+
var CreateResourceGatewayResponse$ = [
|
|
760
760
|
3,
|
|
761
761
|
n0,
|
|
762
762
|
_CRGRr,
|
|
@@ -764,31 +764,31 @@ var CreateResourceGatewayResponse = [
|
|
|
764
764
|
[_n, _i, _a, _st, _vI, _sIu, _sGI, _iAT, _iAPE],
|
|
765
765
|
[0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 1],
|
|
766
766
|
];
|
|
767
|
-
var CreateRuleRequest = [
|
|
767
|
+
var CreateRuleRequest$ = [
|
|
768
768
|
3,
|
|
769
769
|
n0,
|
|
770
770
|
_CRR,
|
|
771
771
|
0,
|
|
772
772
|
[_sI, _lI, _n, _ma, _pr, _ac, _cT, _t],
|
|
773
|
-
[[0, 1], [0, 1], 0, () => RuleMatch
|
|
773
|
+
[[0, 1], [0, 1], 0, () => RuleMatch$, 1, () => RuleAction$, [0, 4], 128 | 0],
|
|
774
774
|
];
|
|
775
|
-
var CreateRuleResponse = [
|
|
775
|
+
var CreateRuleResponse$ = [
|
|
776
776
|
3,
|
|
777
777
|
n0,
|
|
778
778
|
_CRRr,
|
|
779
779
|
0,
|
|
780
780
|
[_a, _i, _n, _ma, _pr, _ac],
|
|
781
|
-
[0, 0, 0, () => RuleMatch
|
|
781
|
+
[0, 0, 0, () => RuleMatch$, 1, () => RuleAction$],
|
|
782
782
|
];
|
|
783
|
-
var CreateServiceNetworkRequest = [
|
|
783
|
+
var CreateServiceNetworkRequest$ = [
|
|
784
784
|
3,
|
|
785
785
|
n0,
|
|
786
786
|
_CSNR,
|
|
787
787
|
0,
|
|
788
788
|
[_cT, _n, _aT, _t, _sC],
|
|
789
|
-
[[0, 4], 0, 0, 128 | 0, () => SharingConfig],
|
|
789
|
+
[[0, 4], 0, 0, 128 | 0, () => SharingConfig$],
|
|
790
790
|
];
|
|
791
|
-
var CreateServiceNetworkResourceAssociationRequest = [
|
|
791
|
+
var CreateServiceNetworkResourceAssociationRequest$ = [
|
|
792
792
|
3,
|
|
793
793
|
n0,
|
|
794
794
|
_CSNRAR,
|
|
@@ -796,7 +796,7 @@ var CreateServiceNetworkResourceAssociationRequest = [
|
|
|
796
796
|
[_cT, _rCI, _sNI, _pDE, _t],
|
|
797
797
|
[[0, 4], 0, 0, 2, 128 | 0],
|
|
798
798
|
];
|
|
799
|
-
var CreateServiceNetworkResourceAssociationResponse = [
|
|
799
|
+
var CreateServiceNetworkResourceAssociationResponse$ = [
|
|
800
800
|
3,
|
|
801
801
|
n0,
|
|
802
802
|
_CSNRARr,
|
|
@@ -804,15 +804,15 @@ var CreateServiceNetworkResourceAssociationResponse = [
|
|
|
804
804
|
[_i, _a, _st, _cB, _pDE],
|
|
805
805
|
[0, 0, 0, 0, 2],
|
|
806
806
|
];
|
|
807
|
-
var CreateServiceNetworkResponse = [
|
|
807
|
+
var CreateServiceNetworkResponse$ = [
|
|
808
808
|
3,
|
|
809
809
|
n0,
|
|
810
810
|
_CSNRr,
|
|
811
811
|
0,
|
|
812
812
|
[_i, _n, _a, _sC, _aT],
|
|
813
|
-
[0, 0, 0, () => SharingConfig
|
|
813
|
+
[0, 0, 0, () => SharingConfig$, 0],
|
|
814
814
|
];
|
|
815
|
-
var CreateServiceNetworkServiceAssociationRequest = [
|
|
815
|
+
var CreateServiceNetworkServiceAssociationRequest$ = [
|
|
816
816
|
3,
|
|
817
817
|
n0,
|
|
818
818
|
_CSNSAR,
|
|
@@ -820,31 +820,31 @@ var CreateServiceNetworkServiceAssociationRequest = [
|
|
|
820
820
|
[_cT, _sI, _sNI, _t],
|
|
821
821
|
[[0, 4], 0, 0, 128 | 0],
|
|
822
822
|
];
|
|
823
|
-
var CreateServiceNetworkServiceAssociationResponse = [
|
|
823
|
+
var CreateServiceNetworkServiceAssociationResponse$ = [
|
|
824
824
|
3,
|
|
825
825
|
n0,
|
|
826
826
|
_CSNSARr,
|
|
827
827
|
0,
|
|
828
828
|
[_i, _st, _a, _cB, _cDN, _dE],
|
|
829
|
-
[0, 0, 0, 0, 0, () => DnsEntry],
|
|
829
|
+
[0, 0, 0, 0, 0, () => DnsEntry$],
|
|
830
830
|
];
|
|
831
|
-
var CreateServiceNetworkVpcAssociationRequest = [
|
|
831
|
+
var CreateServiceNetworkVpcAssociationRequest$ = [
|
|
832
832
|
3,
|
|
833
833
|
n0,
|
|
834
834
|
_CSNVAR,
|
|
835
835
|
0,
|
|
836
836
|
[_cT, _sNI, _vI, _pDE, _sGI, _t, _dO],
|
|
837
|
-
[[0, 4], 0, 0, 2, 64 | 0, 128 | 0, () => DnsOptions],
|
|
837
|
+
[[0, 4], 0, 0, 2, 64 | 0, 128 | 0, () => DnsOptions$],
|
|
838
838
|
];
|
|
839
|
-
var CreateServiceNetworkVpcAssociationResponse = [
|
|
839
|
+
var CreateServiceNetworkVpcAssociationResponse$ = [
|
|
840
840
|
3,
|
|
841
841
|
n0,
|
|
842
842
|
_CSNVARr,
|
|
843
843
|
0,
|
|
844
844
|
[_i, _st, _a, _cB, _sGI, _pDE, _dO],
|
|
845
|
-
[0, 0, 0, 0, 64 | 0, 2, () => DnsOptions],
|
|
845
|
+
[0, 0, 0, 0, 64 | 0, 2, () => DnsOptions$],
|
|
846
846
|
];
|
|
847
|
-
var CreateServiceRequest = [
|
|
847
|
+
var CreateServiceRequest$ = [
|
|
848
848
|
3,
|
|
849
849
|
n0,
|
|
850
850
|
_CSR,
|
|
@@ -852,37 +852,37 @@ var CreateServiceRequest = [
|
|
|
852
852
|
[_cT, _n, _t, _cDN, _cAe, _aT],
|
|
853
853
|
[[0, 4], 0, 128 | 0, 0, 0, 0],
|
|
854
854
|
];
|
|
855
|
-
var CreateServiceResponse = [
|
|
855
|
+
var CreateServiceResponse$ = [
|
|
856
856
|
3,
|
|
857
857
|
n0,
|
|
858
858
|
_CSRr,
|
|
859
859
|
0,
|
|
860
860
|
[_i, _a, _n, _cDN, _cAe, _st, _aT, _dE],
|
|
861
|
-
[0, 0, 0, 0, 0, 0, 0, () => DnsEntry],
|
|
861
|
+
[0, 0, 0, 0, 0, 0, 0, () => DnsEntry$],
|
|
862
862
|
];
|
|
863
|
-
var CreateTargetGroupRequest = [
|
|
863
|
+
var CreateTargetGroupRequest$ = [
|
|
864
864
|
3,
|
|
865
865
|
n0,
|
|
866
866
|
_CTGR,
|
|
867
867
|
0,
|
|
868
868
|
[_n, _ty, _co, _cT, _t],
|
|
869
|
-
[0, 0, () => TargetGroupConfig
|
|
869
|
+
[0, 0, () => TargetGroupConfig$, [0, 4], 128 | 0],
|
|
870
870
|
];
|
|
871
|
-
var CreateTargetGroupResponse = [
|
|
871
|
+
var CreateTargetGroupResponse$ = [
|
|
872
872
|
3,
|
|
873
873
|
n0,
|
|
874
874
|
_CTGRr,
|
|
875
875
|
0,
|
|
876
876
|
[_i, _a, _n, _ty, _co, _st],
|
|
877
|
-
[0, 0, 0, 0, () => TargetGroupConfig
|
|
877
|
+
[0, 0, 0, 0, () => TargetGroupConfig$, 0],
|
|
878
878
|
];
|
|
879
|
-
var DeleteAccessLogSubscriptionRequest = [3, n0, _DALSR, 0, [_aLSI], [[0, 1]]];
|
|
880
|
-
var DeleteAccessLogSubscriptionResponse = [3, n0, _DALSRe, 0, [], []];
|
|
881
|
-
var DeleteAuthPolicyRequest = [3, n0, _DAPR, 0, [_rIe], [[0, 1]]];
|
|
882
|
-
var DeleteAuthPolicyResponse = [3, n0, _DAPRe, 0, [], []];
|
|
883
|
-
var DeleteDomainVerificationRequest = [3, n0, _DDVR, 0, [_dVI], [[0, 1]]];
|
|
884
|
-
var DeleteDomainVerificationResponse = [3, n0, _DDVRe, 0, [], []];
|
|
885
|
-
var DeleteListenerRequest = [
|
|
879
|
+
var DeleteAccessLogSubscriptionRequest$ = [3, n0, _DALSR, 0, [_aLSI], [[0, 1]]];
|
|
880
|
+
var DeleteAccessLogSubscriptionResponse$ = [3, n0, _DALSRe, 0, [], []];
|
|
881
|
+
var DeleteAuthPolicyRequest$ = [3, n0, _DAPR, 0, [_rIe], [[0, 1]]];
|
|
882
|
+
var DeleteAuthPolicyResponse$ = [3, n0, _DAPRe, 0, [], []];
|
|
883
|
+
var DeleteDomainVerificationRequest$ = [3, n0, _DDVR, 0, [_dVI], [[0, 1]]];
|
|
884
|
+
var DeleteDomainVerificationResponse$ = [3, n0, _DDVRe, 0, [], []];
|
|
885
|
+
var DeleteListenerRequest$ = [
|
|
886
886
|
3,
|
|
887
887
|
n0,
|
|
888
888
|
_DLR,
|
|
@@ -893,11 +893,11 @@ var DeleteListenerRequest = [
|
|
|
893
893
|
[0, 1],
|
|
894
894
|
],
|
|
895
895
|
];
|
|
896
|
-
var DeleteListenerResponse = [3, n0, _DLRe, 0, [], []];
|
|
897
|
-
var DeleteResourceConfigurationRequest = [3, n0, _DRCR, 0, [_rCI], [[0, 1]]];
|
|
898
|
-
var DeleteResourceConfigurationResponse = [3, n0, _DRCRe, 0, [], []];
|
|
899
|
-
var DeleteResourceEndpointAssociationRequest = [3, n0, _DREAR, 0, [_rEAI], [[0, 1]]];
|
|
900
|
-
var DeleteResourceEndpointAssociationResponse = [
|
|
896
|
+
var DeleteListenerResponse$ = [3, n0, _DLRe, 0, [], []];
|
|
897
|
+
var DeleteResourceConfigurationRequest$ = [3, n0, _DRCR, 0, [_rCI], [[0, 1]]];
|
|
898
|
+
var DeleteResourceConfigurationResponse$ = [3, n0, _DRCRe, 0, [], []];
|
|
899
|
+
var DeleteResourceEndpointAssociationRequest$ = [3, n0, _DREAR, 0, [_rEAI], [[0, 1]]];
|
|
900
|
+
var DeleteResourceEndpointAssociationResponse$ = [
|
|
901
901
|
3,
|
|
902
902
|
n0,
|
|
903
903
|
_DREARe,
|
|
@@ -905,11 +905,11 @@ var DeleteResourceEndpointAssociationResponse = [
|
|
|
905
905
|
[_i, _a, _rCIe, _rCA, _vEI],
|
|
906
906
|
[0, 0, 0, 0, 0],
|
|
907
907
|
];
|
|
908
|
-
var DeleteResourceGatewayRequest = [3, n0, _DRGR, 0, [_rGI], [[0, 1]]];
|
|
909
|
-
var DeleteResourceGatewayResponse = [3, n0, _DRGRe, 0, [_i, _a, _n, _st], [0, 0, 0, 0]];
|
|
910
|
-
var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_rA], [[0, 1]]];
|
|
911
|
-
var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
|
|
912
|
-
var DeleteRuleRequest = [
|
|
908
|
+
var DeleteResourceGatewayRequest$ = [3, n0, _DRGR, 0, [_rGI], [[0, 1]]];
|
|
909
|
+
var DeleteResourceGatewayResponse$ = [3, n0, _DRGRe, 0, [_i, _a, _n, _st], [0, 0, 0, 0]];
|
|
910
|
+
var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_rA], [[0, 1]]];
|
|
911
|
+
var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [], []];
|
|
912
|
+
var DeleteRuleRequest$ = [
|
|
913
913
|
3,
|
|
914
914
|
n0,
|
|
915
915
|
_DRR,
|
|
@@ -921,9 +921,9 @@ var DeleteRuleRequest = [
|
|
|
921
921
|
[0, 1],
|
|
922
922
|
],
|
|
923
923
|
];
|
|
924
|
-
var DeleteRuleResponse = [3, n0, _DRRe, 0, [], []];
|
|
925
|
-
var DeleteServiceNetworkRequest = [3, n0, _DSNR, 0, [_sNI], [[0, 1]]];
|
|
926
|
-
var DeleteServiceNetworkResourceAssociationRequest = [
|
|
924
|
+
var DeleteRuleResponse$ = [3, n0, _DRRe, 0, [], []];
|
|
925
|
+
var DeleteServiceNetworkRequest$ = [3, n0, _DSNR, 0, [_sNI], [[0, 1]]];
|
|
926
|
+
var DeleteServiceNetworkResourceAssociationRequest$ = [
|
|
927
927
|
3,
|
|
928
928
|
n0,
|
|
929
929
|
_DSNRAR,
|
|
@@ -931,7 +931,7 @@ var DeleteServiceNetworkResourceAssociationRequest = [
|
|
|
931
931
|
[_sNRAI],
|
|
932
932
|
[[0, 1]],
|
|
933
933
|
];
|
|
934
|
-
var DeleteServiceNetworkResourceAssociationResponse = [
|
|
934
|
+
var DeleteServiceNetworkResourceAssociationResponse$ = [
|
|
935
935
|
3,
|
|
936
936
|
n0,
|
|
937
937
|
_DSNRARe,
|
|
@@ -939,8 +939,8 @@ var DeleteServiceNetworkResourceAssociationResponse = [
|
|
|
939
939
|
[_i, _a, _st],
|
|
940
940
|
[0, 0, 0],
|
|
941
941
|
];
|
|
942
|
-
var DeleteServiceNetworkResponse = [3, n0, _DSNRe, 0, [], []];
|
|
943
|
-
var DeleteServiceNetworkServiceAssociationRequest = [
|
|
942
|
+
var DeleteServiceNetworkResponse$ = [3, n0, _DSNRe, 0, [], []];
|
|
943
|
+
var DeleteServiceNetworkServiceAssociationRequest$ = [
|
|
944
944
|
3,
|
|
945
945
|
n0,
|
|
946
946
|
_DSNSAR,
|
|
@@ -948,7 +948,7 @@ var DeleteServiceNetworkServiceAssociationRequest = [
|
|
|
948
948
|
[_sNSAI],
|
|
949
949
|
[[0, 1]],
|
|
950
950
|
];
|
|
951
|
-
var DeleteServiceNetworkServiceAssociationResponse = [
|
|
951
|
+
var DeleteServiceNetworkServiceAssociationResponse$ = [
|
|
952
952
|
3,
|
|
953
953
|
n0,
|
|
954
954
|
_DSNSARe,
|
|
@@ -956,8 +956,8 @@ var DeleteServiceNetworkServiceAssociationResponse = [
|
|
|
956
956
|
[_i, _st, _a],
|
|
957
957
|
[0, 0, 0],
|
|
958
958
|
];
|
|
959
|
-
var DeleteServiceNetworkVpcAssociationRequest = [3, n0, _DSNVAR, 0, [_sNVAI], [[0, 1]]];
|
|
960
|
-
var DeleteServiceNetworkVpcAssociationResponse = [
|
|
959
|
+
var DeleteServiceNetworkVpcAssociationRequest$ = [3, n0, _DSNVAR, 0, [_sNVAI], [[0, 1]]];
|
|
960
|
+
var DeleteServiceNetworkVpcAssociationResponse$ = [
|
|
961
961
|
3,
|
|
962
962
|
n0,
|
|
963
963
|
_DSNVARe,
|
|
@@ -965,12 +965,12 @@ var DeleteServiceNetworkVpcAssociationResponse = [
|
|
|
965
965
|
[_i, _st, _a],
|
|
966
966
|
[0, 0, 0],
|
|
967
967
|
];
|
|
968
|
-
var DeleteServiceRequest = [3, n0, _DSR, 0, [_sI], [[0, 1]]];
|
|
969
|
-
var DeleteServiceResponse = [3, n0, _DSRe, 0, [_i, _a, _n, _st], [0, 0, 0, 0]];
|
|
970
|
-
var DeleteTargetGroupRequest = [3, n0, _DTGR, 0, [_tGI], [[0, 1]]];
|
|
971
|
-
var DeleteTargetGroupResponse = [3, n0, _DTGRe, 0, [_i, _a, _st], [0, 0, 0]];
|
|
972
|
-
var DeregisterTargetsRequest = [3, n0, _DTR, 0, [_tGI, _ta], [[0, 1], () => TargetList]];
|
|
973
|
-
var DeregisterTargetsResponse = [
|
|
968
|
+
var DeleteServiceRequest$ = [3, n0, _DSR, 0, [_sI], [[0, 1]]];
|
|
969
|
+
var DeleteServiceResponse$ = [3, n0, _DSRe, 0, [_i, _a, _n, _st], [0, 0, 0, 0]];
|
|
970
|
+
var DeleteTargetGroupRequest$ = [3, n0, _DTGR, 0, [_tGI], [[0, 1]]];
|
|
971
|
+
var DeleteTargetGroupResponse$ = [3, n0, _DTGRe, 0, [_i, _a, _st], [0, 0, 0]];
|
|
972
|
+
var DeregisterTargetsRequest$ = [3, n0, _DTR, 0, [_tGI, _ta], [[0, 1], () => TargetList]];
|
|
973
|
+
var DeregisterTargetsResponse$ = [
|
|
974
974
|
3,
|
|
975
975
|
n0,
|
|
976
976
|
_DTRe,
|
|
@@ -978,21 +978,21 @@ var DeregisterTargetsResponse = [
|
|
|
978
978
|
[_s, _u],
|
|
979
979
|
[() => TargetList, () => TargetFailureList],
|
|
980
980
|
];
|
|
981
|
-
var DnsEntry = [3, n0, _DE, 0, [_dN, _hZI], [0, 0]];
|
|
982
|
-
var DnsOptions = [3, n0, _DO, 0, [_pDP, _pDSD], [0, 64 | 0]];
|
|
983
|
-
var DnsResource = [3, n0, _DR, 0, [_dN, _iAT], [0, 0]];
|
|
984
|
-
var DomainVerificationSummary = [
|
|
981
|
+
var DnsEntry$ = [3, n0, _DE, 0, [_dN, _hZI], [0, 0]];
|
|
982
|
+
var DnsOptions$ = [3, n0, _DO, 0, [_pDP, _pDSD], [0, 64 | 0]];
|
|
983
|
+
var DnsResource$ = [3, n0, _DR, 0, [_dN, _iAT], [0, 0]];
|
|
984
|
+
var DomainVerificationSummary$ = [
|
|
985
985
|
3,
|
|
986
986
|
n0,
|
|
987
987
|
_DVS,
|
|
988
988
|
0,
|
|
989
989
|
[_i, _a, _dN, _st, _tMC, _cA, _lVT, _t],
|
|
990
|
-
[0, 0, 0, 0, () => TxtMethodConfig
|
|
990
|
+
[0, 0, 0, 0, () => TxtMethodConfig$, 5, 5, 128 | 0],
|
|
991
991
|
];
|
|
992
|
-
var FixedResponseAction = [3, n0, _FRA, 0, [_sCt], [1]];
|
|
993
|
-
var ForwardAction = [3, n0, _FA, 0, [_tG], [() => WeightedTargetGroupList]];
|
|
994
|
-
var GetAccessLogSubscriptionRequest = [3, n0, _GALSR, 0, [_aLSI], [[0, 1]]];
|
|
995
|
-
var GetAccessLogSubscriptionResponse = [
|
|
992
|
+
var FixedResponseAction$ = [3, n0, _FRA, 0, [_sCt], [1]];
|
|
993
|
+
var ForwardAction$ = [3, n0, _FA, 0, [_tG], [() => WeightedTargetGroupList]];
|
|
994
|
+
var GetAccessLogSubscriptionRequest$ = [3, n0, _GALSR, 0, [_aLSI], [[0, 1]]];
|
|
995
|
+
var GetAccessLogSubscriptionResponse$ = [
|
|
996
996
|
3,
|
|
997
997
|
n0,
|
|
998
998
|
_GALSRe,
|
|
@@ -1000,18 +1000,18 @@ var GetAccessLogSubscriptionResponse = [
|
|
|
1000
1000
|
[_i, _a, _rI, _rA, _dA, _sNLT, _cA, _lUA],
|
|
1001
1001
|
[0, 0, 0, 0, 0, 0, 5, 5],
|
|
1002
1002
|
];
|
|
1003
|
-
var GetAuthPolicyRequest = [3, n0, _GAPR, 0, [_rIe], [[0, 1]]];
|
|
1004
|
-
var GetAuthPolicyResponse = [3, n0, _GAPRe, 0, [_pol, _sta, _cA, _lUA], [0, 0, 5, 5]];
|
|
1005
|
-
var GetDomainVerificationRequest = [3, n0, _GDVR, 0, [_dVI], [[0, 1]]];
|
|
1006
|
-
var GetDomainVerificationResponse = [
|
|
1003
|
+
var GetAuthPolicyRequest$ = [3, n0, _GAPR, 0, [_rIe], [[0, 1]]];
|
|
1004
|
+
var GetAuthPolicyResponse$ = [3, n0, _GAPRe, 0, [_pol, _sta, _cA, _lUA], [0, 0, 5, 5]];
|
|
1005
|
+
var GetDomainVerificationRequest$ = [3, n0, _GDVR, 0, [_dVI], [[0, 1]]];
|
|
1006
|
+
var GetDomainVerificationResponse$ = [
|
|
1007
1007
|
3,
|
|
1008
1008
|
n0,
|
|
1009
1009
|
_GDVRe,
|
|
1010
1010
|
0,
|
|
1011
1011
|
[_i, _a, _dN, _st, _tMC, _cA, _lVT, _t],
|
|
1012
|
-
[0, 0, 0, 0, () => TxtMethodConfig
|
|
1012
|
+
[0, 0, 0, 0, () => TxtMethodConfig$, 5, 5, 128 | 0],
|
|
1013
1013
|
];
|
|
1014
|
-
var GetListenerRequest = [
|
|
1014
|
+
var GetListenerRequest$ = [
|
|
1015
1015
|
3,
|
|
1016
1016
|
n0,
|
|
1017
1017
|
_GLR,
|
|
@@ -1022,25 +1022,25 @@ var GetListenerRequest = [
|
|
|
1022
1022
|
[0, 1],
|
|
1023
1023
|
],
|
|
1024
1024
|
];
|
|
1025
|
-
var GetListenerResponse = [
|
|
1025
|
+
var GetListenerResponse$ = [
|
|
1026
1026
|
3,
|
|
1027
1027
|
n0,
|
|
1028
1028
|
_GLRe,
|
|
1029
1029
|
0,
|
|
1030
1030
|
[_a, _i, _n, _p, _po, _sA, _sIe, _dAe, _cA, _lUA],
|
|
1031
|
-
[0, 0, 0, 0, 1, 0, 0, () => RuleAction
|
|
1031
|
+
[0, 0, 0, 0, 1, 0, 0, () => RuleAction$, 5, 5],
|
|
1032
1032
|
];
|
|
1033
|
-
var GetResourceConfigurationRequest = [3, n0, _GRCR, 0, [_rCI], [[0, 1]]];
|
|
1034
|
-
var GetResourceConfigurationResponse = [
|
|
1033
|
+
var GetResourceConfigurationRequest$ = [3, n0, _GRCR, 0, [_rCI], [[0, 1]]];
|
|
1034
|
+
var GetResourceConfigurationResponse$ = [
|
|
1035
1035
|
3,
|
|
1036
1036
|
n0,
|
|
1037
1037
|
_GRCRe,
|
|
1038
1038
|
0,
|
|
1039
1039
|
[_i, _n, _a, _rGIe, _rCGIe, _ty, _aATSSN, _pR, _p, _cDN, _st, _rCD, _cA, _aM, _fR, _lUA, _dVIo, _dVA, _dVS, _gD],
|
|
1040
|
-
[0, 0, 0, 0, 0, 0, 2, 64 | 0, 0, 0, 0, () => ResourceConfigurationDefinition
|
|
1040
|
+
[0, 0, 0, 0, 0, 0, 2, 64 | 0, 0, 0, 0, () => ResourceConfigurationDefinition$, 5, 2, 0, 5, 0, 0, 0, 0],
|
|
1041
1041
|
];
|
|
1042
|
-
var GetResourceGatewayRequest = [3, n0, _GRGR, 0, [_rGI], [[0, 1]]];
|
|
1043
|
-
var GetResourceGatewayResponse = [
|
|
1042
|
+
var GetResourceGatewayRequest$ = [3, n0, _GRGR, 0, [_rGI], [[0, 1]]];
|
|
1043
|
+
var GetResourceGatewayResponse$ = [
|
|
1044
1044
|
3,
|
|
1045
1045
|
n0,
|
|
1046
1046
|
_GRGRe,
|
|
@@ -1048,9 +1048,9 @@ var GetResourceGatewayResponse = [
|
|
|
1048
1048
|
[_n, _i, _a, _st, _vIp, _sIu, _sGI, _iAT, _iAPE, _cA, _lUA],
|
|
1049
1049
|
[0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 1, 5, 5],
|
|
1050
1050
|
];
|
|
1051
|
-
var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_rA], [[0, 1]]];
|
|
1052
|
-
var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_pol], [0]];
|
|
1053
|
-
var GetRuleRequest = [
|
|
1051
|
+
var GetResourcePolicyRequest$ = [3, n0, _GRPR, 0, [_rA], [[0, 1]]];
|
|
1052
|
+
var GetResourcePolicyResponse$ = [3, n0, _GRPRe, 0, [_pol], [0]];
|
|
1053
|
+
var GetRuleRequest$ = [
|
|
1054
1054
|
3,
|
|
1055
1055
|
n0,
|
|
1056
1056
|
_GRR,
|
|
@@ -1062,86 +1062,93 @@ var GetRuleRequest = [
|
|
|
1062
1062
|
[0, 1],
|
|
1063
1063
|
],
|
|
1064
1064
|
];
|
|
1065
|
-
var GetRuleResponse = [
|
|
1065
|
+
var GetRuleResponse$ = [
|
|
1066
1066
|
3,
|
|
1067
1067
|
n0,
|
|
1068
1068
|
_GRRe,
|
|
1069
1069
|
0,
|
|
1070
1070
|
[_a, _i, _n, _iD, _ma, _pr, _ac, _cA, _lUA],
|
|
1071
|
-
[0, 0, 0, 2, () => RuleMatch
|
|
1071
|
+
[0, 0, 0, 2, () => RuleMatch$, 1, () => RuleAction$, 5, 5],
|
|
1072
|
+
];
|
|
1073
|
+
var GetServiceNetworkRequest$ = [3, n0, _GSNR, 0, [_sNI], [[0, 1]]];
|
|
1074
|
+
var GetServiceNetworkResourceAssociationRequest$ = [
|
|
1075
|
+
3,
|
|
1076
|
+
n0,
|
|
1077
|
+
_GSNRAR,
|
|
1078
|
+
0,
|
|
1079
|
+
[_sNRAI],
|
|
1080
|
+
[[0, 1]],
|
|
1072
1081
|
];
|
|
1073
|
-
var
|
|
1074
|
-
var GetServiceNetworkResourceAssociationRequest = [3, n0, _GSNRAR, 0, [_sNRAI], [[0, 1]]];
|
|
1075
|
-
var GetServiceNetworkResourceAssociationResponse = [
|
|
1082
|
+
var GetServiceNetworkResourceAssociationResponse$ = [
|
|
1076
1083
|
3,
|
|
1077
1084
|
n0,
|
|
1078
1085
|
_GSNRARe,
|
|
1079
1086
|
0,
|
|
1080
1087
|
[_i, _a, _st, _cB, _cA, _rCIe, _rCA, _rCN, _sNIe, _sNA, _sNN, _fR, _fC, _lUA, _pDEr, _pDE, _dE, _iMA, _dVS],
|
|
1081
|
-
[0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 5, () => DnsEntry
|
|
1088
|
+
[0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 5, () => DnsEntry$, 2, () => DnsEntry$, 2, 0],
|
|
1082
1089
|
];
|
|
1083
|
-
var GetServiceNetworkResponse = [
|
|
1090
|
+
var GetServiceNetworkResponse$ = [
|
|
1084
1091
|
3,
|
|
1085
1092
|
n0,
|
|
1086
1093
|
_GSNRe,
|
|
1087
1094
|
0,
|
|
1088
1095
|
[_i, _n, _cA, _lUA, _a, _aT, _sC, _nOAVPC, _nOAS],
|
|
1089
|
-
[0, 0, 5, 5, 0, 0, () => SharingConfig
|
|
1096
|
+
[0, 0, 5, 5, 0, 0, () => SharingConfig$, 1, 1],
|
|
1090
1097
|
];
|
|
1091
|
-
var GetServiceNetworkServiceAssociationRequest = [3, n0, _GSNSAR, 0, [_sNSAI], [[0, 1]]];
|
|
1092
|
-
var GetServiceNetworkServiceAssociationResponse = [
|
|
1098
|
+
var GetServiceNetworkServiceAssociationRequest$ = [3, n0, _GSNSAR, 0, [_sNSAI], [[0, 1]]];
|
|
1099
|
+
var GetServiceNetworkServiceAssociationResponse$ = [
|
|
1093
1100
|
3,
|
|
1094
1101
|
n0,
|
|
1095
1102
|
_GSNSARe,
|
|
1096
1103
|
0,
|
|
1097
1104
|
[_i, _st, _a, _cB, _cA, _sIe, _sN, _sA, _sNIe, _sNN, _sNA, _dE, _cDN, _fM, _fC],
|
|
1098
|
-
[0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry
|
|
1105
|
+
[0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry$, 0, 0, 0],
|
|
1099
1106
|
];
|
|
1100
|
-
var GetServiceNetworkVpcAssociationRequest = [3, n0, _GSNVAR, 0, [_sNVAI], [[0, 1]]];
|
|
1101
|
-
var GetServiceNetworkVpcAssociationResponse = [
|
|
1107
|
+
var GetServiceNetworkVpcAssociationRequest$ = [3, n0, _GSNVAR, 0, [_sNVAI], [[0, 1]]];
|
|
1108
|
+
var GetServiceNetworkVpcAssociationResponse$ = [
|
|
1102
1109
|
3,
|
|
1103
1110
|
n0,
|
|
1104
1111
|
_GSNVARe,
|
|
1105
1112
|
0,
|
|
1106
1113
|
[_i, _st, _a, _cB, _cA, _sNIe, _sNN, _sNA, _vIp, _sGI, _pDE, _fM, _fC, _lUA, _dO],
|
|
1107
|
-
[0, 0, 0, 0, 5, 0, 0, 0, 0, 64 | 0, 2, 0, 0, 5, () => DnsOptions],
|
|
1114
|
+
[0, 0, 0, 0, 5, 0, 0, 0, 0, 64 | 0, 2, 0, 0, 5, () => DnsOptions$],
|
|
1108
1115
|
];
|
|
1109
|
-
var GetServiceRequest = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
|
|
1110
|
-
var GetServiceResponse = [
|
|
1116
|
+
var GetServiceRequest$ = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
|
|
1117
|
+
var GetServiceResponse$ = [
|
|
1111
1118
|
3,
|
|
1112
1119
|
n0,
|
|
1113
1120
|
_GSRe,
|
|
1114
1121
|
0,
|
|
1115
1122
|
[_i, _n, _a, _cA, _lUA, _dE, _cDN, _cAe, _st, _aT, _fC, _fM],
|
|
1116
|
-
[0, 0, 0, 5, 5, () => DnsEntry
|
|
1123
|
+
[0, 0, 0, 5, 5, () => DnsEntry$, 0, 0, 0, 0, 0, 0],
|
|
1117
1124
|
];
|
|
1118
|
-
var GetTargetGroupRequest = [3, n0, _GTGR, 0, [_tGI], [[0, 1]]];
|
|
1119
|
-
var GetTargetGroupResponse = [
|
|
1125
|
+
var GetTargetGroupRequest$ = [3, n0, _GTGR, 0, [_tGI], [[0, 1]]];
|
|
1126
|
+
var GetTargetGroupResponse$ = [
|
|
1120
1127
|
3,
|
|
1121
1128
|
n0,
|
|
1122
1129
|
_GTGRe,
|
|
1123
1130
|
0,
|
|
1124
1131
|
[_i, _a, _n, _ty, _co, _cA, _lUA, _st, _sAe, _fM, _fC],
|
|
1125
|
-
[0, 0, 0, 0, () => TargetGroupConfig
|
|
1132
|
+
[0, 0, 0, 0, () => TargetGroupConfig$, 5, 5, 0, 64 | 0, 0, 0],
|
|
1126
1133
|
];
|
|
1127
|
-
var HeaderMatch = [3, n0, _HM, 0, [_n, _ma, _cS], [0, () => HeaderMatchType
|
|
1128
|
-
var HealthCheckConfig = [
|
|
1134
|
+
var HeaderMatch$ = [3, n0, _HM, 0, [_n, _ma, _cS], [0, () => HeaderMatchType$, 2]];
|
|
1135
|
+
var HealthCheckConfig$ = [
|
|
1129
1136
|
3,
|
|
1130
1137
|
n0,
|
|
1131
1138
|
_HCC,
|
|
1132
1139
|
0,
|
|
1133
1140
|
[_en, _p, _pV, _po, _pa, _hCIS, _hCTS, _hTC, _uTC, _mat],
|
|
1134
|
-
[2, 0, 0, 1, 0, 1, 1, 1, 1, () => Matcher],
|
|
1141
|
+
[2, 0, 0, 1, 0, 1, 1, 1, 1, () => Matcher$],
|
|
1135
1142
|
];
|
|
1136
|
-
var HttpMatch = [
|
|
1143
|
+
var HttpMatch$ = [
|
|
1137
1144
|
3,
|
|
1138
1145
|
n0,
|
|
1139
1146
|
_HMt,
|
|
1140
1147
|
0,
|
|
1141
1148
|
[_me, _pM, _hM],
|
|
1142
|
-
[0, () => PathMatch
|
|
1149
|
+
[0, () => PathMatch$, () => HeaderMatchList],
|
|
1143
1150
|
];
|
|
1144
|
-
var InternalServerException = [
|
|
1151
|
+
var InternalServerException$ = [
|
|
1145
1152
|
-3,
|
|
1146
1153
|
n0,
|
|
1147
1154
|
_ISE,
|
|
@@ -1149,9 +1156,9 @@ var InternalServerException = [
|
|
|
1149
1156
|
[_m, _rAS],
|
|
1150
1157
|
[0, [1, { [_hH]: _RA }]],
|
|
1151
1158
|
];
|
|
1152
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
1153
|
-
var IpResource = [3, n0, _IR, 0, [_iA], [0]];
|
|
1154
|
-
var ListAccessLogSubscriptionsRequest = [
|
|
1159
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1160
|
+
var IpResource$ = [3, n0, _IR, 0, [_iA], [0]];
|
|
1161
|
+
var ListAccessLogSubscriptionsRequest$ = [
|
|
1155
1162
|
3,
|
|
1156
1163
|
n0,
|
|
1157
1164
|
_LALSR,
|
|
@@ -1163,7 +1170,7 @@ var ListAccessLogSubscriptionsRequest = [
|
|
|
1163
1170
|
[0, { [_hQ]: _nT }],
|
|
1164
1171
|
],
|
|
1165
1172
|
];
|
|
1166
|
-
var ListAccessLogSubscriptionsResponse = [
|
|
1173
|
+
var ListAccessLogSubscriptionsResponse$ = [
|
|
1167
1174
|
3,
|
|
1168
1175
|
n0,
|
|
1169
1176
|
_LALSRi,
|
|
@@ -1171,7 +1178,7 @@ var ListAccessLogSubscriptionsResponse = [
|
|
|
1171
1178
|
[_it, _nT],
|
|
1172
1179
|
[() => AccessLogSubscriptionList, 0],
|
|
1173
1180
|
];
|
|
1174
|
-
var ListDomainVerificationsRequest = [
|
|
1181
|
+
var ListDomainVerificationsRequest$ = [
|
|
1175
1182
|
3,
|
|
1176
1183
|
n0,
|
|
1177
1184
|
_LDVR,
|
|
@@ -1182,7 +1189,7 @@ var ListDomainVerificationsRequest = [
|
|
|
1182
1189
|
[0, { [_hQ]: _nT }],
|
|
1183
1190
|
],
|
|
1184
1191
|
];
|
|
1185
|
-
var ListDomainVerificationsResponse = [
|
|
1192
|
+
var ListDomainVerificationsResponse$ = [
|
|
1186
1193
|
3,
|
|
1187
1194
|
n0,
|
|
1188
1195
|
_LDVRi,
|
|
@@ -1190,7 +1197,7 @@ var ListDomainVerificationsResponse = [
|
|
|
1190
1197
|
[_it, _nT],
|
|
1191
1198
|
[() => DomainVerificationList, 0],
|
|
1192
1199
|
];
|
|
1193
|
-
var ListenerSummary = [
|
|
1200
|
+
var ListenerSummary$ = [
|
|
1194
1201
|
3,
|
|
1195
1202
|
n0,
|
|
1196
1203
|
_LS,
|
|
@@ -1198,7 +1205,7 @@ var ListenerSummary = [
|
|
|
1198
1205
|
[_a, _i, _n, _p, _po, _cA, _lUA],
|
|
1199
1206
|
[0, 0, 0, 0, 1, 5, 5],
|
|
1200
1207
|
];
|
|
1201
|
-
var ListListenersRequest = [
|
|
1208
|
+
var ListListenersRequest$ = [
|
|
1202
1209
|
3,
|
|
1203
1210
|
n0,
|
|
1204
1211
|
_LLR,
|
|
@@ -1210,8 +1217,15 @@ var ListListenersRequest = [
|
|
|
1210
1217
|
[0, { [_hQ]: _nT }],
|
|
1211
1218
|
],
|
|
1212
1219
|
];
|
|
1213
|
-
var ListListenersResponse = [
|
|
1214
|
-
|
|
1220
|
+
var ListListenersResponse$ = [
|
|
1221
|
+
3,
|
|
1222
|
+
n0,
|
|
1223
|
+
_LLRi,
|
|
1224
|
+
0,
|
|
1225
|
+
[_it, _nT],
|
|
1226
|
+
[() => ListenerSummaryList, 0],
|
|
1227
|
+
];
|
|
1228
|
+
var ListResourceConfigurationsRequest$ = [
|
|
1215
1229
|
3,
|
|
1216
1230
|
n0,
|
|
1217
1231
|
_LRCR,
|
|
@@ -1225,7 +1239,7 @@ var ListResourceConfigurationsRequest = [
|
|
|
1225
1239
|
[0, { [_hQ]: _nT }],
|
|
1226
1240
|
],
|
|
1227
1241
|
];
|
|
1228
|
-
var ListResourceConfigurationsResponse = [
|
|
1242
|
+
var ListResourceConfigurationsResponse$ = [
|
|
1229
1243
|
3,
|
|
1230
1244
|
n0,
|
|
1231
1245
|
_LRCRi,
|
|
@@ -1233,7 +1247,7 @@ var ListResourceConfigurationsResponse = [
|
|
|
1233
1247
|
[_it, _nT],
|
|
1234
1248
|
[() => ResourceConfigurationSummaryList, 0],
|
|
1235
1249
|
];
|
|
1236
|
-
var ListResourceEndpointAssociationsRequest = [
|
|
1250
|
+
var ListResourceEndpointAssociationsRequest$ = [
|
|
1237
1251
|
3,
|
|
1238
1252
|
n0,
|
|
1239
1253
|
_LREAR,
|
|
@@ -1248,7 +1262,7 @@ var ListResourceEndpointAssociationsRequest = [
|
|
|
1248
1262
|
[0, { [_hQ]: _nT }],
|
|
1249
1263
|
],
|
|
1250
1264
|
];
|
|
1251
|
-
var ListResourceEndpointAssociationsResponse = [
|
|
1265
|
+
var ListResourceEndpointAssociationsResponse$ = [
|
|
1252
1266
|
3,
|
|
1253
1267
|
n0,
|
|
1254
1268
|
_LREARi,
|
|
@@ -1256,7 +1270,7 @@ var ListResourceEndpointAssociationsResponse = [
|
|
|
1256
1270
|
[_it, _nT],
|
|
1257
1271
|
[() => ResourceEndpointAssociationList, 0],
|
|
1258
1272
|
];
|
|
1259
|
-
var ListResourceGatewaysRequest = [
|
|
1273
|
+
var ListResourceGatewaysRequest$ = [
|
|
1260
1274
|
3,
|
|
1261
1275
|
n0,
|
|
1262
1276
|
_LRGR,
|
|
@@ -1267,7 +1281,7 @@ var ListResourceGatewaysRequest = [
|
|
|
1267
1281
|
[0, { [_hQ]: _nT }],
|
|
1268
1282
|
],
|
|
1269
1283
|
];
|
|
1270
|
-
var ListResourceGatewaysResponse = [
|
|
1284
|
+
var ListResourceGatewaysResponse$ = [
|
|
1271
1285
|
3,
|
|
1272
1286
|
n0,
|
|
1273
1287
|
_LRGRi,
|
|
@@ -1275,7 +1289,7 @@ var ListResourceGatewaysResponse = [
|
|
|
1275
1289
|
[_it, _nT],
|
|
1276
1290
|
[() => ResourceGatewayList, 0],
|
|
1277
1291
|
];
|
|
1278
|
-
var ListRulesRequest = [
|
|
1292
|
+
var ListRulesRequest$ = [
|
|
1279
1293
|
3,
|
|
1280
1294
|
n0,
|
|
1281
1295
|
_LRR,
|
|
@@ -1288,8 +1302,8 @@ var ListRulesRequest = [
|
|
|
1288
1302
|
[0, { [_hQ]: _nT }],
|
|
1289
1303
|
],
|
|
1290
1304
|
];
|
|
1291
|
-
var ListRulesResponse = [3, n0, _LRRi, 0, [_it, _nT], [() => RuleSummaryList, 0]];
|
|
1292
|
-
var ListServiceNetworkResourceAssociationsRequest = [
|
|
1305
|
+
var ListRulesResponse$ = [3, n0, _LRRi, 0, [_it, _nT], [() => RuleSummaryList, 0]];
|
|
1306
|
+
var ListServiceNetworkResourceAssociationsRequest$ = [
|
|
1293
1307
|
3,
|
|
1294
1308
|
n0,
|
|
1295
1309
|
_LSNRAR,
|
|
@@ -1303,7 +1317,7 @@ var ListServiceNetworkResourceAssociationsRequest = [
|
|
|
1303
1317
|
[2, { [_hQ]: _iC }],
|
|
1304
1318
|
],
|
|
1305
1319
|
];
|
|
1306
|
-
var ListServiceNetworkResourceAssociationsResponse = [
|
|
1320
|
+
var ListServiceNetworkResourceAssociationsResponse$ = [
|
|
1307
1321
|
3,
|
|
1308
1322
|
n0,
|
|
1309
1323
|
_LSNRARi,
|
|
@@ -1311,7 +1325,7 @@ var ListServiceNetworkResourceAssociationsResponse = [
|
|
|
1311
1325
|
[_it, _nT],
|
|
1312
1326
|
[() => ServiceNetworkResourceAssociationList, 0],
|
|
1313
1327
|
];
|
|
1314
|
-
var ListServiceNetworkServiceAssociationsRequest = [
|
|
1328
|
+
var ListServiceNetworkServiceAssociationsRequest$ = [
|
|
1315
1329
|
3,
|
|
1316
1330
|
n0,
|
|
1317
1331
|
_LSNSAR,
|
|
@@ -1324,7 +1338,7 @@ var ListServiceNetworkServiceAssociationsRequest = [
|
|
|
1324
1338
|
[0, { [_hQ]: _nT }],
|
|
1325
1339
|
],
|
|
1326
1340
|
];
|
|
1327
|
-
var ListServiceNetworkServiceAssociationsResponse = [
|
|
1341
|
+
var ListServiceNetworkServiceAssociationsResponse$ = [
|
|
1328
1342
|
3,
|
|
1329
1343
|
n0,
|
|
1330
1344
|
_LSNSARi,
|
|
@@ -1332,7 +1346,7 @@ var ListServiceNetworkServiceAssociationsResponse = [
|
|
|
1332
1346
|
[_it, _nT],
|
|
1333
1347
|
[() => ServiceNetworkServiceAssociationList, 0],
|
|
1334
1348
|
];
|
|
1335
|
-
var ListServiceNetworksRequest = [
|
|
1349
|
+
var ListServiceNetworksRequest$ = [
|
|
1336
1350
|
3,
|
|
1337
1351
|
n0,
|
|
1338
1352
|
_LSNR,
|
|
@@ -1343,7 +1357,7 @@ var ListServiceNetworksRequest = [
|
|
|
1343
1357
|
[0, { [_hQ]: _nT }],
|
|
1344
1358
|
],
|
|
1345
1359
|
];
|
|
1346
|
-
var ListServiceNetworksResponse = [
|
|
1360
|
+
var ListServiceNetworksResponse$ = [
|
|
1347
1361
|
3,
|
|
1348
1362
|
n0,
|
|
1349
1363
|
_LSNRi,
|
|
@@ -1351,7 +1365,7 @@ var ListServiceNetworksResponse = [
|
|
|
1351
1365
|
[_it, _nT],
|
|
1352
1366
|
[() => ServiceNetworkList, 0],
|
|
1353
1367
|
];
|
|
1354
|
-
var ListServiceNetworkVpcAssociationsRequest = [
|
|
1368
|
+
var ListServiceNetworkVpcAssociationsRequest$ = [
|
|
1355
1369
|
3,
|
|
1356
1370
|
n0,
|
|
1357
1371
|
_LSNVAR,
|
|
@@ -1364,7 +1378,7 @@ var ListServiceNetworkVpcAssociationsRequest = [
|
|
|
1364
1378
|
[0, { [_hQ]: _nT }],
|
|
1365
1379
|
],
|
|
1366
1380
|
];
|
|
1367
|
-
var ListServiceNetworkVpcAssociationsResponse = [
|
|
1381
|
+
var ListServiceNetworkVpcAssociationsResponse$ = [
|
|
1368
1382
|
3,
|
|
1369
1383
|
n0,
|
|
1370
1384
|
_LSNVARi,
|
|
@@ -1372,7 +1386,7 @@ var ListServiceNetworkVpcAssociationsResponse = [
|
|
|
1372
1386
|
[_it, _nT],
|
|
1373
1387
|
[() => ServiceNetworkVpcAssociationList, 0],
|
|
1374
1388
|
];
|
|
1375
|
-
var ListServiceNetworkVpcEndpointAssociationsRequest = [
|
|
1389
|
+
var ListServiceNetworkVpcEndpointAssociationsRequest$ = [
|
|
1376
1390
|
3,
|
|
1377
1391
|
n0,
|
|
1378
1392
|
_LSNVEAR,
|
|
@@ -1384,7 +1398,7 @@ var ListServiceNetworkVpcEndpointAssociationsRequest = [
|
|
|
1384
1398
|
[0, { [_hQ]: _nT }],
|
|
1385
1399
|
],
|
|
1386
1400
|
];
|
|
1387
|
-
var ListServiceNetworkVpcEndpointAssociationsResponse = [
|
|
1401
|
+
var ListServiceNetworkVpcEndpointAssociationsResponse$ = [
|
|
1388
1402
|
3,
|
|
1389
1403
|
n0,
|
|
1390
1404
|
_LSNVEARi,
|
|
@@ -1392,7 +1406,7 @@ var ListServiceNetworkVpcEndpointAssociationsResponse = [
|
|
|
1392
1406
|
[_it, _nT],
|
|
1393
1407
|
[() => ServiceNetworkVpcEndpointAssociationList, 0],
|
|
1394
1408
|
];
|
|
1395
|
-
var ListServicesRequest = [
|
|
1409
|
+
var ListServicesRequest$ = [
|
|
1396
1410
|
3,
|
|
1397
1411
|
n0,
|
|
1398
1412
|
_LSR,
|
|
@@ -1403,10 +1417,10 @@ var ListServicesRequest = [
|
|
|
1403
1417
|
[0, { [_hQ]: _nT }],
|
|
1404
1418
|
],
|
|
1405
1419
|
];
|
|
1406
|
-
var ListServicesResponse = [3, n0, _LSRi, 0, [_it, _nT], [() => ServiceList, 0]];
|
|
1407
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1408
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1409
|
-
var ListTargetGroupsRequest = [
|
|
1420
|
+
var ListServicesResponse$ = [3, n0, _LSRi, 0, [_it, _nT], [() => ServiceList, 0]];
|
|
1421
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1422
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1423
|
+
var ListTargetGroupsRequest$ = [
|
|
1410
1424
|
3,
|
|
1411
1425
|
n0,
|
|
1412
1426
|
_LTGR,
|
|
@@ -1419,8 +1433,15 @@ var ListTargetGroupsRequest = [
|
|
|
1419
1433
|
[0, { [_hQ]: _tGT }],
|
|
1420
1434
|
],
|
|
1421
1435
|
];
|
|
1422
|
-
var ListTargetGroupsResponse = [
|
|
1423
|
-
|
|
1436
|
+
var ListTargetGroupsResponse$ = [
|
|
1437
|
+
3,
|
|
1438
|
+
n0,
|
|
1439
|
+
_LTGRi,
|
|
1440
|
+
0,
|
|
1441
|
+
[_it, _nT],
|
|
1442
|
+
[() => TargetGroupList, 0],
|
|
1443
|
+
];
|
|
1444
|
+
var ListTargetsRequest$ = [
|
|
1424
1445
|
3,
|
|
1425
1446
|
n0,
|
|
1426
1447
|
_LTR,
|
|
@@ -1428,14 +1449,14 @@ var ListTargetsRequest = [
|
|
|
1428
1449
|
[_tGI, _mR, _nT, _ta],
|
|
1429
1450
|
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => TargetList],
|
|
1430
1451
|
];
|
|
1431
|
-
var ListTargetsResponse = [3, n0, _LTRi, 0, [_it, _nT], [() => TargetSummaryList, 0]];
|
|
1432
|
-
var PathMatch = [3, n0, _PM, 0, [_ma, _cS], [() => PathMatchType
|
|
1433
|
-
var PutAuthPolicyRequest = [3, n0, _PAPR, 0, [_rIe, _pol], [[0, 1], 0]];
|
|
1434
|
-
var PutAuthPolicyResponse = [3, n0, _PAPRu, 0, [_pol, _sta], [0, 0]];
|
|
1435
|
-
var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_rA, _pol], [[0, 1], 0]];
|
|
1436
|
-
var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [], []];
|
|
1437
|
-
var RegisterTargetsRequest = [3, n0, _RTR, 0, [_tGI, _ta], [[0, 1], () => TargetList]];
|
|
1438
|
-
var RegisterTargetsResponse = [
|
|
1452
|
+
var ListTargetsResponse$ = [3, n0, _LTRi, 0, [_it, _nT], [() => TargetSummaryList, 0]];
|
|
1453
|
+
var PathMatch$ = [3, n0, _PM, 0, [_ma, _cS], [() => PathMatchType$, 2]];
|
|
1454
|
+
var PutAuthPolicyRequest$ = [3, n0, _PAPR, 0, [_rIe, _pol], [[0, 1], 0]];
|
|
1455
|
+
var PutAuthPolicyResponse$ = [3, n0, _PAPRu, 0, [_pol, _sta], [0, 0]];
|
|
1456
|
+
var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_rA, _pol], [[0, 1], 0]];
|
|
1457
|
+
var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [], []];
|
|
1458
|
+
var RegisterTargetsRequest$ = [3, n0, _RTR, 0, [_tGI, _ta], [[0, 1], () => TargetList]];
|
|
1459
|
+
var RegisterTargetsResponse$ = [
|
|
1439
1460
|
3,
|
|
1440
1461
|
n0,
|
|
1441
1462
|
_RTRe,
|
|
@@ -1443,7 +1464,7 @@ var RegisterTargetsResponse = [
|
|
|
1443
1464
|
[_s, _u],
|
|
1444
1465
|
[() => TargetList, () => TargetFailureList],
|
|
1445
1466
|
];
|
|
1446
|
-
var ResourceConfigurationSummary = [
|
|
1467
|
+
var ResourceConfigurationSummary$ = [
|
|
1447
1468
|
3,
|
|
1448
1469
|
n0,
|
|
1449
1470
|
_RCS,
|
|
@@ -1451,7 +1472,7 @@ var ResourceConfigurationSummary = [
|
|
|
1451
1472
|
[_i, _n, _a, _rGIe, _rCGIe, _ty, _st, _aM, _cA, _lUA, _cDN, _dVIo, _gD],
|
|
1452
1473
|
[0, 0, 0, 0, 0, 0, 0, 2, 5, 5, 0, 0, 0],
|
|
1453
1474
|
];
|
|
1454
|
-
var ResourceEndpointAssociationSummary = [
|
|
1475
|
+
var ResourceEndpointAssociationSummary$ = [
|
|
1455
1476
|
3,
|
|
1456
1477
|
n0,
|
|
1457
1478
|
_REAS,
|
|
@@ -1459,7 +1480,7 @@ var ResourceEndpointAssociationSummary = [
|
|
|
1459
1480
|
[_i, _a, _rCIe, _rCA, _rCN, _vEI, _vEO, _cB, _cA],
|
|
1460
1481
|
[0, 0, 0, 0, 0, 0, 0, 0, 5],
|
|
1461
1482
|
];
|
|
1462
|
-
var ResourceGatewaySummary = [
|
|
1483
|
+
var ResourceGatewaySummary$ = [
|
|
1463
1484
|
3,
|
|
1464
1485
|
n0,
|
|
1465
1486
|
_RGS,
|
|
@@ -1467,7 +1488,7 @@ var ResourceGatewaySummary = [
|
|
|
1467
1488
|
[_n, _i, _a, _st, _vI, _sIu, _sGI, _iAT, _iAPE, _cA, _lUA],
|
|
1468
1489
|
[0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 1, 5, 5],
|
|
1469
1490
|
];
|
|
1470
|
-
var ResourceNotFoundException = [
|
|
1491
|
+
var ResourceNotFoundException$ = [
|
|
1471
1492
|
-3,
|
|
1472
1493
|
n0,
|
|
1473
1494
|
_RNFE,
|
|
@@ -1475,8 +1496,8 @@ var ResourceNotFoundException = [
|
|
|
1475
1496
|
[_m, _rI, _rT],
|
|
1476
1497
|
[0, 0, 0],
|
|
1477
1498
|
];
|
|
1478
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1479
|
-
var RuleSummary = [
|
|
1499
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1500
|
+
var RuleSummary$ = [
|
|
1480
1501
|
3,
|
|
1481
1502
|
n0,
|
|
1482
1503
|
_RS,
|
|
@@ -1484,24 +1505,24 @@ var RuleSummary = [
|
|
|
1484
1505
|
[_a, _i, _n, _iD, _pr, _cA, _lUA],
|
|
1485
1506
|
[0, 0, 0, 2, 1, 5, 5],
|
|
1486
1507
|
];
|
|
1487
|
-
var RuleUpdate = [
|
|
1508
|
+
var RuleUpdate$ = [
|
|
1488
1509
|
3,
|
|
1489
1510
|
n0,
|
|
1490
1511
|
_RU,
|
|
1491
1512
|
0,
|
|
1492
1513
|
[_rIu, _ma, _pr, _ac],
|
|
1493
|
-
[0, () => RuleMatch
|
|
1514
|
+
[0, () => RuleMatch$, 1, () => RuleAction$],
|
|
1494
1515
|
];
|
|
1495
|
-
var RuleUpdateFailure = [3, n0, _RUF, 0, [_rIu, _fC, _fM], [0, 0, 0]];
|
|
1496
|
-
var RuleUpdateSuccess = [
|
|
1516
|
+
var RuleUpdateFailure$ = [3, n0, _RUF, 0, [_rIu, _fC, _fM], [0, 0, 0]];
|
|
1517
|
+
var RuleUpdateSuccess$ = [
|
|
1497
1518
|
3,
|
|
1498
1519
|
n0,
|
|
1499
1520
|
_RUS,
|
|
1500
1521
|
0,
|
|
1501
1522
|
[_a, _i, _n, _iD, _ma, _pr, _ac],
|
|
1502
|
-
[0, 0, 0, 2, () => RuleMatch
|
|
1523
|
+
[0, 0, 0, 2, () => RuleMatch$, 1, () => RuleAction$],
|
|
1503
1524
|
];
|
|
1504
|
-
var ServiceNetworkEndpointAssociation = [
|
|
1525
|
+
var ServiceNetworkEndpointAssociation$ = [
|
|
1505
1526
|
3,
|
|
1506
1527
|
n0,
|
|
1507
1528
|
_SNEA,
|
|
@@ -1509,23 +1530,23 @@ var ServiceNetworkEndpointAssociation = [
|
|
|
1509
1530
|
[_vEI, _vIp, _vEOI, _i, _sta, _sNA, _cA],
|
|
1510
1531
|
[0, 0, 0, 0, 0, 0, 5],
|
|
1511
1532
|
];
|
|
1512
|
-
var ServiceNetworkResourceAssociationSummary = [
|
|
1533
|
+
var ServiceNetworkResourceAssociationSummary$ = [
|
|
1513
1534
|
3,
|
|
1514
1535
|
n0,
|
|
1515
1536
|
_SNRAS,
|
|
1516
1537
|
0,
|
|
1517
1538
|
[_i, _a, _st, _cB, _cA, _rCIe, _rCA, _rCN, _sNIe, _sNA, _sNN, _dE, _pDEr, _iMA, _fC, _pDE],
|
|
1518
|
-
[0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry
|
|
1539
|
+
[0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry$, () => DnsEntry$, 2, 0, 2],
|
|
1519
1540
|
];
|
|
1520
|
-
var ServiceNetworkServiceAssociationSummary = [
|
|
1541
|
+
var ServiceNetworkServiceAssociationSummary$ = [
|
|
1521
1542
|
3,
|
|
1522
1543
|
n0,
|
|
1523
1544
|
_SNSAS,
|
|
1524
1545
|
0,
|
|
1525
1546
|
[_i, _st, _a, _cB, _cA, _sIe, _sN, _sA, _sNIe, _sNN, _sNA, _dE, _cDN],
|
|
1526
|
-
[0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry
|
|
1547
|
+
[0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry$, 0],
|
|
1527
1548
|
];
|
|
1528
|
-
var ServiceNetworkSummary = [
|
|
1549
|
+
var ServiceNetworkSummary$ = [
|
|
1529
1550
|
3,
|
|
1530
1551
|
n0,
|
|
1531
1552
|
_SNS,
|
|
@@ -1533,15 +1554,15 @@ var ServiceNetworkSummary = [
|
|
|
1533
1554
|
[_i, _n, _a, _cA, _lUA, _nOAVPC, _nOAS, _nOARC],
|
|
1534
1555
|
[0, 0, 0, 5, 5, 1, 1, 1],
|
|
1535
1556
|
];
|
|
1536
|
-
var ServiceNetworkVpcAssociationSummary = [
|
|
1557
|
+
var ServiceNetworkVpcAssociationSummary$ = [
|
|
1537
1558
|
3,
|
|
1538
1559
|
n0,
|
|
1539
1560
|
_SNVAS,
|
|
1540
1561
|
0,
|
|
1541
1562
|
[_i, _a, _st, _cB, _cA, _sNIe, _sNN, _sNA, _pDE, _dO, _vIp, _lUA],
|
|
1542
|
-
[0, 0, 0, 0, 5, 0, 0, 0, 2, () => DnsOptions
|
|
1563
|
+
[0, 0, 0, 0, 5, 0, 0, 0, 2, () => DnsOptions$, 0, 5],
|
|
1543
1564
|
];
|
|
1544
|
-
var ServiceQuotaExceededException = [
|
|
1565
|
+
var ServiceQuotaExceededException$ = [
|
|
1545
1566
|
-3,
|
|
1546
1567
|
n0,
|
|
1547
1568
|
_SQEE,
|
|
@@ -1549,17 +1570,17 @@ var ServiceQuotaExceededException = [
|
|
|
1549
1570
|
[_m, _rI, _rT, _sCe, _qC],
|
|
1550
1571
|
[0, 0, 0, 0, 0],
|
|
1551
1572
|
];
|
|
1552
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1553
|
-
var ServiceSummary = [
|
|
1573
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1574
|
+
var ServiceSummary$ = [
|
|
1554
1575
|
3,
|
|
1555
1576
|
n0,
|
|
1556
1577
|
_SS,
|
|
1557
1578
|
0,
|
|
1558
1579
|
[_i, _n, _a, _cA, _lUA, _dE, _cDN, _st],
|
|
1559
|
-
[0, 0, 0, 5, 5, () => DnsEntry
|
|
1580
|
+
[0, 0, 0, 5, 5, () => DnsEntry$, 0, 0],
|
|
1560
1581
|
];
|
|
1561
|
-
var SharingConfig = [3, n0, _SC, 0, [_en], [2]];
|
|
1562
|
-
var StartDomainVerificationRequest = [
|
|
1582
|
+
var SharingConfig$ = [3, n0, _SC, 0, [_en], [2]];
|
|
1583
|
+
var StartDomainVerificationRequest$ = [
|
|
1563
1584
|
3,
|
|
1564
1585
|
n0,
|
|
1565
1586
|
_SDVR,
|
|
@@ -1567,27 +1588,27 @@ var StartDomainVerificationRequest = [
|
|
|
1567
1588
|
[_cT, _dN, _t],
|
|
1568
1589
|
[[0, 4], 0, 128 | 0],
|
|
1569
1590
|
];
|
|
1570
|
-
var StartDomainVerificationResponse = [
|
|
1591
|
+
var StartDomainVerificationResponse$ = [
|
|
1571
1592
|
3,
|
|
1572
1593
|
n0,
|
|
1573
1594
|
_SDVRt,
|
|
1574
1595
|
0,
|
|
1575
1596
|
[_i, _a, _dN, _st, _tMC],
|
|
1576
|
-
[0, 0, 0, 0, () => TxtMethodConfig],
|
|
1597
|
+
[0, 0, 0, 0, () => TxtMethodConfig$],
|
|
1577
1598
|
];
|
|
1578
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1579
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1580
|
-
var Target = [3, n0, _T, 0, [_i, _po], [0, 1]];
|
|
1581
|
-
var TargetFailure = [3, n0, _TF, 0, [_i, _po, _fC, _fM], [0, 1, 0, 0]];
|
|
1582
|
-
var TargetGroupConfig = [
|
|
1599
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1600
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1601
|
+
var Target$ = [3, n0, _T, 0, [_i, _po], [0, 1]];
|
|
1602
|
+
var TargetFailure$ = [3, n0, _TF, 0, [_i, _po, _fC, _fM], [0, 1, 0, 0]];
|
|
1603
|
+
var TargetGroupConfig$ = [
|
|
1583
1604
|
3,
|
|
1584
1605
|
n0,
|
|
1585
1606
|
_TGC,
|
|
1586
1607
|
0,
|
|
1587
1608
|
[_po, _p, _pV, _iAT, _vI, _hC, _lESV],
|
|
1588
|
-
[1, 0, 0, 0, 0, () => HealthCheckConfig
|
|
1609
|
+
[1, 0, 0, 0, 0, () => HealthCheckConfig$, 0],
|
|
1589
1610
|
];
|
|
1590
|
-
var TargetGroupSummary = [
|
|
1611
|
+
var TargetGroupSummary$ = [
|
|
1591
1612
|
3,
|
|
1592
1613
|
n0,
|
|
1593
1614
|
_TGS,
|
|
@@ -1595,8 +1616,8 @@ var TargetGroupSummary = [
|
|
|
1595
1616
|
[_i, _a, _n, _ty, _cA, _po, _p, _iAT, _vI, _lUA, _st, _sAe, _lESV],
|
|
1596
1617
|
[0, 0, 0, 0, 5, 1, 0, 0, 0, 5, 0, 64 | 0, 0],
|
|
1597
1618
|
];
|
|
1598
|
-
var TargetSummary = [3, n0, _TS, 0, [_i, _po, _st, _rC], [0, 1, 0, 0]];
|
|
1599
|
-
var ThrottlingException = [
|
|
1619
|
+
var TargetSummary$ = [3, n0, _TS, 0, [_i, _po, _st, _rC], [0, 1, 0, 0]];
|
|
1620
|
+
var ThrottlingException$ = [
|
|
1600
1621
|
-3,
|
|
1601
1622
|
n0,
|
|
1602
1623
|
_TE,
|
|
@@ -1604,9 +1625,9 @@ var ThrottlingException = [
|
|
|
1604
1625
|
[_m, _sCe, _qC, _rAS],
|
|
1605
1626
|
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
1606
1627
|
];
|
|
1607
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1608
|
-
var TxtMethodConfig = [3, n0, _TMC, 0, [_v, _n], [0, 0]];
|
|
1609
|
-
var UntagResourceRequest = [
|
|
1628
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1629
|
+
var TxtMethodConfig$ = [3, n0, _TMC, 0, [_v, _n], [0, 0]];
|
|
1630
|
+
var UntagResourceRequest$ = [
|
|
1610
1631
|
3,
|
|
1611
1632
|
n0,
|
|
1612
1633
|
_URR,
|
|
@@ -1617,9 +1638,9 @@ var UntagResourceRequest = [
|
|
|
1617
1638
|
[64 | 0, { [_hQ]: _tK }],
|
|
1618
1639
|
],
|
|
1619
1640
|
];
|
|
1620
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1621
|
-
var UpdateAccessLogSubscriptionRequest = [3, n0, _UALSR, 0, [_aLSI, _dA], [[0, 1], 0]];
|
|
1622
|
-
var UpdateAccessLogSubscriptionResponse = [
|
|
1641
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1642
|
+
var UpdateAccessLogSubscriptionRequest$ = [3, n0, _UALSR, 0, [_aLSI, _dA], [[0, 1], 0]];
|
|
1643
|
+
var UpdateAccessLogSubscriptionResponse$ = [
|
|
1623
1644
|
3,
|
|
1624
1645
|
n0,
|
|
1625
1646
|
_UALSRp,
|
|
@@ -1627,40 +1648,40 @@ var UpdateAccessLogSubscriptionResponse = [
|
|
|
1627
1648
|
[_i, _a, _rI, _rA, _dA],
|
|
1628
1649
|
[0, 0, 0, 0, 0],
|
|
1629
1650
|
];
|
|
1630
|
-
var UpdateListenerRequest = [
|
|
1651
|
+
var UpdateListenerRequest$ = [
|
|
1631
1652
|
3,
|
|
1632
1653
|
n0,
|
|
1633
1654
|
_ULR,
|
|
1634
1655
|
0,
|
|
1635
1656
|
[_sI, _lI, _dAe],
|
|
1636
|
-
[[0, 1], [0, 1], () => RuleAction],
|
|
1657
|
+
[[0, 1], [0, 1], () => RuleAction$],
|
|
1637
1658
|
];
|
|
1638
|
-
var UpdateListenerResponse = [
|
|
1659
|
+
var UpdateListenerResponse$ = [
|
|
1639
1660
|
3,
|
|
1640
1661
|
n0,
|
|
1641
1662
|
_ULRp,
|
|
1642
1663
|
0,
|
|
1643
1664
|
[_a, _i, _n, _p, _po, _sA, _sIe, _dAe],
|
|
1644
|
-
[0, 0, 0, 0, 1, 0, 0, () => RuleAction],
|
|
1665
|
+
[0, 0, 0, 0, 1, 0, 0, () => RuleAction$],
|
|
1645
1666
|
];
|
|
1646
|
-
var UpdateResourceConfigurationRequest = [
|
|
1667
|
+
var UpdateResourceConfigurationRequest$ = [
|
|
1647
1668
|
3,
|
|
1648
1669
|
n0,
|
|
1649
1670
|
_URCR,
|
|
1650
1671
|
0,
|
|
1651
1672
|
[_rCI, _rCD, _aATSSN, _pR],
|
|
1652
|
-
[[0, 1], () => ResourceConfigurationDefinition
|
|
1673
|
+
[[0, 1], () => ResourceConfigurationDefinition$, 2, 64 | 0],
|
|
1653
1674
|
];
|
|
1654
|
-
var UpdateResourceConfigurationResponse = [
|
|
1675
|
+
var UpdateResourceConfigurationResponse$ = [
|
|
1655
1676
|
3,
|
|
1656
1677
|
n0,
|
|
1657
1678
|
_URCRp,
|
|
1658
1679
|
0,
|
|
1659
1680
|
[_i, _n, _a, _rGIe, _rCGIe, _ty, _pR, _aATSSN, _p, _st, _rCD],
|
|
1660
|
-
[0, 0, 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ResourceConfigurationDefinition],
|
|
1681
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ResourceConfigurationDefinition$],
|
|
1661
1682
|
];
|
|
1662
|
-
var UpdateResourceGatewayRequest = [3, n0, _URGR, 0, [_rGI, _sGI], [[0, 1], 64 | 0]];
|
|
1663
|
-
var UpdateResourceGatewayResponse = [
|
|
1683
|
+
var UpdateResourceGatewayRequest$ = [3, n0, _URGR, 0, [_rGI, _sGI], [[0, 1], 64 | 0]];
|
|
1684
|
+
var UpdateResourceGatewayResponse$ = [
|
|
1664
1685
|
3,
|
|
1665
1686
|
n0,
|
|
1666
1687
|
_URGRp,
|
|
@@ -1668,25 +1689,25 @@ var UpdateResourceGatewayResponse = [
|
|
|
1668
1689
|
[_n, _i, _a, _st, _vIp, _sIu, _sGI, _iAT],
|
|
1669
1690
|
[0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0],
|
|
1670
1691
|
];
|
|
1671
|
-
var UpdateRuleRequest = [
|
|
1692
|
+
var UpdateRuleRequest$ = [
|
|
1672
1693
|
3,
|
|
1673
1694
|
n0,
|
|
1674
1695
|
_URRp,
|
|
1675
1696
|
0,
|
|
1676
1697
|
[_sI, _lI, _rIu, _ma, _pr, _ac],
|
|
1677
|
-
[[0, 1], [0, 1], [0, 1], () => RuleMatch
|
|
1698
|
+
[[0, 1], [0, 1], [0, 1], () => RuleMatch$, 1, () => RuleAction$],
|
|
1678
1699
|
];
|
|
1679
|
-
var UpdateRuleResponse = [
|
|
1700
|
+
var UpdateRuleResponse$ = [
|
|
1680
1701
|
3,
|
|
1681
1702
|
n0,
|
|
1682
1703
|
_URRpd,
|
|
1683
1704
|
0,
|
|
1684
1705
|
[_a, _i, _n, _iD, _ma, _pr, _ac],
|
|
1685
|
-
[0, 0, 0, 2, () => RuleMatch
|
|
1706
|
+
[0, 0, 0, 2, () => RuleMatch$, 1, () => RuleAction$],
|
|
1686
1707
|
];
|
|
1687
|
-
var UpdateServiceNetworkRequest = [3, n0, _USNR, 0, [_sNI, _aT], [[0, 1], 0]];
|
|
1688
|
-
var UpdateServiceNetworkResponse = [3, n0, _USNRp, 0, [_i, _n, _a, _aT], [0, 0, 0, 0]];
|
|
1689
|
-
var UpdateServiceNetworkVpcAssociationRequest = [
|
|
1708
|
+
var UpdateServiceNetworkRequest$ = [3, n0, _USNR, 0, [_sNI, _aT], [[0, 1], 0]];
|
|
1709
|
+
var UpdateServiceNetworkResponse$ = [3, n0, _USNRp, 0, [_i, _n, _a, _aT], [0, 0, 0, 0]];
|
|
1710
|
+
var UpdateServiceNetworkVpcAssociationRequest$ = [
|
|
1690
1711
|
3,
|
|
1691
1712
|
n0,
|
|
1692
1713
|
_USNVAR,
|
|
@@ -1694,7 +1715,7 @@ var UpdateServiceNetworkVpcAssociationRequest = [
|
|
|
1694
1715
|
[_sNVAI, _sGI],
|
|
1695
1716
|
[[0, 1], 64 | 0],
|
|
1696
1717
|
];
|
|
1697
|
-
var UpdateServiceNetworkVpcAssociationResponse = [
|
|
1718
|
+
var UpdateServiceNetworkVpcAssociationResponse$ = [
|
|
1698
1719
|
3,
|
|
1699
1720
|
n0,
|
|
1700
1721
|
_USNVARp,
|
|
@@ -1702,8 +1723,8 @@ var UpdateServiceNetworkVpcAssociationResponse = [
|
|
|
1702
1723
|
[_i, _a, _st, _cB, _sGI],
|
|
1703
1724
|
[0, 0, 0, 0, 64 | 0],
|
|
1704
1725
|
];
|
|
1705
|
-
var UpdateServiceRequest = [3, n0, _USR, 0, [_sI, _cAe, _aT], [[0, 1], 0, 0]];
|
|
1706
|
-
var UpdateServiceResponse = [
|
|
1726
|
+
var UpdateServiceRequest$ = [3, n0, _USR, 0, [_sI, _cAe, _aT], [[0, 1], 0, 0]];
|
|
1727
|
+
var UpdateServiceResponse$ = [
|
|
1707
1728
|
3,
|
|
1708
1729
|
n0,
|
|
1709
1730
|
_USRp,
|
|
@@ -1711,23 +1732,23 @@ var UpdateServiceResponse = [
|
|
|
1711
1732
|
[_i, _a, _n, _cDN, _cAe, _aT],
|
|
1712
1733
|
[0, 0, 0, 0, 0, 0],
|
|
1713
1734
|
];
|
|
1714
|
-
var UpdateTargetGroupRequest = [
|
|
1735
|
+
var UpdateTargetGroupRequest$ = [
|
|
1715
1736
|
3,
|
|
1716
1737
|
n0,
|
|
1717
1738
|
_UTGR,
|
|
1718
1739
|
0,
|
|
1719
1740
|
[_tGI, _hC],
|
|
1720
|
-
[[0, 1], () => HealthCheckConfig],
|
|
1741
|
+
[[0, 1], () => HealthCheckConfig$],
|
|
1721
1742
|
];
|
|
1722
|
-
var UpdateTargetGroupResponse = [
|
|
1743
|
+
var UpdateTargetGroupResponse$ = [
|
|
1723
1744
|
3,
|
|
1724
1745
|
n0,
|
|
1725
1746
|
_UTGRp,
|
|
1726
1747
|
0,
|
|
1727
1748
|
[_i, _a, _n, _ty, _co, _st],
|
|
1728
|
-
[0, 0, 0, 0, () => TargetGroupConfig
|
|
1749
|
+
[0, 0, 0, 0, () => TargetGroupConfig$, 0],
|
|
1729
1750
|
];
|
|
1730
|
-
var ValidationException = [
|
|
1751
|
+
var ValidationException$ = [
|
|
1731
1752
|
-3,
|
|
1732
1753
|
n0,
|
|
1733
1754
|
_VE,
|
|
@@ -1735,667 +1756,655 @@ var ValidationException = [
|
|
|
1735
1756
|
[_m, _re, _fL],
|
|
1736
1757
|
[0, 0, () => ValidationExceptionFieldList],
|
|
1737
1758
|
];
|
|
1738
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
1739
|
-
var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
1740
|
-
var WeightedTargetGroup = [3, n0, _WTG, 0, [_tGI, _w], [0, 1]];
|
|
1741
|
-
var VPCLatticeServiceException = [-3, _sm, "VPCLatticeServiceException", 0, [], []];
|
|
1742
|
-
schema.TypeRegistry.for(_sm).registerError(VPCLatticeServiceException
|
|
1743
|
-
var AccessLogSubscriptionList = [1, n0, _ALSL, 0, () => AccessLogSubscriptionSummary];
|
|
1744
|
-
var DomainVerificationList = [1, n0, _DVL, 0, () => DomainVerificationSummary];
|
|
1745
|
-
var HeaderMatchList = [1, n0, _HML, 0, () => HeaderMatch];
|
|
1746
|
-
var ListenerSummaryList = [1, n0, _LSL, 0, () => ListenerSummary];
|
|
1747
|
-
var ResourceConfigurationSummaryList = [1, n0, _RCSL, 0, () => ResourceConfigurationSummary];
|
|
1748
|
-
var ResourceEndpointAssociationList = [
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
];
|
|
1755
|
-
var
|
|
1756
|
-
var RuleSummaryList = [1, n0, _RSL, 0, () => RuleSummary];
|
|
1757
|
-
var RuleUpdateFailureList = [1, n0, _RUFL, 0, () => RuleUpdateFailure];
|
|
1758
|
-
var RuleUpdateList = [1, n0, _RUL, 0, () => RuleUpdate];
|
|
1759
|
-
var RuleUpdateSuccessList = [1, n0, _RUSL, 0, () => RuleUpdateSuccess];
|
|
1760
|
-
var ServiceList = [1, n0, _SL, 0, () => ServiceSummary];
|
|
1761
|
-
var ServiceNetworkList = [1, n0, _SNL, 0, () => ServiceNetworkSummary];
|
|
1759
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1760
|
+
var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
1761
|
+
var WeightedTargetGroup$ = [3, n0, _WTG, 0, [_tGI, _w], [0, 1]];
|
|
1762
|
+
var VPCLatticeServiceException$ = [-3, _sm, "VPCLatticeServiceException", 0, [], []];
|
|
1763
|
+
schema.TypeRegistry.for(_sm).registerError(VPCLatticeServiceException$, VPCLatticeServiceException);
|
|
1764
|
+
var AccessLogSubscriptionList = [1, n0, _ALSL, 0, () => AccessLogSubscriptionSummary$];
|
|
1765
|
+
var DomainVerificationList = [1, n0, _DVL, 0, () => DomainVerificationSummary$];
|
|
1766
|
+
var HeaderMatchList = [1, n0, _HML, 0, () => HeaderMatch$];
|
|
1767
|
+
var ListenerSummaryList = [1, n0, _LSL, 0, () => ListenerSummary$];
|
|
1768
|
+
var ResourceConfigurationSummaryList = [1, n0, _RCSL, 0, () => ResourceConfigurationSummary$];
|
|
1769
|
+
var ResourceEndpointAssociationList = [1, n0, _REAL, 0, () => ResourceEndpointAssociationSummary$];
|
|
1770
|
+
var ResourceGatewayList = [1, n0, _RGL, 0, () => ResourceGatewaySummary$];
|
|
1771
|
+
var RuleSummaryList = [1, n0, _RSL, 0, () => RuleSummary$];
|
|
1772
|
+
var RuleUpdateFailureList = [1, n0, _RUFL, 0, () => RuleUpdateFailure$];
|
|
1773
|
+
var RuleUpdateList = [1, n0, _RUL, 0, () => RuleUpdate$];
|
|
1774
|
+
var RuleUpdateSuccessList = [1, n0, _RUSL, 0, () => RuleUpdateSuccess$];
|
|
1775
|
+
var ServiceList = [1, n0, _SL, 0, () => ServiceSummary$];
|
|
1776
|
+
var ServiceNetworkList = [1, n0, _SNL, 0, () => ServiceNetworkSummary$];
|
|
1762
1777
|
var ServiceNetworkResourceAssociationList = [
|
|
1763
1778
|
1,
|
|
1764
1779
|
n0,
|
|
1765
1780
|
_SNRAL,
|
|
1766
1781
|
0,
|
|
1767
|
-
() => ServiceNetworkResourceAssociationSummary
|
|
1782
|
+
() => ServiceNetworkResourceAssociationSummary$,
|
|
1768
1783
|
];
|
|
1769
1784
|
var ServiceNetworkServiceAssociationList = [
|
|
1770
1785
|
1,
|
|
1771
1786
|
n0,
|
|
1772
1787
|
_SNSAL,
|
|
1773
1788
|
0,
|
|
1774
|
-
() => ServiceNetworkServiceAssociationSummary
|
|
1775
|
-
];
|
|
1776
|
-
var ServiceNetworkVpcAssociationList = [
|
|
1777
|
-
1,
|
|
1778
|
-
n0,
|
|
1779
|
-
_SNVAL,
|
|
1780
|
-
0,
|
|
1781
|
-
() => ServiceNetworkVpcAssociationSummary,
|
|
1789
|
+
() => ServiceNetworkServiceAssociationSummary$,
|
|
1782
1790
|
];
|
|
1791
|
+
var ServiceNetworkVpcAssociationList = [1, n0, _SNVAL, 0, () => ServiceNetworkVpcAssociationSummary$];
|
|
1783
1792
|
var ServiceNetworkVpcEndpointAssociationList = [
|
|
1784
1793
|
1,
|
|
1785
1794
|
n0,
|
|
1786
1795
|
_SNVEAL,
|
|
1787
1796
|
0,
|
|
1788
|
-
() => ServiceNetworkEndpointAssociation
|
|
1797
|
+
() => ServiceNetworkEndpointAssociation$,
|
|
1789
1798
|
];
|
|
1790
|
-
var TargetFailureList = [1, n0, _TFL, 0, () => TargetFailure];
|
|
1791
|
-
var TargetGroupList = [1, n0, _TGL, 0, () => TargetGroupSummary];
|
|
1792
|
-
var TargetList = [1, n0, _TL, 0, () => Target];
|
|
1793
|
-
var TargetSummaryList = [1, n0, _TSL, 0, () => TargetSummary];
|
|
1794
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
1795
|
-
var WeightedTargetGroupList = [1, n0, _WTGL, 0, () => WeightedTargetGroup];
|
|
1796
|
-
var HeaderMatchType = [3, n0, _HMT, 0, [_ex, _pre, _con], [0, 0, 0]];
|
|
1797
|
-
var Matcher = [3, n0, _M, 0, [_hCt], [0]];
|
|
1798
|
-
var PathMatchType = [3, n0, _PMT, 0, [_ex, _pre], [0, 0]];
|
|
1799
|
-
var ResourceConfigurationDefinition = [
|
|
1799
|
+
var TargetFailureList = [1, n0, _TFL, 0, () => TargetFailure$];
|
|
1800
|
+
var TargetGroupList = [1, n0, _TGL, 0, () => TargetGroupSummary$];
|
|
1801
|
+
var TargetList = [1, n0, _TL, 0, () => Target$];
|
|
1802
|
+
var TargetSummaryList = [1, n0, _TSL, 0, () => TargetSummary$];
|
|
1803
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
1804
|
+
var WeightedTargetGroupList = [1, n0, _WTGL, 0, () => WeightedTargetGroup$];
|
|
1805
|
+
var HeaderMatchType$ = [3, n0, _HMT, 0, [_ex, _pre, _con], [0, 0, 0]];
|
|
1806
|
+
var Matcher$ = [3, n0, _M, 0, [_hCt], [0]];
|
|
1807
|
+
var PathMatchType$ = [3, n0, _PMT, 0, [_ex, _pre], [0, 0]];
|
|
1808
|
+
var ResourceConfigurationDefinition$ = [
|
|
1800
1809
|
3,
|
|
1801
1810
|
n0,
|
|
1802
1811
|
_RCD,
|
|
1803
1812
|
0,
|
|
1804
1813
|
[_dR, _iR, _aR],
|
|
1805
|
-
[() => DnsResource
|
|
1814
|
+
[() => DnsResource$, () => IpResource$, () => ArnResource$],
|
|
1806
1815
|
];
|
|
1807
|
-
var RuleAction = [
|
|
1816
|
+
var RuleAction$ = [
|
|
1808
1817
|
3,
|
|
1809
1818
|
n0,
|
|
1810
1819
|
_RAu,
|
|
1811
1820
|
0,
|
|
1812
1821
|
[_f, _fRi],
|
|
1813
|
-
[() => ForwardAction
|
|
1822
|
+
[() => ForwardAction$, () => FixedResponseAction$],
|
|
1814
1823
|
];
|
|
1815
|
-
var RuleMatch = [3, n0, _RM, 0, [_hMt], [() => HttpMatch]];
|
|
1816
|
-
var BatchUpdateRule = [
|
|
1824
|
+
var RuleMatch$ = [3, n0, _RM, 0, [_hMt], [() => HttpMatch$]];
|
|
1825
|
+
var BatchUpdateRule$ = [
|
|
1817
1826
|
9,
|
|
1818
1827
|
n0,
|
|
1819
1828
|
_BUR,
|
|
1820
1829
|
{ [_h]: ["PATCH", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 200] },
|
|
1821
|
-
() => BatchUpdateRuleRequest
|
|
1822
|
-
() => BatchUpdateRuleResponse
|
|
1830
|
+
() => BatchUpdateRuleRequest$,
|
|
1831
|
+
() => BatchUpdateRuleResponse$,
|
|
1823
1832
|
];
|
|
1824
|
-
var CreateAccessLogSubscription = [
|
|
1833
|
+
var CreateAccessLogSubscription$ = [
|
|
1825
1834
|
9,
|
|
1826
1835
|
n0,
|
|
1827
1836
|
_CALS,
|
|
1828
1837
|
{ [_h]: ["POST", "/accesslogsubscriptions", 201] },
|
|
1829
|
-
() => CreateAccessLogSubscriptionRequest
|
|
1830
|
-
() => CreateAccessLogSubscriptionResponse
|
|
1838
|
+
() => CreateAccessLogSubscriptionRequest$,
|
|
1839
|
+
() => CreateAccessLogSubscriptionResponse$,
|
|
1831
1840
|
];
|
|
1832
|
-
var CreateListener = [
|
|
1841
|
+
var CreateListener$ = [
|
|
1833
1842
|
9,
|
|
1834
1843
|
n0,
|
|
1835
1844
|
_CL,
|
|
1836
1845
|
{ [_h]: ["POST", "/services/{serviceIdentifier}/listeners", 201] },
|
|
1837
|
-
() => CreateListenerRequest
|
|
1838
|
-
() => CreateListenerResponse
|
|
1846
|
+
() => CreateListenerRequest$,
|
|
1847
|
+
() => CreateListenerResponse$,
|
|
1839
1848
|
];
|
|
1840
|
-
var CreateResourceConfiguration = [
|
|
1849
|
+
var CreateResourceConfiguration$ = [
|
|
1841
1850
|
9,
|
|
1842
1851
|
n0,
|
|
1843
1852
|
_CRC,
|
|
1844
1853
|
{ [_h]: ["POST", "/resourceconfigurations", 201] },
|
|
1845
|
-
() => CreateResourceConfigurationRequest
|
|
1846
|
-
() => CreateResourceConfigurationResponse
|
|
1854
|
+
() => CreateResourceConfigurationRequest$,
|
|
1855
|
+
() => CreateResourceConfigurationResponse$,
|
|
1847
1856
|
];
|
|
1848
|
-
var CreateResourceGateway = [
|
|
1857
|
+
var CreateResourceGateway$ = [
|
|
1849
1858
|
9,
|
|
1850
1859
|
n0,
|
|
1851
1860
|
_CRG,
|
|
1852
1861
|
{ [_h]: ["POST", "/resourcegateways", 201] },
|
|
1853
|
-
() => CreateResourceGatewayRequest
|
|
1854
|
-
() => CreateResourceGatewayResponse
|
|
1862
|
+
() => CreateResourceGatewayRequest$,
|
|
1863
|
+
() => CreateResourceGatewayResponse$,
|
|
1855
1864
|
];
|
|
1856
|
-
var CreateRule = [
|
|
1865
|
+
var CreateRule$ = [
|
|
1857
1866
|
9,
|
|
1858
1867
|
n0,
|
|
1859
1868
|
_CR,
|
|
1860
1869
|
{ [_h]: ["POST", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 201] },
|
|
1861
|
-
() => CreateRuleRequest
|
|
1862
|
-
() => CreateRuleResponse
|
|
1870
|
+
() => CreateRuleRequest$,
|
|
1871
|
+
() => CreateRuleResponse$,
|
|
1863
1872
|
];
|
|
1864
|
-
var CreateService = [
|
|
1873
|
+
var CreateService$ = [
|
|
1865
1874
|
9,
|
|
1866
1875
|
n0,
|
|
1867
1876
|
_CS,
|
|
1868
1877
|
{ [_h]: ["POST", "/services", 201] },
|
|
1869
|
-
() => CreateServiceRequest
|
|
1870
|
-
() => CreateServiceResponse
|
|
1878
|
+
() => CreateServiceRequest$,
|
|
1879
|
+
() => CreateServiceResponse$,
|
|
1871
1880
|
];
|
|
1872
|
-
var CreateServiceNetwork = [
|
|
1881
|
+
var CreateServiceNetwork$ = [
|
|
1873
1882
|
9,
|
|
1874
1883
|
n0,
|
|
1875
1884
|
_CSN,
|
|
1876
1885
|
{ [_h]: ["POST", "/servicenetworks", 201] },
|
|
1877
|
-
() => CreateServiceNetworkRequest
|
|
1878
|
-
() => CreateServiceNetworkResponse
|
|
1886
|
+
() => CreateServiceNetworkRequest$,
|
|
1887
|
+
() => CreateServiceNetworkResponse$,
|
|
1879
1888
|
];
|
|
1880
|
-
var CreateServiceNetworkResourceAssociation = [
|
|
1889
|
+
var CreateServiceNetworkResourceAssociation$ = [
|
|
1881
1890
|
9,
|
|
1882
1891
|
n0,
|
|
1883
1892
|
_CSNRA,
|
|
1884
1893
|
{ [_h]: ["POST", "/servicenetworkresourceassociations", 201] },
|
|
1885
|
-
() => CreateServiceNetworkResourceAssociationRequest
|
|
1886
|
-
() => CreateServiceNetworkResourceAssociationResponse
|
|
1894
|
+
() => CreateServiceNetworkResourceAssociationRequest$,
|
|
1895
|
+
() => CreateServiceNetworkResourceAssociationResponse$,
|
|
1887
1896
|
];
|
|
1888
|
-
var CreateServiceNetworkServiceAssociation = [
|
|
1897
|
+
var CreateServiceNetworkServiceAssociation$ = [
|
|
1889
1898
|
9,
|
|
1890
1899
|
n0,
|
|
1891
1900
|
_CSNSA,
|
|
1892
1901
|
{ [_h]: ["POST", "/servicenetworkserviceassociations", 200] },
|
|
1893
|
-
() => CreateServiceNetworkServiceAssociationRequest
|
|
1894
|
-
() => CreateServiceNetworkServiceAssociationResponse
|
|
1902
|
+
() => CreateServiceNetworkServiceAssociationRequest$,
|
|
1903
|
+
() => CreateServiceNetworkServiceAssociationResponse$,
|
|
1895
1904
|
];
|
|
1896
|
-
var CreateServiceNetworkVpcAssociation = [
|
|
1905
|
+
var CreateServiceNetworkVpcAssociation$ = [
|
|
1897
1906
|
9,
|
|
1898
1907
|
n0,
|
|
1899
1908
|
_CSNVA,
|
|
1900
1909
|
{ [_h]: ["POST", "/servicenetworkvpcassociations", 200] },
|
|
1901
|
-
() => CreateServiceNetworkVpcAssociationRequest
|
|
1902
|
-
() => CreateServiceNetworkVpcAssociationResponse
|
|
1910
|
+
() => CreateServiceNetworkVpcAssociationRequest$,
|
|
1911
|
+
() => CreateServiceNetworkVpcAssociationResponse$,
|
|
1903
1912
|
];
|
|
1904
|
-
var CreateTargetGroup = [
|
|
1913
|
+
var CreateTargetGroup$ = [
|
|
1905
1914
|
9,
|
|
1906
1915
|
n0,
|
|
1907
1916
|
_CTG,
|
|
1908
1917
|
{ [_h]: ["POST", "/targetgroups", 201] },
|
|
1909
|
-
() => CreateTargetGroupRequest
|
|
1910
|
-
() => CreateTargetGroupResponse
|
|
1918
|
+
() => CreateTargetGroupRequest$,
|
|
1919
|
+
() => CreateTargetGroupResponse$,
|
|
1911
1920
|
];
|
|
1912
|
-
var DeleteAccessLogSubscription = [
|
|
1921
|
+
var DeleteAccessLogSubscription$ = [
|
|
1913
1922
|
9,
|
|
1914
1923
|
n0,
|
|
1915
1924
|
_DALS,
|
|
1916
1925
|
{ [_h]: ["DELETE", "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 204] },
|
|
1917
|
-
() => DeleteAccessLogSubscriptionRequest
|
|
1918
|
-
() => DeleteAccessLogSubscriptionResponse
|
|
1926
|
+
() => DeleteAccessLogSubscriptionRequest$,
|
|
1927
|
+
() => DeleteAccessLogSubscriptionResponse$,
|
|
1919
1928
|
];
|
|
1920
|
-
var DeleteAuthPolicy = [
|
|
1929
|
+
var DeleteAuthPolicy$ = [
|
|
1921
1930
|
9,
|
|
1922
1931
|
n0,
|
|
1923
1932
|
_DAP,
|
|
1924
1933
|
{ [_h]: ["DELETE", "/authpolicy/{resourceIdentifier}", 204] },
|
|
1925
|
-
() => DeleteAuthPolicyRequest
|
|
1926
|
-
() => DeleteAuthPolicyResponse
|
|
1934
|
+
() => DeleteAuthPolicyRequest$,
|
|
1935
|
+
() => DeleteAuthPolicyResponse$,
|
|
1927
1936
|
];
|
|
1928
|
-
var DeleteDomainVerification = [
|
|
1937
|
+
var DeleteDomainVerification$ = [
|
|
1929
1938
|
9,
|
|
1930
1939
|
n0,
|
|
1931
1940
|
_DDV,
|
|
1932
1941
|
{ [_h]: ["DELETE", "/domainverifications/{domainVerificationIdentifier}", 200] },
|
|
1933
|
-
() => DeleteDomainVerificationRequest
|
|
1934
|
-
() => DeleteDomainVerificationResponse
|
|
1942
|
+
() => DeleteDomainVerificationRequest$,
|
|
1943
|
+
() => DeleteDomainVerificationResponse$,
|
|
1935
1944
|
];
|
|
1936
|
-
var DeleteListener = [
|
|
1945
|
+
var DeleteListener$ = [
|
|
1937
1946
|
9,
|
|
1938
1947
|
n0,
|
|
1939
1948
|
_DL,
|
|
1940
1949
|
{ [_h]: ["DELETE", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 204] },
|
|
1941
|
-
() => DeleteListenerRequest
|
|
1942
|
-
() => DeleteListenerResponse
|
|
1950
|
+
() => DeleteListenerRequest$,
|
|
1951
|
+
() => DeleteListenerResponse$,
|
|
1943
1952
|
];
|
|
1944
|
-
var DeleteResourceConfiguration = [
|
|
1953
|
+
var DeleteResourceConfiguration$ = [
|
|
1945
1954
|
9,
|
|
1946
1955
|
n0,
|
|
1947
1956
|
_DRC,
|
|
1948
1957
|
{ [_h]: ["DELETE", "/resourceconfigurations/{resourceConfigurationIdentifier}", 204] },
|
|
1949
|
-
() => DeleteResourceConfigurationRequest
|
|
1950
|
-
() => DeleteResourceConfigurationResponse
|
|
1958
|
+
() => DeleteResourceConfigurationRequest$,
|
|
1959
|
+
() => DeleteResourceConfigurationResponse$,
|
|
1951
1960
|
];
|
|
1952
|
-
var DeleteResourceEndpointAssociation = [
|
|
1961
|
+
var DeleteResourceEndpointAssociation$ = [
|
|
1953
1962
|
9,
|
|
1954
1963
|
n0,
|
|
1955
1964
|
_DREA,
|
|
1956
1965
|
{ [_h]: ["DELETE", "/resourceendpointassociations/{resourceEndpointAssociationIdentifier}", 200] },
|
|
1957
|
-
() => DeleteResourceEndpointAssociationRequest
|
|
1958
|
-
() => DeleteResourceEndpointAssociationResponse
|
|
1966
|
+
() => DeleteResourceEndpointAssociationRequest$,
|
|
1967
|
+
() => DeleteResourceEndpointAssociationResponse$,
|
|
1959
1968
|
];
|
|
1960
|
-
var DeleteResourceGateway = [
|
|
1969
|
+
var DeleteResourceGateway$ = [
|
|
1961
1970
|
9,
|
|
1962
1971
|
n0,
|
|
1963
1972
|
_DRG,
|
|
1964
1973
|
{ [_h]: ["DELETE", "/resourcegateways/{resourceGatewayIdentifier}", 200] },
|
|
1965
|
-
() => DeleteResourceGatewayRequest
|
|
1966
|
-
() => DeleteResourceGatewayResponse
|
|
1974
|
+
() => DeleteResourceGatewayRequest$,
|
|
1975
|
+
() => DeleteResourceGatewayResponse$,
|
|
1967
1976
|
];
|
|
1968
|
-
var DeleteResourcePolicy = [
|
|
1977
|
+
var DeleteResourcePolicy$ = [
|
|
1969
1978
|
9,
|
|
1970
1979
|
n0,
|
|
1971
1980
|
_DRP,
|
|
1972
1981
|
{ [_h]: ["DELETE", "/resourcepolicy/{resourceArn}", 204] },
|
|
1973
|
-
() => DeleteResourcePolicyRequest
|
|
1974
|
-
() => DeleteResourcePolicyResponse
|
|
1982
|
+
() => DeleteResourcePolicyRequest$,
|
|
1983
|
+
() => DeleteResourcePolicyResponse$,
|
|
1975
1984
|
];
|
|
1976
|
-
var DeleteRule = [
|
|
1985
|
+
var DeleteRule$ = [
|
|
1977
1986
|
9,
|
|
1978
1987
|
n0,
|
|
1979
1988
|
_DRe,
|
|
1980
1989
|
{ [_h]: ["DELETE", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 204] },
|
|
1981
|
-
() => DeleteRuleRequest
|
|
1982
|
-
() => DeleteRuleResponse
|
|
1990
|
+
() => DeleteRuleRequest$,
|
|
1991
|
+
() => DeleteRuleResponse$,
|
|
1983
1992
|
];
|
|
1984
|
-
var DeleteService = [
|
|
1993
|
+
var DeleteService$ = [
|
|
1985
1994
|
9,
|
|
1986
1995
|
n0,
|
|
1987
1996
|
_DS,
|
|
1988
1997
|
{ [_h]: ["DELETE", "/services/{serviceIdentifier}", 200] },
|
|
1989
|
-
() => DeleteServiceRequest
|
|
1990
|
-
() => DeleteServiceResponse
|
|
1998
|
+
() => DeleteServiceRequest$,
|
|
1999
|
+
() => DeleteServiceResponse$,
|
|
1991
2000
|
];
|
|
1992
|
-
var DeleteServiceNetwork = [
|
|
2001
|
+
var DeleteServiceNetwork$ = [
|
|
1993
2002
|
9,
|
|
1994
2003
|
n0,
|
|
1995
2004
|
_DSN,
|
|
1996
2005
|
{ [_h]: ["DELETE", "/servicenetworks/{serviceNetworkIdentifier}", 204] },
|
|
1997
|
-
() => DeleteServiceNetworkRequest
|
|
1998
|
-
() => DeleteServiceNetworkResponse
|
|
2006
|
+
() => DeleteServiceNetworkRequest$,
|
|
2007
|
+
() => DeleteServiceNetworkResponse$,
|
|
1999
2008
|
];
|
|
2000
|
-
var DeleteServiceNetworkResourceAssociation = [
|
|
2009
|
+
var DeleteServiceNetworkResourceAssociation$ = [
|
|
2001
2010
|
9,
|
|
2002
2011
|
n0,
|
|
2003
2012
|
_DSNRA,
|
|
2004
2013
|
{ [_h]: ["DELETE", "/servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}", 200] },
|
|
2005
|
-
() => DeleteServiceNetworkResourceAssociationRequest
|
|
2006
|
-
() => DeleteServiceNetworkResourceAssociationResponse
|
|
2014
|
+
() => DeleteServiceNetworkResourceAssociationRequest$,
|
|
2015
|
+
() => DeleteServiceNetworkResourceAssociationResponse$,
|
|
2007
2016
|
];
|
|
2008
|
-
var DeleteServiceNetworkServiceAssociation = [
|
|
2017
|
+
var DeleteServiceNetworkServiceAssociation$ = [
|
|
2009
2018
|
9,
|
|
2010
2019
|
n0,
|
|
2011
2020
|
_DSNSA,
|
|
2012
2021
|
{ [_h]: ["DELETE", "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}", 200] },
|
|
2013
|
-
() => DeleteServiceNetworkServiceAssociationRequest
|
|
2014
|
-
() => DeleteServiceNetworkServiceAssociationResponse
|
|
2022
|
+
() => DeleteServiceNetworkServiceAssociationRequest$,
|
|
2023
|
+
() => DeleteServiceNetworkServiceAssociationResponse$,
|
|
2015
2024
|
];
|
|
2016
|
-
var DeleteServiceNetworkVpcAssociation = [
|
|
2025
|
+
var DeleteServiceNetworkVpcAssociation$ = [
|
|
2017
2026
|
9,
|
|
2018
2027
|
n0,
|
|
2019
2028
|
_DSNVA,
|
|
2020
2029
|
{ [_h]: ["DELETE", "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 200] },
|
|
2021
|
-
() => DeleteServiceNetworkVpcAssociationRequest
|
|
2022
|
-
() => DeleteServiceNetworkVpcAssociationResponse
|
|
2030
|
+
() => DeleteServiceNetworkVpcAssociationRequest$,
|
|
2031
|
+
() => DeleteServiceNetworkVpcAssociationResponse$,
|
|
2023
2032
|
];
|
|
2024
|
-
var DeleteTargetGroup = [
|
|
2033
|
+
var DeleteTargetGroup$ = [
|
|
2025
2034
|
9,
|
|
2026
2035
|
n0,
|
|
2027
2036
|
_DTG,
|
|
2028
2037
|
{ [_h]: ["DELETE", "/targetgroups/{targetGroupIdentifier}", 200] },
|
|
2029
|
-
() => DeleteTargetGroupRequest
|
|
2030
|
-
() => DeleteTargetGroupResponse
|
|
2038
|
+
() => DeleteTargetGroupRequest$,
|
|
2039
|
+
() => DeleteTargetGroupResponse$,
|
|
2031
2040
|
];
|
|
2032
|
-
var DeregisterTargets = [
|
|
2041
|
+
var DeregisterTargets$ = [
|
|
2033
2042
|
9,
|
|
2034
2043
|
n0,
|
|
2035
2044
|
_DT,
|
|
2036
2045
|
{ [_h]: ["POST", "/targetgroups/{targetGroupIdentifier}/deregistertargets", 200] },
|
|
2037
|
-
() => DeregisterTargetsRequest
|
|
2038
|
-
() => DeregisterTargetsResponse
|
|
2046
|
+
() => DeregisterTargetsRequest$,
|
|
2047
|
+
() => DeregisterTargetsResponse$,
|
|
2039
2048
|
];
|
|
2040
|
-
var GetAccessLogSubscription = [
|
|
2049
|
+
var GetAccessLogSubscription$ = [
|
|
2041
2050
|
9,
|
|
2042
2051
|
n0,
|
|
2043
2052
|
_GALS,
|
|
2044
2053
|
{ [_h]: ["GET", "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 200] },
|
|
2045
|
-
() => GetAccessLogSubscriptionRequest
|
|
2046
|
-
() => GetAccessLogSubscriptionResponse
|
|
2054
|
+
() => GetAccessLogSubscriptionRequest$,
|
|
2055
|
+
() => GetAccessLogSubscriptionResponse$,
|
|
2047
2056
|
];
|
|
2048
|
-
var GetAuthPolicy = [
|
|
2057
|
+
var GetAuthPolicy$ = [
|
|
2049
2058
|
9,
|
|
2050
2059
|
n0,
|
|
2051
2060
|
_GAP,
|
|
2052
2061
|
{ [_h]: ["GET", "/authpolicy/{resourceIdentifier}", 200] },
|
|
2053
|
-
() => GetAuthPolicyRequest
|
|
2054
|
-
() => GetAuthPolicyResponse
|
|
2062
|
+
() => GetAuthPolicyRequest$,
|
|
2063
|
+
() => GetAuthPolicyResponse$,
|
|
2055
2064
|
];
|
|
2056
|
-
var GetDomainVerification = [
|
|
2065
|
+
var GetDomainVerification$ = [
|
|
2057
2066
|
9,
|
|
2058
2067
|
n0,
|
|
2059
2068
|
_GDV,
|
|
2060
2069
|
{ [_h]: ["GET", "/domainverifications/{domainVerificationIdentifier}", 200] },
|
|
2061
|
-
() => GetDomainVerificationRequest
|
|
2062
|
-
() => GetDomainVerificationResponse
|
|
2070
|
+
() => GetDomainVerificationRequest$,
|
|
2071
|
+
() => GetDomainVerificationResponse$,
|
|
2063
2072
|
];
|
|
2064
|
-
var GetListener = [
|
|
2073
|
+
var GetListener$ = [
|
|
2065
2074
|
9,
|
|
2066
2075
|
n0,
|
|
2067
2076
|
_GL,
|
|
2068
2077
|
{ [_h]: ["GET", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 200] },
|
|
2069
|
-
() => GetListenerRequest
|
|
2070
|
-
() => GetListenerResponse
|
|
2078
|
+
() => GetListenerRequest$,
|
|
2079
|
+
() => GetListenerResponse$,
|
|
2071
2080
|
];
|
|
2072
|
-
var GetResourceConfiguration = [
|
|
2081
|
+
var GetResourceConfiguration$ = [
|
|
2073
2082
|
9,
|
|
2074
2083
|
n0,
|
|
2075
2084
|
_GRC,
|
|
2076
2085
|
{ [_h]: ["GET", "/resourceconfigurations/{resourceConfigurationIdentifier}", 200] },
|
|
2077
|
-
() => GetResourceConfigurationRequest
|
|
2078
|
-
() => GetResourceConfigurationResponse
|
|
2086
|
+
() => GetResourceConfigurationRequest$,
|
|
2087
|
+
() => GetResourceConfigurationResponse$,
|
|
2079
2088
|
];
|
|
2080
|
-
var GetResourceGateway = [
|
|
2089
|
+
var GetResourceGateway$ = [
|
|
2081
2090
|
9,
|
|
2082
2091
|
n0,
|
|
2083
2092
|
_GRG,
|
|
2084
2093
|
{ [_h]: ["GET", "/resourcegateways/{resourceGatewayIdentifier}", 200] },
|
|
2085
|
-
() => GetResourceGatewayRequest
|
|
2086
|
-
() => GetResourceGatewayResponse
|
|
2094
|
+
() => GetResourceGatewayRequest$,
|
|
2095
|
+
() => GetResourceGatewayResponse$,
|
|
2087
2096
|
];
|
|
2088
|
-
var GetResourcePolicy = [
|
|
2097
|
+
var GetResourcePolicy$ = [
|
|
2089
2098
|
9,
|
|
2090
2099
|
n0,
|
|
2091
2100
|
_GRP,
|
|
2092
2101
|
{ [_h]: ["GET", "/resourcepolicy/{resourceArn}", 200] },
|
|
2093
|
-
() => GetResourcePolicyRequest
|
|
2094
|
-
() => GetResourcePolicyResponse
|
|
2102
|
+
() => GetResourcePolicyRequest$,
|
|
2103
|
+
() => GetResourcePolicyResponse$,
|
|
2095
2104
|
];
|
|
2096
|
-
var GetRule = [
|
|
2105
|
+
var GetRule$ = [
|
|
2097
2106
|
9,
|
|
2098
2107
|
n0,
|
|
2099
2108
|
_GR,
|
|
2100
2109
|
{ [_h]: ["GET", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 200] },
|
|
2101
|
-
() => GetRuleRequest
|
|
2102
|
-
() => GetRuleResponse
|
|
2110
|
+
() => GetRuleRequest$,
|
|
2111
|
+
() => GetRuleResponse$,
|
|
2103
2112
|
];
|
|
2104
|
-
var GetService = [
|
|
2113
|
+
var GetService$ = [
|
|
2105
2114
|
9,
|
|
2106
2115
|
n0,
|
|
2107
2116
|
_GS,
|
|
2108
2117
|
{ [_h]: ["GET", "/services/{serviceIdentifier}", 200] },
|
|
2109
|
-
() => GetServiceRequest
|
|
2110
|
-
() => GetServiceResponse
|
|
2118
|
+
() => GetServiceRequest$,
|
|
2119
|
+
() => GetServiceResponse$,
|
|
2111
2120
|
];
|
|
2112
|
-
var GetServiceNetwork = [
|
|
2121
|
+
var GetServiceNetwork$ = [
|
|
2113
2122
|
9,
|
|
2114
2123
|
n0,
|
|
2115
2124
|
_GSN,
|
|
2116
2125
|
{ [_h]: ["GET", "/servicenetworks/{serviceNetworkIdentifier}", 200] },
|
|
2117
|
-
() => GetServiceNetworkRequest
|
|
2118
|
-
() => GetServiceNetworkResponse
|
|
2126
|
+
() => GetServiceNetworkRequest$,
|
|
2127
|
+
() => GetServiceNetworkResponse$,
|
|
2119
2128
|
];
|
|
2120
|
-
var GetServiceNetworkResourceAssociation = [
|
|
2129
|
+
var GetServiceNetworkResourceAssociation$ = [
|
|
2121
2130
|
9,
|
|
2122
2131
|
n0,
|
|
2123
2132
|
_GSNRA,
|
|
2124
2133
|
{ [_h]: ["GET", "/servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}", 200] },
|
|
2125
|
-
() => GetServiceNetworkResourceAssociationRequest
|
|
2126
|
-
() => GetServiceNetworkResourceAssociationResponse
|
|
2134
|
+
() => GetServiceNetworkResourceAssociationRequest$,
|
|
2135
|
+
() => GetServiceNetworkResourceAssociationResponse$,
|
|
2127
2136
|
];
|
|
2128
|
-
var GetServiceNetworkServiceAssociation = [
|
|
2137
|
+
var GetServiceNetworkServiceAssociation$ = [
|
|
2129
2138
|
9,
|
|
2130
2139
|
n0,
|
|
2131
2140
|
_GSNSA,
|
|
2132
2141
|
{ [_h]: ["GET", "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}", 200] },
|
|
2133
|
-
() => GetServiceNetworkServiceAssociationRequest
|
|
2134
|
-
() => GetServiceNetworkServiceAssociationResponse
|
|
2142
|
+
() => GetServiceNetworkServiceAssociationRequest$,
|
|
2143
|
+
() => GetServiceNetworkServiceAssociationResponse$,
|
|
2135
2144
|
];
|
|
2136
|
-
var GetServiceNetworkVpcAssociation = [
|
|
2145
|
+
var GetServiceNetworkVpcAssociation$ = [
|
|
2137
2146
|
9,
|
|
2138
2147
|
n0,
|
|
2139
2148
|
_GSNVA,
|
|
2140
2149
|
{ [_h]: ["GET", "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 200] },
|
|
2141
|
-
() => GetServiceNetworkVpcAssociationRequest
|
|
2142
|
-
() => GetServiceNetworkVpcAssociationResponse
|
|
2150
|
+
() => GetServiceNetworkVpcAssociationRequest$,
|
|
2151
|
+
() => GetServiceNetworkVpcAssociationResponse$,
|
|
2143
2152
|
];
|
|
2144
|
-
var GetTargetGroup = [
|
|
2153
|
+
var GetTargetGroup$ = [
|
|
2145
2154
|
9,
|
|
2146
2155
|
n0,
|
|
2147
2156
|
_GTG,
|
|
2148
2157
|
{ [_h]: ["GET", "/targetgroups/{targetGroupIdentifier}", 200] },
|
|
2149
|
-
() => GetTargetGroupRequest
|
|
2150
|
-
() => GetTargetGroupResponse
|
|
2158
|
+
() => GetTargetGroupRequest$,
|
|
2159
|
+
() => GetTargetGroupResponse$,
|
|
2151
2160
|
];
|
|
2152
|
-
var ListAccessLogSubscriptions = [
|
|
2161
|
+
var ListAccessLogSubscriptions$ = [
|
|
2153
2162
|
9,
|
|
2154
2163
|
n0,
|
|
2155
2164
|
_LALS,
|
|
2156
2165
|
{ [_h]: ["GET", "/accesslogsubscriptions", 200] },
|
|
2157
|
-
() => ListAccessLogSubscriptionsRequest
|
|
2158
|
-
() => ListAccessLogSubscriptionsResponse
|
|
2166
|
+
() => ListAccessLogSubscriptionsRequest$,
|
|
2167
|
+
() => ListAccessLogSubscriptionsResponse$,
|
|
2159
2168
|
];
|
|
2160
|
-
var ListDomainVerifications = [
|
|
2169
|
+
var ListDomainVerifications$ = [
|
|
2161
2170
|
9,
|
|
2162
2171
|
n0,
|
|
2163
2172
|
_LDV,
|
|
2164
2173
|
{ [_h]: ["GET", "/domainverifications", 200] },
|
|
2165
|
-
() => ListDomainVerificationsRequest
|
|
2166
|
-
() => ListDomainVerificationsResponse
|
|
2174
|
+
() => ListDomainVerificationsRequest$,
|
|
2175
|
+
() => ListDomainVerificationsResponse$,
|
|
2167
2176
|
];
|
|
2168
|
-
var ListListeners = [
|
|
2177
|
+
var ListListeners$ = [
|
|
2169
2178
|
9,
|
|
2170
2179
|
n0,
|
|
2171
2180
|
_LL,
|
|
2172
2181
|
{ [_h]: ["GET", "/services/{serviceIdentifier}/listeners", 200] },
|
|
2173
|
-
() => ListListenersRequest
|
|
2174
|
-
() => ListListenersResponse
|
|
2182
|
+
() => ListListenersRequest$,
|
|
2183
|
+
() => ListListenersResponse$,
|
|
2175
2184
|
];
|
|
2176
|
-
var ListResourceConfigurations = [
|
|
2185
|
+
var ListResourceConfigurations$ = [
|
|
2177
2186
|
9,
|
|
2178
2187
|
n0,
|
|
2179
2188
|
_LRC,
|
|
2180
2189
|
{ [_h]: ["GET", "/resourceconfigurations", 200] },
|
|
2181
|
-
() => ListResourceConfigurationsRequest
|
|
2182
|
-
() => ListResourceConfigurationsResponse
|
|
2190
|
+
() => ListResourceConfigurationsRequest$,
|
|
2191
|
+
() => ListResourceConfigurationsResponse$,
|
|
2183
2192
|
];
|
|
2184
|
-
var ListResourceEndpointAssociations = [
|
|
2193
|
+
var ListResourceEndpointAssociations$ = [
|
|
2185
2194
|
9,
|
|
2186
2195
|
n0,
|
|
2187
2196
|
_LREA,
|
|
2188
2197
|
{ [_h]: ["GET", "/resourceendpointassociations", 200] },
|
|
2189
|
-
() => ListResourceEndpointAssociationsRequest
|
|
2190
|
-
() => ListResourceEndpointAssociationsResponse
|
|
2198
|
+
() => ListResourceEndpointAssociationsRequest$,
|
|
2199
|
+
() => ListResourceEndpointAssociationsResponse$,
|
|
2191
2200
|
];
|
|
2192
|
-
var ListResourceGateways = [
|
|
2201
|
+
var ListResourceGateways$ = [
|
|
2193
2202
|
9,
|
|
2194
2203
|
n0,
|
|
2195
2204
|
_LRG,
|
|
2196
2205
|
{ [_h]: ["GET", "/resourcegateways", 200] },
|
|
2197
|
-
() => ListResourceGatewaysRequest
|
|
2198
|
-
() => ListResourceGatewaysResponse
|
|
2206
|
+
() => ListResourceGatewaysRequest$,
|
|
2207
|
+
() => ListResourceGatewaysResponse$,
|
|
2199
2208
|
];
|
|
2200
|
-
var ListRules = [
|
|
2209
|
+
var ListRules$ = [
|
|
2201
2210
|
9,
|
|
2202
2211
|
n0,
|
|
2203
2212
|
_LR,
|
|
2204
2213
|
{ [_h]: ["GET", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 200] },
|
|
2205
|
-
() => ListRulesRequest
|
|
2206
|
-
() => ListRulesResponse
|
|
2214
|
+
() => ListRulesRequest$,
|
|
2215
|
+
() => ListRulesResponse$,
|
|
2207
2216
|
];
|
|
2208
|
-
var ListServiceNetworkResourceAssociations = [
|
|
2217
|
+
var ListServiceNetworkResourceAssociations$ = [
|
|
2209
2218
|
9,
|
|
2210
2219
|
n0,
|
|
2211
2220
|
_LSNRA,
|
|
2212
2221
|
{ [_h]: ["GET", "/servicenetworkresourceassociations", 200] },
|
|
2213
|
-
() => ListServiceNetworkResourceAssociationsRequest
|
|
2214
|
-
() => ListServiceNetworkResourceAssociationsResponse
|
|
2222
|
+
() => ListServiceNetworkResourceAssociationsRequest$,
|
|
2223
|
+
() => ListServiceNetworkResourceAssociationsResponse$,
|
|
2215
2224
|
];
|
|
2216
|
-
var ListServiceNetworks = [
|
|
2225
|
+
var ListServiceNetworks$ = [
|
|
2217
2226
|
9,
|
|
2218
2227
|
n0,
|
|
2219
2228
|
_LSN,
|
|
2220
2229
|
{ [_h]: ["GET", "/servicenetworks", 200] },
|
|
2221
|
-
() => ListServiceNetworksRequest
|
|
2222
|
-
() => ListServiceNetworksResponse
|
|
2230
|
+
() => ListServiceNetworksRequest$,
|
|
2231
|
+
() => ListServiceNetworksResponse$,
|
|
2223
2232
|
];
|
|
2224
|
-
var ListServiceNetworkServiceAssociations = [
|
|
2233
|
+
var ListServiceNetworkServiceAssociations$ = [
|
|
2225
2234
|
9,
|
|
2226
2235
|
n0,
|
|
2227
2236
|
_LSNSA,
|
|
2228
2237
|
{ [_h]: ["GET", "/servicenetworkserviceassociations", 200] },
|
|
2229
|
-
() => ListServiceNetworkServiceAssociationsRequest
|
|
2230
|
-
() => ListServiceNetworkServiceAssociationsResponse
|
|
2238
|
+
() => ListServiceNetworkServiceAssociationsRequest$,
|
|
2239
|
+
() => ListServiceNetworkServiceAssociationsResponse$,
|
|
2231
2240
|
];
|
|
2232
|
-
var ListServiceNetworkVpcAssociations = [
|
|
2241
|
+
var ListServiceNetworkVpcAssociations$ = [
|
|
2233
2242
|
9,
|
|
2234
2243
|
n0,
|
|
2235
2244
|
_LSNVA,
|
|
2236
2245
|
{ [_h]: ["GET", "/servicenetworkvpcassociations", 200] },
|
|
2237
|
-
() => ListServiceNetworkVpcAssociationsRequest
|
|
2238
|
-
() => ListServiceNetworkVpcAssociationsResponse
|
|
2246
|
+
() => ListServiceNetworkVpcAssociationsRequest$,
|
|
2247
|
+
() => ListServiceNetworkVpcAssociationsResponse$,
|
|
2239
2248
|
];
|
|
2240
|
-
var ListServiceNetworkVpcEndpointAssociations = [
|
|
2249
|
+
var ListServiceNetworkVpcEndpointAssociations$ = [
|
|
2241
2250
|
9,
|
|
2242
2251
|
n0,
|
|
2243
2252
|
_LSNVEA,
|
|
2244
2253
|
{ [_h]: ["GET", "/servicenetworkvpcendpointassociations", 200] },
|
|
2245
|
-
() => ListServiceNetworkVpcEndpointAssociationsRequest
|
|
2246
|
-
() => ListServiceNetworkVpcEndpointAssociationsResponse
|
|
2254
|
+
() => ListServiceNetworkVpcEndpointAssociationsRequest$,
|
|
2255
|
+
() => ListServiceNetworkVpcEndpointAssociationsResponse$,
|
|
2247
2256
|
];
|
|
2248
|
-
var ListServices = [
|
|
2257
|
+
var ListServices$ = [
|
|
2249
2258
|
9,
|
|
2250
2259
|
n0,
|
|
2251
2260
|
_LSi,
|
|
2252
2261
|
{ [_h]: ["GET", "/services", 200] },
|
|
2253
|
-
() => ListServicesRequest
|
|
2254
|
-
() => ListServicesResponse
|
|
2262
|
+
() => ListServicesRequest$,
|
|
2263
|
+
() => ListServicesResponse$,
|
|
2255
2264
|
];
|
|
2256
|
-
var ListTagsForResource = [
|
|
2265
|
+
var ListTagsForResource$ = [
|
|
2257
2266
|
9,
|
|
2258
2267
|
n0,
|
|
2259
2268
|
_LTFR,
|
|
2260
2269
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
2261
|
-
() => ListTagsForResourceRequest
|
|
2262
|
-
() => ListTagsForResourceResponse
|
|
2270
|
+
() => ListTagsForResourceRequest$,
|
|
2271
|
+
() => ListTagsForResourceResponse$,
|
|
2263
2272
|
];
|
|
2264
|
-
var ListTargetGroups = [
|
|
2273
|
+
var ListTargetGroups$ = [
|
|
2265
2274
|
9,
|
|
2266
2275
|
n0,
|
|
2267
2276
|
_LTG,
|
|
2268
2277
|
{ [_h]: ["GET", "/targetgroups", 200] },
|
|
2269
|
-
() => ListTargetGroupsRequest
|
|
2270
|
-
() => ListTargetGroupsResponse
|
|
2278
|
+
() => ListTargetGroupsRequest$,
|
|
2279
|
+
() => ListTargetGroupsResponse$,
|
|
2271
2280
|
];
|
|
2272
|
-
var ListTargets = [
|
|
2281
|
+
var ListTargets$ = [
|
|
2273
2282
|
9,
|
|
2274
2283
|
n0,
|
|
2275
2284
|
_LT,
|
|
2276
2285
|
{ [_h]: ["POST", "/targetgroups/{targetGroupIdentifier}/listtargets", 200] },
|
|
2277
|
-
() => ListTargetsRequest
|
|
2278
|
-
() => ListTargetsResponse
|
|
2286
|
+
() => ListTargetsRequest$,
|
|
2287
|
+
() => ListTargetsResponse$,
|
|
2279
2288
|
];
|
|
2280
|
-
var PutAuthPolicy = [
|
|
2289
|
+
var PutAuthPolicy$ = [
|
|
2281
2290
|
9,
|
|
2282
2291
|
n0,
|
|
2283
2292
|
_PAP,
|
|
2284
2293
|
{ [_h]: ["PUT", "/authpolicy/{resourceIdentifier}", 200] },
|
|
2285
|
-
() => PutAuthPolicyRequest
|
|
2286
|
-
() => PutAuthPolicyResponse
|
|
2294
|
+
() => PutAuthPolicyRequest$,
|
|
2295
|
+
() => PutAuthPolicyResponse$,
|
|
2287
2296
|
];
|
|
2288
|
-
var PutResourcePolicy = [
|
|
2297
|
+
var PutResourcePolicy$ = [
|
|
2289
2298
|
9,
|
|
2290
2299
|
n0,
|
|
2291
2300
|
_PRP,
|
|
2292
2301
|
{ [_h]: ["PUT", "/resourcepolicy/{resourceArn}", 200] },
|
|
2293
|
-
() => PutResourcePolicyRequest
|
|
2294
|
-
() => PutResourcePolicyResponse
|
|
2302
|
+
() => PutResourcePolicyRequest$,
|
|
2303
|
+
() => PutResourcePolicyResponse$,
|
|
2295
2304
|
];
|
|
2296
|
-
var RegisterTargets = [
|
|
2305
|
+
var RegisterTargets$ = [
|
|
2297
2306
|
9,
|
|
2298
2307
|
n0,
|
|
2299
2308
|
_RT,
|
|
2300
2309
|
{ [_h]: ["POST", "/targetgroups/{targetGroupIdentifier}/registertargets", 200] },
|
|
2301
|
-
() => RegisterTargetsRequest
|
|
2302
|
-
() => RegisterTargetsResponse
|
|
2310
|
+
() => RegisterTargetsRequest$,
|
|
2311
|
+
() => RegisterTargetsResponse$,
|
|
2303
2312
|
];
|
|
2304
|
-
var StartDomainVerification = [
|
|
2313
|
+
var StartDomainVerification$ = [
|
|
2305
2314
|
9,
|
|
2306
2315
|
n0,
|
|
2307
2316
|
_SDV,
|
|
2308
2317
|
{ [_h]: ["POST", "/domainverifications", 201] },
|
|
2309
|
-
() => StartDomainVerificationRequest
|
|
2310
|
-
() => StartDomainVerificationResponse
|
|
2318
|
+
() => StartDomainVerificationRequest$,
|
|
2319
|
+
() => StartDomainVerificationResponse$,
|
|
2311
2320
|
];
|
|
2312
|
-
var TagResource = [
|
|
2321
|
+
var TagResource$ = [
|
|
2313
2322
|
9,
|
|
2314
2323
|
n0,
|
|
2315
2324
|
_TR,
|
|
2316
2325
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
2317
|
-
() => TagResourceRequest
|
|
2318
|
-
() => TagResourceResponse
|
|
2326
|
+
() => TagResourceRequest$,
|
|
2327
|
+
() => TagResourceResponse$,
|
|
2319
2328
|
];
|
|
2320
|
-
var UntagResource = [
|
|
2329
|
+
var UntagResource$ = [
|
|
2321
2330
|
9,
|
|
2322
2331
|
n0,
|
|
2323
2332
|
_UR,
|
|
2324
2333
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
2325
|
-
() => UntagResourceRequest
|
|
2326
|
-
() => UntagResourceResponse
|
|
2334
|
+
() => UntagResourceRequest$,
|
|
2335
|
+
() => UntagResourceResponse$,
|
|
2327
2336
|
];
|
|
2328
|
-
var UpdateAccessLogSubscription = [
|
|
2337
|
+
var UpdateAccessLogSubscription$ = [
|
|
2329
2338
|
9,
|
|
2330
2339
|
n0,
|
|
2331
2340
|
_UALS,
|
|
2332
2341
|
{ [_h]: ["PATCH", "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 200] },
|
|
2333
|
-
() => UpdateAccessLogSubscriptionRequest
|
|
2334
|
-
() => UpdateAccessLogSubscriptionResponse
|
|
2342
|
+
() => UpdateAccessLogSubscriptionRequest$,
|
|
2343
|
+
() => UpdateAccessLogSubscriptionResponse$,
|
|
2335
2344
|
];
|
|
2336
|
-
var UpdateListener = [
|
|
2345
|
+
var UpdateListener$ = [
|
|
2337
2346
|
9,
|
|
2338
2347
|
n0,
|
|
2339
2348
|
_UL,
|
|
2340
2349
|
{ [_h]: ["PATCH", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 200] },
|
|
2341
|
-
() => UpdateListenerRequest
|
|
2342
|
-
() => UpdateListenerResponse
|
|
2350
|
+
() => UpdateListenerRequest$,
|
|
2351
|
+
() => UpdateListenerResponse$,
|
|
2343
2352
|
];
|
|
2344
|
-
var UpdateResourceConfiguration = [
|
|
2353
|
+
var UpdateResourceConfiguration$ = [
|
|
2345
2354
|
9,
|
|
2346
2355
|
n0,
|
|
2347
2356
|
_URC,
|
|
2348
2357
|
{ [_h]: ["PATCH", "/resourceconfigurations/{resourceConfigurationIdentifier}", 200] },
|
|
2349
|
-
() => UpdateResourceConfigurationRequest
|
|
2350
|
-
() => UpdateResourceConfigurationResponse
|
|
2358
|
+
() => UpdateResourceConfigurationRequest$,
|
|
2359
|
+
() => UpdateResourceConfigurationResponse$,
|
|
2351
2360
|
];
|
|
2352
|
-
var UpdateResourceGateway = [
|
|
2361
|
+
var UpdateResourceGateway$ = [
|
|
2353
2362
|
9,
|
|
2354
2363
|
n0,
|
|
2355
2364
|
_URG,
|
|
2356
2365
|
{ [_h]: ["PATCH", "/resourcegateways/{resourceGatewayIdentifier}", 200] },
|
|
2357
|
-
() => UpdateResourceGatewayRequest
|
|
2358
|
-
() => UpdateResourceGatewayResponse
|
|
2366
|
+
() => UpdateResourceGatewayRequest$,
|
|
2367
|
+
() => UpdateResourceGatewayResponse$,
|
|
2359
2368
|
];
|
|
2360
|
-
var UpdateRule = [
|
|
2369
|
+
var UpdateRule$ = [
|
|
2361
2370
|
9,
|
|
2362
2371
|
n0,
|
|
2363
2372
|
_URp,
|
|
2364
2373
|
{ [_h]: ["PATCH", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 200] },
|
|
2365
|
-
() => UpdateRuleRequest
|
|
2366
|
-
() => UpdateRuleResponse
|
|
2374
|
+
() => UpdateRuleRequest$,
|
|
2375
|
+
() => UpdateRuleResponse$,
|
|
2367
2376
|
];
|
|
2368
|
-
var UpdateService = [
|
|
2377
|
+
var UpdateService$ = [
|
|
2369
2378
|
9,
|
|
2370
2379
|
n0,
|
|
2371
2380
|
_US,
|
|
2372
2381
|
{ [_h]: ["PATCH", "/services/{serviceIdentifier}", 200] },
|
|
2373
|
-
() => UpdateServiceRequest
|
|
2374
|
-
() => UpdateServiceResponse
|
|
2382
|
+
() => UpdateServiceRequest$,
|
|
2383
|
+
() => UpdateServiceResponse$,
|
|
2375
2384
|
];
|
|
2376
|
-
var UpdateServiceNetwork = [
|
|
2385
|
+
var UpdateServiceNetwork$ = [
|
|
2377
2386
|
9,
|
|
2378
2387
|
n0,
|
|
2379
2388
|
_USN,
|
|
2380
2389
|
{ [_h]: ["PATCH", "/servicenetworks/{serviceNetworkIdentifier}", 200] },
|
|
2381
|
-
() => UpdateServiceNetworkRequest
|
|
2382
|
-
() => UpdateServiceNetworkResponse
|
|
2390
|
+
() => UpdateServiceNetworkRequest$,
|
|
2391
|
+
() => UpdateServiceNetworkResponse$,
|
|
2383
2392
|
];
|
|
2384
|
-
var UpdateServiceNetworkVpcAssociation = [
|
|
2393
|
+
var UpdateServiceNetworkVpcAssociation$ = [
|
|
2385
2394
|
9,
|
|
2386
2395
|
n0,
|
|
2387
2396
|
_USNVA,
|
|
2388
2397
|
{ [_h]: ["PATCH", "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 200] },
|
|
2389
|
-
() => UpdateServiceNetworkVpcAssociationRequest
|
|
2390
|
-
() => UpdateServiceNetworkVpcAssociationResponse
|
|
2398
|
+
() => UpdateServiceNetworkVpcAssociationRequest$,
|
|
2399
|
+
() => UpdateServiceNetworkVpcAssociationResponse$,
|
|
2391
2400
|
];
|
|
2392
|
-
var UpdateTargetGroup = [
|
|
2401
|
+
var UpdateTargetGroup$ = [
|
|
2393
2402
|
9,
|
|
2394
2403
|
n0,
|
|
2395
2404
|
_UTG,
|
|
2396
2405
|
{ [_h]: ["PATCH", "/targetgroups/{targetGroupIdentifier}", 200] },
|
|
2397
|
-
() => UpdateTargetGroupRequest
|
|
2398
|
-
() => UpdateTargetGroupResponse
|
|
2406
|
+
() => UpdateTargetGroupRequest$,
|
|
2407
|
+
() => UpdateTargetGroupResponse$,
|
|
2399
2408
|
];
|
|
2400
2409
|
|
|
2401
2410
|
class BatchUpdateRuleCommand extends smithyClient.Command
|
|
@@ -2406,7 +2415,7 @@ class BatchUpdateRuleCommand extends smithyClient.Command
|
|
|
2406
2415
|
})
|
|
2407
2416
|
.s("MercuryControlPlane", "BatchUpdateRule", {})
|
|
2408
2417
|
.n("VPCLatticeClient", "BatchUpdateRuleCommand")
|
|
2409
|
-
.sc(BatchUpdateRule)
|
|
2418
|
+
.sc(BatchUpdateRule$)
|
|
2410
2419
|
.build() {
|
|
2411
2420
|
}
|
|
2412
2421
|
|
|
@@ -2418,7 +2427,7 @@ class CreateAccessLogSubscriptionCommand extends smithyClient.Command
|
|
|
2418
2427
|
})
|
|
2419
2428
|
.s("MercuryControlPlane", "CreateAccessLogSubscription", {})
|
|
2420
2429
|
.n("VPCLatticeClient", "CreateAccessLogSubscriptionCommand")
|
|
2421
|
-
.sc(CreateAccessLogSubscription)
|
|
2430
|
+
.sc(CreateAccessLogSubscription$)
|
|
2422
2431
|
.build() {
|
|
2423
2432
|
}
|
|
2424
2433
|
|
|
@@ -2430,7 +2439,7 @@ class CreateListenerCommand extends smithyClient.Command
|
|
|
2430
2439
|
})
|
|
2431
2440
|
.s("MercuryControlPlane", "CreateListener", {})
|
|
2432
2441
|
.n("VPCLatticeClient", "CreateListenerCommand")
|
|
2433
|
-
.sc(CreateListener)
|
|
2442
|
+
.sc(CreateListener$)
|
|
2434
2443
|
.build() {
|
|
2435
2444
|
}
|
|
2436
2445
|
|
|
@@ -2442,7 +2451,7 @@ class CreateResourceConfigurationCommand extends smithyClient.Command
|
|
|
2442
2451
|
})
|
|
2443
2452
|
.s("MercuryControlPlane", "CreateResourceConfiguration", {})
|
|
2444
2453
|
.n("VPCLatticeClient", "CreateResourceConfigurationCommand")
|
|
2445
|
-
.sc(CreateResourceConfiguration)
|
|
2454
|
+
.sc(CreateResourceConfiguration$)
|
|
2446
2455
|
.build() {
|
|
2447
2456
|
}
|
|
2448
2457
|
|
|
@@ -2454,7 +2463,7 @@ class CreateResourceGatewayCommand extends smithyClient.Command
|
|
|
2454
2463
|
})
|
|
2455
2464
|
.s("MercuryControlPlane", "CreateResourceGateway", {})
|
|
2456
2465
|
.n("VPCLatticeClient", "CreateResourceGatewayCommand")
|
|
2457
|
-
.sc(CreateResourceGateway)
|
|
2466
|
+
.sc(CreateResourceGateway$)
|
|
2458
2467
|
.build() {
|
|
2459
2468
|
}
|
|
2460
2469
|
|
|
@@ -2466,7 +2475,7 @@ class CreateRuleCommand extends smithyClient.Command
|
|
|
2466
2475
|
})
|
|
2467
2476
|
.s("MercuryControlPlane", "CreateRule", {})
|
|
2468
2477
|
.n("VPCLatticeClient", "CreateRuleCommand")
|
|
2469
|
-
.sc(CreateRule)
|
|
2478
|
+
.sc(CreateRule$)
|
|
2470
2479
|
.build() {
|
|
2471
2480
|
}
|
|
2472
2481
|
|
|
@@ -2478,7 +2487,7 @@ class CreateServiceCommand extends smithyClient.Command
|
|
|
2478
2487
|
})
|
|
2479
2488
|
.s("MercuryControlPlane", "CreateService", {})
|
|
2480
2489
|
.n("VPCLatticeClient", "CreateServiceCommand")
|
|
2481
|
-
.sc(CreateService)
|
|
2490
|
+
.sc(CreateService$)
|
|
2482
2491
|
.build() {
|
|
2483
2492
|
}
|
|
2484
2493
|
|
|
@@ -2490,7 +2499,7 @@ class CreateServiceNetworkCommand extends smithyClient.Command
|
|
|
2490
2499
|
})
|
|
2491
2500
|
.s("MercuryControlPlane", "CreateServiceNetwork", {})
|
|
2492
2501
|
.n("VPCLatticeClient", "CreateServiceNetworkCommand")
|
|
2493
|
-
.sc(CreateServiceNetwork)
|
|
2502
|
+
.sc(CreateServiceNetwork$)
|
|
2494
2503
|
.build() {
|
|
2495
2504
|
}
|
|
2496
2505
|
|
|
@@ -2502,7 +2511,7 @@ class CreateServiceNetworkResourceAssociationCommand extends smithyClient.Comman
|
|
|
2502
2511
|
})
|
|
2503
2512
|
.s("MercuryControlPlane", "CreateServiceNetworkResourceAssociation", {})
|
|
2504
2513
|
.n("VPCLatticeClient", "CreateServiceNetworkResourceAssociationCommand")
|
|
2505
|
-
.sc(CreateServiceNetworkResourceAssociation)
|
|
2514
|
+
.sc(CreateServiceNetworkResourceAssociation$)
|
|
2506
2515
|
.build() {
|
|
2507
2516
|
}
|
|
2508
2517
|
|
|
@@ -2514,7 +2523,7 @@ class CreateServiceNetworkServiceAssociationCommand extends smithyClient.Command
|
|
|
2514
2523
|
})
|
|
2515
2524
|
.s("MercuryControlPlane", "CreateServiceNetworkServiceAssociation", {})
|
|
2516
2525
|
.n("VPCLatticeClient", "CreateServiceNetworkServiceAssociationCommand")
|
|
2517
|
-
.sc(CreateServiceNetworkServiceAssociation)
|
|
2526
|
+
.sc(CreateServiceNetworkServiceAssociation$)
|
|
2518
2527
|
.build() {
|
|
2519
2528
|
}
|
|
2520
2529
|
|
|
@@ -2526,7 +2535,7 @@ class CreateServiceNetworkVpcAssociationCommand extends smithyClient.Command
|
|
|
2526
2535
|
})
|
|
2527
2536
|
.s("MercuryControlPlane", "CreateServiceNetworkVpcAssociation", {})
|
|
2528
2537
|
.n("VPCLatticeClient", "CreateServiceNetworkVpcAssociationCommand")
|
|
2529
|
-
.sc(CreateServiceNetworkVpcAssociation)
|
|
2538
|
+
.sc(CreateServiceNetworkVpcAssociation$)
|
|
2530
2539
|
.build() {
|
|
2531
2540
|
}
|
|
2532
2541
|
|
|
@@ -2538,7 +2547,7 @@ class CreateTargetGroupCommand extends smithyClient.Command
|
|
|
2538
2547
|
})
|
|
2539
2548
|
.s("MercuryControlPlane", "CreateTargetGroup", {})
|
|
2540
2549
|
.n("VPCLatticeClient", "CreateTargetGroupCommand")
|
|
2541
|
-
.sc(CreateTargetGroup)
|
|
2550
|
+
.sc(CreateTargetGroup$)
|
|
2542
2551
|
.build() {
|
|
2543
2552
|
}
|
|
2544
2553
|
|
|
@@ -2550,7 +2559,7 @@ class DeleteAccessLogSubscriptionCommand extends smithyClient.Command
|
|
|
2550
2559
|
})
|
|
2551
2560
|
.s("MercuryControlPlane", "DeleteAccessLogSubscription", {})
|
|
2552
2561
|
.n("VPCLatticeClient", "DeleteAccessLogSubscriptionCommand")
|
|
2553
|
-
.sc(DeleteAccessLogSubscription)
|
|
2562
|
+
.sc(DeleteAccessLogSubscription$)
|
|
2554
2563
|
.build() {
|
|
2555
2564
|
}
|
|
2556
2565
|
|
|
@@ -2562,7 +2571,7 @@ class DeleteAuthPolicyCommand extends smithyClient.Command
|
|
|
2562
2571
|
})
|
|
2563
2572
|
.s("MercuryControlPlane", "DeleteAuthPolicy", {})
|
|
2564
2573
|
.n("VPCLatticeClient", "DeleteAuthPolicyCommand")
|
|
2565
|
-
.sc(DeleteAuthPolicy)
|
|
2574
|
+
.sc(DeleteAuthPolicy$)
|
|
2566
2575
|
.build() {
|
|
2567
2576
|
}
|
|
2568
2577
|
|
|
@@ -2574,7 +2583,7 @@ class DeleteDomainVerificationCommand extends smithyClient.Command
|
|
|
2574
2583
|
})
|
|
2575
2584
|
.s("MercuryControlPlane", "DeleteDomainVerification", {})
|
|
2576
2585
|
.n("VPCLatticeClient", "DeleteDomainVerificationCommand")
|
|
2577
|
-
.sc(DeleteDomainVerification)
|
|
2586
|
+
.sc(DeleteDomainVerification$)
|
|
2578
2587
|
.build() {
|
|
2579
2588
|
}
|
|
2580
2589
|
|
|
@@ -2586,7 +2595,7 @@ class DeleteListenerCommand extends smithyClient.Command
|
|
|
2586
2595
|
})
|
|
2587
2596
|
.s("MercuryControlPlane", "DeleteListener", {})
|
|
2588
2597
|
.n("VPCLatticeClient", "DeleteListenerCommand")
|
|
2589
|
-
.sc(DeleteListener)
|
|
2598
|
+
.sc(DeleteListener$)
|
|
2590
2599
|
.build() {
|
|
2591
2600
|
}
|
|
2592
2601
|
|
|
@@ -2598,7 +2607,7 @@ class DeleteResourceConfigurationCommand extends smithyClient.Command
|
|
|
2598
2607
|
})
|
|
2599
2608
|
.s("MercuryControlPlane", "DeleteResourceConfiguration", {})
|
|
2600
2609
|
.n("VPCLatticeClient", "DeleteResourceConfigurationCommand")
|
|
2601
|
-
.sc(DeleteResourceConfiguration)
|
|
2610
|
+
.sc(DeleteResourceConfiguration$)
|
|
2602
2611
|
.build() {
|
|
2603
2612
|
}
|
|
2604
2613
|
|
|
@@ -2610,7 +2619,7 @@ class DeleteResourceEndpointAssociationCommand extends smithyClient.Command
|
|
|
2610
2619
|
})
|
|
2611
2620
|
.s("MercuryControlPlane", "DeleteResourceEndpointAssociation", {})
|
|
2612
2621
|
.n("VPCLatticeClient", "DeleteResourceEndpointAssociationCommand")
|
|
2613
|
-
.sc(DeleteResourceEndpointAssociation)
|
|
2622
|
+
.sc(DeleteResourceEndpointAssociation$)
|
|
2614
2623
|
.build() {
|
|
2615
2624
|
}
|
|
2616
2625
|
|
|
@@ -2622,7 +2631,7 @@ class DeleteResourceGatewayCommand extends smithyClient.Command
|
|
|
2622
2631
|
})
|
|
2623
2632
|
.s("MercuryControlPlane", "DeleteResourceGateway", {})
|
|
2624
2633
|
.n("VPCLatticeClient", "DeleteResourceGatewayCommand")
|
|
2625
|
-
.sc(DeleteResourceGateway)
|
|
2634
|
+
.sc(DeleteResourceGateway$)
|
|
2626
2635
|
.build() {
|
|
2627
2636
|
}
|
|
2628
2637
|
|
|
@@ -2634,7 +2643,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
2634
2643
|
})
|
|
2635
2644
|
.s("MercuryControlPlane", "DeleteResourcePolicy", {})
|
|
2636
2645
|
.n("VPCLatticeClient", "DeleteResourcePolicyCommand")
|
|
2637
|
-
.sc(DeleteResourcePolicy)
|
|
2646
|
+
.sc(DeleteResourcePolicy$)
|
|
2638
2647
|
.build() {
|
|
2639
2648
|
}
|
|
2640
2649
|
|
|
@@ -2646,7 +2655,7 @@ class DeleteRuleCommand extends smithyClient.Command
|
|
|
2646
2655
|
})
|
|
2647
2656
|
.s("MercuryControlPlane", "DeleteRule", {})
|
|
2648
2657
|
.n("VPCLatticeClient", "DeleteRuleCommand")
|
|
2649
|
-
.sc(DeleteRule)
|
|
2658
|
+
.sc(DeleteRule$)
|
|
2650
2659
|
.build() {
|
|
2651
2660
|
}
|
|
2652
2661
|
|
|
@@ -2658,7 +2667,7 @@ class DeleteServiceCommand extends smithyClient.Command
|
|
|
2658
2667
|
})
|
|
2659
2668
|
.s("MercuryControlPlane", "DeleteService", {})
|
|
2660
2669
|
.n("VPCLatticeClient", "DeleteServiceCommand")
|
|
2661
|
-
.sc(DeleteService)
|
|
2670
|
+
.sc(DeleteService$)
|
|
2662
2671
|
.build() {
|
|
2663
2672
|
}
|
|
2664
2673
|
|
|
@@ -2670,7 +2679,7 @@ class DeleteServiceNetworkCommand extends smithyClient.Command
|
|
|
2670
2679
|
})
|
|
2671
2680
|
.s("MercuryControlPlane", "DeleteServiceNetwork", {})
|
|
2672
2681
|
.n("VPCLatticeClient", "DeleteServiceNetworkCommand")
|
|
2673
|
-
.sc(DeleteServiceNetwork)
|
|
2682
|
+
.sc(DeleteServiceNetwork$)
|
|
2674
2683
|
.build() {
|
|
2675
2684
|
}
|
|
2676
2685
|
|
|
@@ -2682,7 +2691,7 @@ class DeleteServiceNetworkResourceAssociationCommand extends smithyClient.Comman
|
|
|
2682
2691
|
})
|
|
2683
2692
|
.s("MercuryControlPlane", "DeleteServiceNetworkResourceAssociation", {})
|
|
2684
2693
|
.n("VPCLatticeClient", "DeleteServiceNetworkResourceAssociationCommand")
|
|
2685
|
-
.sc(DeleteServiceNetworkResourceAssociation)
|
|
2694
|
+
.sc(DeleteServiceNetworkResourceAssociation$)
|
|
2686
2695
|
.build() {
|
|
2687
2696
|
}
|
|
2688
2697
|
|
|
@@ -2694,7 +2703,7 @@ class DeleteServiceNetworkServiceAssociationCommand extends smithyClient.Command
|
|
|
2694
2703
|
})
|
|
2695
2704
|
.s("MercuryControlPlane", "DeleteServiceNetworkServiceAssociation", {})
|
|
2696
2705
|
.n("VPCLatticeClient", "DeleteServiceNetworkServiceAssociationCommand")
|
|
2697
|
-
.sc(DeleteServiceNetworkServiceAssociation)
|
|
2706
|
+
.sc(DeleteServiceNetworkServiceAssociation$)
|
|
2698
2707
|
.build() {
|
|
2699
2708
|
}
|
|
2700
2709
|
|
|
@@ -2706,7 +2715,7 @@ class DeleteServiceNetworkVpcAssociationCommand extends smithyClient.Command
|
|
|
2706
2715
|
})
|
|
2707
2716
|
.s("MercuryControlPlane", "DeleteServiceNetworkVpcAssociation", {})
|
|
2708
2717
|
.n("VPCLatticeClient", "DeleteServiceNetworkVpcAssociationCommand")
|
|
2709
|
-
.sc(DeleteServiceNetworkVpcAssociation)
|
|
2718
|
+
.sc(DeleteServiceNetworkVpcAssociation$)
|
|
2710
2719
|
.build() {
|
|
2711
2720
|
}
|
|
2712
2721
|
|
|
@@ -2718,7 +2727,7 @@ class DeleteTargetGroupCommand extends smithyClient.Command
|
|
|
2718
2727
|
})
|
|
2719
2728
|
.s("MercuryControlPlane", "DeleteTargetGroup", {})
|
|
2720
2729
|
.n("VPCLatticeClient", "DeleteTargetGroupCommand")
|
|
2721
|
-
.sc(DeleteTargetGroup)
|
|
2730
|
+
.sc(DeleteTargetGroup$)
|
|
2722
2731
|
.build() {
|
|
2723
2732
|
}
|
|
2724
2733
|
|
|
@@ -2730,7 +2739,7 @@ class DeregisterTargetsCommand extends smithyClient.Command
|
|
|
2730
2739
|
})
|
|
2731
2740
|
.s("MercuryControlPlane", "DeregisterTargets", {})
|
|
2732
2741
|
.n("VPCLatticeClient", "DeregisterTargetsCommand")
|
|
2733
|
-
.sc(DeregisterTargets)
|
|
2742
|
+
.sc(DeregisterTargets$)
|
|
2734
2743
|
.build() {
|
|
2735
2744
|
}
|
|
2736
2745
|
|
|
@@ -2742,7 +2751,7 @@ class GetAccessLogSubscriptionCommand extends smithyClient.Command
|
|
|
2742
2751
|
})
|
|
2743
2752
|
.s("MercuryControlPlane", "GetAccessLogSubscription", {})
|
|
2744
2753
|
.n("VPCLatticeClient", "GetAccessLogSubscriptionCommand")
|
|
2745
|
-
.sc(GetAccessLogSubscription)
|
|
2754
|
+
.sc(GetAccessLogSubscription$)
|
|
2746
2755
|
.build() {
|
|
2747
2756
|
}
|
|
2748
2757
|
|
|
@@ -2754,7 +2763,7 @@ class GetAuthPolicyCommand extends smithyClient.Command
|
|
|
2754
2763
|
})
|
|
2755
2764
|
.s("MercuryControlPlane", "GetAuthPolicy", {})
|
|
2756
2765
|
.n("VPCLatticeClient", "GetAuthPolicyCommand")
|
|
2757
|
-
.sc(GetAuthPolicy)
|
|
2766
|
+
.sc(GetAuthPolicy$)
|
|
2758
2767
|
.build() {
|
|
2759
2768
|
}
|
|
2760
2769
|
|
|
@@ -2766,7 +2775,7 @@ class GetDomainVerificationCommand extends smithyClient.Command
|
|
|
2766
2775
|
})
|
|
2767
2776
|
.s("MercuryControlPlane", "GetDomainVerification", {})
|
|
2768
2777
|
.n("VPCLatticeClient", "GetDomainVerificationCommand")
|
|
2769
|
-
.sc(GetDomainVerification)
|
|
2778
|
+
.sc(GetDomainVerification$)
|
|
2770
2779
|
.build() {
|
|
2771
2780
|
}
|
|
2772
2781
|
|
|
@@ -2778,7 +2787,7 @@ class GetListenerCommand extends smithyClient.Command
|
|
|
2778
2787
|
})
|
|
2779
2788
|
.s("MercuryControlPlane", "GetListener", {})
|
|
2780
2789
|
.n("VPCLatticeClient", "GetListenerCommand")
|
|
2781
|
-
.sc(GetListener)
|
|
2790
|
+
.sc(GetListener$)
|
|
2782
2791
|
.build() {
|
|
2783
2792
|
}
|
|
2784
2793
|
|
|
@@ -2790,7 +2799,7 @@ class GetResourceConfigurationCommand extends smithyClient.Command
|
|
|
2790
2799
|
})
|
|
2791
2800
|
.s("MercuryControlPlane", "GetResourceConfiguration", {})
|
|
2792
2801
|
.n("VPCLatticeClient", "GetResourceConfigurationCommand")
|
|
2793
|
-
.sc(GetResourceConfiguration)
|
|
2802
|
+
.sc(GetResourceConfiguration$)
|
|
2794
2803
|
.build() {
|
|
2795
2804
|
}
|
|
2796
2805
|
|
|
@@ -2802,7 +2811,7 @@ class GetResourceGatewayCommand extends smithyClient.Command
|
|
|
2802
2811
|
})
|
|
2803
2812
|
.s("MercuryControlPlane", "GetResourceGateway", {})
|
|
2804
2813
|
.n("VPCLatticeClient", "GetResourceGatewayCommand")
|
|
2805
|
-
.sc(GetResourceGateway)
|
|
2814
|
+
.sc(GetResourceGateway$)
|
|
2806
2815
|
.build() {
|
|
2807
2816
|
}
|
|
2808
2817
|
|
|
@@ -2814,7 +2823,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
2814
2823
|
})
|
|
2815
2824
|
.s("MercuryControlPlane", "GetResourcePolicy", {})
|
|
2816
2825
|
.n("VPCLatticeClient", "GetResourcePolicyCommand")
|
|
2817
|
-
.sc(GetResourcePolicy)
|
|
2826
|
+
.sc(GetResourcePolicy$)
|
|
2818
2827
|
.build() {
|
|
2819
2828
|
}
|
|
2820
2829
|
|
|
@@ -2826,7 +2835,7 @@ class GetRuleCommand extends smithyClient.Command
|
|
|
2826
2835
|
})
|
|
2827
2836
|
.s("MercuryControlPlane", "GetRule", {})
|
|
2828
2837
|
.n("VPCLatticeClient", "GetRuleCommand")
|
|
2829
|
-
.sc(GetRule)
|
|
2838
|
+
.sc(GetRule$)
|
|
2830
2839
|
.build() {
|
|
2831
2840
|
}
|
|
2832
2841
|
|
|
@@ -2838,7 +2847,7 @@ class GetServiceCommand extends smithyClient.Command
|
|
|
2838
2847
|
})
|
|
2839
2848
|
.s("MercuryControlPlane", "GetService", {})
|
|
2840
2849
|
.n("VPCLatticeClient", "GetServiceCommand")
|
|
2841
|
-
.sc(GetService)
|
|
2850
|
+
.sc(GetService$)
|
|
2842
2851
|
.build() {
|
|
2843
2852
|
}
|
|
2844
2853
|
|
|
@@ -2850,7 +2859,7 @@ class GetServiceNetworkCommand extends smithyClient.Command
|
|
|
2850
2859
|
})
|
|
2851
2860
|
.s("MercuryControlPlane", "GetServiceNetwork", {})
|
|
2852
2861
|
.n("VPCLatticeClient", "GetServiceNetworkCommand")
|
|
2853
|
-
.sc(GetServiceNetwork)
|
|
2862
|
+
.sc(GetServiceNetwork$)
|
|
2854
2863
|
.build() {
|
|
2855
2864
|
}
|
|
2856
2865
|
|
|
@@ -2862,7 +2871,7 @@ class GetServiceNetworkResourceAssociationCommand extends smithyClient.Command
|
|
|
2862
2871
|
})
|
|
2863
2872
|
.s("MercuryControlPlane", "GetServiceNetworkResourceAssociation", {})
|
|
2864
2873
|
.n("VPCLatticeClient", "GetServiceNetworkResourceAssociationCommand")
|
|
2865
|
-
.sc(GetServiceNetworkResourceAssociation)
|
|
2874
|
+
.sc(GetServiceNetworkResourceAssociation$)
|
|
2866
2875
|
.build() {
|
|
2867
2876
|
}
|
|
2868
2877
|
|
|
@@ -2874,7 +2883,7 @@ class GetServiceNetworkServiceAssociationCommand extends smithyClient.Command
|
|
|
2874
2883
|
})
|
|
2875
2884
|
.s("MercuryControlPlane", "GetServiceNetworkServiceAssociation", {})
|
|
2876
2885
|
.n("VPCLatticeClient", "GetServiceNetworkServiceAssociationCommand")
|
|
2877
|
-
.sc(GetServiceNetworkServiceAssociation)
|
|
2886
|
+
.sc(GetServiceNetworkServiceAssociation$)
|
|
2878
2887
|
.build() {
|
|
2879
2888
|
}
|
|
2880
2889
|
|
|
@@ -2886,7 +2895,7 @@ class GetServiceNetworkVpcAssociationCommand extends smithyClient.Command
|
|
|
2886
2895
|
})
|
|
2887
2896
|
.s("MercuryControlPlane", "GetServiceNetworkVpcAssociation", {})
|
|
2888
2897
|
.n("VPCLatticeClient", "GetServiceNetworkVpcAssociationCommand")
|
|
2889
|
-
.sc(GetServiceNetworkVpcAssociation)
|
|
2898
|
+
.sc(GetServiceNetworkVpcAssociation$)
|
|
2890
2899
|
.build() {
|
|
2891
2900
|
}
|
|
2892
2901
|
|
|
@@ -2898,7 +2907,7 @@ class GetTargetGroupCommand extends smithyClient.Command
|
|
|
2898
2907
|
})
|
|
2899
2908
|
.s("MercuryControlPlane", "GetTargetGroup", {})
|
|
2900
2909
|
.n("VPCLatticeClient", "GetTargetGroupCommand")
|
|
2901
|
-
.sc(GetTargetGroup)
|
|
2910
|
+
.sc(GetTargetGroup$)
|
|
2902
2911
|
.build() {
|
|
2903
2912
|
}
|
|
2904
2913
|
|
|
@@ -2910,7 +2919,7 @@ class ListAccessLogSubscriptionsCommand extends smithyClient.Command
|
|
|
2910
2919
|
})
|
|
2911
2920
|
.s("MercuryControlPlane", "ListAccessLogSubscriptions", {})
|
|
2912
2921
|
.n("VPCLatticeClient", "ListAccessLogSubscriptionsCommand")
|
|
2913
|
-
.sc(ListAccessLogSubscriptions)
|
|
2922
|
+
.sc(ListAccessLogSubscriptions$)
|
|
2914
2923
|
.build() {
|
|
2915
2924
|
}
|
|
2916
2925
|
|
|
@@ -2922,7 +2931,7 @@ class ListDomainVerificationsCommand extends smithyClient.Command
|
|
|
2922
2931
|
})
|
|
2923
2932
|
.s("MercuryControlPlane", "ListDomainVerifications", {})
|
|
2924
2933
|
.n("VPCLatticeClient", "ListDomainVerificationsCommand")
|
|
2925
|
-
.sc(ListDomainVerifications)
|
|
2934
|
+
.sc(ListDomainVerifications$)
|
|
2926
2935
|
.build() {
|
|
2927
2936
|
}
|
|
2928
2937
|
|
|
@@ -2934,7 +2943,7 @@ class ListListenersCommand extends smithyClient.Command
|
|
|
2934
2943
|
})
|
|
2935
2944
|
.s("MercuryControlPlane", "ListListeners", {})
|
|
2936
2945
|
.n("VPCLatticeClient", "ListListenersCommand")
|
|
2937
|
-
.sc(ListListeners)
|
|
2946
|
+
.sc(ListListeners$)
|
|
2938
2947
|
.build() {
|
|
2939
2948
|
}
|
|
2940
2949
|
|
|
@@ -2946,7 +2955,7 @@ class ListResourceConfigurationsCommand extends smithyClient.Command
|
|
|
2946
2955
|
})
|
|
2947
2956
|
.s("MercuryControlPlane", "ListResourceConfigurations", {})
|
|
2948
2957
|
.n("VPCLatticeClient", "ListResourceConfigurationsCommand")
|
|
2949
|
-
.sc(ListResourceConfigurations)
|
|
2958
|
+
.sc(ListResourceConfigurations$)
|
|
2950
2959
|
.build() {
|
|
2951
2960
|
}
|
|
2952
2961
|
|
|
@@ -2958,7 +2967,7 @@ class ListResourceEndpointAssociationsCommand extends smithyClient.Command
|
|
|
2958
2967
|
})
|
|
2959
2968
|
.s("MercuryControlPlane", "ListResourceEndpointAssociations", {})
|
|
2960
2969
|
.n("VPCLatticeClient", "ListResourceEndpointAssociationsCommand")
|
|
2961
|
-
.sc(ListResourceEndpointAssociations)
|
|
2970
|
+
.sc(ListResourceEndpointAssociations$)
|
|
2962
2971
|
.build() {
|
|
2963
2972
|
}
|
|
2964
2973
|
|
|
@@ -2970,7 +2979,7 @@ class ListResourceGatewaysCommand extends smithyClient.Command
|
|
|
2970
2979
|
})
|
|
2971
2980
|
.s("MercuryControlPlane", "ListResourceGateways", {})
|
|
2972
2981
|
.n("VPCLatticeClient", "ListResourceGatewaysCommand")
|
|
2973
|
-
.sc(ListResourceGateways)
|
|
2982
|
+
.sc(ListResourceGateways$)
|
|
2974
2983
|
.build() {
|
|
2975
2984
|
}
|
|
2976
2985
|
|
|
@@ -2982,7 +2991,7 @@ class ListRulesCommand extends smithyClient.Command
|
|
|
2982
2991
|
})
|
|
2983
2992
|
.s("MercuryControlPlane", "ListRules", {})
|
|
2984
2993
|
.n("VPCLatticeClient", "ListRulesCommand")
|
|
2985
|
-
.sc(ListRules)
|
|
2994
|
+
.sc(ListRules$)
|
|
2986
2995
|
.build() {
|
|
2987
2996
|
}
|
|
2988
2997
|
|
|
@@ -2994,7 +3003,7 @@ class ListServiceNetworkResourceAssociationsCommand extends smithyClient.Command
|
|
|
2994
3003
|
})
|
|
2995
3004
|
.s("MercuryControlPlane", "ListServiceNetworkResourceAssociations", {})
|
|
2996
3005
|
.n("VPCLatticeClient", "ListServiceNetworkResourceAssociationsCommand")
|
|
2997
|
-
.sc(ListServiceNetworkResourceAssociations)
|
|
3006
|
+
.sc(ListServiceNetworkResourceAssociations$)
|
|
2998
3007
|
.build() {
|
|
2999
3008
|
}
|
|
3000
3009
|
|
|
@@ -3006,7 +3015,7 @@ class ListServiceNetworksCommand extends smithyClient.Command
|
|
|
3006
3015
|
})
|
|
3007
3016
|
.s("MercuryControlPlane", "ListServiceNetworks", {})
|
|
3008
3017
|
.n("VPCLatticeClient", "ListServiceNetworksCommand")
|
|
3009
|
-
.sc(ListServiceNetworks)
|
|
3018
|
+
.sc(ListServiceNetworks$)
|
|
3010
3019
|
.build() {
|
|
3011
3020
|
}
|
|
3012
3021
|
|
|
@@ -3018,7 +3027,7 @@ class ListServiceNetworkServiceAssociationsCommand extends smithyClient.Command
|
|
|
3018
3027
|
})
|
|
3019
3028
|
.s("MercuryControlPlane", "ListServiceNetworkServiceAssociations", {})
|
|
3020
3029
|
.n("VPCLatticeClient", "ListServiceNetworkServiceAssociationsCommand")
|
|
3021
|
-
.sc(ListServiceNetworkServiceAssociations)
|
|
3030
|
+
.sc(ListServiceNetworkServiceAssociations$)
|
|
3022
3031
|
.build() {
|
|
3023
3032
|
}
|
|
3024
3033
|
|
|
@@ -3030,7 +3039,7 @@ class ListServiceNetworkVpcAssociationsCommand extends smithyClient.Command
|
|
|
3030
3039
|
})
|
|
3031
3040
|
.s("MercuryControlPlane", "ListServiceNetworkVpcAssociations", {})
|
|
3032
3041
|
.n("VPCLatticeClient", "ListServiceNetworkVpcAssociationsCommand")
|
|
3033
|
-
.sc(ListServiceNetworkVpcAssociations)
|
|
3042
|
+
.sc(ListServiceNetworkVpcAssociations$)
|
|
3034
3043
|
.build() {
|
|
3035
3044
|
}
|
|
3036
3045
|
|
|
@@ -3042,7 +3051,7 @@ class ListServiceNetworkVpcEndpointAssociationsCommand extends smithyClient.Comm
|
|
|
3042
3051
|
})
|
|
3043
3052
|
.s("MercuryControlPlane", "ListServiceNetworkVpcEndpointAssociations", {})
|
|
3044
3053
|
.n("VPCLatticeClient", "ListServiceNetworkVpcEndpointAssociationsCommand")
|
|
3045
|
-
.sc(ListServiceNetworkVpcEndpointAssociations)
|
|
3054
|
+
.sc(ListServiceNetworkVpcEndpointAssociations$)
|
|
3046
3055
|
.build() {
|
|
3047
3056
|
}
|
|
3048
3057
|
|
|
@@ -3054,7 +3063,7 @@ class ListServicesCommand extends smithyClient.Command
|
|
|
3054
3063
|
})
|
|
3055
3064
|
.s("MercuryControlPlane", "ListServices", {})
|
|
3056
3065
|
.n("VPCLatticeClient", "ListServicesCommand")
|
|
3057
|
-
.sc(ListServices)
|
|
3066
|
+
.sc(ListServices$)
|
|
3058
3067
|
.build() {
|
|
3059
3068
|
}
|
|
3060
3069
|
|
|
@@ -3066,7 +3075,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3066
3075
|
})
|
|
3067
3076
|
.s("MercuryControlPlane", "ListTagsForResource", {})
|
|
3068
3077
|
.n("VPCLatticeClient", "ListTagsForResourceCommand")
|
|
3069
|
-
.sc(ListTagsForResource)
|
|
3078
|
+
.sc(ListTagsForResource$)
|
|
3070
3079
|
.build() {
|
|
3071
3080
|
}
|
|
3072
3081
|
|
|
@@ -3078,7 +3087,7 @@ class ListTargetGroupsCommand extends smithyClient.Command
|
|
|
3078
3087
|
})
|
|
3079
3088
|
.s("MercuryControlPlane", "ListTargetGroups", {})
|
|
3080
3089
|
.n("VPCLatticeClient", "ListTargetGroupsCommand")
|
|
3081
|
-
.sc(ListTargetGroups)
|
|
3090
|
+
.sc(ListTargetGroups$)
|
|
3082
3091
|
.build() {
|
|
3083
3092
|
}
|
|
3084
3093
|
|
|
@@ -3090,7 +3099,7 @@ class ListTargetsCommand extends smithyClient.Command
|
|
|
3090
3099
|
})
|
|
3091
3100
|
.s("MercuryControlPlane", "ListTargets", {})
|
|
3092
3101
|
.n("VPCLatticeClient", "ListTargetsCommand")
|
|
3093
|
-
.sc(ListTargets)
|
|
3102
|
+
.sc(ListTargets$)
|
|
3094
3103
|
.build() {
|
|
3095
3104
|
}
|
|
3096
3105
|
|
|
@@ -3102,7 +3111,7 @@ class PutAuthPolicyCommand extends smithyClient.Command
|
|
|
3102
3111
|
})
|
|
3103
3112
|
.s("MercuryControlPlane", "PutAuthPolicy", {})
|
|
3104
3113
|
.n("VPCLatticeClient", "PutAuthPolicyCommand")
|
|
3105
|
-
.sc(PutAuthPolicy)
|
|
3114
|
+
.sc(PutAuthPolicy$)
|
|
3106
3115
|
.build() {
|
|
3107
3116
|
}
|
|
3108
3117
|
|
|
@@ -3114,7 +3123,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
3114
3123
|
})
|
|
3115
3124
|
.s("MercuryControlPlane", "PutResourcePolicy", {})
|
|
3116
3125
|
.n("VPCLatticeClient", "PutResourcePolicyCommand")
|
|
3117
|
-
.sc(PutResourcePolicy)
|
|
3126
|
+
.sc(PutResourcePolicy$)
|
|
3118
3127
|
.build() {
|
|
3119
3128
|
}
|
|
3120
3129
|
|
|
@@ -3126,7 +3135,7 @@ class RegisterTargetsCommand extends smithyClient.Command
|
|
|
3126
3135
|
})
|
|
3127
3136
|
.s("MercuryControlPlane", "RegisterTargets", {})
|
|
3128
3137
|
.n("VPCLatticeClient", "RegisterTargetsCommand")
|
|
3129
|
-
.sc(RegisterTargets)
|
|
3138
|
+
.sc(RegisterTargets$)
|
|
3130
3139
|
.build() {
|
|
3131
3140
|
}
|
|
3132
3141
|
|
|
@@ -3138,7 +3147,7 @@ class StartDomainVerificationCommand extends smithyClient.Command
|
|
|
3138
3147
|
})
|
|
3139
3148
|
.s("MercuryControlPlane", "StartDomainVerification", {})
|
|
3140
3149
|
.n("VPCLatticeClient", "StartDomainVerificationCommand")
|
|
3141
|
-
.sc(StartDomainVerification)
|
|
3150
|
+
.sc(StartDomainVerification$)
|
|
3142
3151
|
.build() {
|
|
3143
3152
|
}
|
|
3144
3153
|
|
|
@@ -3150,7 +3159,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3150
3159
|
})
|
|
3151
3160
|
.s("MercuryControlPlane", "TagResource", {})
|
|
3152
3161
|
.n("VPCLatticeClient", "TagResourceCommand")
|
|
3153
|
-
.sc(TagResource)
|
|
3162
|
+
.sc(TagResource$)
|
|
3154
3163
|
.build() {
|
|
3155
3164
|
}
|
|
3156
3165
|
|
|
@@ -3162,7 +3171,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3162
3171
|
})
|
|
3163
3172
|
.s("MercuryControlPlane", "UntagResource", {})
|
|
3164
3173
|
.n("VPCLatticeClient", "UntagResourceCommand")
|
|
3165
|
-
.sc(UntagResource)
|
|
3174
|
+
.sc(UntagResource$)
|
|
3166
3175
|
.build() {
|
|
3167
3176
|
}
|
|
3168
3177
|
|
|
@@ -3174,7 +3183,7 @@ class UpdateAccessLogSubscriptionCommand extends smithyClient.Command
|
|
|
3174
3183
|
})
|
|
3175
3184
|
.s("MercuryControlPlane", "UpdateAccessLogSubscription", {})
|
|
3176
3185
|
.n("VPCLatticeClient", "UpdateAccessLogSubscriptionCommand")
|
|
3177
|
-
.sc(UpdateAccessLogSubscription)
|
|
3186
|
+
.sc(UpdateAccessLogSubscription$)
|
|
3178
3187
|
.build() {
|
|
3179
3188
|
}
|
|
3180
3189
|
|
|
@@ -3186,7 +3195,7 @@ class UpdateListenerCommand extends smithyClient.Command
|
|
|
3186
3195
|
})
|
|
3187
3196
|
.s("MercuryControlPlane", "UpdateListener", {})
|
|
3188
3197
|
.n("VPCLatticeClient", "UpdateListenerCommand")
|
|
3189
|
-
.sc(UpdateListener)
|
|
3198
|
+
.sc(UpdateListener$)
|
|
3190
3199
|
.build() {
|
|
3191
3200
|
}
|
|
3192
3201
|
|
|
@@ -3198,7 +3207,7 @@ class UpdateResourceConfigurationCommand extends smithyClient.Command
|
|
|
3198
3207
|
})
|
|
3199
3208
|
.s("MercuryControlPlane", "UpdateResourceConfiguration", {})
|
|
3200
3209
|
.n("VPCLatticeClient", "UpdateResourceConfigurationCommand")
|
|
3201
|
-
.sc(UpdateResourceConfiguration)
|
|
3210
|
+
.sc(UpdateResourceConfiguration$)
|
|
3202
3211
|
.build() {
|
|
3203
3212
|
}
|
|
3204
3213
|
|
|
@@ -3210,7 +3219,7 @@ class UpdateResourceGatewayCommand extends smithyClient.Command
|
|
|
3210
3219
|
})
|
|
3211
3220
|
.s("MercuryControlPlane", "UpdateResourceGateway", {})
|
|
3212
3221
|
.n("VPCLatticeClient", "UpdateResourceGatewayCommand")
|
|
3213
|
-
.sc(UpdateResourceGateway)
|
|
3222
|
+
.sc(UpdateResourceGateway$)
|
|
3214
3223
|
.build() {
|
|
3215
3224
|
}
|
|
3216
3225
|
|
|
@@ -3222,7 +3231,7 @@ class UpdateRuleCommand extends smithyClient.Command
|
|
|
3222
3231
|
})
|
|
3223
3232
|
.s("MercuryControlPlane", "UpdateRule", {})
|
|
3224
3233
|
.n("VPCLatticeClient", "UpdateRuleCommand")
|
|
3225
|
-
.sc(UpdateRule)
|
|
3234
|
+
.sc(UpdateRule$)
|
|
3226
3235
|
.build() {
|
|
3227
3236
|
}
|
|
3228
3237
|
|
|
@@ -3234,7 +3243,7 @@ class UpdateServiceCommand extends smithyClient.Command
|
|
|
3234
3243
|
})
|
|
3235
3244
|
.s("MercuryControlPlane", "UpdateService", {})
|
|
3236
3245
|
.n("VPCLatticeClient", "UpdateServiceCommand")
|
|
3237
|
-
.sc(UpdateService)
|
|
3246
|
+
.sc(UpdateService$)
|
|
3238
3247
|
.build() {
|
|
3239
3248
|
}
|
|
3240
3249
|
|
|
@@ -3246,7 +3255,7 @@ class UpdateServiceNetworkCommand extends smithyClient.Command
|
|
|
3246
3255
|
})
|
|
3247
3256
|
.s("MercuryControlPlane", "UpdateServiceNetwork", {})
|
|
3248
3257
|
.n("VPCLatticeClient", "UpdateServiceNetworkCommand")
|
|
3249
|
-
.sc(UpdateServiceNetwork)
|
|
3258
|
+
.sc(UpdateServiceNetwork$)
|
|
3250
3259
|
.build() {
|
|
3251
3260
|
}
|
|
3252
3261
|
|
|
@@ -3258,7 +3267,7 @@ class UpdateServiceNetworkVpcAssociationCommand extends smithyClient.Command
|
|
|
3258
3267
|
})
|
|
3259
3268
|
.s("MercuryControlPlane", "UpdateServiceNetworkVpcAssociation", {})
|
|
3260
3269
|
.n("VPCLatticeClient", "UpdateServiceNetworkVpcAssociationCommand")
|
|
3261
|
-
.sc(UpdateServiceNetworkVpcAssociation)
|
|
3270
|
+
.sc(UpdateServiceNetworkVpcAssociation$)
|
|
3262
3271
|
.build() {
|
|
3263
3272
|
}
|
|
3264
3273
|
|
|
@@ -3270,7 +3279,7 @@ class UpdateTargetGroupCommand extends smithyClient.Command
|
|
|
3270
3279
|
})
|
|
3271
3280
|
.s("MercuryControlPlane", "UpdateTargetGroup", {})
|
|
3272
3281
|
.n("VPCLatticeClient", "UpdateTargetGroupCommand")
|
|
3273
|
-
.sc(UpdateTargetGroup)
|
|
3282
|
+
.sc(UpdateTargetGroup$)
|
|
3274
3283
|
.build() {
|
|
3275
3284
|
}
|
|
3276
3285
|
|
|
@@ -3537,114 +3546,383 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3537
3546
|
enumerable: true,
|
|
3538
3547
|
get: function () { return smithyClient.Client; }
|
|
3539
3548
|
});
|
|
3540
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
3549
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
3550
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
3551
|
+
exports.AccessLogSubscriptionSummary$ = AccessLogSubscriptionSummary$;
|
|
3552
|
+
exports.ArnResource$ = ArnResource$;
|
|
3541
3553
|
exports.AuthPolicyState = AuthPolicyState;
|
|
3542
3554
|
exports.AuthType = AuthType;
|
|
3555
|
+
exports.BatchUpdateRule$ = BatchUpdateRule$;
|
|
3543
3556
|
exports.BatchUpdateRuleCommand = BatchUpdateRuleCommand;
|
|
3544
|
-
exports.
|
|
3557
|
+
exports.BatchUpdateRuleRequest$ = BatchUpdateRuleRequest$;
|
|
3558
|
+
exports.BatchUpdateRuleResponse$ = BatchUpdateRuleResponse$;
|
|
3559
|
+
exports.ConflictException = ConflictException;
|
|
3560
|
+
exports.ConflictException$ = ConflictException$;
|
|
3561
|
+
exports.CreateAccessLogSubscription$ = CreateAccessLogSubscription$;
|
|
3545
3562
|
exports.CreateAccessLogSubscriptionCommand = CreateAccessLogSubscriptionCommand;
|
|
3563
|
+
exports.CreateAccessLogSubscriptionRequest$ = CreateAccessLogSubscriptionRequest$;
|
|
3564
|
+
exports.CreateAccessLogSubscriptionResponse$ = CreateAccessLogSubscriptionResponse$;
|
|
3565
|
+
exports.CreateListener$ = CreateListener$;
|
|
3546
3566
|
exports.CreateListenerCommand = CreateListenerCommand;
|
|
3567
|
+
exports.CreateListenerRequest$ = CreateListenerRequest$;
|
|
3568
|
+
exports.CreateListenerResponse$ = CreateListenerResponse$;
|
|
3569
|
+
exports.CreateResourceConfiguration$ = CreateResourceConfiguration$;
|
|
3547
3570
|
exports.CreateResourceConfigurationCommand = CreateResourceConfigurationCommand;
|
|
3571
|
+
exports.CreateResourceConfigurationRequest$ = CreateResourceConfigurationRequest$;
|
|
3572
|
+
exports.CreateResourceConfigurationResponse$ = CreateResourceConfigurationResponse$;
|
|
3573
|
+
exports.CreateResourceGateway$ = CreateResourceGateway$;
|
|
3548
3574
|
exports.CreateResourceGatewayCommand = CreateResourceGatewayCommand;
|
|
3575
|
+
exports.CreateResourceGatewayRequest$ = CreateResourceGatewayRequest$;
|
|
3576
|
+
exports.CreateResourceGatewayResponse$ = CreateResourceGatewayResponse$;
|
|
3577
|
+
exports.CreateRule$ = CreateRule$;
|
|
3549
3578
|
exports.CreateRuleCommand = CreateRuleCommand;
|
|
3579
|
+
exports.CreateRuleRequest$ = CreateRuleRequest$;
|
|
3580
|
+
exports.CreateRuleResponse$ = CreateRuleResponse$;
|
|
3581
|
+
exports.CreateService$ = CreateService$;
|
|
3550
3582
|
exports.CreateServiceCommand = CreateServiceCommand;
|
|
3583
|
+
exports.CreateServiceNetwork$ = CreateServiceNetwork$;
|
|
3551
3584
|
exports.CreateServiceNetworkCommand = CreateServiceNetworkCommand;
|
|
3585
|
+
exports.CreateServiceNetworkRequest$ = CreateServiceNetworkRequest$;
|
|
3586
|
+
exports.CreateServiceNetworkResourceAssociation$ = CreateServiceNetworkResourceAssociation$;
|
|
3552
3587
|
exports.CreateServiceNetworkResourceAssociationCommand = CreateServiceNetworkResourceAssociationCommand;
|
|
3588
|
+
exports.CreateServiceNetworkResourceAssociationRequest$ = CreateServiceNetworkResourceAssociationRequest$;
|
|
3589
|
+
exports.CreateServiceNetworkResourceAssociationResponse$ = CreateServiceNetworkResourceAssociationResponse$;
|
|
3590
|
+
exports.CreateServiceNetworkResponse$ = CreateServiceNetworkResponse$;
|
|
3591
|
+
exports.CreateServiceNetworkServiceAssociation$ = CreateServiceNetworkServiceAssociation$;
|
|
3553
3592
|
exports.CreateServiceNetworkServiceAssociationCommand = CreateServiceNetworkServiceAssociationCommand;
|
|
3593
|
+
exports.CreateServiceNetworkServiceAssociationRequest$ = CreateServiceNetworkServiceAssociationRequest$;
|
|
3594
|
+
exports.CreateServiceNetworkServiceAssociationResponse$ = CreateServiceNetworkServiceAssociationResponse$;
|
|
3595
|
+
exports.CreateServiceNetworkVpcAssociation$ = CreateServiceNetworkVpcAssociation$;
|
|
3554
3596
|
exports.CreateServiceNetworkVpcAssociationCommand = CreateServiceNetworkVpcAssociationCommand;
|
|
3597
|
+
exports.CreateServiceNetworkVpcAssociationRequest$ = CreateServiceNetworkVpcAssociationRequest$;
|
|
3598
|
+
exports.CreateServiceNetworkVpcAssociationResponse$ = CreateServiceNetworkVpcAssociationResponse$;
|
|
3599
|
+
exports.CreateServiceRequest$ = CreateServiceRequest$;
|
|
3600
|
+
exports.CreateServiceResponse$ = CreateServiceResponse$;
|
|
3601
|
+
exports.CreateTargetGroup$ = CreateTargetGroup$;
|
|
3555
3602
|
exports.CreateTargetGroupCommand = CreateTargetGroupCommand;
|
|
3603
|
+
exports.CreateTargetGroupRequest$ = CreateTargetGroupRequest$;
|
|
3604
|
+
exports.CreateTargetGroupResponse$ = CreateTargetGroupResponse$;
|
|
3605
|
+
exports.DeleteAccessLogSubscription$ = DeleteAccessLogSubscription$;
|
|
3556
3606
|
exports.DeleteAccessLogSubscriptionCommand = DeleteAccessLogSubscriptionCommand;
|
|
3607
|
+
exports.DeleteAccessLogSubscriptionRequest$ = DeleteAccessLogSubscriptionRequest$;
|
|
3608
|
+
exports.DeleteAccessLogSubscriptionResponse$ = DeleteAccessLogSubscriptionResponse$;
|
|
3609
|
+
exports.DeleteAuthPolicy$ = DeleteAuthPolicy$;
|
|
3557
3610
|
exports.DeleteAuthPolicyCommand = DeleteAuthPolicyCommand;
|
|
3611
|
+
exports.DeleteAuthPolicyRequest$ = DeleteAuthPolicyRequest$;
|
|
3612
|
+
exports.DeleteAuthPolicyResponse$ = DeleteAuthPolicyResponse$;
|
|
3613
|
+
exports.DeleteDomainVerification$ = DeleteDomainVerification$;
|
|
3558
3614
|
exports.DeleteDomainVerificationCommand = DeleteDomainVerificationCommand;
|
|
3615
|
+
exports.DeleteDomainVerificationRequest$ = DeleteDomainVerificationRequest$;
|
|
3616
|
+
exports.DeleteDomainVerificationResponse$ = DeleteDomainVerificationResponse$;
|
|
3617
|
+
exports.DeleteListener$ = DeleteListener$;
|
|
3559
3618
|
exports.DeleteListenerCommand = DeleteListenerCommand;
|
|
3619
|
+
exports.DeleteListenerRequest$ = DeleteListenerRequest$;
|
|
3620
|
+
exports.DeleteListenerResponse$ = DeleteListenerResponse$;
|
|
3621
|
+
exports.DeleteResourceConfiguration$ = DeleteResourceConfiguration$;
|
|
3560
3622
|
exports.DeleteResourceConfigurationCommand = DeleteResourceConfigurationCommand;
|
|
3623
|
+
exports.DeleteResourceConfigurationRequest$ = DeleteResourceConfigurationRequest$;
|
|
3624
|
+
exports.DeleteResourceConfigurationResponse$ = DeleteResourceConfigurationResponse$;
|
|
3625
|
+
exports.DeleteResourceEndpointAssociation$ = DeleteResourceEndpointAssociation$;
|
|
3561
3626
|
exports.DeleteResourceEndpointAssociationCommand = DeleteResourceEndpointAssociationCommand;
|
|
3627
|
+
exports.DeleteResourceEndpointAssociationRequest$ = DeleteResourceEndpointAssociationRequest$;
|
|
3628
|
+
exports.DeleteResourceEndpointAssociationResponse$ = DeleteResourceEndpointAssociationResponse$;
|
|
3629
|
+
exports.DeleteResourceGateway$ = DeleteResourceGateway$;
|
|
3562
3630
|
exports.DeleteResourceGatewayCommand = DeleteResourceGatewayCommand;
|
|
3631
|
+
exports.DeleteResourceGatewayRequest$ = DeleteResourceGatewayRequest$;
|
|
3632
|
+
exports.DeleteResourceGatewayResponse$ = DeleteResourceGatewayResponse$;
|
|
3633
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
3563
3634
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
3635
|
+
exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
|
|
3636
|
+
exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
|
|
3637
|
+
exports.DeleteRule$ = DeleteRule$;
|
|
3564
3638
|
exports.DeleteRuleCommand = DeleteRuleCommand;
|
|
3639
|
+
exports.DeleteRuleRequest$ = DeleteRuleRequest$;
|
|
3640
|
+
exports.DeleteRuleResponse$ = DeleteRuleResponse$;
|
|
3641
|
+
exports.DeleteService$ = DeleteService$;
|
|
3565
3642
|
exports.DeleteServiceCommand = DeleteServiceCommand;
|
|
3643
|
+
exports.DeleteServiceNetwork$ = DeleteServiceNetwork$;
|
|
3566
3644
|
exports.DeleteServiceNetworkCommand = DeleteServiceNetworkCommand;
|
|
3645
|
+
exports.DeleteServiceNetworkRequest$ = DeleteServiceNetworkRequest$;
|
|
3646
|
+
exports.DeleteServiceNetworkResourceAssociation$ = DeleteServiceNetworkResourceAssociation$;
|
|
3567
3647
|
exports.DeleteServiceNetworkResourceAssociationCommand = DeleteServiceNetworkResourceAssociationCommand;
|
|
3648
|
+
exports.DeleteServiceNetworkResourceAssociationRequest$ = DeleteServiceNetworkResourceAssociationRequest$;
|
|
3649
|
+
exports.DeleteServiceNetworkResourceAssociationResponse$ = DeleteServiceNetworkResourceAssociationResponse$;
|
|
3650
|
+
exports.DeleteServiceNetworkResponse$ = DeleteServiceNetworkResponse$;
|
|
3651
|
+
exports.DeleteServiceNetworkServiceAssociation$ = DeleteServiceNetworkServiceAssociation$;
|
|
3568
3652
|
exports.DeleteServiceNetworkServiceAssociationCommand = DeleteServiceNetworkServiceAssociationCommand;
|
|
3653
|
+
exports.DeleteServiceNetworkServiceAssociationRequest$ = DeleteServiceNetworkServiceAssociationRequest$;
|
|
3654
|
+
exports.DeleteServiceNetworkServiceAssociationResponse$ = DeleteServiceNetworkServiceAssociationResponse$;
|
|
3655
|
+
exports.DeleteServiceNetworkVpcAssociation$ = DeleteServiceNetworkVpcAssociation$;
|
|
3569
3656
|
exports.DeleteServiceNetworkVpcAssociationCommand = DeleteServiceNetworkVpcAssociationCommand;
|
|
3657
|
+
exports.DeleteServiceNetworkVpcAssociationRequest$ = DeleteServiceNetworkVpcAssociationRequest$;
|
|
3658
|
+
exports.DeleteServiceNetworkVpcAssociationResponse$ = DeleteServiceNetworkVpcAssociationResponse$;
|
|
3659
|
+
exports.DeleteServiceRequest$ = DeleteServiceRequest$;
|
|
3660
|
+
exports.DeleteServiceResponse$ = DeleteServiceResponse$;
|
|
3661
|
+
exports.DeleteTargetGroup$ = DeleteTargetGroup$;
|
|
3570
3662
|
exports.DeleteTargetGroupCommand = DeleteTargetGroupCommand;
|
|
3663
|
+
exports.DeleteTargetGroupRequest$ = DeleteTargetGroupRequest$;
|
|
3664
|
+
exports.DeleteTargetGroupResponse$ = DeleteTargetGroupResponse$;
|
|
3665
|
+
exports.DeregisterTargets$ = DeregisterTargets$;
|
|
3571
3666
|
exports.DeregisterTargetsCommand = DeregisterTargetsCommand;
|
|
3667
|
+
exports.DeregisterTargetsRequest$ = DeregisterTargetsRequest$;
|
|
3668
|
+
exports.DeregisterTargetsResponse$ = DeregisterTargetsResponse$;
|
|
3669
|
+
exports.DnsEntry$ = DnsEntry$;
|
|
3670
|
+
exports.DnsOptions$ = DnsOptions$;
|
|
3671
|
+
exports.DnsResource$ = DnsResource$;
|
|
3672
|
+
exports.DomainVerificationSummary$ = DomainVerificationSummary$;
|
|
3673
|
+
exports.FixedResponseAction$ = FixedResponseAction$;
|
|
3674
|
+
exports.ForwardAction$ = ForwardAction$;
|
|
3675
|
+
exports.GetAccessLogSubscription$ = GetAccessLogSubscription$;
|
|
3572
3676
|
exports.GetAccessLogSubscriptionCommand = GetAccessLogSubscriptionCommand;
|
|
3677
|
+
exports.GetAccessLogSubscriptionRequest$ = GetAccessLogSubscriptionRequest$;
|
|
3678
|
+
exports.GetAccessLogSubscriptionResponse$ = GetAccessLogSubscriptionResponse$;
|
|
3679
|
+
exports.GetAuthPolicy$ = GetAuthPolicy$;
|
|
3573
3680
|
exports.GetAuthPolicyCommand = GetAuthPolicyCommand;
|
|
3681
|
+
exports.GetAuthPolicyRequest$ = GetAuthPolicyRequest$;
|
|
3682
|
+
exports.GetAuthPolicyResponse$ = GetAuthPolicyResponse$;
|
|
3683
|
+
exports.GetDomainVerification$ = GetDomainVerification$;
|
|
3574
3684
|
exports.GetDomainVerificationCommand = GetDomainVerificationCommand;
|
|
3685
|
+
exports.GetDomainVerificationRequest$ = GetDomainVerificationRequest$;
|
|
3686
|
+
exports.GetDomainVerificationResponse$ = GetDomainVerificationResponse$;
|
|
3687
|
+
exports.GetListener$ = GetListener$;
|
|
3575
3688
|
exports.GetListenerCommand = GetListenerCommand;
|
|
3689
|
+
exports.GetListenerRequest$ = GetListenerRequest$;
|
|
3690
|
+
exports.GetListenerResponse$ = GetListenerResponse$;
|
|
3691
|
+
exports.GetResourceConfiguration$ = GetResourceConfiguration$;
|
|
3576
3692
|
exports.GetResourceConfigurationCommand = GetResourceConfigurationCommand;
|
|
3693
|
+
exports.GetResourceConfigurationRequest$ = GetResourceConfigurationRequest$;
|
|
3694
|
+
exports.GetResourceConfigurationResponse$ = GetResourceConfigurationResponse$;
|
|
3695
|
+
exports.GetResourceGateway$ = GetResourceGateway$;
|
|
3577
3696
|
exports.GetResourceGatewayCommand = GetResourceGatewayCommand;
|
|
3697
|
+
exports.GetResourceGatewayRequest$ = GetResourceGatewayRequest$;
|
|
3698
|
+
exports.GetResourceGatewayResponse$ = GetResourceGatewayResponse$;
|
|
3699
|
+
exports.GetResourcePolicy$ = GetResourcePolicy$;
|
|
3578
3700
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
3701
|
+
exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
|
|
3702
|
+
exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
|
|
3703
|
+
exports.GetRule$ = GetRule$;
|
|
3579
3704
|
exports.GetRuleCommand = GetRuleCommand;
|
|
3705
|
+
exports.GetRuleRequest$ = GetRuleRequest$;
|
|
3706
|
+
exports.GetRuleResponse$ = GetRuleResponse$;
|
|
3707
|
+
exports.GetService$ = GetService$;
|
|
3580
3708
|
exports.GetServiceCommand = GetServiceCommand;
|
|
3709
|
+
exports.GetServiceNetwork$ = GetServiceNetwork$;
|
|
3581
3710
|
exports.GetServiceNetworkCommand = GetServiceNetworkCommand;
|
|
3711
|
+
exports.GetServiceNetworkRequest$ = GetServiceNetworkRequest$;
|
|
3712
|
+
exports.GetServiceNetworkResourceAssociation$ = GetServiceNetworkResourceAssociation$;
|
|
3582
3713
|
exports.GetServiceNetworkResourceAssociationCommand = GetServiceNetworkResourceAssociationCommand;
|
|
3714
|
+
exports.GetServiceNetworkResourceAssociationRequest$ = GetServiceNetworkResourceAssociationRequest$;
|
|
3715
|
+
exports.GetServiceNetworkResourceAssociationResponse$ = GetServiceNetworkResourceAssociationResponse$;
|
|
3716
|
+
exports.GetServiceNetworkResponse$ = GetServiceNetworkResponse$;
|
|
3717
|
+
exports.GetServiceNetworkServiceAssociation$ = GetServiceNetworkServiceAssociation$;
|
|
3583
3718
|
exports.GetServiceNetworkServiceAssociationCommand = GetServiceNetworkServiceAssociationCommand;
|
|
3719
|
+
exports.GetServiceNetworkServiceAssociationRequest$ = GetServiceNetworkServiceAssociationRequest$;
|
|
3720
|
+
exports.GetServiceNetworkServiceAssociationResponse$ = GetServiceNetworkServiceAssociationResponse$;
|
|
3721
|
+
exports.GetServiceNetworkVpcAssociation$ = GetServiceNetworkVpcAssociation$;
|
|
3584
3722
|
exports.GetServiceNetworkVpcAssociationCommand = GetServiceNetworkVpcAssociationCommand;
|
|
3723
|
+
exports.GetServiceNetworkVpcAssociationRequest$ = GetServiceNetworkVpcAssociationRequest$;
|
|
3724
|
+
exports.GetServiceNetworkVpcAssociationResponse$ = GetServiceNetworkVpcAssociationResponse$;
|
|
3725
|
+
exports.GetServiceRequest$ = GetServiceRequest$;
|
|
3726
|
+
exports.GetServiceResponse$ = GetServiceResponse$;
|
|
3727
|
+
exports.GetTargetGroup$ = GetTargetGroup$;
|
|
3585
3728
|
exports.GetTargetGroupCommand = GetTargetGroupCommand;
|
|
3729
|
+
exports.GetTargetGroupRequest$ = GetTargetGroupRequest$;
|
|
3730
|
+
exports.GetTargetGroupResponse$ = GetTargetGroupResponse$;
|
|
3731
|
+
exports.HeaderMatch$ = HeaderMatch$;
|
|
3732
|
+
exports.HeaderMatchType$ = HeaderMatchType$;
|
|
3733
|
+
exports.HealthCheckConfig$ = HealthCheckConfig$;
|
|
3586
3734
|
exports.HealthCheckProtocolVersion = HealthCheckProtocolVersion;
|
|
3587
|
-
exports.
|
|
3735
|
+
exports.HttpMatch$ = HttpMatch$;
|
|
3736
|
+
exports.InternalServerException = InternalServerException;
|
|
3737
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
3588
3738
|
exports.IpAddressType = IpAddressType;
|
|
3739
|
+
exports.IpResource$ = IpResource$;
|
|
3589
3740
|
exports.LambdaEventStructureVersion = LambdaEventStructureVersion;
|
|
3741
|
+
exports.ListAccessLogSubscriptions$ = ListAccessLogSubscriptions$;
|
|
3590
3742
|
exports.ListAccessLogSubscriptionsCommand = ListAccessLogSubscriptionsCommand;
|
|
3743
|
+
exports.ListAccessLogSubscriptionsRequest$ = ListAccessLogSubscriptionsRequest$;
|
|
3744
|
+
exports.ListAccessLogSubscriptionsResponse$ = ListAccessLogSubscriptionsResponse$;
|
|
3745
|
+
exports.ListDomainVerifications$ = ListDomainVerifications$;
|
|
3591
3746
|
exports.ListDomainVerificationsCommand = ListDomainVerificationsCommand;
|
|
3747
|
+
exports.ListDomainVerificationsRequest$ = ListDomainVerificationsRequest$;
|
|
3748
|
+
exports.ListDomainVerificationsResponse$ = ListDomainVerificationsResponse$;
|
|
3749
|
+
exports.ListListeners$ = ListListeners$;
|
|
3592
3750
|
exports.ListListenersCommand = ListListenersCommand;
|
|
3751
|
+
exports.ListListenersRequest$ = ListListenersRequest$;
|
|
3752
|
+
exports.ListListenersResponse$ = ListListenersResponse$;
|
|
3753
|
+
exports.ListResourceConfigurations$ = ListResourceConfigurations$;
|
|
3593
3754
|
exports.ListResourceConfigurationsCommand = ListResourceConfigurationsCommand;
|
|
3755
|
+
exports.ListResourceConfigurationsRequest$ = ListResourceConfigurationsRequest$;
|
|
3756
|
+
exports.ListResourceConfigurationsResponse$ = ListResourceConfigurationsResponse$;
|
|
3757
|
+
exports.ListResourceEndpointAssociations$ = ListResourceEndpointAssociations$;
|
|
3594
3758
|
exports.ListResourceEndpointAssociationsCommand = ListResourceEndpointAssociationsCommand;
|
|
3759
|
+
exports.ListResourceEndpointAssociationsRequest$ = ListResourceEndpointAssociationsRequest$;
|
|
3760
|
+
exports.ListResourceEndpointAssociationsResponse$ = ListResourceEndpointAssociationsResponse$;
|
|
3761
|
+
exports.ListResourceGateways$ = ListResourceGateways$;
|
|
3595
3762
|
exports.ListResourceGatewaysCommand = ListResourceGatewaysCommand;
|
|
3763
|
+
exports.ListResourceGatewaysRequest$ = ListResourceGatewaysRequest$;
|
|
3764
|
+
exports.ListResourceGatewaysResponse$ = ListResourceGatewaysResponse$;
|
|
3765
|
+
exports.ListRules$ = ListRules$;
|
|
3596
3766
|
exports.ListRulesCommand = ListRulesCommand;
|
|
3767
|
+
exports.ListRulesRequest$ = ListRulesRequest$;
|
|
3768
|
+
exports.ListRulesResponse$ = ListRulesResponse$;
|
|
3769
|
+
exports.ListServiceNetworkResourceAssociations$ = ListServiceNetworkResourceAssociations$;
|
|
3597
3770
|
exports.ListServiceNetworkResourceAssociationsCommand = ListServiceNetworkResourceAssociationsCommand;
|
|
3771
|
+
exports.ListServiceNetworkResourceAssociationsRequest$ = ListServiceNetworkResourceAssociationsRequest$;
|
|
3772
|
+
exports.ListServiceNetworkResourceAssociationsResponse$ = ListServiceNetworkResourceAssociationsResponse$;
|
|
3773
|
+
exports.ListServiceNetworkServiceAssociations$ = ListServiceNetworkServiceAssociations$;
|
|
3598
3774
|
exports.ListServiceNetworkServiceAssociationsCommand = ListServiceNetworkServiceAssociationsCommand;
|
|
3775
|
+
exports.ListServiceNetworkServiceAssociationsRequest$ = ListServiceNetworkServiceAssociationsRequest$;
|
|
3776
|
+
exports.ListServiceNetworkServiceAssociationsResponse$ = ListServiceNetworkServiceAssociationsResponse$;
|
|
3777
|
+
exports.ListServiceNetworkVpcAssociations$ = ListServiceNetworkVpcAssociations$;
|
|
3599
3778
|
exports.ListServiceNetworkVpcAssociationsCommand = ListServiceNetworkVpcAssociationsCommand;
|
|
3779
|
+
exports.ListServiceNetworkVpcAssociationsRequest$ = ListServiceNetworkVpcAssociationsRequest$;
|
|
3780
|
+
exports.ListServiceNetworkVpcAssociationsResponse$ = ListServiceNetworkVpcAssociationsResponse$;
|
|
3781
|
+
exports.ListServiceNetworkVpcEndpointAssociations$ = ListServiceNetworkVpcEndpointAssociations$;
|
|
3600
3782
|
exports.ListServiceNetworkVpcEndpointAssociationsCommand = ListServiceNetworkVpcEndpointAssociationsCommand;
|
|
3783
|
+
exports.ListServiceNetworkVpcEndpointAssociationsRequest$ = ListServiceNetworkVpcEndpointAssociationsRequest$;
|
|
3784
|
+
exports.ListServiceNetworkVpcEndpointAssociationsResponse$ = ListServiceNetworkVpcEndpointAssociationsResponse$;
|
|
3785
|
+
exports.ListServiceNetworks$ = ListServiceNetworks$;
|
|
3601
3786
|
exports.ListServiceNetworksCommand = ListServiceNetworksCommand;
|
|
3787
|
+
exports.ListServiceNetworksRequest$ = ListServiceNetworksRequest$;
|
|
3788
|
+
exports.ListServiceNetworksResponse$ = ListServiceNetworksResponse$;
|
|
3789
|
+
exports.ListServices$ = ListServices$;
|
|
3602
3790
|
exports.ListServicesCommand = ListServicesCommand;
|
|
3791
|
+
exports.ListServicesRequest$ = ListServicesRequest$;
|
|
3792
|
+
exports.ListServicesResponse$ = ListServicesResponse$;
|
|
3793
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3603
3794
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3795
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3796
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3797
|
+
exports.ListTargetGroups$ = ListTargetGroups$;
|
|
3604
3798
|
exports.ListTargetGroupsCommand = ListTargetGroupsCommand;
|
|
3799
|
+
exports.ListTargetGroupsRequest$ = ListTargetGroupsRequest$;
|
|
3800
|
+
exports.ListTargetGroupsResponse$ = ListTargetGroupsResponse$;
|
|
3801
|
+
exports.ListTargets$ = ListTargets$;
|
|
3605
3802
|
exports.ListTargetsCommand = ListTargetsCommand;
|
|
3803
|
+
exports.ListTargetsRequest$ = ListTargetsRequest$;
|
|
3804
|
+
exports.ListTargetsResponse$ = ListTargetsResponse$;
|
|
3606
3805
|
exports.ListenerProtocol = ListenerProtocol;
|
|
3806
|
+
exports.ListenerSummary$ = ListenerSummary$;
|
|
3807
|
+
exports.Matcher$ = Matcher$;
|
|
3808
|
+
exports.PathMatch$ = PathMatch$;
|
|
3809
|
+
exports.PathMatchType$ = PathMatchType$;
|
|
3607
3810
|
exports.PrivateDnsPreference = PrivateDnsPreference;
|
|
3608
3811
|
exports.ProtocolType = ProtocolType;
|
|
3812
|
+
exports.PutAuthPolicy$ = PutAuthPolicy$;
|
|
3609
3813
|
exports.PutAuthPolicyCommand = PutAuthPolicyCommand;
|
|
3814
|
+
exports.PutAuthPolicyRequest$ = PutAuthPolicyRequest$;
|
|
3815
|
+
exports.PutAuthPolicyResponse$ = PutAuthPolicyResponse$;
|
|
3816
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
3610
3817
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
3818
|
+
exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
|
|
3819
|
+
exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
3820
|
+
exports.RegisterTargets$ = RegisterTargets$;
|
|
3611
3821
|
exports.RegisterTargetsCommand = RegisterTargetsCommand;
|
|
3822
|
+
exports.RegisterTargetsRequest$ = RegisterTargetsRequest$;
|
|
3823
|
+
exports.RegisterTargetsResponse$ = RegisterTargetsResponse$;
|
|
3824
|
+
exports.ResourceConfigurationDefinition$ = ResourceConfigurationDefinition$;
|
|
3612
3825
|
exports.ResourceConfigurationIpAddressType = ResourceConfigurationIpAddressType;
|
|
3613
3826
|
exports.ResourceConfigurationStatus = ResourceConfigurationStatus;
|
|
3827
|
+
exports.ResourceConfigurationSummary$ = ResourceConfigurationSummary$;
|
|
3614
3828
|
exports.ResourceConfigurationType = ResourceConfigurationType;
|
|
3829
|
+
exports.ResourceEndpointAssociationSummary$ = ResourceEndpointAssociationSummary$;
|
|
3615
3830
|
exports.ResourceGatewayIpAddressType = ResourceGatewayIpAddressType;
|
|
3616
3831
|
exports.ResourceGatewayStatus = ResourceGatewayStatus;
|
|
3617
|
-
exports.
|
|
3832
|
+
exports.ResourceGatewaySummary$ = ResourceGatewaySummary$;
|
|
3833
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3834
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3835
|
+
exports.RuleAction$ = RuleAction$;
|
|
3836
|
+
exports.RuleMatch$ = RuleMatch$;
|
|
3837
|
+
exports.RuleSummary$ = RuleSummary$;
|
|
3838
|
+
exports.RuleUpdate$ = RuleUpdate$;
|
|
3839
|
+
exports.RuleUpdateFailure$ = RuleUpdateFailure$;
|
|
3840
|
+
exports.RuleUpdateSuccess$ = RuleUpdateSuccess$;
|
|
3841
|
+
exports.ServiceNetworkEndpointAssociation$ = ServiceNetworkEndpointAssociation$;
|
|
3618
3842
|
exports.ServiceNetworkLogType = ServiceNetworkLogType;
|
|
3619
3843
|
exports.ServiceNetworkResourceAssociationStatus = ServiceNetworkResourceAssociationStatus;
|
|
3844
|
+
exports.ServiceNetworkResourceAssociationSummary$ = ServiceNetworkResourceAssociationSummary$;
|
|
3620
3845
|
exports.ServiceNetworkServiceAssociationStatus = ServiceNetworkServiceAssociationStatus;
|
|
3846
|
+
exports.ServiceNetworkServiceAssociationSummary$ = ServiceNetworkServiceAssociationSummary$;
|
|
3847
|
+
exports.ServiceNetworkSummary$ = ServiceNetworkSummary$;
|
|
3621
3848
|
exports.ServiceNetworkVpcAssociationStatus = ServiceNetworkVpcAssociationStatus;
|
|
3622
|
-
exports.
|
|
3849
|
+
exports.ServiceNetworkVpcAssociationSummary$ = ServiceNetworkVpcAssociationSummary$;
|
|
3850
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
3851
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
3623
3852
|
exports.ServiceStatus = ServiceStatus;
|
|
3853
|
+
exports.ServiceSummary$ = ServiceSummary$;
|
|
3854
|
+
exports.SharingConfig$ = SharingConfig$;
|
|
3855
|
+
exports.StartDomainVerification$ = StartDomainVerification$;
|
|
3624
3856
|
exports.StartDomainVerificationCommand = StartDomainVerificationCommand;
|
|
3857
|
+
exports.StartDomainVerificationRequest$ = StartDomainVerificationRequest$;
|
|
3858
|
+
exports.StartDomainVerificationResponse$ = StartDomainVerificationResponse$;
|
|
3859
|
+
exports.TagResource$ = TagResource$;
|
|
3625
3860
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3861
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
3862
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
3863
|
+
exports.Target$ = Target$;
|
|
3864
|
+
exports.TargetFailure$ = TargetFailure$;
|
|
3865
|
+
exports.TargetGroupConfig$ = TargetGroupConfig$;
|
|
3626
3866
|
exports.TargetGroupProtocol = TargetGroupProtocol;
|
|
3627
3867
|
exports.TargetGroupProtocolVersion = TargetGroupProtocolVersion;
|
|
3628
3868
|
exports.TargetGroupStatus = TargetGroupStatus;
|
|
3869
|
+
exports.TargetGroupSummary$ = TargetGroupSummary$;
|
|
3629
3870
|
exports.TargetGroupType = TargetGroupType;
|
|
3630
3871
|
exports.TargetStatus = TargetStatus;
|
|
3631
|
-
exports.
|
|
3872
|
+
exports.TargetSummary$ = TargetSummary$;
|
|
3873
|
+
exports.ThrottlingException = ThrottlingException;
|
|
3874
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
3875
|
+
exports.TxtMethodConfig$ = TxtMethodConfig$;
|
|
3876
|
+
exports.UntagResource$ = UntagResource$;
|
|
3632
3877
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3878
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
3879
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
3880
|
+
exports.UpdateAccessLogSubscription$ = UpdateAccessLogSubscription$;
|
|
3633
3881
|
exports.UpdateAccessLogSubscriptionCommand = UpdateAccessLogSubscriptionCommand;
|
|
3882
|
+
exports.UpdateAccessLogSubscriptionRequest$ = UpdateAccessLogSubscriptionRequest$;
|
|
3883
|
+
exports.UpdateAccessLogSubscriptionResponse$ = UpdateAccessLogSubscriptionResponse$;
|
|
3884
|
+
exports.UpdateListener$ = UpdateListener$;
|
|
3634
3885
|
exports.UpdateListenerCommand = UpdateListenerCommand;
|
|
3886
|
+
exports.UpdateListenerRequest$ = UpdateListenerRequest$;
|
|
3887
|
+
exports.UpdateListenerResponse$ = UpdateListenerResponse$;
|
|
3888
|
+
exports.UpdateResourceConfiguration$ = UpdateResourceConfiguration$;
|
|
3635
3889
|
exports.UpdateResourceConfigurationCommand = UpdateResourceConfigurationCommand;
|
|
3890
|
+
exports.UpdateResourceConfigurationRequest$ = UpdateResourceConfigurationRequest$;
|
|
3891
|
+
exports.UpdateResourceConfigurationResponse$ = UpdateResourceConfigurationResponse$;
|
|
3892
|
+
exports.UpdateResourceGateway$ = UpdateResourceGateway$;
|
|
3636
3893
|
exports.UpdateResourceGatewayCommand = UpdateResourceGatewayCommand;
|
|
3894
|
+
exports.UpdateResourceGatewayRequest$ = UpdateResourceGatewayRequest$;
|
|
3895
|
+
exports.UpdateResourceGatewayResponse$ = UpdateResourceGatewayResponse$;
|
|
3896
|
+
exports.UpdateRule$ = UpdateRule$;
|
|
3637
3897
|
exports.UpdateRuleCommand = UpdateRuleCommand;
|
|
3898
|
+
exports.UpdateRuleRequest$ = UpdateRuleRequest$;
|
|
3899
|
+
exports.UpdateRuleResponse$ = UpdateRuleResponse$;
|
|
3900
|
+
exports.UpdateService$ = UpdateService$;
|
|
3638
3901
|
exports.UpdateServiceCommand = UpdateServiceCommand;
|
|
3902
|
+
exports.UpdateServiceNetwork$ = UpdateServiceNetwork$;
|
|
3639
3903
|
exports.UpdateServiceNetworkCommand = UpdateServiceNetworkCommand;
|
|
3904
|
+
exports.UpdateServiceNetworkRequest$ = UpdateServiceNetworkRequest$;
|
|
3905
|
+
exports.UpdateServiceNetworkResponse$ = UpdateServiceNetworkResponse$;
|
|
3906
|
+
exports.UpdateServiceNetworkVpcAssociation$ = UpdateServiceNetworkVpcAssociation$;
|
|
3640
3907
|
exports.UpdateServiceNetworkVpcAssociationCommand = UpdateServiceNetworkVpcAssociationCommand;
|
|
3908
|
+
exports.UpdateServiceNetworkVpcAssociationRequest$ = UpdateServiceNetworkVpcAssociationRequest$;
|
|
3909
|
+
exports.UpdateServiceNetworkVpcAssociationResponse$ = UpdateServiceNetworkVpcAssociationResponse$;
|
|
3910
|
+
exports.UpdateServiceRequest$ = UpdateServiceRequest$;
|
|
3911
|
+
exports.UpdateServiceResponse$ = UpdateServiceResponse$;
|
|
3912
|
+
exports.UpdateTargetGroup$ = UpdateTargetGroup$;
|
|
3641
3913
|
exports.UpdateTargetGroupCommand = UpdateTargetGroupCommand;
|
|
3914
|
+
exports.UpdateTargetGroupRequest$ = UpdateTargetGroupRequest$;
|
|
3915
|
+
exports.UpdateTargetGroupResponse$ = UpdateTargetGroupResponse$;
|
|
3642
3916
|
exports.VPCLattice = VPCLattice;
|
|
3643
3917
|
exports.VPCLatticeClient = VPCLatticeClient;
|
|
3644
|
-
exports.VPCLatticeServiceException = VPCLatticeServiceException
|
|
3645
|
-
exports.
|
|
3918
|
+
exports.VPCLatticeServiceException = VPCLatticeServiceException;
|
|
3919
|
+
exports.VPCLatticeServiceException$ = VPCLatticeServiceException$;
|
|
3920
|
+
exports.ValidationException = ValidationException;
|
|
3921
|
+
exports.ValidationException$ = ValidationException$;
|
|
3922
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
3646
3923
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
3647
3924
|
exports.VerificationStatus = VerificationStatus;
|
|
3925
|
+
exports.WeightedTargetGroup$ = WeightedTargetGroup$;
|
|
3648
3926
|
exports.paginateListAccessLogSubscriptions = paginateListAccessLogSubscriptions;
|
|
3649
3927
|
exports.paginateListDomainVerifications = paginateListDomainVerifications;
|
|
3650
3928
|
exports.paginateListListeners = paginateListListeners;
|