@aws-sdk/client-elastic-load-balancing-v2 3.669.0 → 3.670.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 +41 -8
- package/dist-cjs/runtimeConfig.browser.js +1 -1
- package/dist-cjs/runtimeConfig.js +1 -1
- package/dist-es/models/models_0.js +12 -0
- package/dist-es/protocols/Aws_query.js +25 -8
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -2
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +60 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -118,6 +118,8 @@ __export(src_exports, {
|
|
|
118
118
|
SetSecurityGroupsCommand: () => SetSecurityGroupsCommand,
|
|
119
119
|
SetSubnetsCommand: () => SetSubnetsCommand,
|
|
120
120
|
SubnetNotFoundException: () => SubnetNotFoundException,
|
|
121
|
+
TargetAdministrativeOverrideReasonEnum: () => TargetAdministrativeOverrideReasonEnum,
|
|
122
|
+
TargetAdministrativeOverrideStateEnum: () => TargetAdministrativeOverrideStateEnum,
|
|
121
123
|
TargetGroupAssociationLimitException: () => TargetGroupAssociationLimitException,
|
|
122
124
|
TargetGroupIpAddressTypeEnum: () => TargetGroupIpAddressTypeEnum,
|
|
123
125
|
TargetGroupNotFoundException: () => TargetGroupNotFoundException,
|
|
@@ -570,6 +572,18 @@ var _TooManyTrustStoreRevocationEntriesException = class _TooManyTrustStoreRevoc
|
|
|
570
572
|
};
|
|
571
573
|
__name(_TooManyTrustStoreRevocationEntriesException, "TooManyTrustStoreRevocationEntriesException");
|
|
572
574
|
var TooManyTrustStoreRevocationEntriesException = _TooManyTrustStoreRevocationEntriesException;
|
|
575
|
+
var TargetAdministrativeOverrideReasonEnum = {
|
|
576
|
+
INTERNAL_ERROR: "AdministrativeOverride.Unknown",
|
|
577
|
+
NO_OVERRIDE_ENGAGED: "AdministrativeOverride.NoOverride",
|
|
578
|
+
ZONAL_SHIFT_DELEGATED_TO_DNS: "AdministrativeOverride.ZonalShiftDelegatedToDns",
|
|
579
|
+
ZONAL_SHIFT_ENGAGED: "AdministrativeOverride.ZonalShiftActive"
|
|
580
|
+
};
|
|
581
|
+
var TargetAdministrativeOverrideStateEnum = {
|
|
582
|
+
NO_OVERRIDE: "no_override",
|
|
583
|
+
UNKNOWN: "unknown",
|
|
584
|
+
ZONAL_SHIFT_ACTIVE: "zonal_shift_active",
|
|
585
|
+
ZONAL_SHIFT_DELEGATED_TO_DNS: "zonal_shift_delegated_to_dns"
|
|
586
|
+
};
|
|
573
587
|
var _AllocationIdNotFoundException = class _AllocationIdNotFoundException extends ElasticLoadBalancingV2ServiceException {
|
|
574
588
|
/**
|
|
575
589
|
* @internal
|
|
@@ -5106,6 +5120,19 @@ var de_AddTrustStoreRevocationsOutput = /* @__PURE__ */ __name((output, context)
|
|
|
5106
5120
|
}
|
|
5107
5121
|
return contents;
|
|
5108
5122
|
}, "de_AddTrustStoreRevocationsOutput");
|
|
5123
|
+
var de_AdministrativeOverride = /* @__PURE__ */ __name((output, context) => {
|
|
5124
|
+
const contents = {};
|
|
5125
|
+
if (output[_St] != null) {
|
|
5126
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
5127
|
+
}
|
|
5128
|
+
if (output[_R] != null) {
|
|
5129
|
+
contents[_R] = (0, import_smithy_client.expectString)(output[_R]);
|
|
5130
|
+
}
|
|
5131
|
+
if (output[_D] != null) {
|
|
5132
|
+
contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
|
|
5133
|
+
}
|
|
5134
|
+
return contents;
|
|
5135
|
+
}, "de_AdministrativeOverride");
|
|
5109
5136
|
var de_AllocationIdNotFoundException = /* @__PURE__ */ __name((output, context) => {
|
|
5110
5137
|
const contents = {};
|
|
5111
5138
|
if (output[_Me] != null) {
|
|
@@ -5127,8 +5154,8 @@ var de_ALPNPolicyNotSupportedException = /* @__PURE__ */ __name((output, context
|
|
|
5127
5154
|
}, "de_ALPNPolicyNotSupportedException");
|
|
5128
5155
|
var de_AnomalyDetection = /* @__PURE__ */ __name((output, context) => {
|
|
5129
5156
|
const contents = {};
|
|
5130
|
-
if (output[
|
|
5131
|
-
contents[
|
|
5157
|
+
if (output[_Re] != null) {
|
|
5158
|
+
contents[_Re] = (0, import_smithy_client.expectString)(output[_Re]);
|
|
5132
5159
|
}
|
|
5133
5160
|
if (output[_MIE] != null) {
|
|
5134
5161
|
contents[_MIE] = (0, import_smithy_client.expectString)(output[_MIE]);
|
|
@@ -5944,8 +5971,8 @@ var de_LoadBalancerState = /* @__PURE__ */ __name((output, context) => {
|
|
|
5944
5971
|
if (output[_Cod] != null) {
|
|
5945
5972
|
contents[_Cod] = (0, import_smithy_client.expectString)(output[_Cod]);
|
|
5946
5973
|
}
|
|
5947
|
-
if (output[
|
|
5948
|
-
contents[
|
|
5974
|
+
if (output[_R] != null) {
|
|
5975
|
+
contents[_R] = (0, import_smithy_client.expectString)(output[_R]);
|
|
5949
5976
|
}
|
|
5950
5977
|
return contents;
|
|
5951
5978
|
}, "de_LoadBalancerState");
|
|
@@ -6490,8 +6517,8 @@ var de_TargetHealth = /* @__PURE__ */ __name((output, context) => {
|
|
|
6490
6517
|
if (output[_St] != null) {
|
|
6491
6518
|
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
6492
6519
|
}
|
|
6493
|
-
if (output[
|
|
6494
|
-
contents[
|
|
6520
|
+
if (output[_R] != null) {
|
|
6521
|
+
contents[_R] = (0, import_smithy_client.expectString)(output[_R]);
|
|
6495
6522
|
}
|
|
6496
6523
|
if (output[_D] != null) {
|
|
6497
6524
|
contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
|
|
@@ -6512,6 +6539,9 @@ var de_TargetHealthDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
6512
6539
|
if (output[_AD] != null) {
|
|
6513
6540
|
contents[_AD] = de_AnomalyDetection(output[_AD], context);
|
|
6514
6541
|
}
|
|
6542
|
+
if (output[_AO] != null) {
|
|
6543
|
+
contents[_AO] = de_AdministrativeOverride(output[_AO], context);
|
|
6544
|
+
}
|
|
6515
6545
|
return contents;
|
|
6516
6546
|
}, "de_TargetHealthDescription");
|
|
6517
6547
|
var de_TargetHealthDescriptions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -6730,6 +6760,7 @@ var _AD = "AnomalyDetection";
|
|
|
6730
6760
|
var _AE = "AuthorizationEndpoint";
|
|
6731
6761
|
var _AI = "AllocationId";
|
|
6732
6762
|
var _ALC = "AddListenerCertificates";
|
|
6763
|
+
var _AO = "AdministrativeOverride";
|
|
6733
6764
|
var _AOC = "AuthenticateOidcConfig";
|
|
6734
6765
|
var _AP = "AlpnPolicy";
|
|
6735
6766
|
var _AREP = "AuthenticationRequestExtraParams";
|
|
@@ -6860,7 +6891,7 @@ var _Pol = "Policy";
|
|
|
6860
6891
|
var _Pr = "Priority";
|
|
6861
6892
|
var _Q = "Query";
|
|
6862
6893
|
var _QSC = "QueryStringConfig";
|
|
6863
|
-
var _R = "
|
|
6894
|
+
var _R = "Reason";
|
|
6864
6895
|
var _RA = "ResourceArns";
|
|
6865
6896
|
var _RAe = "ResourceArn";
|
|
6866
6897
|
var _RAu = "RuleArn";
|
|
@@ -6875,7 +6906,7 @@ var _RT = "RegisterTargets";
|
|
|
6875
6906
|
var _RTSR = "RemoveTrustStoreRevocations";
|
|
6876
6907
|
var _RTe = "RemoveTags";
|
|
6877
6908
|
var _RTev = "RevocationType";
|
|
6878
|
-
var _Re = "
|
|
6909
|
+
var _Re = "Result";
|
|
6879
6910
|
var _Ru = "Rules";
|
|
6880
6911
|
var _S = "Scope";
|
|
6881
6912
|
var _SB = "S3Bucket";
|
|
@@ -8005,6 +8036,8 @@ var waitUntilTargetInService = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
8005
8036
|
InvalidRevocationContentException,
|
|
8006
8037
|
RevocationContentNotFoundException,
|
|
8007
8038
|
TooManyTrustStoreRevocationEntriesException,
|
|
8039
|
+
TargetAdministrativeOverrideReasonEnum,
|
|
8040
|
+
TargetAdministrativeOverrideStateEnum,
|
|
8008
8041
|
AllocationIdNotFoundException,
|
|
8009
8042
|
ALPNPolicyNotSupportedException,
|
|
8010
8043
|
MitigationInEffectEnum,
|
|
@@ -25,7 +25,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
27
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.
|
|
28
|
+
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
29
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
30
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
31
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -31,7 +31,7 @@ const getRuntimeConfig = (config) => {
|
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
33
33
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
(0, util_user_agent_node_1.
|
|
34
|
+
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
35
35
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
36
36
|
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
37
37
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -179,6 +179,18 @@ export class TooManyTrustStoreRevocationEntriesException extends __BaseException
|
|
|
179
179
|
this.Message = opts.Message;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
+
export const TargetAdministrativeOverrideReasonEnum = {
|
|
183
|
+
INTERNAL_ERROR: "AdministrativeOverride.Unknown",
|
|
184
|
+
NO_OVERRIDE_ENGAGED: "AdministrativeOverride.NoOverride",
|
|
185
|
+
ZONAL_SHIFT_DELEGATED_TO_DNS: "AdministrativeOverride.ZonalShiftDelegatedToDns",
|
|
186
|
+
ZONAL_SHIFT_ENGAGED: "AdministrativeOverride.ZonalShiftActive",
|
|
187
|
+
};
|
|
188
|
+
export const TargetAdministrativeOverrideStateEnum = {
|
|
189
|
+
NO_OVERRIDE: "no_override",
|
|
190
|
+
UNKNOWN: "unknown",
|
|
191
|
+
ZONAL_SHIFT_ACTIVE: "zonal_shift_active",
|
|
192
|
+
ZONAL_SHIFT_DELEGATED_TO_DNS: "zonal_shift_delegated_to_dns",
|
|
193
|
+
};
|
|
182
194
|
export class AllocationIdNotFoundException extends __BaseException {
|
|
183
195
|
constructor(opts) {
|
|
184
196
|
super({
|
|
@@ -3719,6 +3719,19 @@ const de_AddTrustStoreRevocationsOutput = (output, context) => {
|
|
|
3719
3719
|
}
|
|
3720
3720
|
return contents;
|
|
3721
3721
|
};
|
|
3722
|
+
const de_AdministrativeOverride = (output, context) => {
|
|
3723
|
+
const contents = {};
|
|
3724
|
+
if (output[_St] != null) {
|
|
3725
|
+
contents[_St] = __expectString(output[_St]);
|
|
3726
|
+
}
|
|
3727
|
+
if (output[_R] != null) {
|
|
3728
|
+
contents[_R] = __expectString(output[_R]);
|
|
3729
|
+
}
|
|
3730
|
+
if (output[_D] != null) {
|
|
3731
|
+
contents[_D] = __expectString(output[_D]);
|
|
3732
|
+
}
|
|
3733
|
+
return contents;
|
|
3734
|
+
};
|
|
3722
3735
|
const de_AllocationIdNotFoundException = (output, context) => {
|
|
3723
3736
|
const contents = {};
|
|
3724
3737
|
if (output[_Me] != null) {
|
|
@@ -3742,8 +3755,8 @@ const de_ALPNPolicyNotSupportedException = (output, context) => {
|
|
|
3742
3755
|
};
|
|
3743
3756
|
const de_AnomalyDetection = (output, context) => {
|
|
3744
3757
|
const contents = {};
|
|
3745
|
-
if (output[
|
|
3746
|
-
contents[
|
|
3758
|
+
if (output[_Re] != null) {
|
|
3759
|
+
contents[_Re] = __expectString(output[_Re]);
|
|
3747
3760
|
}
|
|
3748
3761
|
if (output[_MIE] != null) {
|
|
3749
3762
|
contents[_MIE] = __expectString(output[_MIE]);
|
|
@@ -4609,8 +4622,8 @@ const de_LoadBalancerState = (output, context) => {
|
|
|
4609
4622
|
if (output[_Cod] != null) {
|
|
4610
4623
|
contents[_Cod] = __expectString(output[_Cod]);
|
|
4611
4624
|
}
|
|
4612
|
-
if (output[
|
|
4613
|
-
contents[
|
|
4625
|
+
if (output[_R] != null) {
|
|
4626
|
+
contents[_R] = __expectString(output[_R]);
|
|
4614
4627
|
}
|
|
4615
4628
|
return contents;
|
|
4616
4629
|
};
|
|
@@ -5198,8 +5211,8 @@ const de_TargetHealth = (output, context) => {
|
|
|
5198
5211
|
if (output[_St] != null) {
|
|
5199
5212
|
contents[_St] = __expectString(output[_St]);
|
|
5200
5213
|
}
|
|
5201
|
-
if (output[
|
|
5202
|
-
contents[
|
|
5214
|
+
if (output[_R] != null) {
|
|
5215
|
+
contents[_R] = __expectString(output[_R]);
|
|
5203
5216
|
}
|
|
5204
5217
|
if (output[_D] != null) {
|
|
5205
5218
|
contents[_D] = __expectString(output[_D]);
|
|
@@ -5220,6 +5233,9 @@ const de_TargetHealthDescription = (output, context) => {
|
|
|
5220
5233
|
if (output[_AD] != null) {
|
|
5221
5234
|
contents[_AD] = de_AnomalyDetection(output[_AD], context);
|
|
5222
5235
|
}
|
|
5236
|
+
if (output[_AO] != null) {
|
|
5237
|
+
contents[_AO] = de_AdministrativeOverride(output[_AO], context);
|
|
5238
|
+
}
|
|
5223
5239
|
return contents;
|
|
5224
5240
|
};
|
|
5225
5241
|
const de_TargetHealthDescriptions = (output, context) => {
|
|
@@ -5447,6 +5463,7 @@ const _AD = "AnomalyDetection";
|
|
|
5447
5463
|
const _AE = "AuthorizationEndpoint";
|
|
5448
5464
|
const _AI = "AllocationId";
|
|
5449
5465
|
const _ALC = "AddListenerCertificates";
|
|
5466
|
+
const _AO = "AdministrativeOverride";
|
|
5450
5467
|
const _AOC = "AuthenticateOidcConfig";
|
|
5451
5468
|
const _AP = "AlpnPolicy";
|
|
5452
5469
|
const _AREP = "AuthenticationRequestExtraParams";
|
|
@@ -5577,7 +5594,7 @@ const _Pol = "Policy";
|
|
|
5577
5594
|
const _Pr = "Priority";
|
|
5578
5595
|
const _Q = "Query";
|
|
5579
5596
|
const _QSC = "QueryStringConfig";
|
|
5580
|
-
const _R = "
|
|
5597
|
+
const _R = "Reason";
|
|
5581
5598
|
const _RA = "ResourceArns";
|
|
5582
5599
|
const _RAe = "ResourceArn";
|
|
5583
5600
|
const _RAu = "RuleArn";
|
|
@@ -5592,7 +5609,7 @@ const _RT = "RegisterTargets";
|
|
|
5592
5609
|
const _RTSR = "RemoveTrustStoreRevocations";
|
|
5593
5610
|
const _RTe = "RemoveTags";
|
|
5594
5611
|
const _RTev = "RevocationType";
|
|
5595
|
-
const _Re = "
|
|
5612
|
+
const _Re = "Result";
|
|
5596
5613
|
const _Ru = "Rules";
|
|
5597
5614
|
const _S = "Scope";
|
|
5598
5615
|
const _SB = "S3Bucket";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
|
-
import {
|
|
3
|
+
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
@@ -21,7 +21,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
23
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
|
|
24
|
+
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
25
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
26
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
27
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import { NODE_APP_ID_CONFIG_OPTIONS,
|
|
4
|
+
import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -27,7 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
27
27
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
28
28
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
29
29
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
30
|
-
|
|
30
|
+
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
31
31
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
32
32
|
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
33
33
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -67,6 +67,11 @@ declare const DescribeTargetHealthCommand_base: {
|
|
|
67
67
|
* // Result: "anomalous" || "normal",
|
|
68
68
|
* // MitigationInEffect: "yes" || "no",
|
|
69
69
|
* // },
|
|
70
|
+
* // AdministrativeOverride: { // AdministrativeOverride
|
|
71
|
+
* // State: "unknown" || "no_override" || "zonal_shift_active" || "zonal_shift_delegated_to_dns",
|
|
72
|
+
* // Reason: "AdministrativeOverride.Unknown" || "AdministrativeOverride.NoOverride" || "AdministrativeOverride.ZonalShiftActive" || "AdministrativeOverride.ZonalShiftDelegatedToDns",
|
|
73
|
+
* // Description: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
70
75
|
* // },
|
|
71
76
|
* // ],
|
|
72
77
|
* // };
|
|
@@ -735,6 +735,55 @@ export declare class TooManyTrustStoreRevocationEntriesException extends __BaseE
|
|
|
735
735
|
*/
|
|
736
736
|
constructor(opts: __ExceptionOptionType<TooManyTrustStoreRevocationEntriesException, __BaseException>);
|
|
737
737
|
}
|
|
738
|
+
/**
|
|
739
|
+
* @public
|
|
740
|
+
* @enum
|
|
741
|
+
*/
|
|
742
|
+
export declare const TargetAdministrativeOverrideReasonEnum: {
|
|
743
|
+
readonly INTERNAL_ERROR: "AdministrativeOverride.Unknown";
|
|
744
|
+
readonly NO_OVERRIDE_ENGAGED: "AdministrativeOverride.NoOverride";
|
|
745
|
+
readonly ZONAL_SHIFT_DELEGATED_TO_DNS: "AdministrativeOverride.ZonalShiftDelegatedToDns";
|
|
746
|
+
readonly ZONAL_SHIFT_ENGAGED: "AdministrativeOverride.ZonalShiftActive";
|
|
747
|
+
};
|
|
748
|
+
/**
|
|
749
|
+
* @public
|
|
750
|
+
*/
|
|
751
|
+
export type TargetAdministrativeOverrideReasonEnum = (typeof TargetAdministrativeOverrideReasonEnum)[keyof typeof TargetAdministrativeOverrideReasonEnum];
|
|
752
|
+
/**
|
|
753
|
+
* @public
|
|
754
|
+
* @enum
|
|
755
|
+
*/
|
|
756
|
+
export declare const TargetAdministrativeOverrideStateEnum: {
|
|
757
|
+
readonly NO_OVERRIDE: "no_override";
|
|
758
|
+
readonly UNKNOWN: "unknown";
|
|
759
|
+
readonly ZONAL_SHIFT_ACTIVE: "zonal_shift_active";
|
|
760
|
+
readonly ZONAL_SHIFT_DELEGATED_TO_DNS: "zonal_shift_delegated_to_dns";
|
|
761
|
+
};
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
765
|
+
export type TargetAdministrativeOverrideStateEnum = (typeof TargetAdministrativeOverrideStateEnum)[keyof typeof TargetAdministrativeOverrideStateEnum];
|
|
766
|
+
/**
|
|
767
|
+
* <p>Information about the override status applied to a target.</p>
|
|
768
|
+
* @public
|
|
769
|
+
*/
|
|
770
|
+
export interface AdministrativeOverride {
|
|
771
|
+
/**
|
|
772
|
+
* <p>The state of the override.</p>
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
775
|
+
State?: TargetAdministrativeOverrideStateEnum;
|
|
776
|
+
/**
|
|
777
|
+
* <p>The reason code for the state.</p>
|
|
778
|
+
* @public
|
|
779
|
+
*/
|
|
780
|
+
Reason?: TargetAdministrativeOverrideReasonEnum;
|
|
781
|
+
/**
|
|
782
|
+
* <p>A description of the override state that provides additional details.</p>
|
|
783
|
+
* @public
|
|
784
|
+
*/
|
|
785
|
+
Description?: string;
|
|
786
|
+
}
|
|
738
787
|
/**
|
|
739
788
|
* <p>The specified allocation ID does not exist.</p>
|
|
740
789
|
* @public
|
|
@@ -3172,6 +3221,12 @@ export interface LoadBalancerAttribute {
|
|
|
3172
3221
|
* <code>partial_availability_zone_affinity</code> with 85 percent zonal affinity,
|
|
3173
3222
|
* and <code>any_availability_zone</code> with 0 percent zonal affinity.</p>
|
|
3174
3223
|
* </li>
|
|
3224
|
+
* <li>
|
|
3225
|
+
* <p>
|
|
3226
|
+
* <code>zonal_shift.config.enabled</code> - Indicates whether zonal shift is
|
|
3227
|
+
* enabled. The possible values are <code>true</code> and <code>false</code>. The
|
|
3228
|
+
* default is <code>false</code>.</p>
|
|
3229
|
+
* </li>
|
|
3175
3230
|
* </ul>
|
|
3176
3231
|
* @public
|
|
3177
3232
|
*/
|
|
@@ -3871,6 +3926,11 @@ export interface TargetHealthDescription {
|
|
|
3871
3926
|
* @public
|
|
3872
3927
|
*/
|
|
3873
3928
|
AnomalyDetection?: AnomalyDetection;
|
|
3929
|
+
/**
|
|
3930
|
+
* <p>The administrative override information for the target.</p>
|
|
3931
|
+
* @public
|
|
3932
|
+
*/
|
|
3933
|
+
AdministrativeOverride?: AdministrativeOverride;
|
|
3874
3934
|
}
|
|
3875
3935
|
/**
|
|
3876
3936
|
* @public
|
|
@@ -237,6 +237,27 @@ export declare class TooManyTrustStoreRevocationEntriesException extends __BaseE
|
|
|
237
237
|
>
|
|
238
238
|
);
|
|
239
239
|
}
|
|
240
|
+
export declare const TargetAdministrativeOverrideReasonEnum: {
|
|
241
|
+
readonly INTERNAL_ERROR: "AdministrativeOverride.Unknown";
|
|
242
|
+
readonly NO_OVERRIDE_ENGAGED: "AdministrativeOverride.NoOverride";
|
|
243
|
+
readonly ZONAL_SHIFT_DELEGATED_TO_DNS: "AdministrativeOverride.ZonalShiftDelegatedToDns";
|
|
244
|
+
readonly ZONAL_SHIFT_ENGAGED: "AdministrativeOverride.ZonalShiftActive";
|
|
245
|
+
};
|
|
246
|
+
export type TargetAdministrativeOverrideReasonEnum =
|
|
247
|
+
(typeof TargetAdministrativeOverrideReasonEnum)[keyof typeof TargetAdministrativeOverrideReasonEnum];
|
|
248
|
+
export declare const TargetAdministrativeOverrideStateEnum: {
|
|
249
|
+
readonly NO_OVERRIDE: "no_override";
|
|
250
|
+
readonly UNKNOWN: "unknown";
|
|
251
|
+
readonly ZONAL_SHIFT_ACTIVE: "zonal_shift_active";
|
|
252
|
+
readonly ZONAL_SHIFT_DELEGATED_TO_DNS: "zonal_shift_delegated_to_dns";
|
|
253
|
+
};
|
|
254
|
+
export type TargetAdministrativeOverrideStateEnum =
|
|
255
|
+
(typeof TargetAdministrativeOverrideStateEnum)[keyof typeof TargetAdministrativeOverrideStateEnum];
|
|
256
|
+
export interface AdministrativeOverride {
|
|
257
|
+
State?: TargetAdministrativeOverrideStateEnum;
|
|
258
|
+
Reason?: TargetAdministrativeOverrideReasonEnum;
|
|
259
|
+
Description?: string;
|
|
260
|
+
}
|
|
240
261
|
export declare class AllocationIdNotFoundException extends __BaseException {
|
|
241
262
|
readonly name: "AllocationIdNotFoundException";
|
|
242
263
|
readonly $fault: "client";
|
|
@@ -1047,6 +1068,7 @@ export interface TargetHealthDescription {
|
|
|
1047
1068
|
HealthCheckPort?: string;
|
|
1048
1069
|
TargetHealth?: TargetHealth;
|
|
1049
1070
|
AnomalyDetection?: AnomalyDetection;
|
|
1071
|
+
AdministrativeOverride?: AdministrativeOverride;
|
|
1050
1072
|
}
|
|
1051
1073
|
export interface DescribeTargetHealthOutput {
|
|
1052
1074
|
TargetHealthDescriptions?: TargetHealthDescription[];
|
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.670.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.670.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.670.0",
|
|
25
25
|
"@aws-sdk/core": "3.667.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.670.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.667.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
32
32
|
"@aws-sdk/types": "3.667.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.667.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.670.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.669.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.8",
|