@aws-sdk/nested-clients
Advanced tools
@@ -5,4 +5,2 @@ /** | ||
| */ | ||
| declare module "@aws-sdk/nested-clients/cognito-identity" { | ||
| export * from "@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d"; | ||
| } | ||
| export * from "./dist-types/submodules/cognito-identity/index"; |
@@ -82,3 +82,3 @@ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client"); | ||
| var version = "3.997.22"; | ||
| var version = "3.997.23"; | ||
| var packageInfo = { | ||
@@ -85,0 +85,0 @@ version: version}; |
@@ -78,3 +78,3 @@ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client"); | ||
| var version = "3.997.22"; | ||
| var version = "3.997.23"; | ||
| var packageInfo = { | ||
@@ -81,0 +81,0 @@ version: version}; |
@@ -78,3 +78,3 @@ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client"); | ||
| var version = "3.997.22"; | ||
| var version = "3.997.23"; | ||
| var packageInfo = { | ||
@@ -81,0 +81,0 @@ version: version}; |
@@ -78,3 +78,3 @@ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client"); | ||
| var version = "3.997.22"; | ||
| var version = "3.997.23"; | ||
| var packageInfo = { | ||
@@ -81,0 +81,0 @@ version: version}; |
@@ -259,3 +259,3 @@ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin, setCredentialFeature, stsRegionDefaultResolver } = require("@aws-sdk/core/client"); | ||
| var version = "3.997.22"; | ||
| var version = "3.997.23"; | ||
| var packageInfo = { | ||
@@ -262,0 +262,0 @@ version: version}; |
@@ -16,3 +16,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
@@ -19,0 +19,0 @@ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -17,3 +17,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -20,0 +20,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -18,3 +18,3 @@ import type { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -21,0 +21,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -17,3 +17,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
@@ -20,0 +20,0 @@ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -17,3 +17,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -20,0 +20,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -18,3 +18,3 @@ import type { SigninClientConfig } from "./SigninClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -21,0 +21,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -16,3 +16,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
@@ -19,0 +19,0 @@ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -17,3 +17,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -20,0 +20,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -18,3 +18,3 @@ import type { SSOOIDCClientConfig } from "./SSOOIDCClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -21,0 +21,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -16,3 +16,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
@@ -19,0 +19,0 @@ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -17,3 +17,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -20,0 +20,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -18,3 +18,3 @@ import type { SSOClientConfig } from "./SSOClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -21,0 +21,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -17,3 +17,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
@@ -20,0 +20,0 @@ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -30,3 +30,3 @@ import { AwsSdkSigV4ASigner } from "@aws-sdk/core/httpAuthSchemes"; | ||
| sigv4aSigningRegionSet: string[] | import("@smithy/types").Provider<string[] | undefined>; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -33,0 +33,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -18,3 +18,3 @@ import type { STSClientConfig } from "./STSClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -21,0 +21,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -21,3 +21,9 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
@@ -24,0 +30,0 @@ (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -22,3 +22,9 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -25,0 +31,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -25,3 +25,9 @@ import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -28,0 +34,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -24,3 +24,9 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
@@ -27,0 +33,0 @@ (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -20,3 +20,9 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -23,0 +29,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -23,3 +23,9 @@ import { SigninClientConfig } from "./SigninClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -26,0 +32,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -19,3 +19,9 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
@@ -22,0 +28,0 @@ (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -20,3 +20,9 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -23,0 +29,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -23,3 +23,9 @@ import { SSOOIDCClientConfig } from "./SSOOIDCClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -26,0 +32,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -19,3 +19,9 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
@@ -22,0 +28,0 @@ (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -20,3 +20,9 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -23,0 +29,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -23,3 +23,9 @@ import { SSOClientConfig } from "./SSOClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -26,0 +32,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
@@ -24,3 +24,9 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
@@ -27,0 +33,0 @@ (boolean | import("@smithy/types").Provider<boolean | undefined>); |
@@ -52,3 +52,9 @@ import { AwsSdkSigV4ASigner } from "@aws-sdk/core/httpAuthSchemes"; | ||
| | import("@smithy/types").Provider<string[] | undefined>; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
@@ -55,0 +61,0 @@ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; |
@@ -23,3 +23,9 @@ import { STSClientConfig } from "./STSClient"; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: import("@smithy/types").StreamCollector; | ||
| streamCollector: ( | ||
| stream: | ||
| | import("stream").Readable | ||
| | import("stream/web").ReadableStream | ||
| | ReadableStream | ||
| | Blob | ||
| ) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
@@ -26,0 +32,0 @@ base64Encoder: (_input: Uint8Array | string) => string; |
+8
-8
| { | ||
| "name": "@aws-sdk/nested-clients", | ||
| "version": "3.997.23", | ||
| "version": "3.997.24", | ||
| "description": "Nested clients for AWS SDK packages.", | ||
@@ -33,9 +33,9 @@ "main": "./dist-cjs/index.js", | ||
| "@aws-crypto/sha256-js": "5.2.0", | ||
| "@aws-sdk/core": "^3.974.23", | ||
| "@aws-sdk/signature-v4-multi-region": "^3.996.35", | ||
| "@aws-sdk/types": "^3.973.13", | ||
| "@smithy/core": "^3.24.6", | ||
| "@smithy/fetch-http-handler": "^5.4.6", | ||
| "@smithy/node-http-handler": "^4.7.6", | ||
| "@smithy/types": "^4.14.3", | ||
| "@aws-sdk/core": "^3.974.24", | ||
| "@aws-sdk/signature-v4-multi-region": "^3.996.36", | ||
| "@aws-sdk/types": "^3.973.14", | ||
| "@smithy/core": "^3.27.0", | ||
| "@smithy/fetch-http-handler": "^5.6.0", | ||
| "@smithy/node-http-handler": "^4.9.0", | ||
| "@smithy/types": "^4.15.0", | ||
| "tslib": "^2.6.2" | ||
@@ -42,0 +42,0 @@ }, |
+1
-3
@@ -5,4 +5,2 @@ /** | ||
| */ | ||
| declare module "@aws-sdk/nested-clients/signin" { | ||
| export * from "@aws-sdk/nested-clients/dist-types/submodules/signin/index.d"; | ||
| } | ||
| export * from "./dist-types/submodules/signin/index"; |
+1
-3
@@ -5,4 +5,2 @@ /** | ||
| */ | ||
| declare module "@aws-sdk/nested-clients/sso-oidc" { | ||
| export * from "@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d"; | ||
| } | ||
| export * from "./dist-types/submodules/sso-oidc/index"; |
+1
-3
@@ -5,4 +5,2 @@ /** | ||
| */ | ||
| declare module "@aws-sdk/nested-clients/sso" { | ||
| export * from "@aws-sdk/nested-clients/dist-types/submodules/sso/index.d"; | ||
| } | ||
| export * from "./dist-types/submodules/sso/index"; |
+1
-3
@@ -5,4 +5,2 @@ /** | ||
| */ | ||
| declare module "@aws-sdk/nested-clients/sts" { | ||
| export * from "@aws-sdk/nested-clients/dist-types/submodules/sts/index.d"; | ||
| } | ||
| export * from "./dist-types/submodules/sts/index"; |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
812348
0.31%18200
0.44%