@cdk8s/awscdk-resolver 0.0.690 → 0.0.692
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/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +187 -181
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +184 -180
- package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
- package/node_modules/@aws-sdk/core/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +14 -11
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +13 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +33 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +22 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +22 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +40 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +14 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -37
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +26 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +49 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -7
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +22 -22
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +0 -15
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +8 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/exceptions.js +18 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +49 -8
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +12 -7
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +11 -3
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +17 -7
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +11 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +21 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +2 -2
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/types/dist-types/metrics.d.ts +8 -7
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +8 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +5 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1138.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cloudformation",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@aws-sdk/core": "^3.978.
|
|
52
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
53
|
-
"@aws-sdk/types": "^3.974.
|
|
54
|
-
"@smithy/core": "^3.
|
|
55
|
-
"@smithy/fetch-http-handler": "^5.
|
|
56
|
-
"@smithy/node-http-handler": "^4.
|
|
57
|
-
"@smithy/types": "^4.
|
|
51
|
+
"@aws-sdk/core": "^3.978.1",
|
|
52
|
+
"@aws-sdk/credential-provider-node": "^3.972.84",
|
|
53
|
+
"@aws-sdk/types": "^3.974.6",
|
|
54
|
+
"@smithy/core": "^3.35.0",
|
|
55
|
+
"@smithy/fetch-http-handler": "^5.8.0",
|
|
56
|
+
"@smithy/node-http-handler": "^4.12.1",
|
|
57
|
+
"@smithy/types": "^4.19.0",
|
|
58
58
|
"tslib": "^2.6.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.978.
|
|
3
|
+
"version": "3.978.1",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/core",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"test:temp:retry": "SMITHY_NEW_RETRIES_2026=true node ./integ/retry.integ.spec && AWS_NEW_RETRIES_2026=true node ./integ/retry.integ.spec && node ./integ/retry.integ.spec"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@aws-sdk/types": "^3.974.
|
|
128
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
127
|
+
"@aws-sdk/types": "^3.974.6",
|
|
128
|
+
"@aws-sdk/xml-builder": "^3.972.41",
|
|
129
129
|
"@aws/lambda-invoke-store": "^0.3.0",
|
|
130
|
-
"@smithy/core": "^3.
|
|
131
|
-
"@smithy/signature-v4": "^5.
|
|
132
|
-
"@smithy/types": "^4.
|
|
130
|
+
"@smithy/core": "^3.35.0",
|
|
131
|
+
"@smithy/signature-v4": "^5.7.3",
|
|
132
|
+
"@smithy/types": "^4.19.0",
|
|
133
133
|
"bowser": "^2.11.0",
|
|
134
134
|
"tslib": "^2.6.2"
|
|
135
135
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.72",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"test:watch": "yarn g:vitest watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@aws-sdk/core": "^3.978.
|
|
47
|
-
"@aws-sdk/types": "^3.974.
|
|
48
|
-
"@smithy/core": "^3.
|
|
49
|
-
"@smithy/types": "^4.
|
|
46
|
+
"@aws-sdk/core": "^3.978.1",
|
|
47
|
+
"@aws-sdk/types": "^3.974.6",
|
|
48
|
+
"@smithy/core": "^3.35.0",
|
|
49
|
+
"@smithy/types": "^4.19.0",
|
|
50
50
|
"tslib": "^2.6.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.74",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@aws-sdk/core": "^3.978.
|
|
57
|
-
"@aws-sdk/types": "^3.974.
|
|
58
|
-
"@smithy/core": "^3.
|
|
59
|
-
"@smithy/fetch-http-handler": "^5.
|
|
60
|
-
"@smithy/node-http-handler": "^4.
|
|
61
|
-
"@smithy/types": "^4.
|
|
56
|
+
"@aws-sdk/core": "^3.978.1",
|
|
57
|
+
"@aws-sdk/types": "^3.974.6",
|
|
58
|
+
"@smithy/core": "^3.35.0",
|
|
59
|
+
"@smithy/fetch-http-handler": "^5.8.0",
|
|
60
|
+
"@smithy/node-http-handler": "^4.12.1",
|
|
61
|
+
"@smithy/types": "^4.19.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.973.
|
|
3
|
+
"version": "3.973.17",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aws-sdk/core": "^3.978.
|
|
49
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
50
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
51
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
52
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
53
|
-
"@aws-sdk/credential-provider-sso": "^3.973.
|
|
54
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
55
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
56
|
-
"@aws-sdk/types": "^3.974.
|
|
57
|
-
"@smithy/core": "^3.
|
|
58
|
-
"@smithy/credential-provider-imds": "^4.
|
|
59
|
-
"@smithy/types": "^4.
|
|
48
|
+
"@aws-sdk/core": "^3.978.1",
|
|
49
|
+
"@aws-sdk/credential-provider-env": "^3.972.72",
|
|
50
|
+
"@aws-sdk/credential-provider-http": "^3.972.74",
|
|
51
|
+
"@aws-sdk/credential-provider-login": "^3.972.79",
|
|
52
|
+
"@aws-sdk/credential-provider-process": "^3.972.72",
|
|
53
|
+
"@aws-sdk/credential-provider-sso": "^3.973.16",
|
|
54
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.78",
|
|
55
|
+
"@aws-sdk/nested-clients": "^3.997.46",
|
|
56
|
+
"@aws-sdk/types": "^3.974.6",
|
|
57
|
+
"@smithy/core": "^3.35.0",
|
|
58
|
+
"@smithy/credential-provider-imds": "^4.5.2",
|
|
59
|
+
"@smithy/types": "^4.19.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-login",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.79",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from aws login cached tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"test:watch": "yarn g:vitest watch"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aws-sdk/core": "^3.978.
|
|
49
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
50
|
-
"@aws-sdk/types": "^3.974.
|
|
51
|
-
"@smithy/core": "^3.
|
|
52
|
-
"@smithy/types": "^4.
|
|
48
|
+
"@aws-sdk/core": "^3.978.1",
|
|
49
|
+
"@aws-sdk/nested-clients": "^3.997.46",
|
|
50
|
+
"@aws-sdk/types": "^3.974.6",
|
|
51
|
+
"@smithy/core": "^3.35.0",
|
|
52
|
+
"@smithy/types": "^4.19.0",
|
|
53
53
|
"tslib": "^2.6.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.84",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
49
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
50
|
-
"@aws-sdk/credential-provider-ini": "^3.973.
|
|
51
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
52
|
-
"@aws-sdk/credential-provider-sso": "^3.973.
|
|
53
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
54
|
-
"@aws-sdk/types": "^3.974.
|
|
55
|
-
"@smithy/core": "^3.
|
|
56
|
-
"@smithy/credential-provider-imds": "^4.
|
|
57
|
-
"@smithy/types": "^4.
|
|
48
|
+
"@aws-sdk/credential-provider-env": "^3.972.72",
|
|
49
|
+
"@aws-sdk/credential-provider-http": "^3.972.74",
|
|
50
|
+
"@aws-sdk/credential-provider-ini": "^3.973.17",
|
|
51
|
+
"@aws-sdk/credential-provider-process": "^3.972.72",
|
|
52
|
+
"@aws-sdk/credential-provider-sso": "^3.973.16",
|
|
53
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.78",
|
|
54
|
+
"@aws-sdk/types": "^3.974.6",
|
|
55
|
+
"@smithy/core": "^3.35.0",
|
|
56
|
+
"@smithy/credential-provider-imds": "^4.5.2",
|
|
57
|
+
"@smithy/types": "^4.19.0",
|
|
58
58
|
"tslib": "^2.6.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.72",
|
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"test:watch": "yarn g:vitest watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@aws-sdk/core": "^3.978.
|
|
47
|
-
"@aws-sdk/types": "^3.974.
|
|
48
|
-
"@smithy/core": "^3.
|
|
49
|
-
"@smithy/types": "^4.
|
|
46
|
+
"@aws-sdk/core": "^3.978.1",
|
|
47
|
+
"@aws-sdk/types": "^3.974.6",
|
|
48
|
+
"@smithy/core": "^3.35.0",
|
|
49
|
+
"@smithy/types": "^4.19.0",
|
|
50
50
|
"tslib": "^2.6.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.973.
|
|
3
|
+
"version": "3.973.16",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aws-sdk/core": "^3.978.
|
|
49
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
50
|
-
"@aws-sdk/token-providers": "3.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
52
|
-
"@smithy/core": "^3.
|
|
53
|
-
"@smithy/types": "^4.
|
|
48
|
+
"@aws-sdk/core": "^3.978.1",
|
|
49
|
+
"@aws-sdk/nested-clients": "^3.997.46",
|
|
50
|
+
"@aws-sdk/token-providers": "3.1138.0",
|
|
51
|
+
"@aws-sdk/types": "^3.974.6",
|
|
52
|
+
"@smithy/core": "^3.35.0",
|
|
53
|
+
"@smithy/types": "^4.19.0",
|
|
54
54
|
"tslib": "^2.6.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.78",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"test:watch": "yarn g:vitest watch"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@aws-sdk/core": "^3.978.
|
|
54
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
55
|
-
"@aws-sdk/types": "^3.974.
|
|
56
|
-
"@smithy/core": "^3.
|
|
57
|
-
"@smithy/types": "^4.
|
|
53
|
+
"@aws-sdk/core": "^3.978.1",
|
|
54
|
+
"@aws-sdk/nested-clients": "^3.997.46",
|
|
55
|
+
"@aws-sdk/types": "^3.974.6",
|
|
56
|
+
"@smithy/core": "^3.35.0",
|
|
57
|
+
"@smithy/types": "^4.19.0",
|
|
58
58
|
"tslib": "^2.6.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
@@ -83,7 +83,7 @@ const commonParams = {
|
|
|
83
83
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
84
84
|
};
|
|
85
85
|
|
|
86
|
-
var version = "3.997.
|
|
86
|
+
var version = "3.997.45";
|
|
87
87
|
var packageInfo = {
|
|
88
88
|
version: version};
|
|
89
89
|
|
|
@@ -311,10 +311,10 @@ const _m = "message";
|
|
|
311
311
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentity";
|
|
312
312
|
const _se = "server";
|
|
313
313
|
const n0 = "com.amazonaws.cognitoidentity";
|
|
314
|
-
const _s_registry = TypeRegistry
|
|
314
|
+
const _s_registry = new TypeRegistry(_s);
|
|
315
315
|
var CognitoIdentityServiceException$ = [-3, _s, "CognitoIdentityServiceException", 0, [], []];
|
|
316
316
|
_s_registry.registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
|
|
317
|
-
const n0_registry = TypeRegistry
|
|
317
|
+
const n0_registry = new TypeRegistry(n0);
|
|
318
318
|
var ExternalServiceException$ = [-3, n0, _ESE,
|
|
319
319
|
{ [_e]: _c, [_hE]: 400 },
|
|
320
320
|
[_m],
|
|
@@ -78,7 +78,7 @@ const commonParams = {
|
|
|
78
78
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
79
79
|
};
|
|
80
80
|
|
|
81
|
-
var version = "3.997.
|
|
81
|
+
var version = "3.997.45";
|
|
82
82
|
var packageInfo = {
|
|
83
83
|
version: version};
|
|
84
84
|
|
|
@@ -302,10 +302,10 @@ const _tO = "tokenOutput";
|
|
|
302
302
|
const _tT = "tokenType";
|
|
303
303
|
const _tt = "token_type";
|
|
304
304
|
const n0 = "com.amazonaws.signin";
|
|
305
|
-
const _s_registry = TypeRegistry
|
|
305
|
+
const _s_registry = new TypeRegistry(_s);
|
|
306
306
|
var SigninServiceException$ = [-3, _s, "SigninServiceException", 0, [], []];
|
|
307
307
|
_s_registry.registerError(SigninServiceException$, SigninServiceException);
|
|
308
|
-
const n0_registry = TypeRegistry
|
|
308
|
+
const n0_registry = new TypeRegistry(n0);
|
|
309
309
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
310
310
|
{ [_e]: _c },
|
|
311
311
|
[_e, _m],
|
|
@@ -78,7 +78,7 @@ const commonParams = {
|
|
|
78
78
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
79
79
|
};
|
|
80
80
|
|
|
81
|
-
var version = "3.997.
|
|
81
|
+
var version = "3.997.45";
|
|
82
82
|
var packageInfo = {
|
|
83
83
|
version: version};
|
|
84
84
|
|
|
@@ -230,10 +230,10 @@ const _sAK = "secretAccessKey";
|
|
|
230
230
|
const _sT = "sessionToken";
|
|
231
231
|
const _xasbt = "x-amz-sso_bearer_token";
|
|
232
232
|
const n0 = "com.amazonaws.sso";
|
|
233
|
-
const _s_registry = TypeRegistry
|
|
233
|
+
const _s_registry = new TypeRegistry(_s);
|
|
234
234
|
var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
|
|
235
235
|
_s_registry.registerError(SSOServiceException$, SSOServiceException);
|
|
236
|
-
const n0_registry = TypeRegistry
|
|
236
|
+
const n0_registry = new TypeRegistry(n0);
|
|
237
237
|
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
238
238
|
{ [_e]: _c, [_hE]: 400 },
|
|
239
239
|
[_m],
|
|
@@ -78,7 +78,7 @@ const commonParams = {
|
|
|
78
78
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
79
79
|
};
|
|
80
80
|
|
|
81
|
-
var version = "3.997.
|
|
81
|
+
var version = "3.997.45";
|
|
82
82
|
var packageInfo = {
|
|
83
83
|
version: version};
|
|
84
84
|
|
|
@@ -372,10 +372,10 @@ const _sc = "scope";
|
|
|
372
372
|
const _se = "server";
|
|
373
373
|
const _tT = "tokenType";
|
|
374
374
|
const n0 = "com.amazonaws.ssooidc";
|
|
375
|
-
const _s_registry = TypeRegistry
|
|
375
|
+
const _s_registry = new TypeRegistry(_s);
|
|
376
376
|
var SSOOIDCServiceException$ = [-3, _s, "SSOOIDCServiceException", 0, [], []];
|
|
377
377
|
_s_registry.registerError(SSOOIDCServiceException$, SSOOIDCServiceException);
|
|
378
|
-
const n0_registry = TypeRegistry
|
|
378
|
+
const n0_registry = new TypeRegistry(n0);
|
|
379
379
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
380
380
|
{ [_e]: _c, [_hE]: 400 },
|
|
381
381
|
[_e, _r, _ed],
|
|
@@ -258,7 +258,7 @@ const commonParams = {
|
|
|
258
258
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
259
259
|
};
|
|
260
260
|
|
|
261
|
-
var version = "3.997.
|
|
261
|
+
var version = "3.997.45";
|
|
262
262
|
var packageInfo = {
|
|
263
263
|
version: version};
|
|
264
264
|
|
|
@@ -377,6 +377,7 @@ const _IDPRCE = "IDPRejectedClaimException";
|
|
|
377
377
|
const _IITE = "InvalidIdentityTokenException";
|
|
378
378
|
const _K = "Key";
|
|
379
379
|
const _MPDE = "MalformedPolicyDocumentException";
|
|
380
|
+
const _MSTS = "MinimumSessionTokenSize";
|
|
380
381
|
const _P = "Policy";
|
|
381
382
|
const _PA = "PolicyArns";
|
|
382
383
|
const _PAr = "ProviderArn";
|
|
@@ -396,6 +397,8 @@ const _SFWIT = "SubjectFromWebIdentityToken";
|
|
|
396
397
|
const _SI = "SourceIdentity";
|
|
397
398
|
const _SN = "SerialNumber";
|
|
398
399
|
const _ST = "SessionToken";
|
|
400
|
+
const _STS = "SessionTokenSize";
|
|
401
|
+
const _STU = "SessionTokenUtilization";
|
|
399
402
|
const _T = "Tags";
|
|
400
403
|
const _TC = "TokenCode";
|
|
401
404
|
const _TTK = "TransitiveTagKeys";
|
|
@@ -414,10 +417,10 @@ const _pDLT = "policyDescriptorListType";
|
|
|
414
417
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sts";
|
|
415
418
|
const _tLT = "tagListType";
|
|
416
419
|
const n0 = "com.amazonaws.sts";
|
|
417
|
-
const _s_registry = TypeRegistry
|
|
420
|
+
const _s_registry = new TypeRegistry(_s);
|
|
418
421
|
var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []];
|
|
419
422
|
_s_registry.registerError(STSServiceException$, STSServiceException);
|
|
420
|
-
const n0_registry = TypeRegistry
|
|
423
|
+
const n0_registry = new TypeRegistry(n0);
|
|
421
424
|
var ExpiredTokenException$ = [-3, n0, _ETE,
|
|
422
425
|
{ [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
423
426
|
[_m],
|
|
@@ -473,23 +476,23 @@ var AssumedRoleUser$ = [3, n0, _ARU,
|
|
|
473
476
|
];
|
|
474
477
|
var AssumeRoleRequest$ = [3, n0, _ARR,
|
|
475
478
|
0,
|
|
476
|
-
[_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
|
|
477
|
-
[0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType], 2
|
|
479
|
+
[_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC, _MSTS],
|
|
480
|
+
[0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType, 1], 2
|
|
478
481
|
];
|
|
479
482
|
var AssumeRoleResponse$ = [3, n0, _ARRs,
|
|
480
483
|
0,
|
|
481
|
-
[_C, _ARU, _PPS, _SI],
|
|
482
|
-
[[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0]
|
|
484
|
+
[_C, _ARU, _PPS, _SI, _STU, _STS],
|
|
485
|
+
[[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0, 1, 1]
|
|
483
486
|
];
|
|
484
487
|
var AssumeRoleWithWebIdentityRequest$ = [3, n0, _ARWWIR,
|
|
485
488
|
0,
|
|
486
|
-
[_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
|
|
487
|
-
[0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1], 3
|
|
489
|
+
[_RA, _RSN, _WIT, _PI, _PA, _P, _DS, _MSTS],
|
|
490
|
+
[0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1, 1], 3
|
|
488
491
|
];
|
|
489
492
|
var AssumeRoleWithWebIdentityResponse$ = [3, n0, _ARWWIRs,
|
|
490
493
|
0,
|
|
491
|
-
[_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI],
|
|
492
|
-
[[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0]
|
|
494
|
+
[_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI, _STU, _STS],
|
|
495
|
+
[[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0, 1, 1]
|
|
493
496
|
];
|
|
494
497
|
var Credentials$ = [3, n0, _C,
|
|
495
498
|
0,
|
|
@@ -36,10 +36,10 @@ const n0 = "com.amazonaws.cognitoidentity";
|
|
|
36
36
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
37
37
|
import { CognitoIdentityServiceException } from "../models/CognitoIdentityServiceException";
|
|
38
38
|
import { ExternalServiceException, InternalErrorException, InvalidIdentityPoolConfigurationException, InvalidParameterException, LimitExceededException, NotAuthorizedException, ResourceConflictException, ResourceNotFoundException, TooManyRequestsException, } from "../models/errors";
|
|
39
|
-
const _s_registry = TypeRegistry
|
|
39
|
+
const _s_registry = new TypeRegistry(_s);
|
|
40
40
|
export var CognitoIdentityServiceException$ = [-3, _s, "CognitoIdentityServiceException", 0, [], []];
|
|
41
41
|
_s_registry.registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
|
|
42
|
-
const n0_registry = TypeRegistry
|
|
42
|
+
const n0_registry = new TypeRegistry(n0);
|
|
43
43
|
export var ExternalServiceException$ = [-3, n0, _ESE,
|
|
44
44
|
{ [_e]: _c, [_hE]: 400 },
|
|
45
45
|
[_m],
|
|
@@ -45,10 +45,10 @@ const n0 = "com.amazonaws.signin";
|
|
|
45
45
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
46
46
|
import { AccessDeniedException, InternalServerException, TooManyRequestsError, ValidationException, } from "../models/errors";
|
|
47
47
|
import { SigninServiceException } from "../models/SigninServiceException";
|
|
48
|
-
const _s_registry = TypeRegistry
|
|
48
|
+
const _s_registry = new TypeRegistry(_s);
|
|
49
49
|
export var SigninServiceException$ = [-3, _s, "SigninServiceException", 0, [], []];
|
|
50
50
|
_s_registry.registerError(SigninServiceException$, SigninServiceException);
|
|
51
|
-
const n0_registry = TypeRegistry
|
|
51
|
+
const n0_registry = new TypeRegistry(n0);
|
|
52
52
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
53
53
|
{ [_e]: _c },
|
|
54
54
|
[_e, _m],
|
|
@@ -32,10 +32,10 @@ const n0 = "com.amazonaws.sso";
|
|
|
32
32
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
33
33
|
import { InvalidRequestException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException, } from "../models/errors";
|
|
34
34
|
import { SSOServiceException } from "../models/SSOServiceException";
|
|
35
|
-
const _s_registry = TypeRegistry
|
|
35
|
+
const _s_registry = new TypeRegistry(_s);
|
|
36
36
|
export var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
|
|
37
37
|
_s_registry.registerError(SSOServiceException$, SSOServiceException);
|
|
38
|
-
const n0_registry = TypeRegistry
|
|
38
|
+
const n0_registry = new TypeRegistry(n0);
|
|
39
39
|
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
40
40
|
{ [_e]: _c, [_hE]: 400 },
|
|
41
41
|
[_m],
|
package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js
CHANGED
|
@@ -42,10 +42,10 @@ const n0 = "com.amazonaws.ssooidc";
|
|
|
42
42
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
43
43
|
import { AccessDeniedException, AuthorizationPendingException, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidGrantException, InvalidRequestException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, } from "../models/errors";
|
|
44
44
|
import { SSOOIDCServiceException } from "../models/SSOOIDCServiceException";
|
|
45
|
-
const _s_registry = TypeRegistry
|
|
45
|
+
const _s_registry = new TypeRegistry(_s);
|
|
46
46
|
export var SSOOIDCServiceException$ = [-3, _s, "SSOOIDCServiceException", 0, [], []];
|
|
47
47
|
_s_registry.registerError(SSOOIDCServiceException$, SSOOIDCServiceException);
|
|
48
|
-
const n0_registry = TypeRegistry
|
|
48
|
+
const n0_registry = new TypeRegistry(n0);
|
|
49
49
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
50
50
|
{ [_e]: _c, [_hE]: 400 },
|
|
51
51
|
[_e, _r, _ed],
|
|
@@ -20,6 +20,7 @@ const _IDPRCE = "IDPRejectedClaimException";
|
|
|
20
20
|
const _IITE = "InvalidIdentityTokenException";
|
|
21
21
|
const _K = "Key";
|
|
22
22
|
const _MPDE = "MalformedPolicyDocumentException";
|
|
23
|
+
const _MSTS = "MinimumSessionTokenSize";
|
|
23
24
|
const _P = "Policy";
|
|
24
25
|
const _PA = "PolicyArns";
|
|
25
26
|
const _PAr = "ProviderArn";
|
|
@@ -39,6 +40,8 @@ const _SFWIT = "SubjectFromWebIdentityToken";
|
|
|
39
40
|
const _SI = "SourceIdentity";
|
|
40
41
|
const _SN = "SerialNumber";
|
|
41
42
|
const _ST = "SessionToken";
|
|
43
|
+
const _STS = "SessionTokenSize";
|
|
44
|
+
const _STU = "SessionTokenUtilization";
|
|
42
45
|
const _T = "Tags";
|
|
43
46
|
const _TC = "TokenCode";
|
|
44
47
|
const _TTK = "TransitiveTagKeys";
|
|
@@ -60,10 +63,10 @@ const n0 = "com.amazonaws.sts";
|
|
|
60
63
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
61
64
|
import { ExpiredTokenException, IDPCommunicationErrorException, IDPRejectedClaimException, InvalidIdentityTokenException, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, } from "../models/errors";
|
|
62
65
|
import { STSServiceException } from "../models/STSServiceException";
|
|
63
|
-
const _s_registry = TypeRegistry
|
|
66
|
+
const _s_registry = new TypeRegistry(_s);
|
|
64
67
|
export var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []];
|
|
65
68
|
_s_registry.registerError(STSServiceException$, STSServiceException);
|
|
66
|
-
const n0_registry = TypeRegistry
|
|
69
|
+
const n0_registry = new TypeRegistry(n0);
|
|
67
70
|
export var ExpiredTokenException$ = [-3, n0, _ETE,
|
|
68
71
|
{ [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
69
72
|
[_m],
|
|
@@ -119,23 +122,23 @@ export var AssumedRoleUser$ = [3, n0, _ARU,
|
|
|
119
122
|
];
|
|
120
123
|
export var AssumeRoleRequest$ = [3, n0, _ARR,
|
|
121
124
|
0,
|
|
122
|
-
[_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
|
|
123
|
-
[0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType], 2
|
|
125
|
+
[_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC, _MSTS],
|
|
126
|
+
[0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType, 1], 2
|
|
124
127
|
];
|
|
125
128
|
export var AssumeRoleResponse$ = [3, n0, _ARRs,
|
|
126
129
|
0,
|
|
127
|
-
[_C, _ARU, _PPS, _SI],
|
|
128
|
-
[[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0]
|
|
130
|
+
[_C, _ARU, _PPS, _SI, _STU, _STS],
|
|
131
|
+
[[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0, 1, 1]
|
|
129
132
|
];
|
|
130
133
|
export var AssumeRoleWithWebIdentityRequest$ = [3, n0, _ARWWIR,
|
|
131
134
|
0,
|
|
132
|
-
[_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
|
|
133
|
-
[0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1], 3
|
|
135
|
+
[_RA, _RSN, _WIT, _PI, _PA, _P, _DS, _MSTS],
|
|
136
|
+
[0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1, 1], 3
|
|
134
137
|
];
|
|
135
138
|
export var AssumeRoleWithWebIdentityResponse$ = [3, n0, _ARWWIRs,
|
|
136
139
|
0,
|
|
137
|
-
[_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI],
|
|
138
|
-
[[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0]
|
|
140
|
+
[_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI, _STU, _STS],
|
|
141
|
+
[[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0, 1, 1]
|
|
139
142
|
];
|
|
140
143
|
export var Credentials$ = [3, n0, _C,
|
|
141
144
|
0,
|
|
@@ -1,20 +1,26 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, MetricsRecorder as __MetricsRecorder } from "@smithy/types";
|
|
2
2
|
import { CognitoIdentityClient } from "./CognitoIdentityClient";
|
|
3
3
|
import { type GetCredentialsForIdentityCommandInput, type GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand";
|
|
4
4
|
import { type GetIdCommandInput, type GetIdCommandOutput } from "./commands/GetIdCommand";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface CognitoIdentityRequestOptions extends __HttpHandlerOptions {
|
|
9
|
+
metricsRecorder?: __MetricsRecorder<unknown>;
|
|
10
|
+
}
|
|
5
11
|
export interface CognitoIdentity {
|
|
6
12
|
/**
|
|
7
13
|
* @see {@link GetCredentialsForIdentityCommand}
|
|
8
14
|
*/
|
|
9
|
-
getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, options?:
|
|
15
|
+
getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, options?: CognitoIdentityRequestOptions): Promise<GetCredentialsForIdentityCommandOutput>;
|
|
10
16
|
getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void): void;
|
|
11
|
-
getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, options:
|
|
17
|
+
getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, options: CognitoIdentityRequestOptions, cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void): void;
|
|
12
18
|
/**
|
|
13
19
|
* @see {@link GetIdCommand}
|
|
14
20
|
*/
|
|
15
|
-
getId(args: GetIdCommandInput, options?:
|
|
21
|
+
getId(args: GetIdCommandInput, options?: CognitoIdentityRequestOptions): Promise<GetIdCommandOutput>;
|
|
16
22
|
getId(args: GetIdCommandInput, cb: (err: any, data?: GetIdCommandOutput) => void): void;
|
|
17
|
-
getId(args: GetIdCommandInput, options:
|
|
23
|
+
getId(args: GetIdCommandInput, options: CognitoIdentityRequestOptions, cb: (err: any, data?: GetIdCommandOutput) => void): void;
|
|
18
24
|
}
|
|
19
25
|
/**
|
|
20
26
|
* <fullname>Amazon Cognito Federated Identities</fullname>
|
|
@@ -1,20 +1,26 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, MetricsRecorder as __MetricsRecorder } from "@smithy/types";
|
|
2
2
|
import { type CreateOAuth2TokenCommandInput, type CreateOAuth2TokenCommandOutput } from "./commands/CreateOAuth2TokenCommand";
|
|
3
3
|
import { type CreateOAuth2TokenWithIAMCommandInput, type CreateOAuth2TokenWithIAMCommandOutput } from "./commands/CreateOAuth2TokenWithIAMCommand";
|
|
4
4
|
import { SigninClient } from "./SigninClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface SigninRequestOptions extends __HttpHandlerOptions {
|
|
9
|
+
metricsRecorder?: __MetricsRecorder<unknown>;
|
|
10
|
+
}
|
|
5
11
|
export interface Signin {
|
|
6
12
|
/**
|
|
7
13
|
* @see {@link CreateOAuth2TokenCommand}
|
|
8
14
|
*/
|
|
9
|
-
createOAuth2Token(args: CreateOAuth2TokenCommandInput, options?:
|
|
15
|
+
createOAuth2Token(args: CreateOAuth2TokenCommandInput, options?: SigninRequestOptions): Promise<CreateOAuth2TokenCommandOutput>;
|
|
10
16
|
createOAuth2Token(args: CreateOAuth2TokenCommandInput, cb: (err: any, data?: CreateOAuth2TokenCommandOutput) => void): void;
|
|
11
|
-
createOAuth2Token(args: CreateOAuth2TokenCommandInput, options:
|
|
17
|
+
createOAuth2Token(args: CreateOAuth2TokenCommandInput, options: SigninRequestOptions, cb: (err: any, data?: CreateOAuth2TokenCommandOutput) => void): void;
|
|
12
18
|
/**
|
|
13
19
|
* @see {@link CreateOAuth2TokenWithIAMCommand}
|
|
14
20
|
*/
|
|
15
|
-
createOAuth2TokenWithIAM(args: CreateOAuth2TokenWithIAMCommandInput, options?:
|
|
21
|
+
createOAuth2TokenWithIAM(args: CreateOAuth2TokenWithIAMCommandInput, options?: SigninRequestOptions): Promise<CreateOAuth2TokenWithIAMCommandOutput>;
|
|
16
22
|
createOAuth2TokenWithIAM(args: CreateOAuth2TokenWithIAMCommandInput, cb: (err: any, data?: CreateOAuth2TokenWithIAMCommandOutput) => void): void;
|
|
17
|
-
createOAuth2TokenWithIAM(args: CreateOAuth2TokenWithIAMCommandInput, options:
|
|
23
|
+
createOAuth2TokenWithIAM(args: CreateOAuth2TokenWithIAMCommandInput, options: SigninRequestOptions, cb: (err: any, data?: CreateOAuth2TokenWithIAMCommandOutput) => void): void;
|
|
18
24
|
}
|
|
19
25
|
/**
|
|
20
26
|
* AWS Sign-In manages authentication for AWS services. This service provides
|