@aws-sdk/client-elastic-load-balancing 3.1076.0 → 3.1078.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 (107) hide show
  1. package/dist-cjs/index.js +40 -295
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsCommand.js +2 -14
  4. package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -14
  5. package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -14
  6. package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -14
  7. package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -14
  8. package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -14
  9. package/dist-es/commands/CreateLoadBalancerCommand.js +2 -14
  10. package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -14
  11. package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -14
  12. package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -14
  13. package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -14
  14. package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -14
  15. package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -14
  16. package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -14
  17. package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -14
  18. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -14
  19. package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -14
  20. package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -14
  21. package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -14
  22. package/dist-es/commands/DescribeTagsCommand.js +2 -14
  23. package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -14
  24. package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -14
  25. package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -14
  26. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -14
  27. package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -14
  28. package/dist-es/commands/RemoveTagsCommand.js +2 -14
  29. package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -14
  30. package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -14
  31. package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -14
  32. package/dist-es/index.js +1 -0
  33. package/dist-es/runtimeConfig.browser.js +0 -2
  34. package/dist-es/runtimeConfig.js +1 -2
  35. package/dist-es/runtimeConfig.native.js +0 -2
  36. package/dist-es/runtimeConfig.shared.js +2 -0
  37. package/dist-types/commandBuilder.d.ts +18 -0
  38. package/dist-types/commands/AddTagsCommand.d.ts +3 -8
  39. package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +3 -8
  40. package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +3 -8
  41. package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +3 -8
  50. package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
  58. package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +3 -8
  59. package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
  60. package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
  61. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +3 -8
  62. package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +3 -8
  63. package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
  64. package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +3 -8
  65. package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +3 -8
  66. package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  69. package/dist-types/runtimeConfig.d.ts +1 -1
  70. package/dist-types/runtimeConfig.native.d.ts +1 -1
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  72. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  73. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/index.d.ts +1 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  107. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
4
2
  import type { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {
22
19
  export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const RemoveTagsCommand_base: {
25
- new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from the specified load balancer.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
4
2
  import type { SetLoadBalancerListenerSSLCertificateInput, SetLoadBalancerListenerSSLCertificateOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SetLoadBalancerListenerSSLCertificateCommandInput extends SetLo
22
19
  export interface SetLoadBalancerListenerSSLCertificateCommandOutput extends SetLoadBalancerListenerSSLCertificateOutput, __MetadataBearer {
23
20
  }
24
21
  declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
25
- new (input: SetLoadBalancerListenerSSLCertificateCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetLoadBalancerListenerSSLCertificateCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetLoadBalancerListenerSSLCertificateCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetLoadBalancerListenerSSLCertificateCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
4
2
  import type { SetLoadBalancerPoliciesForBackendServerInput, SetLoadBalancerPoliciesForBackendServerOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandInput extends Set
22
19
  export interface SetLoadBalancerPoliciesForBackendServerCommandOutput extends SetLoadBalancerPoliciesForBackendServerOutput, __MetadataBearer {
23
20
  }
24
21
  declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
25
- new (input: SetLoadBalancerPoliciesForBackendServerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetLoadBalancerPoliciesForBackendServerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetLoadBalancerPoliciesForBackendServerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetLoadBalancerPoliciesForBackendServerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
4
2
  import type { SetLoadBalancerPoliciesOfListenerInput, SetLoadBalancerPoliciesOfListenerOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SetLoadBalancerPoliciesOfListenerCommandInput extends SetLoadBa
22
19
  export interface SetLoadBalancerPoliciesOfListenerCommandOutput extends SetLoadBalancerPoliciesOfListenerOutput, __MetadataBearer {
23
20
  }
24
21
  declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
25
- new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Replaces the current set of policies for the specified load balancer port with the specified set of policies.</p>
@@ -29,6 +29,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
29
29
  export type { RuntimeExtension } from "./runtimeExtensions";
30
30
  export type { ElasticLoadBalancingExtensionConfiguration } from "./extensionConfiguration";
31
31
  export * from "./commands";
32
+ export { Command as $Command } from "@smithy/core/client";
32
33
  export * from "./schemas/schemas_0";
33
34
  export * from "./pagination";
34
35
  export * from "./waiters";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { ElasticLoadBalancingClientConfig } from "./ElasticLoadBalancingCli
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ElasticLoadBalancingClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ElasticLoadBalancingClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ElasticLoadBalancingClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ElasticLoadBalancingClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,33 +1,24 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticLoadBalancingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticLoadBalancingClient";
8
2
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface AddTagsCommandInput extends AddTagsInput {}
12
5
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
13
6
  declare const AddTagsCommand_base: {
14
7
  new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
15
8
  AddTagsCommandInput,
16
9
  AddTagsCommandOutput,
17
- ElasticLoadBalancingClientResolvedConfig,
18
- ServiceInputTypes,
19
- ServiceOutputTypes
10
+ import("..").ElasticLoadBalancingClientResolvedConfig,
11
+ import("..").ServiceInputTypes,
12
+ import("..").ServiceOutputTypes
20
13
  >;
21
14
  new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
22
15
  AddTagsCommandInput,
23
16
  AddTagsCommandOutput,
24
- ElasticLoadBalancingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ElasticLoadBalancingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
21
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
22
  };
32
23
  export declare class AddTagsCommand extends AddTagsCommand_base {
33
24
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticLoadBalancingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticLoadBalancingClient";
8
2
  import {
9
3
  ApplySecurityGroupsToLoadBalancerInput,
10
4
  ApplySecurityGroupsToLoadBalancerOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ApplySecurityGroupsToLoadBalancerCommandInput
15
8
  extends ApplySecurityGroupsToLoadBalancerInput {}
16
9
  export interface ApplySecurityGroupsToLoadBalancerCommandOutput
@@ -22,22 +15,20 @@ declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ApplySecurityGroupsToLoadBalancerCommandInput,
24
17
  ApplySecurityGroupsToLoadBalancerCommandOutput,
25
- ElasticLoadBalancingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticLoadBalancingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ApplySecurityGroupsToLoadBalancerCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ApplySecurityGroupsToLoadBalancerCommandInput,
33
26
  ApplySecurityGroupsToLoadBalancerCommandOutput,
34
- ElasticLoadBalancingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticLoadBalancingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ApplySecurityGroupsToLoadBalancerCommand extends ApplySecurityGroupsToLoadBalancerCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticLoadBalancingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticLoadBalancingClient";
8
2
  import {
9
3
  AttachLoadBalancerToSubnetsInput,
10
4
  AttachLoadBalancerToSubnetsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AttachLoadBalancerToSubnetsCommandInput
15
8
  extends AttachLoadBalancerToSubnetsInput {}
16
9
  export interface AttachLoadBalancerToSubnetsCommandOutput
@@ -22,22 +15,20 @@ declare const AttachLoadBalancerToSubnetsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AttachLoadBalancerToSubnetsCommandInput,
24
17
  AttachLoadBalancerToSubnetsCommandOutput,
25
- ElasticLoadBalancingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticLoadBalancingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AttachLoadBalancerToSubnetsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AttachLoadBalancerToSubnetsCommandInput,
33
26
  AttachLoadBalancerToSubnetsCommandOutput,
34
- ElasticLoadBalancingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticLoadBalancingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AttachLoadBalancerToSubnetsCommand extends AttachLoadBalancerToSubnetsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticLoadBalancingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticLoadBalancingClient";
8
2
  import {
9
3
  ConfigureHealthCheckInput,
10
4
  ConfigureHealthCheckOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ConfigureHealthCheckCommandInput
15
8
  extends ConfigureHealthCheckInput {}
16
9
  export interface ConfigureHealthCheckCommandOutput
@@ -22,22 +15,20 @@ declare const ConfigureHealthCheckCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ConfigureHealthCheckCommandInput,
24
17
  ConfigureHealthCheckCommandOutput,
25
- ElasticLoadBalancingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticLoadBalancingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ConfigureHealthCheckCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ConfigureHealthCheckCommandInput,
33
26
  ConfigureHealthCheckCommandOutput,
34
- ElasticLoadBalancingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticLoadBalancingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ConfigureHealthCheckCommand extends ConfigureHealthCheckCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticLoadBalancingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticLoadBalancingClient";
8
2
  import {
9
3
  CreateAppCookieStickinessPolicyInput,
10
4
  CreateAppCookieStickinessPolicyOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAppCookieStickinessPolicyCommandInput
15
8
  extends CreateAppCookieStickinessPolicyInput {}
16
9
  export interface CreateAppCookieStickinessPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAppCookieStickinessPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAppCookieStickinessPolicyCommandInput,
24
17
  CreateAppCookieStickinessPolicyCommandOutput,
25
- ElasticLoadBalancingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticLoadBalancingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAppCookieStickinessPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAppCookieStickinessPolicyCommandInput,
33
26
  CreateAppCookieStickinessPolicyCommandOutput,
34
- ElasticLoadBalancingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticLoadBalancingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateAppCookieStickinessPolicyCommand extends CreateAppCookieStickinessPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticLoadBalancingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticLoadBalancingClient";
8
2
  import {
9
3
  CreateLBCookieStickinessPolicyInput,
10
4
  CreateLBCookieStickinessPolicyOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLBCookieStickinessPolicyCommandInput
15
8
  extends CreateLBCookieStickinessPolicyInput {}
16
9
  export interface CreateLBCookieStickinessPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLBCookieStickinessPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLBCookieStickinessPolicyCommandInput,
24
17
  CreateLBCookieStickinessPolicyCommandOutput,
25
- ElasticLoadBalancingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticLoadBalancingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLBCookieStickinessPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLBCookieStickinessPolicyCommandInput,
33
26
  CreateLBCookieStickinessPolicyCommandOutput,
34
- ElasticLoadBalancingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticLoadBalancingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLBCookieStickinessPolicyCommand extends CreateLBCookieStickinessPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticLoadBalancingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticLoadBalancingClient";
8
2
  import {
9
3
  CreateAccessPointInput,
10
4
  CreateAccessPointOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLoadBalancerCommandInput
15
8
  extends CreateAccessPointInput {}
16
9
  export interface CreateLoadBalancerCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLoadBalancerCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLoadBalancerCommandInput,
24
17
  CreateLoadBalancerCommandOutput,
25
- ElasticLoadBalancingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticLoadBalancingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLoadBalancerCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLoadBalancerCommandInput,
33
26
  CreateLoadBalancerCommandOutput,
34
- ElasticLoadBalancingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticLoadBalancingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticLoadBalancingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticLoadBalancingClient";
8
2
  import {
9
3
  CreateLoadBalancerListenerInput,
10
4
  CreateLoadBalancerListenerOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLoadBalancerListenersCommandInput
15
8
  extends CreateLoadBalancerListenerInput {}
16
9
  export interface CreateLoadBalancerListenersCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLoadBalancerListenersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLoadBalancerListenersCommandInput,
24
17
  CreateLoadBalancerListenersCommandOutput,
25
- ElasticLoadBalancingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticLoadBalancingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLoadBalancerListenersCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLoadBalancerListenersCommandInput,
33
26
  CreateLoadBalancerListenersCommandOutput,
34
- ElasticLoadBalancingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticLoadBalancingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLoadBalancerListenersCommand extends CreateLoadBalancerListenersCommand_base {
43
34
  protected static __types: {