@aws-sdk/client-elastic-load-balancing 3.1045.0 → 3.1046.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 (133) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +97 -99
  5. package/dist-cjs/models/ElasticLoadBalancingServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ElasticLoadBalancing.js +1 -1
  10. package/dist-es/ElasticLoadBalancingClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsCommand.js +2 -2
  13. package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -2
  14. package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -2
  15. package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -2
  16. package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -2
  17. package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -2
  18. package/dist-es/commands/CreateLoadBalancerCommand.js +2 -2
  19. package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -2
  20. package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -2
  21. package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -2
  22. package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -2
  23. package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -2
  24. package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -2
  25. package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
  26. package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -2
  27. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
  28. package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -2
  29. package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -2
  30. package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
  31. package/dist-es/commands/DescribeTagsCommand.js +2 -2
  32. package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -2
  33. package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -2
  34. package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -2
  35. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
  36. package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -2
  37. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  38. package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -2
  39. package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -2
  40. package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -2
  41. package/dist-es/endpoint/bdd.js +1 -1
  42. package/dist-es/endpoint/endpointResolver.js +1 -1
  43. package/dist-es/models/ElasticLoadBalancingServiceException.js +1 -1
  44. package/dist-es/runtimeConfig.browser.js +4 -6
  45. package/dist-es/runtimeConfig.js +4 -8
  46. package/dist-es/runtimeConfig.shared.js +3 -4
  47. package/dist-es/runtimeExtensions.js +2 -2
  48. package/dist-es/waiters/waitForAnyInstanceInService.js +1 -1
  49. package/dist-es/waiters/waitForInstanceDeregistered.js +1 -1
  50. package/dist-es/waiters/waitForInstanceInService.js +1 -1
  51. package/dist-types/ElasticLoadBalancing.d.ts +1 -1
  52. package/dist-types/ElasticLoadBalancingClient.d.ts +5 -5
  53. package/dist-types/commands/AddTagsCommand.d.ts +6 -4
  54. package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +6 -4
  55. package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +6 -4
  56. package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +6 -4
  57. package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +6 -4
  58. package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +6 -4
  62. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +6 -4
  65. package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +6 -4
  66. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -4
  67. package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -4
  72. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
  73. package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +6 -4
  74. package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -4
  75. package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -4
  76. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
  77. package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +6 -4
  78. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
  79. package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +6 -4
  80. package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +6 -4
  81. package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +6 -4
  82. package/dist-types/endpoint/bdd.d.ts +1 -1
  83. package/dist-types/extensionConfiguration.d.ts +1 -1
  84. package/dist-types/models/ElasticLoadBalancingServiceException.d.ts +1 -1
  85. package/dist-types/models/errors.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  87. package/dist-types/runtimeConfig.d.ts +2 -2
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +1 -1
  90. package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +8 -14
  91. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  121. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  122. package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +1 -1
  123. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  124. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  125. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  127. package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +1 -1
  128. package/dist-types/ts3.4/waiters/waitForInstanceDeregistered.d.ts +1 -1
  129. package/dist-types/ts3.4/waiters/waitForInstanceInService.d.ts +1 -1
  130. package/dist-types/waiters/waitForAnyInstanceInService.d.ts +1 -1
  131. package/dist-types/waiters/waitForInstanceDeregistered.d.ts +1 -1
  132. package/dist-types/waiters/waitForInstanceInService.d.ts +1 -1
  133. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteLoadBalancerPolicyCommandOutput
19
19
  declare const DeleteLoadBalancerPolicyCommand_base: {
20
20
  new (
21
21
  input: DeleteLoadBalancerPolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteLoadBalancerPolicyCommandInput,
24
24
  DeleteLoadBalancerPolicyCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteLoadBalancerPolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteLoadBalancerPolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteLoadBalancerPolicyCommandInput,
33
33
  DeleteLoadBalancerPolicyCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteLoadBalancerPolicyCommand extends DeleteLoadBalancerPolicyCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeregisterInstancesFromLoadBalancerCommandOutput
19
19
  declare const DeregisterInstancesFromLoadBalancerCommand_base: {
20
20
  new (
21
21
  input: DeregisterInstancesFromLoadBalancerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeregisterInstancesFromLoadBalancerCommandInput,
24
24
  DeregisterInstancesFromLoadBalancerCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeregisterInstancesFromLoadBalancerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeregisterInstancesFromLoadBalancerCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeregisterInstancesFromLoadBalancerCommandInput,
33
33
  DeregisterInstancesFromLoadBalancerCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeregisterInstancesFromLoadBalancerCommand extends DeregisterInstancesFromLoadBalancerCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeAccountLimitsCommandOutput
19
19
  declare const DescribeAccountLimitsCommand_base: {
20
20
  new (
21
21
  input: DescribeAccountLimitsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeAccountLimitsCommandInput,
24
24
  DescribeAccountLimitsCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeAccountLimitsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeAccountLimitsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeAccountLimitsCommandInput,
33
33
  DescribeAccountLimitsCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeInstanceHealthCommandOutput
19
19
  declare const DescribeInstanceHealthCommand_base: {
20
20
  new (
21
21
  input: DescribeInstanceHealthCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeInstanceHealthCommandInput,
24
24
  DescribeInstanceHealthCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeInstanceHealthCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeInstanceHealthCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeInstanceHealthCommandInput,
33
33
  DescribeInstanceHealthCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeInstanceHealthCommand extends DescribeInstanceHealthCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput
19
19
  declare const DescribeLoadBalancerAttributesCommand_base: {
20
20
  new (
21
21
  input: DescribeLoadBalancerAttributesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeLoadBalancerAttributesCommandInput,
24
24
  DescribeLoadBalancerAttributesCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeLoadBalancerAttributesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeLoadBalancerAttributesCommandInput,
33
33
  DescribeLoadBalancerAttributesCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancerPoliciesCommandOutput
19
19
  declare const DescribeLoadBalancerPoliciesCommand_base: {
20
20
  new (
21
21
  input: DescribeLoadBalancerPoliciesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeLoadBalancerPoliciesCommandInput,
24
24
  DescribeLoadBalancerPoliciesCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancerPoliciesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeLoadBalancerPoliciesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeLoadBalancerPoliciesCommandInput,
33
33
  DescribeLoadBalancerPoliciesCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeLoadBalancerPoliciesCommand extends DescribeLoadBalancerPoliciesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancerPolicyTypesCommandOutput
19
19
  declare const DescribeLoadBalancerPolicyTypesCommand_base: {
20
20
  new (
21
21
  input: DescribeLoadBalancerPolicyTypesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeLoadBalancerPolicyTypesCommandInput,
24
24
  DescribeLoadBalancerPolicyTypesCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancerPolicyTypesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeLoadBalancerPolicyTypesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeLoadBalancerPolicyTypesCommandInput,
33
33
  DescribeLoadBalancerPolicyTypesCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeLoadBalancerPolicyTypesCommand extends DescribeLoadBalancerPolicyTypesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancersCommandOutput
19
19
  declare const DescribeLoadBalancersCommand_base: {
20
20
  new (
21
21
  input: DescribeLoadBalancersCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeLoadBalancersCommandInput,
24
24
  DescribeLoadBalancersCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancersCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeLoadBalancersCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeLoadBalancersCommandInput,
33
33
  DescribeLoadBalancersCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DescribeTagsCommandOutput
15
15
  declare const DescribeTagsCommand_base: {
16
16
  new (
17
17
  input: DescribeTagsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DescribeTagsCommandInput,
20
20
  DescribeTagsCommandOutput,
21
21
  ElasticLoadBalancingClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DescribeTagsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DescribeTagsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DescribeTagsCommandInput,
29
29
  DescribeTagsCommandOutput,
30
30
  ElasticLoadBalancingClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DetachLoadBalancerFromSubnetsCommandOutput
19
19
  declare const DetachLoadBalancerFromSubnetsCommand_base: {
20
20
  new (
21
21
  input: DetachLoadBalancerFromSubnetsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DetachLoadBalancerFromSubnetsCommandInput,
24
24
  DetachLoadBalancerFromSubnetsCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DetachLoadBalancerFromSubnetsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DetachLoadBalancerFromSubnetsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DetachLoadBalancerFromSubnetsCommandInput,
33
33
  DetachLoadBalancerFromSubnetsCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DetachLoadBalancerFromSubnetsCommand extends DetachLoadBalancerFromSubnetsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandOutput
19
19
  declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
20
20
  new (
21
21
  input: DisableAvailabilityZonesForLoadBalancerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisableAvailabilityZonesForLoadBalancerCommandInput,
24
24
  DisableAvailabilityZonesForLoadBalancerCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisableAvailabilityZonesForLoadBalancerCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisableAvailabilityZonesForLoadBalancerCommandInput,
33
33
  DisableAvailabilityZonesForLoadBalancerCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisableAvailabilityZonesForLoadBalancerCommand extends DisableAvailabilityZonesForLoadBalancerCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandOutput
19
19
  declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
20
20
  new (
21
21
  input: EnableAvailabilityZonesForLoadBalancerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  EnableAvailabilityZonesForLoadBalancerCommandInput,
24
24
  EnableAvailabilityZonesForLoadBalancerCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: EnableAvailabilityZonesForLoadBalancerCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  EnableAvailabilityZonesForLoadBalancerCommandInput,
33
33
  EnableAvailabilityZonesForLoadBalancerCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class EnableAvailabilityZonesForLoadBalancerCommand extends EnableAvailabilityZonesForLoadBalancerCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ModifyLoadBalancerAttributesCommandOutput
19
19
  declare const ModifyLoadBalancerAttributesCommand_base: {
20
20
  new (
21
21
  input: ModifyLoadBalancerAttributesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ModifyLoadBalancerAttributesCommandInput,
24
24
  ModifyLoadBalancerAttributesCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ModifyLoadBalancerAttributesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ModifyLoadBalancerAttributesCommandInput,
33
33
  ModifyLoadBalancerAttributesCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface RegisterInstancesWithLoadBalancerCommandOutput
19
19
  declare const RegisterInstancesWithLoadBalancerCommand_base: {
20
20
  new (
21
21
  input: RegisterInstancesWithLoadBalancerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RegisterInstancesWithLoadBalancerCommandInput,
24
24
  RegisterInstancesWithLoadBalancerCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RegisterInstancesWithLoadBalancerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RegisterInstancesWithLoadBalancerCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RegisterInstancesWithLoadBalancerCommandInput,
33
33
  RegisterInstancesWithLoadBalancerCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RegisterInstancesWithLoadBalancerCommand extends RegisterInstancesWithLoadBalancerCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface RemoveTagsCommandOutput
15
15
  declare const RemoveTagsCommand_base: {
16
16
  new (
17
17
  input: RemoveTagsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  RemoveTagsCommandInput,
20
20
  RemoveTagsCommandOutput,
21
21
  ElasticLoadBalancingClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const RemoveTagsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: RemoveTagsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  RemoveTagsCommandInput,
29
29
  RemoveTagsCommandOutput,
30
30
  ElasticLoadBalancingClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface SetLoadBalancerListenerSSLCertificateCommandOutput
19
19
  declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
20
20
  new (
21
21
  input: SetLoadBalancerListenerSSLCertificateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  SetLoadBalancerListenerSSLCertificateCommandInput,
24
24
  SetLoadBalancerListenerSSLCertificateCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: SetLoadBalancerListenerSSLCertificateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  SetLoadBalancerListenerSSLCertificateCommandInput,
33
33
  SetLoadBalancerListenerSSLCertificateCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class SetLoadBalancerListenerSSLCertificateCommand extends SetLoadBalancerListenerSSLCertificateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandOutput
19
19
  declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
20
20
  new (
21
21
  input: SetLoadBalancerPoliciesForBackendServerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  SetLoadBalancerPoliciesForBackendServerCommandInput,
24
24
  SetLoadBalancerPoliciesForBackendServerCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: SetLoadBalancerPoliciesForBackendServerCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  SetLoadBalancerPoliciesForBackendServerCommandInput,
33
33
  SetLoadBalancerPoliciesForBackendServerCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class SetLoadBalancerPoliciesForBackendServerCommand extends SetLoadBalancerPoliciesForBackendServerCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface SetLoadBalancerPoliciesOfListenerCommandOutput
19
19
  declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
20
20
  new (
21
21
  input: SetLoadBalancerPoliciesOfListenerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  SetLoadBalancerPoliciesOfListenerCommandInput,
24
24
  SetLoadBalancerPoliciesOfListenerCommandOutput,
25
25
  ElasticLoadBalancingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: SetLoadBalancerPoliciesOfListenerCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  SetLoadBalancerPoliciesOfListenerCommandInput,
33
33
  SetLoadBalancerPoliciesOfListenerCommandOutput,
34
34
  ElasticLoadBalancingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class SetLoadBalancerPoliciesOfListenerCommand extends SetLoadBalancerPoliciesOfListenerCommand_base {
41
43
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface ElasticLoadBalancingExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class ElasticLoadBalancingServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException";
3
3
  export declare class AccessPointNotFoundException extends __BaseException {
4
4
  readonly name: "AccessPointNotFoundException";