@aws-cdk/integ-runner 2.190.5 → 2.190.7
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/THIRD_PARTY_LICENSES +66 -66
- package/lib/workers/extract/index.js +1247 -891
- package/package.json +13 -13
|
@@ -4878,7 +4878,7 @@ var require_semver2 = __commonJS({
|
|
|
4878
4878
|
// ../cloud-assembly-schema/cli-version.json
|
|
4879
4879
|
var require_cli_version = __commonJS({
|
|
4880
4880
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
4881
|
-
module2.exports = { version: "2.1029.
|
|
4881
|
+
module2.exports = { version: "2.1029.3" };
|
|
4882
4882
|
}
|
|
4883
4883
|
});
|
|
4884
4884
|
|
|
@@ -5674,8 +5674,11 @@ have a unique display name. (Default - no display name)`,
|
|
|
5674
5674
|
type: "string"
|
|
5675
5675
|
},
|
|
5676
5676
|
flags: {
|
|
5677
|
-
|
|
5678
|
-
|
|
5677
|
+
description: "Information about every feature flag supported by this library.",
|
|
5678
|
+
type: "object",
|
|
5679
|
+
additionalProperties: {
|
|
5680
|
+
$ref: "#/definitions/FeatureFlag"
|
|
5681
|
+
}
|
|
5679
5682
|
}
|
|
5680
5683
|
},
|
|
5681
5684
|
required: [
|
|
@@ -5683,8 +5686,38 @@ have a unique display name. (Default - no display name)`,
|
|
|
5683
5686
|
"module"
|
|
5684
5687
|
]
|
|
5685
5688
|
},
|
|
5686
|
-
|
|
5687
|
-
|
|
5689
|
+
FeatureFlag: {
|
|
5690
|
+
description: "A single feature flag",
|
|
5691
|
+
type: "object",
|
|
5692
|
+
properties: {
|
|
5693
|
+
recommendedValue: {
|
|
5694
|
+
description: "The library-recommended value for this flag, if any\n\nIt is possible that there is no recommended value. (Default - No recommended value.)"
|
|
5695
|
+
},
|
|
5696
|
+
userValue: {
|
|
5697
|
+
description: "The value configured by the user\n\nThis is the value configured at the root of the tree. Users may also have\nconfigured values at specific locations in the tree; we don't report on\nthose. (Default - Not configured by the user)"
|
|
5698
|
+
},
|
|
5699
|
+
explanation: {
|
|
5700
|
+
description: "Explanation about the purpose of this flag that can be shown to the user. (Default - No description)",
|
|
5701
|
+
type: "string"
|
|
5702
|
+
},
|
|
5703
|
+
unconfiguredBehavesLike: {
|
|
5704
|
+
description: "The value of the flag that produces the same behavior as when the flag is not configured at all\n\nThe structure of this field is a historical accident. The type of this field\nshould have been boolean, which should have contained the default value for\nthe flag appropriate for the *current* version of the CDK library. We are\nnot rectifying this accident because doing so\n\nInstead, the canonical way to access this value is by evaluating\n`unconfiguredBehavesLike?.v2 ?? false`.",
|
|
5705
|
+
default: false,
|
|
5706
|
+
$ref: "#/definitions/UnconfiguredBehavesLike"
|
|
5707
|
+
}
|
|
5708
|
+
}
|
|
5709
|
+
},
|
|
5710
|
+
UnconfiguredBehavesLike: {
|
|
5711
|
+
type: "object",
|
|
5712
|
+
properties: {
|
|
5713
|
+
v1: {
|
|
5714
|
+
description: "Historical accident, don't use.\n\nThis value may be present, but it should never be used. The actual value is\nin the `v2` field, regardless of the version of the CDK library. (Default - ignore)"
|
|
5715
|
+
},
|
|
5716
|
+
v2: {
|
|
5717
|
+
description: "The value of the flag that produces the same behavior as when the flag is not configured at all\n\nEven though it is called 'v2', this is the official name of this field. In\nany future versions of CDK (v3, v4, ...), this field will still be called 'v2'.\n\nThe structure of this field is a historical accident. See the comment on\n`unconfiguredBehavesLike` for more information.",
|
|
5718
|
+
default: false
|
|
5719
|
+
}
|
|
5720
|
+
}
|
|
5688
5721
|
},
|
|
5689
5722
|
MissingContext: {
|
|
5690
5723
|
description: "Represents a missing piece of context.",
|
|
@@ -6829,7 +6862,7 @@ var require_integ_schema = __commonJS({
|
|
|
6829
6862
|
var require_version = __commonJS({
|
|
6830
6863
|
"../cloud-assembly-schema/schema/version.json"(exports2, module2) {
|
|
6831
6864
|
module2.exports = {
|
|
6832
|
-
schemaHash: "
|
|
6865
|
+
schemaHash: "4755f1d1fcb2dc25dd6bff0494afa7d86c517274ffebdf2ac2dcb90ad4b899c4",
|
|
6833
6866
|
$comment: "Do not hold back the version on additions: jsonschema validation of the manifest by the consumer will trigger errors on unexpected fields.",
|
|
6834
6867
|
revision: 48
|
|
6835
6868
|
};
|
|
@@ -7375,7 +7408,7 @@ var require_cloud_artifact = __commonJS({
|
|
|
7375
7408
|
};
|
|
7376
7409
|
exports2.CloudArtifact = CloudArtifact;
|
|
7377
7410
|
_a2 = JSII_RTTI_SYMBOL_1;
|
|
7378
|
-
CloudArtifact[_a2] = { fqn: "@aws-cdk/cx-api.CloudArtifact", version: "2.
|
|
7411
|
+
CloudArtifact[_a2] = { fqn: "@aws-cdk/cx-api.CloudArtifact", version: "2.215.0" };
|
|
7379
7412
|
}
|
|
7380
7413
|
});
|
|
7381
7414
|
|
|
@@ -7448,7 +7481,7 @@ var require_asset_manifest_artifact = __commonJS({
|
|
|
7448
7481
|
};
|
|
7449
7482
|
exports2.AssetManifestArtifact = AssetManifestArtifact4;
|
|
7450
7483
|
_a2 = JSII_RTTI_SYMBOL_1;
|
|
7451
|
-
AssetManifestArtifact4[_a2] = { fqn: "@aws-cdk/cx-api.AssetManifestArtifact", version: "2.
|
|
7484
|
+
AssetManifestArtifact4[_a2] = { fqn: "@aws-cdk/cx-api.AssetManifestArtifact", version: "2.215.0" };
|
|
7452
7485
|
Object.defineProperty(AssetManifestArtifact4.prototype, ASSET_MANIFEST_ARTIFACT_SYM, {
|
|
7453
7486
|
value: true,
|
|
7454
7487
|
enumerable: false,
|
|
@@ -7499,7 +7532,7 @@ var require_environment2 = __commonJS({
|
|
|
7499
7532
|
};
|
|
7500
7533
|
exports2.EnvironmentUtils = EnvironmentUtils4;
|
|
7501
7534
|
_a2 = JSII_RTTI_SYMBOL_1;
|
|
7502
|
-
EnvironmentUtils4[_a2] = { fqn: "@aws-cdk/cx-api.EnvironmentUtils", version: "2.
|
|
7535
|
+
EnvironmentUtils4[_a2] = { fqn: "@aws-cdk/cx-api.EnvironmentUtils", version: "2.215.0" };
|
|
7503
7536
|
}
|
|
7504
7537
|
});
|
|
7505
7538
|
|
|
@@ -7608,7 +7641,7 @@ var require_cloudformation_artifact = __commonJS({
|
|
|
7608
7641
|
};
|
|
7609
7642
|
exports2.CloudFormationStackArtifact = CloudFormationStackArtifact2;
|
|
7610
7643
|
_a2 = JSII_RTTI_SYMBOL_1;
|
|
7611
|
-
CloudFormationStackArtifact2[_a2] = { fqn: "@aws-cdk/cx-api.CloudFormationStackArtifact", version: "2.
|
|
7644
|
+
CloudFormationStackArtifact2[_a2] = { fqn: "@aws-cdk/cx-api.CloudFormationStackArtifact", version: "2.215.0" };
|
|
7612
7645
|
Object.defineProperty(CloudFormationStackArtifact2.prototype, CLOUDFORMATION_STACK_ARTIFACT_SYM, {
|
|
7613
7646
|
value: true,
|
|
7614
7647
|
enumerable: false,
|
|
@@ -7676,7 +7709,7 @@ var require_nested_cloud_assembly_artifact = __commonJS({
|
|
|
7676
7709
|
};
|
|
7677
7710
|
exports2.NestedCloudAssemblyArtifact = NestedCloudAssemblyArtifact2;
|
|
7678
7711
|
_a2 = JSII_RTTI_SYMBOL_1;
|
|
7679
|
-
NestedCloudAssemblyArtifact2[_a2] = { fqn: "@aws-cdk/cx-api.NestedCloudAssemblyArtifact", version: "2.
|
|
7712
|
+
NestedCloudAssemblyArtifact2[_a2] = { fqn: "@aws-cdk/cx-api.NestedCloudAssemblyArtifact", version: "2.215.0" };
|
|
7680
7713
|
Object.defineProperty(NestedCloudAssemblyArtifact2.prototype, NESTED_CLOUD_ASSEMBLY_SYM, {
|
|
7681
7714
|
value: true,
|
|
7682
7715
|
enumerable: false,
|
|
@@ -7740,7 +7773,7 @@ var require_tree_cloud_artifact = __commonJS({
|
|
|
7740
7773
|
};
|
|
7741
7774
|
exports2.TreeCloudArtifact = TreeCloudArtifact;
|
|
7742
7775
|
_a2 = JSII_RTTI_SYMBOL_1;
|
|
7743
|
-
TreeCloudArtifact[_a2] = { fqn: "@aws-cdk/cx-api.TreeCloudArtifact", version: "2.
|
|
7776
|
+
TreeCloudArtifact[_a2] = { fqn: "@aws-cdk/cx-api.TreeCloudArtifact", version: "2.215.0" };
|
|
7744
7777
|
Object.defineProperty(TreeCloudArtifact.prototype, TREE_CLOUD_ARTIFACT_SYM, {
|
|
7745
7778
|
value: true,
|
|
7746
7779
|
enumerable: false,
|
|
@@ -8013,7 +8046,7 @@ var require_cloud_assembly = __commonJS({
|
|
|
8013
8046
|
};
|
|
8014
8047
|
exports2.CloudAssembly = CloudAssembly4;
|
|
8015
8048
|
_a2 = JSII_RTTI_SYMBOL_1;
|
|
8016
|
-
CloudAssembly4[_a2] = { fqn: "@aws-cdk/cx-api.CloudAssembly", version: "2.
|
|
8049
|
+
CloudAssembly4[_a2] = { fqn: "@aws-cdk/cx-api.CloudAssembly", version: "2.215.0" };
|
|
8017
8050
|
var CloudAssemblyBuilder2 = class _CloudAssemblyBuilder {
|
|
8018
8051
|
static {
|
|
8019
8052
|
__name(this, "CloudAssemblyBuilder");
|
|
@@ -8109,7 +8142,7 @@ var require_cloud_assembly = __commonJS({
|
|
|
8109
8142
|
};
|
|
8110
8143
|
exports2.CloudAssemblyBuilder = CloudAssemblyBuilder2;
|
|
8111
8144
|
_b = JSII_RTTI_SYMBOL_1;
|
|
8112
|
-
CloudAssemblyBuilder2[_b] = { fqn: "@aws-cdk/cx-api.CloudAssemblyBuilder", version: "2.
|
|
8145
|
+
CloudAssemblyBuilder2[_b] = { fqn: "@aws-cdk/cx-api.CloudAssemblyBuilder", version: "2.215.0" };
|
|
8113
8146
|
function filterUndefined(obj) {
|
|
8114
8147
|
if (Array.isArray(obj)) {
|
|
8115
8148
|
return obj.filter((x3) => x3 !== void 0).map((x3) => filterUndefined(x3));
|
|
@@ -9931,7 +9964,7 @@ var require_placeholders = __commonJS({
|
|
|
9931
9964
|
};
|
|
9932
9965
|
exports2.EnvironmentPlaceholders = EnvironmentPlaceholders5;
|
|
9933
9966
|
_a2 = JSII_RTTI_SYMBOL_1;
|
|
9934
|
-
EnvironmentPlaceholders5[_a2] = { fqn: "@aws-cdk/cx-api.EnvironmentPlaceholders", version: "2.
|
|
9967
|
+
EnvironmentPlaceholders5[_a2] = { fqn: "@aws-cdk/cx-api.EnvironmentPlaceholders", version: "2.215.0" };
|
|
9935
9968
|
EnvironmentPlaceholders5.CURRENT_REGION = "${AWS::Region}";
|
|
9936
9969
|
EnvironmentPlaceholders5.CURRENT_ACCOUNT = "${AWS::AccountId}";
|
|
9937
9970
|
EnvironmentPlaceholders5.CURRENT_PARTITION = "${AWS::Partition}";
|
|
@@ -82394,7 +82427,7 @@ var require_toBase64 = __commonJS({
|
|
|
82394
82427
|
exports2.toBase64 = void 0;
|
|
82395
82428
|
var util_buffer_from_1 = require_dist_cjs9();
|
|
82396
82429
|
var util_utf8_1 = require_dist_cjs10();
|
|
82397
|
-
var
|
|
82430
|
+
var toBase648 = /* @__PURE__ */ __name((_input) => {
|
|
82398
82431
|
let input;
|
|
82399
82432
|
if (typeof _input === "string") {
|
|
82400
82433
|
input = (0, util_utf8_1.fromUtf8)(_input);
|
|
@@ -82406,7 +82439,7 @@ var require_toBase64 = __commonJS({
|
|
|
82406
82439
|
}
|
|
82407
82440
|
return (0, util_buffer_from_1.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("base64");
|
|
82408
82441
|
}, "toBase64");
|
|
82409
|
-
exports2.toBase64 =
|
|
82442
|
+
exports2.toBase64 = toBase648;
|
|
82410
82443
|
}
|
|
82411
82444
|
});
|
|
82412
82445
|
|
|
@@ -84014,7 +84047,7 @@ var require_dist_cjs15 = __commonJS({
|
|
|
84014
84047
|
return this.config ?? {};
|
|
84015
84048
|
}
|
|
84016
84049
|
};
|
|
84017
|
-
var
|
|
84050
|
+
var import_util_base6410 = require_dist_cjs11();
|
|
84018
84051
|
var streamCollector3 = /* @__PURE__ */ __name2(async (stream2) => {
|
|
84019
84052
|
if (typeof Blob === "function" && stream2 instanceof Blob || stream2.constructor?.name === "Blob") {
|
|
84020
84053
|
if (Blob.prototype.arrayBuffer !== void 0) {
|
|
@@ -84026,7 +84059,7 @@ var require_dist_cjs15 = __commonJS({
|
|
|
84026
84059
|
}, "streamCollector");
|
|
84027
84060
|
async function collectBlob(blob) {
|
|
84028
84061
|
const base64 = await readToBase64(blob);
|
|
84029
|
-
const arrayBuffer = (0,
|
|
84062
|
+
const arrayBuffer = (0, import_util_base6410.fromBase64)(base64);
|
|
84030
84063
|
return new Uint8Array(arrayBuffer);
|
|
84031
84064
|
}
|
|
84032
84065
|
__name(collectBlob, "collectBlob");
|
|
@@ -84336,11 +84369,11 @@ var require_dist_cjs17 = __commonJS({
|
|
|
84336
84369
|
Uint8ArrayBlobAdapter: /* @__PURE__ */ __name(() => Uint8ArrayBlobAdapter2, "Uint8ArrayBlobAdapter")
|
|
84337
84370
|
});
|
|
84338
84371
|
module2.exports = __toCommonJS2(index_exports);
|
|
84339
|
-
var
|
|
84372
|
+
var import_util_base6410 = require_dist_cjs11();
|
|
84340
84373
|
var import_util_utf810 = require_dist_cjs10();
|
|
84341
84374
|
function transformToString(payload2, encoding = "utf-8") {
|
|
84342
84375
|
if (encoding === "base64") {
|
|
84343
|
-
return (0,
|
|
84376
|
+
return (0, import_util_base6410.toBase64)(payload2);
|
|
84344
84377
|
}
|
|
84345
84378
|
return (0, import_util_utf810.toUtf8)(payload2);
|
|
84346
84379
|
}
|
|
@@ -84348,7 +84381,7 @@ var require_dist_cjs17 = __commonJS({
|
|
|
84348
84381
|
__name2(transformToString, "transformToString");
|
|
84349
84382
|
function transformFromString(str, encoding) {
|
|
84350
84383
|
if (encoding === "base64") {
|
|
84351
|
-
return Uint8ArrayBlobAdapter2.mutate((0,
|
|
84384
|
+
return Uint8ArrayBlobAdapter2.mutate((0, import_util_base6410.fromBase64)(str));
|
|
84352
84385
|
}
|
|
84353
84386
|
return Uint8ArrayBlobAdapter2.mutate((0, import_util_utf810.fromUtf8)(str));
|
|
84354
84387
|
}
|
|
@@ -91500,12 +91533,12 @@ var require_dist_cjs26 = __commonJS({
|
|
|
91500
91533
|
SENSITIVE_STRING: /* @__PURE__ */ __name(() => SENSITIVE_STRING22, "SENSITIVE_STRING"),
|
|
91501
91534
|
ServiceException: /* @__PURE__ */ __name(() => ServiceException, "ServiceException"),
|
|
91502
91535
|
_json: /* @__PURE__ */ __name(() => _json2, "_json"),
|
|
91503
|
-
collectBody: /* @__PURE__ */ __name(() =>
|
|
91536
|
+
collectBody: /* @__PURE__ */ __name(() => import_protocols12.collectBody, "collectBody"),
|
|
91504
91537
|
convertMap: /* @__PURE__ */ __name(() => convertMap, "convertMap"),
|
|
91505
91538
|
createAggregatedClient: /* @__PURE__ */ __name(() => createAggregatedClient3, "createAggregatedClient"),
|
|
91506
91539
|
decorateServiceException: /* @__PURE__ */ __name(() => decorateServiceException, "decorateServiceException"),
|
|
91507
91540
|
emitWarningIfUnsupportedVersion: /* @__PURE__ */ __name(() => emitWarningIfUnsupportedVersion4, "emitWarningIfUnsupportedVersion"),
|
|
91508
|
-
extendedEncodeURIComponent: /* @__PURE__ */ __name(() =>
|
|
91541
|
+
extendedEncodeURIComponent: /* @__PURE__ */ __name(() => import_protocols12.extendedEncodeURIComponent, "extendedEncodeURIComponent"),
|
|
91509
91542
|
getArrayIfSingleItem: /* @__PURE__ */ __name(() => getArrayIfSingleItem, "getArrayIfSingleItem"),
|
|
91510
91543
|
getDefaultClientConfiguration: /* @__PURE__ */ __name(() => getDefaultClientConfiguration, "getDefaultClientConfiguration"),
|
|
91511
91544
|
getDefaultExtensionConfiguration: /* @__PURE__ */ __name(() => getDefaultExtensionConfiguration3, "getDefaultExtensionConfiguration"),
|
|
@@ -91514,7 +91547,7 @@ var require_dist_cjs26 = __commonJS({
|
|
|
91514
91547
|
loadConfigsForDefaultMode: /* @__PURE__ */ __name(() => loadConfigsForDefaultMode3, "loadConfigsForDefaultMode"),
|
|
91515
91548
|
map: /* @__PURE__ */ __name(() => map3, "map"),
|
|
91516
91549
|
resolveDefaultRuntimeConfig: /* @__PURE__ */ __name(() => resolveDefaultRuntimeConfig3, "resolveDefaultRuntimeConfig"),
|
|
91517
|
-
resolvedPath: /* @__PURE__ */ __name(() =>
|
|
91550
|
+
resolvedPath: /* @__PURE__ */ __name(() => import_protocols12.resolvedPath, "resolvedPath"),
|
|
91518
91551
|
serializeDateTime: /* @__PURE__ */ __name(() => serializeDateTime, "serializeDateTime"),
|
|
91519
91552
|
serializeFloat: /* @__PURE__ */ __name(() => serializeFloat, "serializeFloat"),
|
|
91520
91553
|
take: /* @__PURE__ */ __name(() => take2, "take"),
|
|
@@ -91573,7 +91606,7 @@ var require_dist_cjs26 = __commonJS({
|
|
|
91573
91606
|
delete this.handlers;
|
|
91574
91607
|
}
|
|
91575
91608
|
};
|
|
91576
|
-
var
|
|
91609
|
+
var import_protocols12 = (init_protocols(), __toCommonJS(protocols_exports));
|
|
91577
91610
|
var import_types5 = require_dist_cjs();
|
|
91578
91611
|
var import_schema23 = (init_schema4(), __toCommonJS(schema_exports));
|
|
91579
91612
|
var SENSITIVE_STRING3 = "***SensitiveInformation***";
|
|
@@ -92219,6 +92252,7 @@ var init_parseJsonBody = __esm({
|
|
|
92219
92252
|
var import_util_base644, JsonShapeDeserializer;
|
|
92220
92253
|
var init_JsonShapeDeserializer = __esm({
|
|
92221
92254
|
"../../../node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js"() {
|
|
92255
|
+
init_protocols();
|
|
92222
92256
|
init_schema4();
|
|
92223
92257
|
init_serde();
|
|
92224
92258
|
import_util_base644 = __toESM(require_dist_cjs11());
|
|
@@ -92284,9 +92318,8 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
92284
92318
|
return LazyJsonString2.from(value);
|
|
92285
92319
|
}
|
|
92286
92320
|
}
|
|
92287
|
-
if (ns.isTimestampSchema()) {
|
|
92288
|
-
const
|
|
92289
|
-
const format23 = options.useTrait ? ns.getSchema() === SCHEMA.TIMESTAMP_DEFAULT ? options.default : ns.getSchema() ?? options.default : options.default;
|
|
92321
|
+
if (ns.isTimestampSchema() && value != null) {
|
|
92322
|
+
const format23 = determineTimestampFormat(ns, this.settings);
|
|
92290
92323
|
switch (format23) {
|
|
92291
92324
|
case SCHEMA.TIMESTAMP_DATE_TIME:
|
|
92292
92325
|
return parseRfc3339DateTimeWithOffset2(value);
|
|
@@ -92306,6 +92339,10 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
92306
92339
|
if (value instanceof NumericValue2) {
|
|
92307
92340
|
return value;
|
|
92308
92341
|
}
|
|
92342
|
+
const untyped = value;
|
|
92343
|
+
if (untyped.type === "bigDecimal" && "string" in untyped) {
|
|
92344
|
+
return new NumericValue2(untyped.string, untyped.type);
|
|
92345
|
+
}
|
|
92309
92346
|
return new NumericValue2(String(value), "bigDecimal");
|
|
92310
92347
|
}
|
|
92311
92348
|
if (ns.isNumericSchema() && typeof value === "string") {
|
|
@@ -92318,6 +92355,21 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
92318
92355
|
return NaN;
|
|
92319
92356
|
}
|
|
92320
92357
|
}
|
|
92358
|
+
if (ns.isDocumentSchema()) {
|
|
92359
|
+
if (isObject3) {
|
|
92360
|
+
const out = Array.isArray(value) ? [] : {};
|
|
92361
|
+
for (const [k3, v6] of Object.entries(value)) {
|
|
92362
|
+
if (v6 instanceof NumericValue2) {
|
|
92363
|
+
out[k3] = v6;
|
|
92364
|
+
} else {
|
|
92365
|
+
out[k3] = this._read(ns, v6);
|
|
92366
|
+
}
|
|
92367
|
+
}
|
|
92368
|
+
return out;
|
|
92369
|
+
} else {
|
|
92370
|
+
return structuredClone(value);
|
|
92371
|
+
}
|
|
92372
|
+
}
|
|
92321
92373
|
return value;
|
|
92322
92374
|
}
|
|
92323
92375
|
};
|
|
@@ -92381,11 +92433,13 @@ var init_jsonReplacer = __esm({
|
|
|
92381
92433
|
});
|
|
92382
92434
|
|
|
92383
92435
|
// ../../../node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js
|
|
92384
|
-
var JsonShapeSerializer;
|
|
92436
|
+
var import_util_base645, JsonShapeSerializer;
|
|
92385
92437
|
var init_JsonShapeSerializer = __esm({
|
|
92386
92438
|
"../../../node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js"() {
|
|
92439
|
+
init_protocols();
|
|
92387
92440
|
init_schema4();
|
|
92388
92441
|
init_serde();
|
|
92442
|
+
import_util_base645 = __toESM(require_dist_cjs11());
|
|
92389
92443
|
init_ConfigurableSerdeContext();
|
|
92390
92444
|
init_jsonReplacer();
|
|
92391
92445
|
JsonShapeSerializer = class extends SerdeContextConfig {
|
|
@@ -92403,8 +92457,16 @@ var init_JsonShapeSerializer = __esm({
|
|
|
92403
92457
|
this.rootSchema = NormalizedSchema.of(schema);
|
|
92404
92458
|
this.buffer = this._write(this.rootSchema, value);
|
|
92405
92459
|
}
|
|
92460
|
+
writeDiscriminatedDocument(schema, value) {
|
|
92461
|
+
this.write(schema, value);
|
|
92462
|
+
if (typeof this.buffer === "object") {
|
|
92463
|
+
this.buffer.__type = NormalizedSchema.of(schema).getName(true);
|
|
92464
|
+
}
|
|
92465
|
+
}
|
|
92406
92466
|
flush() {
|
|
92407
|
-
|
|
92467
|
+
const { rootSchema } = this;
|
|
92468
|
+
this.rootSchema = void 0;
|
|
92469
|
+
if (rootSchema?.isStructSchema() || rootSchema?.isDocumentSchema()) {
|
|
92408
92470
|
const replacer = new JsonReplacer();
|
|
92409
92471
|
return replacer.replaceInJson(JSON.stringify(this.buffer, replacer.createReplacer(), 0));
|
|
92410
92472
|
}
|
|
@@ -92447,18 +92509,17 @@ var init_JsonShapeSerializer = __esm({
|
|
|
92447
92509
|
if (value === null && container?.isStructSchema()) {
|
|
92448
92510
|
return void 0;
|
|
92449
92511
|
}
|
|
92450
|
-
if (ns.isBlobSchema() && (value instanceof Uint8Array || typeof value === "string")) {
|
|
92512
|
+
if (ns.isBlobSchema() && (value instanceof Uint8Array || typeof value === "string") || ns.isDocumentSchema() && value instanceof Uint8Array) {
|
|
92451
92513
|
if (ns === this.rootSchema) {
|
|
92452
92514
|
return value;
|
|
92453
92515
|
}
|
|
92454
92516
|
if (!this.serdeContext?.base64Encoder) {
|
|
92455
|
-
|
|
92517
|
+
return (0, import_util_base645.toBase64)(value);
|
|
92456
92518
|
}
|
|
92457
92519
|
return this.serdeContext?.base64Encoder(value);
|
|
92458
92520
|
}
|
|
92459
|
-
if (ns.isTimestampSchema() && value instanceof Date) {
|
|
92460
|
-
const
|
|
92461
|
-
const format23 = options.useTrait ? ns.getSchema() === SCHEMA.TIMESTAMP_DEFAULT ? options.default : ns.getSchema() ?? options.default : options.default;
|
|
92521
|
+
if ((ns.isTimestampSchema() || ns.isDocumentSchema()) && value instanceof Date) {
|
|
92522
|
+
const format23 = determineTimestampFormat(ns, this.settings);
|
|
92462
92523
|
switch (format23) {
|
|
92463
92524
|
case SCHEMA.TIMESTAMP_DATE_TIME:
|
|
92464
92525
|
return value.toISOString().replace(".000Z", "Z");
|
|
@@ -92488,6 +92549,21 @@ var init_JsonShapeSerializer = __esm({
|
|
|
92488
92549
|
}
|
|
92489
92550
|
}
|
|
92490
92551
|
}
|
|
92552
|
+
if (ns.isDocumentSchema()) {
|
|
92553
|
+
if (isObject3) {
|
|
92554
|
+
const out = Array.isArray(value) ? [] : {};
|
|
92555
|
+
for (const [k3, v6] of Object.entries(value)) {
|
|
92556
|
+
if (v6 instanceof NumericValue2) {
|
|
92557
|
+
out[k3] = v6;
|
|
92558
|
+
} else {
|
|
92559
|
+
out[k3] = this._write(ns, v6);
|
|
92560
|
+
}
|
|
92561
|
+
}
|
|
92562
|
+
return out;
|
|
92563
|
+
} else {
|
|
92564
|
+
return structuredClone(value);
|
|
92565
|
+
}
|
|
92566
|
+
}
|
|
92491
92567
|
return value;
|
|
92492
92568
|
}
|
|
92493
92569
|
};
|
|
@@ -94399,14 +94475,14 @@ var init_XmlShapeDeserializer = __esm({
|
|
|
94399
94475
|
});
|
|
94400
94476
|
|
|
94401
94477
|
// ../../../node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js
|
|
94402
|
-
var import_smithy_client4,
|
|
94478
|
+
var import_smithy_client4, import_util_base646, QueryShapeSerializer;
|
|
94403
94479
|
var init_QueryShapeSerializer = __esm({
|
|
94404
94480
|
"../../../node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js"() {
|
|
94405
94481
|
init_protocols();
|
|
94406
94482
|
init_schema4();
|
|
94407
94483
|
init_serde();
|
|
94408
94484
|
import_smithy_client4 = __toESM(require_dist_cjs26());
|
|
94409
|
-
|
|
94485
|
+
import_util_base646 = __toESM(require_dist_cjs11());
|
|
94410
94486
|
init_ConfigurableSerdeContext();
|
|
94411
94487
|
QueryShapeSerializer = class extends SerdeContextConfig {
|
|
94412
94488
|
static {
|
|
@@ -94429,7 +94505,7 @@ var init_QueryShapeSerializer = __esm({
|
|
|
94429
94505
|
if (ns.isBlobSchema()) {
|
|
94430
94506
|
if (typeof value === "string" || value instanceof Uint8Array) {
|
|
94431
94507
|
this.writeKey(prefix);
|
|
94432
|
-
this.writeValue((this.serdeContext?.base64Encoder ??
|
|
94508
|
+
this.writeValue((this.serdeContext?.base64Encoder ?? import_util_base646.toBase64)(value));
|
|
94433
94509
|
}
|
|
94434
94510
|
} else if (ns.isBooleanSchema() || ns.isNumericSchema() || ns.isStringSchema()) {
|
|
94435
94511
|
if (value != null) {
|
|
@@ -94952,14 +95028,15 @@ var require_dist_cjs27 = __commonJS({
|
|
|
94952
95028
|
});
|
|
94953
95029
|
|
|
94954
95030
|
// ../../../node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js
|
|
94955
|
-
var import_xml_builder, import_smithy_client6,
|
|
95031
|
+
var import_xml_builder, import_smithy_client6, import_util_base647, XmlShapeSerializer;
|
|
94956
95032
|
var init_XmlShapeSerializer = __esm({
|
|
94957
95033
|
"../../../node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js"() {
|
|
94958
95034
|
import_xml_builder = __toESM(require_dist_cjs27());
|
|
95035
|
+
init_protocols();
|
|
94959
95036
|
init_schema4();
|
|
94960
95037
|
init_serde();
|
|
94961
95038
|
import_smithy_client6 = __toESM(require_dist_cjs26());
|
|
94962
|
-
|
|
95039
|
+
import_util_base647 = __toESM(require_dist_cjs11());
|
|
94963
95040
|
init_ConfigurableSerdeContext();
|
|
94964
95041
|
XmlShapeSerializer = class extends SerdeContextConfig {
|
|
94965
95042
|
static {
|
|
@@ -94978,7 +95055,7 @@ var init_XmlShapeSerializer = __esm({
|
|
|
94978
95055
|
if (ns.isStringSchema() && typeof value === "string") {
|
|
94979
95056
|
this.stringBuffer = value;
|
|
94980
95057
|
} else if (ns.isBlobSchema()) {
|
|
94981
|
-
this.byteBuffer = "byteLength" in value ? value : (this.serdeContext?.base64Decoder ??
|
|
95058
|
+
this.byteBuffer = "byteLength" in value ? value : (this.serdeContext?.base64Decoder ?? import_util_base647.fromBase64)(value);
|
|
94982
95059
|
} else {
|
|
94983
95060
|
this.buffer = this.writeStruct(ns, value, void 0);
|
|
94984
95061
|
const traits = ns.getMergedTraits();
|
|
@@ -95150,10 +95227,9 @@ var init_XmlShapeSerializer = __esm({
|
|
|
95150
95227
|
let nodeContents = null;
|
|
95151
95228
|
if (value && typeof value === "object") {
|
|
95152
95229
|
if (ns.isBlobSchema()) {
|
|
95153
|
-
nodeContents = (this.serdeContext?.base64Encoder ??
|
|
95230
|
+
nodeContents = (this.serdeContext?.base64Encoder ?? import_util_base647.toBase64)(value);
|
|
95154
95231
|
} else if (ns.isTimestampSchema() && value instanceof Date) {
|
|
95155
|
-
const
|
|
95156
|
-
const format23 = options.useTrait ? ns.getSchema() === SCHEMA.TIMESTAMP_DEFAULT ? options.default : ns.getSchema() ?? options.default : options.default;
|
|
95232
|
+
const format23 = determineTimestampFormat(ns, this.settings);
|
|
95157
95233
|
switch (format23) {
|
|
95158
95234
|
case SCHEMA.TIMESTAMP_DATE_TIME:
|
|
95159
95235
|
nodeContents = value.toISOString().replace(".000Z", "Z");
|
|
@@ -95975,11 +96051,15 @@ var require_getSSOTokenFromFile = __commonJS({
|
|
|
95975
96051
|
"../../../node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js"(exports2) {
|
|
95976
96052
|
"use strict";
|
|
95977
96053
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
95978
|
-
exports2.getSSOTokenFromFile = void 0;
|
|
96054
|
+
exports2.getSSOTokenFromFile = exports2.tokenIntercept = void 0;
|
|
95979
96055
|
var fs_1 = require("fs");
|
|
95980
96056
|
var getSSOTokenFilepath_1 = require_getSSOTokenFilepath();
|
|
95981
96057
|
var { readFile: readFile2 } = fs_1.promises;
|
|
96058
|
+
exports2.tokenIntercept = {};
|
|
95982
96059
|
var getSSOTokenFromFile2 = /* @__PURE__ */ __name(async (id) => {
|
|
96060
|
+
if (exports2.tokenIntercept[id]) {
|
|
96061
|
+
return exports2.tokenIntercept[id];
|
|
96062
|
+
}
|
|
95983
96063
|
const ssoTokenFilepath = (0, getSSOTokenFilepath_1.getSSOTokenFilepath)(id);
|
|
95984
96064
|
const ssoTokenText = await readFile2(ssoTokenFilepath, "utf8");
|
|
95985
96065
|
return JSON.parse(ssoTokenText);
|
|
@@ -95993,15 +96073,19 @@ var require_slurpFile = __commonJS({
|
|
|
95993
96073
|
"../../../node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js"(exports2) {
|
|
95994
96074
|
"use strict";
|
|
95995
96075
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
95996
|
-
exports2.slurpFile = void 0;
|
|
96076
|
+
exports2.slurpFile = exports2.fileIntercept = exports2.filePromisesHash = void 0;
|
|
95997
96077
|
var fs_1 = require("fs");
|
|
95998
96078
|
var { readFile: readFile2 } = fs_1.promises;
|
|
95999
|
-
|
|
96079
|
+
exports2.filePromisesHash = {};
|
|
96080
|
+
exports2.fileIntercept = {};
|
|
96000
96081
|
var slurpFile = /* @__PURE__ */ __name((path33, options) => {
|
|
96001
|
-
if (
|
|
96002
|
-
|
|
96082
|
+
if (exports2.fileIntercept[path33] !== void 0) {
|
|
96083
|
+
return exports2.fileIntercept[path33];
|
|
96003
96084
|
}
|
|
96004
|
-
|
|
96085
|
+
if (!exports2.filePromisesHash[path33] || (options === null || options === void 0 ? void 0 : options.ignoreCache)) {
|
|
96086
|
+
exports2.filePromisesHash[path33] = readFile2(path33, "utf8");
|
|
96087
|
+
}
|
|
96088
|
+
return exports2.filePromisesHash[path33];
|
|
96005
96089
|
}, "slurpFile");
|
|
96006
96090
|
exports2.slurpFile = slurpFile;
|
|
96007
96091
|
}
|
|
@@ -96034,7 +96118,10 @@ var require_dist_cjs32 = __commonJS({
|
|
|
96034
96118
|
CONFIG_PREFIX_SEPARATOR: /* @__PURE__ */ __name(() => CONFIG_PREFIX_SEPARATOR, "CONFIG_PREFIX_SEPARATOR"),
|
|
96035
96119
|
DEFAULT_PROFILE: /* @__PURE__ */ __name(() => DEFAULT_PROFILE, "DEFAULT_PROFILE"),
|
|
96036
96120
|
ENV_PROFILE: /* @__PURE__ */ __name(() => ENV_PROFILE, "ENV_PROFILE"),
|
|
96121
|
+
SSOToken: /* @__PURE__ */ __name(() => import_getSSOTokenFromFile2.SSOToken, "SSOToken"),
|
|
96122
|
+
externalDataInterceptor: /* @__PURE__ */ __name(() => externalDataInterceptor, "externalDataInterceptor"),
|
|
96037
96123
|
getProfileName: /* @__PURE__ */ __name(() => getProfileName, "getProfileName"),
|
|
96124
|
+
getSSOTokenFromFile: /* @__PURE__ */ __name(() => import_getSSOTokenFromFile2.getSSOTokenFromFile, "getSSOTokenFromFile"),
|
|
96038
96125
|
loadSharedConfigFiles: /* @__PURE__ */ __name(() => loadSharedConfigFiles2, "loadSharedConfigFiles"),
|
|
96039
96126
|
loadSsoSessionData: /* @__PURE__ */ __name(() => loadSsoSessionData, "loadSsoSessionData"),
|
|
96040
96127
|
parseKnownFiles: /* @__PURE__ */ __name(() => parseKnownFiles, "parseKnownFiles")
|
|
@@ -96045,7 +96132,7 @@ var require_dist_cjs32 = __commonJS({
|
|
|
96045
96132
|
var DEFAULT_PROFILE = "default";
|
|
96046
96133
|
var getProfileName = /* @__PURE__ */ __name2((init) => init.profile || process.env[ENV_PROFILE] || DEFAULT_PROFILE, "getProfileName");
|
|
96047
96134
|
__reExport(index_exports, require_getSSOTokenFilepath(), module2.exports);
|
|
96048
|
-
|
|
96135
|
+
var import_getSSOTokenFromFile2 = require_getSSOTokenFromFile();
|
|
96049
96136
|
var import_types5 = require_dist_cjs();
|
|
96050
96137
|
var getConfigData = /* @__PURE__ */ __name2((data2) => Object.entries(data2).filter(([key]) => {
|
|
96051
96138
|
const indexOfSeparator = key.indexOf(CONFIG_PREFIX_SEPARATOR);
|
|
@@ -96169,6 +96256,22 @@ var require_dist_cjs32 = __commonJS({
|
|
|
96169
96256
|
const parsedFiles = await loadSharedConfigFiles2(init);
|
|
96170
96257
|
return mergeConfigFiles(parsedFiles.configFile, parsedFiles.credentialsFile);
|
|
96171
96258
|
}, "parseKnownFiles");
|
|
96259
|
+
var import_getSSOTokenFromFile = require_getSSOTokenFromFile();
|
|
96260
|
+
var import_slurpFile3 = require_slurpFile();
|
|
96261
|
+
var externalDataInterceptor = {
|
|
96262
|
+
getFileRecord() {
|
|
96263
|
+
return import_slurpFile3.fileIntercept;
|
|
96264
|
+
},
|
|
96265
|
+
interceptFile(path33, contents) {
|
|
96266
|
+
import_slurpFile3.fileIntercept[path33] = Promise.resolve(contents);
|
|
96267
|
+
},
|
|
96268
|
+
getTokenRecord() {
|
|
96269
|
+
return import_getSSOTokenFromFile.tokenIntercept;
|
|
96270
|
+
},
|
|
96271
|
+
interceptToken(id, contents) {
|
|
96272
|
+
import_getSSOTokenFromFile.tokenIntercept[id] = contents;
|
|
96273
|
+
}
|
|
96274
|
+
};
|
|
96172
96275
|
}
|
|
96173
96276
|
});
|
|
96174
96277
|
|
|
@@ -96648,7 +96751,7 @@ var require_dist_cjs35 = __commonJS({
|
|
|
96648
96751
|
var TRANSIENT_ERROR_STATUS_CODES = [500, 502, 503, 504];
|
|
96649
96752
|
var NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "ECONNREFUSED", "EPIPE", "ETIMEDOUT"];
|
|
96650
96753
|
var NODEJS_NETWORK_ERROR_CODES = ["EHOSTUNREACH", "ENETUNREACH", "ENOTFOUND"];
|
|
96651
|
-
var isRetryableByTrait = /* @__PURE__ */ __name2((error4) => error4
|
|
96754
|
+
var isRetryableByTrait = /* @__PURE__ */ __name2((error4) => error4?.$retryable !== void 0, "isRetryableByTrait");
|
|
96652
96755
|
var isClockSkewError = /* @__PURE__ */ __name2((error4) => CLOCK_SKEW_ERROR_CODES.includes(error4.name), "isClockSkewError");
|
|
96653
96756
|
var isClockSkewCorrectedError = /* @__PURE__ */ __name2((error4) => error4.$metadata?.clockSkewCorrected, "isClockSkewCorrectedError");
|
|
96654
96757
|
var isBrowserNetworkError = /* @__PURE__ */ __name2((error4) => {
|
|
@@ -96671,7 +96774,7 @@ var require_dist_cjs35 = __commonJS({
|
|
|
96671
96774
|
return errorMessages.has(error4.message);
|
|
96672
96775
|
}, "isBrowserNetworkError");
|
|
96673
96776
|
var isThrottlingError = /* @__PURE__ */ __name2((error4) => error4.$metadata?.httpStatusCode === 429 || THROTTLING_ERROR_CODES.includes(error4.name) || error4.$retryable?.throttling == true, "isThrottlingError");
|
|
96674
|
-
var isTransientError = /* @__PURE__ */ __name2((error4, depth = 0) => isClockSkewCorrectedError(error4) || TRANSIENT_ERROR_CODES.includes(error4.name) || NODEJS_TIMEOUT_ERROR_CODES.includes(error4?.code || "") || NODEJS_NETWORK_ERROR_CODES.includes(error4?.code || "") || TRANSIENT_ERROR_STATUS_CODES.includes(error4.$metadata?.httpStatusCode || 0) || isBrowserNetworkError(error4) || error4.cause !== void 0 && depth <= 10 && isTransientError(error4.cause, depth + 1), "isTransientError");
|
|
96777
|
+
var isTransientError = /* @__PURE__ */ __name2((error4, depth = 0) => isRetryableByTrait(error4) || isClockSkewCorrectedError(error4) || TRANSIENT_ERROR_CODES.includes(error4.name) || NODEJS_TIMEOUT_ERROR_CODES.includes(error4?.code || "") || NODEJS_NETWORK_ERROR_CODES.includes(error4?.code || "") || TRANSIENT_ERROR_STATUS_CODES.includes(error4.$metadata?.httpStatusCode || 0) || isBrowserNetworkError(error4) || error4.cause !== void 0 && depth <= 10 && isTransientError(error4.cause, depth + 1), "isTransientError");
|
|
96675
96778
|
var isServerError = /* @__PURE__ */ __name2((error4) => {
|
|
96676
96779
|
if (error4.$metadata?.httpStatusCode !== void 0) {
|
|
96677
96780
|
const statusCode = error4.$metadata.httpStatusCode;
|
|
@@ -98029,7 +98132,7 @@ var require_package = __commonJS({
|
|
|
98029
98132
|
module2.exports = {
|
|
98030
98133
|
name: "@aws-sdk/client-appsync",
|
|
98031
98134
|
description: "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
|
|
98032
|
-
version: "3.
|
|
98135
|
+
version: "3.893.0",
|
|
98033
98136
|
scripts: {
|
|
98034
98137
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
98035
98138
|
"build:cjs": "node ../../scripts/compilation/inline client-appsync",
|
|
@@ -98048,43 +98151,43 @@ var require_package = __commonJS({
|
|
|
98048
98151
|
dependencies: {
|
|
98049
98152
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
98050
98153
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
98051
|
-
"@aws-sdk/core": "3.
|
|
98052
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
98053
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
98054
|
-
"@aws-sdk/middleware-logger": "3.
|
|
98055
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
98056
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
98057
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
98058
|
-
"@aws-sdk/types": "3.
|
|
98059
|
-
"@aws-sdk/util-endpoints": "3.
|
|
98060
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
98061
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
98062
|
-
"@smithy/config-resolver": "^4.
|
|
98063
|
-
"@smithy/core": "^3.
|
|
98064
|
-
"@smithy/fetch-http-handler": "^5.
|
|
98065
|
-
"@smithy/hash-node": "^4.
|
|
98066
|
-
"@smithy/invalid-dependency": "^4.
|
|
98067
|
-
"@smithy/middleware-content-length": "^4.
|
|
98068
|
-
"@smithy/middleware-endpoint": "^4.
|
|
98069
|
-
"@smithy/middleware-retry": "^4.
|
|
98070
|
-
"@smithy/middleware-serde": "^4.
|
|
98071
|
-
"@smithy/middleware-stack": "^4.
|
|
98072
|
-
"@smithy/node-config-provider": "^4.
|
|
98073
|
-
"@smithy/node-http-handler": "^4.
|
|
98074
|
-
"@smithy/protocol-http": "^5.1
|
|
98075
|
-
"@smithy/smithy-client": "^4.
|
|
98076
|
-
"@smithy/types": "^4.
|
|
98077
|
-
"@smithy/url-parser": "^4.
|
|
98078
|
-
"@smithy/util-base64": "^4.
|
|
98079
|
-
"@smithy/util-body-length-browser": "^4.
|
|
98080
|
-
"@smithy/util-body-length-node": "^4.
|
|
98081
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
98082
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
98083
|
-
"@smithy/util-endpoints": "^3.
|
|
98084
|
-
"@smithy/util-middleware": "^4.
|
|
98085
|
-
"@smithy/util-retry": "^4.
|
|
98086
|
-
"@smithy/util-stream": "^4.2
|
|
98087
|
-
"@smithy/util-utf8": "^4.
|
|
98154
|
+
"@aws-sdk/core": "3.893.0",
|
|
98155
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
98156
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
98157
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
98158
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
98159
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
98160
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
98161
|
+
"@aws-sdk/types": "3.893.0",
|
|
98162
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
98163
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
98164
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
98165
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
98166
|
+
"@smithy/core": "^3.11.1",
|
|
98167
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
98168
|
+
"@smithy/hash-node": "^4.1.1",
|
|
98169
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
98170
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
98171
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
98172
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
98173
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
98174
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
98175
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
98176
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
98177
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
98178
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
98179
|
+
"@smithy/types": "^4.5.0",
|
|
98180
|
+
"@smithy/url-parser": "^4.1.1",
|
|
98181
|
+
"@smithy/util-base64": "^4.1.0",
|
|
98182
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
98183
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
98184
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
98185
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
98186
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
98187
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
98188
|
+
"@smithy/util-retry": "^4.1.2",
|
|
98189
|
+
"@smithy/util-stream": "^4.3.2",
|
|
98190
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
98088
98191
|
tslib: "^2.6.2"
|
|
98089
98192
|
},
|
|
98090
98193
|
devDependencies: {
|
|
@@ -98761,7 +98864,7 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
98761
98864
|
}
|
|
98762
98865
|
const url = new URL(host);
|
|
98763
98866
|
(0, checkUrl_1.checkUrl)(url, options.logger);
|
|
98764
|
-
const requestHandler =
|
|
98867
|
+
const requestHandler = node_http_handler_1.NodeHttpHandler.create({
|
|
98765
98868
|
requestTimeout: options.timeout ?? 1e3,
|
|
98766
98869
|
connectionTimeout: options.timeout ?? 1e3
|
|
98767
98870
|
});
|
|
@@ -98878,7 +98981,7 @@ var require_package2 = __commonJS({
|
|
|
98878
98981
|
module2.exports = {
|
|
98879
98982
|
name: "@aws-sdk/client-sso",
|
|
98880
98983
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
98881
|
-
version: "3.
|
|
98984
|
+
version: "3.893.0",
|
|
98882
98985
|
scripts: {
|
|
98883
98986
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
98884
98987
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -98897,41 +99000,41 @@ var require_package2 = __commonJS({
|
|
|
98897
99000
|
dependencies: {
|
|
98898
99001
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
98899
99002
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
98900
|
-
"@aws-sdk/core": "3.
|
|
98901
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
98902
|
-
"@aws-sdk/middleware-logger": "3.
|
|
98903
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
98904
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
98905
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
98906
|
-
"@aws-sdk/types": "3.
|
|
98907
|
-
"@aws-sdk/util-endpoints": "3.
|
|
98908
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
98909
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
98910
|
-
"@smithy/config-resolver": "^4.
|
|
98911
|
-
"@smithy/core": "^3.
|
|
98912
|
-
"@smithy/fetch-http-handler": "^5.
|
|
98913
|
-
"@smithy/hash-node": "^4.
|
|
98914
|
-
"@smithy/invalid-dependency": "^4.
|
|
98915
|
-
"@smithy/middleware-content-length": "^4.
|
|
98916
|
-
"@smithy/middleware-endpoint": "^4.
|
|
98917
|
-
"@smithy/middleware-retry": "^4.
|
|
98918
|
-
"@smithy/middleware-serde": "^4.
|
|
98919
|
-
"@smithy/middleware-stack": "^4.
|
|
98920
|
-
"@smithy/node-config-provider": "^4.
|
|
98921
|
-
"@smithy/node-http-handler": "^4.
|
|
98922
|
-
"@smithy/protocol-http": "^5.1
|
|
98923
|
-
"@smithy/smithy-client": "^4.
|
|
98924
|
-
"@smithy/types": "^4.
|
|
98925
|
-
"@smithy/url-parser": "^4.
|
|
98926
|
-
"@smithy/util-base64": "^4.
|
|
98927
|
-
"@smithy/util-body-length-browser": "^4.
|
|
98928
|
-
"@smithy/util-body-length-node": "^4.
|
|
98929
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
98930
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
98931
|
-
"@smithy/util-endpoints": "^3.
|
|
98932
|
-
"@smithy/util-middleware": "^4.
|
|
98933
|
-
"@smithy/util-retry": "^4.
|
|
98934
|
-
"@smithy/util-utf8": "^4.
|
|
99003
|
+
"@aws-sdk/core": "3.893.0",
|
|
99004
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
99005
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
99006
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
99007
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
99008
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
99009
|
+
"@aws-sdk/types": "3.893.0",
|
|
99010
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
99011
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
99012
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
99013
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
99014
|
+
"@smithy/core": "^3.11.1",
|
|
99015
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
99016
|
+
"@smithy/hash-node": "^4.1.1",
|
|
99017
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
99018
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
99019
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
99020
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
99021
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
99022
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
99023
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
99024
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
99025
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
99026
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
99027
|
+
"@smithy/types": "^4.5.0",
|
|
99028
|
+
"@smithy/url-parser": "^4.1.1",
|
|
99029
|
+
"@smithy/util-base64": "^4.1.0",
|
|
99030
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
99031
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
99032
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
99033
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
99034
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
99035
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
99036
|
+
"@smithy/util-retry": "^4.1.2",
|
|
99037
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
98935
99038
|
tslib: "^2.6.2"
|
|
98936
99039
|
},
|
|
98937
99040
|
devDependencies: {
|
|
@@ -100198,7 +100301,7 @@ var init_package = __esm({
|
|
|
100198
100301
|
"../../../node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
100199
100302
|
package_default = {
|
|
100200
100303
|
name: "@aws-sdk/nested-clients",
|
|
100201
|
-
version: "3.
|
|
100304
|
+
version: "3.893.0",
|
|
100202
100305
|
description: "Nested clients for AWS SDK packages.",
|
|
100203
100306
|
main: "./dist-cjs/index.js",
|
|
100204
100307
|
module: "./dist-es/index.js",
|
|
@@ -100218,6 +100321,7 @@ var init_package = __esm({
|
|
|
100218
100321
|
engines: {
|
|
100219
100322
|
node: ">=18.0.0"
|
|
100220
100323
|
},
|
|
100324
|
+
sideEffects: false,
|
|
100221
100325
|
author: {
|
|
100222
100326
|
name: "AWS SDK for JavaScript Team",
|
|
100223
100327
|
url: "https://aws.amazon.com/javascript/"
|
|
@@ -100226,41 +100330,41 @@ var init_package = __esm({
|
|
|
100226
100330
|
dependencies: {
|
|
100227
100331
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
100228
100332
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
100229
|
-
"@aws-sdk/core": "3.
|
|
100230
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
100231
|
-
"@aws-sdk/middleware-logger": "3.
|
|
100232
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
100233
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
100234
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
100235
|
-
"@aws-sdk/types": "3.
|
|
100236
|
-
"@aws-sdk/util-endpoints": "3.
|
|
100237
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
100238
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
100239
|
-
"@smithy/config-resolver": "^4.
|
|
100240
|
-
"@smithy/core": "^3.
|
|
100241
|
-
"@smithy/fetch-http-handler": "^5.
|
|
100242
|
-
"@smithy/hash-node": "^4.
|
|
100243
|
-
"@smithy/invalid-dependency": "^4.
|
|
100244
|
-
"@smithy/middleware-content-length": "^4.
|
|
100245
|
-
"@smithy/middleware-endpoint": "^4.
|
|
100246
|
-
"@smithy/middleware-retry": "^4.
|
|
100247
|
-
"@smithy/middleware-serde": "^4.
|
|
100248
|
-
"@smithy/middleware-stack": "^4.
|
|
100249
|
-
"@smithy/node-config-provider": "^4.
|
|
100250
|
-
"@smithy/node-http-handler": "^4.
|
|
100251
|
-
"@smithy/protocol-http": "^5.1
|
|
100252
|
-
"@smithy/smithy-client": "^4.
|
|
100253
|
-
"@smithy/types": "^4.
|
|
100254
|
-
"@smithy/url-parser": "^4.
|
|
100255
|
-
"@smithy/util-base64": "^4.
|
|
100256
|
-
"@smithy/util-body-length-browser": "^4.
|
|
100257
|
-
"@smithy/util-body-length-node": "^4.
|
|
100258
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
100259
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
100260
|
-
"@smithy/util-endpoints": "^3.
|
|
100261
|
-
"@smithy/util-middleware": "^4.
|
|
100262
|
-
"@smithy/util-retry": "^4.
|
|
100263
|
-
"@smithy/util-utf8": "^4.
|
|
100333
|
+
"@aws-sdk/core": "3.893.0",
|
|
100334
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
100335
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
100336
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
100337
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
100338
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
100339
|
+
"@aws-sdk/types": "3.893.0",
|
|
100340
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
100341
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
100342
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
100343
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
100344
|
+
"@smithy/core": "^3.11.1",
|
|
100345
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
100346
|
+
"@smithy/hash-node": "^4.1.1",
|
|
100347
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
100348
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
100349
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
100350
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
100351
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
100352
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
100353
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
100354
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
100355
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
100356
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
100357
|
+
"@smithy/types": "^4.5.0",
|
|
100358
|
+
"@smithy/url-parser": "^4.1.1",
|
|
100359
|
+
"@smithy/util-base64": "^4.1.0",
|
|
100360
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
100361
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
100362
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
100363
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
100364
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
100365
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
100366
|
+
"@smithy/util-retry": "^4.1.2",
|
|
100367
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
100264
100368
|
tslib: "^2.6.2"
|
|
100265
100369
|
},
|
|
100266
100370
|
devDependencies: {
|
|
@@ -100369,22 +100473,22 @@ var init_endpointResolver = __esm({
|
|
|
100369
100473
|
});
|
|
100370
100474
|
|
|
100371
100475
|
// ../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
|
|
100372
|
-
var import_smithy_client7, import_url_parser,
|
|
100476
|
+
var import_smithy_client7, import_url_parser, import_util_base648, import_util_utf88, getRuntimeConfig;
|
|
100373
100477
|
var init_runtimeConfig_shared = __esm({
|
|
100374
100478
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
|
|
100375
100479
|
init_dist_es2();
|
|
100376
100480
|
init_dist_es();
|
|
100377
100481
|
import_smithy_client7 = __toESM(require_dist_cjs26());
|
|
100378
100482
|
import_url_parser = __toESM(require_dist_cjs20());
|
|
100379
|
-
|
|
100483
|
+
import_util_base648 = __toESM(require_dist_cjs11());
|
|
100380
100484
|
import_util_utf88 = __toESM(require_dist_cjs10());
|
|
100381
100485
|
init_httpAuthSchemeProvider();
|
|
100382
100486
|
init_endpointResolver();
|
|
100383
100487
|
getRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
100384
100488
|
return {
|
|
100385
100489
|
apiVersion: "2019-06-10",
|
|
100386
|
-
base64Decoder: config?.base64Decoder ??
|
|
100387
|
-
base64Encoder: config?.base64Encoder ??
|
|
100490
|
+
base64Decoder: config?.base64Decoder ?? import_util_base648.fromBase64,
|
|
100491
|
+
base64Encoder: config?.base64Encoder ?? import_util_base648.toBase64,
|
|
100388
100492
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
100389
100493
|
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
100390
100494
|
extensions: config?.extensions ?? [],
|
|
@@ -101442,13 +101546,21 @@ var require_dist_cjs48 = __commonJS({
|
|
|
101442
101546
|
clientConfig,
|
|
101443
101547
|
parentClientConfig,
|
|
101444
101548
|
profile,
|
|
101549
|
+
filepath,
|
|
101550
|
+
configFilepath,
|
|
101551
|
+
ignoreCache,
|
|
101445
101552
|
logger: logger4
|
|
101446
101553
|
}) => {
|
|
101447
101554
|
let token;
|
|
101448
101555
|
const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
|
|
101449
101556
|
if (ssoSession) {
|
|
101450
101557
|
try {
|
|
101451
|
-
const _token = await (0, import_token_providers.fromSso)({
|
|
101558
|
+
const _token = await (0, import_token_providers.fromSso)({
|
|
101559
|
+
profile,
|
|
101560
|
+
filepath,
|
|
101561
|
+
configFilepath,
|
|
101562
|
+
ignoreCache
|
|
101563
|
+
})();
|
|
101452
101564
|
token = {
|
|
101453
101565
|
accessToken: _token.token,
|
|
101454
101566
|
expiresAt: new Date(_token.expiration).toISOString()
|
|
@@ -101585,7 +101697,11 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
101585
101697
|
ssoClient,
|
|
101586
101698
|
clientConfig: init.clientConfig,
|
|
101587
101699
|
parentClientConfig: init.parentClientConfig,
|
|
101588
|
-
profile: profileName
|
|
101700
|
+
profile: profileName,
|
|
101701
|
+
filepath: init.filepath,
|
|
101702
|
+
configFilepath: init.configFilepath,
|
|
101703
|
+
ignoreCache: init.ignoreCache,
|
|
101704
|
+
logger: init.logger
|
|
101589
101705
|
});
|
|
101590
101706
|
} else if (!ssoStartUrl || !ssoAccountId || !ssoRegion || !ssoRoleName) {
|
|
101591
101707
|
throw new import_property_provider3.CredentialsProviderError(
|
|
@@ -101602,7 +101718,11 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
101602
101718
|
ssoClient,
|
|
101603
101719
|
clientConfig: init.clientConfig,
|
|
101604
101720
|
parentClientConfig: init.parentClientConfig,
|
|
101605
|
-
profile: profileName
|
|
101721
|
+
profile: profileName,
|
|
101722
|
+
filepath: init.filepath,
|
|
101723
|
+
configFilepath: init.configFilepath,
|
|
101724
|
+
ignoreCache: init.ignoreCache,
|
|
101725
|
+
logger: init.logger
|
|
101606
101726
|
});
|
|
101607
101727
|
}
|
|
101608
101728
|
}, "fromSSO");
|
|
@@ -101761,22 +101881,22 @@ var init_endpointResolver2 = __esm({
|
|
|
101761
101881
|
});
|
|
101762
101882
|
|
|
101763
101883
|
// ../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
|
|
101764
|
-
var import_smithy_client17, import_url_parser2,
|
|
101884
|
+
var import_smithy_client17, import_url_parser2, import_util_base649, import_util_utf89, getRuntimeConfig3;
|
|
101765
101885
|
var init_runtimeConfig_shared2 = __esm({
|
|
101766
101886
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
|
|
101767
101887
|
init_dist_es2();
|
|
101768
101888
|
init_dist_es();
|
|
101769
101889
|
import_smithy_client17 = __toESM(require_dist_cjs26());
|
|
101770
101890
|
import_url_parser2 = __toESM(require_dist_cjs20());
|
|
101771
|
-
|
|
101891
|
+
import_util_base649 = __toESM(require_dist_cjs11());
|
|
101772
101892
|
import_util_utf89 = __toESM(require_dist_cjs10());
|
|
101773
101893
|
init_httpAuthSchemeProvider2();
|
|
101774
101894
|
init_endpointResolver2();
|
|
101775
101895
|
getRuntimeConfig3 = /* @__PURE__ */ __name((config) => {
|
|
101776
101896
|
return {
|
|
101777
101897
|
apiVersion: "2011-06-15",
|
|
101778
|
-
base64Decoder: config?.base64Decoder ??
|
|
101779
|
-
base64Encoder: config?.base64Encoder ??
|
|
101898
|
+
base64Decoder: config?.base64Decoder ?? import_util_base649.fromBase64,
|
|
101899
|
+
base64Encoder: config?.base64Encoder ?? import_util_base649.toBase64,
|
|
101780
101900
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
101781
101901
|
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver2,
|
|
101782
101902
|
extensions: config?.extensions ?? [],
|
|
@@ -102938,8 +103058,8 @@ var require_dist_cjs49 = __commonJS({
|
|
|
102938
103058
|
fromProcess: /* @__PURE__ */ __name(() => fromProcess, "fromProcess")
|
|
102939
103059
|
});
|
|
102940
103060
|
module2.exports = __toCommonJS2(index_exports);
|
|
102941
|
-
var import_shared_ini_file_loader2 = require_dist_cjs32();
|
|
102942
103061
|
var import_property_provider3 = require_dist_cjs22();
|
|
103062
|
+
var import_shared_ini_file_loader2 = require_dist_cjs32();
|
|
102943
103063
|
var import_child_process3 = require("child_process");
|
|
102944
103064
|
var import_util65 = require("util");
|
|
102945
103065
|
var import_client3 = (init_client(), __toCommonJS(client_exports));
|
|
@@ -102977,7 +103097,7 @@ var require_dist_cjs49 = __commonJS({
|
|
|
102977
103097
|
if (profiles[profileName]) {
|
|
102978
103098
|
const credentialProcess = profile["credential_process"];
|
|
102979
103099
|
if (credentialProcess !== void 0) {
|
|
102980
|
-
const execPromise = (0, import_util65.promisify)(import_child_process3.exec);
|
|
103100
|
+
const execPromise = (0, import_util65.promisify)(import_shared_ini_file_loader2.externalDataInterceptor?.getTokenRecord?.().exec ?? import_child_process3.exec);
|
|
102981
103101
|
try {
|
|
102982
103102
|
const { stdout } = await execPromise(credentialProcess);
|
|
102983
103103
|
let data2;
|
|
@@ -103093,6 +103213,7 @@ var require_fromTokenFile = __commonJS({
|
|
|
103093
103213
|
exports2.fromTokenFile = void 0;
|
|
103094
103214
|
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
103095
103215
|
var property_provider_1 = require_dist_cjs22();
|
|
103216
|
+
var shared_ini_file_loader_1 = require_dist_cjs32();
|
|
103096
103217
|
var fs_1 = require("fs");
|
|
103097
103218
|
var fromWebToken_1 = require_fromWebToken();
|
|
103098
103219
|
var ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE";
|
|
@@ -103110,7 +103231,7 @@ var require_fromTokenFile = __commonJS({
|
|
|
103110
103231
|
}
|
|
103111
103232
|
const credentials = await (0, fromWebToken_1.fromWebToken)({
|
|
103112
103233
|
...init,
|
|
103113
|
-
webIdentityToken: (0, fs_1.readFileSync)(webIdentityTokenFile, { encoding: "ascii" }),
|
|
103234
|
+
webIdentityToken: shared_ini_file_loader_1.externalDataInterceptor?.getTokenRecord?.()[webIdentityTokenFile] ?? (0, fs_1.readFileSync)(webIdentityTokenFile, { encoding: "ascii" }),
|
|
103114
103235
|
roleArn,
|
|
103115
103236
|
roleSessionName
|
|
103116
103237
|
})();
|
|
@@ -108010,7 +108131,7 @@ var require_package3 = __commonJS({
|
|
|
108010
108131
|
module2.exports = {
|
|
108011
108132
|
name: "@aws-sdk/client-cloudcontrol",
|
|
108012
108133
|
description: "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
|
|
108013
|
-
version: "3.
|
|
108134
|
+
version: "3.893.0",
|
|
108014
108135
|
scripts: {
|
|
108015
108136
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
108016
108137
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudcontrol",
|
|
@@ -108029,43 +108150,43 @@ var require_package3 = __commonJS({
|
|
|
108029
108150
|
dependencies: {
|
|
108030
108151
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
108031
108152
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
108032
|
-
"@aws-sdk/core": "3.
|
|
108033
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
108034
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
108035
|
-
"@aws-sdk/middleware-logger": "3.
|
|
108036
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
108037
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
108038
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
108039
|
-
"@aws-sdk/types": "3.
|
|
108040
|
-
"@aws-sdk/util-endpoints": "3.
|
|
108041
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
108042
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
108043
|
-
"@smithy/config-resolver": "^4.
|
|
108044
|
-
"@smithy/core": "^3.
|
|
108045
|
-
"@smithy/fetch-http-handler": "^5.
|
|
108046
|
-
"@smithy/hash-node": "^4.
|
|
108047
|
-
"@smithy/invalid-dependency": "^4.
|
|
108048
|
-
"@smithy/middleware-content-length": "^4.
|
|
108049
|
-
"@smithy/middleware-endpoint": "^4.
|
|
108050
|
-
"@smithy/middleware-retry": "^4.
|
|
108051
|
-
"@smithy/middleware-serde": "^4.
|
|
108052
|
-
"@smithy/middleware-stack": "^4.
|
|
108053
|
-
"@smithy/node-config-provider": "^4.
|
|
108054
|
-
"@smithy/node-http-handler": "^4.
|
|
108055
|
-
"@smithy/protocol-http": "^5.1
|
|
108056
|
-
"@smithy/smithy-client": "^4.
|
|
108057
|
-
"@smithy/types": "^4.
|
|
108058
|
-
"@smithy/url-parser": "^4.
|
|
108059
|
-
"@smithy/util-base64": "^4.
|
|
108060
|
-
"@smithy/util-body-length-browser": "^4.
|
|
108061
|
-
"@smithy/util-body-length-node": "^4.
|
|
108062
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
108063
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
108064
|
-
"@smithy/util-endpoints": "^3.
|
|
108065
|
-
"@smithy/util-middleware": "^4.
|
|
108066
|
-
"@smithy/util-retry": "^4.
|
|
108067
|
-
"@smithy/util-utf8": "^4.
|
|
108068
|
-
"@smithy/util-waiter": "^4.
|
|
108153
|
+
"@aws-sdk/core": "3.893.0",
|
|
108154
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
108155
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
108156
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
108157
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
108158
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
108159
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
108160
|
+
"@aws-sdk/types": "3.893.0",
|
|
108161
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
108162
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
108163
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
108164
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
108165
|
+
"@smithy/core": "^3.11.1",
|
|
108166
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
108167
|
+
"@smithy/hash-node": "^4.1.1",
|
|
108168
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
108169
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
108170
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
108171
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
108172
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
108173
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
108174
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
108175
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
108176
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
108177
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
108178
|
+
"@smithy/types": "^4.5.0",
|
|
108179
|
+
"@smithy/url-parser": "^4.1.1",
|
|
108180
|
+
"@smithy/util-base64": "^4.1.0",
|
|
108181
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
108182
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
108183
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
108184
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
108185
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
108186
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
108187
|
+
"@smithy/util-retry": "^4.1.2",
|
|
108188
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
108189
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
108069
108190
|
"@types/uuid": "^9.0.1",
|
|
108070
108191
|
tslib: "^2.6.2",
|
|
108071
108192
|
uuid: "^9.0.1"
|
|
@@ -110045,7 +110166,7 @@ var require_package4 = __commonJS({
|
|
|
110045
110166
|
module2.exports = {
|
|
110046
110167
|
name: "@aws-sdk/client-cloudformation",
|
|
110047
110168
|
description: "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
110048
|
-
version: "3.
|
|
110169
|
+
version: "3.893.0",
|
|
110049
110170
|
scripts: {
|
|
110050
110171
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
110051
110172
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
|
@@ -110064,43 +110185,43 @@ var require_package4 = __commonJS({
|
|
|
110064
110185
|
dependencies: {
|
|
110065
110186
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
110066
110187
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
110067
|
-
"@aws-sdk/core": "3.
|
|
110068
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
110069
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
110070
|
-
"@aws-sdk/middleware-logger": "3.
|
|
110071
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
110072
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
110073
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
110074
|
-
"@aws-sdk/types": "3.
|
|
110075
|
-
"@aws-sdk/util-endpoints": "3.
|
|
110076
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
110077
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
110078
|
-
"@smithy/config-resolver": "^4.
|
|
110079
|
-
"@smithy/core": "^3.
|
|
110080
|
-
"@smithy/fetch-http-handler": "^5.
|
|
110081
|
-
"@smithy/hash-node": "^4.
|
|
110082
|
-
"@smithy/invalid-dependency": "^4.
|
|
110083
|
-
"@smithy/middleware-content-length": "^4.
|
|
110084
|
-
"@smithy/middleware-endpoint": "^4.
|
|
110085
|
-
"@smithy/middleware-retry": "^4.
|
|
110086
|
-
"@smithy/middleware-serde": "^4.
|
|
110087
|
-
"@smithy/middleware-stack": "^4.
|
|
110088
|
-
"@smithy/node-config-provider": "^4.
|
|
110089
|
-
"@smithy/node-http-handler": "^4.
|
|
110090
|
-
"@smithy/protocol-http": "^5.1
|
|
110091
|
-
"@smithy/smithy-client": "^4.
|
|
110092
|
-
"@smithy/types": "^4.
|
|
110093
|
-
"@smithy/url-parser": "^4.
|
|
110094
|
-
"@smithy/util-base64": "^4.
|
|
110095
|
-
"@smithy/util-body-length-browser": "^4.
|
|
110096
|
-
"@smithy/util-body-length-node": "^4.
|
|
110097
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
110098
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
110099
|
-
"@smithy/util-endpoints": "^3.
|
|
110100
|
-
"@smithy/util-middleware": "^4.
|
|
110101
|
-
"@smithy/util-retry": "^4.
|
|
110102
|
-
"@smithy/util-utf8": "^4.
|
|
110103
|
-
"@smithy/util-waiter": "^4.
|
|
110188
|
+
"@aws-sdk/core": "3.893.0",
|
|
110189
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
110190
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
110191
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
110192
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
110193
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
110194
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
110195
|
+
"@aws-sdk/types": "3.893.0",
|
|
110196
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
110197
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
110198
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
110199
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
110200
|
+
"@smithy/core": "^3.11.1",
|
|
110201
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
110202
|
+
"@smithy/hash-node": "^4.1.1",
|
|
110203
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
110204
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
110205
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
110206
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
110207
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
110208
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
110209
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
110210
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
110211
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
110212
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
110213
|
+
"@smithy/types": "^4.5.0",
|
|
110214
|
+
"@smithy/url-parser": "^4.1.1",
|
|
110215
|
+
"@smithy/util-base64": "^4.1.0",
|
|
110216
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
110217
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
110218
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
110219
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
110220
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
110221
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
110222
|
+
"@smithy/util-retry": "^4.1.2",
|
|
110223
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
110224
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
110104
110225
|
"@types/uuid": "^9.0.1",
|
|
110105
110226
|
tslib: "^2.6.2",
|
|
110106
110227
|
uuid: "^9.0.1"
|
|
@@ -122793,7 +122914,7 @@ var require_package5 = __commonJS({
|
|
|
122793
122914
|
module2.exports = {
|
|
122794
122915
|
name: "@aws-sdk/client-cloudwatch-logs",
|
|
122795
122916
|
description: "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
|
|
122796
|
-
version: "3.
|
|
122917
|
+
version: "3.893.0",
|
|
122797
122918
|
scripts: {
|
|
122798
122919
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
122799
122920
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
|
|
@@ -122812,45 +122933,45 @@ var require_package5 = __commonJS({
|
|
|
122812
122933
|
dependencies: {
|
|
122813
122934
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
122814
122935
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
122815
|
-
"@aws-sdk/core": "3.
|
|
122816
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
122817
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
122818
|
-
"@aws-sdk/middleware-logger": "3.
|
|
122819
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
122820
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
122821
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
122822
|
-
"@aws-sdk/types": "3.
|
|
122823
|
-
"@aws-sdk/util-endpoints": "3.
|
|
122824
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
122825
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
122826
|
-
"@smithy/config-resolver": "^4.
|
|
122827
|
-
"@smithy/core": "^3.
|
|
122828
|
-
"@smithy/eventstream-serde-browser": "^4.
|
|
122829
|
-
"@smithy/eventstream-serde-config-resolver": "^4.1
|
|
122830
|
-
"@smithy/eventstream-serde-node": "^4.
|
|
122831
|
-
"@smithy/fetch-http-handler": "^5.
|
|
122832
|
-
"@smithy/hash-node": "^4.
|
|
122833
|
-
"@smithy/invalid-dependency": "^4.
|
|
122834
|
-
"@smithy/middleware-content-length": "^4.
|
|
122835
|
-
"@smithy/middleware-endpoint": "^4.
|
|
122836
|
-
"@smithy/middleware-retry": "^4.
|
|
122837
|
-
"@smithy/middleware-serde": "^4.
|
|
122838
|
-
"@smithy/middleware-stack": "^4.
|
|
122839
|
-
"@smithy/node-config-provider": "^4.
|
|
122840
|
-
"@smithy/node-http-handler": "^4.
|
|
122841
|
-
"@smithy/protocol-http": "^5.1
|
|
122842
|
-
"@smithy/smithy-client": "^4.
|
|
122843
|
-
"@smithy/types": "^4.
|
|
122844
|
-
"@smithy/url-parser": "^4.
|
|
122845
|
-
"@smithy/util-base64": "^4.
|
|
122846
|
-
"@smithy/util-body-length-browser": "^4.
|
|
122847
|
-
"@smithy/util-body-length-node": "^4.
|
|
122848
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
122849
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
122850
|
-
"@smithy/util-endpoints": "^3.
|
|
122851
|
-
"@smithy/util-middleware": "^4.
|
|
122852
|
-
"@smithy/util-retry": "^4.
|
|
122853
|
-
"@smithy/util-utf8": "^4.
|
|
122936
|
+
"@aws-sdk/core": "3.893.0",
|
|
122937
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
122938
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
122939
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
122940
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
122941
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
122942
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
122943
|
+
"@aws-sdk/types": "3.893.0",
|
|
122944
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
122945
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
122946
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
122947
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
122948
|
+
"@smithy/core": "^3.11.1",
|
|
122949
|
+
"@smithy/eventstream-serde-browser": "^4.1.1",
|
|
122950
|
+
"@smithy/eventstream-serde-config-resolver": "^4.2.1",
|
|
122951
|
+
"@smithy/eventstream-serde-node": "^4.1.1",
|
|
122952
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
122953
|
+
"@smithy/hash-node": "^4.1.1",
|
|
122954
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
122955
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
122956
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
122957
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
122958
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
122959
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
122960
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
122961
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
122962
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
122963
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
122964
|
+
"@smithy/types": "^4.5.0",
|
|
122965
|
+
"@smithy/url-parser": "^4.1.1",
|
|
122966
|
+
"@smithy/util-base64": "^4.1.0",
|
|
122967
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
122968
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
122969
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
122970
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
122971
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
122972
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
122973
|
+
"@smithy/util-retry": "^4.1.2",
|
|
122974
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
122854
122975
|
"@types/uuid": "^9.0.1",
|
|
122855
122976
|
tslib: "^2.6.2",
|
|
122856
122977
|
uuid: "^9.0.1"
|
|
@@ -127397,6 +127518,8 @@ var require_dist_cjs64 = __commonJS({
|
|
|
127397
127518
|
var se_PutMetricFilterRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
127398
127519
|
return (0, import_smithy_client28.take)(input, {
|
|
127399
127520
|
applyOnTransformedLogs: [],
|
|
127521
|
+
emitSystemFieldDimensions: import_smithy_client28._json,
|
|
127522
|
+
fieldSelectionCriteria: [],
|
|
127400
127523
|
filterName: [],
|
|
127401
127524
|
filterPattern: [],
|
|
127402
127525
|
logGroupName: [],
|
|
@@ -127437,6 +127560,8 @@ var require_dist_cjs64 = __commonJS({
|
|
|
127437
127560
|
return (0, import_smithy_client28.take)(output, {
|
|
127438
127561
|
applyOnTransformedLogs: import_smithy_client28.expectBoolean,
|
|
127439
127562
|
creationTime: import_smithy_client28.expectLong,
|
|
127563
|
+
emitSystemFieldDimensions: import_smithy_client28._json,
|
|
127564
|
+
fieldSelectionCriteria: import_smithy_client28.expectString,
|
|
127440
127565
|
filterName: import_smithy_client28.expectString,
|
|
127441
127566
|
filterPattern: import_smithy_client28.expectString,
|
|
127442
127567
|
logGroupName: import_smithy_client28.expectString,
|
|
@@ -128883,7 +129008,7 @@ var require_package6 = __commonJS({
|
|
|
128883
129008
|
module2.exports = {
|
|
128884
129009
|
name: "@aws-sdk/client-codebuild",
|
|
128885
129010
|
description: "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
128886
|
-
version: "3.
|
|
129011
|
+
version: "3.893.0",
|
|
128887
129012
|
scripts: {
|
|
128888
129013
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
128889
129014
|
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
|
|
@@ -128902,42 +129027,42 @@ var require_package6 = __commonJS({
|
|
|
128902
129027
|
dependencies: {
|
|
128903
129028
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
128904
129029
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
128905
|
-
"@aws-sdk/core": "3.
|
|
128906
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
128907
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
128908
|
-
"@aws-sdk/middleware-logger": "3.
|
|
128909
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
128910
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
128911
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
128912
|
-
"@aws-sdk/types": "3.
|
|
128913
|
-
"@aws-sdk/util-endpoints": "3.
|
|
128914
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
128915
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
128916
|
-
"@smithy/config-resolver": "^4.
|
|
128917
|
-
"@smithy/core": "^3.
|
|
128918
|
-
"@smithy/fetch-http-handler": "^5.
|
|
128919
|
-
"@smithy/hash-node": "^4.
|
|
128920
|
-
"@smithy/invalid-dependency": "^4.
|
|
128921
|
-
"@smithy/middleware-content-length": "^4.
|
|
128922
|
-
"@smithy/middleware-endpoint": "^4.
|
|
128923
|
-
"@smithy/middleware-retry": "^4.
|
|
128924
|
-
"@smithy/middleware-serde": "^4.
|
|
128925
|
-
"@smithy/middleware-stack": "^4.
|
|
128926
|
-
"@smithy/node-config-provider": "^4.
|
|
128927
|
-
"@smithy/node-http-handler": "^4.
|
|
128928
|
-
"@smithy/protocol-http": "^5.1
|
|
128929
|
-
"@smithy/smithy-client": "^4.
|
|
128930
|
-
"@smithy/types": "^4.
|
|
128931
|
-
"@smithy/url-parser": "^4.
|
|
128932
|
-
"@smithy/util-base64": "^4.
|
|
128933
|
-
"@smithy/util-body-length-browser": "^4.
|
|
128934
|
-
"@smithy/util-body-length-node": "^4.
|
|
128935
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
128936
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
128937
|
-
"@smithy/util-endpoints": "^3.
|
|
128938
|
-
"@smithy/util-middleware": "^4.
|
|
128939
|
-
"@smithy/util-retry": "^4.
|
|
128940
|
-
"@smithy/util-utf8": "^4.
|
|
129030
|
+
"@aws-sdk/core": "3.893.0",
|
|
129031
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
129032
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
129033
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
129034
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
129035
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
129036
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
129037
|
+
"@aws-sdk/types": "3.893.0",
|
|
129038
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
129039
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
129040
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
129041
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
129042
|
+
"@smithy/core": "^3.11.1",
|
|
129043
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
129044
|
+
"@smithy/hash-node": "^4.1.1",
|
|
129045
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
129046
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
129047
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
129048
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
129049
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
129050
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
129051
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
129052
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
129053
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
129054
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
129055
|
+
"@smithy/types": "^4.5.0",
|
|
129056
|
+
"@smithy/url-parser": "^4.1.1",
|
|
129057
|
+
"@smithy/util-base64": "^4.1.0",
|
|
129058
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
129059
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
129060
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
129061
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
129062
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
129063
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
129064
|
+
"@smithy/util-retry": "^4.1.2",
|
|
129065
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
128941
129066
|
tslib: "^2.6.2"
|
|
128942
129067
|
},
|
|
128943
129068
|
devDependencies: {
|
|
@@ -132740,7 +132865,7 @@ var require_package7 = __commonJS({
|
|
|
132740
132865
|
module2.exports = {
|
|
132741
132866
|
name: "@aws-sdk/client-ec2",
|
|
132742
132867
|
description: "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
132743
|
-
version: "3.
|
|
132868
|
+
version: "3.893.0",
|
|
132744
132869
|
scripts: {
|
|
132745
132870
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
132746
132871
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -132759,44 +132884,44 @@ var require_package7 = __commonJS({
|
|
|
132759
132884
|
dependencies: {
|
|
132760
132885
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
132761
132886
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
132762
|
-
"@aws-sdk/core": "3.
|
|
132763
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
132764
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
132765
|
-
"@aws-sdk/middleware-logger": "3.
|
|
132766
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
132767
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
132768
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
132769
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
132770
|
-
"@aws-sdk/types": "3.
|
|
132771
|
-
"@aws-sdk/util-endpoints": "3.
|
|
132772
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
132773
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
132774
|
-
"@smithy/config-resolver": "^4.
|
|
132775
|
-
"@smithy/core": "^3.
|
|
132776
|
-
"@smithy/fetch-http-handler": "^5.
|
|
132777
|
-
"@smithy/hash-node": "^4.
|
|
132778
|
-
"@smithy/invalid-dependency": "^4.
|
|
132779
|
-
"@smithy/middleware-content-length": "^4.
|
|
132780
|
-
"@smithy/middleware-endpoint": "^4.
|
|
132781
|
-
"@smithy/middleware-retry": "^4.
|
|
132782
|
-
"@smithy/middleware-serde": "^4.
|
|
132783
|
-
"@smithy/middleware-stack": "^4.
|
|
132784
|
-
"@smithy/node-config-provider": "^4.
|
|
132785
|
-
"@smithy/node-http-handler": "^4.
|
|
132786
|
-
"@smithy/protocol-http": "^5.1
|
|
132787
|
-
"@smithy/smithy-client": "^4.
|
|
132788
|
-
"@smithy/types": "^4.
|
|
132789
|
-
"@smithy/url-parser": "^4.
|
|
132790
|
-
"@smithy/util-base64": "^4.
|
|
132791
|
-
"@smithy/util-body-length-browser": "^4.
|
|
132792
|
-
"@smithy/util-body-length-node": "^4.
|
|
132793
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
132794
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
132795
|
-
"@smithy/util-endpoints": "^3.
|
|
132796
|
-
"@smithy/util-middleware": "^4.
|
|
132797
|
-
"@smithy/util-retry": "^4.
|
|
132798
|
-
"@smithy/util-utf8": "^4.
|
|
132799
|
-
"@smithy/util-waiter": "^4.
|
|
132887
|
+
"@aws-sdk/core": "3.893.0",
|
|
132888
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
132889
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
132890
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
132891
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
132892
|
+
"@aws-sdk/middleware-sdk-ec2": "3.893.0",
|
|
132893
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
132894
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
132895
|
+
"@aws-sdk/types": "3.893.0",
|
|
132896
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
132897
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
132898
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
132899
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
132900
|
+
"@smithy/core": "^3.11.1",
|
|
132901
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
132902
|
+
"@smithy/hash-node": "^4.1.1",
|
|
132903
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
132904
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
132905
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
132906
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
132907
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
132908
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
132909
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
132910
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
132911
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
132912
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
132913
|
+
"@smithy/types": "^4.5.0",
|
|
132914
|
+
"@smithy/url-parser": "^4.1.1",
|
|
132915
|
+
"@smithy/util-base64": "^4.1.0",
|
|
132916
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
132917
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
132918
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
132919
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
132920
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
132921
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
132922
|
+
"@smithy/util-retry": "^4.1.2",
|
|
132923
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
132924
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
132800
132925
|
"@types/uuid": "^9.0.1",
|
|
132801
132926
|
tslib: "^2.6.2",
|
|
132802
132927
|
uuid: "^9.0.1"
|
|
@@ -156012,6 +156137,13 @@ var require_dist_cjs68 = __commonJS({
|
|
|
156012
156137
|
}
|
|
156013
156138
|
return entries;
|
|
156014
156139
|
}, "se_CreateVpnGatewayRequest");
|
|
156140
|
+
var se_CreationDateConditionRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
156141
|
+
const entries = {};
|
|
156142
|
+
if (input[_MDSC] != null) {
|
|
156143
|
+
entries[_MDSC] = input[_MDSC];
|
|
156144
|
+
}
|
|
156145
|
+
return entries;
|
|
156146
|
+
}, "se_CreationDateConditionRequest");
|
|
156015
156147
|
var se_CreditSpecificationRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
156016
156148
|
const entries = {};
|
|
156017
156149
|
if (input[_CCp] != null) {
|
|
@@ -157041,6 +157173,13 @@ var require_dist_cjs68 = __commonJS({
|
|
|
157041
157173
|
}
|
|
157042
157174
|
return entries;
|
|
157043
157175
|
}, "se_DeleteVpnGatewayRequest");
|
|
157176
|
+
var se_DeprecationTimeConditionRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
157177
|
+
const entries = {};
|
|
157178
|
+
if (input[_MDSD] != null) {
|
|
157179
|
+
entries[_MDSD] = input[_MDSD];
|
|
157180
|
+
}
|
|
157181
|
+
return entries;
|
|
157182
|
+
}, "se_DeprecationTimeConditionRequest");
|
|
157044
157183
|
var se_DeprovisionByoipCidrRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
157045
157184
|
const entries = {};
|
|
157046
157185
|
if (input[_C2] != null) {
|
|
@@ -164255,6 +164394,34 @@ var require_dist_cjs68 = __commonJS({
|
|
|
164255
164394
|
entries[loc] = value;
|
|
164256
164395
|
});
|
|
164257
164396
|
}
|
|
164397
|
+
if (input[_MPC] != null) {
|
|
164398
|
+
const memberEntries = se_MarketplaceProductCodeRequestList(input[_MPC], context);
|
|
164399
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
164400
|
+
const loc = `MarketplaceProductCode.${key.substring(key.indexOf(".") + 1)}`;
|
|
164401
|
+
entries[loc] = value;
|
|
164402
|
+
});
|
|
164403
|
+
}
|
|
164404
|
+
if (input[_INm] != null) {
|
|
164405
|
+
const memberEntries = se_ImageNameRequestList(input[_INm], context);
|
|
164406
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
164407
|
+
const loc = `ImageName.${key.substring(key.indexOf(".") + 1)}`;
|
|
164408
|
+
entries[loc] = value;
|
|
164409
|
+
});
|
|
164410
|
+
}
|
|
164411
|
+
if (input[_DTC] != null) {
|
|
164412
|
+
const memberEntries = se_DeprecationTimeConditionRequest(input[_DTC], context);
|
|
164413
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
164414
|
+
const loc = `DeprecationTimeCondition.${key}`;
|
|
164415
|
+
entries[loc] = value;
|
|
164416
|
+
});
|
|
164417
|
+
}
|
|
164418
|
+
if (input[_CDC] != null) {
|
|
164419
|
+
const memberEntries = se_CreationDateConditionRequest(input[_CDC], context);
|
|
164420
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
164421
|
+
const loc = `CreationDateCondition.${key}`;
|
|
164422
|
+
entries[loc] = value;
|
|
164423
|
+
});
|
|
164424
|
+
}
|
|
164258
164425
|
return entries;
|
|
164259
164426
|
}, "se_ImageCriterionRequest");
|
|
164260
164427
|
var se_ImageCriterionRequestList = /* @__PURE__ */ __name2((input, context) => {
|
|
@@ -164337,6 +164504,18 @@ var require_dist_cjs68 = __commonJS({
|
|
|
164337
164504
|
}
|
|
164338
164505
|
return entries;
|
|
164339
164506
|
}, "se_ImageIdStringList");
|
|
164507
|
+
var se_ImageNameRequestList = /* @__PURE__ */ __name2((input, context) => {
|
|
164508
|
+
const entries = {};
|
|
164509
|
+
let counter = 1;
|
|
164510
|
+
for (const entry of input) {
|
|
164511
|
+
if (entry === null) {
|
|
164512
|
+
continue;
|
|
164513
|
+
}
|
|
164514
|
+
entries[`Item.${counter}`] = entry;
|
|
164515
|
+
counter++;
|
|
164516
|
+
}
|
|
164517
|
+
return entries;
|
|
164518
|
+
}, "se_ImageNameRequestList");
|
|
164340
164519
|
var se_ImageProviderRequestList = /* @__PURE__ */ __name2((input, context) => {
|
|
164341
164520
|
const entries = {};
|
|
164342
164521
|
let counter = 1;
|
|
@@ -166702,6 +166881,18 @@ var require_dist_cjs68 = __commonJS({
|
|
|
166702
166881
|
}
|
|
166703
166882
|
return entries;
|
|
166704
166883
|
}, "se_MacSystemIntegrityProtectionConfigurationRequest");
|
|
166884
|
+
var se_MarketplaceProductCodeRequestList = /* @__PURE__ */ __name2((input, context) => {
|
|
166885
|
+
const entries = {};
|
|
166886
|
+
let counter = 1;
|
|
166887
|
+
for (const entry of input) {
|
|
166888
|
+
if (entry === null) {
|
|
166889
|
+
continue;
|
|
166890
|
+
}
|
|
166891
|
+
entries[`Item.${counter}`] = entry;
|
|
166892
|
+
counter++;
|
|
166893
|
+
}
|
|
166894
|
+
return entries;
|
|
166895
|
+
}, "se_MarketplaceProductCodeRequestList");
|
|
166705
166896
|
var se_MemoryGiBPerVCpu = /* @__PURE__ */ __name2((input, context) => {
|
|
166706
166897
|
const entries = {};
|
|
166707
166898
|
if (input[_M] != null) {
|
|
@@ -178024,6 +178215,13 @@ var require_dist_cjs68 = __commonJS({
|
|
|
178024
178215
|
}
|
|
178025
178216
|
return contents;
|
|
178026
178217
|
}, "de_CreateVpnGatewayResult");
|
|
178218
|
+
var de_CreationDateCondition = /* @__PURE__ */ __name2((output, context) => {
|
|
178219
|
+
const contents = {};
|
|
178220
|
+
if (output[_mDSC] != null) {
|
|
178221
|
+
contents[_MDSC] = (0, import_smithy_client28.strictParseInt32)(output[_mDSC]);
|
|
178222
|
+
}
|
|
178223
|
+
return contents;
|
|
178224
|
+
}, "de_CreationDateCondition");
|
|
178027
178225
|
var de_CreditSpecification = /* @__PURE__ */ __name2((output, context) => {
|
|
178028
178226
|
const contents = {};
|
|
178029
178227
|
if (output[_cCp] != null) {
|
|
@@ -178737,6 +178935,13 @@ var require_dist_cjs68 = __commonJS({
|
|
|
178737
178935
|
}
|
|
178738
178936
|
return contents;
|
|
178739
178937
|
}, "de_DeleteVpcPeeringConnectionResult");
|
|
178938
|
+
var de_DeprecationTimeCondition = /* @__PURE__ */ __name2((output, context) => {
|
|
178939
|
+
const contents = {};
|
|
178940
|
+
if (output[_mDSD] != null) {
|
|
178941
|
+
contents[_MDSD] = (0, import_smithy_client28.strictParseInt32)(output[_mDSD]);
|
|
178942
|
+
}
|
|
178943
|
+
return contents;
|
|
178944
|
+
}, "de_DeprecationTimeCondition");
|
|
178740
178945
|
var de_DeprovisionByoipCidrResult = /* @__PURE__ */ __name2((output, context) => {
|
|
178741
178946
|
const contents = {};
|
|
178742
178947
|
if (output[_bC] != null) {
|
|
@@ -184351,6 +184556,22 @@ var require_dist_cjs68 = __commonJS({
|
|
|
184351
184556
|
} else if (output[_iPSm] != null && output[_iPSm][_i] != null) {
|
|
184352
184557
|
contents[_IPm] = de_ImageProviderList((0, import_smithy_client28.getArrayIfSingleItem)(output[_iPSm][_i]), context);
|
|
184353
184558
|
}
|
|
184559
|
+
if (output.marketplaceProductCodeSet === "") {
|
|
184560
|
+
contents[_MPC] = [];
|
|
184561
|
+
} else if (output[_mPCS] != null && output[_mPCS][_i] != null) {
|
|
184562
|
+
contents[_MPC] = de_MarketplaceProductCodeList((0, import_smithy_client28.getArrayIfSingleItem)(output[_mPCS][_i]), context);
|
|
184563
|
+
}
|
|
184564
|
+
if (output.imageNameSet === "") {
|
|
184565
|
+
contents[_INm] = [];
|
|
184566
|
+
} else if (output[_iNS] != null && output[_iNS][_i] != null) {
|
|
184567
|
+
contents[_INm] = de_ImageNameList((0, import_smithy_client28.getArrayIfSingleItem)(output[_iNS][_i]), context);
|
|
184568
|
+
}
|
|
184569
|
+
if (output[_dTC] != null) {
|
|
184570
|
+
contents[_DTC] = de_DeprecationTimeCondition(output[_dTC], context);
|
|
184571
|
+
}
|
|
184572
|
+
if (output[_cDC] != null) {
|
|
184573
|
+
contents[_CDC] = de_CreationDateCondition(output[_cDC], context);
|
|
184574
|
+
}
|
|
184354
184575
|
return contents;
|
|
184355
184576
|
}, "de_ImageCriterion");
|
|
184356
184577
|
var de_ImageCriterionList = /* @__PURE__ */ __name2((output, context) => {
|
|
@@ -184394,6 +184615,11 @@ var require_dist_cjs68 = __commonJS({
|
|
|
184394
184615
|
}
|
|
184395
184616
|
return contents;
|
|
184396
184617
|
}, "de_ImageMetadata");
|
|
184618
|
+
var de_ImageNameList = /* @__PURE__ */ __name2((output, context) => {
|
|
184619
|
+
return (output || []).filter((e3) => e3 != null).map((entry) => {
|
|
184620
|
+
return (0, import_smithy_client28.expectString)(entry);
|
|
184621
|
+
});
|
|
184622
|
+
}, "de_ImageNameList");
|
|
184397
184623
|
var de_ImageProviderList = /* @__PURE__ */ __name2((output, context) => {
|
|
184398
184624
|
return (output || []).filter((e3) => e3 != null).map((entry) => {
|
|
184399
184625
|
return (0, import_smithy_client28.expectString)(entry);
|
|
@@ -188405,6 +188631,11 @@ var require_dist_cjs68 = __commonJS({
|
|
|
188405
188631
|
return de_ManagedPrefixList(entry, context);
|
|
188406
188632
|
});
|
|
188407
188633
|
}, "de_ManagedPrefixListSet");
|
|
188634
|
+
var de_MarketplaceProductCodeList = /* @__PURE__ */ __name2((output, context) => {
|
|
188635
|
+
return (output || []).filter((e3) => e3 != null).map((entry) => {
|
|
188636
|
+
return (0, import_smithy_client28.expectString)(entry);
|
|
188637
|
+
});
|
|
188638
|
+
}, "de_MarketplaceProductCodeList");
|
|
188408
188639
|
var de_MediaAcceleratorInfo = /* @__PURE__ */ __name2((output, context) => {
|
|
188409
188640
|
const contents = {};
|
|
188410
188641
|
if (output.accelerators === "") {
|
|
@@ -197572,6 +197803,7 @@ var require_dist_cjs68 = __commonJS({
|
|
|
197572
197803
|
var _CCp = "CpuCredits";
|
|
197573
197804
|
var _CCu = "CurrencyCode";
|
|
197574
197805
|
var _CD = "CommitmentDuration";
|
|
197806
|
+
var _CDC = "CreationDateCondition";
|
|
197575
197807
|
var _CDH = "CapacityDurationHours";
|
|
197576
197808
|
var _CDM = "CompletionDurationMinutes";
|
|
197577
197809
|
var _CDMVOT = "CreateDelegateMacVolumeOwnershipTask";
|
|
@@ -198129,6 +198361,7 @@ var require_dist_cjs68 = __commonJS({
|
|
|
198129
198361
|
var _DSns = "DnsSupport";
|
|
198130
198362
|
var _DT = "DeleteTags";
|
|
198131
198363
|
var _DTA = "DpdTimeoutAction";
|
|
198364
|
+
var _DTC = "DeprecationTimeCondition";
|
|
198132
198365
|
var _DTCT = "DefaultTargetCapacityType";
|
|
198133
198366
|
var _DTG = "DeleteTransitGateway";
|
|
198134
198367
|
var _DTGA = "DescribeTransitGatewayAttachments";
|
|
@@ -198650,6 +198883,7 @@ var require_dist_cjs68 = __commonJS({
|
|
|
198650
198883
|
var _IN = "Ipv6Native";
|
|
198651
198884
|
var _INL = "Ipv6NetmaskLength";
|
|
198652
198885
|
var _INLp = "Ipv4NetmaskLength";
|
|
198886
|
+
var _INm = "ImageNames";
|
|
198653
198887
|
var _IOA = "ImageOwnerAlias";
|
|
198654
198888
|
var _IOI = "IpOwnerId";
|
|
198655
198889
|
var _IOIn = "InstanceOwnerId";
|
|
@@ -198933,6 +199167,8 @@ var require_dist_cjs68 = __commonJS({
|
|
|
198933
199167
|
var _MDCS = "ModifyDefaultCreditSpecification";
|
|
198934
199168
|
var _MDDS = "MaxDrainDurationSeconds";
|
|
198935
199169
|
var _MDK = "MetaDataKey";
|
|
199170
|
+
var _MDSC = "MaximumDaysSinceCreated";
|
|
199171
|
+
var _MDSD = "MaximumDaysSinceDeprecated";
|
|
198936
199172
|
var _MDV = "MetaDataValue";
|
|
198937
199173
|
var _MDa = "MaintenanceDetails";
|
|
198938
199174
|
var _MDe = "MetaData";
|
|
@@ -198991,6 +199227,7 @@ var require_dist_cjs68 = __commonJS({
|
|
|
198991
199227
|
var _MOSLSV = "MacOSLatestSupportedVersions";
|
|
198992
199228
|
var _MOa = "MaintenanceOptions";
|
|
198993
199229
|
var _MP = "MatchPaths";
|
|
199230
|
+
var _MPC = "MarketplaceProductCodes";
|
|
198994
199231
|
var _MPDNO = "ModifyPrivateDnsNameOptions";
|
|
198995
199232
|
var _MPIDNO = "ModifyPublicIpDnsNameOptions";
|
|
198996
199233
|
var _MPIOL = "MapPublicIpOnLaunch";
|
|
@@ -200364,6 +200601,7 @@ var require_dist_cjs68 = __commonJS({
|
|
|
200364
200601
|
var _cCoi = "coipCidr";
|
|
200365
200602
|
var _cCp = "cpuCredits";
|
|
200366
200603
|
var _cD = "createDate";
|
|
200604
|
+
var _cDC = "creationDateCondition";
|
|
200367
200605
|
var _cDM = "completionDurationMinutes";
|
|
200368
200606
|
var _cDr = "creationDate";
|
|
200369
200607
|
var _cDre = "createdDate";
|
|
@@ -200564,6 +200802,7 @@ var require_dist_cjs68 = __commonJS({
|
|
|
200564
200802
|
var _dSn = "dnsSupport";
|
|
200565
200803
|
var _dT = "deletionTime";
|
|
200566
200804
|
var _dTA = "dpdTimeoutAction";
|
|
200805
|
+
var _dTC = "deprecationTimeCondition";
|
|
200567
200806
|
var _dTCT = "defaultTargetCapacityType";
|
|
200568
200807
|
var _dTPC = "defaultThreadsPerCore";
|
|
200569
200808
|
var _dTPS = "deviceTrustProviderSet";
|
|
@@ -200868,6 +201107,7 @@ var require_dist_cjs68 = __commonJS({
|
|
|
200868
201107
|
var _iMT = "instanceMetadataTags";
|
|
200869
201108
|
var _iMU = "importManifestUrl";
|
|
200870
201109
|
var _iN = "ipv6Native";
|
|
201110
|
+
var _iNS = "imageNameSet";
|
|
200871
201111
|
var _iOA = "imageOwnerAlias";
|
|
200872
201112
|
var _iOI = "imageOwnerId";
|
|
200873
201113
|
var _iOIn = "instanceOwnerId";
|
|
@@ -201110,6 +201350,8 @@ var require_dist_cjs68 = __commonJS({
|
|
|
201110
201350
|
var _mD = "maintenanceDetails";
|
|
201111
201351
|
var _mDA = "multicastDomainAssociations";
|
|
201112
201352
|
var _mDK = "metaDataKey";
|
|
201353
|
+
var _mDSC = "maximumDaysSinceCreated";
|
|
201354
|
+
var _mDSD = "maximumDaysSinceDeprecated";
|
|
201113
201355
|
var _mDV = "metaDataValue";
|
|
201114
201356
|
var _mDe = "metaData";
|
|
201115
201357
|
var _mE = "maxEntries";
|
|
@@ -201135,6 +201377,7 @@ var require_dist_cjs68 = __commonJS({
|
|
|
201135
201377
|
var _mOSLSVS = "macOSLatestSupportedVersionSet";
|
|
201136
201378
|
var _mOa = "maintenanceOptions";
|
|
201137
201379
|
var _mP = "maxPrice";
|
|
201380
|
+
var _mPCS = "marketplaceProductCodeSet";
|
|
201138
201381
|
var _mPIOL = "mapPublicIpOnLaunch";
|
|
201139
201382
|
var _mPL = "maxParallelLaunches";
|
|
201140
201383
|
var _mPS = "metricPointSet";
|
|
@@ -204058,6 +204301,8 @@ var require_dist_cjs68 = __commonJS({
|
|
|
204058
204301
|
mac2_m2_metal: "mac2-m2.metal",
|
|
204059
204302
|
mac2_m2pro_metal: "mac2-m2pro.metal",
|
|
204060
204303
|
mac2_metal: "mac2.metal",
|
|
204304
|
+
mac_m4_metal: "mac-m4.metal",
|
|
204305
|
+
mac_m4pro_metal: "mac-m4pro.metal",
|
|
204061
204306
|
p2_16xlarge: "p2.16xlarge",
|
|
204062
204307
|
p2_8xlarge: "p2.8xlarge",
|
|
204063
204308
|
p2_xlarge: "p2.xlarge",
|
|
@@ -212279,10 +212524,6 @@ var require_dist_cjs68 = __commonJS({
|
|
|
212279
212524
|
inVpc: "InVpc",
|
|
212280
212525
|
moveInProgress: "MoveInProgress"
|
|
212281
212526
|
};
|
|
212282
|
-
var VerificationMethod = {
|
|
212283
|
-
dns_token: "dns-token",
|
|
212284
|
-
remarks_x509: "remarks-x509"
|
|
212285
|
-
};
|
|
212286
212527
|
var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name2((obj) => ({
|
|
212287
212528
|
...obj,
|
|
212288
212529
|
...obj.PasswordData && { PasswordData: import_smithy_client28.SENSITIVE_STRING }
|
|
@@ -214212,6 +214453,10 @@ var require_dist_cjs68 = __commonJS({
|
|
|
214212
214453
|
__name2(this, "ReplaceVpnTunnelCommand");
|
|
214213
214454
|
}
|
|
214214
214455
|
};
|
|
214456
|
+
var VerificationMethod = {
|
|
214457
|
+
dns_token: "dns-token",
|
|
214458
|
+
remarks_x509: "remarks-x509"
|
|
214459
|
+
};
|
|
214215
214460
|
var ReportInstanceReasonCodes = {
|
|
214216
214461
|
instance_stuck_in_state: "instance-stuck-in-state",
|
|
214217
214462
|
not_accepting_credentials: "not-accepting-credentials",
|
|
@@ -217682,7 +217927,7 @@ var require_package8 = __commonJS({
|
|
|
217682
217927
|
module2.exports = {
|
|
217683
217928
|
name: "@aws-sdk/client-ecr",
|
|
217684
217929
|
description: "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
|
|
217685
|
-
version: "3.
|
|
217930
|
+
version: "3.893.0",
|
|
217686
217931
|
scripts: {
|
|
217687
217932
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
217688
217933
|
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
|
|
@@ -217701,43 +217946,43 @@ var require_package8 = __commonJS({
|
|
|
217701
217946
|
dependencies: {
|
|
217702
217947
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
217703
217948
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
217704
|
-
"@aws-sdk/core": "3.
|
|
217705
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
217706
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
217707
|
-
"@aws-sdk/middleware-logger": "3.
|
|
217708
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
217709
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
217710
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
217711
|
-
"@aws-sdk/types": "3.
|
|
217712
|
-
"@aws-sdk/util-endpoints": "3.
|
|
217713
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
217714
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
217715
|
-
"@smithy/config-resolver": "^4.
|
|
217716
|
-
"@smithy/core": "^3.
|
|
217717
|
-
"@smithy/fetch-http-handler": "^5.
|
|
217718
|
-
"@smithy/hash-node": "^4.
|
|
217719
|
-
"@smithy/invalid-dependency": "^4.
|
|
217720
|
-
"@smithy/middleware-content-length": "^4.
|
|
217721
|
-
"@smithy/middleware-endpoint": "^4.
|
|
217722
|
-
"@smithy/middleware-retry": "^4.
|
|
217723
|
-
"@smithy/middleware-serde": "^4.
|
|
217724
|
-
"@smithy/middleware-stack": "^4.
|
|
217725
|
-
"@smithy/node-config-provider": "^4.
|
|
217726
|
-
"@smithy/node-http-handler": "^4.
|
|
217727
|
-
"@smithy/protocol-http": "^5.1
|
|
217728
|
-
"@smithy/smithy-client": "^4.
|
|
217729
|
-
"@smithy/types": "^4.
|
|
217730
|
-
"@smithy/url-parser": "^4.
|
|
217731
|
-
"@smithy/util-base64": "^4.
|
|
217732
|
-
"@smithy/util-body-length-browser": "^4.
|
|
217733
|
-
"@smithy/util-body-length-node": "^4.
|
|
217734
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
217735
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
217736
|
-
"@smithy/util-endpoints": "^3.
|
|
217737
|
-
"@smithy/util-middleware": "^4.
|
|
217738
|
-
"@smithy/util-retry": "^4.
|
|
217739
|
-
"@smithy/util-utf8": "^4.
|
|
217740
|
-
"@smithy/util-waiter": "^4.
|
|
217949
|
+
"@aws-sdk/core": "3.893.0",
|
|
217950
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
217951
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
217952
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
217953
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
217954
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
217955
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
217956
|
+
"@aws-sdk/types": "3.893.0",
|
|
217957
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
217958
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
217959
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
217960
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
217961
|
+
"@smithy/core": "^3.11.1",
|
|
217962
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
217963
|
+
"@smithy/hash-node": "^4.1.1",
|
|
217964
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
217965
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
217966
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
217967
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
217968
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
217969
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
217970
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
217971
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
217972
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
217973
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
217974
|
+
"@smithy/types": "^4.5.0",
|
|
217975
|
+
"@smithy/url-parser": "^4.1.1",
|
|
217976
|
+
"@smithy/util-base64": "^4.1.0",
|
|
217977
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
217978
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
217979
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
217980
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
217981
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
217982
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
217983
|
+
"@smithy/util-retry": "^4.1.2",
|
|
217984
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
217985
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
217741
217986
|
tslib: "^2.6.2"
|
|
217742
217987
|
},
|
|
217743
217988
|
devDependencies: {
|
|
@@ -221886,7 +222131,7 @@ var require_package9 = __commonJS({
|
|
|
221886
222131
|
module2.exports = {
|
|
221887
222132
|
name: "@aws-sdk/client-ecs",
|
|
221888
222133
|
description: "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
221889
|
-
version: "3.
|
|
222134
|
+
version: "3.893.0",
|
|
221890
222135
|
scripts: {
|
|
221891
222136
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
221892
222137
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -221905,43 +222150,43 @@ var require_package9 = __commonJS({
|
|
|
221905
222150
|
dependencies: {
|
|
221906
222151
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
221907
222152
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
221908
|
-
"@aws-sdk/core": "3.
|
|
221909
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
221910
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
221911
|
-
"@aws-sdk/middleware-logger": "3.
|
|
221912
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
221913
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
221914
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
221915
|
-
"@aws-sdk/types": "3.
|
|
221916
|
-
"@aws-sdk/util-endpoints": "3.
|
|
221917
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
221918
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
221919
|
-
"@smithy/config-resolver": "^4.
|
|
221920
|
-
"@smithy/core": "^3.
|
|
221921
|
-
"@smithy/fetch-http-handler": "^5.
|
|
221922
|
-
"@smithy/hash-node": "^4.
|
|
221923
|
-
"@smithy/invalid-dependency": "^4.
|
|
221924
|
-
"@smithy/middleware-content-length": "^4.
|
|
221925
|
-
"@smithy/middleware-endpoint": "^4.
|
|
221926
|
-
"@smithy/middleware-retry": "^4.
|
|
221927
|
-
"@smithy/middleware-serde": "^4.
|
|
221928
|
-
"@smithy/middleware-stack": "^4.
|
|
221929
|
-
"@smithy/node-config-provider": "^4.
|
|
221930
|
-
"@smithy/node-http-handler": "^4.
|
|
221931
|
-
"@smithy/protocol-http": "^5.1
|
|
221932
|
-
"@smithy/smithy-client": "^4.
|
|
221933
|
-
"@smithy/types": "^4.
|
|
221934
|
-
"@smithy/url-parser": "^4.
|
|
221935
|
-
"@smithy/util-base64": "^4.
|
|
221936
|
-
"@smithy/util-body-length-browser": "^4.
|
|
221937
|
-
"@smithy/util-body-length-node": "^4.
|
|
221938
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
221939
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
221940
|
-
"@smithy/util-endpoints": "^3.
|
|
221941
|
-
"@smithy/util-middleware": "^4.
|
|
221942
|
-
"@smithy/util-retry": "^4.
|
|
221943
|
-
"@smithy/util-utf8": "^4.
|
|
221944
|
-
"@smithy/util-waiter": "^4.
|
|
222153
|
+
"@aws-sdk/core": "3.893.0",
|
|
222154
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
222155
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
222156
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
222157
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
222158
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
222159
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
222160
|
+
"@aws-sdk/types": "3.893.0",
|
|
222161
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
222162
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
222163
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
222164
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
222165
|
+
"@smithy/core": "^3.11.1",
|
|
222166
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
222167
|
+
"@smithy/hash-node": "^4.1.1",
|
|
222168
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
222169
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
222170
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
222171
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
222172
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
222173
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
222174
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
222175
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
222176
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
222177
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
222178
|
+
"@smithy/types": "^4.5.0",
|
|
222179
|
+
"@smithy/url-parser": "^4.1.1",
|
|
222180
|
+
"@smithy/util-base64": "^4.1.0",
|
|
222181
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
222182
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
222183
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
222184
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
222185
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
222186
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
222187
|
+
"@smithy/util-retry": "^4.1.2",
|
|
222188
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
222189
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
221945
222190
|
"@types/uuid": "^9.0.1",
|
|
221946
222191
|
tslib: "^2.6.2",
|
|
221947
222192
|
uuid: "^9.0.1"
|
|
@@ -223456,7 +223701,7 @@ var require_dist_cjs70 = __commonJS({
|
|
|
223456
223701
|
var se_CreateServiceCommand = /* @__PURE__ */ __name2(async (input, context) => {
|
|
223457
223702
|
const headers = sharedHeaders("CreateService");
|
|
223458
223703
|
let body;
|
|
223459
|
-
body = JSON.stringify((
|
|
223704
|
+
body = JSON.stringify(se_CreateServiceRequest(input, context));
|
|
223460
223705
|
return buildHttpRpcRequest2(context, headers, "/", void 0, body);
|
|
223461
223706
|
}, "se_CreateServiceCommand");
|
|
223462
223707
|
var se_CreateTaskSetCommand = /* @__PURE__ */ __name2(async (input, context) => {
|
|
@@ -223780,7 +224025,7 @@ var require_dist_cjs70 = __commonJS({
|
|
|
223780
224025
|
var se_UpdateServiceCommand = /* @__PURE__ */ __name2(async (input, context) => {
|
|
223781
224026
|
const headers = sharedHeaders("UpdateService");
|
|
223782
224027
|
let body;
|
|
223783
|
-
body = JSON.stringify((
|
|
224028
|
+
body = JSON.stringify(se_UpdateServiceRequest(input, context));
|
|
223784
224029
|
return buildHttpRpcRequest2(context, headers, "/", void 0, body);
|
|
223785
224030
|
}, "se_UpdateServiceCommand");
|
|
223786
224031
|
var se_UpdateServicePrimaryTaskSetCommand = /* @__PURE__ */ __name2(async (input, context) => {
|
|
@@ -224927,6 +225172,36 @@ var require_dist_cjs70 = __commonJS({
|
|
|
224927
225172
|
before: /* @__PURE__ */ __name2((_3) => _3.getTime() / 1e3, "before")
|
|
224928
225173
|
});
|
|
224929
225174
|
}, "se_CreatedAt");
|
|
225175
|
+
var se_CreateServiceRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
225176
|
+
return (0, import_smithy_client28.take)(input, {
|
|
225177
|
+
availabilityZoneRebalancing: [],
|
|
225178
|
+
capacityProviderStrategy: import_smithy_client28._json,
|
|
225179
|
+
clientToken: [],
|
|
225180
|
+
cluster: [],
|
|
225181
|
+
deploymentConfiguration: /* @__PURE__ */ __name2((_3) => se_DeploymentConfiguration(_3, context), "deploymentConfiguration"),
|
|
225182
|
+
deploymentController: import_smithy_client28._json,
|
|
225183
|
+
desiredCount: [],
|
|
225184
|
+
enableECSManagedTags: [],
|
|
225185
|
+
enableExecuteCommand: [],
|
|
225186
|
+
healthCheckGracePeriodSeconds: [],
|
|
225187
|
+
launchType: [],
|
|
225188
|
+
loadBalancers: import_smithy_client28._json,
|
|
225189
|
+
networkConfiguration: import_smithy_client28._json,
|
|
225190
|
+
placementConstraints: import_smithy_client28._json,
|
|
225191
|
+
placementStrategy: import_smithy_client28._json,
|
|
225192
|
+
platformVersion: [],
|
|
225193
|
+
propagateTags: [],
|
|
225194
|
+
role: [],
|
|
225195
|
+
schedulingStrategy: [],
|
|
225196
|
+
serviceConnectConfiguration: import_smithy_client28._json,
|
|
225197
|
+
serviceName: [],
|
|
225198
|
+
serviceRegistries: import_smithy_client28._json,
|
|
225199
|
+
tags: import_smithy_client28._json,
|
|
225200
|
+
taskDefinition: [],
|
|
225201
|
+
volumeConfigurations: import_smithy_client28._json,
|
|
225202
|
+
vpcLatticeConfigurations: import_smithy_client28._json
|
|
225203
|
+
});
|
|
225204
|
+
}, "se_CreateServiceRequest");
|
|
224930
225205
|
var se_CreateTaskSetRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
224931
225206
|
return (0, import_smithy_client28.take)(input, {
|
|
224932
225207
|
capacityProviderStrategy: import_smithy_client28._json,
|
|
@@ -224944,6 +225219,33 @@ var require_dist_cjs70 = __commonJS({
|
|
|
224944
225219
|
taskDefinition: []
|
|
224945
225220
|
});
|
|
224946
225221
|
}, "se_CreateTaskSetRequest");
|
|
225222
|
+
var se_DeploymentConfiguration = /* @__PURE__ */ __name2((input, context) => {
|
|
225223
|
+
return (0, import_smithy_client28.take)(input, {
|
|
225224
|
+
alarms: import_smithy_client28._json,
|
|
225225
|
+
bakeTimeInMinutes: [],
|
|
225226
|
+
deploymentCircuitBreaker: import_smithy_client28._json,
|
|
225227
|
+
lifecycleHooks: /* @__PURE__ */ __name2((_3) => se_DeploymentLifecycleHookList(_3, context), "lifecycleHooks"),
|
|
225228
|
+
maximumPercent: [],
|
|
225229
|
+
minimumHealthyPercent: [],
|
|
225230
|
+
strategy: []
|
|
225231
|
+
});
|
|
225232
|
+
}, "se_DeploymentConfiguration");
|
|
225233
|
+
var se_DeploymentLifecycleHook = /* @__PURE__ */ __name2((input, context) => {
|
|
225234
|
+
return (0, import_smithy_client28.take)(input, {
|
|
225235
|
+
hookDetails: /* @__PURE__ */ __name2((_3) => se_HookDetails(_3, context), "hookDetails"),
|
|
225236
|
+
hookTargetArn: [],
|
|
225237
|
+
lifecycleStages: import_smithy_client28._json,
|
|
225238
|
+
roleArn: []
|
|
225239
|
+
});
|
|
225240
|
+
}, "se_DeploymentLifecycleHook");
|
|
225241
|
+
var se_DeploymentLifecycleHookList = /* @__PURE__ */ __name2((input, context) => {
|
|
225242
|
+
return input.filter((e3) => e3 != null).map((entry) => {
|
|
225243
|
+
return se_DeploymentLifecycleHook(entry, context);
|
|
225244
|
+
});
|
|
225245
|
+
}, "se_DeploymentLifecycleHookList");
|
|
225246
|
+
var se_HookDetails = /* @__PURE__ */ __name2((input, context) => {
|
|
225247
|
+
return input;
|
|
225248
|
+
}, "se_HookDetails");
|
|
224947
225249
|
var se_ListServiceDeploymentsRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
224948
225250
|
return (0, import_smithy_client28.take)(input, {
|
|
224949
225251
|
cluster: [],
|
|
@@ -225025,6 +225327,32 @@ var require_dist_cjs70 = __commonJS({
|
|
|
225025
225327
|
task: []
|
|
225026
225328
|
});
|
|
225027
225329
|
}, "se_SubmitTaskStateChangeRequest");
|
|
225330
|
+
var se_UpdateServiceRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
225331
|
+
return (0, import_smithy_client28.take)(input, {
|
|
225332
|
+
availabilityZoneRebalancing: [],
|
|
225333
|
+
capacityProviderStrategy: import_smithy_client28._json,
|
|
225334
|
+
cluster: [],
|
|
225335
|
+
deploymentConfiguration: /* @__PURE__ */ __name2((_3) => se_DeploymentConfiguration(_3, context), "deploymentConfiguration"),
|
|
225336
|
+
deploymentController: import_smithy_client28._json,
|
|
225337
|
+
desiredCount: [],
|
|
225338
|
+
enableECSManagedTags: [],
|
|
225339
|
+
enableExecuteCommand: [],
|
|
225340
|
+
forceNewDeployment: [],
|
|
225341
|
+
healthCheckGracePeriodSeconds: [],
|
|
225342
|
+
loadBalancers: import_smithy_client28._json,
|
|
225343
|
+
networkConfiguration: import_smithy_client28._json,
|
|
225344
|
+
placementConstraints: import_smithy_client28._json,
|
|
225345
|
+
placementStrategy: import_smithy_client28._json,
|
|
225346
|
+
platformVersion: [],
|
|
225347
|
+
propagateTags: [],
|
|
225348
|
+
service: [],
|
|
225349
|
+
serviceConnectConfiguration: import_smithy_client28._json,
|
|
225350
|
+
serviceRegistries: import_smithy_client28._json,
|
|
225351
|
+
taskDefinition: [],
|
|
225352
|
+
volumeConfigurations: import_smithy_client28._json,
|
|
225353
|
+
vpcLatticeConfigurations: import_smithy_client28._json
|
|
225354
|
+
});
|
|
225355
|
+
}, "se_UpdateServiceRequest");
|
|
225028
225356
|
var se_UpdateTaskSetRequest = /* @__PURE__ */ __name2((input, context) => {
|
|
225029
225357
|
return (0, import_smithy_client28.take)(input, {
|
|
225030
225358
|
cluster: [],
|
|
@@ -225145,6 +225473,31 @@ var require_dist_cjs70 = __commonJS({
|
|
|
225145
225473
|
vpcLatticeConfigurations: import_smithy_client28._json
|
|
225146
225474
|
});
|
|
225147
225475
|
}, "de_Deployment");
|
|
225476
|
+
var de_DeploymentConfiguration = /* @__PURE__ */ __name2((output, context) => {
|
|
225477
|
+
return (0, import_smithy_client28.take)(output, {
|
|
225478
|
+
alarms: import_smithy_client28._json,
|
|
225479
|
+
bakeTimeInMinutes: import_smithy_client28.expectInt32,
|
|
225480
|
+
deploymentCircuitBreaker: import_smithy_client28._json,
|
|
225481
|
+
lifecycleHooks: /* @__PURE__ */ __name2((_3) => de_DeploymentLifecycleHookList(_3, context), "lifecycleHooks"),
|
|
225482
|
+
maximumPercent: import_smithy_client28.expectInt32,
|
|
225483
|
+
minimumHealthyPercent: import_smithy_client28.expectInt32,
|
|
225484
|
+
strategy: import_smithy_client28.expectString
|
|
225485
|
+
});
|
|
225486
|
+
}, "de_DeploymentConfiguration");
|
|
225487
|
+
var de_DeploymentLifecycleHook = /* @__PURE__ */ __name2((output, context) => {
|
|
225488
|
+
return (0, import_smithy_client28.take)(output, {
|
|
225489
|
+
hookDetails: /* @__PURE__ */ __name2((_3) => de_HookDetails(_3, context), "hookDetails"),
|
|
225490
|
+
hookTargetArn: import_smithy_client28.expectString,
|
|
225491
|
+
lifecycleStages: import_smithy_client28._json,
|
|
225492
|
+
roleArn: import_smithy_client28.expectString
|
|
225493
|
+
});
|
|
225494
|
+
}, "de_DeploymentLifecycleHook");
|
|
225495
|
+
var de_DeploymentLifecycleHookList = /* @__PURE__ */ __name2((output, context) => {
|
|
225496
|
+
const retVal = (output || []).filter((e3) => e3 != null).map((entry) => {
|
|
225497
|
+
return de_DeploymentLifecycleHook(entry, context);
|
|
225498
|
+
});
|
|
225499
|
+
return retVal;
|
|
225500
|
+
}, "de_DeploymentLifecycleHookList");
|
|
225148
225501
|
var de_Deployments = /* @__PURE__ */ __name2((output, context) => {
|
|
225149
225502
|
const retVal = (output || []).filter((e3) => e3 != null).map((entry) => {
|
|
225150
225503
|
return de_Deployment(entry, context);
|
|
@@ -225209,6 +225562,9 @@ var require_dist_cjs70 = __commonJS({
|
|
|
225209
225562
|
protectedTasks: /* @__PURE__ */ __name2((_3) => de_ProtectedTasks(_3, context), "protectedTasks")
|
|
225210
225563
|
});
|
|
225211
225564
|
}, "de_GetTaskProtectionResponse");
|
|
225565
|
+
var de_HookDetails = /* @__PURE__ */ __name2((output, context) => {
|
|
225566
|
+
return output;
|
|
225567
|
+
}, "de_HookDetails");
|
|
225212
225568
|
var de_InstanceHealthCheckResult = /* @__PURE__ */ __name2((output, context) => {
|
|
225213
225569
|
return (0, import_smithy_client28.take)(output, {
|
|
225214
225570
|
lastStatusChange: /* @__PURE__ */ __name2((_3) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_3))), "lastStatusChange"),
|
|
@@ -225309,7 +225665,7 @@ var require_dist_cjs70 = __commonJS({
|
|
|
225309
225665
|
clusterArn: import_smithy_client28.expectString,
|
|
225310
225666
|
createdAt: /* @__PURE__ */ __name2((_3) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_3))), "createdAt"),
|
|
225311
225667
|
createdBy: import_smithy_client28.expectString,
|
|
225312
|
-
deploymentConfiguration:
|
|
225668
|
+
deploymentConfiguration: /* @__PURE__ */ __name2((_3) => de_DeploymentConfiguration(_3, context), "deploymentConfiguration"),
|
|
225313
225669
|
deploymentController: import_smithy_client28._json,
|
|
225314
225670
|
deployments: /* @__PURE__ */ __name2((_3) => de_Deployments(_3, context), "deployments"),
|
|
225315
225671
|
desiredCount: import_smithy_client28.expectInt32,
|
|
@@ -225344,7 +225700,7 @@ var require_dist_cjs70 = __commonJS({
|
|
|
225344
225700
|
clusterArn: import_smithy_client28.expectString,
|
|
225345
225701
|
createdAt: /* @__PURE__ */ __name2((_3) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_3))), "createdAt"),
|
|
225346
225702
|
deploymentCircuitBreaker: import_smithy_client28._json,
|
|
225347
|
-
deploymentConfiguration:
|
|
225703
|
+
deploymentConfiguration: /* @__PURE__ */ __name2((_3) => de_DeploymentConfiguration(_3, context), "deploymentConfiguration"),
|
|
225348
225704
|
finishedAt: /* @__PURE__ */ __name2((_3) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_3))), "finishedAt"),
|
|
225349
225705
|
lifecycleStage: import_smithy_client28.expectString,
|
|
225350
225706
|
rollback: /* @__PURE__ */ __name2((_3) => de_Rollback(_3, context), "rollback"),
|
|
@@ -226775,7 +227131,7 @@ var require_package10 = __commonJS({
|
|
|
226775
227131
|
module2.exports = {
|
|
226776
227132
|
name: "@aws-sdk/client-elastic-load-balancing-v2",
|
|
226777
227133
|
description: "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
226778
|
-
version: "3.
|
|
227134
|
+
version: "3.893.0",
|
|
226779
227135
|
scripts: {
|
|
226780
227136
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
226781
227137
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
|
|
@@ -226794,43 +227150,43 @@ var require_package10 = __commonJS({
|
|
|
226794
227150
|
dependencies: {
|
|
226795
227151
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
226796
227152
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
226797
|
-
"@aws-sdk/core": "3.
|
|
226798
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
226799
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
226800
|
-
"@aws-sdk/middleware-logger": "3.
|
|
226801
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
226802
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
226803
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
226804
|
-
"@aws-sdk/types": "3.
|
|
226805
|
-
"@aws-sdk/util-endpoints": "3.
|
|
226806
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
226807
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
226808
|
-
"@smithy/config-resolver": "^4.
|
|
226809
|
-
"@smithy/core": "^3.
|
|
226810
|
-
"@smithy/fetch-http-handler": "^5.
|
|
226811
|
-
"@smithy/hash-node": "^4.
|
|
226812
|
-
"@smithy/invalid-dependency": "^4.
|
|
226813
|
-
"@smithy/middleware-content-length": "^4.
|
|
226814
|
-
"@smithy/middleware-endpoint": "^4.
|
|
226815
|
-
"@smithy/middleware-retry": "^4.
|
|
226816
|
-
"@smithy/middleware-serde": "^4.
|
|
226817
|
-
"@smithy/middleware-stack": "^4.
|
|
226818
|
-
"@smithy/node-config-provider": "^4.
|
|
226819
|
-
"@smithy/node-http-handler": "^4.
|
|
226820
|
-
"@smithy/protocol-http": "^5.1
|
|
226821
|
-
"@smithy/smithy-client": "^4.
|
|
226822
|
-
"@smithy/types": "^4.
|
|
226823
|
-
"@smithy/url-parser": "^4.
|
|
226824
|
-
"@smithy/util-base64": "^4.
|
|
226825
|
-
"@smithy/util-body-length-browser": "^4.
|
|
226826
|
-
"@smithy/util-body-length-node": "^4.
|
|
226827
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
226828
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
226829
|
-
"@smithy/util-endpoints": "^3.
|
|
226830
|
-
"@smithy/util-middleware": "^4.
|
|
226831
|
-
"@smithy/util-retry": "^4.
|
|
226832
|
-
"@smithy/util-utf8": "^4.
|
|
226833
|
-
"@smithy/util-waiter": "^4.
|
|
227153
|
+
"@aws-sdk/core": "3.893.0",
|
|
227154
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
227155
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
227156
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
227157
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
227158
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
227159
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
227160
|
+
"@aws-sdk/types": "3.893.0",
|
|
227161
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
227162
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
227163
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
227164
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
227165
|
+
"@smithy/core": "^3.11.1",
|
|
227166
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
227167
|
+
"@smithy/hash-node": "^4.1.1",
|
|
227168
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
227169
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
227170
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
227171
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
227172
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
227173
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
227174
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
227175
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
227176
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
227177
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
227178
|
+
"@smithy/types": "^4.5.0",
|
|
227179
|
+
"@smithy/url-parser": "^4.1.1",
|
|
227180
|
+
"@smithy/util-base64": "^4.1.0",
|
|
227181
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
227182
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
227183
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
227184
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
227185
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
227186
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
227187
|
+
"@smithy/util-retry": "^4.1.2",
|
|
227188
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
227189
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
226834
227190
|
tslib: "^2.6.2"
|
|
226835
227191
|
},
|
|
226836
227192
|
devDependencies: {
|
|
@@ -235725,7 +236081,7 @@ var require_package11 = __commonJS({
|
|
|
235725
236081
|
module2.exports = {
|
|
235726
236082
|
name: "@aws-sdk/client-iam",
|
|
235727
236083
|
description: "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
235728
|
-
version: "3.
|
|
236084
|
+
version: "3.893.0",
|
|
235729
236085
|
scripts: {
|
|
235730
236086
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
235731
236087
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -235744,43 +236100,43 @@ var require_package11 = __commonJS({
|
|
|
235744
236100
|
dependencies: {
|
|
235745
236101
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
235746
236102
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
235747
|
-
"@aws-sdk/core": "3.
|
|
235748
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
235749
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
235750
|
-
"@aws-sdk/middleware-logger": "3.
|
|
235751
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
235752
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
235753
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
235754
|
-
"@aws-sdk/types": "3.
|
|
235755
|
-
"@aws-sdk/util-endpoints": "3.
|
|
235756
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
235757
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
235758
|
-
"@smithy/config-resolver": "^4.
|
|
235759
|
-
"@smithy/core": "^3.
|
|
235760
|
-
"@smithy/fetch-http-handler": "^5.
|
|
235761
|
-
"@smithy/hash-node": "^4.
|
|
235762
|
-
"@smithy/invalid-dependency": "^4.
|
|
235763
|
-
"@smithy/middleware-content-length": "^4.
|
|
235764
|
-
"@smithy/middleware-endpoint": "^4.
|
|
235765
|
-
"@smithy/middleware-retry": "^4.
|
|
235766
|
-
"@smithy/middleware-serde": "^4.
|
|
235767
|
-
"@smithy/middleware-stack": "^4.
|
|
235768
|
-
"@smithy/node-config-provider": "^4.
|
|
235769
|
-
"@smithy/node-http-handler": "^4.
|
|
235770
|
-
"@smithy/protocol-http": "^5.1
|
|
235771
|
-
"@smithy/smithy-client": "^4.
|
|
235772
|
-
"@smithy/types": "^4.
|
|
235773
|
-
"@smithy/url-parser": "^4.
|
|
235774
|
-
"@smithy/util-base64": "^4.
|
|
235775
|
-
"@smithy/util-body-length-browser": "^4.
|
|
235776
|
-
"@smithy/util-body-length-node": "^4.
|
|
235777
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
235778
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
235779
|
-
"@smithy/util-endpoints": "^3.
|
|
235780
|
-
"@smithy/util-middleware": "^4.
|
|
235781
|
-
"@smithy/util-retry": "^4.
|
|
235782
|
-
"@smithy/util-utf8": "^4.
|
|
235783
|
-
"@smithy/util-waiter": "^4.
|
|
236103
|
+
"@aws-sdk/core": "3.893.0",
|
|
236104
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
236105
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
236106
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
236107
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
236108
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
236109
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
236110
|
+
"@aws-sdk/types": "3.893.0",
|
|
236111
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
236112
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
236113
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
236114
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
236115
|
+
"@smithy/core": "^3.11.1",
|
|
236116
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
236117
|
+
"@smithy/hash-node": "^4.1.1",
|
|
236118
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
236119
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
236120
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
236121
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
236122
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
236123
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
236124
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
236125
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
236126
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
236127
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
236128
|
+
"@smithy/types": "^4.5.0",
|
|
236129
|
+
"@smithy/url-parser": "^4.1.1",
|
|
236130
|
+
"@smithy/util-base64": "^4.1.0",
|
|
236131
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
236132
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
236133
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
236134
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
236135
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
236136
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
236137
|
+
"@smithy/util-retry": "^4.1.2",
|
|
236138
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
236139
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
235784
236140
|
tslib: "^2.6.2"
|
|
235785
236141
|
},
|
|
235786
236142
|
devDependencies: {
|
|
@@ -249165,7 +249521,7 @@ var require_package12 = __commonJS({
|
|
|
249165
249521
|
module2.exports = {
|
|
249166
249522
|
name: "@aws-sdk/client-kms",
|
|
249167
249523
|
description: "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
|
|
249168
|
-
version: "3.
|
|
249524
|
+
version: "3.893.0",
|
|
249169
249525
|
scripts: {
|
|
249170
249526
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
249171
249527
|
"build:cjs": "node ../../scripts/compilation/inline client-kms",
|
|
@@ -249184,42 +249540,42 @@ var require_package12 = __commonJS({
|
|
|
249184
249540
|
dependencies: {
|
|
249185
249541
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
249186
249542
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
249187
|
-
"@aws-sdk/core": "3.
|
|
249188
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
249189
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
249190
|
-
"@aws-sdk/middleware-logger": "3.
|
|
249191
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
249192
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
249193
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
249194
|
-
"@aws-sdk/types": "3.
|
|
249195
|
-
"@aws-sdk/util-endpoints": "3.
|
|
249196
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
249197
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
249198
|
-
"@smithy/config-resolver": "^4.
|
|
249199
|
-
"@smithy/core": "^3.
|
|
249200
|
-
"@smithy/fetch-http-handler": "^5.
|
|
249201
|
-
"@smithy/hash-node": "^4.
|
|
249202
|
-
"@smithy/invalid-dependency": "^4.
|
|
249203
|
-
"@smithy/middleware-content-length": "^4.
|
|
249204
|
-
"@smithy/middleware-endpoint": "^4.
|
|
249205
|
-
"@smithy/middleware-retry": "^4.
|
|
249206
|
-
"@smithy/middleware-serde": "^4.
|
|
249207
|
-
"@smithy/middleware-stack": "^4.
|
|
249208
|
-
"@smithy/node-config-provider": "^4.
|
|
249209
|
-
"@smithy/node-http-handler": "^4.
|
|
249210
|
-
"@smithy/protocol-http": "^5.1
|
|
249211
|
-
"@smithy/smithy-client": "^4.
|
|
249212
|
-
"@smithy/types": "^4.
|
|
249213
|
-
"@smithy/url-parser": "^4.
|
|
249214
|
-
"@smithy/util-base64": "^4.
|
|
249215
|
-
"@smithy/util-body-length-browser": "^4.
|
|
249216
|
-
"@smithy/util-body-length-node": "^4.
|
|
249217
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
249218
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
249219
|
-
"@smithy/util-endpoints": "^3.
|
|
249220
|
-
"@smithy/util-middleware": "^4.
|
|
249221
|
-
"@smithy/util-retry": "^4.
|
|
249222
|
-
"@smithy/util-utf8": "^4.
|
|
249543
|
+
"@aws-sdk/core": "3.893.0",
|
|
249544
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
249545
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
249546
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
249547
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
249548
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
249549
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
249550
|
+
"@aws-sdk/types": "3.893.0",
|
|
249551
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
249552
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
249553
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
249554
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
249555
|
+
"@smithy/core": "^3.11.1",
|
|
249556
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
249557
|
+
"@smithy/hash-node": "^4.1.1",
|
|
249558
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
249559
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
249560
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
249561
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
249562
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
249563
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
249564
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
249565
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
249566
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
249567
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
249568
|
+
"@smithy/types": "^4.5.0",
|
|
249569
|
+
"@smithy/url-parser": "^4.1.1",
|
|
249570
|
+
"@smithy/util-base64": "^4.1.0",
|
|
249571
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
249572
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
249573
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
249574
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
249575
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
249576
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
249577
|
+
"@smithy/util-retry": "^4.1.2",
|
|
249578
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
249223
249579
|
tslib: "^2.6.2"
|
|
249224
249580
|
},
|
|
249225
249581
|
devDependencies: {
|
|
@@ -253866,7 +254222,7 @@ var require_package13 = __commonJS({
|
|
|
253866
254222
|
module2.exports = {
|
|
253867
254223
|
name: "@aws-sdk/client-lambda",
|
|
253868
254224
|
description: "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
253869
|
-
version: "3.
|
|
254225
|
+
version: "3.893.0",
|
|
253870
254226
|
scripts: {
|
|
253871
254227
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
253872
254228
|
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
|
|
@@ -253885,47 +254241,47 @@ var require_package13 = __commonJS({
|
|
|
253885
254241
|
dependencies: {
|
|
253886
254242
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
253887
254243
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
253888
|
-
"@aws-sdk/core": "3.
|
|
253889
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
253890
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
253891
|
-
"@aws-sdk/middleware-logger": "3.
|
|
253892
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
253893
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
253894
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
253895
|
-
"@aws-sdk/types": "3.
|
|
253896
|
-
"@aws-sdk/util-endpoints": "3.
|
|
253897
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
253898
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
253899
|
-
"@smithy/config-resolver": "^4.
|
|
253900
|
-
"@smithy/core": "^3.
|
|
253901
|
-
"@smithy/eventstream-serde-browser": "^4.
|
|
253902
|
-
"@smithy/eventstream-serde-config-resolver": "^4.1
|
|
253903
|
-
"@smithy/eventstream-serde-node": "^4.
|
|
253904
|
-
"@smithy/fetch-http-handler": "^5.
|
|
253905
|
-
"@smithy/hash-node": "^4.
|
|
253906
|
-
"@smithy/invalid-dependency": "^4.
|
|
253907
|
-
"@smithy/middleware-content-length": "^4.
|
|
253908
|
-
"@smithy/middleware-endpoint": "^4.
|
|
253909
|
-
"@smithy/middleware-retry": "^4.
|
|
253910
|
-
"@smithy/middleware-serde": "^4.
|
|
253911
|
-
"@smithy/middleware-stack": "^4.
|
|
253912
|
-
"@smithy/node-config-provider": "^4.
|
|
253913
|
-
"@smithy/node-http-handler": "^4.
|
|
253914
|
-
"@smithy/protocol-http": "^5.1
|
|
253915
|
-
"@smithy/smithy-client": "^4.
|
|
253916
|
-
"@smithy/types": "^4.
|
|
253917
|
-
"@smithy/url-parser": "^4.
|
|
253918
|
-
"@smithy/util-base64": "^4.
|
|
253919
|
-
"@smithy/util-body-length-browser": "^4.
|
|
253920
|
-
"@smithy/util-body-length-node": "^4.
|
|
253921
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
253922
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
253923
|
-
"@smithy/util-endpoints": "^3.
|
|
253924
|
-
"@smithy/util-middleware": "^4.
|
|
253925
|
-
"@smithy/util-retry": "^4.
|
|
253926
|
-
"@smithy/util-stream": "^4.2
|
|
253927
|
-
"@smithy/util-utf8": "^4.
|
|
253928
|
-
"@smithy/util-waiter": "^4.
|
|
254244
|
+
"@aws-sdk/core": "3.893.0",
|
|
254245
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
254246
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
254247
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
254248
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
254249
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
254250
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
254251
|
+
"@aws-sdk/types": "3.893.0",
|
|
254252
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
254253
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
254254
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
254255
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
254256
|
+
"@smithy/core": "^3.11.1",
|
|
254257
|
+
"@smithy/eventstream-serde-browser": "^4.1.1",
|
|
254258
|
+
"@smithy/eventstream-serde-config-resolver": "^4.2.1",
|
|
254259
|
+
"@smithy/eventstream-serde-node": "^4.1.1",
|
|
254260
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
254261
|
+
"@smithy/hash-node": "^4.1.1",
|
|
254262
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
254263
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
254264
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
254265
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
254266
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
254267
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
254268
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
254269
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
254270
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
254271
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
254272
|
+
"@smithy/types": "^4.5.0",
|
|
254273
|
+
"@smithy/url-parser": "^4.1.1",
|
|
254274
|
+
"@smithy/util-base64": "^4.1.0",
|
|
254275
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
254276
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
254277
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
254278
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
254279
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
254280
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
254281
|
+
"@smithy/util-retry": "^4.1.2",
|
|
254282
|
+
"@smithy/util-stream": "^4.3.2",
|
|
254283
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
254284
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
253929
254285
|
tslib: "^2.6.2"
|
|
253930
254286
|
},
|
|
253931
254287
|
devDependencies: {
|
|
@@ -260316,7 +260672,7 @@ var require_package14 = __commonJS({
|
|
|
260316
260672
|
module2.exports = {
|
|
260317
260673
|
name: "@aws-sdk/client-route-53",
|
|
260318
260674
|
description: "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
260319
|
-
version: "3.
|
|
260675
|
+
version: "3.893.0",
|
|
260320
260676
|
scripts: {
|
|
260321
260677
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
260322
260678
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
@@ -260335,45 +260691,45 @@ var require_package14 = __commonJS({
|
|
|
260335
260691
|
dependencies: {
|
|
260336
260692
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
260337
260693
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
260338
|
-
"@aws-sdk/core": "3.
|
|
260339
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
260340
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
260341
|
-
"@aws-sdk/middleware-logger": "3.
|
|
260342
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
260343
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
260344
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
260345
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
260346
|
-
"@aws-sdk/types": "3.
|
|
260347
|
-
"@aws-sdk/util-endpoints": "3.
|
|
260348
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
260349
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
260350
|
-
"@aws-sdk/xml-builder": "3.
|
|
260351
|
-
"@smithy/config-resolver": "^4.
|
|
260352
|
-
"@smithy/core": "^3.
|
|
260353
|
-
"@smithy/fetch-http-handler": "^5.
|
|
260354
|
-
"@smithy/hash-node": "^4.
|
|
260355
|
-
"@smithy/invalid-dependency": "^4.
|
|
260356
|
-
"@smithy/middleware-content-length": "^4.
|
|
260357
|
-
"@smithy/middleware-endpoint": "^4.
|
|
260358
|
-
"@smithy/middleware-retry": "^4.
|
|
260359
|
-
"@smithy/middleware-serde": "^4.
|
|
260360
|
-
"@smithy/middleware-stack": "^4.
|
|
260361
|
-
"@smithy/node-config-provider": "^4.
|
|
260362
|
-
"@smithy/node-http-handler": "^4.
|
|
260363
|
-
"@smithy/protocol-http": "^5.1
|
|
260364
|
-
"@smithy/smithy-client": "^4.
|
|
260365
|
-
"@smithy/types": "^4.
|
|
260366
|
-
"@smithy/url-parser": "^4.
|
|
260367
|
-
"@smithy/util-base64": "^4.
|
|
260368
|
-
"@smithy/util-body-length-browser": "^4.
|
|
260369
|
-
"@smithy/util-body-length-node": "^4.
|
|
260370
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
260371
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
260372
|
-
"@smithy/util-endpoints": "^3.
|
|
260373
|
-
"@smithy/util-middleware": "^4.
|
|
260374
|
-
"@smithy/util-retry": "^4.
|
|
260375
|
-
"@smithy/util-utf8": "^4.
|
|
260376
|
-
"@smithy/util-waiter": "^4.
|
|
260694
|
+
"@aws-sdk/core": "3.893.0",
|
|
260695
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
260696
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
260697
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
260698
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
260699
|
+
"@aws-sdk/middleware-sdk-route53": "3.893.0",
|
|
260700
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
260701
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
260702
|
+
"@aws-sdk/types": "3.893.0",
|
|
260703
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
260704
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
260705
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
260706
|
+
"@aws-sdk/xml-builder": "3.893.0",
|
|
260707
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
260708
|
+
"@smithy/core": "^3.11.1",
|
|
260709
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
260710
|
+
"@smithy/hash-node": "^4.1.1",
|
|
260711
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
260712
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
260713
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
260714
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
260715
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
260716
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
260717
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
260718
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
260719
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
260720
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
260721
|
+
"@smithy/types": "^4.5.0",
|
|
260722
|
+
"@smithy/url-parser": "^4.1.1",
|
|
260723
|
+
"@smithy/util-base64": "^4.1.0",
|
|
260724
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
260725
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
260726
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
260727
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
260728
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
260729
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
260730
|
+
"@smithy/util-retry": "^4.1.2",
|
|
260731
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
260732
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
260377
260733
|
tslib: "^2.6.2"
|
|
260378
260734
|
},
|
|
260379
260735
|
devDependencies: {
|
|
@@ -270581,7 +270937,7 @@ var require_package15 = __commonJS({
|
|
|
270581
270937
|
module2.exports = {
|
|
270582
270938
|
name: "@aws-sdk/client-s3",
|
|
270583
270939
|
description: "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
270584
|
-
version: "3.
|
|
270940
|
+
version: "3.893.0",
|
|
270585
270941
|
scripts: {
|
|
270586
270942
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
270587
270943
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -270609,64 +270965,64 @@ var require_package15 = __commonJS({
|
|
|
270609
270965
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
270610
270966
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
270611
270967
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
270612
|
-
"@aws-sdk/core": "3.
|
|
270613
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
270614
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
270615
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
270616
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
270617
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
270618
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
270619
|
-
"@aws-sdk/middleware-logger": "3.
|
|
270620
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
270621
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
270622
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
270623
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
270624
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
270625
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
270626
|
-
"@aws-sdk/types": "3.
|
|
270627
|
-
"@aws-sdk/util-endpoints": "3.
|
|
270628
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
270629
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
270630
|
-
"@aws-sdk/xml-builder": "3.
|
|
270631
|
-
"@smithy/config-resolver": "^4.
|
|
270632
|
-
"@smithy/core": "^3.
|
|
270633
|
-
"@smithy/eventstream-serde-browser": "^4.
|
|
270634
|
-
"@smithy/eventstream-serde-config-resolver": "^4.1
|
|
270635
|
-
"@smithy/eventstream-serde-node": "^4.
|
|
270636
|
-
"@smithy/fetch-http-handler": "^5.
|
|
270637
|
-
"@smithy/hash-blob-browser": "^4.
|
|
270638
|
-
"@smithy/hash-node": "^4.
|
|
270639
|
-
"@smithy/hash-stream-node": "^4.
|
|
270640
|
-
"@smithy/invalid-dependency": "^4.
|
|
270641
|
-
"@smithy/md5-js": "^4.
|
|
270642
|
-
"@smithy/middleware-content-length": "^4.
|
|
270643
|
-
"@smithy/middleware-endpoint": "^4.
|
|
270644
|
-
"@smithy/middleware-retry": "^4.
|
|
270645
|
-
"@smithy/middleware-serde": "^4.
|
|
270646
|
-
"@smithy/middleware-stack": "^4.
|
|
270647
|
-
"@smithy/node-config-provider": "^4.
|
|
270648
|
-
"@smithy/node-http-handler": "^4.
|
|
270649
|
-
"@smithy/protocol-http": "^5.1
|
|
270650
|
-
"@smithy/smithy-client": "^4.
|
|
270651
|
-
"@smithy/types": "^4.
|
|
270652
|
-
"@smithy/url-parser": "^4.
|
|
270653
|
-
"@smithy/util-base64": "^4.
|
|
270654
|
-
"@smithy/util-body-length-browser": "^4.
|
|
270655
|
-
"@smithy/util-body-length-node": "^4.
|
|
270656
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
270657
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
270658
|
-
"@smithy/util-endpoints": "^3.
|
|
270659
|
-
"@smithy/util-middleware": "^4.
|
|
270660
|
-
"@smithy/util-retry": "^4.
|
|
270661
|
-
"@smithy/util-stream": "^4.2
|
|
270662
|
-
"@smithy/util-utf8": "^4.
|
|
270663
|
-
"@smithy/util-waiter": "^4.
|
|
270968
|
+
"@aws-sdk/core": "3.893.0",
|
|
270969
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
270970
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.893.0",
|
|
270971
|
+
"@aws-sdk/middleware-expect-continue": "3.893.0",
|
|
270972
|
+
"@aws-sdk/middleware-flexible-checksums": "3.893.0",
|
|
270973
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
270974
|
+
"@aws-sdk/middleware-location-constraint": "3.893.0",
|
|
270975
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
270976
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
270977
|
+
"@aws-sdk/middleware-sdk-s3": "3.893.0",
|
|
270978
|
+
"@aws-sdk/middleware-ssec": "3.893.0",
|
|
270979
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
270980
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
270981
|
+
"@aws-sdk/signature-v4-multi-region": "3.893.0",
|
|
270982
|
+
"@aws-sdk/types": "3.893.0",
|
|
270983
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
270984
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
270985
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
270986
|
+
"@aws-sdk/xml-builder": "3.893.0",
|
|
270987
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
270988
|
+
"@smithy/core": "^3.11.1",
|
|
270989
|
+
"@smithy/eventstream-serde-browser": "^4.1.1",
|
|
270990
|
+
"@smithy/eventstream-serde-config-resolver": "^4.2.1",
|
|
270991
|
+
"@smithy/eventstream-serde-node": "^4.1.1",
|
|
270992
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
270993
|
+
"@smithy/hash-blob-browser": "^4.1.1",
|
|
270994
|
+
"@smithy/hash-node": "^4.1.1",
|
|
270995
|
+
"@smithy/hash-stream-node": "^4.1.1",
|
|
270996
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
270997
|
+
"@smithy/md5-js": "^4.1.1",
|
|
270998
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
270999
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
271000
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
271001
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
271002
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
271003
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
271004
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
271005
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
271006
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
271007
|
+
"@smithy/types": "^4.5.0",
|
|
271008
|
+
"@smithy/url-parser": "^4.1.1",
|
|
271009
|
+
"@smithy/util-base64": "^4.1.0",
|
|
271010
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
271011
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
271012
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
271013
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
271014
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
271015
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
271016
|
+
"@smithy/util-retry": "^4.1.2",
|
|
271017
|
+
"@smithy/util-stream": "^4.3.2",
|
|
271018
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
271019
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
270664
271020
|
"@types/uuid": "^9.0.1",
|
|
270665
271021
|
tslib: "^2.6.2",
|
|
270666
271022
|
uuid: "^9.0.1"
|
|
270667
271023
|
},
|
|
270668
271024
|
devDependencies: {
|
|
270669
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
271025
|
+
"@aws-sdk/signature-v4-crt": "3.893.0",
|
|
270670
271026
|
"@tsconfig/node18": "18.2.4",
|
|
270671
271027
|
"@types/node": "^18.19.69",
|
|
270672
271028
|
concurrently: "7.0.0",
|
|
@@ -283103,7 +283459,7 @@ var require_package16 = __commonJS({
|
|
|
283103
283459
|
module2.exports = {
|
|
283104
283460
|
name: "@aws-sdk/client-secrets-manager",
|
|
283105
283461
|
description: "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
283106
|
-
version: "3.
|
|
283462
|
+
version: "3.893.0",
|
|
283107
283463
|
scripts: {
|
|
283108
283464
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
283109
283465
|
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
|
|
@@ -283122,42 +283478,42 @@ var require_package16 = __commonJS({
|
|
|
283122
283478
|
dependencies: {
|
|
283123
283479
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
283124
283480
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
283125
|
-
"@aws-sdk/core": "3.
|
|
283126
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
283127
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
283128
|
-
"@aws-sdk/middleware-logger": "3.
|
|
283129
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
283130
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
283131
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
283132
|
-
"@aws-sdk/types": "3.
|
|
283133
|
-
"@aws-sdk/util-endpoints": "3.
|
|
283134
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
283135
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
283136
|
-
"@smithy/config-resolver": "^4.
|
|
283137
|
-
"@smithy/core": "^3.
|
|
283138
|
-
"@smithy/fetch-http-handler": "^5.
|
|
283139
|
-
"@smithy/hash-node": "^4.
|
|
283140
|
-
"@smithy/invalid-dependency": "^4.
|
|
283141
|
-
"@smithy/middleware-content-length": "^4.
|
|
283142
|
-
"@smithy/middleware-endpoint": "^4.
|
|
283143
|
-
"@smithy/middleware-retry": "^4.
|
|
283144
|
-
"@smithy/middleware-serde": "^4.
|
|
283145
|
-
"@smithy/middleware-stack": "^4.
|
|
283146
|
-
"@smithy/node-config-provider": "^4.
|
|
283147
|
-
"@smithy/node-http-handler": "^4.
|
|
283148
|
-
"@smithy/protocol-http": "^5.1
|
|
283149
|
-
"@smithy/smithy-client": "^4.
|
|
283150
|
-
"@smithy/types": "^4.
|
|
283151
|
-
"@smithy/url-parser": "^4.
|
|
283152
|
-
"@smithy/util-base64": "^4.
|
|
283153
|
-
"@smithy/util-body-length-browser": "^4.
|
|
283154
|
-
"@smithy/util-body-length-node": "^4.
|
|
283155
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
283156
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
283157
|
-
"@smithy/util-endpoints": "^3.
|
|
283158
|
-
"@smithy/util-middleware": "^4.
|
|
283159
|
-
"@smithy/util-retry": "^4.
|
|
283160
|
-
"@smithy/util-utf8": "^4.
|
|
283481
|
+
"@aws-sdk/core": "3.893.0",
|
|
283482
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
283483
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
283484
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
283485
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
283486
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
283487
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
283488
|
+
"@aws-sdk/types": "3.893.0",
|
|
283489
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
283490
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
283491
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
283492
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
283493
|
+
"@smithy/core": "^3.11.1",
|
|
283494
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
283495
|
+
"@smithy/hash-node": "^4.1.1",
|
|
283496
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
283497
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
283498
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
283499
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
283500
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
283501
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
283502
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
283503
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
283504
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
283505
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
283506
|
+
"@smithy/types": "^4.5.0",
|
|
283507
|
+
"@smithy/url-parser": "^4.1.1",
|
|
283508
|
+
"@smithy/util-base64": "^4.1.0",
|
|
283509
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
283510
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
283511
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
283512
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
283513
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
283514
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
283515
|
+
"@smithy/util-retry": "^4.1.2",
|
|
283516
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
283161
283517
|
"@types/uuid": "^9.0.1",
|
|
283162
283518
|
tslib: "^2.6.2",
|
|
283163
283519
|
uuid: "^9.0.1"
|
|
@@ -285140,7 +285496,7 @@ var require_package17 = __commonJS({
|
|
|
285140
285496
|
module2.exports = {
|
|
285141
285497
|
name: "@aws-sdk/client-sfn",
|
|
285142
285498
|
description: "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
285143
|
-
version: "3.
|
|
285499
|
+
version: "3.893.0",
|
|
285144
285500
|
scripts: {
|
|
285145
285501
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
285146
285502
|
"build:cjs": "node ../../scripts/compilation/inline client-sfn",
|
|
@@ -285159,42 +285515,42 @@ var require_package17 = __commonJS({
|
|
|
285159
285515
|
dependencies: {
|
|
285160
285516
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
285161
285517
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
285162
|
-
"@aws-sdk/core": "3.
|
|
285163
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
285164
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
285165
|
-
"@aws-sdk/middleware-logger": "3.
|
|
285166
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
285167
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
285168
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
285169
|
-
"@aws-sdk/types": "3.
|
|
285170
|
-
"@aws-sdk/util-endpoints": "3.
|
|
285171
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
285172
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
285173
|
-
"@smithy/config-resolver": "^4.
|
|
285174
|
-
"@smithy/core": "^3.
|
|
285175
|
-
"@smithy/fetch-http-handler": "^5.
|
|
285176
|
-
"@smithy/hash-node": "^4.
|
|
285177
|
-
"@smithy/invalid-dependency": "^4.
|
|
285178
|
-
"@smithy/middleware-content-length": "^4.
|
|
285179
|
-
"@smithy/middleware-endpoint": "^4.
|
|
285180
|
-
"@smithy/middleware-retry": "^4.
|
|
285181
|
-
"@smithy/middleware-serde": "^4.
|
|
285182
|
-
"@smithy/middleware-stack": "^4.
|
|
285183
|
-
"@smithy/node-config-provider": "^4.
|
|
285184
|
-
"@smithy/node-http-handler": "^4.
|
|
285185
|
-
"@smithy/protocol-http": "^5.1
|
|
285186
|
-
"@smithy/smithy-client": "^4.
|
|
285187
|
-
"@smithy/types": "^4.
|
|
285188
|
-
"@smithy/url-parser": "^4.
|
|
285189
|
-
"@smithy/util-base64": "^4.
|
|
285190
|
-
"@smithy/util-body-length-browser": "^4.
|
|
285191
|
-
"@smithy/util-body-length-node": "^4.
|
|
285192
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
285193
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
285194
|
-
"@smithy/util-endpoints": "^3.
|
|
285195
|
-
"@smithy/util-middleware": "^4.
|
|
285196
|
-
"@smithy/util-retry": "^4.
|
|
285197
|
-
"@smithy/util-utf8": "^4.
|
|
285518
|
+
"@aws-sdk/core": "3.893.0",
|
|
285519
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
285520
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
285521
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
285522
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
285523
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
285524
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
285525
|
+
"@aws-sdk/types": "3.893.0",
|
|
285526
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
285527
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
285528
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
285529
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
285530
|
+
"@smithy/core": "^3.11.1",
|
|
285531
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
285532
|
+
"@smithy/hash-node": "^4.1.1",
|
|
285533
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
285534
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
285535
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
285536
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
285537
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
285538
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
285539
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
285540
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
285541
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
285542
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
285543
|
+
"@smithy/types": "^4.5.0",
|
|
285544
|
+
"@smithy/url-parser": "^4.1.1",
|
|
285545
|
+
"@smithy/util-base64": "^4.1.0",
|
|
285546
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
285547
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
285548
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
285549
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
285550
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
285551
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
285552
|
+
"@smithy/util-retry": "^4.1.2",
|
|
285553
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
285198
285554
|
"@types/uuid": "^9.0.1",
|
|
285199
285555
|
tslib: "^2.6.2",
|
|
285200
285556
|
uuid: "^9.0.1"
|
|
@@ -289037,7 +289393,7 @@ var require_package18 = __commonJS({
|
|
|
289037
289393
|
module2.exports = {
|
|
289038
289394
|
name: "@aws-sdk/client-ssm",
|
|
289039
289395
|
description: "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
|
|
289040
|
-
version: "3.
|
|
289396
|
+
version: "3.893.0",
|
|
289041
289397
|
scripts: {
|
|
289042
289398
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
289043
289399
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -289056,43 +289412,43 @@ var require_package18 = __commonJS({
|
|
|
289056
289412
|
dependencies: {
|
|
289057
289413
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
289058
289414
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
289059
|
-
"@aws-sdk/core": "3.
|
|
289060
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
289061
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
289062
|
-
"@aws-sdk/middleware-logger": "3.
|
|
289063
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
289064
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
289065
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
289066
|
-
"@aws-sdk/types": "3.
|
|
289067
|
-
"@aws-sdk/util-endpoints": "3.
|
|
289068
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
289069
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
289070
|
-
"@smithy/config-resolver": "^4.
|
|
289071
|
-
"@smithy/core": "^3.
|
|
289072
|
-
"@smithy/fetch-http-handler": "^5.
|
|
289073
|
-
"@smithy/hash-node": "^4.
|
|
289074
|
-
"@smithy/invalid-dependency": "^4.
|
|
289075
|
-
"@smithy/middleware-content-length": "^4.
|
|
289076
|
-
"@smithy/middleware-endpoint": "^4.
|
|
289077
|
-
"@smithy/middleware-retry": "^4.
|
|
289078
|
-
"@smithy/middleware-serde": "^4.
|
|
289079
|
-
"@smithy/middleware-stack": "^4.
|
|
289080
|
-
"@smithy/node-config-provider": "^4.
|
|
289081
|
-
"@smithy/node-http-handler": "^4.
|
|
289082
|
-
"@smithy/protocol-http": "^5.1
|
|
289083
|
-
"@smithy/smithy-client": "^4.
|
|
289084
|
-
"@smithy/types": "^4.
|
|
289085
|
-
"@smithy/url-parser": "^4.
|
|
289086
|
-
"@smithy/util-base64": "^4.
|
|
289087
|
-
"@smithy/util-body-length-browser": "^4.
|
|
289088
|
-
"@smithy/util-body-length-node": "^4.
|
|
289089
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
289090
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
289091
|
-
"@smithy/util-endpoints": "^3.
|
|
289092
|
-
"@smithy/util-middleware": "^4.
|
|
289093
|
-
"@smithy/util-retry": "^4.
|
|
289094
|
-
"@smithy/util-utf8": "^4.
|
|
289095
|
-
"@smithy/util-waiter": "^4.
|
|
289415
|
+
"@aws-sdk/core": "3.893.0",
|
|
289416
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
289417
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
289418
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
289419
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
289420
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
289421
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
289422
|
+
"@aws-sdk/types": "3.893.0",
|
|
289423
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
289424
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
289425
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
289426
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
289427
|
+
"@smithy/core": "^3.11.1",
|
|
289428
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
289429
|
+
"@smithy/hash-node": "^4.1.1",
|
|
289430
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
289431
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
289432
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
289433
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
289434
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
289435
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
289436
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
289437
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
289438
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
289439
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
289440
|
+
"@smithy/types": "^4.5.0",
|
|
289441
|
+
"@smithy/url-parser": "^4.1.1",
|
|
289442
|
+
"@smithy/util-base64": "^4.1.0",
|
|
289443
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
289444
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
289445
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
289446
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
289447
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
289448
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
289449
|
+
"@smithy/util-retry": "^4.1.2",
|
|
289450
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
289451
|
+
"@smithy/util-waiter": "^4.1.1",
|
|
289096
289452
|
"@types/uuid": "^9.0.1",
|
|
289097
289453
|
tslib: "^2.6.2",
|
|
289098
289454
|
uuid: "^9.0.1"
|
|
@@ -302763,7 +303119,7 @@ var require_package19 = __commonJS({
|
|
|
302763
303119
|
module2.exports = {
|
|
302764
303120
|
name: "@aws-sdk/client-sts",
|
|
302765
303121
|
description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
302766
|
-
version: "3.
|
|
303122
|
+
version: "3.893.0",
|
|
302767
303123
|
scripts: {
|
|
302768
303124
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
302769
303125
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -302784,42 +303140,42 @@ var require_package19 = __commonJS({
|
|
|
302784
303140
|
dependencies: {
|
|
302785
303141
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
302786
303142
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
302787
|
-
"@aws-sdk/core": "3.
|
|
302788
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
302789
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
302790
|
-
"@aws-sdk/middleware-logger": "3.
|
|
302791
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
302792
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
302793
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
302794
|
-
"@aws-sdk/types": "3.
|
|
302795
|
-
"@aws-sdk/util-endpoints": "3.
|
|
302796
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
302797
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
302798
|
-
"@smithy/config-resolver": "^4.
|
|
302799
|
-
"@smithy/core": "^3.
|
|
302800
|
-
"@smithy/fetch-http-handler": "^5.
|
|
302801
|
-
"@smithy/hash-node": "^4.
|
|
302802
|
-
"@smithy/invalid-dependency": "^4.
|
|
302803
|
-
"@smithy/middleware-content-length": "^4.
|
|
302804
|
-
"@smithy/middleware-endpoint": "^4.
|
|
302805
|
-
"@smithy/middleware-retry": "^4.
|
|
302806
|
-
"@smithy/middleware-serde": "^4.
|
|
302807
|
-
"@smithy/middleware-stack": "^4.
|
|
302808
|
-
"@smithy/node-config-provider": "^4.
|
|
302809
|
-
"@smithy/node-http-handler": "^4.
|
|
302810
|
-
"@smithy/protocol-http": "^5.1
|
|
302811
|
-
"@smithy/smithy-client": "^4.
|
|
302812
|
-
"@smithy/types": "^4.
|
|
302813
|
-
"@smithy/url-parser": "^4.
|
|
302814
|
-
"@smithy/util-base64": "^4.
|
|
302815
|
-
"@smithy/util-body-length-browser": "^4.
|
|
302816
|
-
"@smithy/util-body-length-node": "^4.
|
|
302817
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
302818
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
302819
|
-
"@smithy/util-endpoints": "^3.
|
|
302820
|
-
"@smithy/util-middleware": "^4.
|
|
302821
|
-
"@smithy/util-retry": "^4.
|
|
302822
|
-
"@smithy/util-utf8": "^4.
|
|
303143
|
+
"@aws-sdk/core": "3.893.0",
|
|
303144
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
303145
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
303146
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
303147
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
303148
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
303149
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
303150
|
+
"@aws-sdk/types": "3.893.0",
|
|
303151
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
303152
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
303153
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
303154
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
303155
|
+
"@smithy/core": "^3.11.1",
|
|
303156
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
303157
|
+
"@smithy/hash-node": "^4.1.1",
|
|
303158
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
303159
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
303160
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
303161
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
303162
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
303163
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
303164
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
303165
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
303166
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
303167
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
303168
|
+
"@smithy/types": "^4.5.0",
|
|
303169
|
+
"@smithy/url-parser": "^4.1.1",
|
|
303170
|
+
"@smithy/util-base64": "^4.1.0",
|
|
303171
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
303172
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
303173
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
303174
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
303175
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
303176
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
303177
|
+
"@smithy/util-retry": "^4.1.2",
|
|
303178
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
302823
303179
|
tslib: "^2.6.2"
|
|
302824
303180
|
},
|
|
302825
303181
|
devDependencies: {
|
|
@@ -306050,7 +306406,7 @@ var require_package20 = __commonJS({
|
|
|
306050
306406
|
module2.exports = {
|
|
306051
306407
|
name: "@aws-sdk/client-cognito-identity",
|
|
306052
306408
|
description: "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
|
|
306053
|
-
version: "3.
|
|
306409
|
+
version: "3.893.0",
|
|
306054
306410
|
scripts: {
|
|
306055
306411
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
306056
306412
|
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity",
|
|
@@ -306071,46 +306427,46 @@ var require_package20 = __commonJS({
|
|
|
306071
306427
|
dependencies: {
|
|
306072
306428
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
306073
306429
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
306074
|
-
"@aws-sdk/core": "3.
|
|
306075
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
306076
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
306077
|
-
"@aws-sdk/middleware-logger": "3.
|
|
306078
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
306079
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
306080
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
306081
|
-
"@aws-sdk/types": "3.
|
|
306082
|
-
"@aws-sdk/util-endpoints": "3.
|
|
306083
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
306084
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
306085
|
-
"@smithy/config-resolver": "^4.
|
|
306086
|
-
"@smithy/core": "^3.
|
|
306087
|
-
"@smithy/fetch-http-handler": "^5.
|
|
306088
|
-
"@smithy/hash-node": "^4.
|
|
306089
|
-
"@smithy/invalid-dependency": "^4.
|
|
306090
|
-
"@smithy/middleware-content-length": "^4.
|
|
306091
|
-
"@smithy/middleware-endpoint": "^4.
|
|
306092
|
-
"@smithy/middleware-retry": "^4.
|
|
306093
|
-
"@smithy/middleware-serde": "^4.
|
|
306094
|
-
"@smithy/middleware-stack": "^4.
|
|
306095
|
-
"@smithy/node-config-provider": "^4.
|
|
306096
|
-
"@smithy/node-http-handler": "^4.
|
|
306097
|
-
"@smithy/protocol-http": "^5.1
|
|
306098
|
-
"@smithy/smithy-client": "^4.
|
|
306099
|
-
"@smithy/types": "^4.
|
|
306100
|
-
"@smithy/url-parser": "^4.
|
|
306101
|
-
"@smithy/util-base64": "^4.
|
|
306102
|
-
"@smithy/util-body-length-browser": "^4.
|
|
306103
|
-
"@smithy/util-body-length-node": "^4.
|
|
306104
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
306105
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
306106
|
-
"@smithy/util-endpoints": "^3.
|
|
306107
|
-
"@smithy/util-middleware": "^4.
|
|
306108
|
-
"@smithy/util-retry": "^4.
|
|
306109
|
-
"@smithy/util-utf8": "^4.
|
|
306430
|
+
"@aws-sdk/core": "3.893.0",
|
|
306431
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
306432
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
306433
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
306434
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
306435
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
306436
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
306437
|
+
"@aws-sdk/types": "3.893.0",
|
|
306438
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
306439
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
306440
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
306441
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
306442
|
+
"@smithy/core": "^3.11.1",
|
|
306443
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
306444
|
+
"@smithy/hash-node": "^4.1.1",
|
|
306445
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
306446
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
306447
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
306448
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
306449
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
306450
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
306451
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
306452
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
306453
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
306454
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
306455
|
+
"@smithy/types": "^4.5.0",
|
|
306456
|
+
"@smithy/url-parser": "^4.1.1",
|
|
306457
|
+
"@smithy/util-base64": "^4.1.0",
|
|
306458
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
306459
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
306460
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
306461
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
306462
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
306463
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
306464
|
+
"@smithy/util-retry": "^4.1.2",
|
|
306465
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
306110
306466
|
tslib: "^2.6.2"
|
|
306111
306467
|
},
|
|
306112
306468
|
devDependencies: {
|
|
306113
|
-
"@aws-sdk/client-iam": "3.
|
|
306469
|
+
"@aws-sdk/client-iam": "3.893.0",
|
|
306114
306470
|
"@tsconfig/node18": "18.2.4",
|
|
306115
306471
|
"@types/chai": "^4.2.11",
|
|
306116
306472
|
"@types/node": "^18.19.69",
|