@aws/aws-distro-opentelemetry-node-autoinstrumentation
Version:
This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.
13 lines • 607 B
TypeScript
export declare const AUTHORIZATION_HEADER = "authorization";
export declare const X_AMZ_DATE_HEADER = "x-amz-date";
export declare const X_AMZ_SECURITY_TOKEN_HEADER = "x-amz-security-token";
export declare const X_AMZ_CONTENT_SHA256_HEADER = "x-amz-content-sha256";
export declare class AwsAuthenticator {
private endpoint;
private region;
private service;
constructor(endpoint: string, service: string);
authenticate(headers: Record<string, string>, serializedData: Uint8Array | undefined): Promise<any>;
private removeSigV4Headers;
}
//# sourceMappingURL=aws-authenticator.d.ts.map