@aws-sdk/client-elastic-load-balancing 3.987.0 → 3.989.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 +48 -1413
- package/dist-cjs/models/ElasticLoadBalancingServiceException.js +12 -0
- package/dist-cjs/models/errors.js +334 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +930 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +140 -134
- package/dist-types/schemas/schemas_0.d.ts +30 -23
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -23
- package/package.json +13 -13
|
@@ -0,0 +1,930 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateLoadBalancerPolicyOutput$ = exports.CreateLoadBalancerPolicyInput$ = exports.CreateLoadBalancerListenerOutput$ = exports.CreateLoadBalancerListenerInput$ = exports.CreateLBCookieStickinessPolicyOutput$ = exports.CreateLBCookieStickinessPolicyInput$ = exports.CreateAppCookieStickinessPolicyOutput$ = exports.CreateAppCookieStickinessPolicyInput$ = exports.CreateAccessPointOutput$ = exports.CreateAccessPointInput$ = exports.ConnectionSettings$ = exports.ConnectionDraining$ = exports.ConfigureHealthCheckOutput$ = exports.ConfigureHealthCheckInput$ = exports.BackendServerDescription$ = exports.AttachLoadBalancerToSubnetsOutput$ = exports.AttachLoadBalancerToSubnetsInput$ = exports.ApplySecurityGroupsToLoadBalancerOutput$ = exports.ApplySecurityGroupsToLoadBalancerInput$ = exports.AppCookieStickinessPolicy$ = exports.AddTagsOutput$ = exports.AddTagsInput$ = exports.AdditionalAttribute$ = exports.AddAvailabilityZonesOutput$ = exports.AddAvailabilityZonesInput$ = exports.AccessLog$ = exports.errorTypeRegistries = exports.UnsupportedProtocolException$ = exports.TooManyTagsException$ = exports.TooManyPoliciesException$ = exports.TooManyAccessPointsException$ = exports.SubnetNotFoundException$ = exports.PolicyTypeNotFoundException$ = exports.PolicyNotFoundException$ = exports.OperationNotPermittedException$ = exports.LoadBalancerAttributeNotFoundException$ = exports.ListenerNotFoundException$ = exports.InvalidSubnetException$ = exports.InvalidSecurityGroupException$ = exports.InvalidSchemeException$ = exports.InvalidEndPointException$ = exports.InvalidConfigurationRequestException$ = exports.DuplicateTagKeysException$ = exports.DuplicatePolicyNameException$ = exports.DuplicateListenerException$ = exports.DuplicateAccessPointNameException$ = exports.DependencyThrottleException$ = exports.CertificateNotFoundException$ = exports.AccessPointNotFoundException$ = exports.ElasticLoadBalancingServiceException$ = void 0;
|
|
4
|
+
exports.SetLoadBalancerListenerSSLCertificateOutput$ = exports.SetLoadBalancerListenerSSLCertificateInput$ = exports.RemoveTagsOutput$ = exports.RemoveTagsInput$ = exports.RemoveAvailabilityZonesOutput$ = exports.RemoveAvailabilityZonesInput$ = exports.RegisterEndPointsOutput$ = exports.RegisterEndPointsInput$ = exports.PolicyTypeDescription$ = exports.PolicyDescription$ = exports.PolicyAttributeTypeDescription$ = exports.PolicyAttributeDescription$ = exports.PolicyAttribute$ = exports.Policies$ = exports.ModifyLoadBalancerAttributesOutput$ = exports.ModifyLoadBalancerAttributesInput$ = exports.LoadBalancerDescription$ = exports.LoadBalancerAttributes$ = exports.ListenerDescription$ = exports.Listener$ = exports.Limit$ = exports.LBCookieStickinessPolicy$ = exports.InstanceState$ = exports.Instance$ = exports.HealthCheck$ = exports.DetachLoadBalancerFromSubnetsOutput$ = exports.DetachLoadBalancerFromSubnetsInput$ = exports.DescribeTagsOutput$ = exports.DescribeTagsInput$ = exports.DescribeLoadBalancerPolicyTypesOutput$ = exports.DescribeLoadBalancerPolicyTypesInput$ = exports.DescribeLoadBalancerPoliciesOutput$ = exports.DescribeLoadBalancerPoliciesInput$ = exports.DescribeLoadBalancerAttributesOutput$ = exports.DescribeLoadBalancerAttributesInput$ = exports.DescribeEndPointStateOutput$ = exports.DescribeEndPointStateInput$ = exports.DescribeAccountLimitsOutput$ = exports.DescribeAccountLimitsInput$ = exports.DescribeAccessPointsOutput$ = exports.DescribeAccessPointsInput$ = exports.DeregisterEndPointsOutput$ = exports.DeregisterEndPointsInput$ = exports.DeleteLoadBalancerPolicyOutput$ = exports.DeleteLoadBalancerPolicyInput$ = exports.DeleteLoadBalancerListenerOutput$ = exports.DeleteLoadBalancerListenerInput$ = exports.DeleteAccessPointOutput$ = exports.DeleteAccessPointInput$ = exports.CrossZoneLoadBalancing$ = void 0;
|
|
5
|
+
exports.SetLoadBalancerPoliciesOfListener$ = exports.SetLoadBalancerPoliciesForBackendServer$ = exports.SetLoadBalancerListenerSSLCertificate$ = exports.RemoveTags$ = exports.RegisterInstancesWithLoadBalancer$ = exports.ModifyLoadBalancerAttributes$ = exports.EnableAvailabilityZonesForLoadBalancer$ = exports.DisableAvailabilityZonesForLoadBalancer$ = exports.DetachLoadBalancerFromSubnets$ = exports.DescribeTags$ = exports.DescribeLoadBalancers$ = exports.DescribeLoadBalancerPolicyTypes$ = exports.DescribeLoadBalancerPolicies$ = exports.DescribeLoadBalancerAttributes$ = exports.DescribeInstanceHealth$ = exports.DescribeAccountLimits$ = exports.DeregisterInstancesFromLoadBalancer$ = exports.DeleteLoadBalancerPolicy$ = exports.DeleteLoadBalancerListeners$ = exports.DeleteLoadBalancer$ = exports.CreateLoadBalancerPolicy$ = exports.CreateLoadBalancerListeners$ = exports.CreateLoadBalancer$ = exports.CreateLBCookieStickinessPolicy$ = exports.CreateAppCookieStickinessPolicy$ = exports.ConfigureHealthCheck$ = exports.AttachLoadBalancerToSubnets$ = exports.ApplySecurityGroupsToLoadBalancer$ = exports.AddTags$ = exports.TagKeyOnly$ = exports.TagDescription$ = exports.Tag$ = exports.SourceSecurityGroup$ = exports.SetLoadBalancerPoliciesOfListenerOutput$ = exports.SetLoadBalancerPoliciesOfListenerInput$ = exports.SetLoadBalancerPoliciesForBackendServerOutput$ = exports.SetLoadBalancerPoliciesForBackendServerInput$ = void 0;
|
|
6
|
+
const _AA = "AdditionalAttribute";
|
|
7
|
+
const _AAZI = "AddAvailabilityZonesInput";
|
|
8
|
+
const _AAZO = "AddAvailabilityZonesOutput";
|
|
9
|
+
const _AAd = "AdditionalAttributes";
|
|
10
|
+
const _ACSP = "AppCookieStickinessPolicy";
|
|
11
|
+
const _ACSPp = "AppCookieStickinessPolicies";
|
|
12
|
+
const _AL = "AccessLog";
|
|
13
|
+
const _ALBTS = "AttachLoadBalancerToSubnets";
|
|
14
|
+
const _ALBTSI = "AttachLoadBalancerToSubnetsInput";
|
|
15
|
+
const _ALBTSO = "AttachLoadBalancerToSubnetsOutput";
|
|
16
|
+
const _AN = "AttributeName";
|
|
17
|
+
const _APNFE = "AccessPointNotFoundException";
|
|
18
|
+
const _ASGTLB = "ApplySecurityGroupsToLoadBalancer";
|
|
19
|
+
const _ASGTLBI = "ApplySecurityGroupsToLoadBalancerInput";
|
|
20
|
+
const _ASGTLBO = "ApplySecurityGroupsToLoadBalancerOutput";
|
|
21
|
+
const _AT = "AttributeType";
|
|
22
|
+
const _ATI = "AddTagsInput";
|
|
23
|
+
const _ATO = "AddTagsOutput";
|
|
24
|
+
const _ATd = "AddTags";
|
|
25
|
+
const _AV = "AttributeValue";
|
|
26
|
+
const _AZ = "AvailabilityZones";
|
|
27
|
+
const _BSD = "BackendServerDescription";
|
|
28
|
+
const _BSDa = "BackendServerDescriptions";
|
|
29
|
+
const _C = "Cardinality";
|
|
30
|
+
const _CACSP = "CreateAppCookieStickinessPolicy";
|
|
31
|
+
const _CACSPI = "CreateAppCookieStickinessPolicyInput";
|
|
32
|
+
const _CACSPO = "CreateAppCookieStickinessPolicyOutput";
|
|
33
|
+
const _CAPI = "CreateAccessPointInput";
|
|
34
|
+
const _CAPO = "CreateAccessPointOutput";
|
|
35
|
+
const _CD = "ConnectionDraining";
|
|
36
|
+
const _CEP = "CookieExpirationPeriod";
|
|
37
|
+
const _CHC = "ConfigureHealthCheck";
|
|
38
|
+
const _CHCI = "ConfigureHealthCheckInput";
|
|
39
|
+
const _CHCO = "ConfigureHealthCheckOutput";
|
|
40
|
+
const _CHZN = "CanonicalHostedZoneName";
|
|
41
|
+
const _CHZNID = "CanonicalHostedZoneNameID";
|
|
42
|
+
const _CLB = "CreateLoadBalancer";
|
|
43
|
+
const _CLBCSP = "CreateLBCookieStickinessPolicy";
|
|
44
|
+
const _CLBCSPI = "CreateLBCookieStickinessPolicyInput";
|
|
45
|
+
const _CLBCSPO = "CreateLBCookieStickinessPolicyOutput";
|
|
46
|
+
const _CLBL = "CreateLoadBalancerListeners";
|
|
47
|
+
const _CLBLI = "CreateLoadBalancerListenerInput";
|
|
48
|
+
const _CLBLO = "CreateLoadBalancerListenerOutput";
|
|
49
|
+
const _CLBP = "CreateLoadBalancerPolicy";
|
|
50
|
+
const _CLBPI = "CreateLoadBalancerPolicyInput";
|
|
51
|
+
const _CLBPO = "CreateLoadBalancerPolicyOutput";
|
|
52
|
+
const _CN = "CookieName";
|
|
53
|
+
const _CNFE = "CertificateNotFoundException";
|
|
54
|
+
const _CS = "ConnectionSettings";
|
|
55
|
+
const _CT = "CreatedTime";
|
|
56
|
+
const _CZLB = "CrossZoneLoadBalancing";
|
|
57
|
+
const _D = "Description";
|
|
58
|
+
const _DAL = "DescribeAccountLimits";
|
|
59
|
+
const _DALI = "DescribeAccountLimitsInput";
|
|
60
|
+
const _DALO = "DescribeAccountLimitsOutput";
|
|
61
|
+
const _DAPI = "DeleteAccessPointInput";
|
|
62
|
+
const _DAPIe = "DescribeAccessPointsInput";
|
|
63
|
+
const _DAPNE = "DuplicateAccessPointNameException";
|
|
64
|
+
const _DAPO = "DeleteAccessPointOutput";
|
|
65
|
+
const _DAPOe = "DescribeAccessPointsOutput";
|
|
66
|
+
const _DAZFLB = "DisableAvailabilityZonesForLoadBalancer";
|
|
67
|
+
const _DEPI = "DeregisterEndPointsInput";
|
|
68
|
+
const _DEPO = "DeregisterEndPointsOutput";
|
|
69
|
+
const _DEPSI = "DescribeEndPointStateInput";
|
|
70
|
+
const _DEPSO = "DescribeEndPointStateOutput";
|
|
71
|
+
const _DIFLB = "DeregisterInstancesFromLoadBalancer";
|
|
72
|
+
const _DIH = "DescribeInstanceHealth";
|
|
73
|
+
const _DLB = "DeleteLoadBalancer";
|
|
74
|
+
const _DLBA = "DescribeLoadBalancerAttributes";
|
|
75
|
+
const _DLBAI = "DescribeLoadBalancerAttributesInput";
|
|
76
|
+
const _DLBAO = "DescribeLoadBalancerAttributesOutput";
|
|
77
|
+
const _DLBFS = "DetachLoadBalancerFromSubnets";
|
|
78
|
+
const _DLBFSI = "DetachLoadBalancerFromSubnetsInput";
|
|
79
|
+
const _DLBFSO = "DetachLoadBalancerFromSubnetsOutput";
|
|
80
|
+
const _DLBL = "DeleteLoadBalancerListeners";
|
|
81
|
+
const _DLBLI = "DeleteLoadBalancerListenerInput";
|
|
82
|
+
const _DLBLO = "DeleteLoadBalancerListenerOutput";
|
|
83
|
+
const _DLBP = "DeleteLoadBalancerPolicy";
|
|
84
|
+
const _DLBPI = "DeleteLoadBalancerPolicyInput";
|
|
85
|
+
const _DLBPIe = "DescribeLoadBalancerPoliciesInput";
|
|
86
|
+
const _DLBPO = "DeleteLoadBalancerPolicyOutput";
|
|
87
|
+
const _DLBPOe = "DescribeLoadBalancerPoliciesOutput";
|
|
88
|
+
const _DLBPT = "DescribeLoadBalancerPolicyTypes";
|
|
89
|
+
const _DLBPTI = "DescribeLoadBalancerPolicyTypesInput";
|
|
90
|
+
const _DLBPTO = "DescribeLoadBalancerPolicyTypesOutput";
|
|
91
|
+
const _DLBPe = "DescribeLoadBalancerPolicies";
|
|
92
|
+
const _DLBe = "DescribeLoadBalancers";
|
|
93
|
+
const _DLE = "DuplicateListenerException";
|
|
94
|
+
const _DNSN = "DNSName";
|
|
95
|
+
const _DPNE = "DuplicatePolicyNameException";
|
|
96
|
+
const _DT = "DescribeTags";
|
|
97
|
+
const _DTE = "DependencyThrottleException";
|
|
98
|
+
const _DTI = "DescribeTagsInput";
|
|
99
|
+
const _DTKE = "DuplicateTagKeysException";
|
|
100
|
+
const _DTO = "DescribeTagsOutput";
|
|
101
|
+
const _DV = "DefaultValue";
|
|
102
|
+
const _E = "Enabled";
|
|
103
|
+
const _EAZFLB = "EnableAvailabilityZonesForLoadBalancer";
|
|
104
|
+
const _EI = "EmitInterval";
|
|
105
|
+
const _GN = "GroupName";
|
|
106
|
+
const _HC = "HealthCheck";
|
|
107
|
+
const _HT = "HealthyThreshold";
|
|
108
|
+
const _I = "Instances";
|
|
109
|
+
const _ICRE = "InvalidConfigurationRequestException";
|
|
110
|
+
const _IEPE = "InvalidEndPointException";
|
|
111
|
+
const _II = "InstanceId";
|
|
112
|
+
const _IP = "InstancePort";
|
|
113
|
+
const _IPn = "InstanceProtocol";
|
|
114
|
+
const _IS = "InstanceStates";
|
|
115
|
+
const _ISE = "InvalidSchemeException";
|
|
116
|
+
const _ISEn = "InvalidSubnetException";
|
|
117
|
+
const _ISGE = "InvalidSecurityGroupException";
|
|
118
|
+
const _ISn = "InstanceState";
|
|
119
|
+
const _IT = "IdleTimeout";
|
|
120
|
+
const _In = "Interval";
|
|
121
|
+
const _Ins = "Instance";
|
|
122
|
+
const _K = "Key";
|
|
123
|
+
const _L = "Listeners";
|
|
124
|
+
const _LBA = "LoadBalancerAttributes";
|
|
125
|
+
const _LBANFE = "LoadBalancerAttributeNotFoundException";
|
|
126
|
+
const _LBCSP = "LBCookieStickinessPolicy";
|
|
127
|
+
const _LBCSPo = "LBCookieStickinessPolicies";
|
|
128
|
+
const _LBD = "LoadBalancerDescriptions";
|
|
129
|
+
const _LBDo = "LoadBalancerDescription";
|
|
130
|
+
const _LBN = "LoadBalancerName";
|
|
131
|
+
const _LBNo = "LoadBalancerNames";
|
|
132
|
+
const _LBP = "LoadBalancerPorts";
|
|
133
|
+
const _LBPo = "LoadBalancerPort";
|
|
134
|
+
const _LD = "ListenerDescription";
|
|
135
|
+
const _LDi = "ListenerDescriptions";
|
|
136
|
+
const _LNFE = "ListenerNotFoundException";
|
|
137
|
+
const _Li = "Limits";
|
|
138
|
+
const _Lim = "Limit";
|
|
139
|
+
const _Lis = "Listener";
|
|
140
|
+
const _M = "Message";
|
|
141
|
+
const _MLBA = "ModifyLoadBalancerAttributes";
|
|
142
|
+
const _MLBAI = "ModifyLoadBalancerAttributesInput";
|
|
143
|
+
const _MLBAO = "ModifyLoadBalancerAttributesOutput";
|
|
144
|
+
const _Ma = "Marker";
|
|
145
|
+
const _Max = "Max";
|
|
146
|
+
const _N = "Name";
|
|
147
|
+
const _NM = "NextMarker";
|
|
148
|
+
const _OA = "OwnerAlias";
|
|
149
|
+
const _ONPE = "OperationNotPermittedException";
|
|
150
|
+
const _OP = "OtherPolicies";
|
|
151
|
+
const _P = "Protocol";
|
|
152
|
+
const _PA = "PolicyAttributes";
|
|
153
|
+
const _PAD = "PolicyAttributeDescription";
|
|
154
|
+
const _PADo = "PolicyAttributeDescriptions";
|
|
155
|
+
const _PATD = "PolicyAttributeTypeDescription";
|
|
156
|
+
const _PATDo = "PolicyAttributeTypeDescriptions";
|
|
157
|
+
const _PAo = "PolicyAttribute";
|
|
158
|
+
const _PD = "PolicyDescriptions";
|
|
159
|
+
const _PDo = "PolicyDescription";
|
|
160
|
+
const _PN = "PolicyName";
|
|
161
|
+
const _PNFE = "PolicyNotFoundException";
|
|
162
|
+
const _PNo = "PolicyNames";
|
|
163
|
+
const _PS = "PageSize";
|
|
164
|
+
const _PTD = "PolicyTypeDescriptions";
|
|
165
|
+
const _PTDo = "PolicyTypeDescription";
|
|
166
|
+
const _PTN = "PolicyTypeName";
|
|
167
|
+
const _PTNFE = "PolicyTypeNotFoundException";
|
|
168
|
+
const _PTNo = "PolicyTypeNames";
|
|
169
|
+
const _Po = "Policies";
|
|
170
|
+
const _RAZI = "RemoveAvailabilityZonesInput";
|
|
171
|
+
const _RAZO = "RemoveAvailabilityZonesOutput";
|
|
172
|
+
const _RC = "ReasonCode";
|
|
173
|
+
const _REPI = "RegisterEndPointsInput";
|
|
174
|
+
const _REPO = "RegisterEndPointsOutput";
|
|
175
|
+
const _RIWLB = "RegisterInstancesWithLoadBalancer";
|
|
176
|
+
const _RT = "RemoveTags";
|
|
177
|
+
const _RTI = "RemoveTagsInput";
|
|
178
|
+
const _RTO = "RemoveTagsOutput";
|
|
179
|
+
const _S = "Subnets";
|
|
180
|
+
const _SBN = "S3BucketName";
|
|
181
|
+
const _SBP = "S3BucketPrefix";
|
|
182
|
+
const _SG = "SecurityGroups";
|
|
183
|
+
const _SLBLSSLC = "SetLoadBalancerListenerSSLCertificate";
|
|
184
|
+
const _SLBLSSLCI = "SetLoadBalancerListenerSSLCertificateInput";
|
|
185
|
+
const _SLBLSSLCO = "SetLoadBalancerListenerSSLCertificateOutput";
|
|
186
|
+
const _SLBPFBS = "SetLoadBalancerPoliciesForBackendServer";
|
|
187
|
+
const _SLBPFBSI = "SetLoadBalancerPoliciesForBackendServerInput";
|
|
188
|
+
const _SLBPFBSO = "SetLoadBalancerPoliciesForBackendServerOutput";
|
|
189
|
+
const _SLBPOL = "SetLoadBalancerPoliciesOfListener";
|
|
190
|
+
const _SLBPOLI = "SetLoadBalancerPoliciesOfListenerInput";
|
|
191
|
+
const _SLBPOLO = "SetLoadBalancerPoliciesOfListenerOutput";
|
|
192
|
+
const _SNFE = "SubnetNotFoundException";
|
|
193
|
+
const _SSG = "SourceSecurityGroup";
|
|
194
|
+
const _SSLCI = "SSLCertificateId";
|
|
195
|
+
const _Sc = "Scheme";
|
|
196
|
+
const _St = "State";
|
|
197
|
+
const _T = "Tags";
|
|
198
|
+
const _TD = "TagDescriptions";
|
|
199
|
+
const _TDa = "TagDescription";
|
|
200
|
+
const _TKL = "TagKeyList";
|
|
201
|
+
const _TKO = "TagKeyOnly";
|
|
202
|
+
const _TL = "TagList";
|
|
203
|
+
const _TMAPE = "TooManyAccessPointsException";
|
|
204
|
+
const _TMPE = "TooManyPoliciesException";
|
|
205
|
+
const _TMTE = "TooManyTagsException";
|
|
206
|
+
const _Ta = "Target";
|
|
207
|
+
const _Tag = "Tag";
|
|
208
|
+
const _Ti = "Timeout";
|
|
209
|
+
const _UPE = "UnsupportedProtocolException";
|
|
210
|
+
const _UT = "UnhealthyThreshold";
|
|
211
|
+
const _V = "Value";
|
|
212
|
+
const _VPCI = "VPCId";
|
|
213
|
+
const _aQE = "awsQueryError";
|
|
214
|
+
const _c = "client";
|
|
215
|
+
const _e = "error";
|
|
216
|
+
const _hE = "httpError";
|
|
217
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.elasticloadbalancing";
|
|
218
|
+
const n0 = "com.amazonaws.elasticloadbalancing";
|
|
219
|
+
const schema_1 = require("@smithy/core/schema");
|
|
220
|
+
const ElasticLoadBalancingServiceException_1 = require("../models/ElasticLoadBalancingServiceException");
|
|
221
|
+
const errors_1 = require("../models/errors");
|
|
222
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
223
|
+
exports.ElasticLoadBalancingServiceException$ = [-3, _s, "ElasticLoadBalancingServiceException", 0, [], []];
|
|
224
|
+
_s_registry.registerError(exports.ElasticLoadBalancingServiceException$, ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException);
|
|
225
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
226
|
+
exports.AccessPointNotFoundException$ = [-3, n0, _APNFE,
|
|
227
|
+
{ [_aQE]: [`LoadBalancerNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
228
|
+
[_M],
|
|
229
|
+
[0]
|
|
230
|
+
];
|
|
231
|
+
n0_registry.registerError(exports.AccessPointNotFoundException$, errors_1.AccessPointNotFoundException);
|
|
232
|
+
exports.CertificateNotFoundException$ = [-3, n0, _CNFE,
|
|
233
|
+
{ [_aQE]: [`CertificateNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
234
|
+
[_M],
|
|
235
|
+
[0]
|
|
236
|
+
];
|
|
237
|
+
n0_registry.registerError(exports.CertificateNotFoundException$, errors_1.CertificateNotFoundException);
|
|
238
|
+
exports.DependencyThrottleException$ = [-3, n0, _DTE,
|
|
239
|
+
{ [_aQE]: [`DependencyThrottle`, 400], [_e]: _c, [_hE]: 400 },
|
|
240
|
+
[_M],
|
|
241
|
+
[0]
|
|
242
|
+
];
|
|
243
|
+
n0_registry.registerError(exports.DependencyThrottleException$, errors_1.DependencyThrottleException);
|
|
244
|
+
exports.DuplicateAccessPointNameException$ = [-3, n0, _DAPNE,
|
|
245
|
+
{ [_aQE]: [`DuplicateLoadBalancerName`, 400], [_e]: _c, [_hE]: 400 },
|
|
246
|
+
[_M],
|
|
247
|
+
[0]
|
|
248
|
+
];
|
|
249
|
+
n0_registry.registerError(exports.DuplicateAccessPointNameException$, errors_1.DuplicateAccessPointNameException);
|
|
250
|
+
exports.DuplicateListenerException$ = [-3, n0, _DLE,
|
|
251
|
+
{ [_aQE]: [`DuplicateListener`, 400], [_e]: _c, [_hE]: 400 },
|
|
252
|
+
[_M],
|
|
253
|
+
[0]
|
|
254
|
+
];
|
|
255
|
+
n0_registry.registerError(exports.DuplicateListenerException$, errors_1.DuplicateListenerException);
|
|
256
|
+
exports.DuplicatePolicyNameException$ = [-3, n0, _DPNE,
|
|
257
|
+
{ [_aQE]: [`DuplicatePolicyName`, 400], [_e]: _c, [_hE]: 400 },
|
|
258
|
+
[_M],
|
|
259
|
+
[0]
|
|
260
|
+
];
|
|
261
|
+
n0_registry.registerError(exports.DuplicatePolicyNameException$, errors_1.DuplicatePolicyNameException);
|
|
262
|
+
exports.DuplicateTagKeysException$ = [-3, n0, _DTKE,
|
|
263
|
+
{ [_aQE]: [`DuplicateTagKeys`, 400], [_e]: _c, [_hE]: 400 },
|
|
264
|
+
[_M],
|
|
265
|
+
[0]
|
|
266
|
+
];
|
|
267
|
+
n0_registry.registerError(exports.DuplicateTagKeysException$, errors_1.DuplicateTagKeysException);
|
|
268
|
+
exports.InvalidConfigurationRequestException$ = [-3, n0, _ICRE,
|
|
269
|
+
{ [_aQE]: [`InvalidConfigurationRequest`, 409], [_e]: _c, [_hE]: 409 },
|
|
270
|
+
[_M],
|
|
271
|
+
[0]
|
|
272
|
+
];
|
|
273
|
+
n0_registry.registerError(exports.InvalidConfigurationRequestException$, errors_1.InvalidConfigurationRequestException);
|
|
274
|
+
exports.InvalidEndPointException$ = [-3, n0, _IEPE,
|
|
275
|
+
{ [_aQE]: [`InvalidInstance`, 400], [_e]: _c, [_hE]: 400 },
|
|
276
|
+
[_M],
|
|
277
|
+
[0]
|
|
278
|
+
];
|
|
279
|
+
n0_registry.registerError(exports.InvalidEndPointException$, errors_1.InvalidEndPointException);
|
|
280
|
+
exports.InvalidSchemeException$ = [-3, n0, _ISE,
|
|
281
|
+
{ [_aQE]: [`InvalidScheme`, 400], [_e]: _c, [_hE]: 400 },
|
|
282
|
+
[_M],
|
|
283
|
+
[0]
|
|
284
|
+
];
|
|
285
|
+
n0_registry.registerError(exports.InvalidSchemeException$, errors_1.InvalidSchemeException);
|
|
286
|
+
exports.InvalidSecurityGroupException$ = [-3, n0, _ISGE,
|
|
287
|
+
{ [_aQE]: [`InvalidSecurityGroup`, 400], [_e]: _c, [_hE]: 400 },
|
|
288
|
+
[_M],
|
|
289
|
+
[0]
|
|
290
|
+
];
|
|
291
|
+
n0_registry.registerError(exports.InvalidSecurityGroupException$, errors_1.InvalidSecurityGroupException);
|
|
292
|
+
exports.InvalidSubnetException$ = [-3, n0, _ISEn,
|
|
293
|
+
{ [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
|
|
294
|
+
[_M],
|
|
295
|
+
[0]
|
|
296
|
+
];
|
|
297
|
+
n0_registry.registerError(exports.InvalidSubnetException$, errors_1.InvalidSubnetException);
|
|
298
|
+
exports.ListenerNotFoundException$ = [-3, n0, _LNFE,
|
|
299
|
+
{ [_aQE]: [`ListenerNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
300
|
+
[_M],
|
|
301
|
+
[0]
|
|
302
|
+
];
|
|
303
|
+
n0_registry.registerError(exports.ListenerNotFoundException$, errors_1.ListenerNotFoundException);
|
|
304
|
+
exports.LoadBalancerAttributeNotFoundException$ = [-3, n0, _LBANFE,
|
|
305
|
+
{ [_aQE]: [`LoadBalancerAttributeNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
306
|
+
[_M],
|
|
307
|
+
[0]
|
|
308
|
+
];
|
|
309
|
+
n0_registry.registerError(exports.LoadBalancerAttributeNotFoundException$, errors_1.LoadBalancerAttributeNotFoundException);
|
|
310
|
+
exports.OperationNotPermittedException$ = [-3, n0, _ONPE,
|
|
311
|
+
{ [_aQE]: [`OperationNotPermitted`, 400], [_e]: _c, [_hE]: 400 },
|
|
312
|
+
[_M],
|
|
313
|
+
[0]
|
|
314
|
+
];
|
|
315
|
+
n0_registry.registerError(exports.OperationNotPermittedException$, errors_1.OperationNotPermittedException);
|
|
316
|
+
exports.PolicyNotFoundException$ = [-3, n0, _PNFE,
|
|
317
|
+
{ [_aQE]: [`PolicyNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
318
|
+
[_M],
|
|
319
|
+
[0]
|
|
320
|
+
];
|
|
321
|
+
n0_registry.registerError(exports.PolicyNotFoundException$, errors_1.PolicyNotFoundException);
|
|
322
|
+
exports.PolicyTypeNotFoundException$ = [-3, n0, _PTNFE,
|
|
323
|
+
{ [_aQE]: [`PolicyTypeNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
324
|
+
[_M],
|
|
325
|
+
[0]
|
|
326
|
+
];
|
|
327
|
+
n0_registry.registerError(exports.PolicyTypeNotFoundException$, errors_1.PolicyTypeNotFoundException);
|
|
328
|
+
exports.SubnetNotFoundException$ = [-3, n0, _SNFE,
|
|
329
|
+
{ [_aQE]: [`SubnetNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
330
|
+
[_M],
|
|
331
|
+
[0]
|
|
332
|
+
];
|
|
333
|
+
n0_registry.registerError(exports.SubnetNotFoundException$, errors_1.SubnetNotFoundException);
|
|
334
|
+
exports.TooManyAccessPointsException$ = [-3, n0, _TMAPE,
|
|
335
|
+
{ [_aQE]: [`TooManyLoadBalancers`, 400], [_e]: _c, [_hE]: 400 },
|
|
336
|
+
[_M],
|
|
337
|
+
[0]
|
|
338
|
+
];
|
|
339
|
+
n0_registry.registerError(exports.TooManyAccessPointsException$, errors_1.TooManyAccessPointsException);
|
|
340
|
+
exports.TooManyPoliciesException$ = [-3, n0, _TMPE,
|
|
341
|
+
{ [_aQE]: [`TooManyPolicies`, 400], [_e]: _c, [_hE]: 400 },
|
|
342
|
+
[_M],
|
|
343
|
+
[0]
|
|
344
|
+
];
|
|
345
|
+
n0_registry.registerError(exports.TooManyPoliciesException$, errors_1.TooManyPoliciesException);
|
|
346
|
+
exports.TooManyTagsException$ = [-3, n0, _TMTE,
|
|
347
|
+
{ [_aQE]: [`TooManyTags`, 400], [_e]: _c, [_hE]: 400 },
|
|
348
|
+
[_M],
|
|
349
|
+
[0]
|
|
350
|
+
];
|
|
351
|
+
n0_registry.registerError(exports.TooManyTagsException$, errors_1.TooManyTagsException);
|
|
352
|
+
exports.UnsupportedProtocolException$ = [-3, n0, _UPE,
|
|
353
|
+
{ [_aQE]: [`UnsupportedProtocol`, 400], [_e]: _c, [_hE]: 400 },
|
|
354
|
+
[_M],
|
|
355
|
+
[0]
|
|
356
|
+
];
|
|
357
|
+
n0_registry.registerError(exports.UnsupportedProtocolException$, errors_1.UnsupportedProtocolException);
|
|
358
|
+
exports.errorTypeRegistries = [
|
|
359
|
+
_s_registry,
|
|
360
|
+
n0_registry,
|
|
361
|
+
];
|
|
362
|
+
exports.AccessLog$ = [3, n0, _AL,
|
|
363
|
+
0,
|
|
364
|
+
[_E, _SBN, _EI, _SBP],
|
|
365
|
+
[2, 0, 1, 0], 1
|
|
366
|
+
];
|
|
367
|
+
exports.AddAvailabilityZonesInput$ = [3, n0, _AAZI,
|
|
368
|
+
0,
|
|
369
|
+
[_LBN, _AZ],
|
|
370
|
+
[0, 64 | 0], 2
|
|
371
|
+
];
|
|
372
|
+
exports.AddAvailabilityZonesOutput$ = [3, n0, _AAZO,
|
|
373
|
+
0,
|
|
374
|
+
[_AZ],
|
|
375
|
+
[64 | 0]
|
|
376
|
+
];
|
|
377
|
+
exports.AdditionalAttribute$ = [3, n0, _AA,
|
|
378
|
+
0,
|
|
379
|
+
[_K, _V],
|
|
380
|
+
[0, 0]
|
|
381
|
+
];
|
|
382
|
+
exports.AddTagsInput$ = [3, n0, _ATI,
|
|
383
|
+
0,
|
|
384
|
+
[_LBNo, _T],
|
|
385
|
+
[64 | 0, () => TagList], 2
|
|
386
|
+
];
|
|
387
|
+
exports.AddTagsOutput$ = [3, n0, _ATO,
|
|
388
|
+
0,
|
|
389
|
+
[],
|
|
390
|
+
[]
|
|
391
|
+
];
|
|
392
|
+
exports.AppCookieStickinessPolicy$ = [3, n0, _ACSP,
|
|
393
|
+
0,
|
|
394
|
+
[_PN, _CN],
|
|
395
|
+
[0, 0]
|
|
396
|
+
];
|
|
397
|
+
exports.ApplySecurityGroupsToLoadBalancerInput$ = [3, n0, _ASGTLBI,
|
|
398
|
+
0,
|
|
399
|
+
[_LBN, _SG],
|
|
400
|
+
[0, 64 | 0], 2
|
|
401
|
+
];
|
|
402
|
+
exports.ApplySecurityGroupsToLoadBalancerOutput$ = [3, n0, _ASGTLBO,
|
|
403
|
+
0,
|
|
404
|
+
[_SG],
|
|
405
|
+
[64 | 0]
|
|
406
|
+
];
|
|
407
|
+
exports.AttachLoadBalancerToSubnetsInput$ = [3, n0, _ALBTSI,
|
|
408
|
+
0,
|
|
409
|
+
[_LBN, _S],
|
|
410
|
+
[0, 64 | 0], 2
|
|
411
|
+
];
|
|
412
|
+
exports.AttachLoadBalancerToSubnetsOutput$ = [3, n0, _ALBTSO,
|
|
413
|
+
0,
|
|
414
|
+
[_S],
|
|
415
|
+
[64 | 0]
|
|
416
|
+
];
|
|
417
|
+
exports.BackendServerDescription$ = [3, n0, _BSD,
|
|
418
|
+
0,
|
|
419
|
+
[_IP, _PNo],
|
|
420
|
+
[1, 64 | 0]
|
|
421
|
+
];
|
|
422
|
+
exports.ConfigureHealthCheckInput$ = [3, n0, _CHCI,
|
|
423
|
+
0,
|
|
424
|
+
[_LBN, _HC],
|
|
425
|
+
[0, () => exports.HealthCheck$], 2
|
|
426
|
+
];
|
|
427
|
+
exports.ConfigureHealthCheckOutput$ = [3, n0, _CHCO,
|
|
428
|
+
0,
|
|
429
|
+
[_HC],
|
|
430
|
+
[() => exports.HealthCheck$]
|
|
431
|
+
];
|
|
432
|
+
exports.ConnectionDraining$ = [3, n0, _CD,
|
|
433
|
+
0,
|
|
434
|
+
[_E, _Ti],
|
|
435
|
+
[2, 1], 1
|
|
436
|
+
];
|
|
437
|
+
exports.ConnectionSettings$ = [3, n0, _CS,
|
|
438
|
+
0,
|
|
439
|
+
[_IT],
|
|
440
|
+
[1], 1
|
|
441
|
+
];
|
|
442
|
+
exports.CreateAccessPointInput$ = [3, n0, _CAPI,
|
|
443
|
+
0,
|
|
444
|
+
[_LBN, _L, _AZ, _S, _SG, _Sc, _T],
|
|
445
|
+
[0, () => Listeners, 64 | 0, 64 | 0, 64 | 0, 0, () => TagList], 2
|
|
446
|
+
];
|
|
447
|
+
exports.CreateAccessPointOutput$ = [3, n0, _CAPO,
|
|
448
|
+
0,
|
|
449
|
+
[_DNSN],
|
|
450
|
+
[0]
|
|
451
|
+
];
|
|
452
|
+
exports.CreateAppCookieStickinessPolicyInput$ = [3, n0, _CACSPI,
|
|
453
|
+
0,
|
|
454
|
+
[_LBN, _PN, _CN],
|
|
455
|
+
[0, 0, 0], 3
|
|
456
|
+
];
|
|
457
|
+
exports.CreateAppCookieStickinessPolicyOutput$ = [3, n0, _CACSPO,
|
|
458
|
+
0,
|
|
459
|
+
[],
|
|
460
|
+
[]
|
|
461
|
+
];
|
|
462
|
+
exports.CreateLBCookieStickinessPolicyInput$ = [3, n0, _CLBCSPI,
|
|
463
|
+
0,
|
|
464
|
+
[_LBN, _PN, _CEP],
|
|
465
|
+
[0, 0, 1], 2
|
|
466
|
+
];
|
|
467
|
+
exports.CreateLBCookieStickinessPolicyOutput$ = [3, n0, _CLBCSPO,
|
|
468
|
+
0,
|
|
469
|
+
[],
|
|
470
|
+
[]
|
|
471
|
+
];
|
|
472
|
+
exports.CreateLoadBalancerListenerInput$ = [3, n0, _CLBLI,
|
|
473
|
+
0,
|
|
474
|
+
[_LBN, _L],
|
|
475
|
+
[0, () => Listeners], 2
|
|
476
|
+
];
|
|
477
|
+
exports.CreateLoadBalancerListenerOutput$ = [3, n0, _CLBLO,
|
|
478
|
+
0,
|
|
479
|
+
[],
|
|
480
|
+
[]
|
|
481
|
+
];
|
|
482
|
+
exports.CreateLoadBalancerPolicyInput$ = [3, n0, _CLBPI,
|
|
483
|
+
0,
|
|
484
|
+
[_LBN, _PN, _PTN, _PA],
|
|
485
|
+
[0, 0, 0, () => PolicyAttributes], 3
|
|
486
|
+
];
|
|
487
|
+
exports.CreateLoadBalancerPolicyOutput$ = [3, n0, _CLBPO,
|
|
488
|
+
0,
|
|
489
|
+
[],
|
|
490
|
+
[]
|
|
491
|
+
];
|
|
492
|
+
exports.CrossZoneLoadBalancing$ = [3, n0, _CZLB,
|
|
493
|
+
0,
|
|
494
|
+
[_E],
|
|
495
|
+
[2], 1
|
|
496
|
+
];
|
|
497
|
+
exports.DeleteAccessPointInput$ = [3, n0, _DAPI,
|
|
498
|
+
0,
|
|
499
|
+
[_LBN],
|
|
500
|
+
[0], 1
|
|
501
|
+
];
|
|
502
|
+
exports.DeleteAccessPointOutput$ = [3, n0, _DAPO,
|
|
503
|
+
0,
|
|
504
|
+
[],
|
|
505
|
+
[]
|
|
506
|
+
];
|
|
507
|
+
exports.DeleteLoadBalancerListenerInput$ = [3, n0, _DLBLI,
|
|
508
|
+
0,
|
|
509
|
+
[_LBN, _LBP],
|
|
510
|
+
[0, 64 | 1], 2
|
|
511
|
+
];
|
|
512
|
+
exports.DeleteLoadBalancerListenerOutput$ = [3, n0, _DLBLO,
|
|
513
|
+
0,
|
|
514
|
+
[],
|
|
515
|
+
[]
|
|
516
|
+
];
|
|
517
|
+
exports.DeleteLoadBalancerPolicyInput$ = [3, n0, _DLBPI,
|
|
518
|
+
0,
|
|
519
|
+
[_LBN, _PN],
|
|
520
|
+
[0, 0], 2
|
|
521
|
+
];
|
|
522
|
+
exports.DeleteLoadBalancerPolicyOutput$ = [3, n0, _DLBPO,
|
|
523
|
+
0,
|
|
524
|
+
[],
|
|
525
|
+
[]
|
|
526
|
+
];
|
|
527
|
+
exports.DeregisterEndPointsInput$ = [3, n0, _DEPI,
|
|
528
|
+
0,
|
|
529
|
+
[_LBN, _I],
|
|
530
|
+
[0, () => Instances], 2
|
|
531
|
+
];
|
|
532
|
+
exports.DeregisterEndPointsOutput$ = [3, n0, _DEPO,
|
|
533
|
+
0,
|
|
534
|
+
[_I],
|
|
535
|
+
[() => Instances]
|
|
536
|
+
];
|
|
537
|
+
exports.DescribeAccessPointsInput$ = [3, n0, _DAPIe,
|
|
538
|
+
0,
|
|
539
|
+
[_LBNo, _Ma, _PS],
|
|
540
|
+
[64 | 0, 0, 1]
|
|
541
|
+
];
|
|
542
|
+
exports.DescribeAccessPointsOutput$ = [3, n0, _DAPOe,
|
|
543
|
+
0,
|
|
544
|
+
[_LBD, _NM],
|
|
545
|
+
[() => LoadBalancerDescriptions, 0]
|
|
546
|
+
];
|
|
547
|
+
exports.DescribeAccountLimitsInput$ = [3, n0, _DALI,
|
|
548
|
+
0,
|
|
549
|
+
[_Ma, _PS],
|
|
550
|
+
[0, 1]
|
|
551
|
+
];
|
|
552
|
+
exports.DescribeAccountLimitsOutput$ = [3, n0, _DALO,
|
|
553
|
+
0,
|
|
554
|
+
[_Li, _NM],
|
|
555
|
+
[() => Limits, 0]
|
|
556
|
+
];
|
|
557
|
+
exports.DescribeEndPointStateInput$ = [3, n0, _DEPSI,
|
|
558
|
+
0,
|
|
559
|
+
[_LBN, _I],
|
|
560
|
+
[0, () => Instances], 1
|
|
561
|
+
];
|
|
562
|
+
exports.DescribeEndPointStateOutput$ = [3, n0, _DEPSO,
|
|
563
|
+
0,
|
|
564
|
+
[_IS],
|
|
565
|
+
[() => InstanceStates]
|
|
566
|
+
];
|
|
567
|
+
exports.DescribeLoadBalancerAttributesInput$ = [3, n0, _DLBAI,
|
|
568
|
+
0,
|
|
569
|
+
[_LBN],
|
|
570
|
+
[0], 1
|
|
571
|
+
];
|
|
572
|
+
exports.DescribeLoadBalancerAttributesOutput$ = [3, n0, _DLBAO,
|
|
573
|
+
0,
|
|
574
|
+
[_LBA],
|
|
575
|
+
[() => exports.LoadBalancerAttributes$]
|
|
576
|
+
];
|
|
577
|
+
exports.DescribeLoadBalancerPoliciesInput$ = [3, n0, _DLBPIe,
|
|
578
|
+
0,
|
|
579
|
+
[_LBN, _PNo],
|
|
580
|
+
[0, 64 | 0]
|
|
581
|
+
];
|
|
582
|
+
exports.DescribeLoadBalancerPoliciesOutput$ = [3, n0, _DLBPOe,
|
|
583
|
+
0,
|
|
584
|
+
[_PD],
|
|
585
|
+
[() => PolicyDescriptions]
|
|
586
|
+
];
|
|
587
|
+
exports.DescribeLoadBalancerPolicyTypesInput$ = [3, n0, _DLBPTI,
|
|
588
|
+
0,
|
|
589
|
+
[_PTNo],
|
|
590
|
+
[64 | 0]
|
|
591
|
+
];
|
|
592
|
+
exports.DescribeLoadBalancerPolicyTypesOutput$ = [3, n0, _DLBPTO,
|
|
593
|
+
0,
|
|
594
|
+
[_PTD],
|
|
595
|
+
[() => PolicyTypeDescriptions]
|
|
596
|
+
];
|
|
597
|
+
exports.DescribeTagsInput$ = [3, n0, _DTI,
|
|
598
|
+
0,
|
|
599
|
+
[_LBNo],
|
|
600
|
+
[64 | 0], 1
|
|
601
|
+
];
|
|
602
|
+
exports.DescribeTagsOutput$ = [3, n0, _DTO,
|
|
603
|
+
0,
|
|
604
|
+
[_TD],
|
|
605
|
+
[() => TagDescriptions]
|
|
606
|
+
];
|
|
607
|
+
exports.DetachLoadBalancerFromSubnetsInput$ = [3, n0, _DLBFSI,
|
|
608
|
+
0,
|
|
609
|
+
[_LBN, _S],
|
|
610
|
+
[0, 64 | 0], 2
|
|
611
|
+
];
|
|
612
|
+
exports.DetachLoadBalancerFromSubnetsOutput$ = [3, n0, _DLBFSO,
|
|
613
|
+
0,
|
|
614
|
+
[_S],
|
|
615
|
+
[64 | 0]
|
|
616
|
+
];
|
|
617
|
+
exports.HealthCheck$ = [3, n0, _HC,
|
|
618
|
+
0,
|
|
619
|
+
[_Ta, _In, _Ti, _UT, _HT],
|
|
620
|
+
[0, 1, 1, 1, 1], 5
|
|
621
|
+
];
|
|
622
|
+
exports.Instance$ = [3, n0, _Ins,
|
|
623
|
+
0,
|
|
624
|
+
[_II],
|
|
625
|
+
[0]
|
|
626
|
+
];
|
|
627
|
+
exports.InstanceState$ = [3, n0, _ISn,
|
|
628
|
+
0,
|
|
629
|
+
[_II, _St, _RC, _D],
|
|
630
|
+
[0, 0, 0, 0]
|
|
631
|
+
];
|
|
632
|
+
exports.LBCookieStickinessPolicy$ = [3, n0, _LBCSP,
|
|
633
|
+
0,
|
|
634
|
+
[_PN, _CEP],
|
|
635
|
+
[0, 1]
|
|
636
|
+
];
|
|
637
|
+
exports.Limit$ = [3, n0, _Lim,
|
|
638
|
+
0,
|
|
639
|
+
[_N, _Max],
|
|
640
|
+
[0, 0]
|
|
641
|
+
];
|
|
642
|
+
exports.Listener$ = [3, n0, _Lis,
|
|
643
|
+
0,
|
|
644
|
+
[_P, _LBPo, _IP, _IPn, _SSLCI],
|
|
645
|
+
[0, 1, 1, 0, 0], 3
|
|
646
|
+
];
|
|
647
|
+
exports.ListenerDescription$ = [3, n0, _LD,
|
|
648
|
+
0,
|
|
649
|
+
[_Lis, _PNo],
|
|
650
|
+
[() => exports.Listener$, 64 | 0]
|
|
651
|
+
];
|
|
652
|
+
exports.LoadBalancerAttributes$ = [3, n0, _LBA,
|
|
653
|
+
0,
|
|
654
|
+
[_CZLB, _AL, _CD, _CS, _AAd],
|
|
655
|
+
[() => exports.CrossZoneLoadBalancing$, () => exports.AccessLog$, () => exports.ConnectionDraining$, () => exports.ConnectionSettings$, () => AdditionalAttributes]
|
|
656
|
+
];
|
|
657
|
+
exports.LoadBalancerDescription$ = [3, n0, _LBDo,
|
|
658
|
+
0,
|
|
659
|
+
[_LBN, _DNSN, _CHZN, _CHZNID, _LDi, _Po, _BSDa, _AZ, _S, _VPCI, _I, _HC, _SSG, _SG, _CT, _Sc],
|
|
660
|
+
[0, 0, 0, 0, () => ListenerDescriptions, () => exports.Policies$, () => BackendServerDescriptions, 64 | 0, 64 | 0, 0, () => Instances, () => exports.HealthCheck$, () => exports.SourceSecurityGroup$, 64 | 0, 4, 0]
|
|
661
|
+
];
|
|
662
|
+
exports.ModifyLoadBalancerAttributesInput$ = [3, n0, _MLBAI,
|
|
663
|
+
0,
|
|
664
|
+
[_LBN, _LBA],
|
|
665
|
+
[0, () => exports.LoadBalancerAttributes$], 2
|
|
666
|
+
];
|
|
667
|
+
exports.ModifyLoadBalancerAttributesOutput$ = [3, n0, _MLBAO,
|
|
668
|
+
0,
|
|
669
|
+
[_LBN, _LBA],
|
|
670
|
+
[0, () => exports.LoadBalancerAttributes$]
|
|
671
|
+
];
|
|
672
|
+
exports.Policies$ = [3, n0, _Po,
|
|
673
|
+
0,
|
|
674
|
+
[_ACSPp, _LBCSPo, _OP],
|
|
675
|
+
[() => AppCookieStickinessPolicies, () => LBCookieStickinessPolicies, 64 | 0]
|
|
676
|
+
];
|
|
677
|
+
exports.PolicyAttribute$ = [3, n0, _PAo,
|
|
678
|
+
0,
|
|
679
|
+
[_AN, _AV],
|
|
680
|
+
[0, 0]
|
|
681
|
+
];
|
|
682
|
+
exports.PolicyAttributeDescription$ = [3, n0, _PAD,
|
|
683
|
+
0,
|
|
684
|
+
[_AN, _AV],
|
|
685
|
+
[0, 0]
|
|
686
|
+
];
|
|
687
|
+
exports.PolicyAttributeTypeDescription$ = [3, n0, _PATD,
|
|
688
|
+
0,
|
|
689
|
+
[_AN, _AT, _D, _DV, _C],
|
|
690
|
+
[0, 0, 0, 0, 0]
|
|
691
|
+
];
|
|
692
|
+
exports.PolicyDescription$ = [3, n0, _PDo,
|
|
693
|
+
0,
|
|
694
|
+
[_PN, _PTN, _PADo],
|
|
695
|
+
[0, 0, () => PolicyAttributeDescriptions]
|
|
696
|
+
];
|
|
697
|
+
exports.PolicyTypeDescription$ = [3, n0, _PTDo,
|
|
698
|
+
0,
|
|
699
|
+
[_PTN, _D, _PATDo],
|
|
700
|
+
[0, 0, () => PolicyAttributeTypeDescriptions]
|
|
701
|
+
];
|
|
702
|
+
exports.RegisterEndPointsInput$ = [3, n0, _REPI,
|
|
703
|
+
0,
|
|
704
|
+
[_LBN, _I],
|
|
705
|
+
[0, () => Instances], 2
|
|
706
|
+
];
|
|
707
|
+
exports.RegisterEndPointsOutput$ = [3, n0, _REPO,
|
|
708
|
+
0,
|
|
709
|
+
[_I],
|
|
710
|
+
[() => Instances]
|
|
711
|
+
];
|
|
712
|
+
exports.RemoveAvailabilityZonesInput$ = [3, n0, _RAZI,
|
|
713
|
+
0,
|
|
714
|
+
[_LBN, _AZ],
|
|
715
|
+
[0, 64 | 0], 2
|
|
716
|
+
];
|
|
717
|
+
exports.RemoveAvailabilityZonesOutput$ = [3, n0, _RAZO,
|
|
718
|
+
0,
|
|
719
|
+
[_AZ],
|
|
720
|
+
[64 | 0]
|
|
721
|
+
];
|
|
722
|
+
exports.RemoveTagsInput$ = [3, n0, _RTI,
|
|
723
|
+
0,
|
|
724
|
+
[_LBNo, _T],
|
|
725
|
+
[64 | 0, () => TagKeyList], 2
|
|
726
|
+
];
|
|
727
|
+
exports.RemoveTagsOutput$ = [3, n0, _RTO,
|
|
728
|
+
0,
|
|
729
|
+
[],
|
|
730
|
+
[]
|
|
731
|
+
];
|
|
732
|
+
exports.SetLoadBalancerListenerSSLCertificateInput$ = [3, n0, _SLBLSSLCI,
|
|
733
|
+
0,
|
|
734
|
+
[_LBN, _LBPo, _SSLCI],
|
|
735
|
+
[0, 1, 0], 3
|
|
736
|
+
];
|
|
737
|
+
exports.SetLoadBalancerListenerSSLCertificateOutput$ = [3, n0, _SLBLSSLCO,
|
|
738
|
+
0,
|
|
739
|
+
[],
|
|
740
|
+
[]
|
|
741
|
+
];
|
|
742
|
+
exports.SetLoadBalancerPoliciesForBackendServerInput$ = [3, n0, _SLBPFBSI,
|
|
743
|
+
0,
|
|
744
|
+
[_LBN, _IP, _PNo],
|
|
745
|
+
[0, 1, 64 | 0], 3
|
|
746
|
+
];
|
|
747
|
+
exports.SetLoadBalancerPoliciesForBackendServerOutput$ = [3, n0, _SLBPFBSO,
|
|
748
|
+
0,
|
|
749
|
+
[],
|
|
750
|
+
[]
|
|
751
|
+
];
|
|
752
|
+
exports.SetLoadBalancerPoliciesOfListenerInput$ = [3, n0, _SLBPOLI,
|
|
753
|
+
0,
|
|
754
|
+
[_LBN, _LBPo, _PNo],
|
|
755
|
+
[0, 1, 64 | 0], 3
|
|
756
|
+
];
|
|
757
|
+
exports.SetLoadBalancerPoliciesOfListenerOutput$ = [3, n0, _SLBPOLO,
|
|
758
|
+
0,
|
|
759
|
+
[],
|
|
760
|
+
[]
|
|
761
|
+
];
|
|
762
|
+
exports.SourceSecurityGroup$ = [3, n0, _SSG,
|
|
763
|
+
0,
|
|
764
|
+
[_OA, _GN],
|
|
765
|
+
[0, 0]
|
|
766
|
+
];
|
|
767
|
+
exports.Tag$ = [3, n0, _Tag,
|
|
768
|
+
0,
|
|
769
|
+
[_K, _V],
|
|
770
|
+
[0, 0], 1
|
|
771
|
+
];
|
|
772
|
+
exports.TagDescription$ = [3, n0, _TDa,
|
|
773
|
+
0,
|
|
774
|
+
[_LBN, _T],
|
|
775
|
+
[0, () => TagList]
|
|
776
|
+
];
|
|
777
|
+
exports.TagKeyOnly$ = [3, n0, _TKO,
|
|
778
|
+
0,
|
|
779
|
+
[_K],
|
|
780
|
+
[0]
|
|
781
|
+
];
|
|
782
|
+
var AdditionalAttributes = [1, n0, _AAd,
|
|
783
|
+
0, () => exports.AdditionalAttribute$
|
|
784
|
+
];
|
|
785
|
+
var AppCookieStickinessPolicies = [1, n0, _ACSPp,
|
|
786
|
+
0, () => exports.AppCookieStickinessPolicy$
|
|
787
|
+
];
|
|
788
|
+
var AvailabilityZones = 64 | 0;
|
|
789
|
+
var BackendServerDescriptions = [1, n0, _BSDa,
|
|
790
|
+
0, () => exports.BackendServerDescription$
|
|
791
|
+
];
|
|
792
|
+
var Instances = [1, n0, _I,
|
|
793
|
+
0, () => exports.Instance$
|
|
794
|
+
];
|
|
795
|
+
var InstanceStates = [1, n0, _IS,
|
|
796
|
+
0, () => exports.InstanceState$
|
|
797
|
+
];
|
|
798
|
+
var LBCookieStickinessPolicies = [1, n0, _LBCSPo,
|
|
799
|
+
0, () => exports.LBCookieStickinessPolicy$
|
|
800
|
+
];
|
|
801
|
+
var Limits = [1, n0, _Li,
|
|
802
|
+
0, () => exports.Limit$
|
|
803
|
+
];
|
|
804
|
+
var ListenerDescriptions = [1, n0, _LDi,
|
|
805
|
+
0, () => exports.ListenerDescription$
|
|
806
|
+
];
|
|
807
|
+
var Listeners = [1, n0, _L,
|
|
808
|
+
0, () => exports.Listener$
|
|
809
|
+
];
|
|
810
|
+
var LoadBalancerDescriptions = [1, n0, _LBD,
|
|
811
|
+
0, () => exports.LoadBalancerDescription$
|
|
812
|
+
];
|
|
813
|
+
var LoadBalancerNames = 64 | 0;
|
|
814
|
+
var LoadBalancerNamesMax20 = 64 | 0;
|
|
815
|
+
var PolicyAttributeDescriptions = [1, n0, _PADo,
|
|
816
|
+
0, () => exports.PolicyAttributeDescription$
|
|
817
|
+
];
|
|
818
|
+
var PolicyAttributes = [1, n0, _PA,
|
|
819
|
+
0, () => exports.PolicyAttribute$
|
|
820
|
+
];
|
|
821
|
+
var PolicyAttributeTypeDescriptions = [1, n0, _PATDo,
|
|
822
|
+
0, () => exports.PolicyAttributeTypeDescription$
|
|
823
|
+
];
|
|
824
|
+
var PolicyDescriptions = [1, n0, _PD,
|
|
825
|
+
0, () => exports.PolicyDescription$
|
|
826
|
+
];
|
|
827
|
+
var PolicyNames = 64 | 0;
|
|
828
|
+
var PolicyTypeDescriptions = [1, n0, _PTD,
|
|
829
|
+
0, () => exports.PolicyTypeDescription$
|
|
830
|
+
];
|
|
831
|
+
var PolicyTypeNames = 64 | 0;
|
|
832
|
+
var Ports = 64 | 1;
|
|
833
|
+
var SecurityGroups = 64 | 0;
|
|
834
|
+
var Subnets = 64 | 0;
|
|
835
|
+
var TagDescriptions = [1, n0, _TD,
|
|
836
|
+
0, () => exports.TagDescription$
|
|
837
|
+
];
|
|
838
|
+
var TagKeyList = [1, n0, _TKL,
|
|
839
|
+
0, () => exports.TagKeyOnly$
|
|
840
|
+
];
|
|
841
|
+
var TagList = [1, n0, _TL,
|
|
842
|
+
0, () => exports.Tag$
|
|
843
|
+
];
|
|
844
|
+
exports.AddTags$ = [9, n0, _ATd,
|
|
845
|
+
0, () => exports.AddTagsInput$, () => exports.AddTagsOutput$
|
|
846
|
+
];
|
|
847
|
+
exports.ApplySecurityGroupsToLoadBalancer$ = [9, n0, _ASGTLB,
|
|
848
|
+
0, () => exports.ApplySecurityGroupsToLoadBalancerInput$, () => exports.ApplySecurityGroupsToLoadBalancerOutput$
|
|
849
|
+
];
|
|
850
|
+
exports.AttachLoadBalancerToSubnets$ = [9, n0, _ALBTS,
|
|
851
|
+
0, () => exports.AttachLoadBalancerToSubnetsInput$, () => exports.AttachLoadBalancerToSubnetsOutput$
|
|
852
|
+
];
|
|
853
|
+
exports.ConfigureHealthCheck$ = [9, n0, _CHC,
|
|
854
|
+
0, () => exports.ConfigureHealthCheckInput$, () => exports.ConfigureHealthCheckOutput$
|
|
855
|
+
];
|
|
856
|
+
exports.CreateAppCookieStickinessPolicy$ = [9, n0, _CACSP,
|
|
857
|
+
0, () => exports.CreateAppCookieStickinessPolicyInput$, () => exports.CreateAppCookieStickinessPolicyOutput$
|
|
858
|
+
];
|
|
859
|
+
exports.CreateLBCookieStickinessPolicy$ = [9, n0, _CLBCSP,
|
|
860
|
+
0, () => exports.CreateLBCookieStickinessPolicyInput$, () => exports.CreateLBCookieStickinessPolicyOutput$
|
|
861
|
+
];
|
|
862
|
+
exports.CreateLoadBalancer$ = [9, n0, _CLB,
|
|
863
|
+
0, () => exports.CreateAccessPointInput$, () => exports.CreateAccessPointOutput$
|
|
864
|
+
];
|
|
865
|
+
exports.CreateLoadBalancerListeners$ = [9, n0, _CLBL,
|
|
866
|
+
0, () => exports.CreateLoadBalancerListenerInput$, () => exports.CreateLoadBalancerListenerOutput$
|
|
867
|
+
];
|
|
868
|
+
exports.CreateLoadBalancerPolicy$ = [9, n0, _CLBP,
|
|
869
|
+
0, () => exports.CreateLoadBalancerPolicyInput$, () => exports.CreateLoadBalancerPolicyOutput$
|
|
870
|
+
];
|
|
871
|
+
exports.DeleteLoadBalancer$ = [9, n0, _DLB,
|
|
872
|
+
0, () => exports.DeleteAccessPointInput$, () => exports.DeleteAccessPointOutput$
|
|
873
|
+
];
|
|
874
|
+
exports.DeleteLoadBalancerListeners$ = [9, n0, _DLBL,
|
|
875
|
+
0, () => exports.DeleteLoadBalancerListenerInput$, () => exports.DeleteLoadBalancerListenerOutput$
|
|
876
|
+
];
|
|
877
|
+
exports.DeleteLoadBalancerPolicy$ = [9, n0, _DLBP,
|
|
878
|
+
0, () => exports.DeleteLoadBalancerPolicyInput$, () => exports.DeleteLoadBalancerPolicyOutput$
|
|
879
|
+
];
|
|
880
|
+
exports.DeregisterInstancesFromLoadBalancer$ = [9, n0, _DIFLB,
|
|
881
|
+
0, () => exports.DeregisterEndPointsInput$, () => exports.DeregisterEndPointsOutput$
|
|
882
|
+
];
|
|
883
|
+
exports.DescribeAccountLimits$ = [9, n0, _DAL,
|
|
884
|
+
0, () => exports.DescribeAccountLimitsInput$, () => exports.DescribeAccountLimitsOutput$
|
|
885
|
+
];
|
|
886
|
+
exports.DescribeInstanceHealth$ = [9, n0, _DIH,
|
|
887
|
+
0, () => exports.DescribeEndPointStateInput$, () => exports.DescribeEndPointStateOutput$
|
|
888
|
+
];
|
|
889
|
+
exports.DescribeLoadBalancerAttributes$ = [9, n0, _DLBA,
|
|
890
|
+
0, () => exports.DescribeLoadBalancerAttributesInput$, () => exports.DescribeLoadBalancerAttributesOutput$
|
|
891
|
+
];
|
|
892
|
+
exports.DescribeLoadBalancerPolicies$ = [9, n0, _DLBPe,
|
|
893
|
+
0, () => exports.DescribeLoadBalancerPoliciesInput$, () => exports.DescribeLoadBalancerPoliciesOutput$
|
|
894
|
+
];
|
|
895
|
+
exports.DescribeLoadBalancerPolicyTypes$ = [9, n0, _DLBPT,
|
|
896
|
+
0, () => exports.DescribeLoadBalancerPolicyTypesInput$, () => exports.DescribeLoadBalancerPolicyTypesOutput$
|
|
897
|
+
];
|
|
898
|
+
exports.DescribeLoadBalancers$ = [9, n0, _DLBe,
|
|
899
|
+
0, () => exports.DescribeAccessPointsInput$, () => exports.DescribeAccessPointsOutput$
|
|
900
|
+
];
|
|
901
|
+
exports.DescribeTags$ = [9, n0, _DT,
|
|
902
|
+
0, () => exports.DescribeTagsInput$, () => exports.DescribeTagsOutput$
|
|
903
|
+
];
|
|
904
|
+
exports.DetachLoadBalancerFromSubnets$ = [9, n0, _DLBFS,
|
|
905
|
+
0, () => exports.DetachLoadBalancerFromSubnetsInput$, () => exports.DetachLoadBalancerFromSubnetsOutput$
|
|
906
|
+
];
|
|
907
|
+
exports.DisableAvailabilityZonesForLoadBalancer$ = [9, n0, _DAZFLB,
|
|
908
|
+
0, () => exports.RemoveAvailabilityZonesInput$, () => exports.RemoveAvailabilityZonesOutput$
|
|
909
|
+
];
|
|
910
|
+
exports.EnableAvailabilityZonesForLoadBalancer$ = [9, n0, _EAZFLB,
|
|
911
|
+
0, () => exports.AddAvailabilityZonesInput$, () => exports.AddAvailabilityZonesOutput$
|
|
912
|
+
];
|
|
913
|
+
exports.ModifyLoadBalancerAttributes$ = [9, n0, _MLBA,
|
|
914
|
+
0, () => exports.ModifyLoadBalancerAttributesInput$, () => exports.ModifyLoadBalancerAttributesOutput$
|
|
915
|
+
];
|
|
916
|
+
exports.RegisterInstancesWithLoadBalancer$ = [9, n0, _RIWLB,
|
|
917
|
+
0, () => exports.RegisterEndPointsInput$, () => exports.RegisterEndPointsOutput$
|
|
918
|
+
];
|
|
919
|
+
exports.RemoveTags$ = [9, n0, _RT,
|
|
920
|
+
0, () => exports.RemoveTagsInput$, () => exports.RemoveTagsOutput$
|
|
921
|
+
];
|
|
922
|
+
exports.SetLoadBalancerListenerSSLCertificate$ = [9, n0, _SLBLSSLC,
|
|
923
|
+
0, () => exports.SetLoadBalancerListenerSSLCertificateInput$, () => exports.SetLoadBalancerListenerSSLCertificateOutput$
|
|
924
|
+
];
|
|
925
|
+
exports.SetLoadBalancerPoliciesForBackendServer$ = [9, n0, _SLBPFBS,
|
|
926
|
+
0, () => exports.SetLoadBalancerPoliciesForBackendServerInput$, () => exports.SetLoadBalancerPoliciesForBackendServerOutput$
|
|
927
|
+
];
|
|
928
|
+
exports.SetLoadBalancerPoliciesOfListener$ = [9, n0, _SLBPOL,
|
|
929
|
+
0, () => exports.SetLoadBalancerPoliciesOfListenerInput$, () => exports.SetLoadBalancerPoliciesOfListenerOutput$
|
|
930
|
+
];
|