@aws-sdk/client-elastic-load-balancing-v2 3.648.0 → 3.650.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.
Files changed (58) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +48 -144
  3. package/dist-es/commands/AddListenerCertificatesCommand.js +1 -3
  4. package/dist-es/commands/AddTagsCommand.js +1 -3
  5. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +1 -3
  6. package/dist-es/commands/CreateListenerCommand.js +1 -3
  7. package/dist-es/commands/CreateLoadBalancerCommand.js +1 -3
  8. package/dist-es/commands/CreateRuleCommand.js +1 -3
  9. package/dist-es/commands/CreateTargetGroupCommand.js +1 -3
  10. package/dist-es/commands/CreateTrustStoreCommand.js +1 -3
  11. package/dist-es/commands/DeleteListenerCommand.js +1 -3
  12. package/dist-es/commands/DeleteLoadBalancerCommand.js +1 -3
  13. package/dist-es/commands/DeleteRuleCommand.js +1 -3
  14. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +1 -3
  15. package/dist-es/commands/DeleteTargetGroupCommand.js +1 -3
  16. package/dist-es/commands/DeleteTrustStoreCommand.js +1 -3
  17. package/dist-es/commands/DeregisterTargetsCommand.js +1 -3
  18. package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
  19. package/dist-es/commands/DescribeListenerAttributesCommand.js +1 -3
  20. package/dist-es/commands/DescribeListenerCertificatesCommand.js +1 -3
  21. package/dist-es/commands/DescribeListenersCommand.js +1 -3
  22. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +1 -3
  23. package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -3
  24. package/dist-es/commands/DescribeRulesCommand.js +1 -3
  25. package/dist-es/commands/DescribeSSLPoliciesCommand.js +1 -3
  26. package/dist-es/commands/DescribeTagsCommand.js +1 -3
  27. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +1 -3
  28. package/dist-es/commands/DescribeTargetGroupsCommand.js +1 -3
  29. package/dist-es/commands/DescribeTargetHealthCommand.js +1 -3
  30. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +1 -3
  31. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +1 -3
  32. package/dist-es/commands/DescribeTrustStoresCommand.js +1 -3
  33. package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
  34. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +1 -3
  35. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +1 -3
  36. package/dist-es/commands/ModifyListenerAttributesCommand.js +1 -3
  37. package/dist-es/commands/ModifyListenerCommand.js +1 -3
  38. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +1 -3
  39. package/dist-es/commands/ModifyRuleCommand.js +1 -3
  40. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +1 -3
  41. package/dist-es/commands/ModifyTargetGroupCommand.js +1 -3
  42. package/dist-es/commands/ModifyTrustStoreCommand.js +1 -3
  43. package/dist-es/commands/RegisterTargetsCommand.js +1 -3
  44. package/dist-es/commands/RemoveListenerCertificatesCommand.js +1 -3
  45. package/dist-es/commands/RemoveTagsCommand.js +1 -3
  46. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +1 -3
  47. package/dist-es/commands/SetIpAddressTypeCommand.js +1 -3
  48. package/dist-es/commands/SetRulePrioritiesCommand.js +1 -3
  49. package/dist-es/commands/SetSecurityGroupsCommand.js +1 -3
  50. package/dist-es/commands/SetSubnetsCommand.js +1 -3
  51. package/dist-es/endpoint/endpointResolver.js +7 -3
  52. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  53. package/dist-types/runtimeConfig.d.ts +2 -0
  54. package/dist-types/runtimeConfig.native.d.ts +2 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  58. package/package.json +36 -36
@@ -6,9 +6,7 @@ import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_que
6
6
  export { $Command };
7
7
  export class DeleteRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSharedTrustStoreAssociationCommand, se_DeleteSharedTrustStoreA
6
6
  export { $Command };
7
7
  export class DeleteSharedTrustStoreAssociationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTargetGroupCommand, se_DeleteTargetGroupCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteTargetGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTrustStoreCommand, se_DeleteTrustStoreCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteTrustStoreCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeregisterTargetsCommand, se_DeregisterTargetsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeregisterTargetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from
6
6
  export { $Command };
7
7
  export class DescribeAccountLimitsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeListenerAttributesCommand, se_DescribeListenerAttributesComm
6
6
  export { $Command };
7
7
  export class DescribeListenerAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeListenerCertificatesCommand, se_DescribeListenerCertificates
6
6
  export { $Command };
7
7
  export class DescribeListenerCertificatesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeListenersCommand, se_DescribeListenersCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeListenersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLoadBalancerAttributesCommand, se_DescribeLoadBalancerAttrib
6
6
  export { $Command };
7
7
  export class DescribeLoadBalancerAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from
6
6
  export { $Command };
7
7
  export class DescribeLoadBalancersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRulesCommand, se_DescribeRulesCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DescribeRulesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeSSLPoliciesCommand, se_DescribeSSLPoliciesCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeSSLPoliciesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribeTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTargetGroupAttributesCommand, se_DescribeTargetGroupAttribut
6
6
  export { $Command };
7
7
  export class DescribeTargetGroupAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTargetGroupsCommand, se_DescribeTargetGroupsCommand } from "
6
6
  export { $Command };
7
7
  export class DescribeTargetGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTargetHealthCommand, se_DescribeTargetHealthCommand } from "
6
6
  export { $Command };
7
7
  export class DescribeTargetHealthCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTrustStoreAssociationsCommand, se_DescribeTrustStoreAssociat
6
6
  export { $Command };
7
7
  export class DescribeTrustStoreAssociationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTrustStoreRevocationsCommand, se_DescribeTrustStoreRevocatio
6
6
  export { $Command };
7
7
  export class DescribeTrustStoreRevocationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTrustStoresCommand, se_DescribeTrustStoresCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeTrustStoresCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetResourcePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetTrustStoreCaCertificatesBundleCommand, se_GetTrustStoreCaCertific
6
6
  export { $Command };
7
7
  export class GetTrustStoreCaCertificatesBundleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetTrustStoreRevocationContentCommand, se_GetTrustStoreRevocationCon
6
6
  export { $Command };
7
7
  export class GetTrustStoreRevocationContentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ModifyListenerAttributesCommand, se_ModifyListenerAttributesCommand
6
6
  export { $Command };
7
7
  export class ModifyListenerAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ModifyListenerCommand, se_ModifyListenerCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ModifyListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ModifyLoadBalancerAttributesCommand, se_ModifyLoadBalancerAttributes
6
6
  export { $Command };
7
7
  export class ModifyLoadBalancerAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ModifyRuleCommand, se_ModifyRuleCommand } from "../protocols/Aws_que
6
6
  export { $Command };
7
7
  export class ModifyRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ModifyTargetGroupAttributesCommand, se_ModifyTargetGroupAttributesCo
6
6
  export { $Command };
7
7
  export class ModifyTargetGroupAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ModifyTargetGroupCommand, se_ModifyTargetGroupCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ModifyTargetGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ModifyTrustStoreCommand, se_ModifyTrustStoreCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ModifyTrustStoreCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RegisterTargetsCommand, se_RegisterTargetsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class RegisterTargetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemoveListenerCertificatesCommand, se_RemoveListenerCertificatesComm
6
6
  export { $Command };
7
7
  export class RemoveListenerCertificatesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_que
6
6
  export { $Command };
7
7
  export class RemoveTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemoveTrustStoreRevocationsCommand, se_RemoveTrustStoreRevocationsCo
6
6
  export { $Command };
7
7
  export class RemoveTrustStoreRevocationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SetIpAddressTypeCommand, se_SetIpAddressTypeCommand } from "../proto
6
6
  export { $Command };
7
7
  export class SetIpAddressTypeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SetRulePrioritiesCommand, se_SetRulePrioritiesCommand } from "../pro
6
6
  export { $Command };
7
7
  export class SetRulePrioritiesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SetSecurityGroupsCommand, se_SetSecurityGroupsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class SetSecurityGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SetSubnetsCommand, se_SetSubnetsCommand } from "../protocols/Aws_que
6
6
  export { $Command };
7
7
  export class SetSubnetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingV2HttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingV2HttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
+ cacheMiddleware?: boolean | undefined;
10
11
  urlParser: import("@smithy/types").UrlParser;
11
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
13
  streamCollector: import("@smithy/types").StreamCollector;
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
33
34
  logger?: import("@smithy/types").Logger | undefined;
34
35
  }) => import("@smithy/types").EndpointV2;
35
36
  tls?: boolean | undefined;
37
+ serviceConfiguredEndpoint?: undefined;
36
38
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
39
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingV2HttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (
25
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
26
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
27
  apiVersion: string;
28
+ cacheMiddleware?: boolean | undefined;
28
29
  urlParser: import("@smithy/types").UrlParser;
29
30
  base64Decoder: import("@smithy/types").Decoder;
30
31
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -63,6 +64,7 @@ export declare const getRuntimeConfig: (
63
64
  }
64
65
  ) => import("@smithy/types").EndpointV2;
65
66
  tls?: boolean | undefined;
67
+ serviceConfiguredEndpoint?: undefined;
66
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
67
69
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingV2HttpAuthSchemeProvider;
68
70
  credentials?:
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (
29
29
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
30
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
31
  apiVersion: string;
32
+ cacheMiddleware?: boolean | undefined;
32
33
  urlParser: import("@smithy/types").UrlParser;
33
34
  base64Decoder: import("@smithy/types").Decoder;
34
35
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -67,6 +68,7 @@ export declare const getRuntimeConfig: (
67
68
  }
68
69
  ) => import("@smithy/types").EndpointV2;
69
70
  tls?: boolean | undefined;
71
+ serviceConfiguredEndpoint?: undefined;
70
72
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
71
73
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingV2HttpAuthSchemeProvider;
72
74
  credentials?:
@@ -11,6 +11,7 @@ export declare const getRuntimeConfig: (
11
11
  | import("@smithy/protocol-http").HttpHandler<any>
12
12
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
13
  apiVersion: string;
14
+ cacheMiddleware?: boolean | undefined;
14
15
  urlParser: import("@smithy/types").UrlParser;
15
16
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -57,6 +58,7 @@ export declare const getRuntimeConfig: (
57
58
  }
58
59
  ) => import("@smithy/types").EndpointV2;
59
60
  tls?: boolean | undefined;
61
+ serviceConfiguredEndpoint?: undefined;
60
62
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
61
63
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingV2HttpAuthSchemeProvider;
62
64
  credentials?: