@aws-sdk/client-elastic-load-balancing-v2 3.974.0 → 3.978.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/dist-cjs/index.js
CHANGED
|
@@ -3359,63 +3359,6 @@ class SetSubnetsCommand extends smithyClient.Command
|
|
|
3359
3359
|
.build() {
|
|
3360
3360
|
}
|
|
3361
3361
|
|
|
3362
|
-
const commands = {
|
|
3363
|
-
AddListenerCertificatesCommand,
|
|
3364
|
-
AddTagsCommand,
|
|
3365
|
-
AddTrustStoreRevocationsCommand,
|
|
3366
|
-
CreateListenerCommand,
|
|
3367
|
-
CreateLoadBalancerCommand,
|
|
3368
|
-
CreateRuleCommand,
|
|
3369
|
-
CreateTargetGroupCommand,
|
|
3370
|
-
CreateTrustStoreCommand,
|
|
3371
|
-
DeleteListenerCommand,
|
|
3372
|
-
DeleteLoadBalancerCommand,
|
|
3373
|
-
DeleteRuleCommand,
|
|
3374
|
-
DeleteSharedTrustStoreAssociationCommand,
|
|
3375
|
-
DeleteTargetGroupCommand,
|
|
3376
|
-
DeleteTrustStoreCommand,
|
|
3377
|
-
DeregisterTargetsCommand,
|
|
3378
|
-
DescribeAccountLimitsCommand,
|
|
3379
|
-
DescribeCapacityReservationCommand,
|
|
3380
|
-
DescribeListenerAttributesCommand,
|
|
3381
|
-
DescribeListenerCertificatesCommand,
|
|
3382
|
-
DescribeListenersCommand,
|
|
3383
|
-
DescribeLoadBalancerAttributesCommand,
|
|
3384
|
-
DescribeLoadBalancersCommand,
|
|
3385
|
-
DescribeRulesCommand,
|
|
3386
|
-
DescribeSSLPoliciesCommand,
|
|
3387
|
-
DescribeTagsCommand,
|
|
3388
|
-
DescribeTargetGroupAttributesCommand,
|
|
3389
|
-
DescribeTargetGroupsCommand,
|
|
3390
|
-
DescribeTargetHealthCommand,
|
|
3391
|
-
DescribeTrustStoreAssociationsCommand,
|
|
3392
|
-
DescribeTrustStoreRevocationsCommand,
|
|
3393
|
-
DescribeTrustStoresCommand,
|
|
3394
|
-
GetResourcePolicyCommand,
|
|
3395
|
-
GetTrustStoreCaCertificatesBundleCommand,
|
|
3396
|
-
GetTrustStoreRevocationContentCommand,
|
|
3397
|
-
ModifyCapacityReservationCommand,
|
|
3398
|
-
ModifyIpPoolsCommand,
|
|
3399
|
-
ModifyListenerCommand,
|
|
3400
|
-
ModifyListenerAttributesCommand,
|
|
3401
|
-
ModifyLoadBalancerAttributesCommand,
|
|
3402
|
-
ModifyRuleCommand,
|
|
3403
|
-
ModifyTargetGroupCommand,
|
|
3404
|
-
ModifyTargetGroupAttributesCommand,
|
|
3405
|
-
ModifyTrustStoreCommand,
|
|
3406
|
-
RegisterTargetsCommand,
|
|
3407
|
-
RemoveListenerCertificatesCommand,
|
|
3408
|
-
RemoveTagsCommand,
|
|
3409
|
-
RemoveTrustStoreRevocationsCommand,
|
|
3410
|
-
SetIpAddressTypeCommand,
|
|
3411
|
-
SetRulePrioritiesCommand,
|
|
3412
|
-
SetSecurityGroupsCommand,
|
|
3413
|
-
SetSubnetsCommand,
|
|
3414
|
-
};
|
|
3415
|
-
class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
|
|
3416
|
-
}
|
|
3417
|
-
smithyClient.createAggregatedClient(commands, ElasticLoadBalancingV2);
|
|
3418
|
-
|
|
3419
3362
|
const paginateDescribeAccountLimits = core.createPaginator(ElasticLoadBalancingV2Client, DescribeAccountLimitsCommand, "Marker", "NextMarker", "");
|
|
3420
3363
|
|
|
3421
3364
|
const paginateDescribeListenerCertificates = core.createPaginator(ElasticLoadBalancingV2Client, DescribeListenerCertificatesCommand, "Marker", "NextMarker", "");
|
|
@@ -3638,6 +3581,81 @@ const waitUntilTargetInService = async (params, input) => {
|
|
|
3638
3581
|
return utilWaiter.checkExceptions(result);
|
|
3639
3582
|
};
|
|
3640
3583
|
|
|
3584
|
+
const commands = {
|
|
3585
|
+
AddListenerCertificatesCommand,
|
|
3586
|
+
AddTagsCommand,
|
|
3587
|
+
AddTrustStoreRevocationsCommand,
|
|
3588
|
+
CreateListenerCommand,
|
|
3589
|
+
CreateLoadBalancerCommand,
|
|
3590
|
+
CreateRuleCommand,
|
|
3591
|
+
CreateTargetGroupCommand,
|
|
3592
|
+
CreateTrustStoreCommand,
|
|
3593
|
+
DeleteListenerCommand,
|
|
3594
|
+
DeleteLoadBalancerCommand,
|
|
3595
|
+
DeleteRuleCommand,
|
|
3596
|
+
DeleteSharedTrustStoreAssociationCommand,
|
|
3597
|
+
DeleteTargetGroupCommand,
|
|
3598
|
+
DeleteTrustStoreCommand,
|
|
3599
|
+
DeregisterTargetsCommand,
|
|
3600
|
+
DescribeAccountLimitsCommand,
|
|
3601
|
+
DescribeCapacityReservationCommand,
|
|
3602
|
+
DescribeListenerAttributesCommand,
|
|
3603
|
+
DescribeListenerCertificatesCommand,
|
|
3604
|
+
DescribeListenersCommand,
|
|
3605
|
+
DescribeLoadBalancerAttributesCommand,
|
|
3606
|
+
DescribeLoadBalancersCommand,
|
|
3607
|
+
DescribeRulesCommand,
|
|
3608
|
+
DescribeSSLPoliciesCommand,
|
|
3609
|
+
DescribeTagsCommand,
|
|
3610
|
+
DescribeTargetGroupAttributesCommand,
|
|
3611
|
+
DescribeTargetGroupsCommand,
|
|
3612
|
+
DescribeTargetHealthCommand,
|
|
3613
|
+
DescribeTrustStoreAssociationsCommand,
|
|
3614
|
+
DescribeTrustStoreRevocationsCommand,
|
|
3615
|
+
DescribeTrustStoresCommand,
|
|
3616
|
+
GetResourcePolicyCommand,
|
|
3617
|
+
GetTrustStoreCaCertificatesBundleCommand,
|
|
3618
|
+
GetTrustStoreRevocationContentCommand,
|
|
3619
|
+
ModifyCapacityReservationCommand,
|
|
3620
|
+
ModifyIpPoolsCommand,
|
|
3621
|
+
ModifyListenerCommand,
|
|
3622
|
+
ModifyListenerAttributesCommand,
|
|
3623
|
+
ModifyLoadBalancerAttributesCommand,
|
|
3624
|
+
ModifyRuleCommand,
|
|
3625
|
+
ModifyTargetGroupCommand,
|
|
3626
|
+
ModifyTargetGroupAttributesCommand,
|
|
3627
|
+
ModifyTrustStoreCommand,
|
|
3628
|
+
RegisterTargetsCommand,
|
|
3629
|
+
RemoveListenerCertificatesCommand,
|
|
3630
|
+
RemoveTagsCommand,
|
|
3631
|
+
RemoveTrustStoreRevocationsCommand,
|
|
3632
|
+
SetIpAddressTypeCommand,
|
|
3633
|
+
SetRulePrioritiesCommand,
|
|
3634
|
+
SetSecurityGroupsCommand,
|
|
3635
|
+
SetSubnetsCommand,
|
|
3636
|
+
};
|
|
3637
|
+
const paginators = {
|
|
3638
|
+
paginateDescribeAccountLimits,
|
|
3639
|
+
paginateDescribeListenerCertificates,
|
|
3640
|
+
paginateDescribeListeners,
|
|
3641
|
+
paginateDescribeLoadBalancers,
|
|
3642
|
+
paginateDescribeRules,
|
|
3643
|
+
paginateDescribeTargetGroups,
|
|
3644
|
+
paginateDescribeTrustStoreAssociations,
|
|
3645
|
+
paginateDescribeTrustStoreRevocations,
|
|
3646
|
+
paginateDescribeTrustStores,
|
|
3647
|
+
};
|
|
3648
|
+
const waiters = {
|
|
3649
|
+
waitUntilLoadBalancerAvailable,
|
|
3650
|
+
waitUntilLoadBalancerExists,
|
|
3651
|
+
waitUntilLoadBalancersDeleted,
|
|
3652
|
+
waitUntilTargetDeregistered,
|
|
3653
|
+
waitUntilTargetInService,
|
|
3654
|
+
};
|
|
3655
|
+
class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
|
|
3656
|
+
}
|
|
3657
|
+
smithyClient.createAggregatedClient(commands, ElasticLoadBalancingV2, { paginators, waiters });
|
|
3658
|
+
|
|
3641
3659
|
const AuthenticateCognitoActionConditionalBehaviorEnum = {
|
|
3642
3660
|
ALLOW: "allow",
|
|
3643
3661
|
AUTHENTICATE: "authenticate",
|
|
@@ -51,6 +51,20 @@ import { SetRulePrioritiesCommand, } from "./commands/SetRulePrioritiesCommand";
|
|
|
51
51
|
import { SetSecurityGroupsCommand, } from "./commands/SetSecurityGroupsCommand";
|
|
52
52
|
import { SetSubnetsCommand } from "./commands/SetSubnetsCommand";
|
|
53
53
|
import { ElasticLoadBalancingV2Client } from "./ElasticLoadBalancingV2Client";
|
|
54
|
+
import { paginateDescribeAccountLimits } from "./pagination/DescribeAccountLimitsPaginator";
|
|
55
|
+
import { paginateDescribeListenerCertificates } from "./pagination/DescribeListenerCertificatesPaginator";
|
|
56
|
+
import { paginateDescribeListeners } from "./pagination/DescribeListenersPaginator";
|
|
57
|
+
import { paginateDescribeLoadBalancers } from "./pagination/DescribeLoadBalancersPaginator";
|
|
58
|
+
import { paginateDescribeRules } from "./pagination/DescribeRulesPaginator";
|
|
59
|
+
import { paginateDescribeTargetGroups } from "./pagination/DescribeTargetGroupsPaginator";
|
|
60
|
+
import { paginateDescribeTrustStoreAssociations } from "./pagination/DescribeTrustStoreAssociationsPaginator";
|
|
61
|
+
import { paginateDescribeTrustStoreRevocations } from "./pagination/DescribeTrustStoreRevocationsPaginator";
|
|
62
|
+
import { paginateDescribeTrustStores } from "./pagination/DescribeTrustStoresPaginator";
|
|
63
|
+
import { waitUntilLoadBalancerAvailable } from "./waiters/waitForLoadBalancerAvailable";
|
|
64
|
+
import { waitUntilLoadBalancerExists } from "./waiters/waitForLoadBalancerExists";
|
|
65
|
+
import { waitUntilLoadBalancersDeleted } from "./waiters/waitForLoadBalancersDeleted";
|
|
66
|
+
import { waitUntilTargetDeregistered } from "./waiters/waitForTargetDeregistered";
|
|
67
|
+
import { waitUntilTargetInService } from "./waiters/waitForTargetInService";
|
|
54
68
|
const commands = {
|
|
55
69
|
AddListenerCertificatesCommand,
|
|
56
70
|
AddTagsCommand,
|
|
@@ -104,6 +118,24 @@ const commands = {
|
|
|
104
118
|
SetSecurityGroupsCommand,
|
|
105
119
|
SetSubnetsCommand,
|
|
106
120
|
};
|
|
121
|
+
const paginators = {
|
|
122
|
+
paginateDescribeAccountLimits,
|
|
123
|
+
paginateDescribeListenerCertificates,
|
|
124
|
+
paginateDescribeListeners,
|
|
125
|
+
paginateDescribeLoadBalancers,
|
|
126
|
+
paginateDescribeRules,
|
|
127
|
+
paginateDescribeTargetGroups,
|
|
128
|
+
paginateDescribeTrustStoreAssociations,
|
|
129
|
+
paginateDescribeTrustStoreRevocations,
|
|
130
|
+
paginateDescribeTrustStores,
|
|
131
|
+
};
|
|
132
|
+
const waiters = {
|
|
133
|
+
waitUntilLoadBalancerAvailable,
|
|
134
|
+
waitUntilLoadBalancerExists,
|
|
135
|
+
waitUntilLoadBalancersDeleted,
|
|
136
|
+
waitUntilTargetDeregistered,
|
|
137
|
+
waitUntilTargetInService,
|
|
138
|
+
};
|
|
107
139
|
export class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
|
|
108
140
|
}
|
|
109
|
-
createAggregatedClient(commands, ElasticLoadBalancingV2);
|
|
141
|
+
createAggregatedClient(commands, ElasticLoadBalancingV2, { paginators, waiters });
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
|
|
3
4
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
4
5
|
import { AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput } from "./commands/AddTrustStoreRevocationsCommand";
|
|
@@ -365,6 +366,99 @@ export interface ElasticLoadBalancingV2 {
|
|
|
365
366
|
setSubnets(args: SetSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<SetSubnetsCommandOutput>;
|
|
366
367
|
setSubnets(args: SetSubnetsCommandInput, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
|
|
367
368
|
setSubnets(args: SetSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
|
|
369
|
+
/**
|
|
370
|
+
* @see {@link DescribeAccountLimitsCommand}
|
|
371
|
+
* @param args - command input.
|
|
372
|
+
* @param paginationConfig - optional pagination config.
|
|
373
|
+
* @returns AsyncIterable of {@link DescribeAccountLimitsCommandOutput}.
|
|
374
|
+
*/
|
|
375
|
+
paginateDescribeAccountLimits(args?: DescribeAccountLimitsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeAccountLimitsCommandOutput>;
|
|
376
|
+
/**
|
|
377
|
+
* @see {@link DescribeListenerCertificatesCommand}
|
|
378
|
+
* @param args - command input.
|
|
379
|
+
* @param paginationConfig - optional pagination config.
|
|
380
|
+
* @returns AsyncIterable of {@link DescribeListenerCertificatesCommandOutput}.
|
|
381
|
+
*/
|
|
382
|
+
paginateDescribeListenerCertificates(args: DescribeListenerCertificatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeListenerCertificatesCommandOutput>;
|
|
383
|
+
/**
|
|
384
|
+
* @see {@link DescribeListenersCommand}
|
|
385
|
+
* @param args - command input.
|
|
386
|
+
* @param paginationConfig - optional pagination config.
|
|
387
|
+
* @returns AsyncIterable of {@link DescribeListenersCommandOutput}.
|
|
388
|
+
*/
|
|
389
|
+
paginateDescribeListeners(args?: DescribeListenersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeListenersCommandOutput>;
|
|
390
|
+
/**
|
|
391
|
+
* @see {@link DescribeLoadBalancersCommand}
|
|
392
|
+
* @param args - command input.
|
|
393
|
+
* @param paginationConfig - optional pagination config.
|
|
394
|
+
* @returns AsyncIterable of {@link DescribeLoadBalancersCommandOutput}.
|
|
395
|
+
*/
|
|
396
|
+
paginateDescribeLoadBalancers(args?: DescribeLoadBalancersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeLoadBalancersCommandOutput>;
|
|
397
|
+
/**
|
|
398
|
+
* @see {@link DescribeRulesCommand}
|
|
399
|
+
* @param args - command input.
|
|
400
|
+
* @param paginationConfig - optional pagination config.
|
|
401
|
+
* @returns AsyncIterable of {@link DescribeRulesCommandOutput}.
|
|
402
|
+
*/
|
|
403
|
+
paginateDescribeRules(args?: DescribeRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeRulesCommandOutput>;
|
|
404
|
+
/**
|
|
405
|
+
* @see {@link DescribeTargetGroupsCommand}
|
|
406
|
+
* @param args - command input.
|
|
407
|
+
* @param paginationConfig - optional pagination config.
|
|
408
|
+
* @returns AsyncIterable of {@link DescribeTargetGroupsCommandOutput}.
|
|
409
|
+
*/
|
|
410
|
+
paginateDescribeTargetGroups(args?: DescribeTargetGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTargetGroupsCommandOutput>;
|
|
411
|
+
/**
|
|
412
|
+
* @see {@link DescribeTrustStoreAssociationsCommand}
|
|
413
|
+
* @param args - command input.
|
|
414
|
+
* @param paginationConfig - optional pagination config.
|
|
415
|
+
* @returns AsyncIterable of {@link DescribeTrustStoreAssociationsCommandOutput}.
|
|
416
|
+
*/
|
|
417
|
+
paginateDescribeTrustStoreAssociations(args: DescribeTrustStoreAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTrustStoreAssociationsCommandOutput>;
|
|
418
|
+
/**
|
|
419
|
+
* @see {@link DescribeTrustStoreRevocationsCommand}
|
|
420
|
+
* @param args - command input.
|
|
421
|
+
* @param paginationConfig - optional pagination config.
|
|
422
|
+
* @returns AsyncIterable of {@link DescribeTrustStoreRevocationsCommandOutput}.
|
|
423
|
+
*/
|
|
424
|
+
paginateDescribeTrustStoreRevocations(args: DescribeTrustStoreRevocationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTrustStoreRevocationsCommandOutput>;
|
|
425
|
+
/**
|
|
426
|
+
* @see {@link DescribeTrustStoresCommand}
|
|
427
|
+
* @param args - command input.
|
|
428
|
+
* @param paginationConfig - optional pagination config.
|
|
429
|
+
* @returns AsyncIterable of {@link DescribeTrustStoresCommandOutput}.
|
|
430
|
+
*/
|
|
431
|
+
paginateDescribeTrustStores(args?: DescribeTrustStoresCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTrustStoresCommandOutput>;
|
|
432
|
+
/**
|
|
433
|
+
* @see {@link DescribeLoadBalancersCommand}
|
|
434
|
+
* @param args - command input.
|
|
435
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
436
|
+
*/
|
|
437
|
+
waitUntilLoadBalancerAvailable(args: DescribeLoadBalancersCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElasticLoadBalancingV2>, "client">): Promise<WaiterResult>;
|
|
438
|
+
/**
|
|
439
|
+
* @see {@link DescribeLoadBalancersCommand}
|
|
440
|
+
* @param args - command input.
|
|
441
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
442
|
+
*/
|
|
443
|
+
waitUntilLoadBalancerExists(args: DescribeLoadBalancersCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElasticLoadBalancingV2>, "client">): Promise<WaiterResult>;
|
|
444
|
+
/**
|
|
445
|
+
* @see {@link DescribeLoadBalancersCommand}
|
|
446
|
+
* @param args - command input.
|
|
447
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
448
|
+
*/
|
|
449
|
+
waitUntilLoadBalancersDeleted(args: DescribeLoadBalancersCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElasticLoadBalancingV2>, "client">): Promise<WaiterResult>;
|
|
450
|
+
/**
|
|
451
|
+
* @see {@link DescribeTargetHealthCommand}
|
|
452
|
+
* @param args - command input.
|
|
453
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
454
|
+
*/
|
|
455
|
+
waitUntilTargetDeregistered(args: DescribeTargetHealthCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElasticLoadBalancingV2>, "client">): Promise<WaiterResult>;
|
|
456
|
+
/**
|
|
457
|
+
* @see {@link DescribeTargetHealthCommand}
|
|
458
|
+
* @param args - command input.
|
|
459
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
460
|
+
*/
|
|
461
|
+
waitUntilTargetInService(args: DescribeTargetHealthCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElasticLoadBalancingV2>, "client">): Promise<WaiterResult>;
|
|
368
462
|
}
|
|
369
463
|
/**
|
|
370
464
|
* <fullname>Elastic Load Balancing</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AddListenerCertificatesCommandInput,
|
|
4
10
|
AddListenerCertificatesCommandOutput,
|
|
@@ -887,6 +893,114 @@ export interface ElasticLoadBalancingV2 {
|
|
|
887
893
|
options: __HttpHandlerOptions,
|
|
888
894
|
cb: (err: any, data?: SetSubnetsCommandOutput) => void
|
|
889
895
|
): void;
|
|
896
|
+
paginateDescribeAccountLimits(
|
|
897
|
+
args?: DescribeAccountLimitsCommandInput,
|
|
898
|
+
paginationConfig?: Pick<
|
|
899
|
+
PaginationConfiguration,
|
|
900
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
901
|
+
>
|
|
902
|
+
): Paginator<DescribeAccountLimitsCommandOutput>;
|
|
903
|
+
paginateDescribeListenerCertificates(
|
|
904
|
+
args: DescribeListenerCertificatesCommandInput,
|
|
905
|
+
paginationConfig?: Pick<
|
|
906
|
+
PaginationConfiguration,
|
|
907
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
908
|
+
>
|
|
909
|
+
): Paginator<DescribeListenerCertificatesCommandOutput>;
|
|
910
|
+
paginateDescribeListeners(
|
|
911
|
+
args?: DescribeListenersCommandInput,
|
|
912
|
+
paginationConfig?: Pick<
|
|
913
|
+
PaginationConfiguration,
|
|
914
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
915
|
+
>
|
|
916
|
+
): Paginator<DescribeListenersCommandOutput>;
|
|
917
|
+
paginateDescribeLoadBalancers(
|
|
918
|
+
args?: DescribeLoadBalancersCommandInput,
|
|
919
|
+
paginationConfig?: Pick<
|
|
920
|
+
PaginationConfiguration,
|
|
921
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
922
|
+
>
|
|
923
|
+
): Paginator<DescribeLoadBalancersCommandOutput>;
|
|
924
|
+
paginateDescribeRules(
|
|
925
|
+
args?: DescribeRulesCommandInput,
|
|
926
|
+
paginationConfig?: Pick<
|
|
927
|
+
PaginationConfiguration,
|
|
928
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
929
|
+
>
|
|
930
|
+
): Paginator<DescribeRulesCommandOutput>;
|
|
931
|
+
paginateDescribeTargetGroups(
|
|
932
|
+
args?: DescribeTargetGroupsCommandInput,
|
|
933
|
+
paginationConfig?: Pick<
|
|
934
|
+
PaginationConfiguration,
|
|
935
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
936
|
+
>
|
|
937
|
+
): Paginator<DescribeTargetGroupsCommandOutput>;
|
|
938
|
+
paginateDescribeTrustStoreAssociations(
|
|
939
|
+
args: DescribeTrustStoreAssociationsCommandInput,
|
|
940
|
+
paginationConfig?: Pick<
|
|
941
|
+
PaginationConfiguration,
|
|
942
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
943
|
+
>
|
|
944
|
+
): Paginator<DescribeTrustStoreAssociationsCommandOutput>;
|
|
945
|
+
paginateDescribeTrustStoreRevocations(
|
|
946
|
+
args: DescribeTrustStoreRevocationsCommandInput,
|
|
947
|
+
paginationConfig?: Pick<
|
|
948
|
+
PaginationConfiguration,
|
|
949
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
950
|
+
>
|
|
951
|
+
): Paginator<DescribeTrustStoreRevocationsCommandOutput>;
|
|
952
|
+
paginateDescribeTrustStores(
|
|
953
|
+
args?: DescribeTrustStoresCommandInput,
|
|
954
|
+
paginationConfig?: Pick<
|
|
955
|
+
PaginationConfiguration,
|
|
956
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
957
|
+
>
|
|
958
|
+
): Paginator<DescribeTrustStoresCommandOutput>;
|
|
959
|
+
waitUntilLoadBalancerAvailable(
|
|
960
|
+
args: DescribeLoadBalancersCommandInput,
|
|
961
|
+
waiterConfig:
|
|
962
|
+
| number
|
|
963
|
+
| Pick<
|
|
964
|
+
WaiterConfiguration<ElasticLoadBalancingV2>,
|
|
965
|
+
Exclude<keyof WaiterConfiguration<ElasticLoadBalancingV2>, "client">
|
|
966
|
+
>
|
|
967
|
+
): Promise<WaiterResult>;
|
|
968
|
+
waitUntilLoadBalancerExists(
|
|
969
|
+
args: DescribeLoadBalancersCommandInput,
|
|
970
|
+
waiterConfig:
|
|
971
|
+
| number
|
|
972
|
+
| Pick<
|
|
973
|
+
WaiterConfiguration<ElasticLoadBalancingV2>,
|
|
974
|
+
Exclude<keyof WaiterConfiguration<ElasticLoadBalancingV2>, "client">
|
|
975
|
+
>
|
|
976
|
+
): Promise<WaiterResult>;
|
|
977
|
+
waitUntilLoadBalancersDeleted(
|
|
978
|
+
args: DescribeLoadBalancersCommandInput,
|
|
979
|
+
waiterConfig:
|
|
980
|
+
| number
|
|
981
|
+
| Pick<
|
|
982
|
+
WaiterConfiguration<ElasticLoadBalancingV2>,
|
|
983
|
+
Exclude<keyof WaiterConfiguration<ElasticLoadBalancingV2>, "client">
|
|
984
|
+
>
|
|
985
|
+
): Promise<WaiterResult>;
|
|
986
|
+
waitUntilTargetDeregistered(
|
|
987
|
+
args: DescribeTargetHealthCommandInput,
|
|
988
|
+
waiterConfig:
|
|
989
|
+
| number
|
|
990
|
+
| Pick<
|
|
991
|
+
WaiterConfiguration<ElasticLoadBalancingV2>,
|
|
992
|
+
Exclude<keyof WaiterConfiguration<ElasticLoadBalancingV2>, "client">
|
|
993
|
+
>
|
|
994
|
+
): Promise<WaiterResult>;
|
|
995
|
+
waitUntilTargetInService(
|
|
996
|
+
args: DescribeTargetHealthCommandInput,
|
|
997
|
+
waiterConfig:
|
|
998
|
+
| number
|
|
999
|
+
| Pick<
|
|
1000
|
+
WaiterConfiguration<ElasticLoadBalancingV2>,
|
|
1001
|
+
Exclude<keyof WaiterConfiguration<ElasticLoadBalancingV2>, "client">
|
|
1002
|
+
>
|
|
1003
|
+
): Promise<WaiterResult>;
|
|
890
1004
|
}
|
|
891
1005
|
export declare class ElasticLoadBalancingV2
|
|
892
1006
|
extends ElasticLoadBalancingV2Client
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.973.4",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|