@ampless/mcp-server 1.0.0-alpha.12 → 1.0.0-alpha.14
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/{chunk-IW52OUIR.js → chunk-6HZB2ZCT.js} +13 -13
- package/dist/{chunk-6OXXSXKN.js → chunk-7JQMGUAU.js} +9 -9
- package/dist/{chunk-3NCQATCK.js → chunk-ERHOBKHD.js} +7 -501
- package/dist/{chunk-YHHXORQ4.js → chunk-ETWWJEHN.js} +17 -17
- package/dist/{chunk-A4YPJIDF.js → chunk-FLMNALC3.js} +3 -3
- package/dist/{chunk-QBXY5RRO.js → chunk-FM7TW5TD.js} +1 -2
- package/dist/chunk-LD7M476A.js +502 -0
- package/dist/{chunk-ISXSZYT4.js → chunk-OBZN5IWW.js} +32 -32
- package/dist/{chunk-UMEQ5ALV.js → chunk-Q4OVSLY4.js} +2 -2
- package/dist/{chunk-5PA6IP7O.js → chunk-SPCUAJQT.js} +1 -1
- package/dist/{chunk-CVNCRUML.js → chunk-USNYVOYF.js} +114 -47
- package/dist/chunk-YR5GD2D7.js +165 -0
- package/dist/{dist-es-J4X5E4TX.js → dist-es-2B6UPU6D.js} +22 -22
- package/dist/{dist-es-PRQWND46.js → dist-es-4QBVIVDD.js} +3 -3
- package/dist/{dist-es-3P7CNKGV.js → dist-es-DAQMEDLM.js} +8 -8
- package/dist/{dist-es-OI6XP2CN.js → dist-es-DWVRWSTC.js} +6 -6
- package/dist/{dist-es-OKPWYZO7.js → dist-es-H7Y5BZEG.js} +16 -16
- package/dist/{dist-es-T6J3WJJK.js → dist-es-QZOTLLWC.js} +1 -1
- package/dist/{dist-es-OO5RVJZO.js → dist-es-S3US4EVE.js} +6 -6
- package/dist/{event-streams-WFL2DK34.js → event-streams-IEZDQ3X3.js} +2 -1
- package/dist/event-streams-R54SMYED.js +891 -0
- package/dist/index.js +119 -116
- package/dist/{loadSso-C2Y2WOQK.js → loadSso-B4NUZPX5.js} +21 -20
- package/dist/{signin-IY5CLTYR.js → signin-BEDHRSJ2.js} +23 -22
- package/dist/{sso-oidc-KZTDOR7Y.js → sso-oidc-UXLRODTA.js} +23 -22
- package/dist/{sts-2UABQZ6D.js → sts-3BBU2O3O.js} +29 -28
- package/package.json +6 -6
|
@@ -3,27 +3,27 @@ import {
|
|
|
3
3
|
SerdeContextConfig,
|
|
4
4
|
SignatureV4,
|
|
5
5
|
UnionSerde
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-USNYVOYF.js";
|
|
7
7
|
import {
|
|
8
8
|
FromStringShapeDeserializer,
|
|
9
9
|
NormalizedSchema,
|
|
10
10
|
getValueFromTextNode
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-FM7TW5TD.js";
|
|
12
12
|
import {
|
|
13
13
|
toUtf8
|
|
14
14
|
} from "./chunk-IKXKDSVH.js";
|
|
15
15
|
|
|
16
|
-
// ../../node_modules/.pnpm/@smithy+signature-v4@5.4.
|
|
16
|
+
// ../../node_modules/.pnpm/@smithy+signature-v4@5.4.4/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js
|
|
17
17
|
var signatureV4aContainer = {
|
|
18
18
|
SignatureV4a: null
|
|
19
19
|
};
|
|
20
20
|
|
|
21
|
-
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.
|
|
21
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.28/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js
|
|
22
22
|
var signatureV4CrtContainer = {
|
|
23
23
|
CrtSignerV4: null
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
-
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.
|
|
26
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.28/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js
|
|
27
27
|
var SESSION_TOKEN_QUERY_PARAM = "X-Amz-S3session-Token";
|
|
28
28
|
var SESSION_TOKEN_HEADER = SESSION_TOKEN_QUERY_PARAM.toLowerCase();
|
|
29
29
|
var SignatureV4SignWithCredentials = class extends SignatureV4 {
|
|
@@ -60,7 +60,7 @@ function setSingleOverride(privateAccess, credentialsWithoutSessionToken) {
|
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.
|
|
63
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.28/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js
|
|
64
64
|
var SignatureV4MultiRegion = class {
|
|
65
65
|
sigv4aSigner;
|
|
66
66
|
sigv4Signer;
|
|
@@ -146,7 +146,7 @@ var SignatureV4MultiRegion = class {
|
|
|
146
146
|
}
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.
|
|
149
|
+
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.25/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js
|
|
150
150
|
var ATTR_ESCAPE_RE = /[&<>"]/g;
|
|
151
151
|
var ATTR_ESCAPE_MAP = {
|
|
152
152
|
"&": "&",
|
|
@@ -158,7 +158,7 @@ function escapeAttribute(value) {
|
|
|
158
158
|
return value.replace(ATTR_ESCAPE_RE, (ch) => ATTR_ESCAPE_MAP[ch]);
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.
|
|
161
|
+
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.25/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js
|
|
162
162
|
var ELEMENT_ESCAPE_RE = /[&"'<>\r\n\u0085\u2028]/g;
|
|
163
163
|
var ELEMENT_ESCAPE_MAP = {
|
|
164
164
|
"&": "&",
|
|
@@ -175,7 +175,7 @@ function escapeElement(value) {
|
|
|
175
175
|
return value.replace(ELEMENT_ESCAPE_RE, (ch) => ELEMENT_ESCAPE_MAP[ch]);
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.
|
|
178
|
+
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.25/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js
|
|
179
179
|
var XmlText = class {
|
|
180
180
|
value;
|
|
181
181
|
constructor(value) {
|
|
@@ -186,7 +186,7 @@ var XmlText = class {
|
|
|
186
186
|
}
|
|
187
187
|
};
|
|
188
188
|
|
|
189
|
-
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.
|
|
189
|
+
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.25/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js
|
|
190
190
|
var XmlNode = class _XmlNode {
|
|
191
191
|
name;
|
|
192
192
|
children;
|
|
@@ -4196,7 +4196,7 @@ var XMLParser = class {
|
|
|
4196
4196
|
}
|
|
4197
4197
|
};
|
|
4198
4198
|
|
|
4199
|
-
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.
|
|
4199
|
+
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.25/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js
|
|
4200
4200
|
var XML2 = {
|
|
4201
4201
|
amp: "&",
|
|
4202
4202
|
apos: "'",
|
|
@@ -4522,7 +4522,7 @@ var EntityDecoderImpl = class EntityDecoderImpl2 {
|
|
|
4522
4522
|
}
|
|
4523
4523
|
};
|
|
4524
4524
|
|
|
4525
|
-
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.
|
|
4525
|
+
// ../../node_modules/.pnpm/@aws-sdk+xml-builder@3.972.25/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js
|
|
4526
4526
|
var entityDecoder = new EntityDecoderImpl({
|
|
4527
4527
|
namedEntities: { ...XML2, ...COMMON_HTML2, ...CURRENCY2 },
|
|
4528
4528
|
numericAllowed: true,
|
|
@@ -4566,7 +4566,7 @@ function parseXML(xmlString) {
|
|
|
4566
4566
|
return parser.parse(xmlString, true);
|
|
4567
4567
|
}
|
|
4568
4568
|
|
|
4569
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.
|
|
4569
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.974.13/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js
|
|
4570
4570
|
var XmlShapeDeserializer = class extends SerdeContextConfig {
|
|
4571
4571
|
settings;
|
|
4572
4572
|
stringDeserializer;
|
|
@@ -7,10 +7,10 @@ var NoAuthSigner = class {
|
|
|
7
7
|
}
|
|
8
8
|
};
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
10
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/package.json
|
|
11
11
|
var package_default = {
|
|
12
12
|
name: "@aws-sdk/nested-clients",
|
|
13
|
-
version: "3.997.
|
|
13
|
+
version: "3.997.11",
|
|
14
14
|
description: "Nested clients for AWS SDK packages.",
|
|
15
15
|
main: "./dist-cjs/index.js",
|
|
16
16
|
module: "./dist-es/index.js",
|
|
@@ -39,13 +39,13 @@ var package_default = {
|
|
|
39
39
|
dependencies: {
|
|
40
40
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
41
41
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
42
|
-
"@aws-sdk/core": "^3.974.
|
|
43
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
44
|
-
"@aws-sdk/types": "^3.973.
|
|
45
|
-
"@smithy/core": "^3.24.
|
|
46
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
47
|
-
"@smithy/node-http-handler": "^4.7.
|
|
48
|
-
"@smithy/types": "^4.14.
|
|
42
|
+
"@aws-sdk/core": "^3.974.13",
|
|
43
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.28",
|
|
44
|
+
"@aws-sdk/types": "^3.973.9",
|
|
45
|
+
"@smithy/core": "^3.24.3",
|
|
46
|
+
"@smithy/fetch-http-handler": "^5.4.3",
|
|
47
|
+
"@smithy/node-http-handler": "^4.7.3",
|
|
48
|
+
"@smithy/types": "^4.14.2",
|
|
49
49
|
tslib: "^2.6.2"
|
|
50
50
|
},
|
|
51
51
|
devDependencies: {
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
Crc32
|
|
4
|
+
} from "./chunk-LD7M476A.js";
|
|
2
5
|
import {
|
|
3
6
|
fromHex,
|
|
4
7
|
fromUtf8,
|
|
@@ -6,495 +9,6 @@ import {
|
|
|
6
9
|
toUtf8
|
|
7
10
|
} from "./chunk-IKXKDSVH.js";
|
|
8
11
|
|
|
9
|
-
// ../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs
|
|
10
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
|
11
|
-
function adopt(value) {
|
|
12
|
-
return value instanceof P ? value : new P(function(resolve) {
|
|
13
|
-
resolve(value);
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
return new (P || (P = Promise))(function(resolve, reject) {
|
|
17
|
-
function fulfilled(value) {
|
|
18
|
-
try {
|
|
19
|
-
step(generator.next(value));
|
|
20
|
-
} catch (e) {
|
|
21
|
-
reject(e);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
function rejected(value) {
|
|
25
|
-
try {
|
|
26
|
-
step(generator["throw"](value));
|
|
27
|
-
} catch (e) {
|
|
28
|
-
reject(e);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
function step(result) {
|
|
32
|
-
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
33
|
-
}
|
|
34
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
function __generator(thisArg, body) {
|
|
38
|
-
var _ = { label: 0, sent: function() {
|
|
39
|
-
if (t[0] & 1) throw t[1];
|
|
40
|
-
return t[1];
|
|
41
|
-
}, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
42
|
-
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
43
|
-
return this;
|
|
44
|
-
}), g;
|
|
45
|
-
function verb(n) {
|
|
46
|
-
return function(v) {
|
|
47
|
-
return step([n, v]);
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
function step(op) {
|
|
51
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
52
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
53
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
54
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
55
|
-
switch (op[0]) {
|
|
56
|
-
case 0:
|
|
57
|
-
case 1:
|
|
58
|
-
t = op;
|
|
59
|
-
break;
|
|
60
|
-
case 4:
|
|
61
|
-
_.label++;
|
|
62
|
-
return { value: op[1], done: false };
|
|
63
|
-
case 5:
|
|
64
|
-
_.label++;
|
|
65
|
-
y = op[1];
|
|
66
|
-
op = [0];
|
|
67
|
-
continue;
|
|
68
|
-
case 7:
|
|
69
|
-
op = _.ops.pop();
|
|
70
|
-
_.trys.pop();
|
|
71
|
-
continue;
|
|
72
|
-
default:
|
|
73
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
74
|
-
_ = 0;
|
|
75
|
-
continue;
|
|
76
|
-
}
|
|
77
|
-
if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
|
|
78
|
-
_.label = op[1];
|
|
79
|
-
break;
|
|
80
|
-
}
|
|
81
|
-
if (op[0] === 6 && _.label < t[1]) {
|
|
82
|
-
_.label = t[1];
|
|
83
|
-
t = op;
|
|
84
|
-
break;
|
|
85
|
-
}
|
|
86
|
-
if (t && _.label < t[2]) {
|
|
87
|
-
_.label = t[2];
|
|
88
|
-
_.ops.push(op);
|
|
89
|
-
break;
|
|
90
|
-
}
|
|
91
|
-
if (t[2]) _.ops.pop();
|
|
92
|
-
_.trys.pop();
|
|
93
|
-
continue;
|
|
94
|
-
}
|
|
95
|
-
op = body.call(thisArg, _);
|
|
96
|
-
} catch (e) {
|
|
97
|
-
op = [6, e];
|
|
98
|
-
y = 0;
|
|
99
|
-
} finally {
|
|
100
|
-
f = t = 0;
|
|
101
|
-
}
|
|
102
|
-
if (op[0] & 5) throw op[1];
|
|
103
|
-
return { value: op[0] ? op[1] : void 0, done: true };
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
function __values(o) {
|
|
107
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
108
|
-
if (m) return m.call(o);
|
|
109
|
-
if (o && typeof o.length === "number") return {
|
|
110
|
-
next: function() {
|
|
111
|
-
if (o && i >= o.length) o = void 0;
|
|
112
|
-
return { value: o && o[i++], done: !o };
|
|
113
|
-
}
|
|
114
|
-
};
|
|
115
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
// ../../node_modules/.pnpm/@smithy+util-buffer-from@2.2.0/node_modules/@smithy/util-buffer-from/dist-es/index.js
|
|
119
|
-
import { Buffer as Buffer2 } from "buffer";
|
|
120
|
-
var fromString = (input, encoding) => {
|
|
121
|
-
if (typeof input !== "string") {
|
|
122
|
-
throw new TypeError(`The "input" argument must be of type string. Received type ${typeof input} (${input})`);
|
|
123
|
-
}
|
|
124
|
-
return encoding ? Buffer2.from(input, encoding) : Buffer2.from(input);
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
// ../../node_modules/.pnpm/@smithy+util-utf8@2.3.0/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js
|
|
128
|
-
var fromUtf82 = (input) => {
|
|
129
|
-
const buf = fromString(input, "utf8");
|
|
130
|
-
return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT);
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
// ../../node_modules/.pnpm/@aws-crypto+util@5.2.0/node_modules/@aws-crypto/util/build/module/convertToBuffer.js
|
|
134
|
-
var fromUtf83 = typeof Buffer !== "undefined" && Buffer.from ? function(input) {
|
|
135
|
-
return Buffer.from(input, "utf8");
|
|
136
|
-
} : fromUtf82;
|
|
137
|
-
function convertToBuffer(data) {
|
|
138
|
-
if (data instanceof Uint8Array)
|
|
139
|
-
return data;
|
|
140
|
-
if (typeof data === "string") {
|
|
141
|
-
return fromUtf83(data);
|
|
142
|
-
}
|
|
143
|
-
if (ArrayBuffer.isView(data)) {
|
|
144
|
-
return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT);
|
|
145
|
-
}
|
|
146
|
-
return new Uint8Array(data);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
// ../../node_modules/.pnpm/@aws-crypto+util@5.2.0/node_modules/@aws-crypto/util/build/module/isEmptyData.js
|
|
150
|
-
function isEmptyData(data) {
|
|
151
|
-
if (typeof data === "string") {
|
|
152
|
-
return data.length === 0;
|
|
153
|
-
}
|
|
154
|
-
return data.byteLength === 0;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
// ../../node_modules/.pnpm/@aws-crypto+util@5.2.0/node_modules/@aws-crypto/util/build/module/numToUint8.js
|
|
158
|
-
function numToUint8(num) {
|
|
159
|
-
return new Uint8Array([
|
|
160
|
-
(num & 4278190080) >> 24,
|
|
161
|
-
(num & 16711680) >> 16,
|
|
162
|
-
(num & 65280) >> 8,
|
|
163
|
-
num & 255
|
|
164
|
-
]);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
// ../../node_modules/.pnpm/@aws-crypto+util@5.2.0/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js
|
|
168
|
-
function uint32ArrayFrom(a_lookUpTable2) {
|
|
169
|
-
if (!Uint32Array.from) {
|
|
170
|
-
var return_array = new Uint32Array(a_lookUpTable2.length);
|
|
171
|
-
var a_index = 0;
|
|
172
|
-
while (a_index < a_lookUpTable2.length) {
|
|
173
|
-
return_array[a_index] = a_lookUpTable2[a_index];
|
|
174
|
-
a_index += 1;
|
|
175
|
-
}
|
|
176
|
-
return return_array;
|
|
177
|
-
}
|
|
178
|
-
return Uint32Array.from(a_lookUpTable2);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
// ../../node_modules/.pnpm/@aws-crypto+crc32@5.2.0/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js
|
|
182
|
-
var AwsCrc32 = (
|
|
183
|
-
/** @class */
|
|
184
|
-
(function() {
|
|
185
|
-
function AwsCrc322() {
|
|
186
|
-
this.crc32 = new Crc32();
|
|
187
|
-
}
|
|
188
|
-
AwsCrc322.prototype.update = function(toHash) {
|
|
189
|
-
if (isEmptyData(toHash))
|
|
190
|
-
return;
|
|
191
|
-
this.crc32.update(convertToBuffer(toHash));
|
|
192
|
-
};
|
|
193
|
-
AwsCrc322.prototype.digest = function() {
|
|
194
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
195
|
-
return __generator(this, function(_a) {
|
|
196
|
-
return [2, numToUint8(this.crc32.digest())];
|
|
197
|
-
});
|
|
198
|
-
});
|
|
199
|
-
};
|
|
200
|
-
AwsCrc322.prototype.reset = function() {
|
|
201
|
-
this.crc32 = new Crc32();
|
|
202
|
-
};
|
|
203
|
-
return AwsCrc322;
|
|
204
|
-
})()
|
|
205
|
-
);
|
|
206
|
-
|
|
207
|
-
// ../../node_modules/.pnpm/@aws-crypto+crc32@5.2.0/node_modules/@aws-crypto/crc32/build/module/index.js
|
|
208
|
-
var Crc32 = (
|
|
209
|
-
/** @class */
|
|
210
|
-
(function() {
|
|
211
|
-
function Crc322() {
|
|
212
|
-
this.checksum = 4294967295;
|
|
213
|
-
}
|
|
214
|
-
Crc322.prototype.update = function(data) {
|
|
215
|
-
var e_1, _a;
|
|
216
|
-
try {
|
|
217
|
-
for (var data_1 = __values(data), data_1_1 = data_1.next(); !data_1_1.done; data_1_1 = data_1.next()) {
|
|
218
|
-
var byte = data_1_1.value;
|
|
219
|
-
this.checksum = this.checksum >>> 8 ^ lookupTable[(this.checksum ^ byte) & 255];
|
|
220
|
-
}
|
|
221
|
-
} catch (e_1_1) {
|
|
222
|
-
e_1 = { error: e_1_1 };
|
|
223
|
-
} finally {
|
|
224
|
-
try {
|
|
225
|
-
if (data_1_1 && !data_1_1.done && (_a = data_1.return)) _a.call(data_1);
|
|
226
|
-
} finally {
|
|
227
|
-
if (e_1) throw e_1.error;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
return this;
|
|
231
|
-
};
|
|
232
|
-
Crc322.prototype.digest = function() {
|
|
233
|
-
return (this.checksum ^ 4294967295) >>> 0;
|
|
234
|
-
};
|
|
235
|
-
return Crc322;
|
|
236
|
-
})()
|
|
237
|
-
);
|
|
238
|
-
var a_lookUpTable = [
|
|
239
|
-
0,
|
|
240
|
-
1996959894,
|
|
241
|
-
3993919788,
|
|
242
|
-
2567524794,
|
|
243
|
-
124634137,
|
|
244
|
-
1886057615,
|
|
245
|
-
3915621685,
|
|
246
|
-
2657392035,
|
|
247
|
-
249268274,
|
|
248
|
-
2044508324,
|
|
249
|
-
3772115230,
|
|
250
|
-
2547177864,
|
|
251
|
-
162941995,
|
|
252
|
-
2125561021,
|
|
253
|
-
3887607047,
|
|
254
|
-
2428444049,
|
|
255
|
-
498536548,
|
|
256
|
-
1789927666,
|
|
257
|
-
4089016648,
|
|
258
|
-
2227061214,
|
|
259
|
-
450548861,
|
|
260
|
-
1843258603,
|
|
261
|
-
4107580753,
|
|
262
|
-
2211677639,
|
|
263
|
-
325883990,
|
|
264
|
-
1684777152,
|
|
265
|
-
4251122042,
|
|
266
|
-
2321926636,
|
|
267
|
-
335633487,
|
|
268
|
-
1661365465,
|
|
269
|
-
4195302755,
|
|
270
|
-
2366115317,
|
|
271
|
-
997073096,
|
|
272
|
-
1281953886,
|
|
273
|
-
3579855332,
|
|
274
|
-
2724688242,
|
|
275
|
-
1006888145,
|
|
276
|
-
1258607687,
|
|
277
|
-
3524101629,
|
|
278
|
-
2768942443,
|
|
279
|
-
901097722,
|
|
280
|
-
1119000684,
|
|
281
|
-
3686517206,
|
|
282
|
-
2898065728,
|
|
283
|
-
853044451,
|
|
284
|
-
1172266101,
|
|
285
|
-
3705015759,
|
|
286
|
-
2882616665,
|
|
287
|
-
651767980,
|
|
288
|
-
1373503546,
|
|
289
|
-
3369554304,
|
|
290
|
-
3218104598,
|
|
291
|
-
565507253,
|
|
292
|
-
1454621731,
|
|
293
|
-
3485111705,
|
|
294
|
-
3099436303,
|
|
295
|
-
671266974,
|
|
296
|
-
1594198024,
|
|
297
|
-
3322730930,
|
|
298
|
-
2970347812,
|
|
299
|
-
795835527,
|
|
300
|
-
1483230225,
|
|
301
|
-
3244367275,
|
|
302
|
-
3060149565,
|
|
303
|
-
1994146192,
|
|
304
|
-
31158534,
|
|
305
|
-
2563907772,
|
|
306
|
-
4023717930,
|
|
307
|
-
1907459465,
|
|
308
|
-
112637215,
|
|
309
|
-
2680153253,
|
|
310
|
-
3904427059,
|
|
311
|
-
2013776290,
|
|
312
|
-
251722036,
|
|
313
|
-
2517215374,
|
|
314
|
-
3775830040,
|
|
315
|
-
2137656763,
|
|
316
|
-
141376813,
|
|
317
|
-
2439277719,
|
|
318
|
-
3865271297,
|
|
319
|
-
1802195444,
|
|
320
|
-
476864866,
|
|
321
|
-
2238001368,
|
|
322
|
-
4066508878,
|
|
323
|
-
1812370925,
|
|
324
|
-
453092731,
|
|
325
|
-
2181625025,
|
|
326
|
-
4111451223,
|
|
327
|
-
1706088902,
|
|
328
|
-
314042704,
|
|
329
|
-
2344532202,
|
|
330
|
-
4240017532,
|
|
331
|
-
1658658271,
|
|
332
|
-
366619977,
|
|
333
|
-
2362670323,
|
|
334
|
-
4224994405,
|
|
335
|
-
1303535960,
|
|
336
|
-
984961486,
|
|
337
|
-
2747007092,
|
|
338
|
-
3569037538,
|
|
339
|
-
1256170817,
|
|
340
|
-
1037604311,
|
|
341
|
-
2765210733,
|
|
342
|
-
3554079995,
|
|
343
|
-
1131014506,
|
|
344
|
-
879679996,
|
|
345
|
-
2909243462,
|
|
346
|
-
3663771856,
|
|
347
|
-
1141124467,
|
|
348
|
-
855842277,
|
|
349
|
-
2852801631,
|
|
350
|
-
3708648649,
|
|
351
|
-
1342533948,
|
|
352
|
-
654459306,
|
|
353
|
-
3188396048,
|
|
354
|
-
3373015174,
|
|
355
|
-
1466479909,
|
|
356
|
-
544179635,
|
|
357
|
-
3110523913,
|
|
358
|
-
3462522015,
|
|
359
|
-
1591671054,
|
|
360
|
-
702138776,
|
|
361
|
-
2966460450,
|
|
362
|
-
3352799412,
|
|
363
|
-
1504918807,
|
|
364
|
-
783551873,
|
|
365
|
-
3082640443,
|
|
366
|
-
3233442989,
|
|
367
|
-
3988292384,
|
|
368
|
-
2596254646,
|
|
369
|
-
62317068,
|
|
370
|
-
1957810842,
|
|
371
|
-
3939845945,
|
|
372
|
-
2647816111,
|
|
373
|
-
81470997,
|
|
374
|
-
1943803523,
|
|
375
|
-
3814918930,
|
|
376
|
-
2489596804,
|
|
377
|
-
225274430,
|
|
378
|
-
2053790376,
|
|
379
|
-
3826175755,
|
|
380
|
-
2466906013,
|
|
381
|
-
167816743,
|
|
382
|
-
2097651377,
|
|
383
|
-
4027552580,
|
|
384
|
-
2265490386,
|
|
385
|
-
503444072,
|
|
386
|
-
1762050814,
|
|
387
|
-
4150417245,
|
|
388
|
-
2154129355,
|
|
389
|
-
426522225,
|
|
390
|
-
1852507879,
|
|
391
|
-
4275313526,
|
|
392
|
-
2312317920,
|
|
393
|
-
282753626,
|
|
394
|
-
1742555852,
|
|
395
|
-
4189708143,
|
|
396
|
-
2394877945,
|
|
397
|
-
397917763,
|
|
398
|
-
1622183637,
|
|
399
|
-
3604390888,
|
|
400
|
-
2714866558,
|
|
401
|
-
953729732,
|
|
402
|
-
1340076626,
|
|
403
|
-
3518719985,
|
|
404
|
-
2797360999,
|
|
405
|
-
1068828381,
|
|
406
|
-
1219638859,
|
|
407
|
-
3624741850,
|
|
408
|
-
2936675148,
|
|
409
|
-
906185462,
|
|
410
|
-
1090812512,
|
|
411
|
-
3747672003,
|
|
412
|
-
2825379669,
|
|
413
|
-
829329135,
|
|
414
|
-
1181335161,
|
|
415
|
-
3412177804,
|
|
416
|
-
3160834842,
|
|
417
|
-
628085408,
|
|
418
|
-
1382605366,
|
|
419
|
-
3423369109,
|
|
420
|
-
3138078467,
|
|
421
|
-
570562233,
|
|
422
|
-
1426400815,
|
|
423
|
-
3317316542,
|
|
424
|
-
2998733608,
|
|
425
|
-
733239954,
|
|
426
|
-
1555261956,
|
|
427
|
-
3268935591,
|
|
428
|
-
3050360625,
|
|
429
|
-
752459403,
|
|
430
|
-
1541320221,
|
|
431
|
-
2607071920,
|
|
432
|
-
3965973030,
|
|
433
|
-
1969922972,
|
|
434
|
-
40735498,
|
|
435
|
-
2617837225,
|
|
436
|
-
3943577151,
|
|
437
|
-
1913087877,
|
|
438
|
-
83908371,
|
|
439
|
-
2512341634,
|
|
440
|
-
3803740692,
|
|
441
|
-
2075208622,
|
|
442
|
-
213261112,
|
|
443
|
-
2463272603,
|
|
444
|
-
3855990285,
|
|
445
|
-
2094854071,
|
|
446
|
-
198958881,
|
|
447
|
-
2262029012,
|
|
448
|
-
4057260610,
|
|
449
|
-
1759359992,
|
|
450
|
-
534414190,
|
|
451
|
-
2176718541,
|
|
452
|
-
4139329115,
|
|
453
|
-
1873836001,
|
|
454
|
-
414664567,
|
|
455
|
-
2282248934,
|
|
456
|
-
4279200368,
|
|
457
|
-
1711684554,
|
|
458
|
-
285281116,
|
|
459
|
-
2405801727,
|
|
460
|
-
4167216745,
|
|
461
|
-
1634467795,
|
|
462
|
-
376229701,
|
|
463
|
-
2685067896,
|
|
464
|
-
3608007406,
|
|
465
|
-
1308918612,
|
|
466
|
-
956543938,
|
|
467
|
-
2808555105,
|
|
468
|
-
3495958263,
|
|
469
|
-
1231636301,
|
|
470
|
-
1047427035,
|
|
471
|
-
2932959818,
|
|
472
|
-
3654703836,
|
|
473
|
-
1088359270,
|
|
474
|
-
936918e3,
|
|
475
|
-
2847714899,
|
|
476
|
-
3736837829,
|
|
477
|
-
1202900863,
|
|
478
|
-
817233897,
|
|
479
|
-
3183342108,
|
|
480
|
-
3401237130,
|
|
481
|
-
1404277552,
|
|
482
|
-
615818150,
|
|
483
|
-
3134207493,
|
|
484
|
-
3453421203,
|
|
485
|
-
1423857449,
|
|
486
|
-
601450431,
|
|
487
|
-
3009837614,
|
|
488
|
-
3294710456,
|
|
489
|
-
1567103746,
|
|
490
|
-
711928724,
|
|
491
|
-
3020668471,
|
|
492
|
-
3272380065,
|
|
493
|
-
1510334235,
|
|
494
|
-
755167117
|
|
495
|
-
];
|
|
496
|
-
var lookupTable = uint32ArrayFrom(a_lookUpTable);
|
|
497
|
-
|
|
498
12
|
// ../../node_modules/.pnpm/@smithy+core@3.24.3/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Int64.js
|
|
499
13
|
var Int64 = class _Int64 {
|
|
500
14
|
bytes;
|
|
@@ -544,9 +58,9 @@ function negate(bytes) {
|
|
|
544
58
|
var HeaderMarshaller = class {
|
|
545
59
|
toUtf8;
|
|
546
60
|
fromUtf8;
|
|
547
|
-
constructor(toUtf82,
|
|
61
|
+
constructor(toUtf82, fromUtf82) {
|
|
548
62
|
this.toUtf8 = toUtf82;
|
|
549
|
-
this.fromUtf8 =
|
|
63
|
+
this.fromUtf8 = fromUtf82;
|
|
550
64
|
}
|
|
551
65
|
format(headers) {
|
|
552
66
|
const chunks = [];
|
|
@@ -760,8 +274,8 @@ var EventStreamCodec = class {
|
|
|
760
274
|
headerMarshaller;
|
|
761
275
|
messageBuffer;
|
|
762
276
|
isEndOfStream;
|
|
763
|
-
constructor(toUtf82,
|
|
764
|
-
this.headerMarshaller = new HeaderMarshaller(toUtf82,
|
|
277
|
+
constructor(toUtf82, fromUtf82) {
|
|
278
|
+
this.headerMarshaller = new HeaderMarshaller(toUtf82, fromUtf82);
|
|
765
279
|
this.messageBuffer = [];
|
|
766
280
|
this.isEndOfStream = false;
|
|
767
281
|
}
|
|
@@ -1356,14 +870,6 @@ var EventStreamSerde = class {
|
|
|
1356
870
|
};
|
|
1357
871
|
|
|
1358
872
|
export {
|
|
1359
|
-
__awaiter,
|
|
1360
|
-
__generator,
|
|
1361
|
-
__values,
|
|
1362
|
-
convertToBuffer,
|
|
1363
|
-
isEmptyData,
|
|
1364
|
-
numToUint8,
|
|
1365
|
-
uint32ArrayFrom,
|
|
1366
|
-
AwsCrc32,
|
|
1367
873
|
Int64,
|
|
1368
874
|
HeaderMarshaller,
|
|
1369
875
|
EventStreamCodec,
|