@aws-sdk/client-elastic-load-balancing-v2 3.46.0 → 3.47.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/CHANGELOG.md +12 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +3 -226
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -148
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -222
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -124
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -437,12 +437,6 @@ export interface CertificateNotFoundException extends __SmithyException, $Metada
|
|
|
437
437
|
$fault: "client";
|
|
438
438
|
Message?: string;
|
|
439
439
|
}
|
|
440
|
-
export declare namespace CertificateNotFoundException {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
|
-
const filterSensitiveLog: (obj: CertificateNotFoundException) => any;
|
|
445
|
-
}
|
|
446
440
|
/**
|
|
447
441
|
* <p>The specified listener does not exist.</p>
|
|
448
442
|
*/
|
|
@@ -451,12 +445,6 @@ export interface ListenerNotFoundException extends __SmithyException, $MetadataB
|
|
|
451
445
|
$fault: "client";
|
|
452
446
|
Message?: string;
|
|
453
447
|
}
|
|
454
|
-
export declare namespace ListenerNotFoundException {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
|
-
const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
|
|
459
|
-
}
|
|
460
448
|
/**
|
|
461
449
|
* <p>You've reached the limit on the number of certificates per load balancer.</p>
|
|
462
450
|
*/
|
|
@@ -465,12 +453,6 @@ export interface TooManyCertificatesException extends __SmithyException, $Metada
|
|
|
465
453
|
$fault: "client";
|
|
466
454
|
Message?: string;
|
|
467
455
|
}
|
|
468
|
-
export declare namespace TooManyCertificatesException {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
|
-
const filterSensitiveLog: (obj: TooManyCertificatesException) => any;
|
|
473
|
-
}
|
|
474
456
|
/**
|
|
475
457
|
* <p>Information about a tag.</p>
|
|
476
458
|
*/
|
|
@@ -522,12 +504,6 @@ export interface DuplicateTagKeysException extends __SmithyException, $MetadataB
|
|
|
522
504
|
$fault: "client";
|
|
523
505
|
Message?: string;
|
|
524
506
|
}
|
|
525
|
-
export declare namespace DuplicateTagKeysException {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
const filterSensitiveLog: (obj: DuplicateTagKeysException) => any;
|
|
530
|
-
}
|
|
531
507
|
/**
|
|
532
508
|
* <p>The specified load balancer does not exist.</p>
|
|
533
509
|
*/
|
|
@@ -536,12 +512,6 @@ export interface LoadBalancerNotFoundException extends __SmithyException, $Metad
|
|
|
536
512
|
$fault: "client";
|
|
537
513
|
Message?: string;
|
|
538
514
|
}
|
|
539
|
-
export declare namespace LoadBalancerNotFoundException {
|
|
540
|
-
/**
|
|
541
|
-
* @internal
|
|
542
|
-
*/
|
|
543
|
-
const filterSensitiveLog: (obj: LoadBalancerNotFoundException) => any;
|
|
544
|
-
}
|
|
545
515
|
/**
|
|
546
516
|
* <p>The specified rule does not exist.</p>
|
|
547
517
|
*/
|
|
@@ -550,12 +520,6 @@ export interface RuleNotFoundException extends __SmithyException, $MetadataBeare
|
|
|
550
520
|
$fault: "client";
|
|
551
521
|
Message?: string;
|
|
552
522
|
}
|
|
553
|
-
export declare namespace RuleNotFoundException {
|
|
554
|
-
/**
|
|
555
|
-
* @internal
|
|
556
|
-
*/
|
|
557
|
-
const filterSensitiveLog: (obj: RuleNotFoundException) => any;
|
|
558
|
-
}
|
|
559
523
|
/**
|
|
560
524
|
* <p>The specified target group does not exist.</p>
|
|
561
525
|
*/
|
|
@@ -564,12 +528,6 @@ export interface TargetGroupNotFoundException extends __SmithyException, $Metada
|
|
|
564
528
|
$fault: "client";
|
|
565
529
|
Message?: string;
|
|
566
530
|
}
|
|
567
|
-
export declare namespace TargetGroupNotFoundException {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
|
-
const filterSensitiveLog: (obj: TargetGroupNotFoundException) => any;
|
|
572
|
-
}
|
|
573
531
|
/**
|
|
574
532
|
* <p>You've reached the limit on the number of tags per load balancer.</p>
|
|
575
533
|
*/
|
|
@@ -578,12 +536,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
578
536
|
$fault: "client";
|
|
579
537
|
Message?: string;
|
|
580
538
|
}
|
|
581
|
-
export declare namespace TooManyTagsException {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
586
|
-
}
|
|
587
539
|
/**
|
|
588
540
|
* <p>The specified allocation ID does not exist.</p>
|
|
589
541
|
*/
|
|
@@ -592,12 +544,6 @@ export interface AllocationIdNotFoundException extends __SmithyException, $Metad
|
|
|
592
544
|
$fault: "client";
|
|
593
545
|
Message?: string;
|
|
594
546
|
}
|
|
595
|
-
export declare namespace AllocationIdNotFoundException {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
|
-
const filterSensitiveLog: (obj: AllocationIdNotFoundException) => any;
|
|
600
|
-
}
|
|
601
547
|
/**
|
|
602
548
|
* <p>The specified ALPN policy is not supported.</p>
|
|
603
549
|
*/
|
|
@@ -606,12 +552,6 @@ export interface ALPNPolicyNotSupportedException extends __SmithyException, $Met
|
|
|
606
552
|
$fault: "client";
|
|
607
553
|
Message?: string;
|
|
608
554
|
}
|
|
609
|
-
export declare namespace ALPNPolicyNotSupportedException {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
|
-
const filterSensitiveLog: (obj: ALPNPolicyNotSupportedException) => any;
|
|
614
|
-
}
|
|
615
555
|
/**
|
|
616
556
|
* <p>Information about a static IP address for a load balancer.</p>
|
|
617
557
|
*/
|
|
@@ -678,12 +618,6 @@ export interface AvailabilityZoneNotSupportedException extends __SmithyException
|
|
|
678
618
|
$fault: "client";
|
|
679
619
|
Message?: string;
|
|
680
620
|
}
|
|
681
|
-
export declare namespace AvailabilityZoneNotSupportedException {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
|
-
const filterSensitiveLog: (obj: AvailabilityZoneNotSupportedException) => any;
|
|
686
|
-
}
|
|
687
621
|
/**
|
|
688
622
|
* <p>Information about a cipher used in a policy.</p>
|
|
689
623
|
*/
|
|
@@ -849,12 +783,6 @@ export interface DuplicateListenerException extends __SmithyException, $Metadata
|
|
|
849
783
|
$fault: "client";
|
|
850
784
|
Message?: string;
|
|
851
785
|
}
|
|
852
|
-
export declare namespace DuplicateListenerException {
|
|
853
|
-
/**
|
|
854
|
-
* @internal
|
|
855
|
-
*/
|
|
856
|
-
const filterSensitiveLog: (obj: DuplicateListenerException) => any;
|
|
857
|
-
}
|
|
858
786
|
/**
|
|
859
787
|
* <p>The specified configuration is not valid with this protocol.</p>
|
|
860
788
|
*/
|
|
@@ -863,12 +791,6 @@ export interface IncompatibleProtocolsException extends __SmithyException, $Meta
|
|
|
863
791
|
$fault: "client";
|
|
864
792
|
Message?: string;
|
|
865
793
|
}
|
|
866
|
-
export declare namespace IncompatibleProtocolsException {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
|
-
const filterSensitiveLog: (obj: IncompatibleProtocolsException) => any;
|
|
871
|
-
}
|
|
872
794
|
/**
|
|
873
795
|
* <p>The requested configuration is not valid.</p>
|
|
874
796
|
*/
|
|
@@ -877,12 +799,6 @@ export interface InvalidConfigurationRequestException extends __SmithyException,
|
|
|
877
799
|
$fault: "client";
|
|
878
800
|
Message?: string;
|
|
879
801
|
}
|
|
880
|
-
export declare namespace InvalidConfigurationRequestException {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
|
-
const filterSensitiveLog: (obj: InvalidConfigurationRequestException) => any;
|
|
885
|
-
}
|
|
886
802
|
/**
|
|
887
803
|
* <p>The requested action is not valid.</p>
|
|
888
804
|
*/
|
|
@@ -891,12 +807,6 @@ export interface InvalidLoadBalancerActionException extends __SmithyException, $
|
|
|
891
807
|
$fault: "client";
|
|
892
808
|
Message?: string;
|
|
893
809
|
}
|
|
894
|
-
export declare namespace InvalidLoadBalancerActionException {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
|
-
const filterSensitiveLog: (obj: InvalidLoadBalancerActionException) => any;
|
|
899
|
-
}
|
|
900
810
|
/**
|
|
901
811
|
* <p>The specified SSL policy does not exist.</p>
|
|
902
812
|
*/
|
|
@@ -905,12 +815,6 @@ export interface SSLPolicyNotFoundException extends __SmithyException, $Metadata
|
|
|
905
815
|
$fault: "client";
|
|
906
816
|
Message?: string;
|
|
907
817
|
}
|
|
908
|
-
export declare namespace SSLPolicyNotFoundException {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
|
-
const filterSensitiveLog: (obj: SSLPolicyNotFoundException) => any;
|
|
913
|
-
}
|
|
914
818
|
/**
|
|
915
819
|
* <p>You've reached the limit on the number of load balancers per target group.</p>
|
|
916
820
|
*/
|
|
@@ -919,12 +823,6 @@ export interface TargetGroupAssociationLimitException extends __SmithyException,
|
|
|
919
823
|
$fault: "client";
|
|
920
824
|
Message?: string;
|
|
921
825
|
}
|
|
922
|
-
export declare namespace TargetGroupAssociationLimitException {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
|
-
const filterSensitiveLog: (obj: TargetGroupAssociationLimitException) => any;
|
|
927
|
-
}
|
|
928
826
|
/**
|
|
929
827
|
* <p>You've reached the limit on the number of actions per rule.</p>
|
|
930
828
|
*/
|
|
@@ -933,12 +831,6 @@ export interface TooManyActionsException extends __SmithyException, $MetadataBea
|
|
|
933
831
|
$fault: "client";
|
|
934
832
|
Message?: string;
|
|
935
833
|
}
|
|
936
|
-
export declare namespace TooManyActionsException {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
|
-
const filterSensitiveLog: (obj: TooManyActionsException) => any;
|
|
941
|
-
}
|
|
942
834
|
/**
|
|
943
835
|
* <p>You've reached the limit on the number of listeners per load balancer.</p>
|
|
944
836
|
*/
|
|
@@ -947,12 +839,6 @@ export interface TooManyListenersException extends __SmithyException, $MetadataB
|
|
|
947
839
|
$fault: "client";
|
|
948
840
|
Message?: string;
|
|
949
841
|
}
|
|
950
|
-
export declare namespace TooManyListenersException {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
|
-
const filterSensitiveLog: (obj: TooManyListenersException) => any;
|
|
955
|
-
}
|
|
956
842
|
/**
|
|
957
843
|
* <p>You've reached the limit on the number of times a target can be registered with a load
|
|
958
844
|
* balancer.</p>
|
|
@@ -962,12 +848,6 @@ export interface TooManyRegistrationsForTargetIdException extends __SmithyExcept
|
|
|
962
848
|
$fault: "client";
|
|
963
849
|
Message?: string;
|
|
964
850
|
}
|
|
965
|
-
export declare namespace TooManyRegistrationsForTargetIdException {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
|
-
const filterSensitiveLog: (obj: TooManyRegistrationsForTargetIdException) => any;
|
|
970
|
-
}
|
|
971
851
|
/**
|
|
972
852
|
* <p>You've reached the limit on the number of targets.</p>
|
|
973
853
|
*/
|
|
@@ -976,12 +856,6 @@ export interface TooManyTargetsException extends __SmithyException, $MetadataBea
|
|
|
976
856
|
$fault: "client";
|
|
977
857
|
Message?: string;
|
|
978
858
|
}
|
|
979
|
-
export declare namespace TooManyTargetsException {
|
|
980
|
-
/**
|
|
981
|
-
* @internal
|
|
982
|
-
*/
|
|
983
|
-
const filterSensitiveLog: (obj: TooManyTargetsException) => any;
|
|
984
|
-
}
|
|
985
859
|
/**
|
|
986
860
|
* <p>You've reached the limit on the number of unique target groups per load balancer across
|
|
987
861
|
* all listeners. If a target group is used by multiple actions for a load balancer, it is
|
|
@@ -992,12 +866,6 @@ export interface TooManyUniqueTargetGroupsPerLoadBalancerException extends __Smi
|
|
|
992
866
|
$fault: "client";
|
|
993
867
|
Message?: string;
|
|
994
868
|
}
|
|
995
|
-
export declare namespace TooManyUniqueTargetGroupsPerLoadBalancerException {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
|
-
const filterSensitiveLog: (obj: TooManyUniqueTargetGroupsPerLoadBalancerException) => any;
|
|
1000
|
-
}
|
|
1001
869
|
/**
|
|
1002
870
|
* <p>The specified protocol is not supported.</p>
|
|
1003
871
|
*/
|
|
@@ -1006,12 +874,6 @@ export interface UnsupportedProtocolException extends __SmithyException, $Metada
|
|
|
1006
874
|
$fault: "client";
|
|
1007
875
|
Message?: string;
|
|
1008
876
|
}
|
|
1009
|
-
export declare namespace UnsupportedProtocolException {
|
|
1010
|
-
/**
|
|
1011
|
-
* @internal
|
|
1012
|
-
*/
|
|
1013
|
-
const filterSensitiveLog: (obj: UnsupportedProtocolException) => any;
|
|
1014
|
-
}
|
|
1015
877
|
export declare enum IpAddressType {
|
|
1016
878
|
DUALSTACK = "dualstack",
|
|
1017
879
|
IPV4 = "ipv4"
|
|
@@ -1256,12 +1118,6 @@ export interface DuplicateLoadBalancerNameException extends __SmithyException, $
|
|
|
1256
1118
|
$fault: "client";
|
|
1257
1119
|
Message?: string;
|
|
1258
1120
|
}
|
|
1259
|
-
export declare namespace DuplicateLoadBalancerNameException {
|
|
1260
|
-
/**
|
|
1261
|
-
* @internal
|
|
1262
|
-
*/
|
|
1263
|
-
const filterSensitiveLog: (obj: DuplicateLoadBalancerNameException) => any;
|
|
1264
|
-
}
|
|
1265
1121
|
/**
|
|
1266
1122
|
* <p>The requested scheme is not valid.</p>
|
|
1267
1123
|
*/
|
|
@@ -1270,12 +1126,6 @@ export interface InvalidSchemeException extends __SmithyException, $MetadataBear
|
|
|
1270
1126
|
$fault: "client";
|
|
1271
1127
|
Message?: string;
|
|
1272
1128
|
}
|
|
1273
|
-
export declare namespace InvalidSchemeException {
|
|
1274
|
-
/**
|
|
1275
|
-
* @internal
|
|
1276
|
-
*/
|
|
1277
|
-
const filterSensitiveLog: (obj: InvalidSchemeException) => any;
|
|
1278
|
-
}
|
|
1279
1129
|
/**
|
|
1280
1130
|
* <p>The specified security group does not exist.</p>
|
|
1281
1131
|
*/
|
|
@@ -1284,12 +1134,6 @@ export interface InvalidSecurityGroupException extends __SmithyException, $Metad
|
|
|
1284
1134
|
$fault: "client";
|
|
1285
1135
|
Message?: string;
|
|
1286
1136
|
}
|
|
1287
|
-
export declare namespace InvalidSecurityGroupException {
|
|
1288
|
-
/**
|
|
1289
|
-
* @internal
|
|
1290
|
-
*/
|
|
1291
|
-
const filterSensitiveLog: (obj: InvalidSecurityGroupException) => any;
|
|
1292
|
-
}
|
|
1293
1137
|
/**
|
|
1294
1138
|
* <p>The specified subnet is out of available addresses.</p>
|
|
1295
1139
|
*/
|
|
@@ -1298,12 +1142,6 @@ export interface InvalidSubnetException extends __SmithyException, $MetadataBear
|
|
|
1298
1142
|
$fault: "client";
|
|
1299
1143
|
Message?: string;
|
|
1300
1144
|
}
|
|
1301
|
-
export declare namespace InvalidSubnetException {
|
|
1302
|
-
/**
|
|
1303
|
-
* @internal
|
|
1304
|
-
*/
|
|
1305
|
-
const filterSensitiveLog: (obj: InvalidSubnetException) => any;
|
|
1306
|
-
}
|
|
1307
1145
|
/**
|
|
1308
1146
|
* <p>This operation is not allowed.</p>
|
|
1309
1147
|
*/
|
|
@@ -1312,12 +1150,6 @@ export interface OperationNotPermittedException extends __SmithyException, $Meta
|
|
|
1312
1150
|
$fault: "client";
|
|
1313
1151
|
Message?: string;
|
|
1314
1152
|
}
|
|
1315
|
-
export declare namespace OperationNotPermittedException {
|
|
1316
|
-
/**
|
|
1317
|
-
* @internal
|
|
1318
|
-
*/
|
|
1319
|
-
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
1320
|
-
}
|
|
1321
1153
|
/**
|
|
1322
1154
|
* <p>A specified resource is in use.</p>
|
|
1323
1155
|
*/
|
|
@@ -1326,12 +1158,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
|
|
|
1326
1158
|
$fault: "client";
|
|
1327
1159
|
Message?: string;
|
|
1328
1160
|
}
|
|
1329
|
-
export declare namespace ResourceInUseException {
|
|
1330
|
-
/**
|
|
1331
|
-
* @internal
|
|
1332
|
-
*/
|
|
1333
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
1334
|
-
}
|
|
1335
1161
|
/**
|
|
1336
1162
|
* <p>The specified subnet does not exist.</p>
|
|
1337
1163
|
*/
|
|
@@ -1340,12 +1166,6 @@ export interface SubnetNotFoundException extends __SmithyException, $MetadataBea
|
|
|
1340
1166
|
$fault: "client";
|
|
1341
1167
|
Message?: string;
|
|
1342
1168
|
}
|
|
1343
|
-
export declare namespace SubnetNotFoundException {
|
|
1344
|
-
/**
|
|
1345
|
-
* @internal
|
|
1346
|
-
*/
|
|
1347
|
-
const filterSensitiveLog: (obj: SubnetNotFoundException) => any;
|
|
1348
|
-
}
|
|
1349
1169
|
/**
|
|
1350
1170
|
* <p>You've reached the limit on the number of load balancers for your Amazon Web Services
|
|
1351
1171
|
* account.</p>
|
|
@@ -1355,12 +1175,6 @@ export interface TooManyLoadBalancersException extends __SmithyException, $Metad
|
|
|
1355
1175
|
$fault: "client";
|
|
1356
1176
|
Message?: string;
|
|
1357
1177
|
}
|
|
1358
|
-
export declare namespace TooManyLoadBalancersException {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
|
-
const filterSensitiveLog: (obj: TooManyLoadBalancersException) => any;
|
|
1363
|
-
}
|
|
1364
1178
|
/**
|
|
1365
1179
|
* <p>Information about a host header condition.</p>
|
|
1366
1180
|
*/
|
|
@@ -1732,12 +1546,6 @@ export interface PriorityInUseException extends __SmithyException, $MetadataBear
|
|
|
1732
1546
|
$fault: "client";
|
|
1733
1547
|
Message?: string;
|
|
1734
1548
|
}
|
|
1735
|
-
export declare namespace PriorityInUseException {
|
|
1736
|
-
/**
|
|
1737
|
-
* @internal
|
|
1738
|
-
*/
|
|
1739
|
-
const filterSensitiveLog: (obj: PriorityInUseException) => any;
|
|
1740
|
-
}
|
|
1741
1549
|
/**
|
|
1742
1550
|
* <p>You've reached the limit on the number of rules per load balancer.</p>
|
|
1743
1551
|
*/
|
|
@@ -1746,12 +1554,6 @@ export interface TooManyRulesException extends __SmithyException, $MetadataBeare
|
|
|
1746
1554
|
$fault: "client";
|
|
1747
1555
|
Message?: string;
|
|
1748
1556
|
}
|
|
1749
|
-
export declare namespace TooManyRulesException {
|
|
1750
|
-
/**
|
|
1751
|
-
* @internal
|
|
1752
|
-
*/
|
|
1753
|
-
const filterSensitiveLog: (obj: TooManyRulesException) => any;
|
|
1754
|
-
}
|
|
1755
1557
|
/**
|
|
1756
1558
|
* <p>You've reached the limit on the number of target groups for your Amazon Web Services
|
|
1757
1559
|
* account.</p>
|
|
@@ -1761,12 +1563,6 @@ export interface TooManyTargetGroupsException extends __SmithyException, $Metada
|
|
|
1761
1563
|
$fault: "client";
|
|
1762
1564
|
Message?: string;
|
|
1763
1565
|
}
|
|
1764
|
-
export declare namespace TooManyTargetGroupsException {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
const filterSensitiveLog: (obj: TooManyTargetGroupsException) => any;
|
|
1769
|
-
}
|
|
1770
1566
|
export declare enum TargetGroupIpAddressTypeEnum {
|
|
1771
1567
|
IPV4 = "ipv4",
|
|
1772
1568
|
IPV6 = "ipv6"
|
|
@@ -2063,12 +1859,6 @@ export interface DuplicateTargetGroupNameException extends __SmithyException, $M
|
|
|
2063
1859
|
$fault: "client";
|
|
2064
1860
|
Message?: string;
|
|
2065
1861
|
}
|
|
2066
|
-
export declare namespace DuplicateTargetGroupNameException {
|
|
2067
|
-
/**
|
|
2068
|
-
* @internal
|
|
2069
|
-
*/
|
|
2070
|
-
const filterSensitiveLog: (obj: DuplicateTargetGroupNameException) => any;
|
|
2071
|
-
}
|
|
2072
1862
|
export interface DeleteListenerInput {
|
|
2073
1863
|
/**
|
|
2074
1864
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
@@ -2224,12 +2014,6 @@ export interface InvalidTargetException extends __SmithyException, $MetadataBear
|
|
|
2224
2014
|
$fault: "client";
|
|
2225
2015
|
Message?: string;
|
|
2226
2016
|
}
|
|
2227
|
-
export declare namespace InvalidTargetException {
|
|
2228
|
-
/**
|
|
2229
|
-
* @internal
|
|
2230
|
-
*/
|
|
2231
|
-
const filterSensitiveLog: (obj: InvalidTargetException) => any;
|
|
2232
|
-
}
|
|
2233
2017
|
export interface DescribeAccountLimitsInput {
|
|
2234
2018
|
/**
|
|
2235
2019
|
* <p>The marker for the next set of results. (You received this marker from a previous
|
|
@@ -3163,12 +2947,6 @@ export interface HealthUnavailableException extends __SmithyException, $Metadata
|
|
|
3163
2947
|
$fault: "server";
|
|
3164
2948
|
Message?: string;
|
|
3165
2949
|
}
|
|
3166
|
-
export declare namespace HealthUnavailableException {
|
|
3167
|
-
/**
|
|
3168
|
-
* @internal
|
|
3169
|
-
*/
|
|
3170
|
-
const filterSensitiveLog: (obj: HealthUnavailableException) => any;
|
|
3171
|
-
}
|
|
3172
2950
|
export interface ModifyListenerInput {
|
|
3173
2951
|
/**
|
|
3174
2952
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
|
|
10
10
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
@@ -85,6 +85,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
85
85
|
regionInfoProvider?: RegionInfoProvider;
|
|
86
86
|
|
|
87
87
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
88
|
+
|
|
89
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
88
90
|
}
|
|
89
91
|
declare type ElasticLoadBalancingV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
90
92
|
|