@aws-sdk/client-elastic-load-balancing-v2 3.928.0 → 3.930.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 +2269 -6639
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ElasticLoadBalancingV2Client.js +2 -0
- package/dist-es/commands/AddListenerCertificatesCommand.js +3 -9
- package/dist-es/commands/AddTagsCommand.js +3 -9
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +3 -9
- package/dist-es/commands/CreateListenerCommand.js +3 -9
- package/dist-es/commands/CreateLoadBalancerCommand.js +3 -9
- package/dist-es/commands/CreateRuleCommand.js +3 -9
- package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
- package/dist-es/commands/CreateTrustStoreCommand.js +3 -9
- package/dist-es/commands/DeleteListenerCommand.js +3 -9
- package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -9
- package/dist-es/commands/DeleteRuleCommand.js +3 -9
- package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
- package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
- package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeCapacityReservationCommand.js +3 -9
- package/dist-es/commands/DescribeListenerAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -9
- package/dist-es/commands/DescribeListenersCommand.js +3 -9
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
- package/dist-es/commands/DescribeRulesCommand.js +3 -9
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeTagsCommand.js +3 -9
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeTargetHealthCommand.js +3 -9
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +3 -9
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +3 -9
- package/dist-es/commands/DescribeTrustStoresCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +3 -9
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +3 -9
- package/dist-es/commands/ModifyCapacityReservationCommand.js +3 -9
- package/dist-es/commands/ModifyIpPoolsCommand.js +3 -9
- package/dist-es/commands/ModifyListenerAttributesCommand.js +3 -9
- package/dist-es/commands/ModifyListenerCommand.js +3 -9
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -9
- package/dist-es/commands/ModifyRuleCommand.js +3 -9
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -9
- package/dist-es/commands/ModifyTargetGroupCommand.js +3 -9
- package/dist-es/commands/ModifyTrustStoreCommand.js +3 -9
- package/dist-es/commands/RegisterTargetsCommand.js +3 -9
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -9
- package/dist-es/commands/RemoveTagsCommand.js +3 -9
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +3 -9
- package/dist-es/commands/SetIpAddressTypeCommand.js +3 -9
- package/dist-es/commands/SetRulePrioritiesCommand.js +3 -9
- package/dist-es/commands/SetSecurityGroupsCommand.js +3 -9
- package/dist-es/commands/SetSubnetsCommand.js +3 -9
- package/dist-es/models/models_0.js +6 -0
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2215 -0
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +10 -1
- package/dist-types/commands/CreateListenerCommand.d.ts +28 -2
- package/dist-types/commands/CreateRuleCommand.d.ts +28 -2
- package/dist-types/commands/DescribeListenersCommand.d.ts +14 -1
- package/dist-types/commands/DescribeRulesCommand.d.ts +15 -2
- package/dist-types/commands/ModifyListenerCommand.d.ts +28 -2
- package/dist-types/commands/ModifyRuleCommand.d.ts +28 -2
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +14 -1
- package/dist-types/models/models_0.d.ts +95 -25
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +323 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_query.js +0 -6319
- package/dist-types/protocols/Aws_query.d.ts +0 -461
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -617
|
@@ -0,0 +1,2215 @@
|
|
|
1
|
+
const _A = "Action";
|
|
2
|
+
const _AC = "AdditionalClaims";
|
|
3
|
+
const _ACAC = "AuthenticateCognitoActionConfig";
|
|
4
|
+
const _ACC = "AuthenticateCognitoConfig";
|
|
5
|
+
const _AD = "AnomalyDetection";
|
|
6
|
+
const _AE = "AuthorizationEndpoint";
|
|
7
|
+
const _AI = "AllocationId";
|
|
8
|
+
const _AINFE = "AllocationIdNotFoundException";
|
|
9
|
+
const _ALC = "AddListenerCertificates";
|
|
10
|
+
const _ALCI = "AddListenerCertificatesInput";
|
|
11
|
+
const _ALCO = "AddListenerCertificatesOutput";
|
|
12
|
+
const _ALPNPNSE = "ALPNPolicyNotSupportedException";
|
|
13
|
+
const _AO = "AdministrativeOverride";
|
|
14
|
+
const _AOAC = "AuthenticateOidcActionConfig";
|
|
15
|
+
const _AOC = "AuthenticateOidcConfig";
|
|
16
|
+
const _AP = "AlpnPolicy";
|
|
17
|
+
const _AREP = "AuthenticationRequestExtraParams";
|
|
18
|
+
const _AT = "AddTags";
|
|
19
|
+
const _ATI = "AddTagsInput";
|
|
20
|
+
const _ATO = "AddTagsOutput";
|
|
21
|
+
const _ATSCN = "AdvertiseTrustStoreCaNames";
|
|
22
|
+
const _ATSR = "AddTrustStoreRevocations";
|
|
23
|
+
const _ATSRI = "AddTrustStoreRevocationsInput";
|
|
24
|
+
const _ATSRO = "AddTrustStoreRevocationsOutput";
|
|
25
|
+
const _AZ = "AvailabilityZone";
|
|
26
|
+
const _AZNSE = "AvailabilityZoneNotSupportedException";
|
|
27
|
+
const _AZv = "AvailabilityZones";
|
|
28
|
+
const _Ac = "Actions";
|
|
29
|
+
const _At = "Attributes";
|
|
30
|
+
const _C = "Certificates";
|
|
31
|
+
const _CA = "CertificateArn";
|
|
32
|
+
const _CCBNFE = "CaCertificatesBundleNotFoundException";
|
|
33
|
+
const _CCBSB = "CaCertificatesBundleS3Bucket";
|
|
34
|
+
const _CCBSK = "CaCertificatesBundleS3Key";
|
|
35
|
+
const _CCBSOV = "CaCertificatesBundleS3ObjectVersion";
|
|
36
|
+
const _CDRLEE = "CapacityDecreaseRequestsLimitExceededException";
|
|
37
|
+
const _CHZI = "CanonicalHostedZoneId";
|
|
38
|
+
const _CI = "ClientId";
|
|
39
|
+
const _CL = "CertificateList";
|
|
40
|
+
const _CLB = "CreateLoadBalancer";
|
|
41
|
+
const _CLBI = "CreateLoadBalancerInput";
|
|
42
|
+
const _CLBO = "CreateLoadBalancerOutput";
|
|
43
|
+
const _CLI = "CreateListenerInput";
|
|
44
|
+
const _CLO = "CreateListenerOutput";
|
|
45
|
+
const _CLr = "CreateListener";
|
|
46
|
+
const _CNFE = "CertificateNotFoundException";
|
|
47
|
+
const _COIP = "CustomerOwnedIpv4Pool";
|
|
48
|
+
const _CR = "CreateRule";
|
|
49
|
+
const _CRI = "CreateRuleInput";
|
|
50
|
+
const _CRO = "CreateRuleOutput";
|
|
51
|
+
const _CRPE = "CapacityReservationPendingException";
|
|
52
|
+
const _CRS = "CapacityReservationStatus";
|
|
53
|
+
const _CRSa = "CapacityReservationState";
|
|
54
|
+
const _CS = "ClientSecret";
|
|
55
|
+
const _CT = "ContentType";
|
|
56
|
+
const _CTG = "CreateTargetGroup";
|
|
57
|
+
const _CTGI = "CreateTargetGroupInput";
|
|
58
|
+
const _CTGO = "CreateTargetGroupOutput";
|
|
59
|
+
const _CTS = "CreateTrustStore";
|
|
60
|
+
const _CTSI = "CreateTrustStoreInput";
|
|
61
|
+
const _CTSO = "CreateTrustStoreOutput";
|
|
62
|
+
const _CTr = "CreatedTime";
|
|
63
|
+
const _CU = "CapacityUnits";
|
|
64
|
+
const _CULEE = "CapacityUnitsLimitExceededException";
|
|
65
|
+
const _Ce = "Certificate";
|
|
66
|
+
const _Ci = "Cipher";
|
|
67
|
+
const _Cip = "Ciphers";
|
|
68
|
+
const _Co = "Code";
|
|
69
|
+
const _Con = "Conditions";
|
|
70
|
+
const _D = "Description";
|
|
71
|
+
const _DA = "DefaultActions";
|
|
72
|
+
const _DAL = "DescribeAccountLimits";
|
|
73
|
+
const _DALI = "DescribeAccountLimitsInput";
|
|
74
|
+
const _DALO = "DescribeAccountLimitsOutput";
|
|
75
|
+
const _DASAE = "DeleteAssociationSameAccountException";
|
|
76
|
+
const _DCR = "DescribeCapacityReservation";
|
|
77
|
+
const _DCRI = "DescribeCapacityReservationInput";
|
|
78
|
+
const _DCRO = "DescribeCapacityReservationOutput";
|
|
79
|
+
const _DL = "DeleteListener";
|
|
80
|
+
const _DLA = "DescribeListenerAttributes";
|
|
81
|
+
const _DLAI = "DescribeListenerAttributesInput";
|
|
82
|
+
const _DLAO = "DescribeListenerAttributesOutput";
|
|
83
|
+
const _DLB = "DeleteLoadBalancer";
|
|
84
|
+
const _DLBA = "DescribeLoadBalancerAttributes";
|
|
85
|
+
const _DLBAI = "DescribeLoadBalancerAttributesInput";
|
|
86
|
+
const _DLBAO = "DescribeLoadBalancerAttributesOutput";
|
|
87
|
+
const _DLBI = "DeleteLoadBalancerInput";
|
|
88
|
+
const _DLBIe = "DescribeLoadBalancersInput";
|
|
89
|
+
const _DLBNE = "DuplicateLoadBalancerNameException";
|
|
90
|
+
const _DLBO = "DeleteLoadBalancerOutput";
|
|
91
|
+
const _DLBOe = "DescribeLoadBalancersOutput";
|
|
92
|
+
const _DLBe = "DescribeLoadBalancers";
|
|
93
|
+
const _DLC = "DescribeListenerCertificates";
|
|
94
|
+
const _DLCI = "DescribeListenerCertificatesInput";
|
|
95
|
+
const _DLCO = "DescribeListenerCertificatesOutput";
|
|
96
|
+
const _DLE = "DuplicateListenerException";
|
|
97
|
+
const _DLI = "DeleteListenerInput";
|
|
98
|
+
const _DLIe = "DescribeListenersInput";
|
|
99
|
+
const _DLO = "DeleteListenerOutput";
|
|
100
|
+
const _DLOe = "DescribeListenersOutput";
|
|
101
|
+
const _DLe = "DescribeListeners";
|
|
102
|
+
const _DNSN = "DNSName";
|
|
103
|
+
const _DR = "DeleteRule";
|
|
104
|
+
const _DRI = "DeleteRuleInput";
|
|
105
|
+
const _DRIe = "DescribeRulesInput";
|
|
106
|
+
const _DRO = "DeleteRuleOutput";
|
|
107
|
+
const _DROe = "DescribeRulesOutput";
|
|
108
|
+
const _DRR = "DecreaseRequestsRemaining";
|
|
109
|
+
const _DRe = "DescribeRules";
|
|
110
|
+
const _DS = "DurationSeconds";
|
|
111
|
+
const _DSSLP = "DescribeSSLPolicies";
|
|
112
|
+
const _DSSLPI = "DescribeSSLPoliciesInput";
|
|
113
|
+
const _DSSLPO = "DescribeSSLPoliciesOutput";
|
|
114
|
+
const _DSTSA = "DeleteSharedTrustStoreAssociation";
|
|
115
|
+
const _DSTSAI = "DeleteSharedTrustStoreAssociationInput";
|
|
116
|
+
const _DSTSAO = "DeleteSharedTrustStoreAssociationOutput";
|
|
117
|
+
const _DT = "DeregisterTargets";
|
|
118
|
+
const _DTG = "DeleteTargetGroup";
|
|
119
|
+
const _DTGA = "DescribeTargetGroupAttributes";
|
|
120
|
+
const _DTGAI = "DescribeTargetGroupAttributesInput";
|
|
121
|
+
const _DTGAO = "DescribeTargetGroupAttributesOutput";
|
|
122
|
+
const _DTGI = "DeleteTargetGroupInput";
|
|
123
|
+
const _DTGIe = "DescribeTargetGroupsInput";
|
|
124
|
+
const _DTGNE = "DuplicateTargetGroupNameException";
|
|
125
|
+
const _DTGO = "DeleteTargetGroupOutput";
|
|
126
|
+
const _DTGOe = "DescribeTargetGroupsOutput";
|
|
127
|
+
const _DTGe = "DescribeTargetGroups";
|
|
128
|
+
const _DTH = "DescribeTargetHealth";
|
|
129
|
+
const _DTHI = "DescribeTargetHealthInput";
|
|
130
|
+
const _DTHO = "DescribeTargetHealthOutput";
|
|
131
|
+
const _DTI = "DeregisterTargetsInput";
|
|
132
|
+
const _DTIe = "DescribeTagsInput";
|
|
133
|
+
const _DTKE = "DuplicateTagKeysException";
|
|
134
|
+
const _DTO = "DeregisterTargetsOutput";
|
|
135
|
+
const _DTOe = "DescribeTagsOutput";
|
|
136
|
+
const _DTS = "DeleteTrustStore";
|
|
137
|
+
const _DTSA = "DescribeTrustStoreAssociations";
|
|
138
|
+
const _DTSAI = "DescribeTrustStoreAssociationsInput";
|
|
139
|
+
const _DTSAO = "DescribeTrustStoreAssociationsOutput";
|
|
140
|
+
const _DTSI = "DeleteTrustStoreInput";
|
|
141
|
+
const _DTSIe = "DescribeTrustStoresInput";
|
|
142
|
+
const _DTSNE = "DuplicateTrustStoreNameException";
|
|
143
|
+
const _DTSO = "DeleteTrustStoreOutput";
|
|
144
|
+
const _DTSOe = "DescribeTrustStoresOutput";
|
|
145
|
+
const _DTSR = "DescribeTrustStoreRevocation";
|
|
146
|
+
const _DTSRI = "DescribeTrustStoreRevocationsInput";
|
|
147
|
+
const _DTSRO = "DescribeTrustStoreRevocationsOutput";
|
|
148
|
+
const _DTSRR = "DescribeTrustStoreRevocationResponse";
|
|
149
|
+
const _DTSRe = "DescribeTrustStoreRevocations";
|
|
150
|
+
const _DTSe = "DescribeTrustStores";
|
|
151
|
+
const _DTe = "DescribeTags";
|
|
152
|
+
const _E = "Enabled";
|
|
153
|
+
const _ECU = "EffectiveCapacityUnits";
|
|
154
|
+
const _EPFISN = "EnablePrefixForIpv6SourceNat";
|
|
155
|
+
const _ESGIROPLT = "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic";
|
|
156
|
+
const _F = "Format";
|
|
157
|
+
const _FAC = "ForwardActionConfig";
|
|
158
|
+
const _FC = "ForwardConfig";
|
|
159
|
+
const _FRAC = "FixedResponseActionConfig";
|
|
160
|
+
const _FRC = "FixedResponseConfig";
|
|
161
|
+
const _Fi = "Field";
|
|
162
|
+
const _GC = "GrpcCode";
|
|
163
|
+
const _GRP = "GetResourcePolicy";
|
|
164
|
+
const _GRPI = "GetResourcePolicyInput";
|
|
165
|
+
const _GRPO = "GetResourcePolicyOutput";
|
|
166
|
+
const _GTSCCB = "GetTrustStoreCaCertificatesBundle";
|
|
167
|
+
const _GTSCCBI = "GetTrustStoreCaCertificatesBundleInput";
|
|
168
|
+
const _GTSCCBO = "GetTrustStoreCaCertificatesBundleOutput";
|
|
169
|
+
const _GTSRC = "GetTrustStoreRevocationContent";
|
|
170
|
+
const _GTSRCI = "GetTrustStoreRevocationContentInput";
|
|
171
|
+
const _GTSRCO = "GetTrustStoreRevocationContentOutput";
|
|
172
|
+
const _H = "Host";
|
|
173
|
+
const _HC = "HttpCode";
|
|
174
|
+
const _HCE = "HealthCheckEnabled";
|
|
175
|
+
const _HCIS = "HealthCheckIntervalSeconds";
|
|
176
|
+
const _HCP = "HealthCheckProtocol";
|
|
177
|
+
const _HCPe = "HealthCheckPort";
|
|
178
|
+
const _HCPea = "HealthCheckPath";
|
|
179
|
+
const _HCTS = "HealthCheckTimeoutSeconds";
|
|
180
|
+
const _HHC = "HostHeaderConfig";
|
|
181
|
+
const _HHCC = "HostHeaderConditionConfig";
|
|
182
|
+
const _HHCCt = "HttpHeaderConditionConfig";
|
|
183
|
+
const _HHCt = "HttpHeaderConfig";
|
|
184
|
+
const _HHN = "HttpHeaderName";
|
|
185
|
+
const _HHRC = "HostHeaderRewriteConfig";
|
|
186
|
+
const _HRMC = "HttpRequestMethodConfig";
|
|
187
|
+
const _HRMCC = "HttpRequestMethodConditionConfig";
|
|
188
|
+
const _HTC = "HealthyThresholdCount";
|
|
189
|
+
const _HUE = "HealthUnavailableException";
|
|
190
|
+
const _I = "Issuer";
|
|
191
|
+
const _IA = "IpAddress";
|
|
192
|
+
const _IAT = "IpAddressType";
|
|
193
|
+
const _ICCBE = "InvalidCaCertificatesBundleException";
|
|
194
|
+
const _ICCE = "IgnoreClientCertificateExpiry";
|
|
195
|
+
const _ICE = "InsufficientCapacityException";
|
|
196
|
+
const _ICRE = "InvalidConfigurationRequestException";
|
|
197
|
+
const _ID = "IsDefault";
|
|
198
|
+
const _IIPI = "Ipv4IpamPoolId";
|
|
199
|
+
const _ILBAE = "InvalidLoadBalancerActionException";
|
|
200
|
+
const _IP = "IpamPools";
|
|
201
|
+
const _IPA = "IPv6Address";
|
|
202
|
+
const _IPE = "IncompatibleProtocolsException";
|
|
203
|
+
const _IRCE = "InvalidRevocationContentException";
|
|
204
|
+
const _ISE = "InvalidSchemeException";
|
|
205
|
+
const _ISEn = "InvalidSubnetException";
|
|
206
|
+
const _ISGE = "InvalidSecurityGroupException";
|
|
207
|
+
const _ITE = "InvalidTargetException";
|
|
208
|
+
const _Id = "Id";
|
|
209
|
+
const _In = "Include";
|
|
210
|
+
const _JE = "JwksEndpoint";
|
|
211
|
+
const _JVAAC = "JwtValidationActionAdditionalClaim";
|
|
212
|
+
const _JVAACw = "JwtValidationActionAdditionalClaims";
|
|
213
|
+
const _JVAC = "JwtValidationActionConfig";
|
|
214
|
+
const _JVC = "JwtValidationConfig";
|
|
215
|
+
const _K = "Key";
|
|
216
|
+
const _L = "Listeners";
|
|
217
|
+
const _LA = "ListenerArn";
|
|
218
|
+
const _LAi = "ListenerArns";
|
|
219
|
+
const _LAis = "ListenerAttribute";
|
|
220
|
+
const _LAist = "ListenerAttributes";
|
|
221
|
+
const _LB = "LoadBalancers";
|
|
222
|
+
const _LBA = "LoadBalancerAddresses";
|
|
223
|
+
const _LBAo = "LoadBalancerArn";
|
|
224
|
+
const _LBAoa = "LoadBalancerArns";
|
|
225
|
+
const _LBAoad = "LoadBalancerAddress";
|
|
226
|
+
const _LBAoada = "LoadBalancerAttribute";
|
|
227
|
+
const _LBAoadal = "LoadBalancerAttributes";
|
|
228
|
+
const _LBN = "LoadBalancerName";
|
|
229
|
+
const _LBNFE = "LoadBalancerNotFoundException";
|
|
230
|
+
const _LBS = "LoadBalancerState";
|
|
231
|
+
const _LBT = "LoadBalancerType";
|
|
232
|
+
const _LBo = "LoadBalancer";
|
|
233
|
+
const _LMT = "LastModifiedTime";
|
|
234
|
+
const _LNFE = "ListenerNotFoundException";
|
|
235
|
+
const _Li = "Limits";
|
|
236
|
+
const _Lim = "Limit";
|
|
237
|
+
const _Lis = "Listener";
|
|
238
|
+
const _Lo = "Location";
|
|
239
|
+
const _M = "Message";
|
|
240
|
+
const _MA = "MutualAuthentication";
|
|
241
|
+
const _MAA = "MutualAuthenticationAttributes";
|
|
242
|
+
const _MB = "MessageBody";
|
|
243
|
+
const _MCR = "ModifyCapacityReservation";
|
|
244
|
+
const _MCRI = "ModifyCapacityReservationInput";
|
|
245
|
+
const _MCRO = "ModifyCapacityReservationOutput";
|
|
246
|
+
const _MIE = "MitigationInEffect";
|
|
247
|
+
const _MIP = "ModifyIpPools";
|
|
248
|
+
const _MIPI = "ModifyIpPoolsInput";
|
|
249
|
+
const _MIPO = "ModifyIpPoolsOutput";
|
|
250
|
+
const _ML = "ModifyListener";
|
|
251
|
+
const _MLA = "ModifyListenerAttributes";
|
|
252
|
+
const _MLAI = "ModifyListenerAttributesInput";
|
|
253
|
+
const _MLAO = "ModifyListenerAttributesOutput";
|
|
254
|
+
const _MLBA = "ModifyLoadBalancerAttributes";
|
|
255
|
+
const _MLBAI = "ModifyLoadBalancerAttributesInput";
|
|
256
|
+
const _MLBAO = "ModifyLoadBalancerAttributesOutput";
|
|
257
|
+
const _MLBC = "MinimumLoadBalancerCapacity";
|
|
258
|
+
const _MLI = "ModifyListenerInput";
|
|
259
|
+
const _MLO = "ModifyListenerOutput";
|
|
260
|
+
const _MR = "ModifyRule";
|
|
261
|
+
const _MRI = "ModifyRuleInput";
|
|
262
|
+
const _MRO = "ModifyRuleOutput";
|
|
263
|
+
const _MTG = "ModifyTargetGroup";
|
|
264
|
+
const _MTGA = "ModifyTargetGroupAttributes";
|
|
265
|
+
const _MTGAI = "ModifyTargetGroupAttributesInput";
|
|
266
|
+
const _MTGAO = "ModifyTargetGroupAttributesOutput";
|
|
267
|
+
const _MTGI = "ModifyTargetGroupInput";
|
|
268
|
+
const _MTGO = "ModifyTargetGroupOutput";
|
|
269
|
+
const _MTS = "ModifyTrustStore";
|
|
270
|
+
const _MTSI = "ModifyTrustStoreInput";
|
|
271
|
+
const _MTSO = "ModifyTrustStoreOutput";
|
|
272
|
+
const _Ma = "Matcher";
|
|
273
|
+
const _Mar = "Marker";
|
|
274
|
+
const _Max = "Max";
|
|
275
|
+
const _Mo = "Mode";
|
|
276
|
+
const _N = "Name";
|
|
277
|
+
const _NM = "NextMarker";
|
|
278
|
+
const _NOCC = "NumberOfCaCertificates";
|
|
279
|
+
const _NORE = "NumberOfRevokedEntries";
|
|
280
|
+
const _Na = "Names";
|
|
281
|
+
const _O = "Order";
|
|
282
|
+
const _OI = "OutpostId";
|
|
283
|
+
const _ONPE = "OperationNotPermittedException";
|
|
284
|
+
const _OUR = "OnUnauthenticatedRequest";
|
|
285
|
+
const _P = "Priority";
|
|
286
|
+
const _PIPA = "PrivateIPv4Address";
|
|
287
|
+
const _PIUE = "PriorityInUseException";
|
|
288
|
+
const _PPC = "PathPatternConfig";
|
|
289
|
+
const _PPCC = "PathPatternConditionConfig";
|
|
290
|
+
const _PRNCE = "PriorRequestNotCompleteException";
|
|
291
|
+
const _PS = "PageSize";
|
|
292
|
+
const _PV = "ProtocolVersion";
|
|
293
|
+
const _Pa = "Path";
|
|
294
|
+
const _Po = "Port";
|
|
295
|
+
const _Pol = "Policy";
|
|
296
|
+
const _Pr = "Protocol";
|
|
297
|
+
const _Q = "Query";
|
|
298
|
+
const _QSC = "QueryStringConfig";
|
|
299
|
+
const _QSCC = "QueryStringConditionConfig";
|
|
300
|
+
const _QSKVP = "QueryStringKeyValuePair";
|
|
301
|
+
const _QSKVPL = "QueryStringKeyValuePairList";
|
|
302
|
+
const _R = "Reason";
|
|
303
|
+
const _RA = "ResourceArns";
|
|
304
|
+
const _RAC = "RedirectActionConfig";
|
|
305
|
+
const _RAe = "ResourceArn";
|
|
306
|
+
const _RAu = "RuleArn";
|
|
307
|
+
const _RAul = "RuleArns";
|
|
308
|
+
const _RC = "RedirectConfig";
|
|
309
|
+
const _RCL = "RewriteConfigList";
|
|
310
|
+
const _RCLu = "RuleConditionList";
|
|
311
|
+
const _RCNFE = "RevocationContentNotFoundException";
|
|
312
|
+
const _RCR = "ResetCapacityReservation";
|
|
313
|
+
const _RCe = "RevocationContents";
|
|
314
|
+
const _RCev = "RevocationContent";
|
|
315
|
+
const _RCew = "RewriteConfig";
|
|
316
|
+
const _RCu = "RuleCondition";
|
|
317
|
+
const _RI = "RevocationId";
|
|
318
|
+
const _RINFE = "RevocationIdNotFoundException";
|
|
319
|
+
const _RIP = "RemoveIpamPools";
|
|
320
|
+
const _RIUE = "ResourceInUseException";
|
|
321
|
+
const _RIe = "RevocationIds";
|
|
322
|
+
const _RLC = "RemoveListenerCertificates";
|
|
323
|
+
const _RLCI = "RemoveListenerCertificatesInput";
|
|
324
|
+
const _RLCO = "RemoveListenerCertificatesOutput";
|
|
325
|
+
const _RNFE = "ResourceNotFoundException";
|
|
326
|
+
const _RNFEu = "RuleNotFoundException";
|
|
327
|
+
const _RP = "RulePriorities";
|
|
328
|
+
const _RPL = "RulePriorityList";
|
|
329
|
+
const _RPP = "RulePriorityPair";
|
|
330
|
+
const _RT = "RevocationType";
|
|
331
|
+
const _RTI = "RegisterTargetsInput";
|
|
332
|
+
const _RTIe = "RemoveTagsInput";
|
|
333
|
+
const _RTL = "RuleTransformList";
|
|
334
|
+
const _RTO = "RegisterTargetsOutput";
|
|
335
|
+
const _RTOe = "RemoveTagsOutput";
|
|
336
|
+
const _RTSR = "RemoveTrustStoreRevocations";
|
|
337
|
+
const _RTSRI = "RemoveTrustStoreRevocationsInput";
|
|
338
|
+
const _RTSRO = "RemoveTrustStoreRevocationsOutput";
|
|
339
|
+
const _RTe = "ResetTransforms";
|
|
340
|
+
const _RTeg = "RegisterTargets";
|
|
341
|
+
const _RTem = "RemoveTags";
|
|
342
|
+
const _RTu = "RuleTransform";
|
|
343
|
+
const _RV = "RegexValues";
|
|
344
|
+
const _Re = "Result";
|
|
345
|
+
const _Reg = "Regex";
|
|
346
|
+
const _Rep = "Replace";
|
|
347
|
+
const _Rew = "Rewrites";
|
|
348
|
+
const _Ru = "Rules";
|
|
349
|
+
const _Rul = "Rule";
|
|
350
|
+
const _S = "State";
|
|
351
|
+
const _SB = "S3Bucket";
|
|
352
|
+
const _SC = "StatusCode";
|
|
353
|
+
const _SCN = "SessionCookieName";
|
|
354
|
+
const _SG = "SecurityGroups";
|
|
355
|
+
const _SGI = "SecurityGroupIds";
|
|
356
|
+
const _SI = "SubnetId";
|
|
357
|
+
const _SIAT = "SetIpAddressType";
|
|
358
|
+
const _SIATI = "SetIpAddressTypeInput";
|
|
359
|
+
const _SIATO = "SetIpAddressTypeOutput";
|
|
360
|
+
const _SIC = "SourceIpConfig";
|
|
361
|
+
const _SICC = "SourceIpConditionConfig";
|
|
362
|
+
const _SK = "S3Key";
|
|
363
|
+
const _SLBT = "SupportedLoadBalancerTypes";
|
|
364
|
+
const _SM = "SubnetMappings";
|
|
365
|
+
const _SMu = "SubnetMapping";
|
|
366
|
+
const _SNFE = "SubnetNotFoundException";
|
|
367
|
+
const _SNIP = "SourceNatIpv6Prefixes";
|
|
368
|
+
const _SNIPo = "SourceNatIpv6Prefix";
|
|
369
|
+
const _SOV = "S3ObjectVersion";
|
|
370
|
+
const _SP = "SslPolicy";
|
|
371
|
+
const _SPs = "SslPolicies";
|
|
372
|
+
const _SPsl = "SslProtocols";
|
|
373
|
+
const _SRP = "SetRulePriorities";
|
|
374
|
+
const _SRPI = "SetRulePrioritiesInput";
|
|
375
|
+
const _SRPO = "SetRulePrioritiesOutput";
|
|
376
|
+
const _SS = "SetSubnets";
|
|
377
|
+
const _SSG = "SetSecurityGroups";
|
|
378
|
+
const _SSGI = "SetSecurityGroupsInput";
|
|
379
|
+
const _SSGO = "SetSecurityGroupsOutput";
|
|
380
|
+
const _SSI = "SetSubnetsInput";
|
|
381
|
+
const _SSLPNFE = "SSLPolicyNotFoundException";
|
|
382
|
+
const _SSO = "SetSubnetsOutput";
|
|
383
|
+
const _ST = "SessionTimeout";
|
|
384
|
+
const _Sc = "Scope";
|
|
385
|
+
const _Sch = "Scheme";
|
|
386
|
+
const _St = "Status";
|
|
387
|
+
const _Su = "Subnets";
|
|
388
|
+
const _T = "Type";
|
|
389
|
+
const _TD = "TagDescriptions";
|
|
390
|
+
const _TDa = "TagDescription";
|
|
391
|
+
const _TDar = "TargetDescription";
|
|
392
|
+
const _TDarg = "TargetDescriptions";
|
|
393
|
+
const _TE = "TokenEndpoint";
|
|
394
|
+
const _TG = "TargetGroups";
|
|
395
|
+
const _TGA = "TargetGroupArn";
|
|
396
|
+
const _TGALE = "TargetGroupAssociationLimitException";
|
|
397
|
+
const _TGAa = "TargetGroupArns";
|
|
398
|
+
const _TGAar = "TargetGroupAttribute";
|
|
399
|
+
const _TGAarg = "TargetGroupAttributes";
|
|
400
|
+
const _TGL = "TargetGroupList";
|
|
401
|
+
const _TGN = "TargetGroupName";
|
|
402
|
+
const _TGNFE = "TargetGroupNotFoundException";
|
|
403
|
+
const _TGSC = "TargetGroupStickinessConfig";
|
|
404
|
+
const _TGT = "TargetGroupTuple";
|
|
405
|
+
const _TGa = "TargetGroup";
|
|
406
|
+
const _TH = "TargetHealth";
|
|
407
|
+
const _THD = "TargetHealthDescriptions";
|
|
408
|
+
const _THDa = "TargetHealthDescription";
|
|
409
|
+
const _TK = "TagKeys";
|
|
410
|
+
const _TL = "TagList";
|
|
411
|
+
const _TMAE = "TooManyActionsException";
|
|
412
|
+
const _TMCE = "TooManyCertificatesException";
|
|
413
|
+
const _TMLBE = "TooManyLoadBalancersException";
|
|
414
|
+
const _TMLE = "TooManyListenersException";
|
|
415
|
+
const _TMRE = "TooManyRulesException";
|
|
416
|
+
const _TMRFTIE = "TooManyRegistrationsForTargetIdException";
|
|
417
|
+
const _TMTE = "TooManyTagsException";
|
|
418
|
+
const _TMTEo = "TooManyTargetsException";
|
|
419
|
+
const _TMTGE = "TooManyTargetGroupsException";
|
|
420
|
+
const _TMTSE = "TooManyTrustStoresException";
|
|
421
|
+
const _TMTSREE = "TooManyTrustStoreRevocationEntriesException";
|
|
422
|
+
const _TMUTGPLBE = "TooManyUniqueTargetGroupsPerLoadBalancerException";
|
|
423
|
+
const _TRE = "TotalRevokedEntries";
|
|
424
|
+
const _TS = "TrustStores";
|
|
425
|
+
const _TSA = "TrustStoreArn";
|
|
426
|
+
const _TSANFE = "TrustStoreAssociationNotFoundException";
|
|
427
|
+
const _TSAS = "TrustStoreAssociationStatus";
|
|
428
|
+
const _TSAr = "TrustStoreAssociations";
|
|
429
|
+
const _TSAru = "TrustStoreArns";
|
|
430
|
+
const _TSArus = "TrustStoreAssociation";
|
|
431
|
+
const _TSIUE = "TrustStoreInUseException";
|
|
432
|
+
const _TSNFE = "TrustStoreNotFoundException";
|
|
433
|
+
const _TSNRE = "TrustStoreNotReadyException";
|
|
434
|
+
const _TSR = "TrustStoreRevocations";
|
|
435
|
+
const _TSRr = "TrustStoreRevocation";
|
|
436
|
+
const _TSr = "TrustStore";
|
|
437
|
+
const _TT = "TargetType";
|
|
438
|
+
const _Ta = "Tags";
|
|
439
|
+
const _Tag = "Tag";
|
|
440
|
+
const _Tar = "Targets";
|
|
441
|
+
const _Targ = "Target";
|
|
442
|
+
const _Tr = "Transforms";
|
|
443
|
+
const _UECS = "UseExistingClientSecret";
|
|
444
|
+
const _UIE = "UserInfoEndpoint";
|
|
445
|
+
const _UPA = "UserPoolArn";
|
|
446
|
+
const _UPCI = "UserPoolClientId";
|
|
447
|
+
const _UPD = "UserPoolDomain";
|
|
448
|
+
const _UPE = "UnsupportedProtocolException";
|
|
449
|
+
const _URC = "UrlRewriteConfig";
|
|
450
|
+
const _UTC = "UnhealthyThresholdCount";
|
|
451
|
+
const _V = "Values";
|
|
452
|
+
const _VI = "VpcId";
|
|
453
|
+
const _Va = "Value";
|
|
454
|
+
const _W = "Weight";
|
|
455
|
+
const _ZCRS = "ZonalCapacityReservationState";
|
|
456
|
+
const _ZCRSo = "ZonalCapacityReservationStates";
|
|
457
|
+
const _ZN = "ZoneName";
|
|
458
|
+
const _aQE = "awsQueryError";
|
|
459
|
+
const _c = "client";
|
|
460
|
+
const _e = "error";
|
|
461
|
+
const _hE = "httpError";
|
|
462
|
+
const _s = "server";
|
|
463
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.elasticloadbalancingv2";
|
|
464
|
+
const n0 = "com.amazonaws.elasticloadbalancingv2";
|
|
465
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
466
|
+
import { ElasticLoadBalancingV2ServiceException as __ElasticLoadBalancingV2ServiceException } from "../models/ElasticLoadBalancingV2ServiceException";
|
|
467
|
+
import { AllocationIdNotFoundException as __AllocationIdNotFoundException, ALPNPolicyNotSupportedException as __ALPNPolicyNotSupportedException, AvailabilityZoneNotSupportedException as __AvailabilityZoneNotSupportedException, CaCertificatesBundleNotFoundException as __CaCertificatesBundleNotFoundException, CapacityDecreaseRequestsLimitExceededException as __CapacityDecreaseRequestsLimitExceededException, CapacityReservationPendingException as __CapacityReservationPendingException, CapacityUnitsLimitExceededException as __CapacityUnitsLimitExceededException, CertificateNotFoundException as __CertificateNotFoundException, DeleteAssociationSameAccountException as __DeleteAssociationSameAccountException, DuplicateListenerException as __DuplicateListenerException, DuplicateLoadBalancerNameException as __DuplicateLoadBalancerNameException, DuplicateTagKeysException as __DuplicateTagKeysException, DuplicateTargetGroupNameException as __DuplicateTargetGroupNameException, DuplicateTrustStoreNameException as __DuplicateTrustStoreNameException, HealthUnavailableException as __HealthUnavailableException, IncompatibleProtocolsException as __IncompatibleProtocolsException, InsufficientCapacityException as __InsufficientCapacityException, InvalidCaCertificatesBundleException as __InvalidCaCertificatesBundleException, InvalidConfigurationRequestException as __InvalidConfigurationRequestException, InvalidLoadBalancerActionException as __InvalidLoadBalancerActionException, InvalidRevocationContentException as __InvalidRevocationContentException, InvalidSchemeException as __InvalidSchemeException, InvalidSecurityGroupException as __InvalidSecurityGroupException, InvalidSubnetException as __InvalidSubnetException, InvalidTargetException as __InvalidTargetException, ListenerNotFoundException as __ListenerNotFoundException, LoadBalancerNotFoundException as __LoadBalancerNotFoundException, OperationNotPermittedException as __OperationNotPermittedException, PriorityInUseException as __PriorityInUseException, PriorRequestNotCompleteException as __PriorRequestNotCompleteException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, RevocationContentNotFoundException as __RevocationContentNotFoundException, RevocationIdNotFoundException as __RevocationIdNotFoundException, RuleNotFoundException as __RuleNotFoundException, SSLPolicyNotFoundException as __SSLPolicyNotFoundException, SubnetNotFoundException as __SubnetNotFoundException, TargetGroupAssociationLimitException as __TargetGroupAssociationLimitException, TargetGroupNotFoundException as __TargetGroupNotFoundException, TooManyActionsException as __TooManyActionsException, TooManyCertificatesException as __TooManyCertificatesException, TooManyListenersException as __TooManyListenersException, TooManyLoadBalancersException as __TooManyLoadBalancersException, TooManyRegistrationsForTargetIdException as __TooManyRegistrationsForTargetIdException, TooManyRulesException as __TooManyRulesException, TooManyTagsException as __TooManyTagsException, TooManyTargetGroupsException as __TooManyTargetGroupsException, TooManyTargetsException as __TooManyTargetsException, TooManyTrustStoreRevocationEntriesException as __TooManyTrustStoreRevocationEntriesException, TooManyTrustStoresException as __TooManyTrustStoresException, TooManyUniqueTargetGroupsPerLoadBalancerException as __TooManyUniqueTargetGroupsPerLoadBalancerException, TrustStoreAssociationNotFoundException as __TrustStoreAssociationNotFoundException, TrustStoreInUseException as __TrustStoreInUseException, TrustStoreNotFoundException as __TrustStoreNotFoundException, TrustStoreNotReadyException as __TrustStoreNotReadyException, UnsupportedProtocolException as __UnsupportedProtocolException, } from "../models/index";
|
|
468
|
+
export var Action = [
|
|
469
|
+
3,
|
|
470
|
+
n0,
|
|
471
|
+
_A,
|
|
472
|
+
0,
|
|
473
|
+
[_T, _TGA, _AOC, _ACC, _O, _RC, _FRC, _FC, _JVC],
|
|
474
|
+
[
|
|
475
|
+
0,
|
|
476
|
+
0,
|
|
477
|
+
() => AuthenticateOidcActionConfig,
|
|
478
|
+
() => AuthenticateCognitoActionConfig,
|
|
479
|
+
1,
|
|
480
|
+
() => RedirectActionConfig,
|
|
481
|
+
() => FixedResponseActionConfig,
|
|
482
|
+
() => ForwardActionConfig,
|
|
483
|
+
() => JwtValidationActionConfig,
|
|
484
|
+
],
|
|
485
|
+
];
|
|
486
|
+
export var AddListenerCertificatesInput = [
|
|
487
|
+
3,
|
|
488
|
+
n0,
|
|
489
|
+
_ALCI,
|
|
490
|
+
0,
|
|
491
|
+
[_LA, _C],
|
|
492
|
+
[0, () => CertificateList],
|
|
493
|
+
];
|
|
494
|
+
export var AddListenerCertificatesOutput = [3, n0, _ALCO, 0, [_C], [() => CertificateList]];
|
|
495
|
+
export var AddTagsInput = [3, n0, _ATI, 0, [_RA, _Ta], [64 | 0, () => TagList]];
|
|
496
|
+
export var AddTagsOutput = [3, n0, _ATO, 0, [], []];
|
|
497
|
+
export var AddTrustStoreRevocationsInput = [
|
|
498
|
+
3,
|
|
499
|
+
n0,
|
|
500
|
+
_ATSRI,
|
|
501
|
+
0,
|
|
502
|
+
[_TSA, _RCe],
|
|
503
|
+
[0, () => RevocationContents],
|
|
504
|
+
];
|
|
505
|
+
export var AddTrustStoreRevocationsOutput = [
|
|
506
|
+
3,
|
|
507
|
+
n0,
|
|
508
|
+
_ATSRO,
|
|
509
|
+
0,
|
|
510
|
+
[_TSR],
|
|
511
|
+
[() => TrustStoreRevocations],
|
|
512
|
+
];
|
|
513
|
+
export var AdministrativeOverride = [3, n0, _AO, 0, [_S, _R, _D], [0, 0, 0]];
|
|
514
|
+
export var AllocationIdNotFoundException = [
|
|
515
|
+
-3,
|
|
516
|
+
n0,
|
|
517
|
+
_AINFE,
|
|
518
|
+
{
|
|
519
|
+
[_e]: _c,
|
|
520
|
+
[_hE]: 400,
|
|
521
|
+
[_aQE]: [`AllocationIdNotFound`, 400],
|
|
522
|
+
},
|
|
523
|
+
[_M],
|
|
524
|
+
[0],
|
|
525
|
+
];
|
|
526
|
+
TypeRegistry.for(n0).registerError(AllocationIdNotFoundException, __AllocationIdNotFoundException);
|
|
527
|
+
export var ALPNPolicyNotSupportedException = [
|
|
528
|
+
-3,
|
|
529
|
+
n0,
|
|
530
|
+
_ALPNPNSE,
|
|
531
|
+
{
|
|
532
|
+
[_e]: _c,
|
|
533
|
+
[_hE]: 400,
|
|
534
|
+
[_aQE]: [`ALPNPolicyNotFound`, 400],
|
|
535
|
+
},
|
|
536
|
+
[_M],
|
|
537
|
+
[0],
|
|
538
|
+
];
|
|
539
|
+
TypeRegistry.for(n0).registerError(ALPNPolicyNotSupportedException, __ALPNPolicyNotSupportedException);
|
|
540
|
+
export var AnomalyDetection = [3, n0, _AD, 0, [_Re, _MIE], [0, 0]];
|
|
541
|
+
export var AuthenticateCognitoActionConfig = [
|
|
542
|
+
3,
|
|
543
|
+
n0,
|
|
544
|
+
_ACAC,
|
|
545
|
+
0,
|
|
546
|
+
[_UPA, _UPCI, _UPD, _SCN, _Sc, _ST, _AREP, _OUR],
|
|
547
|
+
[0, 0, 0, 0, 0, 1, 128 | 0, 0],
|
|
548
|
+
];
|
|
549
|
+
export var AuthenticateOidcActionConfig = [
|
|
550
|
+
3,
|
|
551
|
+
n0,
|
|
552
|
+
_AOAC,
|
|
553
|
+
0,
|
|
554
|
+
[_I, _AE, _TE, _UIE, _CI, _CS, _SCN, _Sc, _ST, _AREP, _OUR, _UECS],
|
|
555
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 1, 128 | 0, 0, 2],
|
|
556
|
+
];
|
|
557
|
+
export var AvailabilityZone = [
|
|
558
|
+
3,
|
|
559
|
+
n0,
|
|
560
|
+
_AZ,
|
|
561
|
+
0,
|
|
562
|
+
[_ZN, _SI, _OI, _LBA, _SNIP],
|
|
563
|
+
[0, 0, 0, () => LoadBalancerAddresses, 64 | 0],
|
|
564
|
+
];
|
|
565
|
+
export var AvailabilityZoneNotSupportedException = [
|
|
566
|
+
-3,
|
|
567
|
+
n0,
|
|
568
|
+
_AZNSE,
|
|
569
|
+
{
|
|
570
|
+
[_e]: _c,
|
|
571
|
+
[_hE]: 400,
|
|
572
|
+
[_aQE]: [`AvailabilityZoneNotSupported`, 400],
|
|
573
|
+
},
|
|
574
|
+
[_M],
|
|
575
|
+
[0],
|
|
576
|
+
];
|
|
577
|
+
TypeRegistry.for(n0).registerError(AvailabilityZoneNotSupportedException, __AvailabilityZoneNotSupportedException);
|
|
578
|
+
export var CaCertificatesBundleNotFoundException = [
|
|
579
|
+
-3,
|
|
580
|
+
n0,
|
|
581
|
+
_CCBNFE,
|
|
582
|
+
{
|
|
583
|
+
[_e]: _c,
|
|
584
|
+
[_hE]: 400,
|
|
585
|
+
[_aQE]: [`CaCertificatesBundleNotFound`, 400],
|
|
586
|
+
},
|
|
587
|
+
[_M],
|
|
588
|
+
[0],
|
|
589
|
+
];
|
|
590
|
+
TypeRegistry.for(n0).registerError(CaCertificatesBundleNotFoundException, __CaCertificatesBundleNotFoundException);
|
|
591
|
+
export var CapacityDecreaseRequestsLimitExceededException = [
|
|
592
|
+
-3,
|
|
593
|
+
n0,
|
|
594
|
+
_CDRLEE,
|
|
595
|
+
{
|
|
596
|
+
[_e]: _c,
|
|
597
|
+
[_hE]: 400,
|
|
598
|
+
[_aQE]: [`CapacityDecreaseRequestLimitExceeded`, 400],
|
|
599
|
+
},
|
|
600
|
+
[_M],
|
|
601
|
+
[0],
|
|
602
|
+
];
|
|
603
|
+
TypeRegistry.for(n0).registerError(CapacityDecreaseRequestsLimitExceededException, __CapacityDecreaseRequestsLimitExceededException);
|
|
604
|
+
export var CapacityReservationPendingException = [
|
|
605
|
+
-3,
|
|
606
|
+
n0,
|
|
607
|
+
_CRPE,
|
|
608
|
+
{
|
|
609
|
+
[_e]: _c,
|
|
610
|
+
[_hE]: 400,
|
|
611
|
+
[_aQE]: [`CapacityReservationPending`, 400],
|
|
612
|
+
},
|
|
613
|
+
[_M],
|
|
614
|
+
[0],
|
|
615
|
+
];
|
|
616
|
+
TypeRegistry.for(n0).registerError(CapacityReservationPendingException, __CapacityReservationPendingException);
|
|
617
|
+
export var CapacityReservationStatus = [3, n0, _CRS, 0, [_Co, _R], [0, 0]];
|
|
618
|
+
export var CapacityUnitsLimitExceededException = [
|
|
619
|
+
-3,
|
|
620
|
+
n0,
|
|
621
|
+
_CULEE,
|
|
622
|
+
{
|
|
623
|
+
[_e]: _c,
|
|
624
|
+
[_hE]: 400,
|
|
625
|
+
[_aQE]: [`CapacityUnitsLimitExceeded`, 400],
|
|
626
|
+
},
|
|
627
|
+
[_M],
|
|
628
|
+
[0],
|
|
629
|
+
];
|
|
630
|
+
TypeRegistry.for(n0).registerError(CapacityUnitsLimitExceededException, __CapacityUnitsLimitExceededException);
|
|
631
|
+
export var Certificate = [3, n0, _Ce, 0, [_CA, _ID], [0, 2]];
|
|
632
|
+
export var CertificateNotFoundException = [
|
|
633
|
+
-3,
|
|
634
|
+
n0,
|
|
635
|
+
_CNFE,
|
|
636
|
+
{
|
|
637
|
+
[_e]: _c,
|
|
638
|
+
[_hE]: 400,
|
|
639
|
+
[_aQE]: [`CertificateNotFound`, 400],
|
|
640
|
+
},
|
|
641
|
+
[_M],
|
|
642
|
+
[0],
|
|
643
|
+
];
|
|
644
|
+
TypeRegistry.for(n0).registerError(CertificateNotFoundException, __CertificateNotFoundException);
|
|
645
|
+
export var Cipher = [3, n0, _Ci, 0, [_N, _P], [0, 1]];
|
|
646
|
+
export var CreateListenerInput = [
|
|
647
|
+
3,
|
|
648
|
+
n0,
|
|
649
|
+
_CLI,
|
|
650
|
+
0,
|
|
651
|
+
[_LBAo, _Pr, _Po, _SP, _C, _DA, _AP, _Ta, _MA],
|
|
652
|
+
[0, 0, 1, 0, () => CertificateList, () => Actions, 64 | 0, () => TagList, () => MutualAuthenticationAttributes],
|
|
653
|
+
];
|
|
654
|
+
export var CreateListenerOutput = [3, n0, _CLO, 0, [_L], [() => Listeners]];
|
|
655
|
+
export var CreateLoadBalancerInput = [
|
|
656
|
+
3,
|
|
657
|
+
n0,
|
|
658
|
+
_CLBI,
|
|
659
|
+
0,
|
|
660
|
+
[_N, _Su, _SM, _SG, _Sch, _Ta, _T, _IAT, _COIP, _EPFISN, _IP],
|
|
661
|
+
[0, 64 | 0, () => SubnetMappings, 64 | 0, 0, () => TagList, 0, 0, 0, 0, () => IpamPools],
|
|
662
|
+
];
|
|
663
|
+
export var CreateLoadBalancerOutput = [3, n0, _CLBO, 0, [_LB], [() => LoadBalancers]];
|
|
664
|
+
export var CreateRuleInput = [
|
|
665
|
+
3,
|
|
666
|
+
n0,
|
|
667
|
+
_CRI,
|
|
668
|
+
0,
|
|
669
|
+
[_LA, _Con, _P, _Ac, _Ta, _Tr],
|
|
670
|
+
[0, () => RuleConditionList, 1, () => Actions, () => TagList, () => RuleTransformList],
|
|
671
|
+
];
|
|
672
|
+
export var CreateRuleOutput = [3, n0, _CRO, 0, [_Ru], [() => Rules]];
|
|
673
|
+
export var CreateTargetGroupInput = [
|
|
674
|
+
3,
|
|
675
|
+
n0,
|
|
676
|
+
_CTGI,
|
|
677
|
+
0,
|
|
678
|
+
[_N, _Pr, _PV, _Po, _VI, _HCP, _HCPe, _HCE, _HCPea, _HCIS, _HCTS, _HTC, _UTC, _Ma, _TT, _Ta, _IAT],
|
|
679
|
+
[0, 0, 0, 1, 0, 0, 0, 2, 0, 1, 1, 1, 1, () => Matcher, 0, () => TagList, 0],
|
|
680
|
+
];
|
|
681
|
+
export var CreateTargetGroupOutput = [3, n0, _CTGO, 0, [_TG], [() => TargetGroups]];
|
|
682
|
+
export var CreateTrustStoreInput = [
|
|
683
|
+
3,
|
|
684
|
+
n0,
|
|
685
|
+
_CTSI,
|
|
686
|
+
0,
|
|
687
|
+
[_N, _CCBSB, _CCBSK, _CCBSOV, _Ta],
|
|
688
|
+
[0, 0, 0, 0, () => TagList],
|
|
689
|
+
];
|
|
690
|
+
export var CreateTrustStoreOutput = [3, n0, _CTSO, 0, [_TS], [() => TrustStores]];
|
|
691
|
+
export var DeleteAssociationSameAccountException = [
|
|
692
|
+
-3,
|
|
693
|
+
n0,
|
|
694
|
+
_DASAE,
|
|
695
|
+
{
|
|
696
|
+
[_e]: _c,
|
|
697
|
+
[_hE]: 400,
|
|
698
|
+
[_aQE]: [`DeleteAssociationSameAccount`, 400],
|
|
699
|
+
},
|
|
700
|
+
[_M],
|
|
701
|
+
[0],
|
|
702
|
+
];
|
|
703
|
+
TypeRegistry.for(n0).registerError(DeleteAssociationSameAccountException, __DeleteAssociationSameAccountException);
|
|
704
|
+
export var DeleteListenerInput = [3, n0, _DLI, 0, [_LA], [0]];
|
|
705
|
+
export var DeleteListenerOutput = [3, n0, _DLO, 0, [], []];
|
|
706
|
+
export var DeleteLoadBalancerInput = [3, n0, _DLBI, 0, [_LBAo], [0]];
|
|
707
|
+
export var DeleteLoadBalancerOutput = [3, n0, _DLBO, 0, [], []];
|
|
708
|
+
export var DeleteRuleInput = [3, n0, _DRI, 0, [_RAu], [0]];
|
|
709
|
+
export var DeleteRuleOutput = [3, n0, _DRO, 0, [], []];
|
|
710
|
+
export var DeleteSharedTrustStoreAssociationInput = [3, n0, _DSTSAI, 0, [_TSA, _RAe], [0, 0]];
|
|
711
|
+
export var DeleteSharedTrustStoreAssociationOutput = [3, n0, _DSTSAO, 0, [], []];
|
|
712
|
+
export var DeleteTargetGroupInput = [3, n0, _DTGI, 0, [_TGA], [0]];
|
|
713
|
+
export var DeleteTargetGroupOutput = [3, n0, _DTGO, 0, [], []];
|
|
714
|
+
export var DeleteTrustStoreInput = [3, n0, _DTSI, 0, [_TSA], [0]];
|
|
715
|
+
export var DeleteTrustStoreOutput = [3, n0, _DTSO, 0, [], []];
|
|
716
|
+
export var DeregisterTargetsInput = [
|
|
717
|
+
3,
|
|
718
|
+
n0,
|
|
719
|
+
_DTI,
|
|
720
|
+
0,
|
|
721
|
+
[_TGA, _Tar],
|
|
722
|
+
[0, () => TargetDescriptions],
|
|
723
|
+
];
|
|
724
|
+
export var DeregisterTargetsOutput = [3, n0, _DTO, 0, [], []];
|
|
725
|
+
export var DescribeAccountLimitsInput = [3, n0, _DALI, 0, [_Mar, _PS], [0, 1]];
|
|
726
|
+
export var DescribeAccountLimitsOutput = [3, n0, _DALO, 0, [_Li, _NM], [() => Limits, 0]];
|
|
727
|
+
export var DescribeCapacityReservationInput = [3, n0, _DCRI, 0, [_LBAo], [0]];
|
|
728
|
+
export var DescribeCapacityReservationOutput = [
|
|
729
|
+
3,
|
|
730
|
+
n0,
|
|
731
|
+
_DCRO,
|
|
732
|
+
0,
|
|
733
|
+
[_LMT, _DRR, _MLBC, _CRSa],
|
|
734
|
+
[4, 1, () => MinimumLoadBalancerCapacity, () => ZonalCapacityReservationStates],
|
|
735
|
+
];
|
|
736
|
+
export var DescribeListenerAttributesInput = [3, n0, _DLAI, 0, [_LA], [0]];
|
|
737
|
+
export var DescribeListenerAttributesOutput = [
|
|
738
|
+
3,
|
|
739
|
+
n0,
|
|
740
|
+
_DLAO,
|
|
741
|
+
0,
|
|
742
|
+
[_At],
|
|
743
|
+
[() => ListenerAttributes],
|
|
744
|
+
];
|
|
745
|
+
export var DescribeListenerCertificatesInput = [3, n0, _DLCI, 0, [_LA, _Mar, _PS], [0, 0, 1]];
|
|
746
|
+
export var DescribeListenerCertificatesOutput = [
|
|
747
|
+
3,
|
|
748
|
+
n0,
|
|
749
|
+
_DLCO,
|
|
750
|
+
0,
|
|
751
|
+
[_C, _NM],
|
|
752
|
+
[() => CertificateList, 0],
|
|
753
|
+
];
|
|
754
|
+
export var DescribeListenersInput = [
|
|
755
|
+
3,
|
|
756
|
+
n0,
|
|
757
|
+
_DLIe,
|
|
758
|
+
0,
|
|
759
|
+
[_LBAo, _LAi, _Mar, _PS],
|
|
760
|
+
[0, 64 | 0, 0, 1],
|
|
761
|
+
];
|
|
762
|
+
export var DescribeListenersOutput = [3, n0, _DLOe, 0, [_L, _NM], [() => Listeners, 0]];
|
|
763
|
+
export var DescribeLoadBalancerAttributesInput = [3, n0, _DLBAI, 0, [_LBAo], [0]];
|
|
764
|
+
export var DescribeLoadBalancerAttributesOutput = [
|
|
765
|
+
3,
|
|
766
|
+
n0,
|
|
767
|
+
_DLBAO,
|
|
768
|
+
0,
|
|
769
|
+
[_At],
|
|
770
|
+
[() => LoadBalancerAttributes],
|
|
771
|
+
];
|
|
772
|
+
export var DescribeLoadBalancersInput = [
|
|
773
|
+
3,
|
|
774
|
+
n0,
|
|
775
|
+
_DLBIe,
|
|
776
|
+
0,
|
|
777
|
+
[_LBAoa, _Na, _Mar, _PS],
|
|
778
|
+
[64 | 0, 64 | 0, 0, 1],
|
|
779
|
+
];
|
|
780
|
+
export var DescribeLoadBalancersOutput = [
|
|
781
|
+
3,
|
|
782
|
+
n0,
|
|
783
|
+
_DLBOe,
|
|
784
|
+
0,
|
|
785
|
+
[_LB, _NM],
|
|
786
|
+
[() => LoadBalancers, 0],
|
|
787
|
+
];
|
|
788
|
+
export var DescribeRulesInput = [3, n0, _DRIe, 0, [_LA, _RAul, _Mar, _PS], [0, 64 | 0, 0, 1]];
|
|
789
|
+
export var DescribeRulesOutput = [3, n0, _DROe, 0, [_Ru, _NM], [() => Rules, 0]];
|
|
790
|
+
export var DescribeSSLPoliciesInput = [
|
|
791
|
+
3,
|
|
792
|
+
n0,
|
|
793
|
+
_DSSLPI,
|
|
794
|
+
0,
|
|
795
|
+
[_Na, _Mar, _PS, _LBT],
|
|
796
|
+
[64 | 0, 0, 1, 0],
|
|
797
|
+
];
|
|
798
|
+
export var DescribeSSLPoliciesOutput = [3, n0, _DSSLPO, 0, [_SPs, _NM], [() => SslPolicies, 0]];
|
|
799
|
+
export var DescribeTagsInput = [3, n0, _DTIe, 0, [_RA], [64 | 0]];
|
|
800
|
+
export var DescribeTagsOutput = [3, n0, _DTOe, 0, [_TD], [() => TagDescriptions]];
|
|
801
|
+
export var DescribeTargetGroupAttributesInput = [3, n0, _DTGAI, 0, [_TGA], [0]];
|
|
802
|
+
export var DescribeTargetGroupAttributesOutput = [
|
|
803
|
+
3,
|
|
804
|
+
n0,
|
|
805
|
+
_DTGAO,
|
|
806
|
+
0,
|
|
807
|
+
[_At],
|
|
808
|
+
[() => TargetGroupAttributes],
|
|
809
|
+
];
|
|
810
|
+
export var DescribeTargetGroupsInput = [
|
|
811
|
+
3,
|
|
812
|
+
n0,
|
|
813
|
+
_DTGIe,
|
|
814
|
+
0,
|
|
815
|
+
[_LBAo, _TGAa, _Na, _Mar, _PS],
|
|
816
|
+
[0, 64 | 0, 64 | 0, 0, 1],
|
|
817
|
+
];
|
|
818
|
+
export var DescribeTargetGroupsOutput = [3, n0, _DTGOe, 0, [_TG, _NM], [() => TargetGroups, 0]];
|
|
819
|
+
export var DescribeTargetHealthInput = [
|
|
820
|
+
3,
|
|
821
|
+
n0,
|
|
822
|
+
_DTHI,
|
|
823
|
+
0,
|
|
824
|
+
[_TGA, _Tar, _In],
|
|
825
|
+
[0, () => TargetDescriptions, 64 | 0],
|
|
826
|
+
];
|
|
827
|
+
export var DescribeTargetHealthOutput = [
|
|
828
|
+
3,
|
|
829
|
+
n0,
|
|
830
|
+
_DTHO,
|
|
831
|
+
0,
|
|
832
|
+
[_THD],
|
|
833
|
+
[() => TargetHealthDescriptions],
|
|
834
|
+
];
|
|
835
|
+
export var DescribeTrustStoreAssociationsInput = [
|
|
836
|
+
3,
|
|
837
|
+
n0,
|
|
838
|
+
_DTSAI,
|
|
839
|
+
0,
|
|
840
|
+
[_TSA, _Mar, _PS],
|
|
841
|
+
[0, 0, 1],
|
|
842
|
+
];
|
|
843
|
+
export var DescribeTrustStoreAssociationsOutput = [
|
|
844
|
+
3,
|
|
845
|
+
n0,
|
|
846
|
+
_DTSAO,
|
|
847
|
+
0,
|
|
848
|
+
[_TSAr, _NM],
|
|
849
|
+
[() => TrustStoreAssociations, 0],
|
|
850
|
+
];
|
|
851
|
+
export var DescribeTrustStoreRevocation = [
|
|
852
|
+
3,
|
|
853
|
+
n0,
|
|
854
|
+
_DTSR,
|
|
855
|
+
0,
|
|
856
|
+
[_TSA, _RI, _RT, _NORE],
|
|
857
|
+
[0, 1, 0, 1],
|
|
858
|
+
];
|
|
859
|
+
export var DescribeTrustStoreRevocationsInput = [
|
|
860
|
+
3,
|
|
861
|
+
n0,
|
|
862
|
+
_DTSRI,
|
|
863
|
+
0,
|
|
864
|
+
[_TSA, _RIe, _Mar, _PS],
|
|
865
|
+
[0, 64 | 1, 0, 1],
|
|
866
|
+
];
|
|
867
|
+
export var DescribeTrustStoreRevocationsOutput = [
|
|
868
|
+
3,
|
|
869
|
+
n0,
|
|
870
|
+
_DTSRO,
|
|
871
|
+
0,
|
|
872
|
+
[_TSR, _NM],
|
|
873
|
+
[() => DescribeTrustStoreRevocationResponse, 0],
|
|
874
|
+
];
|
|
875
|
+
export var DescribeTrustStoresInput = [
|
|
876
|
+
3,
|
|
877
|
+
n0,
|
|
878
|
+
_DTSIe,
|
|
879
|
+
0,
|
|
880
|
+
[_TSAru, _Na, _Mar, _PS],
|
|
881
|
+
[64 | 0, 64 | 0, 0, 1],
|
|
882
|
+
];
|
|
883
|
+
export var DescribeTrustStoresOutput = [3, n0, _DTSOe, 0, [_TS, _NM], [() => TrustStores, 0]];
|
|
884
|
+
export var DuplicateListenerException = [
|
|
885
|
+
-3,
|
|
886
|
+
n0,
|
|
887
|
+
_DLE,
|
|
888
|
+
{
|
|
889
|
+
[_e]: _c,
|
|
890
|
+
[_hE]: 400,
|
|
891
|
+
[_aQE]: [`DuplicateListener`, 400],
|
|
892
|
+
},
|
|
893
|
+
[_M],
|
|
894
|
+
[0],
|
|
895
|
+
];
|
|
896
|
+
TypeRegistry.for(n0).registerError(DuplicateListenerException, __DuplicateListenerException);
|
|
897
|
+
export var DuplicateLoadBalancerNameException = [
|
|
898
|
+
-3,
|
|
899
|
+
n0,
|
|
900
|
+
_DLBNE,
|
|
901
|
+
{
|
|
902
|
+
[_e]: _c,
|
|
903
|
+
[_hE]: 400,
|
|
904
|
+
[_aQE]: [`DuplicateLoadBalancerName`, 400],
|
|
905
|
+
},
|
|
906
|
+
[_M],
|
|
907
|
+
[0],
|
|
908
|
+
];
|
|
909
|
+
TypeRegistry.for(n0).registerError(DuplicateLoadBalancerNameException, __DuplicateLoadBalancerNameException);
|
|
910
|
+
export var DuplicateTagKeysException = [
|
|
911
|
+
-3,
|
|
912
|
+
n0,
|
|
913
|
+
_DTKE,
|
|
914
|
+
{
|
|
915
|
+
[_e]: _c,
|
|
916
|
+
[_hE]: 400,
|
|
917
|
+
[_aQE]: [`DuplicateTagKeys`, 400],
|
|
918
|
+
},
|
|
919
|
+
[_M],
|
|
920
|
+
[0],
|
|
921
|
+
];
|
|
922
|
+
TypeRegistry.for(n0).registerError(DuplicateTagKeysException, __DuplicateTagKeysException);
|
|
923
|
+
export var DuplicateTargetGroupNameException = [
|
|
924
|
+
-3,
|
|
925
|
+
n0,
|
|
926
|
+
_DTGNE,
|
|
927
|
+
{
|
|
928
|
+
[_e]: _c,
|
|
929
|
+
[_hE]: 400,
|
|
930
|
+
[_aQE]: [`DuplicateTargetGroupName`, 400],
|
|
931
|
+
},
|
|
932
|
+
[_M],
|
|
933
|
+
[0],
|
|
934
|
+
];
|
|
935
|
+
TypeRegistry.for(n0).registerError(DuplicateTargetGroupNameException, __DuplicateTargetGroupNameException);
|
|
936
|
+
export var DuplicateTrustStoreNameException = [
|
|
937
|
+
-3,
|
|
938
|
+
n0,
|
|
939
|
+
_DTSNE,
|
|
940
|
+
{
|
|
941
|
+
[_e]: _c,
|
|
942
|
+
[_hE]: 400,
|
|
943
|
+
[_aQE]: [`DuplicateTrustStoreName`, 400],
|
|
944
|
+
},
|
|
945
|
+
[_M],
|
|
946
|
+
[0],
|
|
947
|
+
];
|
|
948
|
+
TypeRegistry.for(n0).registerError(DuplicateTrustStoreNameException, __DuplicateTrustStoreNameException);
|
|
949
|
+
export var FixedResponseActionConfig = [3, n0, _FRAC, 0, [_MB, _SC, _CT], [0, 0, 0]];
|
|
950
|
+
export var ForwardActionConfig = [
|
|
951
|
+
3,
|
|
952
|
+
n0,
|
|
953
|
+
_FAC,
|
|
954
|
+
0,
|
|
955
|
+
[_TG, _TGSC],
|
|
956
|
+
[() => TargetGroupList, () => TargetGroupStickinessConfig],
|
|
957
|
+
];
|
|
958
|
+
export var GetResourcePolicyInput = [3, n0, _GRPI, 0, [_RAe], [0]];
|
|
959
|
+
export var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_Pol], [0]];
|
|
960
|
+
export var GetTrustStoreCaCertificatesBundleInput = [3, n0, _GTSCCBI, 0, [_TSA], [0]];
|
|
961
|
+
export var GetTrustStoreCaCertificatesBundleOutput = [3, n0, _GTSCCBO, 0, [_Lo], [0]];
|
|
962
|
+
export var GetTrustStoreRevocationContentInput = [3, n0, _GTSRCI, 0, [_TSA, _RI], [0, 1]];
|
|
963
|
+
export var GetTrustStoreRevocationContentOutput = [3, n0, _GTSRCO, 0, [_Lo], [0]];
|
|
964
|
+
export var HealthUnavailableException = [
|
|
965
|
+
-3,
|
|
966
|
+
n0,
|
|
967
|
+
_HUE,
|
|
968
|
+
{
|
|
969
|
+
[_e]: _s,
|
|
970
|
+
[_hE]: 500,
|
|
971
|
+
[_aQE]: [`HealthUnavailable`, 500],
|
|
972
|
+
},
|
|
973
|
+
[_M],
|
|
974
|
+
[0],
|
|
975
|
+
];
|
|
976
|
+
TypeRegistry.for(n0).registerError(HealthUnavailableException, __HealthUnavailableException);
|
|
977
|
+
export var HostHeaderConditionConfig = [3, n0, _HHCC, 0, [_V, _RV], [64 | 0, 64 | 0]];
|
|
978
|
+
export var HostHeaderRewriteConfig = [3, n0, _HHRC, 0, [_Rew], [() => RewriteConfigList]];
|
|
979
|
+
export var HttpHeaderConditionConfig = [3, n0, _HHCCt, 0, [_HHN, _V, _RV], [0, 64 | 0, 64 | 0]];
|
|
980
|
+
export var HttpRequestMethodConditionConfig = [3, n0, _HRMCC, 0, [_V], [64 | 0]];
|
|
981
|
+
export var IncompatibleProtocolsException = [
|
|
982
|
+
-3,
|
|
983
|
+
n0,
|
|
984
|
+
_IPE,
|
|
985
|
+
{
|
|
986
|
+
[_e]: _c,
|
|
987
|
+
[_hE]: 400,
|
|
988
|
+
[_aQE]: [`IncompatibleProtocols`, 400],
|
|
989
|
+
},
|
|
990
|
+
[_M],
|
|
991
|
+
[0],
|
|
992
|
+
];
|
|
993
|
+
TypeRegistry.for(n0).registerError(IncompatibleProtocolsException, __IncompatibleProtocolsException);
|
|
994
|
+
export var InsufficientCapacityException = [
|
|
995
|
+
-3,
|
|
996
|
+
n0,
|
|
997
|
+
_ICE,
|
|
998
|
+
{
|
|
999
|
+
[_e]: _s,
|
|
1000
|
+
[_hE]: 500,
|
|
1001
|
+
[_aQE]: [`InsufficientCapacity`, 500],
|
|
1002
|
+
},
|
|
1003
|
+
[_M],
|
|
1004
|
+
[0],
|
|
1005
|
+
];
|
|
1006
|
+
TypeRegistry.for(n0).registerError(InsufficientCapacityException, __InsufficientCapacityException);
|
|
1007
|
+
export var InvalidCaCertificatesBundleException = [
|
|
1008
|
+
-3,
|
|
1009
|
+
n0,
|
|
1010
|
+
_ICCBE,
|
|
1011
|
+
{
|
|
1012
|
+
[_e]: _c,
|
|
1013
|
+
[_hE]: 400,
|
|
1014
|
+
[_aQE]: [`InvalidCaCertificatesBundle`, 400],
|
|
1015
|
+
},
|
|
1016
|
+
[_M],
|
|
1017
|
+
[0],
|
|
1018
|
+
];
|
|
1019
|
+
TypeRegistry.for(n0).registerError(InvalidCaCertificatesBundleException, __InvalidCaCertificatesBundleException);
|
|
1020
|
+
export var InvalidConfigurationRequestException = [
|
|
1021
|
+
-3,
|
|
1022
|
+
n0,
|
|
1023
|
+
_ICRE,
|
|
1024
|
+
{
|
|
1025
|
+
[_e]: _c,
|
|
1026
|
+
[_hE]: 400,
|
|
1027
|
+
[_aQE]: [`InvalidConfigurationRequest`, 400],
|
|
1028
|
+
},
|
|
1029
|
+
[_M],
|
|
1030
|
+
[0],
|
|
1031
|
+
];
|
|
1032
|
+
TypeRegistry.for(n0).registerError(InvalidConfigurationRequestException, __InvalidConfigurationRequestException);
|
|
1033
|
+
export var InvalidLoadBalancerActionException = [
|
|
1034
|
+
-3,
|
|
1035
|
+
n0,
|
|
1036
|
+
_ILBAE,
|
|
1037
|
+
{
|
|
1038
|
+
[_e]: _c,
|
|
1039
|
+
[_hE]: 400,
|
|
1040
|
+
[_aQE]: [`InvalidLoadBalancerAction`, 400],
|
|
1041
|
+
},
|
|
1042
|
+
[_M],
|
|
1043
|
+
[0],
|
|
1044
|
+
];
|
|
1045
|
+
TypeRegistry.for(n0).registerError(InvalidLoadBalancerActionException, __InvalidLoadBalancerActionException);
|
|
1046
|
+
export var InvalidRevocationContentException = [
|
|
1047
|
+
-3,
|
|
1048
|
+
n0,
|
|
1049
|
+
_IRCE,
|
|
1050
|
+
{
|
|
1051
|
+
[_e]: _c,
|
|
1052
|
+
[_hE]: 400,
|
|
1053
|
+
[_aQE]: [`InvalidRevocationContent`, 400],
|
|
1054
|
+
},
|
|
1055
|
+
[_M],
|
|
1056
|
+
[0],
|
|
1057
|
+
];
|
|
1058
|
+
TypeRegistry.for(n0).registerError(InvalidRevocationContentException, __InvalidRevocationContentException);
|
|
1059
|
+
export var InvalidSchemeException = [
|
|
1060
|
+
-3,
|
|
1061
|
+
n0,
|
|
1062
|
+
_ISE,
|
|
1063
|
+
{
|
|
1064
|
+
[_e]: _c,
|
|
1065
|
+
[_hE]: 400,
|
|
1066
|
+
[_aQE]: [`InvalidScheme`, 400],
|
|
1067
|
+
},
|
|
1068
|
+
[_M],
|
|
1069
|
+
[0],
|
|
1070
|
+
];
|
|
1071
|
+
TypeRegistry.for(n0).registerError(InvalidSchemeException, __InvalidSchemeException);
|
|
1072
|
+
export var InvalidSecurityGroupException = [
|
|
1073
|
+
-3,
|
|
1074
|
+
n0,
|
|
1075
|
+
_ISGE,
|
|
1076
|
+
{
|
|
1077
|
+
[_e]: _c,
|
|
1078
|
+
[_hE]: 400,
|
|
1079
|
+
[_aQE]: [`InvalidSecurityGroup`, 400],
|
|
1080
|
+
},
|
|
1081
|
+
[_M],
|
|
1082
|
+
[0],
|
|
1083
|
+
];
|
|
1084
|
+
TypeRegistry.for(n0).registerError(InvalidSecurityGroupException, __InvalidSecurityGroupException);
|
|
1085
|
+
export var InvalidSubnetException = [
|
|
1086
|
+
-3,
|
|
1087
|
+
n0,
|
|
1088
|
+
_ISEn,
|
|
1089
|
+
{
|
|
1090
|
+
[_e]: _c,
|
|
1091
|
+
[_hE]: 400,
|
|
1092
|
+
[_aQE]: [`InvalidSubnet`, 400],
|
|
1093
|
+
},
|
|
1094
|
+
[_M],
|
|
1095
|
+
[0],
|
|
1096
|
+
];
|
|
1097
|
+
TypeRegistry.for(n0).registerError(InvalidSubnetException, __InvalidSubnetException);
|
|
1098
|
+
export var InvalidTargetException = [
|
|
1099
|
+
-3,
|
|
1100
|
+
n0,
|
|
1101
|
+
_ITE,
|
|
1102
|
+
{
|
|
1103
|
+
[_e]: _c,
|
|
1104
|
+
[_hE]: 400,
|
|
1105
|
+
[_aQE]: [`InvalidTarget`, 400],
|
|
1106
|
+
},
|
|
1107
|
+
[_M],
|
|
1108
|
+
[0],
|
|
1109
|
+
];
|
|
1110
|
+
TypeRegistry.for(n0).registerError(InvalidTargetException, __InvalidTargetException);
|
|
1111
|
+
export var IpamPools = [3, n0, _IP, 0, [_IIPI], [0]];
|
|
1112
|
+
export var JwtValidationActionAdditionalClaim = [3, n0, _JVAAC, 0, [_F, _N, _V], [0, 0, 64 | 0]];
|
|
1113
|
+
export var JwtValidationActionConfig = [
|
|
1114
|
+
3,
|
|
1115
|
+
n0,
|
|
1116
|
+
_JVAC,
|
|
1117
|
+
0,
|
|
1118
|
+
[_JE, _I, _AC],
|
|
1119
|
+
[0, 0, () => JwtValidationActionAdditionalClaims],
|
|
1120
|
+
];
|
|
1121
|
+
export var Limit = [3, n0, _Lim, 0, [_N, _Max], [0, 0]];
|
|
1122
|
+
export var Listener = [
|
|
1123
|
+
3,
|
|
1124
|
+
n0,
|
|
1125
|
+
_Lis,
|
|
1126
|
+
0,
|
|
1127
|
+
[_LA, _LBAo, _Po, _Pr, _C, _SP, _DA, _AP, _MA],
|
|
1128
|
+
[0, 0, 1, 0, () => CertificateList, 0, () => Actions, 64 | 0, () => MutualAuthenticationAttributes],
|
|
1129
|
+
];
|
|
1130
|
+
export var ListenerAttribute = [3, n0, _LAis, 0, [_K, _Va], [0, 0]];
|
|
1131
|
+
export var ListenerNotFoundException = [
|
|
1132
|
+
-3,
|
|
1133
|
+
n0,
|
|
1134
|
+
_LNFE,
|
|
1135
|
+
{
|
|
1136
|
+
[_e]: _c,
|
|
1137
|
+
[_hE]: 400,
|
|
1138
|
+
[_aQE]: [`ListenerNotFound`, 400],
|
|
1139
|
+
},
|
|
1140
|
+
[_M],
|
|
1141
|
+
[0],
|
|
1142
|
+
];
|
|
1143
|
+
TypeRegistry.for(n0).registerError(ListenerNotFoundException, __ListenerNotFoundException);
|
|
1144
|
+
export var LoadBalancer = [
|
|
1145
|
+
3,
|
|
1146
|
+
n0,
|
|
1147
|
+
_LBo,
|
|
1148
|
+
0,
|
|
1149
|
+
[_LBAo, _DNSN, _CHZI, _CTr, _LBN, _Sch, _VI, _S, _T, _AZv, _SG, _IAT, _COIP, _ESGIROPLT, _EPFISN, _IP],
|
|
1150
|
+
[0, 0, 0, 4, 0, 0, 0, () => LoadBalancerState, 0, () => AvailabilityZones, 64 | 0, 0, 0, 0, 0, () => IpamPools],
|
|
1151
|
+
];
|
|
1152
|
+
export var LoadBalancerAddress = [3, n0, _LBAoad, 0, [_IA, _AI, _PIPA, _IPA], [0, 0, 0, 0]];
|
|
1153
|
+
export var LoadBalancerAttribute = [3, n0, _LBAoada, 0, [_K, _Va], [0, 0]];
|
|
1154
|
+
export var LoadBalancerNotFoundException = [
|
|
1155
|
+
-3,
|
|
1156
|
+
n0,
|
|
1157
|
+
_LBNFE,
|
|
1158
|
+
{
|
|
1159
|
+
[_e]: _c,
|
|
1160
|
+
[_hE]: 400,
|
|
1161
|
+
[_aQE]: [`LoadBalancerNotFound`, 400],
|
|
1162
|
+
},
|
|
1163
|
+
[_M],
|
|
1164
|
+
[0],
|
|
1165
|
+
];
|
|
1166
|
+
TypeRegistry.for(n0).registerError(LoadBalancerNotFoundException, __LoadBalancerNotFoundException);
|
|
1167
|
+
export var LoadBalancerState = [3, n0, _LBS, 0, [_Co, _R], [0, 0]];
|
|
1168
|
+
export var Matcher = [3, n0, _Ma, 0, [_HC, _GC], [0, 0]];
|
|
1169
|
+
export var MinimumLoadBalancerCapacity = [3, n0, _MLBC, 0, [_CU], [1]];
|
|
1170
|
+
export var ModifyCapacityReservationInput = [
|
|
1171
|
+
3,
|
|
1172
|
+
n0,
|
|
1173
|
+
_MCRI,
|
|
1174
|
+
0,
|
|
1175
|
+
[_LBAo, _MLBC, _RCR],
|
|
1176
|
+
[0, () => MinimumLoadBalancerCapacity, 2],
|
|
1177
|
+
];
|
|
1178
|
+
export var ModifyCapacityReservationOutput = [
|
|
1179
|
+
3,
|
|
1180
|
+
n0,
|
|
1181
|
+
_MCRO,
|
|
1182
|
+
0,
|
|
1183
|
+
[_LMT, _DRR, _MLBC, _CRSa],
|
|
1184
|
+
[4, 1, () => MinimumLoadBalancerCapacity, () => ZonalCapacityReservationStates],
|
|
1185
|
+
];
|
|
1186
|
+
export var ModifyIpPoolsInput = [
|
|
1187
|
+
3,
|
|
1188
|
+
n0,
|
|
1189
|
+
_MIPI,
|
|
1190
|
+
0,
|
|
1191
|
+
[_LBAo, _IP, _RIP],
|
|
1192
|
+
[0, () => IpamPools, 64 | 0],
|
|
1193
|
+
];
|
|
1194
|
+
export var ModifyIpPoolsOutput = [3, n0, _MIPO, 0, [_IP], [() => IpamPools]];
|
|
1195
|
+
export var ModifyListenerAttributesInput = [
|
|
1196
|
+
3,
|
|
1197
|
+
n0,
|
|
1198
|
+
_MLAI,
|
|
1199
|
+
0,
|
|
1200
|
+
[_LA, _At],
|
|
1201
|
+
[0, () => ListenerAttributes],
|
|
1202
|
+
];
|
|
1203
|
+
export var ModifyListenerAttributesOutput = [3, n0, _MLAO, 0, [_At], [() => ListenerAttributes]];
|
|
1204
|
+
export var ModifyListenerInput = [
|
|
1205
|
+
3,
|
|
1206
|
+
n0,
|
|
1207
|
+
_MLI,
|
|
1208
|
+
0,
|
|
1209
|
+
[_LA, _Po, _Pr, _SP, _C, _DA, _AP, _MA],
|
|
1210
|
+
[0, 1, 0, 0, () => CertificateList, () => Actions, 64 | 0, () => MutualAuthenticationAttributes],
|
|
1211
|
+
];
|
|
1212
|
+
export var ModifyListenerOutput = [3, n0, _MLO, 0, [_L], [() => Listeners]];
|
|
1213
|
+
export var ModifyLoadBalancerAttributesInput = [
|
|
1214
|
+
3,
|
|
1215
|
+
n0,
|
|
1216
|
+
_MLBAI,
|
|
1217
|
+
0,
|
|
1218
|
+
[_LBAo, _At],
|
|
1219
|
+
[0, () => LoadBalancerAttributes],
|
|
1220
|
+
];
|
|
1221
|
+
export var ModifyLoadBalancerAttributesOutput = [
|
|
1222
|
+
3,
|
|
1223
|
+
n0,
|
|
1224
|
+
_MLBAO,
|
|
1225
|
+
0,
|
|
1226
|
+
[_At],
|
|
1227
|
+
[() => LoadBalancerAttributes],
|
|
1228
|
+
];
|
|
1229
|
+
export var ModifyRuleInput = [
|
|
1230
|
+
3,
|
|
1231
|
+
n0,
|
|
1232
|
+
_MRI,
|
|
1233
|
+
0,
|
|
1234
|
+
[_RAu, _Con, _Ac, _Tr, _RTe],
|
|
1235
|
+
[0, () => RuleConditionList, () => Actions, () => RuleTransformList, 2],
|
|
1236
|
+
];
|
|
1237
|
+
export var ModifyRuleOutput = [3, n0, _MRO, 0, [_Ru], [() => Rules]];
|
|
1238
|
+
export var ModifyTargetGroupAttributesInput = [
|
|
1239
|
+
3,
|
|
1240
|
+
n0,
|
|
1241
|
+
_MTGAI,
|
|
1242
|
+
0,
|
|
1243
|
+
[_TGA, _At],
|
|
1244
|
+
[0, () => TargetGroupAttributes],
|
|
1245
|
+
];
|
|
1246
|
+
export var ModifyTargetGroupAttributesOutput = [
|
|
1247
|
+
3,
|
|
1248
|
+
n0,
|
|
1249
|
+
_MTGAO,
|
|
1250
|
+
0,
|
|
1251
|
+
[_At],
|
|
1252
|
+
[() => TargetGroupAttributes],
|
|
1253
|
+
];
|
|
1254
|
+
export var ModifyTargetGroupInput = [
|
|
1255
|
+
3,
|
|
1256
|
+
n0,
|
|
1257
|
+
_MTGI,
|
|
1258
|
+
0,
|
|
1259
|
+
[_TGA, _HCP, _HCPe, _HCPea, _HCE, _HCIS, _HCTS, _HTC, _UTC, _Ma],
|
|
1260
|
+
[0, 0, 0, 0, 2, 1, 1, 1, 1, () => Matcher],
|
|
1261
|
+
];
|
|
1262
|
+
export var ModifyTargetGroupOutput = [3, n0, _MTGO, 0, [_TG], [() => TargetGroups]];
|
|
1263
|
+
export var ModifyTrustStoreInput = [
|
|
1264
|
+
3,
|
|
1265
|
+
n0,
|
|
1266
|
+
_MTSI,
|
|
1267
|
+
0,
|
|
1268
|
+
[_TSA, _CCBSB, _CCBSK, _CCBSOV],
|
|
1269
|
+
[0, 0, 0, 0],
|
|
1270
|
+
];
|
|
1271
|
+
export var ModifyTrustStoreOutput = [3, n0, _MTSO, 0, [_TS], [() => TrustStores]];
|
|
1272
|
+
export var MutualAuthenticationAttributes = [
|
|
1273
|
+
3,
|
|
1274
|
+
n0,
|
|
1275
|
+
_MAA,
|
|
1276
|
+
0,
|
|
1277
|
+
[_Mo, _TSA, _ICCE, _TSAS, _ATSCN],
|
|
1278
|
+
[0, 0, 2, 0, 0],
|
|
1279
|
+
];
|
|
1280
|
+
export var OperationNotPermittedException = [
|
|
1281
|
+
-3,
|
|
1282
|
+
n0,
|
|
1283
|
+
_ONPE,
|
|
1284
|
+
{
|
|
1285
|
+
[_e]: _c,
|
|
1286
|
+
[_hE]: 400,
|
|
1287
|
+
[_aQE]: [`OperationNotPermitted`, 400],
|
|
1288
|
+
},
|
|
1289
|
+
[_M],
|
|
1290
|
+
[0],
|
|
1291
|
+
];
|
|
1292
|
+
TypeRegistry.for(n0).registerError(OperationNotPermittedException, __OperationNotPermittedException);
|
|
1293
|
+
export var PathPatternConditionConfig = [3, n0, _PPCC, 0, [_V, _RV], [64 | 0, 64 | 0]];
|
|
1294
|
+
export var PriorityInUseException = [
|
|
1295
|
+
-3,
|
|
1296
|
+
n0,
|
|
1297
|
+
_PIUE,
|
|
1298
|
+
{
|
|
1299
|
+
[_e]: _c,
|
|
1300
|
+
[_hE]: 400,
|
|
1301
|
+
[_aQE]: [`PriorityInUse`, 400],
|
|
1302
|
+
},
|
|
1303
|
+
[_M],
|
|
1304
|
+
[0],
|
|
1305
|
+
];
|
|
1306
|
+
TypeRegistry.for(n0).registerError(PriorityInUseException, __PriorityInUseException);
|
|
1307
|
+
export var PriorRequestNotCompleteException = [
|
|
1308
|
+
-3,
|
|
1309
|
+
n0,
|
|
1310
|
+
_PRNCE,
|
|
1311
|
+
{
|
|
1312
|
+
[_e]: _c,
|
|
1313
|
+
[_hE]: 429,
|
|
1314
|
+
[_aQE]: [`PriorRequestNotComplete`, 429],
|
|
1315
|
+
},
|
|
1316
|
+
[_M],
|
|
1317
|
+
[0],
|
|
1318
|
+
];
|
|
1319
|
+
TypeRegistry.for(n0).registerError(PriorRequestNotCompleteException, __PriorRequestNotCompleteException);
|
|
1320
|
+
export var QueryStringConditionConfig = [
|
|
1321
|
+
3,
|
|
1322
|
+
n0,
|
|
1323
|
+
_QSCC,
|
|
1324
|
+
0,
|
|
1325
|
+
[_V],
|
|
1326
|
+
[() => QueryStringKeyValuePairList],
|
|
1327
|
+
];
|
|
1328
|
+
export var QueryStringKeyValuePair = [3, n0, _QSKVP, 0, [_K, _Va], [0, 0]];
|
|
1329
|
+
export var RedirectActionConfig = [
|
|
1330
|
+
3,
|
|
1331
|
+
n0,
|
|
1332
|
+
_RAC,
|
|
1333
|
+
0,
|
|
1334
|
+
[_Pr, _Po, _H, _Pa, _Q, _SC],
|
|
1335
|
+
[0, 0, 0, 0, 0, 0],
|
|
1336
|
+
];
|
|
1337
|
+
export var RegisterTargetsInput = [3, n0, _RTI, 0, [_TGA, _Tar], [0, () => TargetDescriptions]];
|
|
1338
|
+
export var RegisterTargetsOutput = [3, n0, _RTO, 0, [], []];
|
|
1339
|
+
export var RemoveListenerCertificatesInput = [
|
|
1340
|
+
3,
|
|
1341
|
+
n0,
|
|
1342
|
+
_RLCI,
|
|
1343
|
+
0,
|
|
1344
|
+
[_LA, _C],
|
|
1345
|
+
[0, () => CertificateList],
|
|
1346
|
+
];
|
|
1347
|
+
export var RemoveListenerCertificatesOutput = [3, n0, _RLCO, 0, [], []];
|
|
1348
|
+
export var RemoveTagsInput = [3, n0, _RTIe, 0, [_RA, _TK], [64 | 0, 64 | 0]];
|
|
1349
|
+
export var RemoveTagsOutput = [3, n0, _RTOe, 0, [], []];
|
|
1350
|
+
export var RemoveTrustStoreRevocationsInput = [3, n0, _RTSRI, 0, [_TSA, _RIe], [0, 64 | 1]];
|
|
1351
|
+
export var RemoveTrustStoreRevocationsOutput = [3, n0, _RTSRO, 0, [], []];
|
|
1352
|
+
export var ResourceInUseException = [
|
|
1353
|
+
-3,
|
|
1354
|
+
n0,
|
|
1355
|
+
_RIUE,
|
|
1356
|
+
{
|
|
1357
|
+
[_e]: _c,
|
|
1358
|
+
[_hE]: 400,
|
|
1359
|
+
[_aQE]: [`ResourceInUse`, 400],
|
|
1360
|
+
},
|
|
1361
|
+
[_M],
|
|
1362
|
+
[0],
|
|
1363
|
+
];
|
|
1364
|
+
TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
|
|
1365
|
+
export var ResourceNotFoundException = [
|
|
1366
|
+
-3,
|
|
1367
|
+
n0,
|
|
1368
|
+
_RNFE,
|
|
1369
|
+
{
|
|
1370
|
+
[_e]: _c,
|
|
1371
|
+
[_hE]: 400,
|
|
1372
|
+
[_aQE]: [`ResourceNotFound`, 400],
|
|
1373
|
+
},
|
|
1374
|
+
[_M],
|
|
1375
|
+
[0],
|
|
1376
|
+
];
|
|
1377
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1378
|
+
export var RevocationContent = [3, n0, _RCev, 0, [_SB, _SK, _SOV, _RT], [0, 0, 0, 0]];
|
|
1379
|
+
export var RevocationContentNotFoundException = [
|
|
1380
|
+
-3,
|
|
1381
|
+
n0,
|
|
1382
|
+
_RCNFE,
|
|
1383
|
+
{
|
|
1384
|
+
[_e]: _c,
|
|
1385
|
+
[_hE]: 400,
|
|
1386
|
+
[_aQE]: [`RevocationContentNotFound`, 400],
|
|
1387
|
+
},
|
|
1388
|
+
[_M],
|
|
1389
|
+
[0],
|
|
1390
|
+
];
|
|
1391
|
+
TypeRegistry.for(n0).registerError(RevocationContentNotFoundException, __RevocationContentNotFoundException);
|
|
1392
|
+
export var RevocationIdNotFoundException = [
|
|
1393
|
+
-3,
|
|
1394
|
+
n0,
|
|
1395
|
+
_RINFE,
|
|
1396
|
+
{
|
|
1397
|
+
[_e]: _c,
|
|
1398
|
+
[_hE]: 400,
|
|
1399
|
+
[_aQE]: [`RevocationIdNotFound`, 400],
|
|
1400
|
+
},
|
|
1401
|
+
[_M],
|
|
1402
|
+
[0],
|
|
1403
|
+
];
|
|
1404
|
+
TypeRegistry.for(n0).registerError(RevocationIdNotFoundException, __RevocationIdNotFoundException);
|
|
1405
|
+
export var RewriteConfig = [3, n0, _RCew, 0, [_Reg, _Rep], [0, 0]];
|
|
1406
|
+
export var Rule = [
|
|
1407
|
+
3,
|
|
1408
|
+
n0,
|
|
1409
|
+
_Rul,
|
|
1410
|
+
0,
|
|
1411
|
+
[_RAu, _P, _Con, _Ac, _ID, _Tr],
|
|
1412
|
+
[0, 0, () => RuleConditionList, () => Actions, 2, () => RuleTransformList],
|
|
1413
|
+
];
|
|
1414
|
+
export var RuleCondition = [
|
|
1415
|
+
3,
|
|
1416
|
+
n0,
|
|
1417
|
+
_RCu,
|
|
1418
|
+
0,
|
|
1419
|
+
[_Fi, _V, _HHC, _PPC, _HHCt, _QSC, _HRMC, _SIC, _RV],
|
|
1420
|
+
[
|
|
1421
|
+
0,
|
|
1422
|
+
64 | 0,
|
|
1423
|
+
() => HostHeaderConditionConfig,
|
|
1424
|
+
() => PathPatternConditionConfig,
|
|
1425
|
+
() => HttpHeaderConditionConfig,
|
|
1426
|
+
() => QueryStringConditionConfig,
|
|
1427
|
+
() => HttpRequestMethodConditionConfig,
|
|
1428
|
+
() => SourceIpConditionConfig,
|
|
1429
|
+
64 | 0,
|
|
1430
|
+
],
|
|
1431
|
+
];
|
|
1432
|
+
export var RuleNotFoundException = [
|
|
1433
|
+
-3,
|
|
1434
|
+
n0,
|
|
1435
|
+
_RNFEu,
|
|
1436
|
+
{
|
|
1437
|
+
[_e]: _c,
|
|
1438
|
+
[_hE]: 400,
|
|
1439
|
+
[_aQE]: [`RuleNotFound`, 400],
|
|
1440
|
+
},
|
|
1441
|
+
[_M],
|
|
1442
|
+
[0],
|
|
1443
|
+
];
|
|
1444
|
+
TypeRegistry.for(n0).registerError(RuleNotFoundException, __RuleNotFoundException);
|
|
1445
|
+
export var RulePriorityPair = [3, n0, _RPP, 0, [_RAu, _P], [0, 1]];
|
|
1446
|
+
export var RuleTransform = [
|
|
1447
|
+
3,
|
|
1448
|
+
n0,
|
|
1449
|
+
_RTu,
|
|
1450
|
+
0,
|
|
1451
|
+
[_T, _HHRC, _URC],
|
|
1452
|
+
[0, () => HostHeaderRewriteConfig, () => UrlRewriteConfig],
|
|
1453
|
+
];
|
|
1454
|
+
export var SetIpAddressTypeInput = [3, n0, _SIATI, 0, [_LBAo, _IAT], [0, 0]];
|
|
1455
|
+
export var SetIpAddressTypeOutput = [3, n0, _SIATO, 0, [_IAT], [0]];
|
|
1456
|
+
export var SetRulePrioritiesInput = [3, n0, _SRPI, 0, [_RP], [() => RulePriorityList]];
|
|
1457
|
+
export var SetRulePrioritiesOutput = [3, n0, _SRPO, 0, [_Ru], [() => Rules]];
|
|
1458
|
+
export var SetSecurityGroupsInput = [3, n0, _SSGI, 0, [_LBAo, _SG, _ESGIROPLT], [0, 64 | 0, 0]];
|
|
1459
|
+
export var SetSecurityGroupsOutput = [3, n0, _SSGO, 0, [_SGI, _ESGIROPLT], [64 | 0, 0]];
|
|
1460
|
+
export var SetSubnetsInput = [
|
|
1461
|
+
3,
|
|
1462
|
+
n0,
|
|
1463
|
+
_SSI,
|
|
1464
|
+
0,
|
|
1465
|
+
[_LBAo, _Su, _SM, _IAT, _EPFISN],
|
|
1466
|
+
[0, 64 | 0, () => SubnetMappings, 0, 0],
|
|
1467
|
+
];
|
|
1468
|
+
export var SetSubnetsOutput = [
|
|
1469
|
+
3,
|
|
1470
|
+
n0,
|
|
1471
|
+
_SSO,
|
|
1472
|
+
0,
|
|
1473
|
+
[_AZv, _IAT, _EPFISN],
|
|
1474
|
+
[() => AvailabilityZones, 0, 0],
|
|
1475
|
+
];
|
|
1476
|
+
export var SourceIpConditionConfig = [3, n0, _SICC, 0, [_V], [64 | 0]];
|
|
1477
|
+
export var SslPolicy = [
|
|
1478
|
+
3,
|
|
1479
|
+
n0,
|
|
1480
|
+
_SP,
|
|
1481
|
+
0,
|
|
1482
|
+
[_SPsl, _Cip, _N, _SLBT],
|
|
1483
|
+
[64 | 0, () => Ciphers, 0, 64 | 0],
|
|
1484
|
+
];
|
|
1485
|
+
export var SSLPolicyNotFoundException = [
|
|
1486
|
+
-3,
|
|
1487
|
+
n0,
|
|
1488
|
+
_SSLPNFE,
|
|
1489
|
+
{
|
|
1490
|
+
[_e]: _c,
|
|
1491
|
+
[_hE]: 400,
|
|
1492
|
+
[_aQE]: [`SSLPolicyNotFound`, 400],
|
|
1493
|
+
},
|
|
1494
|
+
[_M],
|
|
1495
|
+
[0],
|
|
1496
|
+
];
|
|
1497
|
+
TypeRegistry.for(n0).registerError(SSLPolicyNotFoundException, __SSLPolicyNotFoundException);
|
|
1498
|
+
export var SubnetMapping = [3, n0, _SMu, 0, [_SI, _AI, _PIPA, _IPA, _SNIPo], [0, 0, 0, 0, 0]];
|
|
1499
|
+
export var SubnetNotFoundException = [
|
|
1500
|
+
-3,
|
|
1501
|
+
n0,
|
|
1502
|
+
_SNFE,
|
|
1503
|
+
{
|
|
1504
|
+
[_e]: _c,
|
|
1505
|
+
[_hE]: 400,
|
|
1506
|
+
[_aQE]: [`SubnetNotFound`, 400],
|
|
1507
|
+
},
|
|
1508
|
+
[_M],
|
|
1509
|
+
[0],
|
|
1510
|
+
];
|
|
1511
|
+
TypeRegistry.for(n0).registerError(SubnetNotFoundException, __SubnetNotFoundException);
|
|
1512
|
+
export var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
|
|
1513
|
+
export var TagDescription = [3, n0, _TDa, 0, [_RAe, _Ta], [0, () => TagList]];
|
|
1514
|
+
export var TargetDescription = [3, n0, _TDar, 0, [_Id, _Po, _AZ], [0, 1, 0]];
|
|
1515
|
+
export var TargetGroup = [
|
|
1516
|
+
3,
|
|
1517
|
+
n0,
|
|
1518
|
+
_TGa,
|
|
1519
|
+
0,
|
|
1520
|
+
[_TGA, _TGN, _Pr, _Po, _VI, _HCP, _HCPe, _HCE, _HCIS, _HCTS, _HTC, _UTC, _HCPea, _Ma, _LBAoa, _TT, _PV, _IAT],
|
|
1521
|
+
[0, 0, 0, 1, 0, 0, 0, 2, 1, 1, 1, 1, 0, () => Matcher, 64 | 0, 0, 0, 0],
|
|
1522
|
+
];
|
|
1523
|
+
export var TargetGroupAssociationLimitException = [
|
|
1524
|
+
-3,
|
|
1525
|
+
n0,
|
|
1526
|
+
_TGALE,
|
|
1527
|
+
{
|
|
1528
|
+
[_e]: _c,
|
|
1529
|
+
[_hE]: 400,
|
|
1530
|
+
[_aQE]: [`TargetGroupAssociationLimit`, 400],
|
|
1531
|
+
},
|
|
1532
|
+
[_M],
|
|
1533
|
+
[0],
|
|
1534
|
+
];
|
|
1535
|
+
TypeRegistry.for(n0).registerError(TargetGroupAssociationLimitException, __TargetGroupAssociationLimitException);
|
|
1536
|
+
export var TargetGroupAttribute = [3, n0, _TGAar, 0, [_K, _Va], [0, 0]];
|
|
1537
|
+
export var TargetGroupNotFoundException = [
|
|
1538
|
+
-3,
|
|
1539
|
+
n0,
|
|
1540
|
+
_TGNFE,
|
|
1541
|
+
{
|
|
1542
|
+
[_e]: _c,
|
|
1543
|
+
[_hE]: 400,
|
|
1544
|
+
[_aQE]: [`TargetGroupNotFound`, 400],
|
|
1545
|
+
},
|
|
1546
|
+
[_M],
|
|
1547
|
+
[0],
|
|
1548
|
+
];
|
|
1549
|
+
TypeRegistry.for(n0).registerError(TargetGroupNotFoundException, __TargetGroupNotFoundException);
|
|
1550
|
+
export var TargetGroupStickinessConfig = [3, n0, _TGSC, 0, [_E, _DS], [2, 1]];
|
|
1551
|
+
export var TargetGroupTuple = [3, n0, _TGT, 0, [_TGA, _W], [0, 1]];
|
|
1552
|
+
export var TargetHealth = [3, n0, _TH, 0, [_S, _R, _D], [0, 0, 0]];
|
|
1553
|
+
export var TargetHealthDescription = [
|
|
1554
|
+
3,
|
|
1555
|
+
n0,
|
|
1556
|
+
_THDa,
|
|
1557
|
+
0,
|
|
1558
|
+
[_Targ, _HCPe, _TH, _AD, _AO],
|
|
1559
|
+
[() => TargetDescription, 0, () => TargetHealth, () => AnomalyDetection, () => AdministrativeOverride],
|
|
1560
|
+
];
|
|
1561
|
+
export var TooManyActionsException = [
|
|
1562
|
+
-3,
|
|
1563
|
+
n0,
|
|
1564
|
+
_TMAE,
|
|
1565
|
+
{
|
|
1566
|
+
[_e]: _c,
|
|
1567
|
+
[_hE]: 400,
|
|
1568
|
+
[_aQE]: [`TooManyActions`, 400],
|
|
1569
|
+
},
|
|
1570
|
+
[_M],
|
|
1571
|
+
[0],
|
|
1572
|
+
];
|
|
1573
|
+
TypeRegistry.for(n0).registerError(TooManyActionsException, __TooManyActionsException);
|
|
1574
|
+
export var TooManyCertificatesException = [
|
|
1575
|
+
-3,
|
|
1576
|
+
n0,
|
|
1577
|
+
_TMCE,
|
|
1578
|
+
{
|
|
1579
|
+
[_e]: _c,
|
|
1580
|
+
[_hE]: 400,
|
|
1581
|
+
[_aQE]: [`TooManyCertificates`, 400],
|
|
1582
|
+
},
|
|
1583
|
+
[_M],
|
|
1584
|
+
[0],
|
|
1585
|
+
];
|
|
1586
|
+
TypeRegistry.for(n0).registerError(TooManyCertificatesException, __TooManyCertificatesException);
|
|
1587
|
+
export var TooManyListenersException = [
|
|
1588
|
+
-3,
|
|
1589
|
+
n0,
|
|
1590
|
+
_TMLE,
|
|
1591
|
+
{
|
|
1592
|
+
[_e]: _c,
|
|
1593
|
+
[_hE]: 400,
|
|
1594
|
+
[_aQE]: [`TooManyListeners`, 400],
|
|
1595
|
+
},
|
|
1596
|
+
[_M],
|
|
1597
|
+
[0],
|
|
1598
|
+
];
|
|
1599
|
+
TypeRegistry.for(n0).registerError(TooManyListenersException, __TooManyListenersException);
|
|
1600
|
+
export var TooManyLoadBalancersException = [
|
|
1601
|
+
-3,
|
|
1602
|
+
n0,
|
|
1603
|
+
_TMLBE,
|
|
1604
|
+
{
|
|
1605
|
+
[_e]: _c,
|
|
1606
|
+
[_hE]: 400,
|
|
1607
|
+
[_aQE]: [`TooManyLoadBalancers`, 400],
|
|
1608
|
+
},
|
|
1609
|
+
[_M],
|
|
1610
|
+
[0],
|
|
1611
|
+
];
|
|
1612
|
+
TypeRegistry.for(n0).registerError(TooManyLoadBalancersException, __TooManyLoadBalancersException);
|
|
1613
|
+
export var TooManyRegistrationsForTargetIdException = [
|
|
1614
|
+
-3,
|
|
1615
|
+
n0,
|
|
1616
|
+
_TMRFTIE,
|
|
1617
|
+
{
|
|
1618
|
+
[_e]: _c,
|
|
1619
|
+
[_hE]: 400,
|
|
1620
|
+
[_aQE]: [`TooManyRegistrationsForTargetId`, 400],
|
|
1621
|
+
},
|
|
1622
|
+
[_M],
|
|
1623
|
+
[0],
|
|
1624
|
+
];
|
|
1625
|
+
TypeRegistry.for(n0).registerError(TooManyRegistrationsForTargetIdException, __TooManyRegistrationsForTargetIdException);
|
|
1626
|
+
export var TooManyRulesException = [
|
|
1627
|
+
-3,
|
|
1628
|
+
n0,
|
|
1629
|
+
_TMRE,
|
|
1630
|
+
{
|
|
1631
|
+
[_e]: _c,
|
|
1632
|
+
[_hE]: 400,
|
|
1633
|
+
[_aQE]: [`TooManyRules`, 400],
|
|
1634
|
+
},
|
|
1635
|
+
[_M],
|
|
1636
|
+
[0],
|
|
1637
|
+
];
|
|
1638
|
+
TypeRegistry.for(n0).registerError(TooManyRulesException, __TooManyRulesException);
|
|
1639
|
+
export var TooManyTagsException = [
|
|
1640
|
+
-3,
|
|
1641
|
+
n0,
|
|
1642
|
+
_TMTE,
|
|
1643
|
+
{
|
|
1644
|
+
[_e]: _c,
|
|
1645
|
+
[_hE]: 400,
|
|
1646
|
+
[_aQE]: [`TooManyTags`, 400],
|
|
1647
|
+
},
|
|
1648
|
+
[_M],
|
|
1649
|
+
[0],
|
|
1650
|
+
];
|
|
1651
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
1652
|
+
export var TooManyTargetGroupsException = [
|
|
1653
|
+
-3,
|
|
1654
|
+
n0,
|
|
1655
|
+
_TMTGE,
|
|
1656
|
+
{
|
|
1657
|
+
[_e]: _c,
|
|
1658
|
+
[_hE]: 400,
|
|
1659
|
+
[_aQE]: [`TooManyTargetGroups`, 400],
|
|
1660
|
+
},
|
|
1661
|
+
[_M],
|
|
1662
|
+
[0],
|
|
1663
|
+
];
|
|
1664
|
+
TypeRegistry.for(n0).registerError(TooManyTargetGroupsException, __TooManyTargetGroupsException);
|
|
1665
|
+
export var TooManyTargetsException = [
|
|
1666
|
+
-3,
|
|
1667
|
+
n0,
|
|
1668
|
+
_TMTEo,
|
|
1669
|
+
{
|
|
1670
|
+
[_e]: _c,
|
|
1671
|
+
[_hE]: 400,
|
|
1672
|
+
[_aQE]: [`TooManyTargets`, 400],
|
|
1673
|
+
},
|
|
1674
|
+
[_M],
|
|
1675
|
+
[0],
|
|
1676
|
+
];
|
|
1677
|
+
TypeRegistry.for(n0).registerError(TooManyTargetsException, __TooManyTargetsException);
|
|
1678
|
+
export var TooManyTrustStoreRevocationEntriesException = [
|
|
1679
|
+
-3,
|
|
1680
|
+
n0,
|
|
1681
|
+
_TMTSREE,
|
|
1682
|
+
{
|
|
1683
|
+
[_e]: _c,
|
|
1684
|
+
[_hE]: 400,
|
|
1685
|
+
[_aQE]: [`TooManyTrustStoreRevocationEntries`, 400],
|
|
1686
|
+
},
|
|
1687
|
+
[_M],
|
|
1688
|
+
[0],
|
|
1689
|
+
];
|
|
1690
|
+
TypeRegistry.for(n0).registerError(TooManyTrustStoreRevocationEntriesException, __TooManyTrustStoreRevocationEntriesException);
|
|
1691
|
+
export var TooManyTrustStoresException = [
|
|
1692
|
+
-3,
|
|
1693
|
+
n0,
|
|
1694
|
+
_TMTSE,
|
|
1695
|
+
{
|
|
1696
|
+
[_e]: _c,
|
|
1697
|
+
[_hE]: 400,
|
|
1698
|
+
[_aQE]: [`TooManyTrustStores`, 400],
|
|
1699
|
+
},
|
|
1700
|
+
[_M],
|
|
1701
|
+
[0],
|
|
1702
|
+
];
|
|
1703
|
+
TypeRegistry.for(n0).registerError(TooManyTrustStoresException, __TooManyTrustStoresException);
|
|
1704
|
+
export var TooManyUniqueTargetGroupsPerLoadBalancerException = [
|
|
1705
|
+
-3,
|
|
1706
|
+
n0,
|
|
1707
|
+
_TMUTGPLBE,
|
|
1708
|
+
{
|
|
1709
|
+
[_e]: _c,
|
|
1710
|
+
[_hE]: 400,
|
|
1711
|
+
[_aQE]: [`TooManyUniqueTargetGroupsPerLoadBalancer`, 400],
|
|
1712
|
+
},
|
|
1713
|
+
[_M],
|
|
1714
|
+
[0],
|
|
1715
|
+
];
|
|
1716
|
+
TypeRegistry.for(n0).registerError(TooManyUniqueTargetGroupsPerLoadBalancerException, __TooManyUniqueTargetGroupsPerLoadBalancerException);
|
|
1717
|
+
export var TrustStore = [3, n0, _TSr, 0, [_N, _TSA, _St, _NOCC, _TRE], [0, 0, 0, 1, 1]];
|
|
1718
|
+
export var TrustStoreAssociation = [3, n0, _TSArus, 0, [_RAe], [0]];
|
|
1719
|
+
export var TrustStoreAssociationNotFoundException = [
|
|
1720
|
+
-3,
|
|
1721
|
+
n0,
|
|
1722
|
+
_TSANFE,
|
|
1723
|
+
{
|
|
1724
|
+
[_e]: _c,
|
|
1725
|
+
[_hE]: 400,
|
|
1726
|
+
[_aQE]: [`AssociationNotFound`, 400],
|
|
1727
|
+
},
|
|
1728
|
+
[_M],
|
|
1729
|
+
[0],
|
|
1730
|
+
];
|
|
1731
|
+
TypeRegistry.for(n0).registerError(TrustStoreAssociationNotFoundException, __TrustStoreAssociationNotFoundException);
|
|
1732
|
+
export var TrustStoreInUseException = [
|
|
1733
|
+
-3,
|
|
1734
|
+
n0,
|
|
1735
|
+
_TSIUE,
|
|
1736
|
+
{
|
|
1737
|
+
[_e]: _c,
|
|
1738
|
+
[_hE]: 400,
|
|
1739
|
+
[_aQE]: [`TrustStoreInUse`, 400],
|
|
1740
|
+
},
|
|
1741
|
+
[_M],
|
|
1742
|
+
[0],
|
|
1743
|
+
];
|
|
1744
|
+
TypeRegistry.for(n0).registerError(TrustStoreInUseException, __TrustStoreInUseException);
|
|
1745
|
+
export var TrustStoreNotFoundException = [
|
|
1746
|
+
-3,
|
|
1747
|
+
n0,
|
|
1748
|
+
_TSNFE,
|
|
1749
|
+
{
|
|
1750
|
+
[_e]: _c,
|
|
1751
|
+
[_hE]: 400,
|
|
1752
|
+
[_aQE]: [`TrustStoreNotFound`, 400],
|
|
1753
|
+
},
|
|
1754
|
+
[_M],
|
|
1755
|
+
[0],
|
|
1756
|
+
];
|
|
1757
|
+
TypeRegistry.for(n0).registerError(TrustStoreNotFoundException, __TrustStoreNotFoundException);
|
|
1758
|
+
export var TrustStoreNotReadyException = [
|
|
1759
|
+
-3,
|
|
1760
|
+
n0,
|
|
1761
|
+
_TSNRE,
|
|
1762
|
+
{
|
|
1763
|
+
[_e]: _c,
|
|
1764
|
+
[_hE]: 400,
|
|
1765
|
+
[_aQE]: [`TrustStoreNotReady`, 400],
|
|
1766
|
+
},
|
|
1767
|
+
[_M],
|
|
1768
|
+
[0],
|
|
1769
|
+
];
|
|
1770
|
+
TypeRegistry.for(n0).registerError(TrustStoreNotReadyException, __TrustStoreNotReadyException);
|
|
1771
|
+
export var TrustStoreRevocation = [3, n0, _TSRr, 0, [_TSA, _RI, _RT, _NORE], [0, 1, 0, 1]];
|
|
1772
|
+
export var UnsupportedProtocolException = [
|
|
1773
|
+
-3,
|
|
1774
|
+
n0,
|
|
1775
|
+
_UPE,
|
|
1776
|
+
{
|
|
1777
|
+
[_e]: _c,
|
|
1778
|
+
[_hE]: 400,
|
|
1779
|
+
[_aQE]: [`UnsupportedProtocol`, 400],
|
|
1780
|
+
},
|
|
1781
|
+
[_M],
|
|
1782
|
+
[0],
|
|
1783
|
+
];
|
|
1784
|
+
TypeRegistry.for(n0).registerError(UnsupportedProtocolException, __UnsupportedProtocolException);
|
|
1785
|
+
export var UrlRewriteConfig = [3, n0, _URC, 0, [_Rew], [() => RewriteConfigList]];
|
|
1786
|
+
export var ZonalCapacityReservationState = [
|
|
1787
|
+
3,
|
|
1788
|
+
n0,
|
|
1789
|
+
_ZCRS,
|
|
1790
|
+
0,
|
|
1791
|
+
[_S, _AZ, _ECU],
|
|
1792
|
+
[() => CapacityReservationStatus, 0, 1],
|
|
1793
|
+
];
|
|
1794
|
+
export var __Unit = "unit";
|
|
1795
|
+
export var ElasticLoadBalancingV2ServiceException = [
|
|
1796
|
+
-3,
|
|
1797
|
+
_sm,
|
|
1798
|
+
"ElasticLoadBalancingV2ServiceException",
|
|
1799
|
+
0,
|
|
1800
|
+
[],
|
|
1801
|
+
[],
|
|
1802
|
+
];
|
|
1803
|
+
TypeRegistry.for(_sm).registerError(ElasticLoadBalancingV2ServiceException, __ElasticLoadBalancingV2ServiceException);
|
|
1804
|
+
export var Actions = [1, n0, _Ac, 0, () => Action];
|
|
1805
|
+
export var AlpnPolicyName = 64 | 0;
|
|
1806
|
+
export var AvailabilityZones = [1, n0, _AZv, 0, () => AvailabilityZone];
|
|
1807
|
+
export var CertificateList = [1, n0, _CL, 0, () => Certificate];
|
|
1808
|
+
export var Ciphers = [1, n0, _Cip, 0, () => Cipher];
|
|
1809
|
+
export var DescribeTrustStoreRevocationResponse = [
|
|
1810
|
+
1,
|
|
1811
|
+
n0,
|
|
1812
|
+
_DTSRR,
|
|
1813
|
+
0,
|
|
1814
|
+
() => DescribeTrustStoreRevocation,
|
|
1815
|
+
];
|
|
1816
|
+
export var JwtValidationActionAdditionalClaims = [
|
|
1817
|
+
1,
|
|
1818
|
+
n0,
|
|
1819
|
+
_JVAACw,
|
|
1820
|
+
0,
|
|
1821
|
+
() => JwtValidationActionAdditionalClaim,
|
|
1822
|
+
];
|
|
1823
|
+
export var JwtValidationActionAdditionalClaimValues = 64 | 0;
|
|
1824
|
+
export var Limits = [1, n0, _Li, 0, () => Limit];
|
|
1825
|
+
export var ListenerArns = 64 | 0;
|
|
1826
|
+
export var ListenerAttributes = [1, n0, _LAist, 0, () => ListenerAttribute];
|
|
1827
|
+
export var Listeners = [1, n0, _L, 0, () => Listener];
|
|
1828
|
+
export var ListOfDescribeTargetHealthIncludeOptions = 64 | 0;
|
|
1829
|
+
export var ListOfString = 64 | 0;
|
|
1830
|
+
export var LoadBalancerAddresses = [1, n0, _LBA, 0, () => LoadBalancerAddress];
|
|
1831
|
+
export var LoadBalancerArns = 64 | 0;
|
|
1832
|
+
export var LoadBalancerAttributes = [1, n0, _LBAoadal, 0, () => LoadBalancerAttribute];
|
|
1833
|
+
export var LoadBalancerNames = 64 | 0;
|
|
1834
|
+
export var LoadBalancers = [1, n0, _LB, 0, () => LoadBalancer];
|
|
1835
|
+
export var QueryStringKeyValuePairList = [1, n0, _QSKVPL, 0, () => QueryStringKeyValuePair];
|
|
1836
|
+
export var RemoveIpamPools = 64 | 0;
|
|
1837
|
+
export var ResourceArns = 64 | 0;
|
|
1838
|
+
export var RevocationContents = [1, n0, _RCe, 0, () => RevocationContent];
|
|
1839
|
+
export var RevocationIds = 64 | 1;
|
|
1840
|
+
export var RewriteConfigList = [1, n0, _RCL, 0, () => RewriteConfig];
|
|
1841
|
+
export var RuleArns = 64 | 0;
|
|
1842
|
+
export var RuleConditionList = [1, n0, _RCLu, 0, () => RuleCondition];
|
|
1843
|
+
export var RulePriorityList = [1, n0, _RPL, 0, () => RulePriorityPair];
|
|
1844
|
+
export var Rules = [1, n0, _Ru, 0, () => Rule];
|
|
1845
|
+
export var RuleTransformList = [1, n0, _RTL, 0, () => RuleTransform];
|
|
1846
|
+
export var SecurityGroups = 64 | 0;
|
|
1847
|
+
export var SourceNatIpv6Prefixes = 64 | 0;
|
|
1848
|
+
export var SslPolicies = [1, n0, _SPs, 0, () => SslPolicy];
|
|
1849
|
+
export var SslPolicyNames = 64 | 0;
|
|
1850
|
+
export var SslProtocols = 64 | 0;
|
|
1851
|
+
export var SubnetMappings = [1, n0, _SM, 0, () => SubnetMapping];
|
|
1852
|
+
export var Subnets = 64 | 0;
|
|
1853
|
+
export var TagDescriptions = [1, n0, _TD, 0, () => TagDescription];
|
|
1854
|
+
export var TagKeys = 64 | 0;
|
|
1855
|
+
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1856
|
+
export var TargetDescriptions = [1, n0, _TDarg, 0, () => TargetDescription];
|
|
1857
|
+
export var TargetGroupArns = 64 | 0;
|
|
1858
|
+
export var TargetGroupAttributes = [1, n0, _TGAarg, 0, () => TargetGroupAttribute];
|
|
1859
|
+
export var TargetGroupList = [1, n0, _TGL, 0, () => TargetGroupTuple];
|
|
1860
|
+
export var TargetGroupNames = 64 | 0;
|
|
1861
|
+
export var TargetGroups = [1, n0, _TG, 0, () => TargetGroup];
|
|
1862
|
+
export var TargetHealthDescriptions = [1, n0, _THD, 0, () => TargetHealthDescription];
|
|
1863
|
+
export var TrustStoreArns = 64 | 0;
|
|
1864
|
+
export var TrustStoreAssociations = [1, n0, _TSAr, 0, () => TrustStoreAssociation];
|
|
1865
|
+
export var TrustStoreNames = 64 | 0;
|
|
1866
|
+
export var TrustStoreRevocations = [1, n0, _TSR, 0, () => TrustStoreRevocation];
|
|
1867
|
+
export var TrustStores = [1, n0, _TS, 0, () => TrustStore];
|
|
1868
|
+
export var ZonalCapacityReservationStates = [1, n0, _ZCRSo, 0, () => ZonalCapacityReservationState];
|
|
1869
|
+
export var AuthenticateCognitoActionAuthenticationRequestExtraParams = 128 | 0;
|
|
1870
|
+
export var AuthenticateOidcActionAuthenticationRequestExtraParams = 128 | 0;
|
|
1871
|
+
export var AddListenerCertificates = [
|
|
1872
|
+
9,
|
|
1873
|
+
n0,
|
|
1874
|
+
_ALC,
|
|
1875
|
+
0,
|
|
1876
|
+
() => AddListenerCertificatesInput,
|
|
1877
|
+
() => AddListenerCertificatesOutput,
|
|
1878
|
+
];
|
|
1879
|
+
export var AddTags = [9, n0, _AT, 0, () => AddTagsInput, () => AddTagsOutput];
|
|
1880
|
+
export var AddTrustStoreRevocations = [
|
|
1881
|
+
9,
|
|
1882
|
+
n0,
|
|
1883
|
+
_ATSR,
|
|
1884
|
+
0,
|
|
1885
|
+
() => AddTrustStoreRevocationsInput,
|
|
1886
|
+
() => AddTrustStoreRevocationsOutput,
|
|
1887
|
+
];
|
|
1888
|
+
export var CreateListener = [
|
|
1889
|
+
9,
|
|
1890
|
+
n0,
|
|
1891
|
+
_CLr,
|
|
1892
|
+
0,
|
|
1893
|
+
() => CreateListenerInput,
|
|
1894
|
+
() => CreateListenerOutput,
|
|
1895
|
+
];
|
|
1896
|
+
export var CreateLoadBalancer = [
|
|
1897
|
+
9,
|
|
1898
|
+
n0,
|
|
1899
|
+
_CLB,
|
|
1900
|
+
0,
|
|
1901
|
+
() => CreateLoadBalancerInput,
|
|
1902
|
+
() => CreateLoadBalancerOutput,
|
|
1903
|
+
];
|
|
1904
|
+
export var CreateRule = [9, n0, _CR, 0, () => CreateRuleInput, () => CreateRuleOutput];
|
|
1905
|
+
export var CreateTargetGroup = [
|
|
1906
|
+
9,
|
|
1907
|
+
n0,
|
|
1908
|
+
_CTG,
|
|
1909
|
+
0,
|
|
1910
|
+
() => CreateTargetGroupInput,
|
|
1911
|
+
() => CreateTargetGroupOutput,
|
|
1912
|
+
];
|
|
1913
|
+
export var CreateTrustStore = [
|
|
1914
|
+
9,
|
|
1915
|
+
n0,
|
|
1916
|
+
_CTS,
|
|
1917
|
+
0,
|
|
1918
|
+
() => CreateTrustStoreInput,
|
|
1919
|
+
() => CreateTrustStoreOutput,
|
|
1920
|
+
];
|
|
1921
|
+
export var DeleteListener = [
|
|
1922
|
+
9,
|
|
1923
|
+
n0,
|
|
1924
|
+
_DL,
|
|
1925
|
+
0,
|
|
1926
|
+
() => DeleteListenerInput,
|
|
1927
|
+
() => DeleteListenerOutput,
|
|
1928
|
+
];
|
|
1929
|
+
export var DeleteLoadBalancer = [
|
|
1930
|
+
9,
|
|
1931
|
+
n0,
|
|
1932
|
+
_DLB,
|
|
1933
|
+
0,
|
|
1934
|
+
() => DeleteLoadBalancerInput,
|
|
1935
|
+
() => DeleteLoadBalancerOutput,
|
|
1936
|
+
];
|
|
1937
|
+
export var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleInput, () => DeleteRuleOutput];
|
|
1938
|
+
export var DeleteSharedTrustStoreAssociation = [
|
|
1939
|
+
9,
|
|
1940
|
+
n0,
|
|
1941
|
+
_DSTSA,
|
|
1942
|
+
0,
|
|
1943
|
+
() => DeleteSharedTrustStoreAssociationInput,
|
|
1944
|
+
() => DeleteSharedTrustStoreAssociationOutput,
|
|
1945
|
+
];
|
|
1946
|
+
export var DeleteTargetGroup = [
|
|
1947
|
+
9,
|
|
1948
|
+
n0,
|
|
1949
|
+
_DTG,
|
|
1950
|
+
0,
|
|
1951
|
+
() => DeleteTargetGroupInput,
|
|
1952
|
+
() => DeleteTargetGroupOutput,
|
|
1953
|
+
];
|
|
1954
|
+
export var DeleteTrustStore = [
|
|
1955
|
+
9,
|
|
1956
|
+
n0,
|
|
1957
|
+
_DTS,
|
|
1958
|
+
0,
|
|
1959
|
+
() => DeleteTrustStoreInput,
|
|
1960
|
+
() => DeleteTrustStoreOutput,
|
|
1961
|
+
];
|
|
1962
|
+
export var DeregisterTargets = [
|
|
1963
|
+
9,
|
|
1964
|
+
n0,
|
|
1965
|
+
_DT,
|
|
1966
|
+
0,
|
|
1967
|
+
() => DeregisterTargetsInput,
|
|
1968
|
+
() => DeregisterTargetsOutput,
|
|
1969
|
+
];
|
|
1970
|
+
export var DescribeAccountLimits = [
|
|
1971
|
+
9,
|
|
1972
|
+
n0,
|
|
1973
|
+
_DAL,
|
|
1974
|
+
0,
|
|
1975
|
+
() => DescribeAccountLimitsInput,
|
|
1976
|
+
() => DescribeAccountLimitsOutput,
|
|
1977
|
+
];
|
|
1978
|
+
export var DescribeCapacityReservation = [
|
|
1979
|
+
9,
|
|
1980
|
+
n0,
|
|
1981
|
+
_DCR,
|
|
1982
|
+
0,
|
|
1983
|
+
() => DescribeCapacityReservationInput,
|
|
1984
|
+
() => DescribeCapacityReservationOutput,
|
|
1985
|
+
];
|
|
1986
|
+
export var DescribeListenerAttributes = [
|
|
1987
|
+
9,
|
|
1988
|
+
n0,
|
|
1989
|
+
_DLA,
|
|
1990
|
+
0,
|
|
1991
|
+
() => DescribeListenerAttributesInput,
|
|
1992
|
+
() => DescribeListenerAttributesOutput,
|
|
1993
|
+
];
|
|
1994
|
+
export var DescribeListenerCertificates = [
|
|
1995
|
+
9,
|
|
1996
|
+
n0,
|
|
1997
|
+
_DLC,
|
|
1998
|
+
0,
|
|
1999
|
+
() => DescribeListenerCertificatesInput,
|
|
2000
|
+
() => DescribeListenerCertificatesOutput,
|
|
2001
|
+
];
|
|
2002
|
+
export var DescribeListeners = [
|
|
2003
|
+
9,
|
|
2004
|
+
n0,
|
|
2005
|
+
_DLe,
|
|
2006
|
+
0,
|
|
2007
|
+
() => DescribeListenersInput,
|
|
2008
|
+
() => DescribeListenersOutput,
|
|
2009
|
+
];
|
|
2010
|
+
export var DescribeLoadBalancerAttributes = [
|
|
2011
|
+
9,
|
|
2012
|
+
n0,
|
|
2013
|
+
_DLBA,
|
|
2014
|
+
0,
|
|
2015
|
+
() => DescribeLoadBalancerAttributesInput,
|
|
2016
|
+
() => DescribeLoadBalancerAttributesOutput,
|
|
2017
|
+
];
|
|
2018
|
+
export var DescribeLoadBalancers = [
|
|
2019
|
+
9,
|
|
2020
|
+
n0,
|
|
2021
|
+
_DLBe,
|
|
2022
|
+
0,
|
|
2023
|
+
() => DescribeLoadBalancersInput,
|
|
2024
|
+
() => DescribeLoadBalancersOutput,
|
|
2025
|
+
];
|
|
2026
|
+
export var DescribeRules = [9, n0, _DRe, 0, () => DescribeRulesInput, () => DescribeRulesOutput];
|
|
2027
|
+
export var DescribeSSLPolicies = [
|
|
2028
|
+
9,
|
|
2029
|
+
n0,
|
|
2030
|
+
_DSSLP,
|
|
2031
|
+
0,
|
|
2032
|
+
() => DescribeSSLPoliciesInput,
|
|
2033
|
+
() => DescribeSSLPoliciesOutput,
|
|
2034
|
+
];
|
|
2035
|
+
export var DescribeTags = [9, n0, _DTe, 0, () => DescribeTagsInput, () => DescribeTagsOutput];
|
|
2036
|
+
export var DescribeTargetGroupAttributes = [
|
|
2037
|
+
9,
|
|
2038
|
+
n0,
|
|
2039
|
+
_DTGA,
|
|
2040
|
+
0,
|
|
2041
|
+
() => DescribeTargetGroupAttributesInput,
|
|
2042
|
+
() => DescribeTargetGroupAttributesOutput,
|
|
2043
|
+
];
|
|
2044
|
+
export var DescribeTargetGroups = [
|
|
2045
|
+
9,
|
|
2046
|
+
n0,
|
|
2047
|
+
_DTGe,
|
|
2048
|
+
0,
|
|
2049
|
+
() => DescribeTargetGroupsInput,
|
|
2050
|
+
() => DescribeTargetGroupsOutput,
|
|
2051
|
+
];
|
|
2052
|
+
export var DescribeTargetHealth = [
|
|
2053
|
+
9,
|
|
2054
|
+
n0,
|
|
2055
|
+
_DTH,
|
|
2056
|
+
0,
|
|
2057
|
+
() => DescribeTargetHealthInput,
|
|
2058
|
+
() => DescribeTargetHealthOutput,
|
|
2059
|
+
];
|
|
2060
|
+
export var DescribeTrustStoreAssociations = [
|
|
2061
|
+
9,
|
|
2062
|
+
n0,
|
|
2063
|
+
_DTSA,
|
|
2064
|
+
0,
|
|
2065
|
+
() => DescribeTrustStoreAssociationsInput,
|
|
2066
|
+
() => DescribeTrustStoreAssociationsOutput,
|
|
2067
|
+
];
|
|
2068
|
+
export var DescribeTrustStoreRevocations = [
|
|
2069
|
+
9,
|
|
2070
|
+
n0,
|
|
2071
|
+
_DTSRe,
|
|
2072
|
+
0,
|
|
2073
|
+
() => DescribeTrustStoreRevocationsInput,
|
|
2074
|
+
() => DescribeTrustStoreRevocationsOutput,
|
|
2075
|
+
];
|
|
2076
|
+
export var DescribeTrustStores = [
|
|
2077
|
+
9,
|
|
2078
|
+
n0,
|
|
2079
|
+
_DTSe,
|
|
2080
|
+
0,
|
|
2081
|
+
() => DescribeTrustStoresInput,
|
|
2082
|
+
() => DescribeTrustStoresOutput,
|
|
2083
|
+
];
|
|
2084
|
+
export var GetResourcePolicy = [
|
|
2085
|
+
9,
|
|
2086
|
+
n0,
|
|
2087
|
+
_GRP,
|
|
2088
|
+
0,
|
|
2089
|
+
() => GetResourcePolicyInput,
|
|
2090
|
+
() => GetResourcePolicyOutput,
|
|
2091
|
+
];
|
|
2092
|
+
export var GetTrustStoreCaCertificatesBundle = [
|
|
2093
|
+
9,
|
|
2094
|
+
n0,
|
|
2095
|
+
_GTSCCB,
|
|
2096
|
+
0,
|
|
2097
|
+
() => GetTrustStoreCaCertificatesBundleInput,
|
|
2098
|
+
() => GetTrustStoreCaCertificatesBundleOutput,
|
|
2099
|
+
];
|
|
2100
|
+
export var GetTrustStoreRevocationContent = [
|
|
2101
|
+
9,
|
|
2102
|
+
n0,
|
|
2103
|
+
_GTSRC,
|
|
2104
|
+
0,
|
|
2105
|
+
() => GetTrustStoreRevocationContentInput,
|
|
2106
|
+
() => GetTrustStoreRevocationContentOutput,
|
|
2107
|
+
];
|
|
2108
|
+
export var ModifyCapacityReservation = [
|
|
2109
|
+
9,
|
|
2110
|
+
n0,
|
|
2111
|
+
_MCR,
|
|
2112
|
+
0,
|
|
2113
|
+
() => ModifyCapacityReservationInput,
|
|
2114
|
+
() => ModifyCapacityReservationOutput,
|
|
2115
|
+
];
|
|
2116
|
+
export var ModifyIpPools = [9, n0, _MIP, 0, () => ModifyIpPoolsInput, () => ModifyIpPoolsOutput];
|
|
2117
|
+
export var ModifyListener = [
|
|
2118
|
+
9,
|
|
2119
|
+
n0,
|
|
2120
|
+
_ML,
|
|
2121
|
+
0,
|
|
2122
|
+
() => ModifyListenerInput,
|
|
2123
|
+
() => ModifyListenerOutput,
|
|
2124
|
+
];
|
|
2125
|
+
export var ModifyListenerAttributes = [
|
|
2126
|
+
9,
|
|
2127
|
+
n0,
|
|
2128
|
+
_MLA,
|
|
2129
|
+
0,
|
|
2130
|
+
() => ModifyListenerAttributesInput,
|
|
2131
|
+
() => ModifyListenerAttributesOutput,
|
|
2132
|
+
];
|
|
2133
|
+
export var ModifyLoadBalancerAttributes = [
|
|
2134
|
+
9,
|
|
2135
|
+
n0,
|
|
2136
|
+
_MLBA,
|
|
2137
|
+
0,
|
|
2138
|
+
() => ModifyLoadBalancerAttributesInput,
|
|
2139
|
+
() => ModifyLoadBalancerAttributesOutput,
|
|
2140
|
+
];
|
|
2141
|
+
export var ModifyRule = [9, n0, _MR, 0, () => ModifyRuleInput, () => ModifyRuleOutput];
|
|
2142
|
+
export var ModifyTargetGroup = [
|
|
2143
|
+
9,
|
|
2144
|
+
n0,
|
|
2145
|
+
_MTG,
|
|
2146
|
+
0,
|
|
2147
|
+
() => ModifyTargetGroupInput,
|
|
2148
|
+
() => ModifyTargetGroupOutput,
|
|
2149
|
+
];
|
|
2150
|
+
export var ModifyTargetGroupAttributes = [
|
|
2151
|
+
9,
|
|
2152
|
+
n0,
|
|
2153
|
+
_MTGA,
|
|
2154
|
+
0,
|
|
2155
|
+
() => ModifyTargetGroupAttributesInput,
|
|
2156
|
+
() => ModifyTargetGroupAttributesOutput,
|
|
2157
|
+
];
|
|
2158
|
+
export var ModifyTrustStore = [
|
|
2159
|
+
9,
|
|
2160
|
+
n0,
|
|
2161
|
+
_MTS,
|
|
2162
|
+
0,
|
|
2163
|
+
() => ModifyTrustStoreInput,
|
|
2164
|
+
() => ModifyTrustStoreOutput,
|
|
2165
|
+
];
|
|
2166
|
+
export var RegisterTargets = [
|
|
2167
|
+
9,
|
|
2168
|
+
n0,
|
|
2169
|
+
_RTeg,
|
|
2170
|
+
0,
|
|
2171
|
+
() => RegisterTargetsInput,
|
|
2172
|
+
() => RegisterTargetsOutput,
|
|
2173
|
+
];
|
|
2174
|
+
export var RemoveListenerCertificates = [
|
|
2175
|
+
9,
|
|
2176
|
+
n0,
|
|
2177
|
+
_RLC,
|
|
2178
|
+
0,
|
|
2179
|
+
() => RemoveListenerCertificatesInput,
|
|
2180
|
+
() => RemoveListenerCertificatesOutput,
|
|
2181
|
+
];
|
|
2182
|
+
export var RemoveTags = [9, n0, _RTem, 0, () => RemoveTagsInput, () => RemoveTagsOutput];
|
|
2183
|
+
export var RemoveTrustStoreRevocations = [
|
|
2184
|
+
9,
|
|
2185
|
+
n0,
|
|
2186
|
+
_RTSR,
|
|
2187
|
+
0,
|
|
2188
|
+
() => RemoveTrustStoreRevocationsInput,
|
|
2189
|
+
() => RemoveTrustStoreRevocationsOutput,
|
|
2190
|
+
];
|
|
2191
|
+
export var SetIpAddressType = [
|
|
2192
|
+
9,
|
|
2193
|
+
n0,
|
|
2194
|
+
_SIAT,
|
|
2195
|
+
0,
|
|
2196
|
+
() => SetIpAddressTypeInput,
|
|
2197
|
+
() => SetIpAddressTypeOutput,
|
|
2198
|
+
];
|
|
2199
|
+
export var SetRulePriorities = [
|
|
2200
|
+
9,
|
|
2201
|
+
n0,
|
|
2202
|
+
_SRP,
|
|
2203
|
+
0,
|
|
2204
|
+
() => SetRulePrioritiesInput,
|
|
2205
|
+
() => SetRulePrioritiesOutput,
|
|
2206
|
+
];
|
|
2207
|
+
export var SetSecurityGroups = [
|
|
2208
|
+
9,
|
|
2209
|
+
n0,
|
|
2210
|
+
_SSG,
|
|
2211
|
+
0,
|
|
2212
|
+
() => SetSecurityGroupsInput,
|
|
2213
|
+
() => SetSecurityGroupsOutput,
|
|
2214
|
+
];
|
|
2215
|
+
export var SetSubnets = [9, n0, _SS, 0, () => SetSubnetsInput, () => SetSubnetsOutput];
|