@aws-sdk/signature-v4
Advanced tools
Comparing version 3.170.0 to 3.171.0
import { HttpRequest, QueryParameterBag } from "@aws-sdk/types"; | ||
export declare const cloneRequest: ({ | ||
@@ -4,0 +3,0 @@ headers, |
import { Credentials, HashConstructor } from "@aws-sdk/types"; | ||
export declare const createScope: ( | ||
@@ -8,3 +7,2 @@ shortDate: string, | ||
) => string; | ||
export declare const getSigningKey: ( | ||
@@ -17,3 +15,2 @@ sha256Constructor: HashConstructor, | ||
) => Promise<Uint8Array>; | ||
export declare const clearCredentialCache: () => void; |
import { HeaderBag, HttpRequest } from "@aws-sdk/types"; | ||
export declare const getCanonicalHeaders: ( | ||
@@ -4,0 +3,0 @@ { headers }: HttpRequest, |
import { HttpRequest } from "@aws-sdk/types"; | ||
export declare const getCanonicalQuery: ({ query }: HttpRequest) => string; |
import { HashConstructor, HttpRequest } from "@aws-sdk/types"; | ||
export declare const getPayloadHash: ( | ||
@@ -4,0 +3,0 @@ { headers, body }: HttpRequest, |
import { HttpRequest, QueryParameterBag } from "@aws-sdk/types"; | ||
export declare const moveHeadersToQuery: ( | ||
@@ -4,0 +3,0 @@ request: HttpRequest, |
import { HttpRequest } from "@aws-sdk/types"; | ||
export declare const prepareRequest: (request: HttpRequest) => HttpRequest; |
@@ -18,11 +18,6 @@ import { | ||
service: string; | ||
region: string | Provider<string>; | ||
credentials: Credentials | Provider<Credentials>; | ||
sha256?: HashConstructor; | ||
uriEscapePath?: boolean; | ||
applyChecksum?: boolean; | ||
@@ -29,0 +24,0 @@ } |
{ | ||
"name": "@aws-sdk/signature-v4", | ||
"version": "3.170.0", | ||
"version": "3.171.0", | ||
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm", | ||
@@ -25,5 +25,5 @@ "main": "./dist-cjs/index.js", | ||
"@aws-sdk/is-array-buffer": "3.170.0", | ||
"@aws-sdk/types": "3.170.0", | ||
"@aws-sdk/types": "3.171.0", | ||
"@aws-sdk/util-hex-encoding": "3.170.0", | ||
"@aws-sdk/util-middleware": "3.170.0", | ||
"@aws-sdk/util-middleware": "3.171.0", | ||
"@aws-sdk/util-uri-escape": "3.170.0", | ||
@@ -34,3 +34,3 @@ "tslib": "^2.3.1" | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/protocol-http": "3.170.0", | ||
"@aws-sdk/protocol-http": "3.171.0", | ||
"@aws-sdk/util-buffer-from": "3.170.0", | ||
@@ -37,0 +37,0 @@ "@tsconfig/recommended": "1.0.1", |
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
194041
+ Added@aws-sdk/types@3.171.0(transitive)
+ Added@aws-sdk/util-middleware@3.171.0(transitive)
- Removed@aws-sdk/types@3.170.0(transitive)
- Removed@aws-sdk/util-middleware@3.170.0(transitive)
Updated@aws-sdk/types@3.171.0