@aws-sdk/client-efs
Advanced tools
Comparing version 3.16.0 to 3.17.0
@@ -16,2 +16,3 @@ "use strict"; | ||
"ap-northeast-2", | ||
"ap-northeast-3", | ||
"ap-south-1", | ||
@@ -66,2 +67,8 @@ "ap-southeast-1", | ||
break; | ||
case "ap-northeast-3": | ||
regionInfo = { | ||
hostname: "elasticfilesystem.ap-northeast-3.amazonaws.com", | ||
partition: "aws", | ||
}; | ||
break; | ||
case "ap-south-1": | ||
@@ -167,2 +174,9 @@ regionInfo = { | ||
break; | ||
case "fips-ap-northeast-3": | ||
regionInfo = { | ||
hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", | ||
partition: "aws", | ||
signingRegion: "ap-northeast-3", | ||
}; | ||
break; | ||
case "fips-ap-south-1": | ||
@@ -294,2 +308,9 @@ regionInfo = { | ||
break; | ||
case "fips-us-iso-east-1": | ||
regionInfo = { | ||
hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", | ||
partition: "aws-iso", | ||
signingRegion: "us-iso-east-1", | ||
}; | ||
break; | ||
case "fips-us-west-1": | ||
@@ -345,2 +366,8 @@ regionInfo = { | ||
break; | ||
case "us-iso-east-1": | ||
regionInfo = { | ||
hostname: "elasticfilesystem.us-iso-east-1.c2s.ic.gov", | ||
partition: "aws-iso", | ||
}; | ||
break; | ||
case "us-west-1": | ||
@@ -347,0 +374,0 @@ regionInfo = { |
{ | ||
"name": "@aws-sdk/client-efs", | ||
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native", | ||
"version": "3.16.0", | ||
"version": "3.17.0", | ||
"scripts": { | ||
@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.16.0", | ||
"@aws-sdk/client-sts": "3.17.0", | ||
"@aws-sdk/config-resolver": "3.16.0", | ||
"@aws-sdk/credential-provider-node": "3.16.0", | ||
"@aws-sdk/credential-provider-node": "3.17.0", | ||
"@aws-sdk/fetch-http-handler": "3.15.0", | ||
@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.15.0", |
@@ -14,2 +14,3 @@ import { __assign } from "tslib"; | ||
"ap-northeast-2", | ||
"ap-northeast-3", | ||
"ap-south-1", | ||
@@ -64,2 +65,8 @@ "ap-southeast-1", | ||
break; | ||
case "ap-northeast-3": | ||
regionInfo = { | ||
hostname: "elasticfilesystem.ap-northeast-3.amazonaws.com", | ||
partition: "aws", | ||
}; | ||
break; | ||
case "ap-south-1": | ||
@@ -165,2 +172,9 @@ regionInfo = { | ||
break; | ||
case "fips-ap-northeast-3": | ||
regionInfo = { | ||
hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", | ||
partition: "aws", | ||
signingRegion: "ap-northeast-3", | ||
}; | ||
break; | ||
case "fips-ap-south-1": | ||
@@ -292,2 +306,9 @@ regionInfo = { | ||
break; | ||
case "fips-us-iso-east-1": | ||
regionInfo = { | ||
hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", | ||
partition: "aws-iso", | ||
signingRegion: "us-iso-east-1", | ||
}; | ||
break; | ||
case "fips-us-west-1": | ||
@@ -343,2 +364,8 @@ regionInfo = { | ||
break; | ||
case "us-iso-east-1": | ||
regionInfo = { | ||
hostname: "elasticfilesystem.us-iso-east-1.c2s.ic.gov", | ||
partition: "aws-iso", | ||
}; | ||
break; | ||
case "us-west-1": | ||
@@ -345,0 +372,0 @@ regionInfo = { |
{ | ||
"name": "@aws-sdk/client-efs", | ||
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native", | ||
"version": "3.16.0", | ||
"version": "3.17.0", | ||
"scripts": { | ||
@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.16.0", | ||
"@aws-sdk/client-sts": "3.17.0", | ||
"@aws-sdk/config-resolver": "3.16.0", | ||
"@aws-sdk/credential-provider-node": "3.16.0", | ||
"@aws-sdk/credential-provider-node": "3.17.0", | ||
"@aws-sdk/fetch-http-handler": "3.15.0", | ||
@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.15.0", |
@@ -16,2 +16,3 @@ import { RegionInfo, RegionInfoProvider } from "@aws-sdk/types"; | ||
"ap-northeast-2", | ||
"ap-northeast-3", | ||
"ap-south-1", | ||
@@ -67,2 +68,8 @@ "ap-southeast-1", | ||
break; | ||
case "ap-northeast-3": | ||
regionInfo = { | ||
hostname: "elasticfilesystem.ap-northeast-3.amazonaws.com", | ||
partition: "aws", | ||
}; | ||
break; | ||
case "ap-south-1": | ||
@@ -168,2 +175,9 @@ regionInfo = { | ||
break; | ||
case "fips-ap-northeast-3": | ||
regionInfo = { | ||
hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", | ||
partition: "aws", | ||
signingRegion: "ap-northeast-3", | ||
}; | ||
break; | ||
case "fips-ap-south-1": | ||
@@ -295,2 +309,9 @@ regionInfo = { | ||
break; | ||
case "fips-us-iso-east-1": | ||
regionInfo = { | ||
hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", | ||
partition: "aws-iso", | ||
signingRegion: "us-iso-east-1", | ||
}; | ||
break; | ||
case "fips-us-west-1": | ||
@@ -346,2 +367,8 @@ regionInfo = { | ||
break; | ||
case "us-iso-east-1": | ||
regionInfo = { | ||
hostname: "elasticfilesystem.us-iso-east-1.c2s.ic.gov", | ||
partition: "aws-iso", | ||
}; | ||
break; | ||
case "us-west-1": | ||
@@ -348,0 +375,0 @@ regionInfo = { |
{ | ||
"name": "@aws-sdk/client-efs", | ||
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native", | ||
"version": "3.16.0", | ||
"version": "3.17.0", | ||
"scripts": { | ||
@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.16.0", | ||
"@aws-sdk/client-sts": "3.17.0", | ||
"@aws-sdk/config-resolver": "3.16.0", | ||
"@aws-sdk/credential-provider-node": "3.16.0", | ||
"@aws-sdk/credential-provider-node": "3.17.0", | ||
"@aws-sdk/fetch-http-handler": "3.15.0", | ||
@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.15.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1862112
30110
+ Added@aws-sdk/client-sso@3.17.0(transitive)
+ Added@aws-sdk/client-sts@3.17.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.17.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.17.0(transitive)
- Removed@aws-sdk/client-sso@3.16.0(transitive)
- Removed@aws-sdk/client-sts@3.16.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.16.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.16.0(transitive)
Updated@aws-sdk/client-sts@3.17.0