@aws-sdk/client-elastic-load-balancing 3.478.0 → 3.484.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 (121) hide show
  1. package/dist-cjs/commands/AddTagsCommand.js +18 -41
  2. package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +18 -41
  3. package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +18 -41
  4. package/dist-cjs/commands/ConfigureHealthCheckCommand.js +18 -41
  5. package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +18 -41
  6. package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +18 -41
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +18 -41
  8. package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +18 -41
  9. package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +18 -41
  13. package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeInstanceHealthCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
  21. package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +18 -41
  22. package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +18 -41
  23. package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +18 -41
  24. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
  25. package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +18 -41
  26. package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
  27. package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +18 -41
  28. package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +18 -41
  29. package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +18 -41
  30. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  31. package/dist-es/commands/AddTagsCommand.js +18 -41
  32. package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +18 -41
  33. package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +18 -41
  34. package/dist-es/commands/ConfigureHealthCheckCommand.js +18 -41
  35. package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +18 -41
  36. package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +18 -41
  37. package/dist-es/commands/CreateLoadBalancerCommand.js +18 -41
  38. package/dist-es/commands/CreateLoadBalancerListenersCommand.js +18 -41
  39. package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +18 -41
  40. package/dist-es/commands/DeleteLoadBalancerCommand.js +18 -41
  41. package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +18 -41
  42. package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +18 -41
  43. package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +18 -41
  44. package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
  45. package/dist-es/commands/DescribeInstanceHealthCommand.js +18 -41
  46. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
  47. package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +18 -41
  48. package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +18 -41
  49. package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
  50. package/dist-es/commands/DescribeTagsCommand.js +18 -41
  51. package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +18 -41
  52. package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +18 -41
  53. package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +18 -41
  54. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
  55. package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +18 -41
  56. package/dist-es/commands/RemoveTagsCommand.js +18 -41
  57. package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +18 -41
  58. package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +18 -41
  59. package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +18 -41
  60. package/dist-es/endpoint/EndpointParameters.js +6 -0
  61. package/dist-types/commands/AddTagsCommand.d.ts +6 -21
  62. package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +6 -21
  63. package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +6 -21
  64. package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +6 -21
  73. package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
  75. package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -21
  77. package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
  81. package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +6 -21
  82. package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -21
  83. package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -21
  84. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -21
  85. package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +6 -21
  86. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
  87. package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +6 -21
  88. package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +6 -21
  89. package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +6 -21
  90. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  91. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
  92. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  121. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { AddAvailabilityZonesInput, AddAvailabilityZonesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandInput extends AddA
21
20
  */
22
21
  export interface EnableAvailabilityZonesForLoadBalancerCommandOutput extends AddAvailabilityZonesOutput, __MetadataBearer {
23
22
  }
23
+ declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
24
+ new (input: EnableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer
@@ -86,23 +89,5 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandOutput extends Add
86
89
  * ```
87
90
  *
88
91
  */
89
- export declare class EnableAvailabilityZonesForLoadBalancerCommand extends $Command<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
90
- readonly input: EnableAvailabilityZonesForLoadBalancerCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: EnableAvailabilityZonesForLoadBalancerCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class EnableAvailabilityZonesForLoadBalancerCommand extends EnableAvailabilityZonesForLoadBalancerCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBala
21
20
  */
22
21
  export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ModifyLoadBalancerAttributesCommand_base: {
24
+ new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the attributes of the specified load balancer.</p>
@@ -188,23 +191,5 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
188
191
  * ```
189
192
  *
190
193
  */
191
- export declare class ModifyLoadBalancerAttributesCommand extends $Command<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
192
- readonly input: ModifyLoadBalancerAttributesCommandInput;
193
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
194
- /**
195
- * @public
196
- */
197
- constructor(input: ModifyLoadBalancerAttributesCommandInput);
198
- /**
199
- * @internal
200
- */
201
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput>;
202
- /**
203
- * @internal
204
- */
205
- private serialize;
206
- /**
207
- * @internal
208
- */
209
- private deserialize;
194
+ export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {
210
195
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { RegisterEndPointsInput, RegisterEndPointsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterInstancesWithLoadBalancerCommandInput extends RegisterE
21
20
  */
22
21
  export interface RegisterInstancesWithLoadBalancerCommandOutput extends RegisterEndPointsOutput, __MetadataBearer {
23
22
  }
23
+ declare const RegisterInstancesWithLoadBalancerCommand_base: {
24
+ new (input: RegisterInstancesWithLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds the specified instances to the specified load balancer.</p>
@@ -115,23 +118,5 @@ export interface RegisterInstancesWithLoadBalancerCommandOutput extends Register
115
118
  * ```
116
119
  *
117
120
  */
118
- export declare class RegisterInstancesWithLoadBalancerCommand extends $Command<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
119
- readonly input: RegisterInstancesWithLoadBalancerCommandInput;
120
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
- /**
122
- * @public
123
- */
124
- constructor(input: RegisterInstancesWithLoadBalancerCommandInput);
125
- /**
126
- * @internal
127
- */
128
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput>;
129
- /**
130
- * @internal
131
- */
132
- private serialize;
133
- /**
134
- * @internal
135
- */
136
- private deserialize;
121
+ export declare class RegisterInstancesWithLoadBalancerCommand extends RegisterInstancesWithLoadBalancerCommand_base {
137
122
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {
21
20
  */
22
21
  export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsCommand_base: {
24
+ new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified load balancer.</p>
@@ -77,23 +80,5 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
77
80
  * ```
78
81
  *
79
82
  */
80
- export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
81
- readonly input: RemoveTagsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: RemoveTagsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { SetLoadBalancerListenerSSLCertificateInput, SetLoadBalancerListenerSSLCertificateOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetLoadBalancerListenerSSLCertificateCommandInput extends SetLo
21
20
  */
22
21
  export interface SetLoadBalancerListenerSSLCertificateCommandOutput extends SetLoadBalancerListenerSSLCertificateOutput, __MetadataBearer {
23
22
  }
23
+ declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
24
+ new (input: SetLoadBalancerListenerSSLCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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>
@@ -85,23 +88,5 @@ export interface SetLoadBalancerListenerSSLCertificateCommandOutput extends SetL
85
88
  * ```
86
89
  *
87
90
  */
88
- export declare class SetLoadBalancerListenerSSLCertificateCommand extends $Command<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
89
- readonly input: SetLoadBalancerListenerSSLCertificateCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: SetLoadBalancerListenerSSLCertificateCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class SetLoadBalancerListenerSSLCertificateCommand extends SetLoadBalancerListenerSSLCertificateCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { SetLoadBalancerPoliciesForBackendServerInput, SetLoadBalancerPoliciesForBackendServerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandInput extends Set
21
20
  */
22
21
  export interface SetLoadBalancerPoliciesForBackendServerCommandOutput extends SetLoadBalancerPoliciesForBackendServerOutput, __MetadataBearer {
23
22
  }
23
+ declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
24
+ new (input: SetLoadBalancerPoliciesForBackendServerCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.
@@ -87,23 +90,5 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandOutput extends Se
87
90
  * ```
88
91
  *
89
92
  */
90
- export declare class SetLoadBalancerPoliciesForBackendServerCommand extends $Command<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
91
- readonly input: SetLoadBalancerPoliciesForBackendServerCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: SetLoadBalancerPoliciesForBackendServerCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class SetLoadBalancerPoliciesForBackendServerCommand extends SetLoadBalancerPoliciesForBackendServerCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { SetLoadBalancerPoliciesOfListenerInput, SetLoadBalancerPoliciesOfListenerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetLoadBalancerPoliciesOfListenerCommandInput extends SetLoadBa
21
20
  */
22
21
  export interface SetLoadBalancerPoliciesOfListenerCommandOutput extends SetLoadBalancerPoliciesOfListenerOutput, __MetadataBearer {
23
22
  }
23
+ declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
24
+ new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Replaces the current set of policies for the specified load balancer port with the specified set of policies.</p>
@@ -86,23 +89,5 @@ export interface SetLoadBalancerPoliciesOfListenerCommandOutput extends SetLoadB
86
89
  * ```
87
90
  *
88
91
  */
89
- export declare class SetLoadBalancerPoliciesOfListenerCommand extends $Command<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
90
- readonly input: SetLoadBalancerPoliciesOfListenerCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: SetLoadBalancerPoliciesOfListenerCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class SetLoadBalancerPoliciesOfListenerCommand extends SetLoadBalancerPoliciesOfListenerCommand_base {
108
93
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,14 @@ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface AddTagsCommandInput extends AddTagsInput {}
17
11
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
18
- export declare class AddTagsCommand extends $Command<
19
- AddTagsCommandInput,
20
- AddTagsCommandOutput,
21
- ElasticLoadBalancingClientResolvedConfig
22
- > {
23
- readonly input: AddTagsCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: AddTagsCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: ElasticLoadBalancingClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const AddTagsCommand_base: {
13
+ new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ AddTagsCommandInput,
15
+ AddTagsCommandOutput,
16
+ ElasticLoadBalancingClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class AddTagsCommand extends AddTagsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ApplySecurityGroupsToLoadBalancerCommandInput
21
15
  export interface ApplySecurityGroupsToLoadBalancerCommandOutput
22
16
  extends ApplySecurityGroupsToLoadBalancerOutput,
23
17
  __MetadataBearer {}
24
- export declare class ApplySecurityGroupsToLoadBalancerCommand extends $Command<
25
- ApplySecurityGroupsToLoadBalancerCommandInput,
26
- ApplySecurityGroupsToLoadBalancerCommandOutput,
27
- ElasticLoadBalancingClientResolvedConfig
28
- > {
29
- readonly input: ApplySecurityGroupsToLoadBalancerCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ApplySecurityGroupsToLoadBalancerCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
19
+ new (
20
+ input: ApplySecurityGroupsToLoadBalancerCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ApplySecurityGroupsToLoadBalancerCommandInput,
38
- ApplySecurityGroupsToLoadBalancerCommandOutput
23
+ ApplySecurityGroupsToLoadBalancerCommandOutput,
24
+ ElasticLoadBalancingClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ApplySecurityGroupsToLoadBalancerCommand extends ApplySecurityGroupsToLoadBalancerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AttachLoadBalancerToSubnetsCommandInput
21
15
  export interface AttachLoadBalancerToSubnetsCommandOutput
22
16
  extends AttachLoadBalancerToSubnetsOutput,
23
17
  __MetadataBearer {}
24
- export declare class AttachLoadBalancerToSubnetsCommand extends $Command<
25
- AttachLoadBalancerToSubnetsCommandInput,
26
- AttachLoadBalancerToSubnetsCommandOutput,
27
- ElasticLoadBalancingClientResolvedConfig
28
- > {
29
- readonly input: AttachLoadBalancerToSubnetsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AttachLoadBalancerToSubnetsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AttachLoadBalancerToSubnetsCommand_base: {
19
+ new (
20
+ input: AttachLoadBalancerToSubnetsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AttachLoadBalancerToSubnetsCommandInput,
38
- AttachLoadBalancerToSubnetsCommandOutput
23
+ AttachLoadBalancerToSubnetsCommandOutput,
24
+ ElasticLoadBalancingClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AttachLoadBalancerToSubnetsCommand extends AttachLoadBalancerToSubnetsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ConfigureHealthCheckCommandInput
21
15
  export interface ConfigureHealthCheckCommandOutput
22
16
  extends ConfigureHealthCheckOutput,
23
17
  __MetadataBearer {}
24
- export declare class ConfigureHealthCheckCommand extends $Command<
25
- ConfigureHealthCheckCommandInput,
26
- ConfigureHealthCheckCommandOutput,
27
- ElasticLoadBalancingClientResolvedConfig
28
- > {
29
- readonly input: ConfigureHealthCheckCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ConfigureHealthCheckCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ConfigureHealthCheckCommand_base: {
19
+ new (
20
+ input: ConfigureHealthCheckCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ConfigureHealthCheckCommandInput,
38
- ConfigureHealthCheckCommandOutput
23
+ ConfigureHealthCheckCommandOutput,
24
+ ElasticLoadBalancingClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ConfigureHealthCheckCommand extends ConfigureHealthCheckCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateAppCookieStickinessPolicyCommandInput
21
15
  export interface CreateAppCookieStickinessPolicyCommandOutput
22
16
  extends CreateAppCookieStickinessPolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateAppCookieStickinessPolicyCommand extends $Command<
25
- CreateAppCookieStickinessPolicyCommandInput,
26
- CreateAppCookieStickinessPolicyCommandOutput,
27
- ElasticLoadBalancingClientResolvedConfig
28
- > {
29
- readonly input: CreateAppCookieStickinessPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAppCookieStickinessPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAppCookieStickinessPolicyCommand_base: {
19
+ new (
20
+ input: CreateAppCookieStickinessPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAppCookieStickinessPolicyCommandInput,
38
- CreateAppCookieStickinessPolicyCommandOutput
23
+ CreateAppCookieStickinessPolicyCommandOutput,
24
+ ElasticLoadBalancingClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAppCookieStickinessPolicyCommand extends CreateAppCookieStickinessPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateLBCookieStickinessPolicyCommandInput
21
15
  export interface CreateLBCookieStickinessPolicyCommandOutput
22
16
  extends CreateLBCookieStickinessPolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateLBCookieStickinessPolicyCommand extends $Command<
25
- CreateLBCookieStickinessPolicyCommandInput,
26
- CreateLBCookieStickinessPolicyCommandOutput,
27
- ElasticLoadBalancingClientResolvedConfig
28
- > {
29
- readonly input: CreateLBCookieStickinessPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateLBCookieStickinessPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateLBCookieStickinessPolicyCommand_base: {
19
+ new (
20
+ input: CreateLBCookieStickinessPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateLBCookieStickinessPolicyCommandInput,
38
- CreateLBCookieStickinessPolicyCommandOutput
23
+ CreateLBCookieStickinessPolicyCommandOutput,
24
+ ElasticLoadBalancingClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateLBCookieStickinessPolicyCommand extends CreateLBCookieStickinessPolicyCommand_base {}