@cdk8s/awscdk-resolver 0.0.94 → 0.0.96
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +7 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1024 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +52 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +217 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +409 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +212 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +162 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +244 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +50 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +734 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +52 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +144 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +201 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +110 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +100 -0
- package/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +56 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1457 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +63 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +52 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +67 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +130 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +885 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +58 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +71 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +182 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +257 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +282 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +291 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +75 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +230 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +154 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1213 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +74 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +54 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +52 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +143 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +165 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +206 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +116 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +109 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +110 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +3 -3
@@ -0,0 +1,11 @@
|
|
1
|
+
import { STSExtensionConfiguration } from "./extensionConfiguration";
|
2
|
+
export interface RuntimeExtension {
|
3
|
+
configure(extensionConfiguration: STSExtensionConfiguration): void;
|
4
|
+
}
|
5
|
+
export interface RuntimeExtensionsConfig {
|
6
|
+
extensions: RuntimeExtension[];
|
7
|
+
}
|
8
|
+
export declare const resolveRuntimeExtensions: (
|
9
|
+
runtimeConfig: any,
|
10
|
+
extensions: RuntimeExtension[]
|
11
|
+
) => any;
|
@@ -0,0 +1,102 @@
|
|
1
|
+
{
|
2
|
+
"name": "@aws-sdk/client-sts",
|
3
|
+
"description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
4
|
+
"version": "3.569.0",
|
5
|
+
"scripts": {
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
8
|
+
"build:es": "tsc -p tsconfig.es.json",
|
9
|
+
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
10
|
+
"build:types": "rimraf ./dist-types tsconfig.types.tsbuildinfo && tsc -p tsconfig.types.json",
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
13
|
+
"extract:docs": "api-extractor run --local",
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo sts",
|
15
|
+
"test": "yarn test:unit",
|
16
|
+
"test:unit": "jest"
|
17
|
+
},
|
18
|
+
"main": "./dist-cjs/index.js",
|
19
|
+
"types": "./dist-types/index.d.ts",
|
20
|
+
"module": "./dist-es/index.js",
|
21
|
+
"sideEffects": false,
|
22
|
+
"dependencies": {
|
23
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
24
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.569.0",
|
26
|
+
"@aws-sdk/core": "3.567.0",
|
27
|
+
"@aws-sdk/credential-provider-node": "3.569.0",
|
28
|
+
"@aws-sdk/middleware-host-header": "3.567.0",
|
29
|
+
"@aws-sdk/middleware-logger": "3.568.0",
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.567.0",
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.567.0",
|
32
|
+
"@aws-sdk/region-config-resolver": "3.567.0",
|
33
|
+
"@aws-sdk/types": "3.567.0",
|
34
|
+
"@aws-sdk/util-endpoints": "3.567.0",
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.567.0",
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.568.0",
|
37
|
+
"@smithy/config-resolver": "^2.2.0",
|
38
|
+
"@smithy/core": "^1.4.2",
|
39
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
40
|
+
"@smithy/hash-node": "^2.2.0",
|
41
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
42
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
43
|
+
"@smithy/middleware-endpoint": "^2.5.1",
|
44
|
+
"@smithy/middleware-retry": "^2.3.1",
|
45
|
+
"@smithy/middleware-serde": "^2.3.0",
|
46
|
+
"@smithy/middleware-stack": "^2.2.0",
|
47
|
+
"@smithy/node-config-provider": "^2.3.0",
|
48
|
+
"@smithy/node-http-handler": "^2.5.0",
|
49
|
+
"@smithy/protocol-http": "^3.3.0",
|
50
|
+
"@smithy/smithy-client": "^2.5.1",
|
51
|
+
"@smithy/types": "^2.12.0",
|
52
|
+
"@smithy/url-parser": "^2.2.0",
|
53
|
+
"@smithy/util-base64": "^2.3.0",
|
54
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
55
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.2.1",
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.3.1",
|
58
|
+
"@smithy/util-endpoints": "^1.2.0",
|
59
|
+
"@smithy/util-middleware": "^2.2.0",
|
60
|
+
"@smithy/util-retry": "^2.2.0",
|
61
|
+
"@smithy/util-utf8": "^2.3.0",
|
62
|
+
"tslib": "^2.6.2"
|
63
|
+
},
|
64
|
+
"devDependencies": {
|
65
|
+
"@tsconfig/node16": "16.1.3",
|
66
|
+
"@types/node": "^16.18.96",
|
67
|
+
"concurrently": "7.0.0",
|
68
|
+
"downlevel-dts": "0.10.1",
|
69
|
+
"rimraf": "3.0.2",
|
70
|
+
"typescript": "~4.9.5"
|
71
|
+
},
|
72
|
+
"engines": {
|
73
|
+
"node": ">=16.0.0"
|
74
|
+
},
|
75
|
+
"typesVersions": {
|
76
|
+
"<4.0": {
|
77
|
+
"dist-types/*": [
|
78
|
+
"dist-types/ts3.4/*"
|
79
|
+
]
|
80
|
+
}
|
81
|
+
},
|
82
|
+
"files": [
|
83
|
+
"dist-*/**"
|
84
|
+
],
|
85
|
+
"author": {
|
86
|
+
"name": "AWS SDK for JavaScript Team",
|
87
|
+
"url": "https://aws.amazon.com/javascript/"
|
88
|
+
},
|
89
|
+
"license": "Apache-2.0",
|
90
|
+
"browser": {
|
91
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
92
|
+
},
|
93
|
+
"react-native": {
|
94
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
95
|
+
},
|
96
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts",
|
97
|
+
"repository": {
|
98
|
+
"type": "git",
|
99
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
100
|
+
"directory": "clients/client-sts"
|
101
|
+
}
|
102
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
33
|
"@tsconfig/recommended": "1.0.1",
|
34
|
-
"@types/node": "^
|
34
|
+
"@types/node": "^16.18.96",
|
35
35
|
"concurrently": "7.0.0",
|
36
36
|
"downlevel-dts": "0.10.1",
|
37
37
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"@tsconfig/recommended": "1.0.1",
|
41
|
-
"@types/node": "^
|
41
|
+
"@types/node": "^16.18.96",
|
42
42
|
"concurrently": "7.0.0",
|
43
43
|
"downlevel-dts": "0.10.1",
|
44
44
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,10 +24,10 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/credential-provider-env": "3.
|
28
|
-
"@aws-sdk/credential-provider-process": "3.
|
29
|
-
"@aws-sdk/credential-provider-sso": "3.
|
30
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
27
|
+
"@aws-sdk/credential-provider-env": "3.568.0",
|
28
|
+
"@aws-sdk/credential-provider-process": "3.568.0",
|
29
|
+
"@aws-sdk/credential-provider-sso": "3.568.0",
|
30
|
+
"@aws-sdk/credential-provider-web-identity": "3.568.0",
|
31
31
|
"@aws-sdk/types": "3.567.0",
|
32
32
|
"@smithy/credential-provider-imds": "^2.3.0",
|
33
33
|
"@smithy/property-provider": "^2.2.0",
|
@@ -37,14 +37,14 @@
|
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
40
|
-
"@types/node": "^
|
40
|
+
"@types/node": "^16.18.96",
|
41
41
|
"concurrently": "7.0.0",
|
42
42
|
"downlevel-dts": "0.10.1",
|
43
43
|
"rimraf": "3.0.2",
|
44
44
|
"typescript": "~4.9.5"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
47
|
-
"@aws-sdk/client-sts": "^3.
|
47
|
+
"@aws-sdk/client-sts": "^3.568.0"
|
48
48
|
},
|
49
49
|
"types": "./dist-types/index.d.ts",
|
50
50
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.569.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=16.0.0"
|
@@ -28,12 +28,12 @@
|
|
28
28
|
},
|
29
29
|
"license": "Apache-2.0",
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-sdk/credential-provider-env": "3.
|
32
|
-
"@aws-sdk/credential-provider-http": "3.
|
33
|
-
"@aws-sdk/credential-provider-ini": "3.
|
34
|
-
"@aws-sdk/credential-provider-process": "3.
|
35
|
-
"@aws-sdk/credential-provider-sso": "3.
|
36
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
31
|
+
"@aws-sdk/credential-provider-env": "3.568.0",
|
32
|
+
"@aws-sdk/credential-provider-http": "3.568.0",
|
33
|
+
"@aws-sdk/credential-provider-ini": "3.568.0",
|
34
|
+
"@aws-sdk/credential-provider-process": "3.568.0",
|
35
|
+
"@aws-sdk/credential-provider-sso": "3.568.0",
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.568.0",
|
37
37
|
"@aws-sdk/types": "3.567.0",
|
38
38
|
"@smithy/credential-provider-imds": "^2.3.0",
|
39
39
|
"@smithy/property-provider": "^2.2.0",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
45
|
"@tsconfig/recommended": "1.0.1",
|
46
|
-
"@types/node": "^
|
46
|
+
"@types/node": "^16.18.96",
|
47
47
|
"concurrently": "7.0.0",
|
48
48
|
"downlevel-dts": "0.10.1",
|
49
49
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@tsconfig/recommended": "1.0.1",
|
35
|
-
"@types/node": "^
|
35
|
+
"@types/node": "^16.18.96",
|
36
36
|
"concurrently": "7.0.0",
|
37
37
|
"downlevel-dts": "0.10.1",
|
38
38
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,8 +24,8 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/client-sso": "3.
|
28
|
-
"@aws-sdk/token-providers": "3.
|
27
|
+
"@aws-sdk/client-sso": "3.568.0",
|
28
|
+
"@aws-sdk/token-providers": "3.568.0",
|
29
29
|
"@aws-sdk/types": "3.567.0",
|
30
30
|
"@smithy/property-provider": "^2.2.0",
|
31
31
|
"@smithy/shared-ini-file-loader": "^2.4.0",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@tsconfig/recommended": "1.0.1",
|
37
|
-
"@types/node": "^
|
37
|
+
"@types/node": "^16.18.96",
|
38
38
|
"concurrently": "7.0.0",
|
39
39
|
"downlevel-dts": "0.10.1",
|
40
40
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -39,14 +39,14 @@
|
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@tsconfig/recommended": "1.0.1",
|
42
|
-
"@types/node": "^
|
42
|
+
"@types/node": "^16.18.96",
|
43
43
|
"concurrently": "7.0.0",
|
44
44
|
"downlevel-dts": "0.10.1",
|
45
45
|
"rimraf": "3.0.2",
|
46
46
|
"typescript": "~4.9.5"
|
47
47
|
},
|
48
48
|
"peerDependencies": {
|
49
|
-
"@aws-sdk/client-sts": "^3.
|
49
|
+
"@aws-sdk/client-sts": "^3.568.0"
|
50
50
|
},
|
51
51
|
"types": "./dist-types/index.d.ts",
|
52
52
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-logger",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-logger",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@tsconfig/recommended": "1.0.1",
|
31
|
-
"@types/node": "^
|
31
|
+
"@types/node": "^16.18.96",
|
32
32
|
"concurrently": "7.0.0",
|
33
33
|
"downlevel-dts": "0.10.1",
|
34
34
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/token-providers",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"description": "A collection of token providers",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -34,14 +34,14 @@
|
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@tsconfig/recommended": "1.0.1",
|
37
|
-
"@types/node": "^
|
37
|
+
"@types/node": "^16.18.96",
|
38
38
|
"concurrently": "7.0.0",
|
39
39
|
"downlevel-dts": "0.10.1",
|
40
40
|
"rimraf": "3.0.2",
|
41
41
|
"typescript": "~4.9.5"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
|
-
"@aws-sdk/client-sso-oidc": "^3.
|
44
|
+
"@aws-sdk/client-sso-oidc": "^3.568.0"
|
45
45
|
},
|
46
46
|
"types": "./dist-types/index.d.ts",
|
47
47
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-locate-window",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-locate-window",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"@tsconfig/recommended": "1.0.1",
|
24
|
-
"@types/node": "^
|
24
|
+
"@types/node": "^16.18.96",
|
25
25
|
"concurrently": "7.0.0",
|
26
26
|
"downlevel-dts": "0.10.1",
|
27
27
|
"rimraf": "3.0.2",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.568.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@tsconfig/recommended": "1.0.1",
|
30
|
-
"@types/node": "^
|
30
|
+
"@types/node": "^16.18.96",
|
31
31
|
"concurrently": "7.0.0",
|
32
32
|
"downlevel-dts": "0.10.1",
|
33
33
|
"rimraf": "3.0.2",
|
package/package.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
"@types/node": "16.18.78",
|
49
49
|
"@typescript-eslint/eslint-plugin": "^6",
|
50
50
|
"@typescript-eslint/parser": "^6",
|
51
|
-
"aws-cdk": "^2.
|
51
|
+
"aws-cdk": "^2.140.0",
|
52
52
|
"aws-cdk-lib": "2.109.0",
|
53
53
|
"cdk8s": "2.68.4",
|
54
54
|
"cdk8s-cli": "^2.198.109",
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"constructs": "^10.3.0"
|
77
77
|
},
|
78
78
|
"dependencies": {
|
79
|
-
"@aws-sdk/client-cloudformation": "^3.
|
79
|
+
"@aws-sdk/client-cloudformation": "^3.569.0"
|
80
80
|
},
|
81
81
|
"bundledDependencies": [
|
82
82
|
"@aws-sdk/client-cloudformation"
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"publishConfig": {
|
93
93
|
"access": "public"
|
94
94
|
},
|
95
|
-
"version": "0.0.
|
95
|
+
"version": "0.0.96",
|
96
96
|
"jest": {
|
97
97
|
"testMatch": [
|
98
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|