cdk-cost-analyzer 0.1.46 → 0.1.48
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/.cdk-cost-analyzer-cache/metadata.json +8 -8
- package/dist/action/136.index.js +1040 -172
- package/dist/action/443.index.js +99 -124
- package/dist/action/579.index.js +16 -8
- package/dist/action/762.index.js +110 -152
- package/dist/action/998.index.js +100 -439
- package/dist/action/index.js +3 -3
- package/dist/releasetag.txt +1 -1
- package/package.json +35 -29
package/dist/action/762.index.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.modules = {
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11
11
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSigninHttpAuthSchemeProvider = exports.defaultSigninHttpAuthSchemeParametersProvider = void 0;
|
|
12
|
-
const
|
|
12
|
+
const httpAuthSchemes_1 = __webpack_require__(7523);
|
|
13
13
|
const util_middleware_1 = __webpack_require__(6324);
|
|
14
14
|
const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
15
15
|
return {
|
|
@@ -56,7 +56,7 @@ const defaultSigninHttpAuthSchemeProvider = (authParameters) => {
|
|
|
56
56
|
};
|
|
57
57
|
exports.defaultSigninHttpAuthSchemeProvider = defaultSigninHttpAuthSchemeProvider;
|
|
58
58
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
59
|
-
const config_0 = (0,
|
|
59
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
60
60
|
return Object.assign(config_0, {
|
|
61
61
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
|
62
62
|
});
|
|
@@ -64,6 +64,103 @@ const resolveHttpAuthSchemeConfig = (config) => {
|
|
|
64
64
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
65
65
|
|
|
66
66
|
|
|
67
|
+
/***/ }),
|
|
68
|
+
|
|
69
|
+
/***/ 4776:
|
|
70
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
74
|
+
exports.bdd = void 0;
|
|
75
|
+
const util_endpoints_1 = __webpack_require__(9674);
|
|
76
|
+
const m = "ref";
|
|
77
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { fn: f, argv: [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
|
|
78
|
+
const _data = {
|
|
79
|
+
conditions: [
|
|
80
|
+
[c, [h]],
|
|
81
|
+
[c, l],
|
|
82
|
+
["aws.partition", l, d],
|
|
83
|
+
[e, [{ [m]: "UseFIPS" }, b]],
|
|
84
|
+
[e, [{ [m]: "UseDualStack" }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
|
|
86
|
+
[e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]],
|
|
87
|
+
[g, [j, "aws"]],
|
|
88
|
+
[g, [j, "aws-cn"]],
|
|
89
|
+
[g, [j, "aws-us-gov"]],
|
|
90
|
+
],
|
|
91
|
+
results: [
|
|
92
|
+
[a],
|
|
93
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
94
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
95
|
+
[h, k],
|
|
96
|
+
["https://{Region}.signin.aws.amazon.com", k],
|
|
97
|
+
["https://{Region}.signin.amazonaws.cn", k],
|
|
98
|
+
["https://{Region}.signin.amazonaws-us-gov.com", k],
|
|
99
|
+
["https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
100
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
101
|
+
["https://signin-fips.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
102
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
103
|
+
["https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
104
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
105
|
+
["https://signin.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
106
|
+
[a, "Invalid Configuration: Missing Region"],
|
|
107
|
+
],
|
|
108
|
+
};
|
|
109
|
+
const root = 2;
|
|
110
|
+
const r = 100_000_000;
|
|
111
|
+
const nodes = new Int32Array([
|
|
112
|
+
-1,
|
|
113
|
+
1,
|
|
114
|
+
-1,
|
|
115
|
+
0,
|
|
116
|
+
15,
|
|
117
|
+
3,
|
|
118
|
+
1,
|
|
119
|
+
4,
|
|
120
|
+
r + 14,
|
|
121
|
+
2,
|
|
122
|
+
5,
|
|
123
|
+
r + 14,
|
|
124
|
+
3,
|
|
125
|
+
11,
|
|
126
|
+
6,
|
|
127
|
+
4,
|
|
128
|
+
10,
|
|
129
|
+
7,
|
|
130
|
+
7,
|
|
131
|
+
r + 4,
|
|
132
|
+
8,
|
|
133
|
+
8,
|
|
134
|
+
r + 5,
|
|
135
|
+
9,
|
|
136
|
+
9,
|
|
137
|
+
r + 6,
|
|
138
|
+
r + 13,
|
|
139
|
+
5,
|
|
140
|
+
r + 11,
|
|
141
|
+
r + 12,
|
|
142
|
+
4,
|
|
143
|
+
13,
|
|
144
|
+
12,
|
|
145
|
+
6,
|
|
146
|
+
r + 9,
|
|
147
|
+
r + 10,
|
|
148
|
+
5,
|
|
149
|
+
14,
|
|
150
|
+
r + 8,
|
|
151
|
+
6,
|
|
152
|
+
r + 7,
|
|
153
|
+
r + 8,
|
|
154
|
+
3,
|
|
155
|
+
r + 1,
|
|
156
|
+
16,
|
|
157
|
+
4,
|
|
158
|
+
r + 2,
|
|
159
|
+
r + 3,
|
|
160
|
+
]);
|
|
161
|
+
exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
162
|
+
|
|
163
|
+
|
|
67
164
|
/***/ }),
|
|
68
165
|
|
|
69
166
|
/***/ 2547:
|
|
@@ -74,13 +171,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
74
171
|
exports.defaultEndpointResolver = void 0;
|
|
75
172
|
const util_endpoints_1 = __webpack_require__(3068);
|
|
76
173
|
const util_endpoints_2 = __webpack_require__(9674);
|
|
77
|
-
const
|
|
174
|
+
const bdd_1 = __webpack_require__(4776);
|
|
78
175
|
const cache = new util_endpoints_2.EndpointCache({
|
|
79
176
|
size: 50,
|
|
80
177
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
81
178
|
});
|
|
82
179
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
83
|
-
return cache.get(endpointParams, () => (0, util_endpoints_2.
|
|
180
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, {
|
|
84
181
|
endpointParams: endpointParams,
|
|
85
182
|
logger: context.logger,
|
|
86
183
|
}));
|
|
@@ -89,146 +186,6 @@ exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
|
89
186
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
90
187
|
|
|
91
188
|
|
|
92
|
-
/***/ }),
|
|
93
|
-
|
|
94
|
-
/***/ 6904:
|
|
95
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
99
|
-
exports.ruleSet = void 0;
|
|
100
|
-
const u = "required", v = "fn", w = "argv", x = "ref";
|
|
101
|
-
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = { [u]: true, default: false, type: "boolean" }, j = { [u]: false, type: "string" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: "getAttr", [w]: [{ [x]: g }, "name"] }, p = { [v]: c, [w]: [{ [x]: "UseFIPS" }, false] }, q = { [v]: c, [w]: [{ [x]: "UseDualStack" }, false] }, r = { [v]: "getAttr", [w]: [{ [x]: g }, "supportsFIPS"] }, s = { [v]: c, [w]: [true, { [v]: "getAttr", [w]: [{ [x]: g }, "supportsDualStack"] }] }, t = [{ [x]: "Region" }];
|
|
102
|
-
const _data = {
|
|
103
|
-
version: "1.0",
|
|
104
|
-
parameters: { UseDualStack: i, UseFIPS: i, Endpoint: j, Region: j },
|
|
105
|
-
rules: [
|
|
106
|
-
{
|
|
107
|
-
conditions: [{ [v]: b, [w]: [k] }],
|
|
108
|
-
rules: [
|
|
109
|
-
{ conditions: [l], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
|
|
110
|
-
{
|
|
111
|
-
rules: [
|
|
112
|
-
{
|
|
113
|
-
conditions: [m],
|
|
114
|
-
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
115
|
-
type: d,
|
|
116
|
-
},
|
|
117
|
-
{ endpoint: { url: k, properties: n, headers: n }, type: e },
|
|
118
|
-
],
|
|
119
|
-
type: f,
|
|
120
|
-
},
|
|
121
|
-
],
|
|
122
|
-
type: f,
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
rules: [
|
|
126
|
-
{
|
|
127
|
-
conditions: [{ [v]: b, [w]: t }],
|
|
128
|
-
rules: [
|
|
129
|
-
{
|
|
130
|
-
conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
|
|
131
|
-
rules: [
|
|
132
|
-
{
|
|
133
|
-
conditions: [{ [v]: h, [w]: [o, "aws"] }, p, q],
|
|
134
|
-
endpoint: { url: "https://{Region}.signin.aws.amazon.com", properties: n, headers: n },
|
|
135
|
-
type: e,
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
conditions: [{ [v]: h, [w]: [o, "aws-cn"] }, p, q],
|
|
139
|
-
endpoint: { url: "https://{Region}.signin.amazonaws.cn", properties: n, headers: n },
|
|
140
|
-
type: e,
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
conditions: [{ [v]: h, [w]: [o, "aws-us-gov"] }, p, q],
|
|
144
|
-
endpoint: { url: "https://{Region}.signin.amazonaws-us-gov.com", properties: n, headers: n },
|
|
145
|
-
type: e,
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
conditions: [l, m],
|
|
149
|
-
rules: [
|
|
150
|
-
{
|
|
151
|
-
conditions: [{ [v]: c, [w]: [a, r] }, s],
|
|
152
|
-
rules: [
|
|
153
|
-
{
|
|
154
|
-
endpoint: {
|
|
155
|
-
url: "https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
156
|
-
properties: n,
|
|
157
|
-
headers: n,
|
|
158
|
-
},
|
|
159
|
-
type: e,
|
|
160
|
-
},
|
|
161
|
-
],
|
|
162
|
-
type: f,
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
166
|
-
type: d,
|
|
167
|
-
},
|
|
168
|
-
],
|
|
169
|
-
type: f,
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
conditions: [l, q],
|
|
173
|
-
rules: [
|
|
174
|
-
{
|
|
175
|
-
conditions: [{ [v]: c, [w]: [r, a] }],
|
|
176
|
-
rules: [
|
|
177
|
-
{
|
|
178
|
-
endpoint: {
|
|
179
|
-
url: "https://signin-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
180
|
-
properties: n,
|
|
181
|
-
headers: n,
|
|
182
|
-
},
|
|
183
|
-
type: e,
|
|
184
|
-
},
|
|
185
|
-
],
|
|
186
|
-
type: f,
|
|
187
|
-
},
|
|
188
|
-
{ error: "FIPS is enabled but this partition does not support FIPS", type: d },
|
|
189
|
-
],
|
|
190
|
-
type: f,
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
conditions: [p, m],
|
|
194
|
-
rules: [
|
|
195
|
-
{
|
|
196
|
-
conditions: [s],
|
|
197
|
-
rules: [
|
|
198
|
-
{
|
|
199
|
-
endpoint: {
|
|
200
|
-
url: "https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
201
|
-
properties: n,
|
|
202
|
-
headers: n,
|
|
203
|
-
},
|
|
204
|
-
type: e,
|
|
205
|
-
},
|
|
206
|
-
],
|
|
207
|
-
type: f,
|
|
208
|
-
},
|
|
209
|
-
{ error: "DualStack is enabled but this partition does not support DualStack", type: d },
|
|
210
|
-
],
|
|
211
|
-
type: f,
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
endpoint: { url: "https://signin.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
|
|
215
|
-
type: e,
|
|
216
|
-
},
|
|
217
|
-
],
|
|
218
|
-
type: f,
|
|
219
|
-
},
|
|
220
|
-
],
|
|
221
|
-
type: f,
|
|
222
|
-
},
|
|
223
|
-
{ error: "Invalid Configuration: Missing Region", type: d },
|
|
224
|
-
],
|
|
225
|
-
type: f,
|
|
226
|
-
},
|
|
227
|
-
],
|
|
228
|
-
};
|
|
229
|
-
exports.ruleSet = _data;
|
|
230
|
-
|
|
231
|
-
|
|
232
189
|
/***/ }),
|
|
233
190
|
|
|
234
191
|
/***/ 9762:
|
|
@@ -506,7 +463,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
506
463
|
exports.getRuntimeConfig = void 0;
|
|
507
464
|
const tslib_1 = __webpack_require__(1860);
|
|
508
465
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
|
509
|
-
const
|
|
466
|
+
const client_1 = __webpack_require__(5152);
|
|
467
|
+
const httpAuthSchemes_1 = __webpack_require__(7523);
|
|
510
468
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
|
511
469
|
const config_resolver_1 = __webpack_require__(9316);
|
|
512
470
|
const hash_node_1 = __webpack_require__(5092);
|
|
@@ -523,7 +481,7 @@ const getRuntimeConfig = (config) => {
|
|
|
523
481
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
524
482
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
525
483
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
526
|
-
(0,
|
|
484
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
527
485
|
const loaderConfig = {
|
|
528
486
|
profile: config?.profile,
|
|
529
487
|
logger: clientSharedValues.logger,
|
|
@@ -533,7 +491,7 @@ const getRuntimeConfig = (config) => {
|
|
|
533
491
|
...config,
|
|
534
492
|
runtime: "node",
|
|
535
493
|
defaultsMode,
|
|
536
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
494
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
537
495
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
538
496
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
539
497
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -564,9 +522,9 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|
|
564
522
|
|
|
565
523
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
566
524
|
exports.getRuntimeConfig = void 0;
|
|
567
|
-
const
|
|
525
|
+
const httpAuthSchemes_1 = __webpack_require__(7523);
|
|
568
526
|
const protocols_1 = __webpack_require__(7288);
|
|
569
|
-
const
|
|
527
|
+
const core_1 = __webpack_require__(402);
|
|
570
528
|
const smithy_client_1 = __webpack_require__(1411);
|
|
571
529
|
const url_parser_1 = __webpack_require__(4494);
|
|
572
530
|
const util_base64_1 = __webpack_require__(8385);
|
|
@@ -587,12 +545,12 @@ const getRuntimeConfig = (config) => {
|
|
|
587
545
|
{
|
|
588
546
|
schemeId: "aws.auth#sigv4",
|
|
589
547
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
590
|
-
signer: new
|
|
548
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
|
591
549
|
},
|
|
592
550
|
{
|
|
593
551
|
schemeId: "smithy.api#noAuth",
|
|
594
552
|
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
|
595
|
-
signer: new
|
|
553
|
+
signer: new core_1.NoAuthSigner(),
|
|
596
554
|
},
|
|
597
555
|
],
|
|
598
556
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -749,7 +707,7 @@ exports.CreateOAuth2Token$ = [
|
|
|
749
707
|
/***/ 9955:
|
|
750
708
|
/***/ ((module) => {
|
|
751
709
|
|
|
752
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.
|
|
710
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.997.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.974.2","@aws-sdk/middleware-host-header":"^3.972.10","@aws-sdk/middleware-logger":"^3.972.10","@aws-sdk/middleware-recursion-detection":"^3.972.11","@aws-sdk/middleware-user-agent":"^3.972.32","@aws-sdk/region-config-resolver":"^3.972.12","@aws-sdk/signature-v4-multi-region":"^3.996.19","@aws-sdk/types":"^3.973.8","@aws-sdk/util-endpoints":"^3.996.7","@aws-sdk/util-user-agent-browser":"^3.972.10","@aws-sdk/util-user-agent-node":"^3.973.18","@smithy/config-resolver":"^4.4.16","@smithy/core":"^3.23.15","@smithy/fetch-http-handler":"^5.3.17","@smithy/hash-node":"^4.2.14","@smithy/invalid-dependency":"^4.2.14","@smithy/middleware-content-length":"^4.2.14","@smithy/middleware-endpoint":"^4.4.30","@smithy/middleware-retry":"^4.5.3","@smithy/middleware-serde":"^4.2.18","@smithy/middleware-stack":"^4.2.14","@smithy/node-config-provider":"^4.3.14","@smithy/node-http-handler":"^4.5.3","@smithy/protocol-http":"^5.3.14","@smithy/smithy-client":"^4.12.11","@smithy/types":"^4.14.1","@smithy/url-parser":"^4.2.14","@smithy/util-base64":"^4.3.2","@smithy/util-body-length-browser":"^4.2.2","@smithy/util-body-length-node":"^4.2.3","@smithy/util-defaults-mode-browser":"^4.3.47","@smithy/util-defaults-mode-node":"^4.2.52","@smithy/util-endpoints":"^3.4.1","@smithy/util-middleware":"^4.2.14","@smithy/util-retry":"^4.3.2","@smithy/util-utf8":"^4.2.2","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.5":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/cognito-identity/runtimeConfig":"./dist-es/submodules/cognito-identity/runtimeConfig.browser","./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sso/runtimeConfig":"./dist-es/submodules/sso/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"},"./cognito-identity":{"types":"./dist-types/submodules/cognito-identity/index.d.ts","module":"./dist-es/submodules/cognito-identity/index.js","node":"./dist-cjs/submodules/cognito-identity/index.js","import":"./dist-es/submodules/cognito-identity/index.js","require":"./dist-cjs/submodules/cognito-identity/index.js"},"./sso":{"types":"./dist-types/submodules/sso/index.d.ts","module":"./dist-es/submodules/sso/index.js","node":"./dist-cjs/submodules/sso/index.js","import":"./dist-es/submodules/sso/index.js","require":"./dist-cjs/submodules/sso/index.js"}}}');
|
|
753
711
|
|
|
754
712
|
/***/ })
|
|
755
713
|
|