@aws-sdk/client-elastic-load-balancing-v2 3.987.0 → 3.989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +70 -3010
- package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +12 -0
- package/dist-cjs/models/errors.js +845 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1883 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +350 -344
- package/dist-types/schemas/schemas_0.d.ts +64 -57
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -57
- package/package.json +13 -13
|
@@ -1,4 +1,68 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ElasticLoadBalancingV2ServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AllocationIdNotFoundException$: StaticErrorSchema;
|
|
5
|
+
export declare var ALPNPolicyNotSupportedException$: StaticErrorSchema;
|
|
6
|
+
export declare var AvailabilityZoneNotSupportedException$: StaticErrorSchema;
|
|
7
|
+
export declare var CaCertificatesBundleNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var CapacityDecreaseRequestsLimitExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var CapacityReservationPendingException$: StaticErrorSchema;
|
|
10
|
+
export declare var CapacityUnitsLimitExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var CertificateNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var DeleteAssociationSameAccountException$: StaticErrorSchema;
|
|
13
|
+
export declare var DuplicateListenerException$: StaticErrorSchema;
|
|
14
|
+
export declare var DuplicateLoadBalancerNameException$: StaticErrorSchema;
|
|
15
|
+
export declare var DuplicateTagKeysException$: StaticErrorSchema;
|
|
16
|
+
export declare var DuplicateTargetGroupNameException$: StaticErrorSchema;
|
|
17
|
+
export declare var DuplicateTrustStoreNameException$: StaticErrorSchema;
|
|
18
|
+
export declare var HealthUnavailableException$: StaticErrorSchema;
|
|
19
|
+
export declare var IncompatibleProtocolsException$: StaticErrorSchema;
|
|
20
|
+
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidCaCertificatesBundleException$: StaticErrorSchema;
|
|
22
|
+
export declare var InvalidConfigurationRequestException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidLoadBalancerActionException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidRevocationContentException$: StaticErrorSchema;
|
|
25
|
+
export declare var InvalidSchemeException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidSecurityGroupException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidSubnetException$: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidTargetException$: StaticErrorSchema;
|
|
29
|
+
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
30
|
+
export declare var LoadBalancerNotFoundException$: StaticErrorSchema;
|
|
31
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
32
|
+
export declare var PriorityInUseException$: StaticErrorSchema;
|
|
33
|
+
export declare var PriorRequestNotCompleteException$: StaticErrorSchema;
|
|
34
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
35
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
36
|
+
export declare var RevocationContentNotFoundException$: StaticErrorSchema;
|
|
37
|
+
export declare var RevocationIdNotFoundException$: StaticErrorSchema;
|
|
38
|
+
export declare var RuleNotFoundException$: StaticErrorSchema;
|
|
39
|
+
export declare var SSLPolicyNotFoundException$: StaticErrorSchema;
|
|
40
|
+
export declare var SubnetNotFoundException$: StaticErrorSchema;
|
|
41
|
+
export declare var TargetGroupAssociationLimitException$: StaticErrorSchema;
|
|
42
|
+
export declare var TargetGroupNotFoundException$: StaticErrorSchema;
|
|
43
|
+
export declare var TooManyActionsException$: StaticErrorSchema;
|
|
44
|
+
export declare var TooManyCertificatesException$: StaticErrorSchema;
|
|
45
|
+
export declare var TooManyListenersException$: StaticErrorSchema;
|
|
46
|
+
export declare var TooManyLoadBalancersException$: StaticErrorSchema;
|
|
47
|
+
export declare var TooManyRegistrationsForTargetIdException$: StaticErrorSchema;
|
|
48
|
+
export declare var TooManyRulesException$: StaticErrorSchema;
|
|
49
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
50
|
+
export declare var TooManyTargetGroupsException$: StaticErrorSchema;
|
|
51
|
+
export declare var TooManyTargetsException$: StaticErrorSchema;
|
|
52
|
+
export declare var TooManyTrustStoreRevocationEntriesException$: StaticErrorSchema;
|
|
53
|
+
export declare var TooManyTrustStoresException$: StaticErrorSchema;
|
|
54
|
+
export declare var TooManyUniqueTargetGroupsPerLoadBalancerException$: StaticErrorSchema;
|
|
55
|
+
export declare var TrustStoreAssociationNotFoundException$: StaticErrorSchema;
|
|
56
|
+
export declare var TrustStoreInUseException$: StaticErrorSchema;
|
|
57
|
+
export declare var TrustStoreNotFoundException$: StaticErrorSchema;
|
|
58
|
+
export declare var TrustStoreNotReadyException$: StaticErrorSchema;
|
|
59
|
+
export declare var UnsupportedProtocolException$: StaticErrorSchema;
|
|
60
|
+
/**
|
|
61
|
+
* TypeRegistry instances containing modeled errors.
|
|
62
|
+
* @internal
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
66
|
export declare var Action$: StaticStructureSchema;
|
|
3
67
|
export declare var AddListenerCertificatesInput$: StaticStructureSchema;
|
|
4
68
|
export declare var AddListenerCertificatesOutput$: StaticStructureSchema;
|
|
@@ -7,20 +71,12 @@ export declare var AddTagsOutput$: StaticStructureSchema;
|
|
|
7
71
|
export declare var AddTrustStoreRevocationsInput$: StaticStructureSchema;
|
|
8
72
|
export declare var AddTrustStoreRevocationsOutput$: StaticStructureSchema;
|
|
9
73
|
export declare var AdministrativeOverride$: StaticStructureSchema;
|
|
10
|
-
export declare var AllocationIdNotFoundException$: StaticErrorSchema;
|
|
11
|
-
export declare var ALPNPolicyNotSupportedException$: StaticErrorSchema;
|
|
12
74
|
export declare var AnomalyDetection$: StaticStructureSchema;
|
|
13
75
|
export declare var AuthenticateCognitoActionConfig$: StaticStructureSchema;
|
|
14
76
|
export declare var AuthenticateOidcActionConfig$: StaticStructureSchema;
|
|
15
77
|
export declare var AvailabilityZone$: StaticStructureSchema;
|
|
16
|
-
export declare var AvailabilityZoneNotSupportedException$: StaticErrorSchema;
|
|
17
|
-
export declare var CaCertificatesBundleNotFoundException$: StaticErrorSchema;
|
|
18
|
-
export declare var CapacityDecreaseRequestsLimitExceededException$: StaticErrorSchema;
|
|
19
|
-
export declare var CapacityReservationPendingException$: StaticErrorSchema;
|
|
20
78
|
export declare var CapacityReservationStatus$: StaticStructureSchema;
|
|
21
|
-
export declare var CapacityUnitsLimitExceededException$: StaticErrorSchema;
|
|
22
79
|
export declare var Certificate$: StaticStructureSchema;
|
|
23
|
-
export declare var CertificateNotFoundException$: StaticErrorSchema;
|
|
24
80
|
export declare var Cipher$: StaticStructureSchema;
|
|
25
81
|
export declare var CreateListenerInput$: StaticStructureSchema;
|
|
26
82
|
export declare var CreateListenerOutput$: StaticStructureSchema;
|
|
@@ -32,7 +88,6 @@ export declare var CreateTargetGroupInput$: StaticStructureSchema;
|
|
|
32
88
|
export declare var CreateTargetGroupOutput$: StaticStructureSchema;
|
|
33
89
|
export declare var CreateTrustStoreInput$: StaticStructureSchema;
|
|
34
90
|
export declare var CreateTrustStoreOutput$: StaticStructureSchema;
|
|
35
|
-
export declare var DeleteAssociationSameAccountException$: StaticErrorSchema;
|
|
36
91
|
export declare var DeleteListenerInput$: StaticStructureSchema;
|
|
37
92
|
export declare var DeleteListenerOutput$: StaticStructureSchema;
|
|
38
93
|
export declare var DeleteLoadBalancerInput$: StaticStructureSchema;
|
|
@@ -80,11 +135,6 @@ export declare var DescribeTrustStoreRevocationsInput$: StaticStructureSchema;
|
|
|
80
135
|
export declare var DescribeTrustStoreRevocationsOutput$: StaticStructureSchema;
|
|
81
136
|
export declare var DescribeTrustStoresInput$: StaticStructureSchema;
|
|
82
137
|
export declare var DescribeTrustStoresOutput$: StaticStructureSchema;
|
|
83
|
-
export declare var DuplicateListenerException$: StaticErrorSchema;
|
|
84
|
-
export declare var DuplicateLoadBalancerNameException$: StaticErrorSchema;
|
|
85
|
-
export declare var DuplicateTagKeysException$: StaticErrorSchema;
|
|
86
|
-
export declare var DuplicateTargetGroupNameException$: StaticErrorSchema;
|
|
87
|
-
export declare var DuplicateTrustStoreNameException$: StaticErrorSchema;
|
|
88
138
|
export declare var FixedResponseActionConfig$: StaticStructureSchema;
|
|
89
139
|
export declare var ForwardActionConfig$: StaticStructureSchema;
|
|
90
140
|
export declare var GetResourcePolicyInput$: StaticStructureSchema;
|
|
@@ -93,32 +143,19 @@ export declare var GetTrustStoreCaCertificatesBundleInput$: StaticStructureSchem
|
|
|
93
143
|
export declare var GetTrustStoreCaCertificatesBundleOutput$: StaticStructureSchema;
|
|
94
144
|
export declare var GetTrustStoreRevocationContentInput$: StaticStructureSchema;
|
|
95
145
|
export declare var GetTrustStoreRevocationContentOutput$: StaticStructureSchema;
|
|
96
|
-
export declare var HealthUnavailableException$: StaticErrorSchema;
|
|
97
146
|
export declare var HostHeaderConditionConfig$: StaticStructureSchema;
|
|
98
147
|
export declare var HostHeaderRewriteConfig$: StaticStructureSchema;
|
|
99
148
|
export declare var HttpHeaderConditionConfig$: StaticStructureSchema;
|
|
100
149
|
export declare var HttpRequestMethodConditionConfig$: StaticStructureSchema;
|
|
101
|
-
export declare var IncompatibleProtocolsException$: StaticErrorSchema;
|
|
102
|
-
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
103
|
-
export declare var InvalidCaCertificatesBundleException$: StaticErrorSchema;
|
|
104
|
-
export declare var InvalidConfigurationRequestException$: StaticErrorSchema;
|
|
105
|
-
export declare var InvalidLoadBalancerActionException$: StaticErrorSchema;
|
|
106
|
-
export declare var InvalidRevocationContentException$: StaticErrorSchema;
|
|
107
|
-
export declare var InvalidSchemeException$: StaticErrorSchema;
|
|
108
|
-
export declare var InvalidSecurityGroupException$: StaticErrorSchema;
|
|
109
|
-
export declare var InvalidSubnetException$: StaticErrorSchema;
|
|
110
|
-
export declare var InvalidTargetException$: StaticErrorSchema;
|
|
111
150
|
export declare var IpamPools$: StaticStructureSchema;
|
|
112
151
|
export declare var JwtValidationActionAdditionalClaim$: StaticStructureSchema;
|
|
113
152
|
export declare var JwtValidationActionConfig$: StaticStructureSchema;
|
|
114
153
|
export declare var Limit$: StaticStructureSchema;
|
|
115
154
|
export declare var Listener$: StaticStructureSchema;
|
|
116
155
|
export declare var ListenerAttribute$: StaticStructureSchema;
|
|
117
|
-
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
118
156
|
export declare var LoadBalancer$: StaticStructureSchema;
|
|
119
157
|
export declare var LoadBalancerAddress$: StaticStructureSchema;
|
|
120
158
|
export declare var LoadBalancerAttribute$: StaticStructureSchema;
|
|
121
|
-
export declare var LoadBalancerNotFoundException$: StaticErrorSchema;
|
|
122
159
|
export declare var LoadBalancerState$: StaticStructureSchema;
|
|
123
160
|
export declare var Matcher$: StaticStructureSchema;
|
|
124
161
|
export declare var MinimumLoadBalancerCapacity$: StaticStructureSchema;
|
|
@@ -141,10 +178,7 @@ export declare var ModifyTargetGroupOutput$: StaticStructureSchema;
|
|
|
141
178
|
export declare var ModifyTrustStoreInput$: StaticStructureSchema;
|
|
142
179
|
export declare var ModifyTrustStoreOutput$: StaticStructureSchema;
|
|
143
180
|
export declare var MutualAuthenticationAttributes$: StaticStructureSchema;
|
|
144
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
145
181
|
export declare var PathPatternConditionConfig$: StaticStructureSchema;
|
|
146
|
-
export declare var PriorityInUseException$: StaticErrorSchema;
|
|
147
|
-
export declare var PriorRequestNotCompleteException$: StaticErrorSchema;
|
|
148
182
|
export declare var QueryStringConditionConfig$: StaticStructureSchema;
|
|
149
183
|
export declare var QueryStringKeyValuePair$: StaticStructureSchema;
|
|
150
184
|
export declare var RedirectActionConfig$: StaticStructureSchema;
|
|
@@ -156,15 +190,10 @@ export declare var RemoveTagsInput$: StaticStructureSchema;
|
|
|
156
190
|
export declare var RemoveTagsOutput$: StaticStructureSchema;
|
|
157
191
|
export declare var RemoveTrustStoreRevocationsInput$: StaticStructureSchema;
|
|
158
192
|
export declare var RemoveTrustStoreRevocationsOutput$: StaticStructureSchema;
|
|
159
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
160
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
161
193
|
export declare var RevocationContent$: StaticStructureSchema;
|
|
162
|
-
export declare var RevocationContentNotFoundException$: StaticErrorSchema;
|
|
163
|
-
export declare var RevocationIdNotFoundException$: StaticErrorSchema;
|
|
164
194
|
export declare var RewriteConfig$: StaticStructureSchema;
|
|
165
195
|
export declare var Rule$: StaticStructureSchema;
|
|
166
196
|
export declare var RuleCondition$: StaticStructureSchema;
|
|
167
|
-
export declare var RuleNotFoundException$: StaticErrorSchema;
|
|
168
197
|
export declare var RulePriorityPair$: StaticStructureSchema;
|
|
169
198
|
export declare var RuleTransform$: StaticStructureSchema;
|
|
170
199
|
export declare var SetIpAddressTypeInput$: StaticStructureSchema;
|
|
@@ -177,43 +206,21 @@ export declare var SetSubnetsInput$: StaticStructureSchema;
|
|
|
177
206
|
export declare var SetSubnetsOutput$: StaticStructureSchema;
|
|
178
207
|
export declare var SourceIpConditionConfig$: StaticStructureSchema;
|
|
179
208
|
export declare var SslPolicy$: StaticStructureSchema;
|
|
180
|
-
export declare var SSLPolicyNotFoundException$: StaticErrorSchema;
|
|
181
209
|
export declare var SubnetMapping$: StaticStructureSchema;
|
|
182
|
-
export declare var SubnetNotFoundException$: StaticErrorSchema;
|
|
183
210
|
export declare var Tag$: StaticStructureSchema;
|
|
184
211
|
export declare var TagDescription$: StaticStructureSchema;
|
|
185
212
|
export declare var TargetDescription$: StaticStructureSchema;
|
|
186
213
|
export declare var TargetGroup$: StaticStructureSchema;
|
|
187
|
-
export declare var TargetGroupAssociationLimitException$: StaticErrorSchema;
|
|
188
214
|
export declare var TargetGroupAttribute$: StaticStructureSchema;
|
|
189
|
-
export declare var TargetGroupNotFoundException$: StaticErrorSchema;
|
|
190
215
|
export declare var TargetGroupStickinessConfig$: StaticStructureSchema;
|
|
191
216
|
export declare var TargetGroupTuple$: StaticStructureSchema;
|
|
192
217
|
export declare var TargetHealth$: StaticStructureSchema;
|
|
193
218
|
export declare var TargetHealthDescription$: StaticStructureSchema;
|
|
194
|
-
export declare var TooManyActionsException$: StaticErrorSchema;
|
|
195
|
-
export declare var TooManyCertificatesException$: StaticErrorSchema;
|
|
196
|
-
export declare var TooManyListenersException$: StaticErrorSchema;
|
|
197
|
-
export declare var TooManyLoadBalancersException$: StaticErrorSchema;
|
|
198
|
-
export declare var TooManyRegistrationsForTargetIdException$: StaticErrorSchema;
|
|
199
|
-
export declare var TooManyRulesException$: StaticErrorSchema;
|
|
200
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
201
|
-
export declare var TooManyTargetGroupsException$: StaticErrorSchema;
|
|
202
|
-
export declare var TooManyTargetsException$: StaticErrorSchema;
|
|
203
|
-
export declare var TooManyTrustStoreRevocationEntriesException$: StaticErrorSchema;
|
|
204
|
-
export declare var TooManyTrustStoresException$: StaticErrorSchema;
|
|
205
|
-
export declare var TooManyUniqueTargetGroupsPerLoadBalancerException$: StaticErrorSchema;
|
|
206
219
|
export declare var TrustStore$: StaticStructureSchema;
|
|
207
220
|
export declare var TrustStoreAssociation$: StaticStructureSchema;
|
|
208
|
-
export declare var TrustStoreAssociationNotFoundException$: StaticErrorSchema;
|
|
209
|
-
export declare var TrustStoreInUseException$: StaticErrorSchema;
|
|
210
|
-
export declare var TrustStoreNotFoundException$: StaticErrorSchema;
|
|
211
|
-
export declare var TrustStoreNotReadyException$: StaticErrorSchema;
|
|
212
221
|
export declare var TrustStoreRevocation$: StaticStructureSchema;
|
|
213
|
-
export declare var UnsupportedProtocolException$: StaticErrorSchema;
|
|
214
222
|
export declare var UrlRewriteConfig$: StaticStructureSchema;
|
|
215
223
|
export declare var ZonalCapacityReservationState$: StaticStructureSchema;
|
|
216
|
-
export declare var ElasticLoadBalancingV2ServiceException$: StaticErrorSchema;
|
|
217
224
|
export declare var AddListenerCertificates$: StaticOperationSchema;
|
|
218
225
|
export declare var AddTags$: StaticOperationSchema;
|
|
219
226
|
export declare var AddTrustStoreRevocations$: StaticOperationSchema;
|
|
@@ -1,8 +1,67 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var ElasticLoadBalancingV2ServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var AllocationIdNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ALPNPolicyNotSupportedException$: StaticErrorSchema;
|
|
10
|
+
export declare var AvailabilityZoneNotSupportedException$: StaticErrorSchema;
|
|
11
|
+
export declare var CaCertificatesBundleNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var CapacityDecreaseRequestsLimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var CapacityReservationPendingException$: StaticErrorSchema;
|
|
14
|
+
export declare var CapacityUnitsLimitExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var CertificateNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var DeleteAssociationSameAccountException$: StaticErrorSchema;
|
|
17
|
+
export declare var DuplicateListenerException$: StaticErrorSchema;
|
|
18
|
+
export declare var DuplicateLoadBalancerNameException$: StaticErrorSchema;
|
|
19
|
+
export declare var DuplicateTagKeysException$: StaticErrorSchema;
|
|
20
|
+
export declare var DuplicateTargetGroupNameException$: StaticErrorSchema;
|
|
21
|
+
export declare var DuplicateTrustStoreNameException$: StaticErrorSchema;
|
|
22
|
+
export declare var HealthUnavailableException$: StaticErrorSchema;
|
|
23
|
+
export declare var IncompatibleProtocolsException$: StaticErrorSchema;
|
|
24
|
+
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
25
|
+
export declare var InvalidCaCertificatesBundleException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidConfigurationRequestException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidLoadBalancerActionException$: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidRevocationContentException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidSchemeException$: StaticErrorSchema;
|
|
30
|
+
export declare var InvalidSecurityGroupException$: StaticErrorSchema;
|
|
31
|
+
export declare var InvalidSubnetException$: StaticErrorSchema;
|
|
32
|
+
export declare var InvalidTargetException$: StaticErrorSchema;
|
|
33
|
+
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
34
|
+
export declare var LoadBalancerNotFoundException$: StaticErrorSchema;
|
|
35
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
36
|
+
export declare var PriorityInUseException$: StaticErrorSchema;
|
|
37
|
+
export declare var PriorRequestNotCompleteException$: StaticErrorSchema;
|
|
38
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
39
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
40
|
+
export declare var RevocationContentNotFoundException$: StaticErrorSchema;
|
|
41
|
+
export declare var RevocationIdNotFoundException$: StaticErrorSchema;
|
|
42
|
+
export declare var RuleNotFoundException$: StaticErrorSchema;
|
|
43
|
+
export declare var SSLPolicyNotFoundException$: StaticErrorSchema;
|
|
44
|
+
export declare var SubnetNotFoundException$: StaticErrorSchema;
|
|
45
|
+
export declare var TargetGroupAssociationLimitException$: StaticErrorSchema;
|
|
46
|
+
export declare var TargetGroupNotFoundException$: StaticErrorSchema;
|
|
47
|
+
export declare var TooManyActionsException$: StaticErrorSchema;
|
|
48
|
+
export declare var TooManyCertificatesException$: StaticErrorSchema;
|
|
49
|
+
export declare var TooManyListenersException$: StaticErrorSchema;
|
|
50
|
+
export declare var TooManyLoadBalancersException$: StaticErrorSchema;
|
|
51
|
+
export declare var TooManyRegistrationsForTargetIdException$: StaticErrorSchema;
|
|
52
|
+
export declare var TooManyRulesException$: StaticErrorSchema;
|
|
53
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
54
|
+
export declare var TooManyTargetGroupsException$: StaticErrorSchema;
|
|
55
|
+
export declare var TooManyTargetsException$: StaticErrorSchema;
|
|
56
|
+
export declare var TooManyTrustStoreRevocationEntriesException$: StaticErrorSchema;
|
|
57
|
+
export declare var TooManyTrustStoresException$: StaticErrorSchema;
|
|
58
|
+
export declare var TooManyUniqueTargetGroupsPerLoadBalancerException$: StaticErrorSchema;
|
|
59
|
+
export declare var TrustStoreAssociationNotFoundException$: StaticErrorSchema;
|
|
60
|
+
export declare var TrustStoreInUseException$: StaticErrorSchema;
|
|
61
|
+
export declare var TrustStoreNotFoundException$: StaticErrorSchema;
|
|
62
|
+
export declare var TrustStoreNotReadyException$: StaticErrorSchema;
|
|
63
|
+
export declare var UnsupportedProtocolException$: StaticErrorSchema;
|
|
64
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
65
|
export declare var Action$: StaticStructureSchema;
|
|
7
66
|
export declare var AddListenerCertificatesInput$: StaticStructureSchema;
|
|
8
67
|
export declare var AddListenerCertificatesOutput$: StaticStructureSchema;
|
|
@@ -11,20 +70,12 @@ export declare var AddTagsOutput$: StaticStructureSchema;
|
|
|
11
70
|
export declare var AddTrustStoreRevocationsInput$: StaticStructureSchema;
|
|
12
71
|
export declare var AddTrustStoreRevocationsOutput$: StaticStructureSchema;
|
|
13
72
|
export declare var AdministrativeOverride$: StaticStructureSchema;
|
|
14
|
-
export declare var AllocationIdNotFoundException$: StaticErrorSchema;
|
|
15
|
-
export declare var ALPNPolicyNotSupportedException$: StaticErrorSchema;
|
|
16
73
|
export declare var AnomalyDetection$: StaticStructureSchema;
|
|
17
74
|
export declare var AuthenticateCognitoActionConfig$: StaticStructureSchema;
|
|
18
75
|
export declare var AuthenticateOidcActionConfig$: StaticStructureSchema;
|
|
19
76
|
export declare var AvailabilityZone$: StaticStructureSchema;
|
|
20
|
-
export declare var AvailabilityZoneNotSupportedException$: StaticErrorSchema;
|
|
21
|
-
export declare var CaCertificatesBundleNotFoundException$: StaticErrorSchema;
|
|
22
|
-
export declare var CapacityDecreaseRequestsLimitExceededException$: StaticErrorSchema;
|
|
23
|
-
export declare var CapacityReservationPendingException$: StaticErrorSchema;
|
|
24
77
|
export declare var CapacityReservationStatus$: StaticStructureSchema;
|
|
25
|
-
export declare var CapacityUnitsLimitExceededException$: StaticErrorSchema;
|
|
26
78
|
export declare var Certificate$: StaticStructureSchema;
|
|
27
|
-
export declare var CertificateNotFoundException$: StaticErrorSchema;
|
|
28
79
|
export declare var Cipher$: StaticStructureSchema;
|
|
29
80
|
export declare var CreateListenerInput$: StaticStructureSchema;
|
|
30
81
|
export declare var CreateListenerOutput$: StaticStructureSchema;
|
|
@@ -36,7 +87,6 @@ export declare var CreateTargetGroupInput$: StaticStructureSchema;
|
|
|
36
87
|
export declare var CreateTargetGroupOutput$: StaticStructureSchema;
|
|
37
88
|
export declare var CreateTrustStoreInput$: StaticStructureSchema;
|
|
38
89
|
export declare var CreateTrustStoreOutput$: StaticStructureSchema;
|
|
39
|
-
export declare var DeleteAssociationSameAccountException$: StaticErrorSchema;
|
|
40
90
|
export declare var DeleteListenerInput$: StaticStructureSchema;
|
|
41
91
|
export declare var DeleteListenerOutput$: StaticStructureSchema;
|
|
42
92
|
export declare var DeleteLoadBalancerInput$: StaticStructureSchema;
|
|
@@ -84,11 +134,6 @@ export declare var DescribeTrustStoreRevocationsInput$: StaticStructureSchema;
|
|
|
84
134
|
export declare var DescribeTrustStoreRevocationsOutput$: StaticStructureSchema;
|
|
85
135
|
export declare var DescribeTrustStoresInput$: StaticStructureSchema;
|
|
86
136
|
export declare var DescribeTrustStoresOutput$: StaticStructureSchema;
|
|
87
|
-
export declare var DuplicateListenerException$: StaticErrorSchema;
|
|
88
|
-
export declare var DuplicateLoadBalancerNameException$: StaticErrorSchema;
|
|
89
|
-
export declare var DuplicateTagKeysException$: StaticErrorSchema;
|
|
90
|
-
export declare var DuplicateTargetGroupNameException$: StaticErrorSchema;
|
|
91
|
-
export declare var DuplicateTrustStoreNameException$: StaticErrorSchema;
|
|
92
137
|
export declare var FixedResponseActionConfig$: StaticStructureSchema;
|
|
93
138
|
export declare var ForwardActionConfig$: StaticStructureSchema;
|
|
94
139
|
export declare var GetResourcePolicyInput$: StaticStructureSchema;
|
|
@@ -97,32 +142,19 @@ export declare var GetTrustStoreCaCertificatesBundleInput$: StaticStructureSchem
|
|
|
97
142
|
export declare var GetTrustStoreCaCertificatesBundleOutput$: StaticStructureSchema;
|
|
98
143
|
export declare var GetTrustStoreRevocationContentInput$: StaticStructureSchema;
|
|
99
144
|
export declare var GetTrustStoreRevocationContentOutput$: StaticStructureSchema;
|
|
100
|
-
export declare var HealthUnavailableException$: StaticErrorSchema;
|
|
101
145
|
export declare var HostHeaderConditionConfig$: StaticStructureSchema;
|
|
102
146
|
export declare var HostHeaderRewriteConfig$: StaticStructureSchema;
|
|
103
147
|
export declare var HttpHeaderConditionConfig$: StaticStructureSchema;
|
|
104
148
|
export declare var HttpRequestMethodConditionConfig$: StaticStructureSchema;
|
|
105
|
-
export declare var IncompatibleProtocolsException$: StaticErrorSchema;
|
|
106
|
-
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
107
|
-
export declare var InvalidCaCertificatesBundleException$: StaticErrorSchema;
|
|
108
|
-
export declare var InvalidConfigurationRequestException$: StaticErrorSchema;
|
|
109
|
-
export declare var InvalidLoadBalancerActionException$: StaticErrorSchema;
|
|
110
|
-
export declare var InvalidRevocationContentException$: StaticErrorSchema;
|
|
111
|
-
export declare var InvalidSchemeException$: StaticErrorSchema;
|
|
112
|
-
export declare var InvalidSecurityGroupException$: StaticErrorSchema;
|
|
113
|
-
export declare var InvalidSubnetException$: StaticErrorSchema;
|
|
114
|
-
export declare var InvalidTargetException$: StaticErrorSchema;
|
|
115
149
|
export declare var IpamPools$: StaticStructureSchema;
|
|
116
150
|
export declare var JwtValidationActionAdditionalClaim$: StaticStructureSchema;
|
|
117
151
|
export declare var JwtValidationActionConfig$: StaticStructureSchema;
|
|
118
152
|
export declare var Limit$: StaticStructureSchema;
|
|
119
153
|
export declare var Listener$: StaticStructureSchema;
|
|
120
154
|
export declare var ListenerAttribute$: StaticStructureSchema;
|
|
121
|
-
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
122
155
|
export declare var LoadBalancer$: StaticStructureSchema;
|
|
123
156
|
export declare var LoadBalancerAddress$: StaticStructureSchema;
|
|
124
157
|
export declare var LoadBalancerAttribute$: StaticStructureSchema;
|
|
125
|
-
export declare var LoadBalancerNotFoundException$: StaticErrorSchema;
|
|
126
158
|
export declare var LoadBalancerState$: StaticStructureSchema;
|
|
127
159
|
export declare var Matcher$: StaticStructureSchema;
|
|
128
160
|
export declare var MinimumLoadBalancerCapacity$: StaticStructureSchema;
|
|
@@ -145,10 +177,7 @@ export declare var ModifyTargetGroupOutput$: StaticStructureSchema;
|
|
|
145
177
|
export declare var ModifyTrustStoreInput$: StaticStructureSchema;
|
|
146
178
|
export declare var ModifyTrustStoreOutput$: StaticStructureSchema;
|
|
147
179
|
export declare var MutualAuthenticationAttributes$: StaticStructureSchema;
|
|
148
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
149
180
|
export declare var PathPatternConditionConfig$: StaticStructureSchema;
|
|
150
|
-
export declare var PriorityInUseException$: StaticErrorSchema;
|
|
151
|
-
export declare var PriorRequestNotCompleteException$: StaticErrorSchema;
|
|
152
181
|
export declare var QueryStringConditionConfig$: StaticStructureSchema;
|
|
153
182
|
export declare var QueryStringKeyValuePair$: StaticStructureSchema;
|
|
154
183
|
export declare var RedirectActionConfig$: StaticStructureSchema;
|
|
@@ -160,15 +189,10 @@ export declare var RemoveTagsInput$: StaticStructureSchema;
|
|
|
160
189
|
export declare var RemoveTagsOutput$: StaticStructureSchema;
|
|
161
190
|
export declare var RemoveTrustStoreRevocationsInput$: StaticStructureSchema;
|
|
162
191
|
export declare var RemoveTrustStoreRevocationsOutput$: StaticStructureSchema;
|
|
163
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
164
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
165
192
|
export declare var RevocationContent$: StaticStructureSchema;
|
|
166
|
-
export declare var RevocationContentNotFoundException$: StaticErrorSchema;
|
|
167
|
-
export declare var RevocationIdNotFoundException$: StaticErrorSchema;
|
|
168
193
|
export declare var RewriteConfig$: StaticStructureSchema;
|
|
169
194
|
export declare var Rule$: StaticStructureSchema;
|
|
170
195
|
export declare var RuleCondition$: StaticStructureSchema;
|
|
171
|
-
export declare var RuleNotFoundException$: StaticErrorSchema;
|
|
172
196
|
export declare var RulePriorityPair$: StaticStructureSchema;
|
|
173
197
|
export declare var RuleTransform$: StaticStructureSchema;
|
|
174
198
|
export declare var SetIpAddressTypeInput$: StaticStructureSchema;
|
|
@@ -181,43 +205,21 @@ export declare var SetSubnetsInput$: StaticStructureSchema;
|
|
|
181
205
|
export declare var SetSubnetsOutput$: StaticStructureSchema;
|
|
182
206
|
export declare var SourceIpConditionConfig$: StaticStructureSchema;
|
|
183
207
|
export declare var SslPolicy$: StaticStructureSchema;
|
|
184
|
-
export declare var SSLPolicyNotFoundException$: StaticErrorSchema;
|
|
185
208
|
export declare var SubnetMapping$: StaticStructureSchema;
|
|
186
|
-
export declare var SubnetNotFoundException$: StaticErrorSchema;
|
|
187
209
|
export declare var Tag$: StaticStructureSchema;
|
|
188
210
|
export declare var TagDescription$: StaticStructureSchema;
|
|
189
211
|
export declare var TargetDescription$: StaticStructureSchema;
|
|
190
212
|
export declare var TargetGroup$: StaticStructureSchema;
|
|
191
|
-
export declare var TargetGroupAssociationLimitException$: StaticErrorSchema;
|
|
192
213
|
export declare var TargetGroupAttribute$: StaticStructureSchema;
|
|
193
|
-
export declare var TargetGroupNotFoundException$: StaticErrorSchema;
|
|
194
214
|
export declare var TargetGroupStickinessConfig$: StaticStructureSchema;
|
|
195
215
|
export declare var TargetGroupTuple$: StaticStructureSchema;
|
|
196
216
|
export declare var TargetHealth$: StaticStructureSchema;
|
|
197
217
|
export declare var TargetHealthDescription$: StaticStructureSchema;
|
|
198
|
-
export declare var TooManyActionsException$: StaticErrorSchema;
|
|
199
|
-
export declare var TooManyCertificatesException$: StaticErrorSchema;
|
|
200
|
-
export declare var TooManyListenersException$: StaticErrorSchema;
|
|
201
|
-
export declare var TooManyLoadBalancersException$: StaticErrorSchema;
|
|
202
|
-
export declare var TooManyRegistrationsForTargetIdException$: StaticErrorSchema;
|
|
203
|
-
export declare var TooManyRulesException$: StaticErrorSchema;
|
|
204
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
205
|
-
export declare var TooManyTargetGroupsException$: StaticErrorSchema;
|
|
206
|
-
export declare var TooManyTargetsException$: StaticErrorSchema;
|
|
207
|
-
export declare var TooManyTrustStoreRevocationEntriesException$: StaticErrorSchema;
|
|
208
|
-
export declare var TooManyTrustStoresException$: StaticErrorSchema;
|
|
209
|
-
export declare var TooManyUniqueTargetGroupsPerLoadBalancerException$: StaticErrorSchema;
|
|
210
218
|
export declare var TrustStore$: StaticStructureSchema;
|
|
211
219
|
export declare var TrustStoreAssociation$: StaticStructureSchema;
|
|
212
|
-
export declare var TrustStoreAssociationNotFoundException$: StaticErrorSchema;
|
|
213
|
-
export declare var TrustStoreInUseException$: StaticErrorSchema;
|
|
214
|
-
export declare var TrustStoreNotFoundException$: StaticErrorSchema;
|
|
215
|
-
export declare var TrustStoreNotReadyException$: StaticErrorSchema;
|
|
216
220
|
export declare var TrustStoreRevocation$: StaticStructureSchema;
|
|
217
|
-
export declare var UnsupportedProtocolException$: StaticErrorSchema;
|
|
218
221
|
export declare var UrlRewriteConfig$: StaticStructureSchema;
|
|
219
222
|
export declare var ZonalCapacityReservationState$: StaticStructureSchema;
|
|
220
|
-
export declare var ElasticLoadBalancingV2ServiceException$: StaticErrorSchema;
|
|
221
223
|
export declare var AddListenerCertificates$: StaticOperationSchema;
|
|
222
224
|
export declare var AddTags$: StaticOperationSchema;
|
|
223
225
|
export declare var AddTrustStoreRevocations$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|