@aws-sdk/client-elastic-load-balancing-v2
Advanced tools
Comparing version 3.645.0 to 3.648.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"; |
@@ -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
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
1432964
260
35058