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.645.0 to 3.648.0

dist-es/pagination/DescribeListenerCertificatesPaginator.js

2

dist-es/pagination/index.js

@@ -0,3 +1,5 @@

export * from "./DescribeListenerCertificatesPaginator";
export * from "./DescribeListenersPaginator";
export * from "./DescribeLoadBalancersPaginator";
export * from "./DescribeRulesPaginator";
export * from "./DescribeTargetGroupsPaginator";

@@ -4,0 +6,0 @@ export * from "./DescribeTrustStoreAssociationsPaginator";

2

dist-es/waiters/waitForLoadBalancerAvailable.js

@@ -43,3 +43,3 @@ import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";

reason = exception;
if (exception.name && exception.name == "LoadBalancerNotFound") {
if (exception.name && exception.name == "LoadBalancerNotFoundException") {
return { state: WaiterState.RETRY, reason };

@@ -46,0 +46,0 @@ }

@@ -12,3 +12,3 @@ import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";

reason = exception;
if (exception.name && exception.name == "LoadBalancerNotFound") {
if (exception.name && exception.name == "LoadBalancerNotFoundException") {
return { state: WaiterState.RETRY, reason };

@@ -15,0 +15,0 @@ }

@@ -28,3 +28,3 @@ import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";

reason = exception;
if (exception.name && exception.name == "LoadBalancerNotFound") {
if (exception.name && exception.name == "LoadBalancerNotFoundException") {
return { state: WaiterState.SUCCESS, reason };

@@ -31,0 +31,0 @@ }

@@ -0,3 +1,5 @@

export * from "./DescribeListenerCertificatesPaginator";
export * from "./DescribeListenersPaginator";
export * from "./DescribeLoadBalancersPaginator";
export * from "./DescribeRulesPaginator";
export * from "./DescribeTargetGroupsPaginator";

@@ -4,0 +6,0 @@ export * from "./DescribeTrustStoreAssociationsPaginator";

@@ -0,3 +1,5 @@

export * from "./DescribeListenerCertificatesPaginator";
export * from "./DescribeListenersPaginator";
export * from "./DescribeLoadBalancersPaginator";
export * from "./DescribeRulesPaginator";
export * from "./DescribeTargetGroupsPaginator";

@@ -4,0 +6,0 @@ export * from "./DescribeTrustStoreAssociationsPaginator";

{
"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.645.0",
"version": "3.648.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

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