@cdk8s/awscdk-resolver 0.0.43 → 0.0.45
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/fetch-output-value.js +1 -1
- package/lib/resolve.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/protocols/Aws_query.js +2385 -2037
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +2385 -2037
- package/node_modules/@aws-sdk/client-cloudformation/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +38 -59
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +38 -59
- package/node_modules/@aws-sdk/client-sso/package.json +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +250 -194
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +250 -194
- package/node_modules/@aws-sdk/client-sts/package.json +4 -4
- package/node_modules/@aws-sdk/core/CHANGELOG.md +22 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.js +1 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/index.js +1 -1
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/index.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/index.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.ts +1 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/index.js +3 -0
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +32 -0
- package/node_modules/@smithy/core/dist-es/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +27 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/package.json +2 -1
- package/package.json +2 -2
- /package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/{aws-sdk → aws_sdk}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/{aws-sdk → aws_sdk}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/{aws-sdk → aws_sdk}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/{aws-sdk → aws_sdk}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/src/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.ts +0 -0
- /package/node_modules/@aws-sdk/core/src/httpAuthSchemes/{aws-sdk → aws_sdk}/index.ts +0 -0
- /package/node_modules/@aws-sdk/core/src/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.ts +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.477.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -20,9 +20,9 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
23
|
-
"@aws-sdk/client-sts": "3.
|
24
|
-
"@aws-sdk/core": "3.
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
23
|
+
"@aws-sdk/client-sts": "3.477.0",
|
24
|
+
"@aws-sdk/core": "3.477.0",
|
25
|
+
"@aws-sdk/credential-provider-node": "3.477.0",
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
@@ -1,96 +1,65 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.de_LogoutCommand = exports.de_ListAccountsCommand = exports.de_ListAccountRolesCommand = exports.de_GetRoleCredentialsCommand = exports.se_LogoutCommand = exports.se_ListAccountsCommand = exports.se_ListAccountRolesCommand = exports.se_GetRoleCredentialsCommand = void 0;
|
4
|
-
const
|
4
|
+
const core_1 = require("@smithy/core");
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
6
6
|
const models_0_1 = require("../models/models_0");
|
7
7
|
const SSOServiceException_1 = require("../models/SSOServiceException");
|
8
8
|
const se_GetRoleCredentialsCommand = async (input, context) => {
|
9
|
-
const
|
9
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
10
10
|
const headers = (0, smithy_client_1.map)({}, isSerializableHeaderValue, {
|
11
|
-
|
11
|
+
[_xasbt]: input[_aT],
|
12
12
|
});
|
13
|
-
|
13
|
+
b.bp("/federation/credentials");
|
14
14
|
const query = (0, smithy_client_1.map)({
|
15
|
-
|
16
|
-
|
15
|
+
[_rn]: [, (0, smithy_client_1.expectNonNull)(input[_rN], `roleName`)],
|
16
|
+
[_ai]: [, (0, smithy_client_1.expectNonNull)(input[_aI], `accountId`)],
|
17
17
|
});
|
18
18
|
let body;
|
19
|
-
|
20
|
-
|
21
|
-
hostname,
|
22
|
-
port,
|
23
|
-
method: "GET",
|
24
|
-
headers,
|
25
|
-
path: resolvedPath,
|
26
|
-
query,
|
27
|
-
body,
|
28
|
-
});
|
19
|
+
b.m("GET").h(headers).q(query).b(body);
|
20
|
+
return b.build();
|
29
21
|
};
|
30
22
|
exports.se_GetRoleCredentialsCommand = se_GetRoleCredentialsCommand;
|
31
23
|
const se_ListAccountRolesCommand = async (input, context) => {
|
32
|
-
const
|
24
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
33
25
|
const headers = (0, smithy_client_1.map)({}, isSerializableHeaderValue, {
|
34
|
-
|
26
|
+
[_xasbt]: input[_aT],
|
35
27
|
});
|
36
|
-
|
28
|
+
b.bp("/assignment/roles");
|
37
29
|
const query = (0, smithy_client_1.map)({
|
38
|
-
|
39
|
-
|
40
|
-
|
30
|
+
[_nt]: [, input[_nT]],
|
31
|
+
[_mr]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
32
|
+
[_ai]: [, (0, smithy_client_1.expectNonNull)(input[_aI], `accountId`)],
|
41
33
|
});
|
42
34
|
let body;
|
43
|
-
|
44
|
-
|
45
|
-
hostname,
|
46
|
-
port,
|
47
|
-
method: "GET",
|
48
|
-
headers,
|
49
|
-
path: resolvedPath,
|
50
|
-
query,
|
51
|
-
body,
|
52
|
-
});
|
35
|
+
b.m("GET").h(headers).q(query).b(body);
|
36
|
+
return b.build();
|
53
37
|
};
|
54
38
|
exports.se_ListAccountRolesCommand = se_ListAccountRolesCommand;
|
55
39
|
const se_ListAccountsCommand = async (input, context) => {
|
56
|
-
const
|
40
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
57
41
|
const headers = (0, smithy_client_1.map)({}, isSerializableHeaderValue, {
|
58
|
-
|
42
|
+
[_xasbt]: input[_aT],
|
59
43
|
});
|
60
|
-
|
44
|
+
b.bp("/assignment/accounts");
|
61
45
|
const query = (0, smithy_client_1.map)({
|
62
|
-
|
63
|
-
|
46
|
+
[_nt]: [, input[_nT]],
|
47
|
+
[_mr]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
64
48
|
});
|
65
49
|
let body;
|
66
|
-
|
67
|
-
|
68
|
-
hostname,
|
69
|
-
port,
|
70
|
-
method: "GET",
|
71
|
-
headers,
|
72
|
-
path: resolvedPath,
|
73
|
-
query,
|
74
|
-
body,
|
75
|
-
});
|
50
|
+
b.m("GET").h(headers).q(query).b(body);
|
51
|
+
return b.build();
|
76
52
|
};
|
77
53
|
exports.se_ListAccountsCommand = se_ListAccountsCommand;
|
78
54
|
const se_LogoutCommand = async (input, context) => {
|
79
|
-
const
|
55
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
80
56
|
const headers = (0, smithy_client_1.map)({}, isSerializableHeaderValue, {
|
81
|
-
|
57
|
+
[_xasbt]: input[_aT],
|
82
58
|
});
|
83
|
-
|
59
|
+
b.bp("/logout");
|
84
60
|
let body;
|
85
|
-
|
86
|
-
|
87
|
-
hostname,
|
88
|
-
port,
|
89
|
-
method: "POST",
|
90
|
-
headers,
|
91
|
-
path: resolvedPath,
|
92
|
-
body,
|
93
|
-
});
|
61
|
+
b.m("POST").h(headers).b(body);
|
62
|
+
return b.build();
|
94
63
|
};
|
95
64
|
exports.se_LogoutCommand = se_LogoutCommand;
|
96
65
|
const de_GetRoleCredentialsCommand = async (output, context) => {
|
@@ -325,6 +294,16 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
325
294
|
value !== "" &&
|
326
295
|
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
|
327
296
|
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
297
|
+
const _aI = "accountId";
|
298
|
+
const _aT = "accessToken";
|
299
|
+
const _ai = "account_id";
|
300
|
+
const _mR = "maxResults";
|
301
|
+
const _mr = "max_result";
|
302
|
+
const _nT = "nextToken";
|
303
|
+
const _nt = "next_token";
|
304
|
+
const _rN = "roleName";
|
305
|
+
const _rn = "role_name";
|
306
|
+
const _xasbt = "x-amz-sso_bearer_token";
|
328
307
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
329
308
|
if (encoded.length) {
|
330
309
|
return JSON.parse(encoded);
|
@@ -1,90 +1,59 @@
|
|
1
|
-
import {
|
1
|
+
import { requestBuilder as rb } from "@smithy/core";
|
2
2
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, take, withBaseException, } from "@smithy/smithy-client";
|
3
3
|
import { InvalidRequestException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException, } from "../models/models_0";
|
4
4
|
import { SSOServiceException as __BaseException } from "../models/SSOServiceException";
|
5
5
|
export const se_GetRoleCredentialsCommand = async (input, context) => {
|
6
|
-
const
|
6
|
+
const b = rb(input, context);
|
7
7
|
const headers = map({}, isSerializableHeaderValue, {
|
8
|
-
|
8
|
+
[_xasbt]: input[_aT],
|
9
9
|
});
|
10
|
-
|
10
|
+
b.bp("/federation/credentials");
|
11
11
|
const query = map({
|
12
|
-
|
13
|
-
|
12
|
+
[_rn]: [, __expectNonNull(input[_rN], `roleName`)],
|
13
|
+
[_ai]: [, __expectNonNull(input[_aI], `accountId`)],
|
14
14
|
});
|
15
15
|
let body;
|
16
|
-
|
17
|
-
|
18
|
-
hostname,
|
19
|
-
port,
|
20
|
-
method: "GET",
|
21
|
-
headers,
|
22
|
-
path: resolvedPath,
|
23
|
-
query,
|
24
|
-
body,
|
25
|
-
});
|
16
|
+
b.m("GET").h(headers).q(query).b(body);
|
17
|
+
return b.build();
|
26
18
|
};
|
27
19
|
export const se_ListAccountRolesCommand = async (input, context) => {
|
28
|
-
const
|
20
|
+
const b = rb(input, context);
|
29
21
|
const headers = map({}, isSerializableHeaderValue, {
|
30
|
-
|
22
|
+
[_xasbt]: input[_aT],
|
31
23
|
});
|
32
|
-
|
24
|
+
b.bp("/assignment/roles");
|
33
25
|
const query = map({
|
34
|
-
|
35
|
-
|
36
|
-
|
26
|
+
[_nt]: [, input[_nT]],
|
27
|
+
[_mr]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
28
|
+
[_ai]: [, __expectNonNull(input[_aI], `accountId`)],
|
37
29
|
});
|
38
30
|
let body;
|
39
|
-
|
40
|
-
|
41
|
-
hostname,
|
42
|
-
port,
|
43
|
-
method: "GET",
|
44
|
-
headers,
|
45
|
-
path: resolvedPath,
|
46
|
-
query,
|
47
|
-
body,
|
48
|
-
});
|
31
|
+
b.m("GET").h(headers).q(query).b(body);
|
32
|
+
return b.build();
|
49
33
|
};
|
50
34
|
export const se_ListAccountsCommand = async (input, context) => {
|
51
|
-
const
|
35
|
+
const b = rb(input, context);
|
52
36
|
const headers = map({}, isSerializableHeaderValue, {
|
53
|
-
|
37
|
+
[_xasbt]: input[_aT],
|
54
38
|
});
|
55
|
-
|
39
|
+
b.bp("/assignment/accounts");
|
56
40
|
const query = map({
|
57
|
-
|
58
|
-
|
41
|
+
[_nt]: [, input[_nT]],
|
42
|
+
[_mr]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
59
43
|
});
|
60
44
|
let body;
|
61
|
-
|
62
|
-
|
63
|
-
hostname,
|
64
|
-
port,
|
65
|
-
method: "GET",
|
66
|
-
headers,
|
67
|
-
path: resolvedPath,
|
68
|
-
query,
|
69
|
-
body,
|
70
|
-
});
|
45
|
+
b.m("GET").h(headers).q(query).b(body);
|
46
|
+
return b.build();
|
71
47
|
};
|
72
48
|
export const se_LogoutCommand = async (input, context) => {
|
73
|
-
const
|
49
|
+
const b = rb(input, context);
|
74
50
|
const headers = map({}, isSerializableHeaderValue, {
|
75
|
-
|
51
|
+
[_xasbt]: input[_aT],
|
76
52
|
});
|
77
|
-
|
53
|
+
b.bp("/logout");
|
78
54
|
let body;
|
79
|
-
|
80
|
-
|
81
|
-
hostname,
|
82
|
-
port,
|
83
|
-
method: "POST",
|
84
|
-
headers,
|
85
|
-
path: resolvedPath,
|
86
|
-
body,
|
87
|
-
});
|
55
|
+
b.m("POST").h(headers).b(body);
|
56
|
+
return b.build();
|
88
57
|
};
|
89
58
|
export const de_GetRoleCredentialsCommand = async (output, context) => {
|
90
59
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
@@ -314,6 +283,16 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
314
283
|
value !== "" &&
|
315
284
|
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
|
316
285
|
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
286
|
+
const _aI = "accountId";
|
287
|
+
const _aT = "accessToken";
|
288
|
+
const _ai = "account_id";
|
289
|
+
const _mR = "maxResults";
|
290
|
+
const _mr = "max_result";
|
291
|
+
const _nT = "nextToken";
|
292
|
+
const _nt = "next_token";
|
293
|
+
const _rN = "roleName";
|
294
|
+
const _rn = "role_name";
|
295
|
+
const _xasbt = "x-amz-sso_bearer_token";
|
317
296
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
318
297
|
if (encoded.length) {
|
319
298
|
return JSON.parse(encoded);
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.477.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
23
|
-
"@aws-sdk/core": "3.
|
23
|
+
"@aws-sdk/core": "3.477.0",
|
24
24
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
25
25
|
"@aws-sdk/middleware-logger": "3.468.0",
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
@@ -31,6 +31,7 @@
|
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
32
32
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
33
33
|
"@smithy/config-resolver": "^2.0.21",
|
34
|
+
"@smithy/core": "^1.2.0",
|
34
35
|
"@smithy/fetch-http-handler": "^2.3.1",
|
35
36
|
"@smithy/hash-node": "^2.0.17",
|
36
37
|
"@smithy/invalid-dependency": "^2.0.15",
|