@granite-js/pulumi-aws 0.1.19 → 0.1.20
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/CHANGELOG.md +6 -0
- package/dist/chunk-5W7B34BN.js +3307 -0
- package/dist/chunk-64IS37V6.js +17 -0
- package/dist/chunk-AEOST5WF.js +63 -0
- package/dist/chunk-B7OAPHPY.js +46 -0
- package/dist/chunk-FO7L563E.js +13695 -0
- package/dist/chunk-FRWSD3YQ.js +1722 -0
- package/dist/chunk-IEZY5C3G.js +120 -0
- package/dist/chunk-ITI6QA2Q.js +12 -0
- package/dist/chunk-IUKLHJNE.js +49 -0
- package/dist/chunk-JBVMOFGH.js +152 -0
- package/dist/chunk-JSBRDJBE.js +30 -0
- package/dist/chunk-KGNTV362.js +209 -0
- package/dist/chunk-KRJS4RAS.js +1732 -0
- package/dist/chunk-M5GUUX64.js +63 -0
- package/dist/chunk-QAE2S7MG.js +3351 -0
- package/dist/chunk-SX6SVQKS.js +67 -0
- package/dist/chunk-TJ744C2T.js +198 -0
- package/dist/chunk-UNXXS5FM.js +120 -0
- package/dist/chunk-UT2RMOJS.js +2447 -0
- package/dist/chunk-VOTRVWIB.js +1965 -0
- package/dist/chunk-W3VXP3A3.js +119 -0
- package/dist/chunk-WCHHWTND.js +113 -0
- package/dist/chunk-X6XO7USX.js +110 -0
- package/dist/chunk-XLUI7RQ4.js +115 -0
- package/dist/dist-es-2M7RLZ5O.js +200 -0
- package/dist/dist-es-ADTONJUN-RVFWNZHO.js +67 -0
- package/dist/dist-es-CDFIYJVE.js +163 -0
- package/dist/dist-es-GHYMLBON.js +379 -0
- package/dist/dist-es-HJVOMDYC-PIAMWMAL.js +87 -0
- package/dist/dist-es-IDBDK36G-Y6TQMRO5.js +299 -0
- package/dist/dist-es-OCQVKISC-TNAJ62WG.js +161 -0
- package/dist/dist-es-OZGLUDWT.js +305 -0
- package/dist/dist-es-PRWCVZGQ-HTTVI42T.js +21 -0
- package/dist/dist-es-S75EKWRJ.js +88 -0
- package/dist/dist-es-SUPEA6VE-3B5JSW5C.js +368 -0
- package/dist/dist-es-WQHDOVD7.js +21 -0
- package/dist/dist-es-XQME5F6W.js +67 -0
- package/dist/dist-es-Y7VN37H5-WQ3GYROF.js +196 -0
- package/dist/lambda/auto-cache-removal.d.cts +17 -0
- package/dist/lambda/auto-cache-removal.d.ts +17 -0
- package/dist/lambda/auto-cache-removal.js +5313 -0
- package/dist/lambda/origin-request.d.cts +14 -0
- package/dist/lambda/origin-request.d.ts +14 -0
- package/dist/lambda/origin-request.js +113 -0
- package/dist/lambda/origin-response.d.cts +6 -0
- package/dist/lambda/origin-response.d.ts +6 -0
- package/dist/lambda/origin-response.js +52 -0
- package/dist/loadSso-CZSSLFH6-SA5HOQAX.js +645 -0
- package/dist/loadSso-T7GJVVO2.js +655 -0
- package/dist/sso-oidc-55SJ27II.js +827 -0
- package/dist/sso-oidc-PKO5GYK5-LC65L46O.js +820 -0
- package/dist/sts-OPF4H3GL.js +1162 -0
- package/dist/sts-P7Q3MYTS-BKGWHQE4.js +1152 -0
- package/lambda/auto-cache-removal.d.ts +1 -0
- package/lambda/origin-request.d.ts +1 -0
- package/lambda/origin-response.d.ts +1 -0
- package/package.json +37 -10
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// ../../.yarn/cache/@smithy-types-npm-4.3.0-001d046377-364393b18a.zip/node_modules/@smithy/types/dist-es/middleware.js
|
|
2
|
+
var SMITHY_CONTEXT_KEY = "__smithy_context";
|
|
3
|
+
|
|
4
|
+
// ../../.yarn/cache/@smithy-types-npm-4.3.0-001d046377-364393b18a.zip/node_modules/@smithy/types/dist-es/auth/auth.js
|
|
5
|
+
var HttpAuthLocation;
|
|
6
|
+
(function(HttpAuthLocation2) {
|
|
7
|
+
HttpAuthLocation2["HEADER"] = "header";
|
|
8
|
+
HttpAuthLocation2["QUERY"] = "query";
|
|
9
|
+
})(HttpAuthLocation || (HttpAuthLocation = {}));
|
|
10
|
+
|
|
11
|
+
// ../../.yarn/cache/@smithy-types-npm-4.3.0-001d046377-364393b18a.zip/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js
|
|
12
|
+
var HttpApiKeyAuthLocation;
|
|
13
|
+
(function(HttpApiKeyAuthLocation2) {
|
|
14
|
+
HttpApiKeyAuthLocation2["HEADER"] = "header";
|
|
15
|
+
HttpApiKeyAuthLocation2["QUERY"] = "query";
|
|
16
|
+
})(HttpApiKeyAuthLocation || (HttpApiKeyAuthLocation = {}));
|
|
17
|
+
|
|
18
|
+
// ../../.yarn/cache/@smithy-types-npm-4.3.0-001d046377-364393b18a.zip/node_modules/@smithy/types/dist-es/endpoint.js
|
|
19
|
+
var EndpointURLScheme;
|
|
20
|
+
(function(EndpointURLScheme2) {
|
|
21
|
+
EndpointURLScheme2["HTTP"] = "http";
|
|
22
|
+
EndpointURLScheme2["HTTPS"] = "https";
|
|
23
|
+
})(EndpointURLScheme || (EndpointURLScheme = {}));
|
|
24
|
+
|
|
25
|
+
// ../../.yarn/cache/@smithy-types-npm-4.3.0-001d046377-364393b18a.zip/node_modules/@smithy/types/dist-es/extensions/checksum.js
|
|
26
|
+
var AlgorithmId;
|
|
27
|
+
(function(AlgorithmId2) {
|
|
28
|
+
AlgorithmId2["MD5"] = "md5";
|
|
29
|
+
AlgorithmId2["CRC32"] = "crc32";
|
|
30
|
+
AlgorithmId2["CRC32C"] = "crc32c";
|
|
31
|
+
AlgorithmId2["SHA1"] = "sha1";
|
|
32
|
+
AlgorithmId2["SHA256"] = "sha256";
|
|
33
|
+
})(AlgorithmId || (AlgorithmId = {}));
|
|
34
|
+
|
|
35
|
+
// ../../.yarn/cache/@smithy-types-npm-4.3.0-001d046377-364393b18a.zip/node_modules/@smithy/types/dist-es/http.js
|
|
36
|
+
var FieldPosition;
|
|
37
|
+
(function(FieldPosition2) {
|
|
38
|
+
FieldPosition2[FieldPosition2["HEADER"] = 0] = "HEADER";
|
|
39
|
+
FieldPosition2[FieldPosition2["TRAILER"] = 1] = "TRAILER";
|
|
40
|
+
})(FieldPosition || (FieldPosition = {}));
|
|
41
|
+
|
|
42
|
+
// ../../.yarn/cache/@smithy-types-npm-4.3.0-001d046377-364393b18a.zip/node_modules/@smithy/types/dist-es/profile.js
|
|
43
|
+
var IniSectionType;
|
|
44
|
+
(function(IniSectionType2) {
|
|
45
|
+
IniSectionType2["PROFILE"] = "profile";
|
|
46
|
+
IniSectionType2["SSO_SESSION"] = "sso-session";
|
|
47
|
+
IniSectionType2["SERVICES"] = "services";
|
|
48
|
+
})(IniSectionType || (IniSectionType = {}));
|
|
49
|
+
|
|
50
|
+
// ../../.yarn/cache/@smithy-types-npm-4.3.0-001d046377-364393b18a.zip/node_modules/@smithy/types/dist-es/transfer.js
|
|
51
|
+
var RequestHandlerProtocol;
|
|
52
|
+
(function(RequestHandlerProtocol2) {
|
|
53
|
+
RequestHandlerProtocol2["HTTP_0_9"] = "http/0.9";
|
|
54
|
+
RequestHandlerProtocol2["HTTP_1_0"] = "http/1.0";
|
|
55
|
+
RequestHandlerProtocol2["TDS_8_0"] = "tds/8.0";
|
|
56
|
+
})(RequestHandlerProtocol || (RequestHandlerProtocol = {}));
|
|
57
|
+
|
|
58
|
+
export {
|
|
59
|
+
EndpointURLScheme,
|
|
60
|
+
AlgorithmId,
|
|
61
|
+
SMITHY_CONTEXT_KEY,
|
|
62
|
+
IniSectionType
|
|
63
|
+
};
|