🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@aws-sdk/types

Package Overview
Dependencies
Maintainers
2
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/types - npm Package Compare versions

Comparing version
3.974.1
to
3.974.2
+1
-7
dist-types/ts3.4/crypto.d.ts

@@ -1,7 +0,1 @@

export {
Hash,
HashConstructor,
StreamHasher,
randomValues,
SourceData,
} from "@smithy/types";
export { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "@smithy/types";

@@ -1,6 +0,1 @@

export {
MessageDecoder,
MessageEncoder,
AvailableMessage,
AvailableMessages,
} from "@smithy/types";
export { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "@smithy/types";
+2
-5

@@ -9,6 +9,3 @@ import {

export { IdentityProvider } from "@smithy/types";
export {
AwsCredentialIdentity,
AwsCredentialIdentityProvider,
} from "@smithy/types";
export { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
export interface AwsIdentityProperties {

@@ -26,3 +23,3 @@ callerClientConfig?: {

export type RuntimeConfigIdentityProvider<T> = (
awsIdentityProperties?: AwsIdentityProperties
awsIdentityProperties?: AwsIdentityProperties,
) => Promise<T>;

@@ -29,0 +26,0 @@ export type RuntimeConfigAwsCredentialIdentityProvider =

@@ -13,6 +13,2 @@ export { AnonymousIdentity } from "./AnonymousIdentity";

export { LoginIdentity, LoginIdentityProvider } from "./LoginIdentity";
export {
TokenIdentity,
TokenIdentityProvider,
AttributedTokenIdentity,
} from "./TokenIdentity";
export { TokenIdentity, TokenIdentityProvider, AttributedTokenIdentity } from "./TokenIdentity";

@@ -14,22 +14,7 @@ export { AbortController, AbortHandler, AbortSignal } from "./abort";

} from "./connection";
export {
Credentials,
CredentialProvider,
CredentialProviderOptions,
} from "./credentials";
export {
Hash,
HashConstructor,
StreamHasher,
randomValues,
SourceData,
} from "./crypto";
export { Credentials, CredentialProvider, CredentialProviderOptions } from "./credentials";
export { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "./crypto";
export { HostAddressType } from "./dns";
export { HostAddress, HostResolverArguments, HostResolver } from "./dns";
export {
MessageDecoder,
MessageEncoder,
AvailableMessage,
AvailableMessages,
} from "./encode";
export { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "./encode";
export { EndpointURLScheme } from "./endpoint";

@@ -69,7 +54,3 @@ export {

export { AwsRegionExtensionConfiguration } from "./extensions";
export {
AwsSdkFeatures,
AwsSdkCredentialsFeatures,
AwsSdkTokenFeatures,
} from "./feature-ids";
export { AwsSdkFeatures, AwsSdkCredentialsFeatures, AwsSdkTokenFeatures } from "./feature-ids";
export { MergeFunctions } from "./function";

@@ -147,8 +128,3 @@ export {

export { PaginationConfiguration, Paginator } from "./pagination";
export {
IniSection,
Profile,
ParsedIniData,
SharedConfigFiles,
} from "./profile";
export { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "./profile";
export { Request } from "./request";

@@ -180,9 +156,4 @@ export { MetadataBearer, ResponseMetadata, Response } from "./response";

} from "./serde";
export { DocumentType, RetryableTrait, SmithyException, SdkError } from "./shapes";
export {
DocumentType,
RetryableTrait,
SmithyException,
SdkError,
} from "./shapes";
export {
DateInput,

@@ -202,6 +173,3 @@ EventSigner,

} from "./signature";
export {
GetAwsChunkedEncodingStream,
GetAwsChunkedEncodingStreamOptions,
} from "./stream";
export { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "./stream";
export { Token, TokenProvider } from "./token";

@@ -208,0 +176,0 @@ export { RequestHandlerProtocol } from "./transfer";

import { Logger } from "@smithy/types";
export { Logger } from "@smithy/types";
export type LogLevel =
| "all"
| "trace"
| "debug"
| "log"
| "info"
| "warn"
| "error"
| "off";
export type LogLevel = "all" | "trace" | "debug" | "log" | "info" | "warn" | "error" | "off";
export interface LoggerOptions {

@@ -13,0 +5,0 @@ logger?: Logger;

@@ -1,6 +0,1 @@

export {
IniSection,
Profile,
ParsedIniData,
SharedConfigFiles,
} from "@smithy/types";
export { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types";

@@ -1,6 +0,1 @@

export {
DocumentType,
RetryableTrait,
SmithyException,
SdkError,
} from "@smithy/types";
export { DocumentType, RetryableTrait, SmithyException, SdkError } from "@smithy/types";

@@ -1,4 +0,1 @@

export {
GetAwsChunkedEncodingStream,
GetAwsChunkedEncodingStreamOptions,
} from "@smithy/types";
export { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "@smithy/types";
{
"name": "@aws-sdk/types",
"version": "3.974.1",
"version": "3.974.2",
"description": "Types for the AWS SDK",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/types",
"license": "Apache-2.0",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
},
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages-internal/types"
},
"files": [
"dist-*/**"
],
"sideEffects": false,
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"browser": {},
"types": "./dist-types/index.d.ts",
"description": "Types for the AWS SDK",
"typesVersions": {
"<4.5": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"react-native": {},
"scripts": {

@@ -19,27 +43,2 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",

},
"sideEffects": false,
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
},
"license": "Apache-2.0",
"engines": {
"node": ">=20.0.0"
},
"typesVersions": {
"<4.5": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/types",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages-internal/types"
},
"dependencies": {

@@ -56,4 +55,5 @@ "@smithy/types": "^4.16.1",

},
"browser": {},
"react-native": {}
"engines": {
"node": ">=20.0.0"
}
}