@aws-sdk/types
Advanced tools
@@ -1,1 +0,1 @@ | ||
| export { EndpointURLScheme, } from "@smithy/types"; | ||
| export { EndpointURLScheme } from "@smithy/types"; |
@@ -1,5 +0,1 @@ | ||
| export * from "./AnonymousIdentity"; | ||
| export * from "./AwsCredentialIdentity"; | ||
| export * from "./Identity"; | ||
| export * from "./LoginIdentity"; | ||
| export * from "./TokenIdentity"; | ||
| export {}; |
+4
-34
@@ -1,34 +0,4 @@ | ||
| export * from "./abort"; | ||
| export * from "./auth"; | ||
| export * from "./blob/blob-types"; | ||
| export * from "./checksum"; | ||
| export * from "./client"; | ||
| export * from "./command"; | ||
| export * from "./connection"; | ||
| export * from "./credentials"; | ||
| export * from "./crypto"; | ||
| export * from "./dns"; | ||
| export * from "./encode"; | ||
| export * from "./endpoint"; | ||
| export * from "./eventStream"; | ||
| export * from "./extensions"; | ||
| export * from "./feature-ids"; | ||
| export * from "./function"; | ||
| export * from "./http"; | ||
| export * from "./identity"; | ||
| export * from "./logger"; | ||
| export * from "./middleware"; | ||
| export * from "./pagination"; | ||
| export * from "./profile"; | ||
| export * from "./request"; | ||
| export * from "./response"; | ||
| export * from "./retry"; | ||
| export * from "./serde"; | ||
| export * from "./shapes"; | ||
| export * from "./signature"; | ||
| export * from "./stream"; | ||
| export * from "./token"; | ||
| export * from "./transfer"; | ||
| export * from "./uri"; | ||
| export * from "./util"; | ||
| export * from "./waiter"; | ||
| export { HttpAuthLocation } from "./auth"; | ||
| export { HostAddressType } from "./dns"; | ||
| export { EndpointURLScheme } from "./endpoint"; | ||
| export { RequestHandlerProtocol } from "./transfer"; |
@@ -1,1 +0,1 @@ | ||
| export { RequestHandlerProtocol, } from "@smithy/types"; | ||
| export { RequestHandlerProtocol } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { AbortController, AbortHandler, AbortSignal } from "@smithy/types"; | ||
| export type { AbortController, AbortHandler, AbortSignal } from "@smithy/types"; |
@@ -1,1 +0,2 @@ | ||
| export { AuthScheme, HttpAuthDefinition, HttpAuthLocation } from "@smithy/types"; | ||
| export { HttpAuthLocation } from "@smithy/types"; | ||
| export type { AuthScheme, HttpAuthDefinition } from "@smithy/types"; |
@@ -1,2 +0,2 @@ | ||
| import { BlobTypes } from "@smithy/types"; | ||
| export { BlobTypes }; | ||
| import type { BlobTypes } from "@smithy/types"; | ||
| export type { BlobTypes }; |
@@ -1,1 +0,1 @@ | ||
| export { Checksum, ChecksumConstructor } from "@smithy/types"; | ||
| export type { Checksum, ChecksumConstructor } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { Client } from "@smithy/types"; | ||
| export type { Client } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { Command } from "@smithy/types"; | ||
| export type { Command } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool } from "@smithy/types"; | ||
| export type { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool, } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "@smithy/types"; | ||
| export type { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "@smithy/types"; | ||
| export type { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "@smithy/types"; |
@@ -1,1 +0,2 @@ | ||
| export { EndpointARN, EndpointPartition, EndpointURLScheme, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "@smithy/types"; | ||
| export { EndpointURLScheme } from "@smithy/types"; | ||
| export type { EndpointARN, EndpointPartition, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "@smithy/types"; | ||
| export type { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "@smithy/types"; |
| import type { HttpResponse } from "@smithy/types"; | ||
| export { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, } from "@smithy/types"; | ||
| export type { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, } from "@smithy/types"; | ||
| /** | ||
@@ -4,0 +4,0 @@ * @public |
| import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, Logger, RequestHandler } from "@smithy/types"; | ||
| import type { AwsSdkCredentialsFeatures } from "../feature-ids"; | ||
| export { AwsCredentialIdentity, AwsCredentialIdentityProvider, IdentityProvider } from "@smithy/types"; | ||
| export type { IdentityProvider } from "@smithy/types"; | ||
| export type { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types"; | ||
| /** | ||
@@ -33,4 +34,2 @@ * @public | ||
| /** | ||
| * @public | ||
| * | ||
| * Variation of {@link IdentityProvider} which accepts a contextual | ||
@@ -42,7 +41,7 @@ * client configuration that includes an AWS region and potentially other | ||
| * in the context of a client. | ||
| * | ||
| * @public | ||
| */ | ||
| export type RuntimeConfigIdentityProvider<T> = (awsIdentityProperties?: AwsIdentityProperties) => Promise<T>; | ||
| /** | ||
| * @public | ||
| * | ||
| * Variation of {@link AwsCredentialIdentityProvider} which accepts a contextual | ||
@@ -54,8 +53,9 @@ * client configuration that includes an AWS region and potentially other | ||
| * in the context of a client. | ||
| * | ||
| * @public | ||
| */ | ||
| export type RuntimeConfigAwsCredentialIdentityProvider = RuntimeConfigIdentityProvider<AwsCredentialIdentity>; | ||
| /** | ||
| * AwsCredentialIdentity with source attribution metadata. | ||
| * @public | ||
| * | ||
| * AwsCredentialIdentity with source attribution metadata. | ||
| */ | ||
@@ -62,0 +62,0 @@ export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & { |
@@ -1,1 +0,1 @@ | ||
| export { Identity, IdentityProvider } from "@smithy/types"; | ||
| export type { Identity, IdentityProvider } from "@smithy/types"; |
@@ -1,5 +0,5 @@ | ||
| export * from "./AnonymousIdentity"; | ||
| export * from "./AwsCredentialIdentity"; | ||
| export * from "./Identity"; | ||
| export * from "./LoginIdentity"; | ||
| export * from "./TokenIdentity"; | ||
| export type { AnonymousIdentity } from "./AnonymousIdentity"; | ||
| export type { IdentityProvider, AwsCredentialIdentity, AwsCredentialIdentityProvider, AwsIdentityProperties, RuntimeConfigIdentityProvider, RuntimeConfigAwsCredentialIdentityProvider, AttributedAwsCredentialIdentity, } from "./AwsCredentialIdentity"; | ||
| export type { Identity } from "./Identity"; | ||
| export type { LoginIdentity, LoginIdentityProvider } from "./LoginIdentity"; | ||
| export type { TokenIdentity, TokenIdentityProvider, AttributedTokenIdentity } from "./TokenIdentity"; |
| import type { TokenIdentity } from "@smithy/types"; | ||
| import type { AwsSdkTokenFeatures } from "../feature-ids"; | ||
| export { TokenIdentity, TokenIdentityProvider } from "@smithy/types"; | ||
| export type { TokenIdentity, TokenIdentityProvider } from "@smithy/types"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * @public |
+42
-34
@@ -1,34 +0,42 @@ | ||
| export * from "./abort"; | ||
| export * from "./auth"; | ||
| export * from "./blob/blob-types"; | ||
| export * from "./checksum"; | ||
| export * from "./client"; | ||
| export * from "./command"; | ||
| export * from "./connection"; | ||
| export * from "./credentials"; | ||
| export * from "./crypto"; | ||
| export * from "./dns"; | ||
| export * from "./encode"; | ||
| export * from "./endpoint"; | ||
| export * from "./eventStream"; | ||
| export * from "./extensions"; | ||
| export * from "./feature-ids"; | ||
| export * from "./function"; | ||
| export * from "./http"; | ||
| export * from "./identity"; | ||
| export * from "./logger"; | ||
| export * from "./middleware"; | ||
| export * from "./pagination"; | ||
| export * from "./profile"; | ||
| export * from "./request"; | ||
| export * from "./response"; | ||
| export * from "./retry"; | ||
| export * from "./serde"; | ||
| export * from "./shapes"; | ||
| export * from "./signature"; | ||
| export * from "./stream"; | ||
| export * from "./token"; | ||
| export * from "./transfer"; | ||
| export * from "./uri"; | ||
| export * from "./util"; | ||
| export * from "./waiter"; | ||
| export type { AbortController, AbortHandler, AbortSignal } from "./abort"; | ||
| export { HttpAuthLocation } from "./auth"; | ||
| export type { AuthScheme, HttpAuthDefinition } from "./auth"; | ||
| export type { BlobTypes } from "./blob/blob-types"; | ||
| export type { Checksum, ChecksumConstructor } from "./checksum"; | ||
| export type { Client } from "./client"; | ||
| export type { Command } from "./command"; | ||
| export type { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool, } from "./connection"; | ||
| export type { Credentials, CredentialProvider, CredentialProviderOptions } from "./credentials"; | ||
| export type { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "./crypto"; | ||
| export { HostAddressType } from "./dns"; | ||
| export type { HostAddress, HostResolverArguments, HostResolver } from "./dns"; | ||
| export type { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "./encode"; | ||
| export { EndpointURLScheme } from "./endpoint"; | ||
| export type { EndpointARN, EndpointPartition, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "./endpoint"; | ||
| export type { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "./eventStream"; | ||
| export type { AwsRegionExtensionConfiguration } from "./extensions"; | ||
| export type { AwsSdkFeatures, AwsSdkCredentialsFeatures, AwsSdkTokenFeatures } from "./feature-ids"; | ||
| export type { MergeFunctions } from "./function"; | ||
| export type { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, Headers, ResolvedHttpResponse, } from "./http"; | ||
| export type { AnonymousIdentity } from "./identity/AnonymousIdentity"; | ||
| export type { IdentityProvider, AwsCredentialIdentity, AwsCredentialIdentityProvider, AwsIdentityProperties, RuntimeConfigIdentityProvider, RuntimeConfigAwsCredentialIdentityProvider, AttributedAwsCredentialIdentity, } from "./identity/AwsCredentialIdentity"; | ||
| export type { Identity } from "./identity/Identity"; | ||
| export type { LoginIdentity, LoginIdentityProvider } from "./identity/LoginIdentity"; | ||
| export type { TokenIdentity, TokenIdentityProvider, AttributedTokenIdentity } from "./identity/TokenIdentity"; | ||
| export type { Logger, LogLevel, LoggerOptions } from "./logger"; | ||
| export type { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, AwsHandlerExecutionContext, } from "./middleware"; | ||
| export type { PaginationConfiguration, Paginator } from "./pagination"; | ||
| export type { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "./profile"; | ||
| export type { Request } from "./request"; | ||
| export type { MetadataBearer, ResponseMetadata, Response } from "./response"; | ||
| export type { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "./retry"; | ||
| export type { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "./serde"; | ||
| export type { DocumentType, RetryableTrait, SmithyException, SdkError } from "./shapes"; | ||
| export type { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "./signature"; | ||
| export type { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "./stream"; | ||
| export type { Token, TokenProvider } from "./token"; | ||
| export { RequestHandlerProtocol } from "./transfer"; | ||
| export type { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput } from "./transfer"; | ||
| export type { URI } from "./uri"; | ||
| export type { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "./util"; | ||
| export type { WaiterConfiguration } from "./waiter"; |
| import type { HandlerExecutionContext } from "@smithy/types"; | ||
| import type { AwsSdkFeatures } from "./feature-ids"; | ||
| export { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types"; | ||
| export type { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * @internal |
@@ -1,1 +0,1 @@ | ||
| export { PaginationConfiguration, Paginator } from "@smithy/types"; | ||
| export type { PaginationConfiguration, Paginator } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types"; | ||
| export type { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types"; |
@@ -1,2 +0,2 @@ | ||
| export { MetadataBearer, ResponseMetadata } from "@smithy/types"; | ||
| export type { MetadataBearer, ResponseMetadata } from "@smithy/types"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * @internal |
@@ -1,1 +0,1 @@ | ||
| export { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "@smithy/types"; | ||
| export type { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "@smithy/types"; |
@@ -1,2 +0,2 @@ | ||
| export { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "@smithy/types"; | ||
| export type { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "@smithy/types"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * @public |
@@ -1,1 +0,1 @@ | ||
| export { DocumentType, RetryableTrait, SmithyException, SdkError } from "@smithy/types"; | ||
| export type { DocumentType, RetryableTrait, SmithyException, SdkError } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "@smithy/types"; | ||
| export type { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "@smithy/types"; | ||
| export type { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "@smithy/types"; |
@@ -1,1 +0,2 @@ | ||
| export { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput, RequestHandlerProtocol, } from "@smithy/types"; | ||
| export { RequestHandlerProtocol } from "@smithy/types"; | ||
| export type { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput } from "@smithy/types"; |
@@ -1,5 +0,2 @@ | ||
| export { | ||
| AuthScheme, | ||
| HttpAuthDefinition, | ||
| HttpAuthLocation, | ||
| } from "@smithy/types"; | ||
| export { HttpAuthLocation } from "@smithy/types"; | ||
| export { AuthScheme, HttpAuthDefinition } from "@smithy/types"; |
@@ -0,5 +1,5 @@ | ||
| export { EndpointURLScheme } from "@smithy/types"; | ||
| export { | ||
| EndpointARN, | ||
| EndpointPartition, | ||
| EndpointURLScheme, | ||
| EndpointURL, | ||
@@ -6,0 +6,0 @@ EndpointObjectProperty, |
@@ -8,6 +8,6 @@ import { | ||
| import { AwsSdkCredentialsFeatures } from "../feature-ids"; | ||
| export { IdentityProvider } from "@smithy/types"; | ||
| export { | ||
| AwsCredentialIdentity, | ||
| AwsCredentialIdentityProvider, | ||
| IdentityProvider, | ||
| } from "@smithy/types"; | ||
@@ -14,0 +14,0 @@ export interface AwsIdentityProperties { |
@@ -1,5 +0,17 @@ | ||
| export * from "./AnonymousIdentity"; | ||
| export * from "./AwsCredentialIdentity"; | ||
| export * from "./Identity"; | ||
| export * from "./LoginIdentity"; | ||
| export * from "./TokenIdentity"; | ||
| export { AnonymousIdentity } from "./AnonymousIdentity"; | ||
| export { | ||
| IdentityProvider, | ||
| AwsCredentialIdentity, | ||
| AwsCredentialIdentityProvider, | ||
| AwsIdentityProperties, | ||
| RuntimeConfigIdentityProvider, | ||
| RuntimeConfigAwsCredentialIdentityProvider, | ||
| AttributedAwsCredentialIdentity, | ||
| } from "./AwsCredentialIdentity"; | ||
| export { Identity } from "./Identity"; | ||
| export { LoginIdentity, LoginIdentityProvider } from "./LoginIdentity"; | ||
| export { | ||
| TokenIdentity, | ||
| TokenIdentityProvider, | ||
| AttributedTokenIdentity, | ||
| } from "./TokenIdentity"; |
+225
-34
@@ -1,34 +0,225 @@ | ||
| export * from "./abort"; | ||
| export * from "./auth"; | ||
| export * from "./blob/blob-types"; | ||
| export * from "./checksum"; | ||
| export * from "./client"; | ||
| export * from "./command"; | ||
| export * from "./connection"; | ||
| export * from "./credentials"; | ||
| export * from "./crypto"; | ||
| export * from "./dns"; | ||
| export * from "./encode"; | ||
| export * from "./endpoint"; | ||
| export * from "./eventStream"; | ||
| export * from "./extensions"; | ||
| export * from "./feature-ids"; | ||
| export * from "./function"; | ||
| export * from "./http"; | ||
| export * from "./identity"; | ||
| export * from "./logger"; | ||
| export * from "./middleware"; | ||
| export * from "./pagination"; | ||
| export * from "./profile"; | ||
| export * from "./request"; | ||
| export * from "./response"; | ||
| export * from "./retry"; | ||
| export * from "./serde"; | ||
| export * from "./shapes"; | ||
| export * from "./signature"; | ||
| export * from "./stream"; | ||
| export * from "./token"; | ||
| export * from "./transfer"; | ||
| export * from "./uri"; | ||
| export * from "./util"; | ||
| export * from "./waiter"; | ||
| export { AbortController, AbortHandler, AbortSignal } from "./abort"; | ||
| export { HttpAuthLocation } from "./auth"; | ||
| export { AuthScheme, HttpAuthDefinition } from "./auth"; | ||
| export { BlobTypes } from "./blob/blob-types"; | ||
| export { Checksum, ChecksumConstructor } from "./checksum"; | ||
| export { Client } from "./client"; | ||
| export { Command } from "./command"; | ||
| export { | ||
| ConnectConfiguration, | ||
| ConnectionManager, | ||
| ConnectionManagerConfiguration, | ||
| ConnectionPool, | ||
| } from "./connection"; | ||
| 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 { EndpointURLScheme } from "./endpoint"; | ||
| export { | ||
| EndpointARN, | ||
| EndpointPartition, | ||
| EndpointURL, | ||
| EndpointObjectProperty, | ||
| EndpointV2, | ||
| EndpointParameters, | ||
| } from "./endpoint"; | ||
| export { | ||
| Message, | ||
| MessageHeaders, | ||
| BooleanHeaderValue, | ||
| ByteHeaderValue, | ||
| ShortHeaderValue, | ||
| IntegerHeaderValue, | ||
| LongHeaderValue, | ||
| BinaryHeaderValue, | ||
| StringHeaderValue, | ||
| TimestampHeaderValue, | ||
| UuidHeaderValue, | ||
| MessageHeaderValue, | ||
| Int64, | ||
| EventStreamSerdeContext, | ||
| EventStreamMarshaller, | ||
| EventStreamMarshallerDeserFn, | ||
| EventStreamMarshallerSerFn, | ||
| EventStreamPayloadHandler, | ||
| EventStreamPayloadHandlerProvider, | ||
| EventStreamRequestSigner, | ||
| EventStreamSerdeProvider, | ||
| EventStreamSignerProvider, | ||
| } from "./eventStream"; | ||
| export { AwsRegionExtensionConfiguration } from "./extensions"; | ||
| export { | ||
| AwsSdkFeatures, | ||
| AwsSdkCredentialsFeatures, | ||
| AwsSdkTokenFeatures, | ||
| } from "./feature-ids"; | ||
| export { MergeFunctions } from "./function"; | ||
| export { | ||
| Endpoint, | ||
| HeaderBag, | ||
| HttpHandlerOptions, | ||
| HttpMessage, | ||
| HttpRequest, | ||
| HttpResponse, | ||
| QueryParameterBag, | ||
| Headers, | ||
| ResolvedHttpResponse, | ||
| } from "./http"; | ||
| export { AnonymousIdentity } from "./identity/AnonymousIdentity"; | ||
| export { | ||
| IdentityProvider, | ||
| AwsCredentialIdentity, | ||
| AwsCredentialIdentityProvider, | ||
| AwsIdentityProperties, | ||
| RuntimeConfigIdentityProvider, | ||
| RuntimeConfigAwsCredentialIdentityProvider, | ||
| AttributedAwsCredentialIdentity, | ||
| } from "./identity/AwsCredentialIdentity"; | ||
| export { Identity } from "./identity/Identity"; | ||
| export { LoginIdentity, LoginIdentityProvider } from "./identity/LoginIdentity"; | ||
| export { | ||
| TokenIdentity, | ||
| TokenIdentityProvider, | ||
| AttributedTokenIdentity, | ||
| } from "./identity/TokenIdentity"; | ||
| export { Logger, LogLevel, LoggerOptions } from "./logger"; | ||
| export { | ||
| AbsoluteLocation, | ||
| BuildHandler, | ||
| BuildHandlerArguments, | ||
| BuildHandlerOptions, | ||
| BuildHandlerOutput, | ||
| BuildMiddleware, | ||
| DeserializeHandler, | ||
| DeserializeHandlerArguments, | ||
| DeserializeHandlerOptions, | ||
| DeserializeHandlerOutput, | ||
| DeserializeMiddleware, | ||
| FinalizeHandler, | ||
| FinalizeHandlerArguments, | ||
| FinalizeHandlerOutput, | ||
| FinalizeRequestHandlerOptions, | ||
| FinalizeRequestMiddleware, | ||
| Handler, | ||
| HandlerExecutionContext, | ||
| HandlerOptions, | ||
| InitializeHandler, | ||
| InitializeHandlerArguments, | ||
| InitializeHandlerOptions, | ||
| InitializeHandlerOutput, | ||
| InitializeMiddleware, | ||
| MiddlewareStack, | ||
| MiddlewareType, | ||
| Pluggable, | ||
| Priority, | ||
| Relation, | ||
| RelativeLocation, | ||
| RelativeMiddlewareOptions, | ||
| SerializeHandler, | ||
| SerializeHandlerArguments, | ||
| SerializeHandlerOptions, | ||
| SerializeHandlerOutput, | ||
| SerializeMiddleware, | ||
| Step, | ||
| Terminalware, | ||
| AwsHandlerExecutionContext, | ||
| } from "./middleware"; | ||
| export { PaginationConfiguration, Paginator } from "./pagination"; | ||
| export { | ||
| IniSection, | ||
| Profile, | ||
| ParsedIniData, | ||
| SharedConfigFiles, | ||
| } from "./profile"; | ||
| export { Request } from "./request"; | ||
| export { MetadataBearer, ResponseMetadata, Response } from "./response"; | ||
| export { | ||
| ExponentialBackoffJitterType, | ||
| ExponentialBackoffStrategyOptions, | ||
| RetryBackoffStrategy, | ||
| RetryErrorInfo, | ||
| RetryErrorType, | ||
| RetryStrategyOptions, | ||
| RetryStrategyV2, | ||
| RetryToken, | ||
| StandardRetryBackoffStrategy, | ||
| StandardRetryToken, | ||
| } from "./retry"; | ||
| export { | ||
| EndpointBearer, | ||
| StreamCollector, | ||
| SerdeContext, | ||
| ResponseDeserializer, | ||
| RequestSerializer, | ||
| SdkStreamMixin, | ||
| SdkStream, | ||
| WithSdkStreamMixin, | ||
| SdkStreamMixinInjector, | ||
| SdkStreamSerdeContext, | ||
| } from "./serde"; | ||
| export { | ||
| DocumentType, | ||
| RetryableTrait, | ||
| SmithyException, | ||
| SdkError, | ||
| } from "./shapes"; | ||
| export { | ||
| DateInput, | ||
| EventSigner, | ||
| EventSigningArguments, | ||
| FormattedEvent, | ||
| MessageSigner, | ||
| RequestSigningArguments, | ||
| RequestPresigner, | ||
| RequestPresigningArguments, | ||
| RequestSigner, | ||
| SignableMessage, | ||
| SignedMessage, | ||
| SigningArguments, | ||
| StringSigner, | ||
| } from "./signature"; | ||
| export { | ||
| GetAwsChunkedEncodingStream, | ||
| GetAwsChunkedEncodingStreamOptions, | ||
| } from "./stream"; | ||
| export { Token, TokenProvider } from "./token"; | ||
| export { RequestHandlerProtocol } from "./transfer"; | ||
| export { | ||
| RequestContext, | ||
| RequestHandler, | ||
| RequestHandlerMetadata, | ||
| RequestHandlerOutput, | ||
| } from "./transfer"; | ||
| export { URI } from "./uri"; | ||
| export { | ||
| Encoder, | ||
| Decoder, | ||
| Provider, | ||
| UserAgentPair, | ||
| UserAgent, | ||
| UrlParser, | ||
| MemoizedProvider, | ||
| BodyLengthCalculator, | ||
| RegionInfo, | ||
| RegionInfoProviderOptions, | ||
| RegionInfoProvider, | ||
| RetryStrategy, | ||
| } from "./util"; | ||
| export { WaiterConfiguration } from "./waiter"; |
@@ -0,1 +1,2 @@ | ||
| export { RequestHandlerProtocol } from "@smithy/types"; | ||
| export { | ||
@@ -6,3 +7,2 @@ RequestContext, | ||
| RequestHandlerOutput, | ||
| RequestHandlerProtocol, | ||
| } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { URI } from "@smithy/types"; | ||
| export type { URI } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "@smithy/types"; | ||
| export type { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "@smithy/types"; |
@@ -1,1 +0,1 @@ | ||
| export { WaiterConfiguration } from "@smithy/types"; | ||
| export type { WaiterConfiguration } from "@smithy/types"; |
+2
-2
| { | ||
| "name": "@aws-sdk/types", | ||
| "version": "3.973.15", | ||
| "version": "3.974.0", | ||
| "main": "./dist-cjs/index.js", | ||
@@ -45,3 +45,3 @@ "module": "./dist-es/index.js", | ||
| "dependencies": { | ||
| "@smithy/types": "^4.15.1", | ||
| "@smithy/types": "^4.16.0", | ||
| "tslib": "^2.6.2" | ||
@@ -48,0 +48,0 @@ }, |
53838
19.75%1204
17.81%Updated