@aws-sdk/client-elastic-load-balancing-v2 3.451.0 → 3.458.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.
- package/README.md +114 -34
- package/dist-cjs/ElasticLoadBalancingV2.js +20 -0
- package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/CreateTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoresCommand.js +51 -0
- package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +51 -0
- package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +51 -0
- package/dist-cjs/commands/ModifyTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +175 -2
- package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_query.js +1187 -19
- package/dist-es/ElasticLoadBalancingV2.js +20 -0
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/CreateTrustStoreCommand.js +47 -0
- package/dist-es/commands/DeleteTrustStoreCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoresCommand.js +47 -0
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +47 -0
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +47 -0
- package/dist-es/commands/ModifyTrustStoreCommand.js +47 -0
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +162 -0
- package/dist-es/pagination/DescribeTrustStoreAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeTrustStoreRevocationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeTrustStoresPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_query.js +1167 -19
- package/dist-types/ElasticLoadBalancingV2.d.ts +70 -0
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +12 -2
- package/dist-types/commands/AddTagsCommand.d.ts +5 -2
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +100 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +17 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +108 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +77 -0
- package/dist-types/commands/DescribeListenersCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +93 -0
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +93 -0
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +78 -0
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +82 -0
- package/dist-types/commands/ModifyListenerCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +93 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +4 -1
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +712 -2
- package/dist-types/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTrustStoresPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_query.d.ts +90 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +176 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +254 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +120 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -237,7 +237,7 @@ see LICENSE for more information.
|
|
|
237
237
|
AddListenerCertificates
|
|
238
238
|
</summary>
|
|
239
239
|
|
|
240
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
240
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/AddListenerCertificatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/AddListenerCertificatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/AddListenerCertificatesCommandOutput/)
|
|
241
241
|
|
|
242
242
|
</details>
|
|
243
243
|
<details>
|
|
@@ -245,7 +245,15 @@ AddListenerCertificates
|
|
|
245
245
|
AddTags
|
|
246
246
|
</summary>
|
|
247
247
|
|
|
248
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
248
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/AddTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/AddTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/AddTagsCommandOutput/)
|
|
249
|
+
|
|
250
|
+
</details>
|
|
251
|
+
<details>
|
|
252
|
+
<summary>
|
|
253
|
+
AddTrustStoreRevocations
|
|
254
|
+
</summary>
|
|
255
|
+
|
|
256
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/AddTrustStoreRevocationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/AddTrustStoreRevocationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/AddTrustStoreRevocationsCommandOutput/)
|
|
249
257
|
|
|
250
258
|
</details>
|
|
251
259
|
<details>
|
|
@@ -253,7 +261,7 @@ AddTags
|
|
|
253
261
|
CreateListener
|
|
254
262
|
</summary>
|
|
255
263
|
|
|
256
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
264
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/CreateListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateListenerCommandOutput/)
|
|
257
265
|
|
|
258
266
|
</details>
|
|
259
267
|
<details>
|
|
@@ -261,7 +269,7 @@ CreateListener
|
|
|
261
269
|
CreateLoadBalancer
|
|
262
270
|
</summary>
|
|
263
271
|
|
|
264
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
272
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/CreateLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateLoadBalancerCommandOutput/)
|
|
265
273
|
|
|
266
274
|
</details>
|
|
267
275
|
<details>
|
|
@@ -269,7 +277,7 @@ CreateLoadBalancer
|
|
|
269
277
|
CreateRule
|
|
270
278
|
</summary>
|
|
271
279
|
|
|
272
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
280
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/CreateRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateRuleCommandOutput/)
|
|
273
281
|
|
|
274
282
|
</details>
|
|
275
283
|
<details>
|
|
@@ -277,7 +285,15 @@ CreateRule
|
|
|
277
285
|
CreateTargetGroup
|
|
278
286
|
</summary>
|
|
279
287
|
|
|
280
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
288
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/CreateTargetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateTargetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateTargetGroupCommandOutput/)
|
|
289
|
+
|
|
290
|
+
</details>
|
|
291
|
+
<details>
|
|
292
|
+
<summary>
|
|
293
|
+
CreateTrustStore
|
|
294
|
+
</summary>
|
|
295
|
+
|
|
296
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/CreateTrustStoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateTrustStoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/CreateTrustStoreCommandOutput/)
|
|
281
297
|
|
|
282
298
|
</details>
|
|
283
299
|
<details>
|
|
@@ -285,7 +301,7 @@ CreateTargetGroup
|
|
|
285
301
|
DeleteListener
|
|
286
302
|
</summary>
|
|
287
303
|
|
|
288
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
304
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DeleteListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteListenerCommandOutput/)
|
|
289
305
|
|
|
290
306
|
</details>
|
|
291
307
|
<details>
|
|
@@ -293,7 +309,7 @@ DeleteListener
|
|
|
293
309
|
DeleteLoadBalancer
|
|
294
310
|
</summary>
|
|
295
311
|
|
|
296
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
312
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DeleteLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteLoadBalancerCommandOutput/)
|
|
297
313
|
|
|
298
314
|
</details>
|
|
299
315
|
<details>
|
|
@@ -301,7 +317,7 @@ DeleteLoadBalancer
|
|
|
301
317
|
DeleteRule
|
|
302
318
|
</summary>
|
|
303
319
|
|
|
304
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
320
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DeleteRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteRuleCommandOutput/)
|
|
305
321
|
|
|
306
322
|
</details>
|
|
307
323
|
<details>
|
|
@@ -309,7 +325,15 @@ DeleteRule
|
|
|
309
325
|
DeleteTargetGroup
|
|
310
326
|
</summary>
|
|
311
327
|
|
|
312
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
328
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DeleteTargetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteTargetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteTargetGroupCommandOutput/)
|
|
329
|
+
|
|
330
|
+
</details>
|
|
331
|
+
<details>
|
|
332
|
+
<summary>
|
|
333
|
+
DeleteTrustStore
|
|
334
|
+
</summary>
|
|
335
|
+
|
|
336
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DeleteTrustStoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteTrustStoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeleteTrustStoreCommandOutput/)
|
|
313
337
|
|
|
314
338
|
</details>
|
|
315
339
|
<details>
|
|
@@ -317,7 +341,7 @@ DeleteTargetGroup
|
|
|
317
341
|
DeregisterTargets
|
|
318
342
|
</summary>
|
|
319
343
|
|
|
320
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
344
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DeregisterTargetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeregisterTargetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DeregisterTargetsCommandOutput/)
|
|
321
345
|
|
|
322
346
|
</details>
|
|
323
347
|
<details>
|
|
@@ -325,7 +349,7 @@ DeregisterTargets
|
|
|
325
349
|
DescribeAccountLimits
|
|
326
350
|
</summary>
|
|
327
351
|
|
|
328
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
352
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeAccountLimitsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeAccountLimitsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeAccountLimitsCommandOutput/)
|
|
329
353
|
|
|
330
354
|
</details>
|
|
331
355
|
<details>
|
|
@@ -333,7 +357,7 @@ DescribeAccountLimits
|
|
|
333
357
|
DescribeListenerCertificates
|
|
334
358
|
</summary>
|
|
335
359
|
|
|
336
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
360
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeListenerCertificatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeListenerCertificatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeListenerCertificatesCommandOutput/)
|
|
337
361
|
|
|
338
362
|
</details>
|
|
339
363
|
<details>
|
|
@@ -341,7 +365,7 @@ DescribeListenerCertificates
|
|
|
341
365
|
DescribeListeners
|
|
342
366
|
</summary>
|
|
343
367
|
|
|
344
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
368
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeListenersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeListenersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeListenersCommandOutput/)
|
|
345
369
|
|
|
346
370
|
</details>
|
|
347
371
|
<details>
|
|
@@ -349,7 +373,7 @@ DescribeListeners
|
|
|
349
373
|
DescribeLoadBalancerAttributes
|
|
350
374
|
</summary>
|
|
351
375
|
|
|
352
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
376
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeLoadBalancerAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeLoadBalancerAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeLoadBalancerAttributesCommandOutput/)
|
|
353
377
|
|
|
354
378
|
</details>
|
|
355
379
|
<details>
|
|
@@ -357,7 +381,7 @@ DescribeLoadBalancerAttributes
|
|
|
357
381
|
DescribeLoadBalancers
|
|
358
382
|
</summary>
|
|
359
383
|
|
|
360
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
384
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeLoadBalancersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeLoadBalancersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeLoadBalancersCommandOutput/)
|
|
361
385
|
|
|
362
386
|
</details>
|
|
363
387
|
<details>
|
|
@@ -365,7 +389,7 @@ DescribeLoadBalancers
|
|
|
365
389
|
DescribeRules
|
|
366
390
|
</summary>
|
|
367
391
|
|
|
368
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
392
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeRulesCommandOutput/)
|
|
369
393
|
|
|
370
394
|
</details>
|
|
371
395
|
<details>
|
|
@@ -373,7 +397,7 @@ DescribeRules
|
|
|
373
397
|
DescribeSSLPolicies
|
|
374
398
|
</summary>
|
|
375
399
|
|
|
376
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
400
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeSSLPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeSSLPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeSSLPoliciesCommandOutput/)
|
|
377
401
|
|
|
378
402
|
</details>
|
|
379
403
|
<details>
|
|
@@ -381,7 +405,7 @@ DescribeSSLPolicies
|
|
|
381
405
|
DescribeTags
|
|
382
406
|
</summary>
|
|
383
407
|
|
|
384
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
408
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTagsCommandOutput/)
|
|
385
409
|
|
|
386
410
|
</details>
|
|
387
411
|
<details>
|
|
@@ -389,7 +413,7 @@ DescribeTags
|
|
|
389
413
|
DescribeTargetGroupAttributes
|
|
390
414
|
</summary>
|
|
391
415
|
|
|
392
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
416
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeTargetGroupAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTargetGroupAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTargetGroupAttributesCommandOutput/)
|
|
393
417
|
|
|
394
418
|
</details>
|
|
395
419
|
<details>
|
|
@@ -397,7 +421,7 @@ DescribeTargetGroupAttributes
|
|
|
397
421
|
DescribeTargetGroups
|
|
398
422
|
</summary>
|
|
399
423
|
|
|
400
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
424
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeTargetGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTargetGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTargetGroupsCommandOutput/)
|
|
401
425
|
|
|
402
426
|
</details>
|
|
403
427
|
<details>
|
|
@@ -405,7 +429,47 @@ DescribeTargetGroups
|
|
|
405
429
|
DescribeTargetHealth
|
|
406
430
|
</summary>
|
|
407
431
|
|
|
408
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
432
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeTargetHealthCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTargetHealthCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTargetHealthCommandOutput/)
|
|
433
|
+
|
|
434
|
+
</details>
|
|
435
|
+
<details>
|
|
436
|
+
<summary>
|
|
437
|
+
DescribeTrustStoreAssociations
|
|
438
|
+
</summary>
|
|
439
|
+
|
|
440
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeTrustStoreAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTrustStoreAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTrustStoreAssociationsCommandOutput/)
|
|
441
|
+
|
|
442
|
+
</details>
|
|
443
|
+
<details>
|
|
444
|
+
<summary>
|
|
445
|
+
DescribeTrustStoreRevocations
|
|
446
|
+
</summary>
|
|
447
|
+
|
|
448
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeTrustStoreRevocationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTrustStoreRevocationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTrustStoreRevocationsCommandOutput/)
|
|
449
|
+
|
|
450
|
+
</details>
|
|
451
|
+
<details>
|
|
452
|
+
<summary>
|
|
453
|
+
DescribeTrustStores
|
|
454
|
+
</summary>
|
|
455
|
+
|
|
456
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/DescribeTrustStoresCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTrustStoresCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/DescribeTrustStoresCommandOutput/)
|
|
457
|
+
|
|
458
|
+
</details>
|
|
459
|
+
<details>
|
|
460
|
+
<summary>
|
|
461
|
+
GetTrustStoreCaCertificatesBundle
|
|
462
|
+
</summary>
|
|
463
|
+
|
|
464
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/GetTrustStoreCaCertificatesBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/GetTrustStoreCaCertificatesBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/GetTrustStoreCaCertificatesBundleCommandOutput/)
|
|
465
|
+
|
|
466
|
+
</details>
|
|
467
|
+
<details>
|
|
468
|
+
<summary>
|
|
469
|
+
GetTrustStoreRevocationContent
|
|
470
|
+
</summary>
|
|
471
|
+
|
|
472
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/GetTrustStoreRevocationContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/GetTrustStoreRevocationContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/GetTrustStoreRevocationContentCommandOutput/)
|
|
409
473
|
|
|
410
474
|
</details>
|
|
411
475
|
<details>
|
|
@@ -413,7 +477,7 @@ DescribeTargetHealth
|
|
|
413
477
|
ModifyListener
|
|
414
478
|
</summary>
|
|
415
479
|
|
|
416
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
480
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/ModifyListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyListenerCommandOutput/)
|
|
417
481
|
|
|
418
482
|
</details>
|
|
419
483
|
<details>
|
|
@@ -421,7 +485,7 @@ ModifyListener
|
|
|
421
485
|
ModifyLoadBalancerAttributes
|
|
422
486
|
</summary>
|
|
423
487
|
|
|
424
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
488
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/ModifyLoadBalancerAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyLoadBalancerAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyLoadBalancerAttributesCommandOutput/)
|
|
425
489
|
|
|
426
490
|
</details>
|
|
427
491
|
<details>
|
|
@@ -429,7 +493,7 @@ ModifyLoadBalancerAttributes
|
|
|
429
493
|
ModifyRule
|
|
430
494
|
</summary>
|
|
431
495
|
|
|
432
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
496
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/ModifyRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyRuleCommandOutput/)
|
|
433
497
|
|
|
434
498
|
</details>
|
|
435
499
|
<details>
|
|
@@ -437,7 +501,7 @@ ModifyRule
|
|
|
437
501
|
ModifyTargetGroup
|
|
438
502
|
</summary>
|
|
439
503
|
|
|
440
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
504
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/ModifyTargetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyTargetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyTargetGroupCommandOutput/)
|
|
441
505
|
|
|
442
506
|
</details>
|
|
443
507
|
<details>
|
|
@@ -445,7 +509,15 @@ ModifyTargetGroup
|
|
|
445
509
|
ModifyTargetGroupAttributes
|
|
446
510
|
</summary>
|
|
447
511
|
|
|
448
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
512
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/ModifyTargetGroupAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyTargetGroupAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyTargetGroupAttributesCommandOutput/)
|
|
513
|
+
|
|
514
|
+
</details>
|
|
515
|
+
<details>
|
|
516
|
+
<summary>
|
|
517
|
+
ModifyTrustStore
|
|
518
|
+
</summary>
|
|
519
|
+
|
|
520
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/ModifyTrustStoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyTrustStoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyTrustStoreCommandOutput/)
|
|
449
521
|
|
|
450
522
|
</details>
|
|
451
523
|
<details>
|
|
@@ -453,7 +525,7 @@ ModifyTargetGroupAttributes
|
|
|
453
525
|
RegisterTargets
|
|
454
526
|
</summary>
|
|
455
527
|
|
|
456
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
528
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/RegisterTargetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/RegisterTargetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/RegisterTargetsCommandOutput/)
|
|
457
529
|
|
|
458
530
|
</details>
|
|
459
531
|
<details>
|
|
@@ -461,7 +533,7 @@ RegisterTargets
|
|
|
461
533
|
RemoveListenerCertificates
|
|
462
534
|
</summary>
|
|
463
535
|
|
|
464
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
536
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/RemoveListenerCertificatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/RemoveListenerCertificatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/RemoveListenerCertificatesCommandOutput/)
|
|
465
537
|
|
|
466
538
|
</details>
|
|
467
539
|
<details>
|
|
@@ -469,7 +541,15 @@ RemoveListenerCertificates
|
|
|
469
541
|
RemoveTags
|
|
470
542
|
</summary>
|
|
471
543
|
|
|
472
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
544
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/RemoveTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/RemoveTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/RemoveTagsCommandOutput/)
|
|
545
|
+
|
|
546
|
+
</details>
|
|
547
|
+
<details>
|
|
548
|
+
<summary>
|
|
549
|
+
RemoveTrustStoreRevocations
|
|
550
|
+
</summary>
|
|
551
|
+
|
|
552
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/RemoveTrustStoreRevocationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/RemoveTrustStoreRevocationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/RemoveTrustStoreRevocationsCommandOutput/)
|
|
473
553
|
|
|
474
554
|
</details>
|
|
475
555
|
<details>
|
|
@@ -477,7 +557,7 @@ RemoveTags
|
|
|
477
557
|
SetIpAddressType
|
|
478
558
|
</summary>
|
|
479
559
|
|
|
480
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
560
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/SetIpAddressTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/SetIpAddressTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/SetIpAddressTypeCommandOutput/)
|
|
481
561
|
|
|
482
562
|
</details>
|
|
483
563
|
<details>
|
|
@@ -485,7 +565,7 @@ SetIpAddressType
|
|
|
485
565
|
SetRulePriorities
|
|
486
566
|
</summary>
|
|
487
567
|
|
|
488
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
568
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/SetRulePrioritiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/SetRulePrioritiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/SetRulePrioritiesCommandOutput/)
|
|
489
569
|
|
|
490
570
|
</details>
|
|
491
571
|
<details>
|
|
@@ -493,7 +573,7 @@ SetRulePriorities
|
|
|
493
573
|
SetSecurityGroups
|
|
494
574
|
</summary>
|
|
495
575
|
|
|
496
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
576
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/SetSecurityGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/SetSecurityGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/SetSecurityGroupsCommandOutput/)
|
|
497
577
|
|
|
498
578
|
</details>
|
|
499
579
|
<details>
|
|
@@ -501,6 +581,6 @@ SetSecurityGroups
|
|
|
501
581
|
SetSubnets
|
|
502
582
|
</summary>
|
|
503
583
|
|
|
504
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
584
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/SetSubnetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/SetSubnetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/SetSubnetsCommandOutput/)
|
|
505
585
|
|
|
506
586
|
</details>
|
|
@@ -4,14 +4,17 @@ exports.ElasticLoadBalancingV2 = void 0;
|
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const AddListenerCertificatesCommand_1 = require("./commands/AddListenerCertificatesCommand");
|
|
6
6
|
const AddTagsCommand_1 = require("./commands/AddTagsCommand");
|
|
7
|
+
const AddTrustStoreRevocationsCommand_1 = require("./commands/AddTrustStoreRevocationsCommand");
|
|
7
8
|
const CreateListenerCommand_1 = require("./commands/CreateListenerCommand");
|
|
8
9
|
const CreateLoadBalancerCommand_1 = require("./commands/CreateLoadBalancerCommand");
|
|
9
10
|
const CreateRuleCommand_1 = require("./commands/CreateRuleCommand");
|
|
10
11
|
const CreateTargetGroupCommand_1 = require("./commands/CreateTargetGroupCommand");
|
|
12
|
+
const CreateTrustStoreCommand_1 = require("./commands/CreateTrustStoreCommand");
|
|
11
13
|
const DeleteListenerCommand_1 = require("./commands/DeleteListenerCommand");
|
|
12
14
|
const DeleteLoadBalancerCommand_1 = require("./commands/DeleteLoadBalancerCommand");
|
|
13
15
|
const DeleteRuleCommand_1 = require("./commands/DeleteRuleCommand");
|
|
14
16
|
const DeleteTargetGroupCommand_1 = require("./commands/DeleteTargetGroupCommand");
|
|
17
|
+
const DeleteTrustStoreCommand_1 = require("./commands/DeleteTrustStoreCommand");
|
|
15
18
|
const DeregisterTargetsCommand_1 = require("./commands/DeregisterTargetsCommand");
|
|
16
19
|
const DescribeAccountLimitsCommand_1 = require("./commands/DescribeAccountLimitsCommand");
|
|
17
20
|
const DescribeListenerCertificatesCommand_1 = require("./commands/DescribeListenerCertificatesCommand");
|
|
@@ -24,14 +27,21 @@ const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
|
|
|
24
27
|
const DescribeTargetGroupAttributesCommand_1 = require("./commands/DescribeTargetGroupAttributesCommand");
|
|
25
28
|
const DescribeTargetGroupsCommand_1 = require("./commands/DescribeTargetGroupsCommand");
|
|
26
29
|
const DescribeTargetHealthCommand_1 = require("./commands/DescribeTargetHealthCommand");
|
|
30
|
+
const DescribeTrustStoreAssociationsCommand_1 = require("./commands/DescribeTrustStoreAssociationsCommand");
|
|
31
|
+
const DescribeTrustStoreRevocationsCommand_1 = require("./commands/DescribeTrustStoreRevocationsCommand");
|
|
32
|
+
const DescribeTrustStoresCommand_1 = require("./commands/DescribeTrustStoresCommand");
|
|
33
|
+
const GetTrustStoreCaCertificatesBundleCommand_1 = require("./commands/GetTrustStoreCaCertificatesBundleCommand");
|
|
34
|
+
const GetTrustStoreRevocationContentCommand_1 = require("./commands/GetTrustStoreRevocationContentCommand");
|
|
27
35
|
const ModifyListenerCommand_1 = require("./commands/ModifyListenerCommand");
|
|
28
36
|
const ModifyLoadBalancerAttributesCommand_1 = require("./commands/ModifyLoadBalancerAttributesCommand");
|
|
29
37
|
const ModifyRuleCommand_1 = require("./commands/ModifyRuleCommand");
|
|
30
38
|
const ModifyTargetGroupAttributesCommand_1 = require("./commands/ModifyTargetGroupAttributesCommand");
|
|
31
39
|
const ModifyTargetGroupCommand_1 = require("./commands/ModifyTargetGroupCommand");
|
|
40
|
+
const ModifyTrustStoreCommand_1 = require("./commands/ModifyTrustStoreCommand");
|
|
32
41
|
const RegisterTargetsCommand_1 = require("./commands/RegisterTargetsCommand");
|
|
33
42
|
const RemoveListenerCertificatesCommand_1 = require("./commands/RemoveListenerCertificatesCommand");
|
|
34
43
|
const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
|
|
44
|
+
const RemoveTrustStoreRevocationsCommand_1 = require("./commands/RemoveTrustStoreRevocationsCommand");
|
|
35
45
|
const SetIpAddressTypeCommand_1 = require("./commands/SetIpAddressTypeCommand");
|
|
36
46
|
const SetRulePrioritiesCommand_1 = require("./commands/SetRulePrioritiesCommand");
|
|
37
47
|
const SetSecurityGroupsCommand_1 = require("./commands/SetSecurityGroupsCommand");
|
|
@@ -40,14 +50,17 @@ const ElasticLoadBalancingV2Client_1 = require("./ElasticLoadBalancingV2Client")
|
|
|
40
50
|
const commands = {
|
|
41
51
|
AddListenerCertificatesCommand: AddListenerCertificatesCommand_1.AddListenerCertificatesCommand,
|
|
42
52
|
AddTagsCommand: AddTagsCommand_1.AddTagsCommand,
|
|
53
|
+
AddTrustStoreRevocationsCommand: AddTrustStoreRevocationsCommand_1.AddTrustStoreRevocationsCommand,
|
|
43
54
|
CreateListenerCommand: CreateListenerCommand_1.CreateListenerCommand,
|
|
44
55
|
CreateLoadBalancerCommand: CreateLoadBalancerCommand_1.CreateLoadBalancerCommand,
|
|
45
56
|
CreateRuleCommand: CreateRuleCommand_1.CreateRuleCommand,
|
|
46
57
|
CreateTargetGroupCommand: CreateTargetGroupCommand_1.CreateTargetGroupCommand,
|
|
58
|
+
CreateTrustStoreCommand: CreateTrustStoreCommand_1.CreateTrustStoreCommand,
|
|
47
59
|
DeleteListenerCommand: DeleteListenerCommand_1.DeleteListenerCommand,
|
|
48
60
|
DeleteLoadBalancerCommand: DeleteLoadBalancerCommand_1.DeleteLoadBalancerCommand,
|
|
49
61
|
DeleteRuleCommand: DeleteRuleCommand_1.DeleteRuleCommand,
|
|
50
62
|
DeleteTargetGroupCommand: DeleteTargetGroupCommand_1.DeleteTargetGroupCommand,
|
|
63
|
+
DeleteTrustStoreCommand: DeleteTrustStoreCommand_1.DeleteTrustStoreCommand,
|
|
51
64
|
DeregisterTargetsCommand: DeregisterTargetsCommand_1.DeregisterTargetsCommand,
|
|
52
65
|
DescribeAccountLimitsCommand: DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand,
|
|
53
66
|
DescribeListenerCertificatesCommand: DescribeListenerCertificatesCommand_1.DescribeListenerCertificatesCommand,
|
|
@@ -60,14 +73,21 @@ const commands = {
|
|
|
60
73
|
DescribeTargetGroupAttributesCommand: DescribeTargetGroupAttributesCommand_1.DescribeTargetGroupAttributesCommand,
|
|
61
74
|
DescribeTargetGroupsCommand: DescribeTargetGroupsCommand_1.DescribeTargetGroupsCommand,
|
|
62
75
|
DescribeTargetHealthCommand: DescribeTargetHealthCommand_1.DescribeTargetHealthCommand,
|
|
76
|
+
DescribeTrustStoreAssociationsCommand: DescribeTrustStoreAssociationsCommand_1.DescribeTrustStoreAssociationsCommand,
|
|
77
|
+
DescribeTrustStoreRevocationsCommand: DescribeTrustStoreRevocationsCommand_1.DescribeTrustStoreRevocationsCommand,
|
|
78
|
+
DescribeTrustStoresCommand: DescribeTrustStoresCommand_1.DescribeTrustStoresCommand,
|
|
79
|
+
GetTrustStoreCaCertificatesBundleCommand: GetTrustStoreCaCertificatesBundleCommand_1.GetTrustStoreCaCertificatesBundleCommand,
|
|
80
|
+
GetTrustStoreRevocationContentCommand: GetTrustStoreRevocationContentCommand_1.GetTrustStoreRevocationContentCommand,
|
|
63
81
|
ModifyListenerCommand: ModifyListenerCommand_1.ModifyListenerCommand,
|
|
64
82
|
ModifyLoadBalancerAttributesCommand: ModifyLoadBalancerAttributesCommand_1.ModifyLoadBalancerAttributesCommand,
|
|
65
83
|
ModifyRuleCommand: ModifyRuleCommand_1.ModifyRuleCommand,
|
|
66
84
|
ModifyTargetGroupCommand: ModifyTargetGroupCommand_1.ModifyTargetGroupCommand,
|
|
67
85
|
ModifyTargetGroupAttributesCommand: ModifyTargetGroupAttributesCommand_1.ModifyTargetGroupAttributesCommand,
|
|
86
|
+
ModifyTrustStoreCommand: ModifyTrustStoreCommand_1.ModifyTrustStoreCommand,
|
|
68
87
|
RegisterTargetsCommand: RegisterTargetsCommand_1.RegisterTargetsCommand,
|
|
69
88
|
RemoveListenerCertificatesCommand: RemoveListenerCertificatesCommand_1.RemoveListenerCertificatesCommand,
|
|
70
89
|
RemoveTagsCommand: RemoveTagsCommand_1.RemoveTagsCommand,
|
|
90
|
+
RemoveTrustStoreRevocationsCommand: RemoveTrustStoreRevocationsCommand_1.RemoveTrustStoreRevocationsCommand,
|
|
71
91
|
SetIpAddressTypeCommand: SetIpAddressTypeCommand_1.SetIpAddressTypeCommand,
|
|
72
92
|
SetRulePrioritiesCommand: SetRulePrioritiesCommand_1.SetRulePrioritiesCommand,
|
|
73
93
|
SetSecurityGroupsCommand: SetSecurityGroupsCommand_1.SetSecurityGroupsCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddTrustStoreRevocationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class AddTrustStoreRevocationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AddTrustStoreRevocationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ElasticLoadBalancingV2Client";
|
|
29
|
+
const commandName = "AddTrustStoreRevocationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ElasticLoadBalancing_v10",
|
|
38
|
+
operation: "AddTrustStoreRevocations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_AddTrustStoreRevocationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_AddTrustStoreRevocationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.AddTrustStoreRevocationsCommand = AddTrustStoreRevocationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTrustStoreCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class CreateTrustStoreCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTrustStoreCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ElasticLoadBalancingV2Client";
|
|
29
|
+
const commandName = "CreateTrustStoreCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ElasticLoadBalancing_v10",
|
|
38
|
+
operation: "CreateTrustStore",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_CreateTrustStoreCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_CreateTrustStoreCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateTrustStoreCommand = CreateTrustStoreCommand;
|