@aws-sdk/client-elastic-load-balancing-v2
Advanced tools
Comparing version 3.577.0 to 3.579.0
@@ -422,2 +422,3 @@ import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException"; | ||
DUALSTACK: "dualstack", | ||
DUALSTACK_WITHOUT_PUBLIC_IPV4: "dualstack-without-public-ipv4", | ||
IPV4: "ipv4", | ||
@@ -424,0 +425,0 @@ }; |
@@ -83,3 +83,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* Type: "application" || "network" || "gateway", | ||
* IpAddressType: "ipv4" || "dualstack", | ||
* IpAddressType: "ipv4" || "dualstack" || "dualstack-without-public-ipv4", | ||
* CustomerOwnedIpv4Pool: "STRING_VALUE", | ||
@@ -122,3 +122,3 @@ * }; | ||
* // ], | ||
* // IpAddressType: "ipv4" || "dualstack", | ||
* // IpAddressType: "ipv4" || "dualstack" || "dualstack-without-public-ipv4", | ||
* // CustomerOwnedIpv4Pool: "STRING_VALUE", | ||
@@ -125,0 +125,0 @@ * // EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic: "STRING_VALUE", |
@@ -81,3 +81,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // ], | ||
* // IpAddressType: "ipv4" || "dualstack", | ||
* // IpAddressType: "ipv4" || "dualstack" || "dualstack-without-public-ipv4", | ||
* // CustomerOwnedIpv4Pool: "STRING_VALUE", | ||
@@ -84,0 +84,0 @@ * // EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic: "STRING_VALUE", |
@@ -38,3 +38,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* LoadBalancerArn: "STRING_VALUE", // required | ||
* IpAddressType: "ipv4" || "dualstack", // required | ||
* IpAddressType: "ipv4" || "dualstack" || "dualstack-without-public-ipv4", // required | ||
* }; | ||
@@ -44,3 +44,3 @@ * const command = new SetIpAddressTypeCommand(input); | ||
* // { // SetIpAddressTypeOutput | ||
* // IpAddressType: "ipv4" || "dualstack", | ||
* // IpAddressType: "ipv4" || "dualstack" || "dualstack-without-public-ipv4", | ||
* // }; | ||
@@ -47,0 +47,0 @@ * |
@@ -54,3 +54,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* ], | ||
* IpAddressType: "ipv4" || "dualstack", | ||
* IpAddressType: "ipv4" || "dualstack" || "dualstack-without-public-ipv4", | ||
* }; | ||
@@ -75,3 +75,3 @@ * const command = new SetSubnetsCommand(input); | ||
* // ], | ||
* // IpAddressType: "ipv4" || "dualstack", | ||
* // IpAddressType: "ipv4" || "dualstack" || "dualstack-without-public-ipv4", | ||
* // }; | ||
@@ -78,0 +78,0 @@ * |
@@ -474,2 +474,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
readonly DUALSTACK: "dualstack"; | ||
readonly DUALSTACK_WITHOUT_PUBLIC_IPV4: "dualstack-without-public-ipv4"; | ||
readonly IPV4: "ipv4"; | ||
@@ -476,0 +477,0 @@ }; |
{ | ||
"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.577.0", | ||
"version": "3.579.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1353722
33168