@aws-sdk/client-mediastore 3.523.0 → 3.529.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +24 -64
- package/dist-es/protocols/Aws_json1_1.js +1 -40
- package/package.json +17 -17
- package/dist-cjs/MediaStore.js +0 -1
- package/dist-cjs/MediaStoreClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/CreateContainerCommand.js +0 -1
- package/dist-cjs/commands/DeleteContainerCommand.js +0 -1
- package/dist-cjs/commands/DeleteContainerPolicyCommand.js +0 -1
- package/dist-cjs/commands/DeleteCorsPolicyCommand.js +0 -1
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +0 -1
- package/dist-cjs/commands/DeleteMetricPolicyCommand.js +0 -1
- package/dist-cjs/commands/DescribeContainerCommand.js +0 -1
- package/dist-cjs/commands/GetContainerPolicyCommand.js +0 -1
- package/dist-cjs/commands/GetCorsPolicyCommand.js +0 -1
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +0 -1
- package/dist-cjs/commands/GetMetricPolicyCommand.js +0 -1
- package/dist-cjs/commands/ListContainersCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/PutContainerPolicyCommand.js +0 -1
- package/dist-cjs/commands/PutCorsPolicyCommand.js +0 -1
- package/dist-cjs/commands/PutLifecyclePolicyCommand.js +0 -1
- package/dist-cjs/commands/PutMetricPolicyCommand.js +0 -1
- package/dist-cjs/commands/StartAccessLoggingCommand.js +0 -1
- package/dist-cjs/commands/StopAccessLoggingCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/MediaStoreServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListContainersPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -212,6 +212,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
212
212
|
var import_types = require("@smithy/types");
|
|
213
213
|
|
|
214
214
|
// src/protocols/Aws_json1_1.ts
|
|
215
|
+
var import_core2 = require("@aws-sdk/core");
|
|
215
216
|
|
|
216
217
|
|
|
217
218
|
|
|
@@ -485,7 +486,7 @@ var de_CreateContainerCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
485
486
|
if (output.statusCode >= 300) {
|
|
486
487
|
return de_CommandError(output, context);
|
|
487
488
|
}
|
|
488
|
-
const data = await
|
|
489
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
489
490
|
let contents = {};
|
|
490
491
|
contents = de_CreateContainerOutput(data, context);
|
|
491
492
|
const response = {
|
|
@@ -498,7 +499,7 @@ var de_DeleteContainerCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
498
499
|
if (output.statusCode >= 300) {
|
|
499
500
|
return de_CommandError(output, context);
|
|
500
501
|
}
|
|
501
|
-
const data = await
|
|
502
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
502
503
|
let contents = {};
|
|
503
504
|
contents = (0, import_smithy_client._json)(data);
|
|
504
505
|
const response = {
|
|
@@ -511,7 +512,7 @@ var de_DeleteContainerPolicyCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
511
512
|
if (output.statusCode >= 300) {
|
|
512
513
|
return de_CommandError(output, context);
|
|
513
514
|
}
|
|
514
|
-
const data = await
|
|
515
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
515
516
|
let contents = {};
|
|
516
517
|
contents = (0, import_smithy_client._json)(data);
|
|
517
518
|
const response = {
|
|
@@ -524,7 +525,7 @@ var de_DeleteCorsPolicyCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
524
525
|
if (output.statusCode >= 300) {
|
|
525
526
|
return de_CommandError(output, context);
|
|
526
527
|
}
|
|
527
|
-
const data = await
|
|
528
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
528
529
|
let contents = {};
|
|
529
530
|
contents = (0, import_smithy_client._json)(data);
|
|
530
531
|
const response = {
|
|
@@ -537,7 +538,7 @@ var de_DeleteLifecyclePolicyCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
537
538
|
if (output.statusCode >= 300) {
|
|
538
539
|
return de_CommandError(output, context);
|
|
539
540
|
}
|
|
540
|
-
const data = await
|
|
541
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
541
542
|
let contents = {};
|
|
542
543
|
contents = (0, import_smithy_client._json)(data);
|
|
543
544
|
const response = {
|
|
@@ -550,7 +551,7 @@ var de_DeleteMetricPolicyCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
550
551
|
if (output.statusCode >= 300) {
|
|
551
552
|
return de_CommandError(output, context);
|
|
552
553
|
}
|
|
553
|
-
const data = await
|
|
554
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
554
555
|
let contents = {};
|
|
555
556
|
contents = (0, import_smithy_client._json)(data);
|
|
556
557
|
const response = {
|
|
@@ -563,7 +564,7 @@ var de_DescribeContainerCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
563
564
|
if (output.statusCode >= 300) {
|
|
564
565
|
return de_CommandError(output, context);
|
|
565
566
|
}
|
|
566
|
-
const data = await
|
|
567
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
567
568
|
let contents = {};
|
|
568
569
|
contents = de_DescribeContainerOutput(data, context);
|
|
569
570
|
const response = {
|
|
@@ -576,7 +577,7 @@ var de_GetContainerPolicyCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
576
577
|
if (output.statusCode >= 300) {
|
|
577
578
|
return de_CommandError(output, context);
|
|
578
579
|
}
|
|
579
|
-
const data = await
|
|
580
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
580
581
|
let contents = {};
|
|
581
582
|
contents = (0, import_smithy_client._json)(data);
|
|
582
583
|
const response = {
|
|
@@ -589,7 +590,7 @@ var de_GetCorsPolicyCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
589
590
|
if (output.statusCode >= 300) {
|
|
590
591
|
return de_CommandError(output, context);
|
|
591
592
|
}
|
|
592
|
-
const data = await
|
|
593
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
593
594
|
let contents = {};
|
|
594
595
|
contents = (0, import_smithy_client._json)(data);
|
|
595
596
|
const response = {
|
|
@@ -602,7 +603,7 @@ var de_GetLifecyclePolicyCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
602
603
|
if (output.statusCode >= 300) {
|
|
603
604
|
return de_CommandError(output, context);
|
|
604
605
|
}
|
|
605
|
-
const data = await
|
|
606
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
606
607
|
let contents = {};
|
|
607
608
|
contents = (0, import_smithy_client._json)(data);
|
|
608
609
|
const response = {
|
|
@@ -615,7 +616,7 @@ var de_GetMetricPolicyCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
615
616
|
if (output.statusCode >= 300) {
|
|
616
617
|
return de_CommandError(output, context);
|
|
617
618
|
}
|
|
618
|
-
const data = await
|
|
619
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
619
620
|
let contents = {};
|
|
620
621
|
contents = (0, import_smithy_client._json)(data);
|
|
621
622
|
const response = {
|
|
@@ -628,7 +629,7 @@ var de_ListContainersCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
628
629
|
if (output.statusCode >= 300) {
|
|
629
630
|
return de_CommandError(output, context);
|
|
630
631
|
}
|
|
631
|
-
const data = await
|
|
632
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
632
633
|
let contents = {};
|
|
633
634
|
contents = de_ListContainersOutput(data, context);
|
|
634
635
|
const response = {
|
|
@@ -641,7 +642,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
641
642
|
if (output.statusCode >= 300) {
|
|
642
643
|
return de_CommandError(output, context);
|
|
643
644
|
}
|
|
644
|
-
const data = await
|
|
645
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
645
646
|
let contents = {};
|
|
646
647
|
contents = (0, import_smithy_client._json)(data);
|
|
647
648
|
const response = {
|
|
@@ -654,7 +655,7 @@ var de_PutContainerPolicyCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
654
655
|
if (output.statusCode >= 300) {
|
|
655
656
|
return de_CommandError(output, context);
|
|
656
657
|
}
|
|
657
|
-
const data = await
|
|
658
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
658
659
|
let contents = {};
|
|
659
660
|
contents = (0, import_smithy_client._json)(data);
|
|
660
661
|
const response = {
|
|
@@ -667,7 +668,7 @@ var de_PutCorsPolicyCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
667
668
|
if (output.statusCode >= 300) {
|
|
668
669
|
return de_CommandError(output, context);
|
|
669
670
|
}
|
|
670
|
-
const data = await
|
|
671
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
671
672
|
let contents = {};
|
|
672
673
|
contents = (0, import_smithy_client._json)(data);
|
|
673
674
|
const response = {
|
|
@@ -680,7 +681,7 @@ var de_PutLifecyclePolicyCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
680
681
|
if (output.statusCode >= 300) {
|
|
681
682
|
return de_CommandError(output, context);
|
|
682
683
|
}
|
|
683
|
-
const data = await
|
|
684
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
684
685
|
let contents = {};
|
|
685
686
|
contents = (0, import_smithy_client._json)(data);
|
|
686
687
|
const response = {
|
|
@@ -693,7 +694,7 @@ var de_PutMetricPolicyCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
693
694
|
if (output.statusCode >= 300) {
|
|
694
695
|
return de_CommandError(output, context);
|
|
695
696
|
}
|
|
696
|
-
const data = await
|
|
697
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
697
698
|
let contents = {};
|
|
698
699
|
contents = (0, import_smithy_client._json)(data);
|
|
699
700
|
const response = {
|
|
@@ -706,7 +707,7 @@ var de_StartAccessLoggingCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
706
707
|
if (output.statusCode >= 300) {
|
|
707
708
|
return de_CommandError(output, context);
|
|
708
709
|
}
|
|
709
|
-
const data = await
|
|
710
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
710
711
|
let contents = {};
|
|
711
712
|
contents = (0, import_smithy_client._json)(data);
|
|
712
713
|
const response = {
|
|
@@ -719,7 +720,7 @@ var de_StopAccessLoggingCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
719
720
|
if (output.statusCode >= 300) {
|
|
720
721
|
return de_CommandError(output, context);
|
|
721
722
|
}
|
|
722
|
-
const data = await
|
|
723
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
723
724
|
let contents = {};
|
|
724
725
|
contents = (0, import_smithy_client._json)(data);
|
|
725
726
|
const response = {
|
|
@@ -732,7 +733,7 @@ var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
732
733
|
if (output.statusCode >= 300) {
|
|
733
734
|
return de_CommandError(output, context);
|
|
734
735
|
}
|
|
735
|
-
const data = await
|
|
736
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
736
737
|
let contents = {};
|
|
737
738
|
contents = (0, import_smithy_client._json)(data);
|
|
738
739
|
const response = {
|
|
@@ -745,7 +746,7 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
745
746
|
if (output.statusCode >= 300) {
|
|
746
747
|
return de_CommandError(output, context);
|
|
747
748
|
}
|
|
748
|
-
const data = await
|
|
749
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
749
750
|
let contents = {};
|
|
750
751
|
contents = (0, import_smithy_client._json)(data);
|
|
751
752
|
const response = {
|
|
@@ -757,9 +758,9 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
757
758
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
758
759
|
const parsedOutput = {
|
|
759
760
|
...output,
|
|
760
|
-
body: await
|
|
761
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
761
762
|
};
|
|
762
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
763
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
763
764
|
switch (errorCode) {
|
|
764
765
|
case "ContainerInUseException":
|
|
765
766
|
case "com.amazonaws.mediastore#ContainerInUseException":
|
|
@@ -880,7 +881,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
880
881
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
881
882
|
cfId: output.headers["x-amz-cf-id"]
|
|
882
883
|
}), "deserializeMetadata");
|
|
883
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
884
884
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(MediaStoreServiceException);
|
|
885
885
|
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
886
886
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -907,46 +907,6 @@ function sharedHeaders(operation) {
|
|
|
907
907
|
};
|
|
908
908
|
}
|
|
909
909
|
__name(sharedHeaders, "sharedHeaders");
|
|
910
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
911
|
-
if (encoded.length) {
|
|
912
|
-
return JSON.parse(encoded);
|
|
913
|
-
}
|
|
914
|
-
return {};
|
|
915
|
-
}), "parseBody");
|
|
916
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
917
|
-
const value = await parseBody(errorBody, context);
|
|
918
|
-
value.message = value.message ?? value.Message;
|
|
919
|
-
return value;
|
|
920
|
-
}, "parseErrorBody");
|
|
921
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
922
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
923
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
924
|
-
let cleanValue = rawValue;
|
|
925
|
-
if (typeof cleanValue === "number") {
|
|
926
|
-
cleanValue = cleanValue.toString();
|
|
927
|
-
}
|
|
928
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
929
|
-
cleanValue = cleanValue.split(",")[0];
|
|
930
|
-
}
|
|
931
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
932
|
-
cleanValue = cleanValue.split(":")[0];
|
|
933
|
-
}
|
|
934
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
935
|
-
cleanValue = cleanValue.split("#")[1];
|
|
936
|
-
}
|
|
937
|
-
return cleanValue;
|
|
938
|
-
}, "sanitizeErrorCode");
|
|
939
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
940
|
-
if (headerKey !== void 0) {
|
|
941
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
942
|
-
}
|
|
943
|
-
if (data.code !== void 0) {
|
|
944
|
-
return sanitizeErrorCode(data.code);
|
|
945
|
-
}
|
|
946
|
-
if (data["__type"] !== void 0) {
|
|
947
|
-
return sanitizeErrorCode(data["__type"]);
|
|
948
|
-
}
|
|
949
|
-
}, "loadRestJsonErrorCode");
|
|
950
910
|
|
|
951
911
|
// src/commands/CreateContainerCommand.ts
|
|
952
912
|
var _CreateContainerCommand = class _CreateContainerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { MediaStoreServiceException as __BaseException } from "../models/MediaStoreServiceException";
|
|
@@ -555,43 +556,3 @@ function sharedHeaders(operation) {
|
|
|
555
556
|
"x-amz-target": `MediaStore_20170901.${operation}`,
|
|
556
557
|
};
|
|
557
558
|
}
|
|
558
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
559
|
-
if (encoded.length) {
|
|
560
|
-
return JSON.parse(encoded);
|
|
561
|
-
}
|
|
562
|
-
return {};
|
|
563
|
-
});
|
|
564
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
565
|
-
const value = await parseBody(errorBody, context);
|
|
566
|
-
value.message = value.message ?? value.Message;
|
|
567
|
-
return value;
|
|
568
|
-
};
|
|
569
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
570
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
571
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
572
|
-
let cleanValue = rawValue;
|
|
573
|
-
if (typeof cleanValue === "number") {
|
|
574
|
-
cleanValue = cleanValue.toString();
|
|
575
|
-
}
|
|
576
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
577
|
-
cleanValue = cleanValue.split(",")[0];
|
|
578
|
-
}
|
|
579
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
580
|
-
cleanValue = cleanValue.split(":")[0];
|
|
581
|
-
}
|
|
582
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
583
|
-
cleanValue = cleanValue.split("#")[1];
|
|
584
|
-
}
|
|
585
|
-
return cleanValue;
|
|
586
|
-
};
|
|
587
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
588
|
-
if (headerKey !== undefined) {
|
|
589
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
590
|
-
}
|
|
591
|
-
if (data.code !== undefined) {
|
|
592
|
-
return sanitizeErrorCode(data.code);
|
|
593
|
-
}
|
|
594
|
-
if (data["__type"] !== undefined) {
|
|
595
|
-
return sanitizeErrorCode(data["__type"]);
|
|
596
|
-
}
|
|
597
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediastore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediastore Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.529.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediastore",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.529.0",
|
|
24
|
+
"@aws-sdk/core": "3.529.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
31
31
|
"@aws-sdk/types": "3.523.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
36
|
+
"@smithy/core": "^1.3.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
38
38
|
"@smithy/hash-node": "^2.1.3",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
43
43
|
"@smithy/middleware-serde": "^2.1.3",
|
|
44
44
|
"@smithy/middleware-stack": "^2.1.3",
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
46
46
|
"@smithy/node-http-handler": "^2.4.1",
|
|
47
47
|
"@smithy/protocol-http": "^3.2.1",
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
48
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
49
49
|
"@smithy/types": "^2.10.1",
|
|
50
50
|
"@smithy/url-parser": "^2.1.3",
|
|
51
51
|
"@smithy/util-base64": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
57
57
|
"@smithy/util-middleware": "^2.1.3",
|
|
58
58
|
"@smithy/util-retry": "^2.1.3",
|
|
59
59
|
"@smithy/util-utf8": "^2.1.1",
|
package/dist-cjs/MediaStore.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|