@aws-sdk/types
Advanced tools
Comparing version 3.162.0 to 3.168.0
@@ -0,1 +1,15 @@ | ||
export interface EndpointPartition { | ||
name: string; | ||
dnsSuffix: string; | ||
dualStackDnsSuffix: string; | ||
supportsFIPS: boolean; | ||
supportsDualStack: boolean; | ||
} | ||
export interface EndpointARN { | ||
partition: string; | ||
service: string; | ||
region: string; | ||
accountId: string; | ||
resourceId: Array<string>; | ||
} | ||
export declare enum EndpointURLScheme { | ||
@@ -2,0 +16,0 @@ HTTP = "http", |
@@ -0,1 +1,15 @@ | ||
export interface EndpointPartition { | ||
name: string; | ||
dnsSuffix: string; | ||
dualStackDnsSuffix: string; | ||
supportsFIPS: boolean; | ||
supportsDualStack: boolean; | ||
} | ||
export interface EndpointARN { | ||
partition: string; | ||
service: string; | ||
region: string; | ||
accountId: string; | ||
resourceId: Array<string>; | ||
} | ||
export declare enum EndpointURLScheme { | ||
@@ -2,0 +16,0 @@ HTTP = "http", |
{ | ||
"name": "@aws-sdk/types", | ||
"version": "3.162.0", | ||
"version": "3.168.0", | ||
"main": "./dist-cjs/index.js", | ||
@@ -12,2 +12,3 @@ "module": "./dist-es/index.js", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
@@ -14,0 +15,0 @@ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", |
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
171373
1921