enhanced-adot-node-autoinstrumentation
Version:
This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.
8 lines • 335 B
TypeScript
export declare class AwsAuthenticator {
private region;
private service;
constructor(region: string, service: string);
authenticate(endpoint: string, headers: Record<string, string>, serializedData: Uint8Array | undefined): Promise<any>;
private removeSigV4Headers;
}
//# sourceMappingURL=aws-authenticator.d.ts.map