Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-elastic-load-balancing-v2

Package Overview
Dependencies
Maintainers
5
Versions
414
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-elastic-load-balancing-v2 - npm Package Compare versions

Comparing version 3.577.0 to 3.579.0

1

dist-es/models/models_0.js

@@ -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 @@ };

4

dist-types/commands/CreateLoadBalancerCommand.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc