@aws-sdk/nested-clients 3.997.32 → 3.997.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/submodules/cognito-identity/index.js +11 -9
- package/dist-cjs/submodules/signin/index.js +6 -5
- package/dist-cjs/submodules/sso/index.js +6 -5
- package/dist-cjs/submodules/sso-oidc/index.js +6 -5
- package/dist-cjs/submodules/sts/index.js +1 -1
- package/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +12 -8
- package/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +6 -4
- package/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +6 -4
- package/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +6 -4
- package/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +7 -15
- package/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -22
- package/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +4 -6
- package/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -2
- package/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +9 -28
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +13 -30
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +12 -26
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +13 -30
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +6 -12
- package/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/submodules/signin/Signin.d.ts +6 -6
- package/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +15 -25
- package/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +4 -6
- package/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/submodules/signin/models/enums.d.ts +1 -2
- package/dist-types/ts3.4/submodules/signin/models/errors.d.ts +4 -12
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +13 -30
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +12 -26
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +13 -30
- package/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +5 -9
- package/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/submodules/sso/SSO.d.ts +3 -3
- package/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +13 -20
- package/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +7 -10
- package/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +5 -10
- package/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/submodules/sso/models/errors.d.ts +4 -12
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +12 -27
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +11 -23
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +12 -27
- package/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +5 -9
- package/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +4 -7
- package/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +16 -29
- package/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +7 -10
- package/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -5
- package/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +11 -34
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +12 -27
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +11 -23
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +12 -27
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +5 -9
- package/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/submodules/sts/STS.d.ts +7 -10
- package/dist-types/ts3.4/submodules/sts/STSClient.d.ts +16 -30
- package/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -5
- package/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -6
- package/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +5 -7
- package/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/submodules/sts/models/errors.d.ts +7 -24
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +14 -34
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +14 -33
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +14 -34
- package/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +6 -10
- package/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +1 -5
- package/package.json +53 -53
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,22 +83,18 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
96
83
|
| {
|
|
97
84
|
schemeId: string;
|
|
98
85
|
identityProvider: (
|
|
99
|
-
ipc: import("@smithy/types").IdentityProviderConfig
|
|
86
|
+
ipc: import("@smithy/types").IdentityProviderConfig,
|
|
100
87
|
) =>
|
|
101
|
-
| import("@smithy/types").IdentityProvider<
|
|
102
|
-
import("@smithy/types").Identity
|
|
103
|
-
>
|
|
88
|
+
| import("@smithy/types").IdentityProvider<import("@smithy/types").Identity>
|
|
104
89
|
| undefined;
|
|
105
90
|
signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
|
|
106
91
|
}
|
|
107
92
|
| {
|
|
108
93
|
schemeId: string;
|
|
109
94
|
identityProvider: (
|
|
110
|
-
ipc: import("@smithy/types").IdentityProviderConfig
|
|
95
|
+
ipc: import("@smithy/types").IdentityProviderConfig,
|
|
111
96
|
) =>
|
|
112
|
-
| import("@smithy/types").IdentityProvider<
|
|
113
|
-
import("@smithy/types").Identity
|
|
114
|
-
>
|
|
97
|
+
| import("@smithy/types").IdentityProvider<import("@smithy/types").Identity>
|
|
115
98
|
| (() => Promise<{}>);
|
|
116
99
|
signer: import("@smithy/core").NoAuthSigner;
|
|
117
100
|
}
|
|
@@ -123,7 +106,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
123
106
|
signer?:
|
|
124
107
|
| import("@smithy/types").RequestSigner
|
|
125
108
|
| ((
|
|
126
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
109
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
127
110
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
128
111
|
signingEscapePath?: boolean;
|
|
129
112
|
systemClockOffset?: number;
|
|
@@ -131,15 +114,12 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
131
114
|
signerConstructor:
|
|
132
115
|
| (new (
|
|
133
116
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
134
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
117
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
135
118
|
) => import("@smithy/types").RequestSigner)
|
|
136
119
|
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
137
120
|
sigv4aSigningRegionSet?:
|
|
138
121
|
| string[]
|
|
139
122
|
| undefined
|
|
140
123
|
| import("@smithy/types").Provider<string[] | undefined>;
|
|
141
|
-
useGlobalEndpoint?:
|
|
142
|
-
| boolean
|
|
143
|
-
| undefined
|
|
144
|
-
| import("@smithy/types").Provider<boolean | undefined>;
|
|
124
|
+
useGlobalEndpoint?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
145
125
|
};
|
|
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
13
13
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
14
14
|
context?: {
|
|
15
15
|
logger?: import("@smithy/types").Logger;
|
|
16
|
-
}
|
|
16
|
+
},
|
|
17
17
|
) => import("@smithy/types").EndpointV2;
|
|
18
18
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
19
19
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").STSHttpAuthSchemeProvider;
|
|
@@ -23,22 +23,18 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
23
23
|
| {
|
|
24
24
|
schemeId: string;
|
|
25
25
|
identityProvider: (
|
|
26
|
-
ipc: IdentityProviderConfig
|
|
26
|
+
ipc: IdentityProviderConfig,
|
|
27
27
|
) =>
|
|
28
|
-
| import("@smithy/types").IdentityProvider<
|
|
29
|
-
import("@smithy/types").Identity
|
|
30
|
-
>
|
|
28
|
+
| import("@smithy/types").IdentityProvider<import("@smithy/types").Identity>
|
|
31
29
|
| undefined;
|
|
32
30
|
signer: AwsSdkSigV4Signer;
|
|
33
31
|
}
|
|
34
32
|
| {
|
|
35
33
|
schemeId: string;
|
|
36
34
|
identityProvider: (
|
|
37
|
-
ipc: IdentityProviderConfig
|
|
35
|
+
ipc: IdentityProviderConfig,
|
|
38
36
|
) =>
|
|
39
|
-
| import("@smithy/types").IdentityProvider<
|
|
40
|
-
import("@smithy/types").Identity
|
|
41
|
-
>
|
|
37
|
+
| import("@smithy/types").IdentityProvider<import("@smithy/types").Identity>
|
|
42
38
|
| (() => Promise<{}>);
|
|
43
39
|
signer: NoAuthSigner;
|
|
44
40
|
}
|
|
@@ -57,7 +53,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
57
53
|
signerConstructor:
|
|
58
54
|
| (new (
|
|
59
55
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
60
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
56
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
61
57
|
) => import("@smithy/types").RequestSigner)
|
|
62
58
|
| typeof SignatureV4MultiRegion;
|
|
63
59
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var STSServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var ExpiredTokenException$: StaticErrorSchema;
|
|
9
5
|
export declare var IDPCommunicationErrorException$: StaticErrorSchema;
|
package/package.json
CHANGED
|
@@ -1,57 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
|
3
|
-
"version": "3.997.
|
|
3
|
+
"version": "3.997.34",
|
|
4
4
|
"description": "Nested clients for AWS SDK packages.",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"types": "./dist-types/index.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
10
|
-
"build:cjs": "node ../../scripts/compilation/inline",
|
|
11
|
-
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
|
|
12
|
-
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
13
|
-
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
|
|
14
|
-
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"clean": "premove dist-cjs dist-es dist-types",
|
|
16
|
-
"lint": "node ../../scripts/validation/submodules-linter.js",
|
|
17
|
-
"prebuild": "yarn lint",
|
|
18
|
-
"test": "yarn g:vitest run",
|
|
19
|
-
"test:watch": "yarn g:vitest watch"
|
|
20
|
-
},
|
|
21
|
-
"engines": {
|
|
22
|
-
"node": ">=20.0.0"
|
|
23
|
-
},
|
|
24
|
-
"sideEffects": false,
|
|
5
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",
|
|
6
|
+
"license": "Apache-2.0",
|
|
25
7
|
"author": {
|
|
26
8
|
"name": "AWS SDK for JavaScript Team",
|
|
27
9
|
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
28
10
|
},
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"@aws-sdk/types": "^3.974.1",
|
|
34
|
-
"@smithy/core": "^3.29.3",
|
|
35
|
-
"@smithy/fetch-http-handler": "^5.6.5",
|
|
36
|
-
"@smithy/node-http-handler": "^4.9.5",
|
|
37
|
-
"@smithy/types": "^4.16.1",
|
|
38
|
-
"tslib": "^2.6.2"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"concurrently": "7.0.0",
|
|
42
|
-
"downlevel-dts": "0.10.1",
|
|
43
|
-
"premove": "4.0.0",
|
|
44
|
-
"typescript": "~5.8.3"
|
|
45
|
-
},
|
|
46
|
-
"typesVersions": {
|
|
47
|
-
"<4.5": {
|
|
48
|
-
"dist-types/*": [
|
|
49
|
-
"dist-types/ts3.4/*"
|
|
50
|
-
],
|
|
51
|
-
"*": [
|
|
52
|
-
"dist-types/ts3.4/submodules/*/index.d.ts"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
14
|
+
"directory": "packages/nested-clients"
|
|
55
15
|
},
|
|
56
16
|
"files": [
|
|
57
17
|
"./cognito-identity.d.ts",
|
|
@@ -66,6 +26,9 @@
|
|
|
66
26
|
"./sts.js",
|
|
67
27
|
"dist-*/**"
|
|
68
28
|
],
|
|
29
|
+
"sideEffects": false,
|
|
30
|
+
"main": "./dist-cjs/index.js",
|
|
31
|
+
"module": "./dist-es/index.js",
|
|
69
32
|
"browser": {
|
|
70
33
|
"./dist-es/submodules/cognito-identity/runtimeConfig": "./dist-es/submodules/cognito-identity/runtimeConfig.browser",
|
|
71
34
|
"./dist-es/submodules/signin/runtimeConfig": "./dist-es/submodules/signin/runtimeConfig.browser",
|
|
@@ -73,13 +36,18 @@
|
|
|
73
36
|
"./dist-es/submodules/sso/runtimeConfig": "./dist-es/submodules/sso/runtimeConfig.browser",
|
|
74
37
|
"./dist-es/submodules/sts/runtimeConfig": "./dist-es/submodules/sts/runtimeConfig.browser"
|
|
75
38
|
},
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
39
|
+
"types": "./dist-types/index.d.ts",
|
|
40
|
+
"typesVersions": {
|
|
41
|
+
"<4.5": {
|
|
42
|
+
"dist-types/*": [
|
|
43
|
+
"dist-types/ts3.4/*"
|
|
44
|
+
],
|
|
45
|
+
"*": [
|
|
46
|
+
"dist-types/ts3.4/submodules/*/index.d.ts"
|
|
47
|
+
]
|
|
48
|
+
}
|
|
82
49
|
},
|
|
50
|
+
"react-native": {},
|
|
83
51
|
"exports": {
|
|
84
52
|
"./package.json": "./package.json",
|
|
85
53
|
"./sso-oidc": {
|
|
@@ -117,5 +85,37 @@
|
|
|
117
85
|
"import": "./dist-es/submodules/sso/index.js",
|
|
118
86
|
"require": "./dist-cjs/submodules/sso/index.js"
|
|
119
87
|
}
|
|
88
|
+
},
|
|
89
|
+
"scripts": {
|
|
90
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
91
|
+
"build:cjs": "node ../../scripts/compilation/inline",
|
|
92
|
+
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
|
|
93
|
+
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
94
|
+
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
|
|
95
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
96
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
97
|
+
"lint": "node ../../scripts/validation/submodules-linter.js",
|
|
98
|
+
"prebuild": "yarn lint",
|
|
99
|
+
"test": "yarn g:vitest run",
|
|
100
|
+
"test:watch": "yarn g:vitest watch"
|
|
101
|
+
},
|
|
102
|
+
"dependencies": {
|
|
103
|
+
"@aws-sdk/core": "^3.976.0",
|
|
104
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.41",
|
|
105
|
+
"@aws-sdk/types": "^3.974.2",
|
|
106
|
+
"@smithy/core": "^3.29.4",
|
|
107
|
+
"@smithy/fetch-http-handler": "^5.6.6",
|
|
108
|
+
"@smithy/node-http-handler": "^4.9.6",
|
|
109
|
+
"@smithy/types": "^4.16.1",
|
|
110
|
+
"tslib": "^2.6.2"
|
|
111
|
+
},
|
|
112
|
+
"devDependencies": {
|
|
113
|
+
"concurrently": "7.0.0",
|
|
114
|
+
"downlevel-dts": "0.10.1",
|
|
115
|
+
"premove": "4.0.0",
|
|
116
|
+
"typescript": "~5.8.3"
|
|
117
|
+
},
|
|
118
|
+
"engines": {
|
|
119
|
+
"node": ">=20.0.0"
|
|
120
120
|
}
|
|
121
121
|
}
|