@aws-sdk/client-elastic-load-balancing-v2
Advanced tools
Comparing version
@@ -36,2 +36,3 @@ export * from "./AddListenerCertificatesCommand"; | ||
export * from "./ModifyCapacityReservationCommand"; | ||
export * from "./ModifyIpPoolsCommand"; | ||
export * from "./ModifyListenerAttributesCommand"; | ||
@@ -38,0 +39,0 @@ export * from "./ModifyListenerCommand"; |
@@ -37,2 +37,3 @@ import { createAggregatedClient } from "@smithy/smithy-client"; | ||
import { ModifyCapacityReservationCommand, } from "./commands/ModifyCapacityReservationCommand"; | ||
import { ModifyIpPoolsCommand, } from "./commands/ModifyIpPoolsCommand"; | ||
import { ModifyListenerAttributesCommand, } from "./commands/ModifyListenerAttributesCommand"; | ||
@@ -90,2 +91,3 @@ import { ModifyListenerCommand, } from "./commands/ModifyListenerCommand"; | ||
ModifyCapacityReservationCommand, | ||
ModifyIpPoolsCommand, | ||
ModifyListenerCommand, | ||
@@ -92,0 +94,0 @@ ModifyListenerAttributesCommand, |
@@ -918,2 +918,5 @@ import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException"; | ||
} | ||
export const RemoveIpamPoolEnum = { | ||
ipv4: "ipv4", | ||
}; | ||
export const EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum = { | ||
@@ -920,0 +923,0 @@ off: "off", |
@@ -88,2 +88,5 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* EnablePrefixForIpv6SourceNat: "on" || "off", | ||
* IpamPools: { // IpamPools | ||
* Ipv4IpamPoolId: "STRING_VALUE", | ||
* }, | ||
* }; | ||
@@ -132,2 +135,5 @@ * const command = new CreateLoadBalancerCommand(input); | ||
* // EnablePrefixForIpv6SourceNat: "on" || "off", | ||
* // IpamPools: { // IpamPools | ||
* // Ipv4IpamPoolId: "STRING_VALUE", | ||
* // }, | ||
* // }, | ||
@@ -134,0 +140,0 @@ * // ], |
@@ -89,2 +89,5 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // EnablePrefixForIpv6SourceNat: "on" || "off", | ||
* // IpamPools: { // IpamPools | ||
* // Ipv4IpamPoolId: "STRING_VALUE", | ||
* // }, | ||
* // }, | ||
@@ -91,0 +94,0 @@ * // ], |
@@ -36,2 +36,3 @@ export * from "./AddListenerCertificatesCommand"; | ||
export * from "./ModifyCapacityReservationCommand"; | ||
export * from "./ModifyIpPoolsCommand"; | ||
export * from "./ModifyListenerAttributesCommand"; | ||
@@ -38,0 +39,0 @@ export * from "./ModifyListenerCommand"; |
@@ -37,2 +37,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; | ||
import { ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput } from "./commands/ModifyCapacityReservationCommand"; | ||
import { ModifyIpPoolsCommandInput, ModifyIpPoolsCommandOutput } from "./commands/ModifyIpPoolsCommand"; | ||
import { ModifyListenerAttributesCommandInput, ModifyListenerAttributesCommandOutput } from "./commands/ModifyListenerAttributesCommand"; | ||
@@ -273,2 +274,8 @@ import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "./commands/ModifyListenerCommand"; | ||
/** | ||
* @see {@link ModifyIpPoolsCommand} | ||
*/ | ||
modifyIpPools(args: ModifyIpPoolsCommandInput, options?: __HttpHandlerOptions): Promise<ModifyIpPoolsCommandOutput>; | ||
modifyIpPools(args: ModifyIpPoolsCommandInput, cb: (err: any, data?: ModifyIpPoolsCommandOutput) => void): void; | ||
modifyIpPools(args: ModifyIpPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyIpPoolsCommandOutput) => void): void; | ||
/** | ||
* @see {@link ModifyListenerCommand} | ||
@@ -275,0 +282,0 @@ */ |
@@ -45,2 +45,3 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header"; | ||
import { ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput } from "./commands/ModifyCapacityReservationCommand"; | ||
import { ModifyIpPoolsCommandInput, ModifyIpPoolsCommandOutput } from "./commands/ModifyIpPoolsCommand"; | ||
import { ModifyListenerAttributesCommandInput, ModifyListenerAttributesCommandOutput } from "./commands/ModifyListenerAttributesCommand"; | ||
@@ -67,7 +68,7 @@ import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "./commands/ModifyListenerCommand"; | ||
*/ | ||
export type ServiceInputTypes = AddListenerCertificatesCommandInput | AddTagsCommandInput | AddTrustStoreRevocationsCommandInput | CreateListenerCommandInput | CreateLoadBalancerCommandInput | CreateRuleCommandInput | CreateTargetGroupCommandInput | CreateTrustStoreCommandInput | DeleteListenerCommandInput | DeleteLoadBalancerCommandInput | DeleteRuleCommandInput | DeleteSharedTrustStoreAssociationCommandInput | DeleteTargetGroupCommandInput | DeleteTrustStoreCommandInput | DeregisterTargetsCommandInput | DescribeAccountLimitsCommandInput | DescribeCapacityReservationCommandInput | DescribeListenerAttributesCommandInput | DescribeListenerCertificatesCommandInput | DescribeListenersCommandInput | DescribeLoadBalancerAttributesCommandInput | DescribeLoadBalancersCommandInput | DescribeRulesCommandInput | DescribeSSLPoliciesCommandInput | DescribeTagsCommandInput | DescribeTargetGroupAttributesCommandInput | DescribeTargetGroupsCommandInput | DescribeTargetHealthCommandInput | DescribeTrustStoreAssociationsCommandInput | DescribeTrustStoreRevocationsCommandInput | DescribeTrustStoresCommandInput | GetResourcePolicyCommandInput | GetTrustStoreCaCertificatesBundleCommandInput | GetTrustStoreRevocationContentCommandInput | ModifyCapacityReservationCommandInput | ModifyListenerAttributesCommandInput | ModifyListenerCommandInput | ModifyLoadBalancerAttributesCommandInput | ModifyRuleCommandInput | ModifyTargetGroupAttributesCommandInput | ModifyTargetGroupCommandInput | ModifyTrustStoreCommandInput | RegisterTargetsCommandInput | RemoveListenerCertificatesCommandInput | RemoveTagsCommandInput | RemoveTrustStoreRevocationsCommandInput | SetIpAddressTypeCommandInput | SetRulePrioritiesCommandInput | SetSecurityGroupsCommandInput | SetSubnetsCommandInput; | ||
export type ServiceInputTypes = AddListenerCertificatesCommandInput | AddTagsCommandInput | AddTrustStoreRevocationsCommandInput | CreateListenerCommandInput | CreateLoadBalancerCommandInput | CreateRuleCommandInput | CreateTargetGroupCommandInput | CreateTrustStoreCommandInput | DeleteListenerCommandInput | DeleteLoadBalancerCommandInput | DeleteRuleCommandInput | DeleteSharedTrustStoreAssociationCommandInput | DeleteTargetGroupCommandInput | DeleteTrustStoreCommandInput | DeregisterTargetsCommandInput | DescribeAccountLimitsCommandInput | DescribeCapacityReservationCommandInput | DescribeListenerAttributesCommandInput | DescribeListenerCertificatesCommandInput | DescribeListenersCommandInput | DescribeLoadBalancerAttributesCommandInput | DescribeLoadBalancersCommandInput | DescribeRulesCommandInput | DescribeSSLPoliciesCommandInput | DescribeTagsCommandInput | DescribeTargetGroupAttributesCommandInput | DescribeTargetGroupsCommandInput | DescribeTargetHealthCommandInput | DescribeTrustStoreAssociationsCommandInput | DescribeTrustStoreRevocationsCommandInput | DescribeTrustStoresCommandInput | GetResourcePolicyCommandInput | GetTrustStoreCaCertificatesBundleCommandInput | GetTrustStoreRevocationContentCommandInput | ModifyCapacityReservationCommandInput | ModifyIpPoolsCommandInput | ModifyListenerAttributesCommandInput | ModifyListenerCommandInput | ModifyLoadBalancerAttributesCommandInput | ModifyRuleCommandInput | ModifyTargetGroupAttributesCommandInput | ModifyTargetGroupCommandInput | ModifyTrustStoreCommandInput | RegisterTargetsCommandInput | RemoveListenerCertificatesCommandInput | RemoveTagsCommandInput | RemoveTrustStoreRevocationsCommandInput | SetIpAddressTypeCommandInput | SetRulePrioritiesCommandInput | SetSecurityGroupsCommandInput | SetSubnetsCommandInput; | ||
/** | ||
* @public | ||
*/ | ||
export type ServiceOutputTypes = AddListenerCertificatesCommandOutput | AddTagsCommandOutput | AddTrustStoreRevocationsCommandOutput | CreateListenerCommandOutput | CreateLoadBalancerCommandOutput | CreateRuleCommandOutput | CreateTargetGroupCommandOutput | CreateTrustStoreCommandOutput | DeleteListenerCommandOutput | DeleteLoadBalancerCommandOutput | DeleteRuleCommandOutput | DeleteSharedTrustStoreAssociationCommandOutput | DeleteTargetGroupCommandOutput | DeleteTrustStoreCommandOutput | DeregisterTargetsCommandOutput | DescribeAccountLimitsCommandOutput | DescribeCapacityReservationCommandOutput | DescribeListenerAttributesCommandOutput | DescribeListenerCertificatesCommandOutput | DescribeListenersCommandOutput | DescribeLoadBalancerAttributesCommandOutput | DescribeLoadBalancersCommandOutput | DescribeRulesCommandOutput | DescribeSSLPoliciesCommandOutput | DescribeTagsCommandOutput | DescribeTargetGroupAttributesCommandOutput | DescribeTargetGroupsCommandOutput | DescribeTargetHealthCommandOutput | DescribeTrustStoreAssociationsCommandOutput | DescribeTrustStoreRevocationsCommandOutput | DescribeTrustStoresCommandOutput | GetResourcePolicyCommandOutput | GetTrustStoreCaCertificatesBundleCommandOutput | GetTrustStoreRevocationContentCommandOutput | ModifyCapacityReservationCommandOutput | ModifyListenerAttributesCommandOutput | ModifyListenerCommandOutput | ModifyLoadBalancerAttributesCommandOutput | ModifyRuleCommandOutput | ModifyTargetGroupAttributesCommandOutput | ModifyTargetGroupCommandOutput | ModifyTrustStoreCommandOutput | RegisterTargetsCommandOutput | RemoveListenerCertificatesCommandOutput | RemoveTagsCommandOutput | RemoveTrustStoreRevocationsCommandOutput | SetIpAddressTypeCommandOutput | SetRulePrioritiesCommandOutput | SetSecurityGroupsCommandOutput | SetSubnetsCommandOutput; | ||
export type ServiceOutputTypes = AddListenerCertificatesCommandOutput | AddTagsCommandOutput | AddTrustStoreRevocationsCommandOutput | CreateListenerCommandOutput | CreateLoadBalancerCommandOutput | CreateRuleCommandOutput | CreateTargetGroupCommandOutput | CreateTrustStoreCommandOutput | DeleteListenerCommandOutput | DeleteLoadBalancerCommandOutput | DeleteRuleCommandOutput | DeleteSharedTrustStoreAssociationCommandOutput | DeleteTargetGroupCommandOutput | DeleteTrustStoreCommandOutput | DeregisterTargetsCommandOutput | DescribeAccountLimitsCommandOutput | DescribeCapacityReservationCommandOutput | DescribeListenerAttributesCommandOutput | DescribeListenerCertificatesCommandOutput | DescribeListenersCommandOutput | DescribeLoadBalancerAttributesCommandOutput | DescribeLoadBalancersCommandOutput | DescribeRulesCommandOutput | DescribeSSLPoliciesCommandOutput | DescribeTagsCommandOutput | DescribeTargetGroupAttributesCommandOutput | DescribeTargetGroupsCommandOutput | DescribeTargetHealthCommandOutput | DescribeTrustStoreAssociationsCommandOutput | DescribeTrustStoreRevocationsCommandOutput | DescribeTrustStoresCommandOutput | GetResourcePolicyCommandOutput | GetTrustStoreCaCertificatesBundleCommandOutput | GetTrustStoreRevocationContentCommandOutput | ModifyCapacityReservationCommandOutput | ModifyIpPoolsCommandOutput | ModifyListenerAttributesCommandOutput | ModifyListenerCommandOutput | ModifyLoadBalancerAttributesCommandOutput | ModifyRuleCommandOutput | ModifyTargetGroupAttributesCommandOutput | ModifyTargetGroupCommandOutput | ModifyTrustStoreCommandOutput | RegisterTargetsCommandOutput | RemoveListenerCertificatesCommandOutput | RemoveTagsCommandOutput | RemoveTrustStoreRevocationsCommandOutput | SetIpAddressTypeCommandOutput | SetRulePrioritiesCommandOutput | SetSecurityGroupsCommandOutput | SetSubnetsCommandOutput; | ||
/** | ||
@@ -74,0 +75,0 @@ * @public |
@@ -38,2 +38,3 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; | ||
import { ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput } from "../commands/ModifyCapacityReservationCommand"; | ||
import { ModifyIpPoolsCommandInput, ModifyIpPoolsCommandOutput } from "../commands/ModifyIpPoolsCommand"; | ||
import { ModifyListenerAttributesCommandInput, ModifyListenerAttributesCommandOutput } from "../commands/ModifyListenerAttributesCommand"; | ||
@@ -195,2 +196,6 @@ import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "../commands/ModifyListenerCommand"; | ||
/** | ||
* serializeAws_queryModifyIpPoolsCommand | ||
*/ | ||
export declare const se_ModifyIpPoolsCommand: (input: ModifyIpPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_queryModifyListenerCommand | ||
@@ -396,2 +401,6 @@ */ | ||
/** | ||
* deserializeAws_queryModifyIpPoolsCommand | ||
*/ | ||
export declare const de_ModifyIpPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpPoolsCommandOutput>; | ||
/** | ||
* deserializeAws_queryModifyListenerCommand | ||
@@ -398,0 +407,0 @@ */ |
@@ -36,2 +36,3 @@ export * from "./AddListenerCertificatesCommand"; | ||
export * from "./ModifyCapacityReservationCommand"; | ||
export * from "./ModifyIpPoolsCommand"; | ||
export * from "./ModifyListenerAttributesCommand"; | ||
@@ -38,0 +39,0 @@ export * from "./ModifyListenerCommand"; |
@@ -143,2 +143,6 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; | ||
import { | ||
ModifyIpPoolsCommandInput, | ||
ModifyIpPoolsCommandOutput, | ||
} from "./commands/ModifyIpPoolsCommand"; | ||
import { | ||
ModifyListenerAttributesCommandInput, | ||
@@ -679,2 +683,15 @@ ModifyListenerAttributesCommandOutput, | ||
): void; | ||
modifyIpPools( | ||
args: ModifyIpPoolsCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<ModifyIpPoolsCommandOutput>; | ||
modifyIpPools( | ||
args: ModifyIpPoolsCommandInput, | ||
cb: (err: any, data?: ModifyIpPoolsCommandOutput) => void | ||
): void; | ||
modifyIpPools( | ||
args: ModifyIpPoolsCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: ModifyIpPoolsCommandOutput) => void | ||
): void; | ||
modifyListener( | ||
@@ -681,0 +698,0 @@ args: ModifyListenerCommandInput, |
@@ -189,2 +189,6 @@ import { | ||
import { | ||
ModifyIpPoolsCommandInput, | ||
ModifyIpPoolsCommandOutput, | ||
} from "./commands/ModifyIpPoolsCommand"; | ||
import { | ||
ModifyListenerAttributesCommandInput, | ||
@@ -292,2 +296,3 @@ ModifyListenerAttributesCommandOutput, | ||
| ModifyCapacityReservationCommandInput | ||
| ModifyIpPoolsCommandInput | ||
| ModifyListenerAttributesCommandInput | ||
@@ -344,2 +349,3 @@ | ModifyListenerCommandInput | ||
| ModifyCapacityReservationCommandOutput | ||
| ModifyIpPoolsCommandOutput | ||
| ModifyListenerAttributesCommandOutput | ||
@@ -346,0 +352,0 @@ | ModifyListenerCommandOutput |
@@ -569,2 +569,5 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType]; | ||
export interface IpamPools { | ||
Ipv4IpamPoolId?: string | undefined; | ||
} | ||
export declare const LoadBalancerSchemeEnum: { | ||
@@ -601,2 +604,3 @@ readonly INTERNAL: "internal"; | ||
EnablePrefixForIpv6SourceNat?: EnablePrefixForIpv6SourceNatEnum | undefined; | ||
IpamPools?: IpamPools | undefined; | ||
} | ||
@@ -631,2 +635,3 @@ export declare const LoadBalancerStateEnum: { | ||
EnablePrefixForIpv6SourceNat?: EnablePrefixForIpv6SourceNatEnum | undefined; | ||
IpamPools?: IpamPools | undefined; | ||
} | ||
@@ -1273,2 +1278,15 @@ export interface CreateLoadBalancerOutput { | ||
} | ||
export declare const RemoveIpamPoolEnum: { | ||
readonly ipv4: "ipv4"; | ||
}; | ||
export type RemoveIpamPoolEnum = | ||
(typeof RemoveIpamPoolEnum)[keyof typeof RemoveIpamPoolEnum]; | ||
export interface ModifyIpPoolsInput { | ||
LoadBalancerArn: string | undefined; | ||
IpamPools?: IpamPools | undefined; | ||
RemoveIpamPools?: RemoveIpamPoolEnum[] | undefined; | ||
} | ||
export interface ModifyIpPoolsOutput { | ||
IpamPools?: IpamPools | undefined; | ||
} | ||
export interface ModifyListenerInput { | ||
@@ -1275,0 +1293,0 @@ ListenerArn: string | undefined; |
@@ -147,2 +147,6 @@ import { | ||
import { | ||
ModifyIpPoolsCommandInput, | ||
ModifyIpPoolsCommandOutput, | ||
} from "../commands/ModifyIpPoolsCommand"; | ||
import { | ||
ModifyListenerAttributesCommandInput, | ||
@@ -347,2 +351,6 @@ ModifyListenerAttributesCommandOutput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ModifyIpPoolsCommand: ( | ||
input: ModifyIpPoolsCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ModifyListenerCommand: ( | ||
@@ -548,2 +556,6 @@ input: ModifyListenerCommandInput, | ||
) => Promise<ModifyCapacityReservationCommandOutput>; | ||
export declare const de_ModifyIpPoolsCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<ModifyIpPoolsCommandOutput>; | ||
export declare const de_ModifyListenerCommand: ( | ||
@@ -550,0 +562,0 @@ output: __HttpResponse, |
{ | ||
"name": "@aws-sdk/client-elastic-load-balancing-v2", | ||
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native", | ||
"version": "3.758.0", | ||
"version": "3.764.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
@@ -517,2 +517,10 @@ <!-- generated file, do not edit directly --> | ||
<summary> | ||
ModifyIpPools | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/elastic-load-balancing-v2/command/ModifyIpPoolsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyIpPoolsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-elastic-load-balancing-v2/Interface/ModifyIpPoolsCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
ModifyListener | ||
@@ -519,0 +527,0 @@ </summary> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1559199
1.17%269
1.13%38631
1.34%643
1.26%