@aws-sdk/credential-providers 3.729.0 → 3.730.0
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/loadSts.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.STSClient = exports.AssumeRoleCommand = void 0;
|
|
4
|
-
const
|
|
5
|
-
Object.defineProperty(exports, "AssumeRoleCommand", { enumerable: true, get: function () { return
|
|
6
|
-
Object.defineProperty(exports, "STSClient", { enumerable: true, get: function () { return
|
|
4
|
+
const sts_1 = require("@aws-sdk/nested-clients/sts");
|
|
5
|
+
Object.defineProperty(exports, "AssumeRoleCommand", { enumerable: true, get: function () { return sts_1.AssumeRoleCommand; } });
|
|
6
|
+
Object.defineProperty(exports, "STSClient", { enumerable: true, get: function () { return sts_1.STSClient; } });
|
package/dist-es/loadSts.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AssumeRoleCommand, STSClient } from "@aws-sdk/
|
|
1
|
+
import { AssumeRoleCommand, STSClient } from "@aws-sdk/nested-clients/sts";
|
|
2
2
|
export { AssumeRoleCommand, STSClient };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AssumeRoleCommandInput, STSClientConfig } from "@aws-sdk/
|
|
1
|
+
import type { AssumeRoleCommandInput, STSClientConfig } from "@aws-sdk/nested-clients/sts";
|
|
2
2
|
import type { CredentialProviderOptions } from "@aws-sdk/types";
|
|
3
3
|
import { AwsCredentialIdentity, AwsCredentialIdentityProvider, Pluggable } from "@smithy/types";
|
|
4
4
|
export interface FromTemporaryCredentialsOptions extends CredentialProviderOptions {
|
package/dist-types/loadSts.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
AssumeRoleCommandInput,
|
|
3
|
+
STSClientConfig,
|
|
4
|
+
} from "@aws-sdk/nested-clients/sts";
|
|
2
5
|
import { CredentialProviderOptions } from "@aws-sdk/types";
|
|
3
6
|
import {
|
|
4
7
|
AwsCredentialIdentity,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AssumeRoleCommand, STSClient } from "@aws-sdk/
|
|
1
|
+
import { AssumeRoleCommand, STSClient } from "@aws-sdk/nested-clients/sts";
|
|
2
2
|
export { AssumeRoleCommand, STSClient };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.730.0",
|
|
4
4
|
"description": "A collection of credential providers, without requiring service clients like STS, Cognito",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -30,18 +30,17 @@
|
|
|
30
30
|
},
|
|
31
31
|
"license": "Apache-2.0",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@aws-sdk/client-cognito-identity": "3.
|
|
34
|
-
"@aws-sdk/
|
|
35
|
-
"@aws-sdk/
|
|
36
|
-
"@aws-sdk/
|
|
37
|
-
"@aws-sdk/credential-provider-
|
|
38
|
-
"@aws-sdk/credential-provider-
|
|
39
|
-
"@aws-sdk/credential-provider-
|
|
40
|
-
"@aws-sdk/credential-provider-
|
|
41
|
-
"@aws-sdk/credential-provider-
|
|
42
|
-
"@aws-sdk/credential-provider-
|
|
43
|
-
"@aws-sdk/
|
|
44
|
-
"@aws-sdk/credential-provider-web-identity": "3.723.0",
|
|
33
|
+
"@aws-sdk/client-cognito-identity": "3.730.0",
|
|
34
|
+
"@aws-sdk/core": "3.730.0",
|
|
35
|
+
"@aws-sdk/credential-provider-cognito-identity": "3.730.0",
|
|
36
|
+
"@aws-sdk/credential-provider-env": "3.730.0",
|
|
37
|
+
"@aws-sdk/credential-provider-http": "3.730.0",
|
|
38
|
+
"@aws-sdk/credential-provider-ini": "3.730.0",
|
|
39
|
+
"@aws-sdk/credential-provider-node": "3.730.0",
|
|
40
|
+
"@aws-sdk/credential-provider-process": "3.730.0",
|
|
41
|
+
"@aws-sdk/credential-provider-sso": "3.730.0",
|
|
42
|
+
"@aws-sdk/credential-provider-web-identity": "3.730.0",
|
|
43
|
+
"@aws-sdk/nested-clients": "3.730.0",
|
|
45
44
|
"@aws-sdk/types": "3.723.0",
|
|
46
45
|
"@smithy/credential-provider-imds": "^4.0.0",
|
|
47
46
|
"@smithy/property-provider": "^4.0.0",
|