@aws-sdk/client-elastic-load-balancing-v2 3.933.0 → 3.935.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 +152 -151
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +151 -0
- package/dist-es/models/errors.js +785 -0
- package/dist-es/models/models_0.js +1 -936
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +375 -0
- package/dist-types/models/errors.d.ts +737 -0
- package/dist-types/models/models_0.d.ts +1 -1112
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +205 -0
- package/dist-types/ts3.4/models/errors.d.ts +513 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -718
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -465,7 +465,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.elasticloadbalancingv2";
|
|
|
465
465
|
const n0 = "com.amazonaws.elasticloadbalancingv2";
|
|
466
466
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
467
467
|
import { ElasticLoadBalancingV2ServiceException as __ElasticLoadBalancingV2ServiceException } from "../models/ElasticLoadBalancingV2ServiceException";
|
|
468
|
-
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/
|
|
468
|
+
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/errors";
|
|
469
469
|
export var Action = [
|
|
470
470
|
3,
|
|
471
471
|
n0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -39,5 +39,7 @@ export type { ElasticLoadBalancingV2ExtensionConfiguration } from "./extensionCo
|
|
|
39
39
|
export * from "./commands";
|
|
40
40
|
export * from "./pagination";
|
|
41
41
|
export * from "./waiters";
|
|
42
|
-
export * from "./models";
|
|
42
|
+
export * from "./models/enums";
|
|
43
|
+
export * from "./models/errors";
|
|
44
|
+
export type * from "./models/models_0";
|
|
43
45
|
export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException";
|
|
@@ -0,0 +1,375 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const AuthenticateCognitoActionConditionalBehaviorEnum: {
|
|
6
|
+
readonly ALLOW: "allow";
|
|
7
|
+
readonly AUTHENTICATE: "authenticate";
|
|
8
|
+
readonly DENY: "deny";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type AuthenticateCognitoActionConditionalBehaviorEnum = (typeof AuthenticateCognitoActionConditionalBehaviorEnum)[keyof typeof AuthenticateCognitoActionConditionalBehaviorEnum];
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* @enum
|
|
17
|
+
*/
|
|
18
|
+
export declare const AuthenticateOidcActionConditionalBehaviorEnum: {
|
|
19
|
+
readonly ALLOW: "allow";
|
|
20
|
+
readonly AUTHENTICATE: "authenticate";
|
|
21
|
+
readonly DENY: "deny";
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export type AuthenticateOidcActionConditionalBehaviorEnum = (typeof AuthenticateOidcActionConditionalBehaviorEnum)[keyof typeof AuthenticateOidcActionConditionalBehaviorEnum];
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @enum
|
|
30
|
+
*/
|
|
31
|
+
export declare const JwtValidationActionAdditionalClaimFormatEnum: {
|
|
32
|
+
readonly SINGLE_STRING: "single-string";
|
|
33
|
+
readonly SPACE_SEPARATED_VALUES: "space-separated-values";
|
|
34
|
+
readonly STRING_ARRAY: "string-array";
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export type JwtValidationActionAdditionalClaimFormatEnum = (typeof JwtValidationActionAdditionalClaimFormatEnum)[keyof typeof JwtValidationActionAdditionalClaimFormatEnum];
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* @enum
|
|
43
|
+
*/
|
|
44
|
+
export declare const RedirectActionStatusCodeEnum: {
|
|
45
|
+
readonly HTTP_301: "HTTP_301";
|
|
46
|
+
readonly HTTP_302: "HTTP_302";
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export type RedirectActionStatusCodeEnum = (typeof RedirectActionStatusCodeEnum)[keyof typeof RedirectActionStatusCodeEnum];
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* @enum
|
|
55
|
+
*/
|
|
56
|
+
export declare const ActionTypeEnum: {
|
|
57
|
+
readonly AUTHENTICATE_COGNITO: "authenticate-cognito";
|
|
58
|
+
readonly AUTHENTICATE_OIDC: "authenticate-oidc";
|
|
59
|
+
readonly FIXED_RESPONSE: "fixed-response";
|
|
60
|
+
readonly FORWARD: "forward";
|
|
61
|
+
readonly JWT_VALIDATION: "jwt-validation";
|
|
62
|
+
readonly REDIRECT: "redirect";
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export type ActionTypeEnum = (typeof ActionTypeEnum)[keyof typeof ActionTypeEnum];
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
* @enum
|
|
71
|
+
*/
|
|
72
|
+
export declare const RevocationType: {
|
|
73
|
+
readonly CRL: "CRL";
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export type RevocationType = (typeof RevocationType)[keyof typeof RevocationType];
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
* @enum
|
|
82
|
+
*/
|
|
83
|
+
export declare const TargetAdministrativeOverrideReasonEnum: {
|
|
84
|
+
readonly INTERNAL_ERROR: "AdministrativeOverride.Unknown";
|
|
85
|
+
readonly NO_OVERRIDE_ENGAGED: "AdministrativeOverride.NoOverride";
|
|
86
|
+
readonly ZONAL_SHIFT_DELEGATED_TO_DNS: "AdministrativeOverride.ZonalShiftDelegatedToDns";
|
|
87
|
+
readonly ZONAL_SHIFT_ENGAGED: "AdministrativeOverride.ZonalShiftActive";
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export type TargetAdministrativeOverrideReasonEnum = (typeof TargetAdministrativeOverrideReasonEnum)[keyof typeof TargetAdministrativeOverrideReasonEnum];
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
* @enum
|
|
96
|
+
*/
|
|
97
|
+
export declare const TargetAdministrativeOverrideStateEnum: {
|
|
98
|
+
readonly NO_OVERRIDE: "no_override";
|
|
99
|
+
readonly UNKNOWN: "unknown";
|
|
100
|
+
readonly ZONAL_SHIFT_ACTIVE: "zonal_shift_active";
|
|
101
|
+
readonly ZONAL_SHIFT_DELEGATED_TO_DNS: "zonal_shift_delegated_to_dns";
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export type TargetAdministrativeOverrideStateEnum = (typeof TargetAdministrativeOverrideStateEnum)[keyof typeof TargetAdministrativeOverrideStateEnum];
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* @enum
|
|
110
|
+
*/
|
|
111
|
+
export declare const AdvertiseTrustStoreCaNamesEnum: {
|
|
112
|
+
readonly off: "off";
|
|
113
|
+
readonly on: "on";
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export type AdvertiseTrustStoreCaNamesEnum = (typeof AdvertiseTrustStoreCaNamesEnum)[keyof typeof AdvertiseTrustStoreCaNamesEnum];
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
* @enum
|
|
122
|
+
*/
|
|
123
|
+
export declare const MitigationInEffectEnum: {
|
|
124
|
+
readonly NO: "no";
|
|
125
|
+
readonly YES: "yes";
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
export type MitigationInEffectEnum = (typeof MitigationInEffectEnum)[keyof typeof MitigationInEffectEnum];
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
* @enum
|
|
134
|
+
*/
|
|
135
|
+
export declare const AnomalyResultEnum: {
|
|
136
|
+
readonly ANOMALOUS: "anomalous";
|
|
137
|
+
readonly NORMAL: "normal";
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export type AnomalyResultEnum = (typeof AnomalyResultEnum)[keyof typeof AnomalyResultEnum];
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
* @enum
|
|
146
|
+
*/
|
|
147
|
+
export declare const CapacityReservationStateEnum: {
|
|
148
|
+
readonly FAILED: "failed";
|
|
149
|
+
readonly PENDING: "pending";
|
|
150
|
+
readonly PROVISIONED: "provisioned";
|
|
151
|
+
readonly REBALANCING: "rebalancing";
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
export type CapacityReservationStateEnum = (typeof CapacityReservationStateEnum)[keyof typeof CapacityReservationStateEnum];
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
* @enum
|
|
160
|
+
*/
|
|
161
|
+
export declare const TrustStoreAssociationStatusEnum: {
|
|
162
|
+
readonly ACTIVE: "active";
|
|
163
|
+
readonly REMOVED: "removed";
|
|
164
|
+
};
|
|
165
|
+
/**
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
export type TrustStoreAssociationStatusEnum = (typeof TrustStoreAssociationStatusEnum)[keyof typeof TrustStoreAssociationStatusEnum];
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
* @enum
|
|
172
|
+
*/
|
|
173
|
+
export declare const ProtocolEnum: {
|
|
174
|
+
readonly GENEVE: "GENEVE";
|
|
175
|
+
readonly HTTP: "HTTP";
|
|
176
|
+
readonly HTTPS: "HTTPS";
|
|
177
|
+
readonly QUIC: "QUIC";
|
|
178
|
+
readonly TCP: "TCP";
|
|
179
|
+
readonly TCP_QUIC: "TCP_QUIC";
|
|
180
|
+
readonly TCP_UDP: "TCP_UDP";
|
|
181
|
+
readonly TLS: "TLS";
|
|
182
|
+
readonly UDP: "UDP";
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
export type ProtocolEnum = (typeof ProtocolEnum)[keyof typeof ProtocolEnum];
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
* @enum
|
|
191
|
+
*/
|
|
192
|
+
export declare const EnablePrefixForIpv6SourceNatEnum: {
|
|
193
|
+
readonly OFF: "off";
|
|
194
|
+
readonly ON: "on";
|
|
195
|
+
};
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
export type EnablePrefixForIpv6SourceNatEnum = (typeof EnablePrefixForIpv6SourceNatEnum)[keyof typeof EnablePrefixForIpv6SourceNatEnum];
|
|
200
|
+
/**
|
|
201
|
+
* @public
|
|
202
|
+
* @enum
|
|
203
|
+
*/
|
|
204
|
+
export declare const IpAddressType: {
|
|
205
|
+
readonly DUALSTACK: "dualstack";
|
|
206
|
+
readonly DUALSTACK_WITHOUT_PUBLIC_IPV4: "dualstack-without-public-ipv4";
|
|
207
|
+
readonly IPV4: "ipv4";
|
|
208
|
+
};
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
* @enum
|
|
216
|
+
*/
|
|
217
|
+
export declare const LoadBalancerSchemeEnum: {
|
|
218
|
+
readonly INTERNAL: "internal";
|
|
219
|
+
readonly INTERNET_FACING: "internet-facing";
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
export type LoadBalancerSchemeEnum = (typeof LoadBalancerSchemeEnum)[keyof typeof LoadBalancerSchemeEnum];
|
|
225
|
+
/**
|
|
226
|
+
* @public
|
|
227
|
+
* @enum
|
|
228
|
+
*/
|
|
229
|
+
export declare const LoadBalancerTypeEnum: {
|
|
230
|
+
readonly APPLICATION: "application";
|
|
231
|
+
readonly GATEWAY: "gateway";
|
|
232
|
+
readonly NETWORK: "network";
|
|
233
|
+
};
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
export type LoadBalancerTypeEnum = (typeof LoadBalancerTypeEnum)[keyof typeof LoadBalancerTypeEnum];
|
|
238
|
+
/**
|
|
239
|
+
* @public
|
|
240
|
+
* @enum
|
|
241
|
+
*/
|
|
242
|
+
export declare const LoadBalancerStateEnum: {
|
|
243
|
+
readonly ACTIVE: "active";
|
|
244
|
+
readonly ACTIVE_IMPAIRED: "active_impaired";
|
|
245
|
+
readonly FAILED: "failed";
|
|
246
|
+
readonly PROVISIONING: "provisioning";
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
export type LoadBalancerStateEnum = (typeof LoadBalancerStateEnum)[keyof typeof LoadBalancerStateEnum];
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @enum
|
|
255
|
+
*/
|
|
256
|
+
export declare const TransformTypeEnum: {
|
|
257
|
+
readonly HOST_HEADER_REWRITE: "host-header-rewrite";
|
|
258
|
+
readonly URL_REWRITE: "url-rewrite";
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
export type TransformTypeEnum = (typeof TransformTypeEnum)[keyof typeof TransformTypeEnum];
|
|
264
|
+
/**
|
|
265
|
+
* @public
|
|
266
|
+
* @enum
|
|
267
|
+
*/
|
|
268
|
+
export declare const TargetGroupIpAddressTypeEnum: {
|
|
269
|
+
readonly IPV4: "ipv4";
|
|
270
|
+
readonly IPV6: "ipv6";
|
|
271
|
+
};
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
export type TargetGroupIpAddressTypeEnum = (typeof TargetGroupIpAddressTypeEnum)[keyof typeof TargetGroupIpAddressTypeEnum];
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
* @enum
|
|
279
|
+
*/
|
|
280
|
+
export declare const TargetTypeEnum: {
|
|
281
|
+
readonly ALB: "alb";
|
|
282
|
+
readonly INSTANCE: "instance";
|
|
283
|
+
readonly IP: "ip";
|
|
284
|
+
readonly LAMBDA: "lambda";
|
|
285
|
+
};
|
|
286
|
+
/**
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
export type TargetTypeEnum = (typeof TargetTypeEnum)[keyof typeof TargetTypeEnum];
|
|
290
|
+
/**
|
|
291
|
+
* @public
|
|
292
|
+
* @enum
|
|
293
|
+
*/
|
|
294
|
+
export declare const TrustStoreStatus: {
|
|
295
|
+
readonly ACTIVE: "ACTIVE";
|
|
296
|
+
readonly CREATING: "CREATING";
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
export type TrustStoreStatus = (typeof TrustStoreStatus)[keyof typeof TrustStoreStatus];
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
* @enum
|
|
305
|
+
*/
|
|
306
|
+
export declare const DescribeTargetHealthInputIncludeEnum: {
|
|
307
|
+
readonly ALL: "All";
|
|
308
|
+
readonly ANOMALY: "AnomalyDetection";
|
|
309
|
+
};
|
|
310
|
+
/**
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
export type DescribeTargetHealthInputIncludeEnum = (typeof DescribeTargetHealthInputIncludeEnum)[keyof typeof DescribeTargetHealthInputIncludeEnum];
|
|
314
|
+
/**
|
|
315
|
+
* @public
|
|
316
|
+
* @enum
|
|
317
|
+
*/
|
|
318
|
+
export declare const TargetHealthReasonEnum: {
|
|
319
|
+
readonly DEREGISTRATION_IN_PROGRESS: "Target.DeregistrationInProgress";
|
|
320
|
+
readonly FAILED_HEALTH_CHECKS: "Target.FailedHealthChecks";
|
|
321
|
+
readonly HEALTH_CHECK_DISABLED: "Target.HealthCheckDisabled";
|
|
322
|
+
readonly INITIAL_HEALTH_CHECKING: "Elb.InitialHealthChecking";
|
|
323
|
+
readonly INTERNAL_ERROR: "Elb.InternalError";
|
|
324
|
+
readonly INVALID_STATE: "Target.InvalidState";
|
|
325
|
+
readonly IP_UNUSABLE: "Target.IpUnusable";
|
|
326
|
+
readonly NOT_IN_USE: "Target.NotInUse";
|
|
327
|
+
readonly NOT_REGISTERED: "Target.NotRegistered";
|
|
328
|
+
readonly REGISTRATION_IN_PROGRESS: "Elb.RegistrationInProgress";
|
|
329
|
+
readonly RESPONSE_CODE_MISMATCH: "Target.ResponseCodeMismatch";
|
|
330
|
+
readonly TIMEOUT: "Target.Timeout";
|
|
331
|
+
};
|
|
332
|
+
/**
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
export type TargetHealthReasonEnum = (typeof TargetHealthReasonEnum)[keyof typeof TargetHealthReasonEnum];
|
|
336
|
+
/**
|
|
337
|
+
* @public
|
|
338
|
+
* @enum
|
|
339
|
+
*/
|
|
340
|
+
export declare const TargetHealthStateEnum: {
|
|
341
|
+
readonly DRAINING: "draining";
|
|
342
|
+
readonly HEALTHY: "healthy";
|
|
343
|
+
readonly INITIAL: "initial";
|
|
344
|
+
readonly UNAVAILABLE: "unavailable";
|
|
345
|
+
readonly UNHEALTHY: "unhealthy";
|
|
346
|
+
readonly UNHEALTHY_DRAINING: "unhealthy.draining";
|
|
347
|
+
readonly UNUSED: "unused";
|
|
348
|
+
};
|
|
349
|
+
/**
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
export type TargetHealthStateEnum = (typeof TargetHealthStateEnum)[keyof typeof TargetHealthStateEnum];
|
|
353
|
+
/**
|
|
354
|
+
* @public
|
|
355
|
+
* @enum
|
|
356
|
+
*/
|
|
357
|
+
export declare const RemoveIpamPoolEnum: {
|
|
358
|
+
readonly ipv4: "ipv4";
|
|
359
|
+
};
|
|
360
|
+
/**
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
export type RemoveIpamPoolEnum = (typeof RemoveIpamPoolEnum)[keyof typeof RemoveIpamPoolEnum];
|
|
364
|
+
/**
|
|
365
|
+
* @public
|
|
366
|
+
* @enum
|
|
367
|
+
*/
|
|
368
|
+
export declare const EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum: {
|
|
369
|
+
readonly off: "off";
|
|
370
|
+
readonly on: "on";
|
|
371
|
+
};
|
|
372
|
+
/**
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
export type EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum = (typeof EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum)[keyof typeof EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum];
|