@aws-sdk/client-elastic-load-balancing-v2 3.36.0 → 3.39.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 (119) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/ElasticLoadBalancingV2.js +0 -41
  3. package/dist-cjs/ElasticLoadBalancingV2Client.js +0 -46
  4. package/dist-cjs/commands/AddListenerCertificatesCommand.js +0 -31
  5. package/dist-cjs/commands/AddTagsCommand.js +0 -28
  6. package/dist-cjs/commands/CreateListenerCommand.js +0 -51
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +0 -51
  8. package/dist-cjs/commands/CreateRuleCommand.js +0 -29
  9. package/dist-cjs/commands/CreateTargetGroupCommand.js +0 -51
  10. package/dist-cjs/commands/DeleteListenerCommand.js +0 -26
  11. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +0 -30
  12. package/dist-cjs/commands/DeleteRuleCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteTargetGroupCommand.js +0 -28
  14. package/dist-cjs/commands/DeregisterTargetsCommand.js +0 -25
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -46
  16. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +0 -31
  17. package/dist-cjs/commands/DescribeListenersCommand.js +0 -26
  18. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -47
  19. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +0 -24
  20. package/dist-cjs/commands/DescribeRulesCommand.js +0 -25
  21. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +0 -26
  22. package/dist-cjs/commands/DescribeTagsCommand.js +0 -26
  23. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +0 -45
  24. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +0 -27
  25. package/dist-cjs/commands/DescribeTargetHealthCommand.js +0 -24
  26. package/dist-cjs/commands/ModifyListenerCommand.js +0 -31
  27. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -27
  28. package/dist-cjs/commands/ModifyRuleCommand.js +0 -28
  29. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +0 -24
  30. package/dist-cjs/commands/ModifyTargetGroupCommand.js +0 -25
  31. package/dist-cjs/commands/RegisterTargetsCommand.js +0 -36
  32. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +0 -25
  33. package/dist-cjs/commands/RemoveTagsCommand.js +0 -26
  34. package/dist-cjs/commands/SetIpAddressTypeCommand.js +0 -25
  35. package/dist-cjs/commands/SetRulePrioritiesCommand.js +0 -26
  36. package/dist-cjs/commands/SetSecurityGroupsCommand.js +0 -27
  37. package/dist-cjs/commands/SetSubnetsCommand.js +0 -29
  38. package/dist-cjs/commands/index.js +37 -0
  39. package/dist-cjs/endpoints.js +6 -1
  40. package/dist-cjs/index.js +5 -45
  41. package/dist-cjs/models/models_0.js +8 -429
  42. package/dist-cjs/pagination/DescribeListenersPaginator.js +0 -10
  43. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +0 -10
  44. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +0 -10
  45. package/dist-cjs/pagination/index.js +7 -0
  46. package/dist-cjs/protocols/Aws_query.js +18 -2
  47. package/dist-cjs/runtimeConfig.browser.js +1 -5
  48. package/dist-cjs/runtimeConfig.js +1 -5
  49. package/dist-cjs/runtimeConfig.native.js +0 -3
  50. package/dist-cjs/runtimeConfig.shared.js +0 -3
  51. package/dist-cjs/waiters/index.js +8 -0
  52. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +0 -9
  53. package/dist-cjs/waiters/waitForLoadBalancerExists.js +0 -9
  54. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +0 -9
  55. package/dist-cjs/waiters/waitForTargetDeregistered.js +0 -9
  56. package/dist-cjs/waiters/waitForTargetInService.js +0 -9
  57. package/dist-es/commands/index.js +34 -0
  58. package/dist-es/endpoints.js +6 -1
  59. package/dist-es/index.js +5 -45
  60. package/dist-es/models/models_0.js +5 -0
  61. package/dist-es/pagination/index.js +4 -0
  62. package/dist-es/protocols/Aws_query.js +18 -0
  63. package/dist-es/waiters/index.js +5 -0
  64. package/dist-types/commands/index.d.ts +34 -0
  65. package/dist-types/index.d.ts +5 -45
  66. package/dist-types/models/models_0.d.ts +41 -12
  67. package/dist-types/pagination/index.d.ts +4 -0
  68. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +35 -378
  69. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +24 -127
  70. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +2 -27
  71. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -24
  72. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -47
  73. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -47
  74. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -25
  75. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +2 -47
  76. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -22
  77. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -26
  78. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -21
  79. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +2 -24
  80. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +2 -21
  81. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -42
  82. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +2 -27
  83. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +2 -22
  84. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -43
  85. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +2 -21
  87. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +2 -22
  88. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -22
  89. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -41
  90. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +2 -23
  91. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +2 -27
  93. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -23
  94. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +2 -24
  95. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -20
  96. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +2 -21
  97. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +2 -32
  98. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +2 -21
  99. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -22
  100. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +2 -21
  101. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +2 -22
  102. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +2 -23
  103. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +2 -25
  104. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  105. package/dist-types/ts3.4/index.d.ts +5 -45
  106. package/dist-types/ts3.4/models/models_0.d.ts +238 -3056
  107. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -6
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  112. package/dist-types/ts3.4/waiters/index.d.ts +5 -0
  113. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +2 -9
  114. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +2 -9
  115. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +2 -9
  116. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +2 -9
  117. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +2 -9
  118. package/dist-types/waiters/index.d.ts +5 -0
  119. package/package.json +33 -33
@@ -43,162 +43,59 @@ import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "./commands/SetS
43
43
  export declare type ServiceInputTypes = AddListenerCertificatesCommandInput | AddTagsCommandInput | CreateListenerCommandInput | CreateLoadBalancerCommandInput | CreateRuleCommandInput | CreateTargetGroupCommandInput | DeleteListenerCommandInput | DeleteLoadBalancerCommandInput | DeleteRuleCommandInput | DeleteTargetGroupCommandInput | DeregisterTargetsCommandInput | DescribeAccountLimitsCommandInput | DescribeListenerCertificatesCommandInput | DescribeListenersCommandInput | DescribeLoadBalancerAttributesCommandInput | DescribeLoadBalancersCommandInput | DescribeRulesCommandInput | DescribeSSLPoliciesCommandInput | DescribeTagsCommandInput | DescribeTargetGroupAttributesCommandInput | DescribeTargetGroupsCommandInput | DescribeTargetHealthCommandInput | ModifyListenerCommandInput | ModifyLoadBalancerAttributesCommandInput | ModifyRuleCommandInput | ModifyTargetGroupAttributesCommandInput | ModifyTargetGroupCommandInput | RegisterTargetsCommandInput | RemoveListenerCertificatesCommandInput | RemoveTagsCommandInput | SetIpAddressTypeCommandInput | SetRulePrioritiesCommandInput | SetSecurityGroupsCommandInput | SetSubnetsCommandInput;
44
44
  export declare type ServiceOutputTypes = AddListenerCertificatesCommandOutput | AddTagsCommandOutput | CreateListenerCommandOutput | CreateLoadBalancerCommandOutput | CreateRuleCommandOutput | CreateTargetGroupCommandOutput | DeleteListenerCommandOutput | DeleteLoadBalancerCommandOutput | DeleteRuleCommandOutput | DeleteTargetGroupCommandOutput | DeregisterTargetsCommandOutput | DescribeAccountLimitsCommandOutput | DescribeListenerCertificatesCommandOutput | DescribeListenersCommandOutput | DescribeLoadBalancerAttributesCommandOutput | DescribeLoadBalancersCommandOutput | DescribeRulesCommandOutput | DescribeSSLPoliciesCommandOutput | DescribeTagsCommandOutput | DescribeTargetGroupAttributesCommandOutput | DescribeTargetGroupsCommandOutput | DescribeTargetHealthCommandOutput | ModifyListenerCommandOutput | ModifyLoadBalancerAttributesCommandOutput | ModifyRuleCommandOutput | ModifyTargetGroupAttributesCommandOutput | ModifyTargetGroupCommandOutput | RegisterTargetsCommandOutput | RemoveListenerCertificatesCommandOutput | RemoveTagsCommandOutput | SetIpAddressTypeCommandOutput | SetRulePrioritiesCommandOutput | SetSecurityGroupsCommandOutput | SetSubnetsCommandOutput;
45
45
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
46
- /**
47
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
48
- */
46
+
49
47
  requestHandler?: __HttpHandler;
50
- /**
51
- * A constructor for a class implementing the {@link __Hash} interface
52
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
53
- * @internal
54
- */
48
+
55
49
  sha256?: __HashConstructor;
56
- /**
57
- * The function that will be used to convert strings into HTTP endpoints.
58
- * @internal
59
- */
50
+
60
51
  urlParser?: __UrlParser;
61
- /**
62
- * A function that can calculate the length of a request body.
63
- * @internal
64
- */
52
+
65
53
  bodyLengthChecker?: (body: any) => number | undefined;
66
- /**
67
- * A function that converts a stream into an array of bytes.
68
- * @internal
69
- */
54
+
70
55
  streamCollector?: __StreamCollector;
71
- /**
72
- * The function that will be used to convert a base64-encoded string to a byte array.
73
- * @internal
74
- */
56
+
75
57
  base64Decoder?: __Decoder;
76
- /**
77
- * The function that will be used to convert binary data to a base64-encoded string.
78
- * @internal
79
- */
58
+
80
59
  base64Encoder?: __Encoder;
81
- /**
82
- * The function that will be used to convert a UTF8-encoded string to a byte array.
83
- * @internal
84
- */
60
+
85
61
  utf8Decoder?: __Decoder;
86
- /**
87
- * The function that will be used to convert binary data to a UTF-8 encoded string.
88
- * @internal
89
- */
62
+
90
63
  utf8Encoder?: __Encoder;
91
- /**
92
- * The runtime environment.
93
- * @internal
94
- */
64
+
95
65
  runtime?: string;
96
- /**
97
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
98
- * trait of an operation.
99
- */
66
+
100
67
  disableHostPrefix?: boolean;
101
- /**
102
- * Value for how many times a request will be made at most in case of retry.
103
- */
68
+
104
69
  maxAttempts?: number | __Provider<number>;
105
- /**
106
- * Specifies which retry algorithm to use.
107
- */
70
+
108
71
  retryMode?: string | __Provider<string>;
109
- /**
110
- * Optional logger for logging debug/info/warn/error.
111
- */
72
+
112
73
  logger?: __Logger;
113
- /**
114
- * Unique service identifier.
115
- * @internal
116
- */
74
+
117
75
  serviceId?: string;
118
- /**
119
- * The AWS region to which this client will send requests
120
- */
76
+
121
77
  region?: string | __Provider<string>;
122
- /**
123
- * Default credentials provider; Not available in browser runtime.
124
- * @internal
125
- */
78
+
126
79
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
127
- /**
128
- * Fetch related hostname, signing name or signing region with given region.
129
- * @internal
130
- */
80
+
131
81
  regionInfoProvider?: RegionInfoProvider;
132
- /**
133
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
134
- * @internal
135
- */
82
+
136
83
  defaultUserAgentProvider?: Provider<__UserAgent>;
137
84
  }
138
85
  declare type ElasticLoadBalancingV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
139
- /**
140
- * The configuration interface of ElasticLoadBalancingV2Client class constructor that set the region, credentials and other options.
141
- */
86
+
142
87
  export interface ElasticLoadBalancingV2ClientConfig extends ElasticLoadBalancingV2ClientConfigType {
143
88
  }
144
89
  declare type ElasticLoadBalancingV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
145
- /**
146
- * The resolved configuration interface of ElasticLoadBalancingV2Client class. This is resolved and normalized from the {@link ElasticLoadBalancingV2ClientConfig | constructor configuration interface}.
147
- */
90
+
148
91
  export interface ElasticLoadBalancingV2ClientResolvedConfig extends ElasticLoadBalancingV2ClientResolvedConfigType {
149
92
  }
150
- /**
151
- * <fullname>Elastic Load Balancing</fullname>
152
- *
153
- * <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.
154
- * This enables you to increase the availability of your application. The load balancer also
155
- * monitors the health of its registered targets and ensures that it routes traffic only to
156
- * healthy targets. You configure your load balancer to accept incoming traffic by specifying one
157
- * or more listeners, which are configured with a protocol and port number for connections from
158
- * clients to the load balancer. You configure a target group with a protocol and port number for
159
- * connections from the load balancer to the targets, and with health check settings to be used
160
- * when checking the health status of the targets.</p>
161
- *
162
- * <p>Elastic Load Balancing supports the following types of load balancers: Application Load
163
- * Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. This
164
- * reference covers the following load balancer types:</p>
165
- * <ul>
166
- * <li>
167
- * <p>Application Load Balancer - Operates at the application layer (layer 7) and supports
168
- * HTTP and HTTPS.</p>
169
- * </li>
170
- * <li>
171
- * <p>Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP,
172
- * TLS, and UDP.</p>
173
- * </li>
174
- * <li>
175
- * <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p>
176
- * </li>
177
- * </ul>
178
- *
179
- * <p>For more information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User
180
- * Guide</a>.</p>
181
- *
182
- *
183
- *
184
- *
185
- *
186
- *
187
- *
188
- * <p>All Elastic Load Balancing operations are idempotent, which means that they complete at
189
- * most one time. If you repeat an operation, it succeeds.</p>
190
- */
93
+
191
94
  export declare class ElasticLoadBalancingV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticLoadBalancingV2ClientResolvedConfig> {
192
- /**
193
- * The resolved configuration of ElasticLoadBalancingV2Client class. This is resolved and normalized from the {@link ElasticLoadBalancingV2ClientConfig | constructor configuration interface}.
194
- */
95
+
195
96
  readonly config: ElasticLoadBalancingV2ClientResolvedConfig;
196
97
  constructor(configuration: ElasticLoadBalancingV2ClientConfig);
197
- /**
198
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
199
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
200
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
201
- */
98
+
202
99
  destroy(): void;
203
100
  }
204
101
  export {};
@@ -6,36 +6,11 @@ export interface AddListenerCertificatesCommandInput extends AddListenerCertific
6
6
  }
7
7
  export interface AddListenerCertificatesCommandOutput extends AddListenerCertificatesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
11
- * or TLS listener.</p>
12
- * <p>If the certificate in already in the certificate list, the call is successful but the
13
- * certificate is not added again.</p>
14
- *
15
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html">HTTPS
16
- * listeners</a> in the <i>Application Load Balancers Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html">TLS
17
- * listeners</a> in the <i>Network Load Balancers Guide</i>.</p>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
22
- * // const { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
23
- * const client = new ElasticLoadBalancingV2Client(config);
24
- * const command = new AddListenerCertificatesCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link AddListenerCertificatesCommandInput} for command's `input` shape.
29
- * @see {@link AddListenerCertificatesCommandOutput} for command's `response` shape.
30
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
9
+
33
10
  export declare class AddListenerCertificatesCommand extends $Command<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
34
11
  readonly input: AddListenerCertificatesCommandInput;
35
12
  constructor(input: AddListenerCertificatesCommandInput);
36
- /**
37
- * @internal
38
- */
13
+
39
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput>;
40
15
  private serialize;
41
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface AddTagsCommandInput extends AddTagsInput {
6
6
  }
7
7
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
11
- * Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
12
- * listeners, and rules.</p>
13
- * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the
14
- * same key, <code>AddTags</code> updates its value.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ElasticLoadBalancingV2Client, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
19
- * // const { ElasticLoadBalancingV2Client, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
20
- * const client = new ElasticLoadBalancingV2Client(config);
21
- * const command = new AddTagsCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link AddTagsCommandInput} for command's `input` shape.
26
- * @see {@link AddTagsCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
31
11
  readonly input: AddTagsCommandInput;
32
12
  constructor(input: AddTagsCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;
@@ -6,56 +6,11 @@ export interface CreateListenerCommandInput extends CreateListenerInput {
6
6
  }
7
7
  export interface CreateListenerCommandOutput extends CreateListenerOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
11
- * Gateway Load Balancer.</p>
12
- *
13
- *
14
- * <p>For more information, see the following:</p>
15
- * <ul>
16
- * <li>
17
- * <p>
18
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html">Listeners for
19
- * your Application Load Balancers</a>
20
- * </p>
21
- * </li>
22
- * <li>
23
- * <p>
24
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html">Listeners for
25
- * your Network Load Balancers</a>
26
- * </p>
27
- * </li>
28
- * <li>
29
- * <p>
30
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-listeners.html">Listeners for your
31
- * Gateway Load Balancers</a>
32
- * </p>
33
- * </li>
34
- * </ul>
35
- *
36
- * <p>This operation is idempotent, which means that it completes at most one time. If you
37
- * attempt to create multiple listeners with the same settings, each call succeeds.</p>
38
- * @example
39
- * Use a bare-bones client and the command you need to make an API call.
40
- * ```javascript
41
- * import { ElasticLoadBalancingV2Client, CreateListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
42
- * // const { ElasticLoadBalancingV2Client, CreateListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
43
- * const client = new ElasticLoadBalancingV2Client(config);
44
- * const command = new CreateListenerCommand(input);
45
- * const response = await client.send(command);
46
- * ```
47
- *
48
- * @see {@link CreateListenerCommandInput} for command's `input` shape.
49
- * @see {@link CreateListenerCommandOutput} for command's `response` shape.
50
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
51
- *
52
- */
9
+
53
10
  export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
54
11
  readonly input: CreateListenerCommandInput;
55
12
  constructor(input: CreateListenerCommandInput);
56
- /**
57
- * @internal
58
- */
13
+
59
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
60
15
  private serialize;
61
16
  private deserialize;
@@ -6,56 +6,11 @@ export interface CreateLoadBalancerCommandInput extends CreateLoadBalancerInput
6
6
  }
7
7
  export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load
11
- * Balancer.</p>
12
- *
13
- *
14
- *
15
- * <p>For more information, see the following:</p>
16
- * <ul>
17
- * <li>
18
- * <p>
19
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html">Application Load Balancers</a>
20
- * </p>
21
- * </li>
22
- * <li>
23
- * <p>
24
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html">Network Load
25
- * Balancers</a>
26
- * </p>
27
- * </li>
28
- * <li>
29
- * <p>
30
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html">Gateway Load
31
- * Balancers</a>
32
- * </p>
33
- * </li>
34
- * </ul>
35
- *
36
- * <p>This operation is idempotent, which means that it completes at most one time. If you
37
- * attempt to create multiple load balancers with the same settings, each call succeeds.</p>
38
- * @example
39
- * Use a bare-bones client and the command you need to make an API call.
40
- * ```javascript
41
- * import { ElasticLoadBalancingV2Client, CreateLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
42
- * // const { ElasticLoadBalancingV2Client, CreateLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
43
- * const client = new ElasticLoadBalancingV2Client(config);
44
- * const command = new CreateLoadBalancerCommand(input);
45
- * const response = await client.send(command);
46
- * ```
47
- *
48
- * @see {@link CreateLoadBalancerCommandInput} for command's `input` shape.
49
- * @see {@link CreateLoadBalancerCommandOutput} for command's `response` shape.
50
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
51
- *
52
- */
9
+
53
10
  export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
54
11
  readonly input: CreateLoadBalancerCommandInput;
55
12
  constructor(input: CreateLoadBalancerCommandInput);
56
- /**
57
- * @internal
58
- */
13
+
59
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
60
15
  private serialize;
61
16
  private deserialize;
@@ -6,34 +6,11 @@ export interface CreateRuleCommandInput extends CreateRuleInput {
6
6
  }
7
7
  export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a rule for the specified listener. The listener must be associated with an
11
- * Application Load Balancer.</p>
12
- * <p>Each rule consists of a priority, one or more actions, and one or more conditions. Rules
13
- * are evaluated in priority order, from the lowest value to the highest value. When the
14
- * conditions for a rule are met, its actions are performed. If the conditions for no rules are
15
- * met, the actions for the default rule are performed. For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules">Listener rules</a> in the <i>Application Load Balancers Guide</i>.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { ElasticLoadBalancingV2Client, CreateRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
20
- * // const { ElasticLoadBalancingV2Client, CreateRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
21
- * const client = new ElasticLoadBalancingV2Client(config);
22
- * const command = new CreateRuleCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link CreateRuleCommandInput} for command's `input` shape.
27
- * @see {@link CreateRuleCommandOutput} for command's `response` shape.
28
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
32
11
  readonly input: CreateRuleCommandInput;
33
12
  constructor(input: CreateRuleCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,56 +6,11 @@ export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {
6
6
  }
7
7
  export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a target group.</p>
11
- *
12
- *
13
- *
14
- * <p>For more information, see the following:</p>
15
- * <ul>
16
- * <li>
17
- * <p>
18
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html">Target
19
- * groups for your Application Load Balancers</a>
20
- * </p>
21
- * </li>
22
- * <li>
23
- * <p>
24
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html">Target groups
25
- * for your Network Load Balancers</a>
26
- * </p>
27
- * </li>
28
- * <li>
29
- * <p>
30
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html">Target groups for your
31
- * Gateway Load Balancers</a>
32
- * </p>
33
- * </li>
34
- * </ul>
35
- *
36
- * <p>This operation is idempotent, which means that it completes at most one time. If you
37
- * attempt to create multiple target groups with the same settings, each call succeeds.</p>
38
- * @example
39
- * Use a bare-bones client and the command you need to make an API call.
40
- * ```javascript
41
- * import { ElasticLoadBalancingV2Client, CreateTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
42
- * // const { ElasticLoadBalancingV2Client, CreateTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
43
- * const client = new ElasticLoadBalancingV2Client(config);
44
- * const command = new CreateTargetGroupCommand(input);
45
- * const response = await client.send(command);
46
- * ```
47
- *
48
- * @see {@link CreateTargetGroupCommandInput} for command's `input` shape.
49
- * @see {@link CreateTargetGroupCommandOutput} for command's `response` shape.
50
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
51
- *
52
- */
9
+
53
10
  export declare class CreateTargetGroupCommand extends $Command<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
54
11
  readonly input: CreateTargetGroupCommandInput;
55
12
  constructor(input: CreateTargetGroupCommandInput);
56
- /**
57
- * @internal
58
- */
13
+
59
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput>;
60
15
  private serialize;
61
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DeleteListenerCommandInput extends DeleteListenerInput {
6
6
  }
7
7
  export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified listener.</p>
11
- * <p>Alternatively, your listener is deleted when you delete the load balancer to which it is
12
- * attached.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ElasticLoadBalancingV2Client, DeleteListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
17
- * // const { ElasticLoadBalancingV2Client, DeleteListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
18
- * const client = new ElasticLoadBalancingV2Client(config);
19
- * const command = new DeleteListenerCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteListenerCommandInput} for command's `input` shape.
24
- * @see {@link DeleteListenerCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
29
11
  readonly input: DeleteListenerCommandInput;
30
12
  constructor(input: DeleteListenerCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,35 +6,11 @@ export interface DeleteLoadBalancerCommandInput extends DeleteLoadBalancerInput
6
6
  }
7
7
  export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load
11
- * Balancer. Deleting a load balancer also deletes its listeners.</p>
12
- * <p>You can't delete a load balancer if deletion protection is enabled. If the load balancer
13
- * does not exist or has already been deleted, the call succeeds.</p>
14
- * <p>Deleting a load balancer does not affect its registered targets. For example, your EC2
15
- * instances continue to run and are still registered to their target groups. If you no longer
16
- * need these EC2 instances, you can stop or terminate them.</p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { ElasticLoadBalancingV2Client, DeleteLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
21
- * // const { ElasticLoadBalancingV2Client, DeleteLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
22
- * const client = new ElasticLoadBalancingV2Client(config);
23
- * const command = new DeleteLoadBalancerCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link DeleteLoadBalancerCommandInput} for command's `input` shape.
28
- * @see {@link DeleteLoadBalancerCommandOutput} for command's `response` shape.
29
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
9
+
32
10
  export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
33
11
  readonly input: DeleteLoadBalancerCommandInput;
34
12
  constructor(input: DeleteLoadBalancerCommandInput);
35
- /**
36
- * @internal
37
- */
13
+
38
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
39
15
  private serialize;
40
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DeleteRuleCommandInput extends DeleteRuleInput {
6
6
  }
7
7
  export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified rule.</p>
11
- * <p>You can't delete the default rule.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ElasticLoadBalancingV2Client, DeleteRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
16
- * // const { ElasticLoadBalancingV2Client, DeleteRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
17
- * const client = new ElasticLoadBalancingV2Client(config);
18
- * const command = new DeleteRuleCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteRuleCommandInput} for command's `input` shape.
23
- * @see {@link DeleteRuleCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
28
11
  readonly input: DeleteRuleCommandInput;
29
12
  constructor(input: DeleteRuleCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {
6
6
  }
7
7
  export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified target group.</p>
11
- * <p>You can delete a target group if it is not referenced by any actions. Deleting a target
12
- * group also deletes any associated health checks. Deleting a target group does not affect its
13
- * registered targets. For example, any EC2 instances continue to run until you stop or terminate
14
- * them.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ElasticLoadBalancingV2Client, DeleteTargetGroupCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
19
- * // const { ElasticLoadBalancingV2Client, DeleteTargetGroupCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
20
- * const client = new ElasticLoadBalancingV2Client(config);
21
- * const command = new DeleteTargetGroupCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DeleteTargetGroupCommandInput} for command's `input` shape.
26
- * @see {@link DeleteTargetGroupCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class DeleteTargetGroupCommand extends $Command<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
31
11
  readonly input: DeleteTargetGroupCommandInput;
32
12
  constructor(input: DeleteTargetGroupCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;