@aws-sdk/client-resource-groups 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.
Files changed (37) hide show
  1. package/dist-cjs/index.js +20 -60
  2. package/dist-es/protocols/Aws_restJson1.js +1 -40
  3. package/package.json +17 -17
  4. package/dist-cjs/ResourceGroups.js +0 -1
  5. package/dist-cjs/ResourceGroupsClient.js +0 -1
  6. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
  7. package/dist-cjs/commands/CreateGroupCommand.js +0 -1
  8. package/dist-cjs/commands/DeleteGroupCommand.js +0 -1
  9. package/dist-cjs/commands/GetAccountSettingsCommand.js +0 -1
  10. package/dist-cjs/commands/GetGroupCommand.js +0 -1
  11. package/dist-cjs/commands/GetGroupConfigurationCommand.js +0 -1
  12. package/dist-cjs/commands/GetGroupQueryCommand.js +0 -1
  13. package/dist-cjs/commands/GetTagsCommand.js +0 -1
  14. package/dist-cjs/commands/GroupResourcesCommand.js +0 -1
  15. package/dist-cjs/commands/ListGroupResourcesCommand.js +0 -1
  16. package/dist-cjs/commands/ListGroupsCommand.js +0 -1
  17. package/dist-cjs/commands/PutGroupConfigurationCommand.js +0 -1
  18. package/dist-cjs/commands/SearchResourcesCommand.js +0 -1
  19. package/dist-cjs/commands/TagCommand.js +0 -1
  20. package/dist-cjs/commands/UngroupResourcesCommand.js +0 -1
  21. package/dist-cjs/commands/UntagCommand.js +0 -1
  22. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +0 -1
  23. package/dist-cjs/commands/UpdateGroupCommand.js +0 -1
  24. package/dist-cjs/commands/UpdateGroupQueryCommand.js +0 -1
  25. package/dist-cjs/commands/index.js +0 -1
  26. package/dist-cjs/endpoint/EndpointParameters.js +0 -1
  27. package/dist-cjs/extensionConfiguration.js +0 -1
  28. package/dist-cjs/models/ResourceGroupsServiceException.js +0 -1
  29. package/dist-cjs/models/index.js +0 -1
  30. package/dist-cjs/models/models_0.js +0 -1
  31. package/dist-cjs/pagination/Interfaces.js +0 -1
  32. package/dist-cjs/pagination/ListGroupResourcesPaginator.js +0 -1
  33. package/dist-cjs/pagination/ListGroupsPaginator.js +0 -1
  34. package/dist-cjs/pagination/SearchResourcesPaginator.js +0 -1
  35. package/dist-cjs/pagination/index.js +0 -1
  36. package/dist-cjs/protocols/Aws_restJson1.js +0 -1
  37. package/dist-cjs/runtimeExtensions.js +0 -1
package/dist-cjs/index.js CHANGED
@@ -217,6 +217,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
217
217
  var import_types = require("@smithy/types");
218
218
 
219
219
  // src/protocols/Aws_restJson1.ts
220
+ var import_core2 = require("@aws-sdk/core");
220
221
 
221
222
 
222
223
 
@@ -690,7 +691,7 @@ var de_CreateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
690
691
  const contents = (0, import_smithy_client.map)({
691
692
  $metadata: deserializeMetadata(output)
692
693
  });
693
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
694
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
694
695
  const doc = (0, import_smithy_client.take)(data, {
695
696
  Group: import_smithy_client._json,
696
697
  GroupConfiguration: import_smithy_client._json,
@@ -707,7 +708,7 @@ var de_DeleteGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
707
708
  const contents = (0, import_smithy_client.map)({
708
709
  $metadata: deserializeMetadata(output)
709
710
  });
710
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
711
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
711
712
  const doc = (0, import_smithy_client.take)(data, {
712
713
  Group: import_smithy_client._json
713
714
  });
@@ -721,7 +722,7 @@ var de_GetAccountSettingsCommand = /* @__PURE__ */ __name(async (output, context
721
722
  const contents = (0, import_smithy_client.map)({
722
723
  $metadata: deserializeMetadata(output)
723
724
  });
724
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
725
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
725
726
  const doc = (0, import_smithy_client.take)(data, {
726
727
  AccountSettings: import_smithy_client._json
727
728
  });
@@ -735,7 +736,7 @@ var de_GetGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
735
736
  const contents = (0, import_smithy_client.map)({
736
737
  $metadata: deserializeMetadata(output)
737
738
  });
738
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
739
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
739
740
  const doc = (0, import_smithy_client.take)(data, {
740
741
  Group: import_smithy_client._json
741
742
  });
@@ -749,7 +750,7 @@ var de_GetGroupConfigurationCommand = /* @__PURE__ */ __name(async (output, cont
749
750
  const contents = (0, import_smithy_client.map)({
750
751
  $metadata: deserializeMetadata(output)
751
752
  });
752
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
753
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
753
754
  const doc = (0, import_smithy_client.take)(data, {
754
755
  GroupConfiguration: import_smithy_client._json
755
756
  });
@@ -763,7 +764,7 @@ var de_GetGroupQueryCommand = /* @__PURE__ */ __name(async (output, context) =>
763
764
  const contents = (0, import_smithy_client.map)({
764
765
  $metadata: deserializeMetadata(output)
765
766
  });
766
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
767
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
767
768
  const doc = (0, import_smithy_client.take)(data, {
768
769
  GroupQuery: import_smithy_client._json
769
770
  });
@@ -777,7 +778,7 @@ var de_GetTagsCommand = /* @__PURE__ */ __name(async (output, context) => {
777
778
  const contents = (0, import_smithy_client.map)({
778
779
  $metadata: deserializeMetadata(output)
779
780
  });
780
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
781
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
781
782
  const doc = (0, import_smithy_client.take)(data, {
782
783
  Arn: import_smithy_client.expectString,
783
784
  Tags: import_smithy_client._json
@@ -792,7 +793,7 @@ var de_GroupResourcesCommand = /* @__PURE__ */ __name(async (output, context) =>
792
793
  const contents = (0, import_smithy_client.map)({
793
794
  $metadata: deserializeMetadata(output)
794
795
  });
795
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
796
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
796
797
  const doc = (0, import_smithy_client.take)(data, {
797
798
  Failed: import_smithy_client._json,
798
799
  Pending: import_smithy_client._json,
@@ -808,7 +809,7 @@ var de_ListGroupResourcesCommand = /* @__PURE__ */ __name(async (output, context
808
809
  const contents = (0, import_smithy_client.map)({
809
810
  $metadata: deserializeMetadata(output)
810
811
  });
811
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
812
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
812
813
  const doc = (0, import_smithy_client.take)(data, {
813
814
  NextToken: import_smithy_client.expectString,
814
815
  QueryErrors: import_smithy_client._json,
@@ -825,7 +826,7 @@ var de_ListGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
825
826
  const contents = (0, import_smithy_client.map)({
826
827
  $metadata: deserializeMetadata(output)
827
828
  });
828
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
829
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
829
830
  const doc = (0, import_smithy_client.take)(data, {
830
831
  GroupIdentifiers: import_smithy_client._json,
831
832
  Groups: import_smithy_client._json,
@@ -851,7 +852,7 @@ var de_SearchResourcesCommand = /* @__PURE__ */ __name(async (output, context) =
851
852
  const contents = (0, import_smithy_client.map)({
852
853
  $metadata: deserializeMetadata(output)
853
854
  });
854
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
855
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
855
856
  const doc = (0, import_smithy_client.take)(data, {
856
857
  NextToken: import_smithy_client.expectString,
857
858
  QueryErrors: import_smithy_client._json,
@@ -867,7 +868,7 @@ var de_TagCommand = /* @__PURE__ */ __name(async (output, context) => {
867
868
  const contents = (0, import_smithy_client.map)({
868
869
  $metadata: deserializeMetadata(output)
869
870
  });
870
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
871
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
871
872
  const doc = (0, import_smithy_client.take)(data, {
872
873
  Arn: import_smithy_client.expectString,
873
874
  Tags: import_smithy_client._json
@@ -882,7 +883,7 @@ var de_UngroupResourcesCommand = /* @__PURE__ */ __name(async (output, context)
882
883
  const contents = (0, import_smithy_client.map)({
883
884
  $metadata: deserializeMetadata(output)
884
885
  });
885
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
886
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
886
887
  const doc = (0, import_smithy_client.take)(data, {
887
888
  Failed: import_smithy_client._json,
888
889
  Pending: import_smithy_client._json,
@@ -898,7 +899,7 @@ var de_UntagCommand = /* @__PURE__ */ __name(async (output, context) => {
898
899
  const contents = (0, import_smithy_client.map)({
899
900
  $metadata: deserializeMetadata(output)
900
901
  });
901
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
902
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
902
903
  const doc = (0, import_smithy_client.take)(data, {
903
904
  Arn: import_smithy_client.expectString,
904
905
  Keys: import_smithy_client._json
@@ -913,7 +914,7 @@ var de_UpdateAccountSettingsCommand = /* @__PURE__ */ __name(async (output, cont
913
914
  const contents = (0, import_smithy_client.map)({
914
915
  $metadata: deserializeMetadata(output)
915
916
  });
916
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
917
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
917
918
  const doc = (0, import_smithy_client.take)(data, {
918
919
  AccountSettings: import_smithy_client._json
919
920
  });
@@ -927,7 +928,7 @@ var de_UpdateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
927
928
  const contents = (0, import_smithy_client.map)({
928
929
  $metadata: deserializeMetadata(output)
929
930
  });
930
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
931
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
931
932
  const doc = (0, import_smithy_client.take)(data, {
932
933
  Group: import_smithy_client._json
933
934
  });
@@ -941,7 +942,7 @@ var de_UpdateGroupQueryCommand = /* @__PURE__ */ __name(async (output, context)
941
942
  const contents = (0, import_smithy_client.map)({
942
943
  $metadata: deserializeMetadata(output)
943
944
  });
944
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
945
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
945
946
  const doc = (0, import_smithy_client.take)(data, {
946
947
  GroupQuery: import_smithy_client._json
947
948
  });
@@ -951,9 +952,9 @@ var de_UpdateGroupQueryCommand = /* @__PURE__ */ __name(async (output, context)
951
952
  var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
952
953
  const parsedOutput = {
953
954
  ...output,
954
- body: await parseErrorBody(output.body, context)
955
+ body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
955
956
  };
956
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
957
+ const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
957
958
  switch (errorCode) {
958
959
  case "BadRequestException":
959
960
  case "com.amazonaws.resourcegroups#BadRequestException":
@@ -1083,51 +1084,10 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
1083
1084
  extendedRequestId: output.headers["x-amz-id-2"],
1084
1085
  cfId: output.headers["x-amz-cf-id"]
1085
1086
  }), "deserializeMetadata");
1086
- var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
1087
1087
  var _MR = "MaxResults";
1088
1088
  var _NT = "NextToken";
1089
1089
  var _mR = "maxResults";
1090
1090
  var _nT = "nextToken";
1091
- var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
1092
- if (encoded.length) {
1093
- return JSON.parse(encoded);
1094
- }
1095
- return {};
1096
- }), "parseBody");
1097
- var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
1098
- const value = await parseBody(errorBody, context);
1099
- value.message = value.message ?? value.Message;
1100
- return value;
1101
- }, "parseErrorBody");
1102
- var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
1103
- const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
1104
- const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
1105
- let cleanValue = rawValue;
1106
- if (typeof cleanValue === "number") {
1107
- cleanValue = cleanValue.toString();
1108
- }
1109
- if (cleanValue.indexOf(",") >= 0) {
1110
- cleanValue = cleanValue.split(",")[0];
1111
- }
1112
- if (cleanValue.indexOf(":") >= 0) {
1113
- cleanValue = cleanValue.split(":")[0];
1114
- }
1115
- if (cleanValue.indexOf("#") >= 0) {
1116
- cleanValue = cleanValue.split("#")[1];
1117
- }
1118
- return cleanValue;
1119
- }, "sanitizeErrorCode");
1120
- const headerKey = findKey(output.headers, "x-amzn-errortype");
1121
- if (headerKey !== void 0) {
1122
- return sanitizeErrorCode(output.headers[headerKey]);
1123
- }
1124
- if (data.code !== void 0) {
1125
- return sanitizeErrorCode(data.code);
1126
- }
1127
- if (data["__type"] !== void 0) {
1128
- return sanitizeErrorCode(data["__type"]);
1129
- }
1130
- }, "loadRestJsonErrorCode");
1131
1091
 
1132
1092
  // src/commands/CreateGroupCommand.ts
1133
1093
  var _CreateGroupCommand = class _CreateGroupCommand 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 { requestBuilder as rb } from "@smithy/core";
2
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, take, withBaseException, } from "@smithy/smithy-client";
3
4
  import { BadRequestException, ForbiddenException, InternalServerErrorException, MethodNotAllowedException, NotFoundException, TooManyRequestsException, UnauthorizedException, } from "../models/models_0";
@@ -666,43 +667,3 @@ const _MR = "MaxResults";
666
667
  const _NT = "NextToken";
667
668
  const _mR = "maxResults";
668
669
  const _nT = "nextToken";
669
- const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
670
- if (encoded.length) {
671
- return JSON.parse(encoded);
672
- }
673
- return {};
674
- });
675
- const parseErrorBody = async (errorBody, context) => {
676
- const value = await parseBody(errorBody, context);
677
- value.message = value.message ?? value.Message;
678
- return value;
679
- };
680
- const loadRestJsonErrorCode = (output, data) => {
681
- const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
682
- const sanitizeErrorCode = (rawValue) => {
683
- let cleanValue = rawValue;
684
- if (typeof cleanValue === "number") {
685
- cleanValue = cleanValue.toString();
686
- }
687
- if (cleanValue.indexOf(",") >= 0) {
688
- cleanValue = cleanValue.split(",")[0];
689
- }
690
- if (cleanValue.indexOf(":") >= 0) {
691
- cleanValue = cleanValue.split(":")[0];
692
- }
693
- if (cleanValue.indexOf("#") >= 0) {
694
- cleanValue = cleanValue.split("#")[1];
695
- }
696
- return cleanValue;
697
- };
698
- const headerKey = findKey(output.headers, "x-amzn-errortype");
699
- if (headerKey !== undefined) {
700
- return sanitizeErrorCode(output.headers[headerKey]);
701
- }
702
- if (data.code !== undefined) {
703
- return sanitizeErrorCode(data.code);
704
- }
705
- if (data["__type"] !== undefined) {
706
- return sanitizeErrorCode(data["__type"]);
707
- }
708
- };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-groups",
3
3
  "description": "AWS SDK for JavaScript Resource Groups Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
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-resource-groups",
@@ -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.523.0",
24
- "@aws-sdk/core": "3.523.0",
25
- "@aws-sdk/credential-provider-node": "3.523.0",
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.523.0",
30
- "@aws-sdk/region-config-resolver": "3.523.0",
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.523.0",
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.523.0",
35
- "@smithy/config-resolver": "^2.1.3",
36
- "@smithy/core": "^1.3.4",
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.3",
42
- "@smithy/middleware-retry": "^2.1.3",
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.3",
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.1",
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.3",
55
- "@smithy/util-defaults-mode-node": "^2.2.2",
56
- "@smithy/util-endpoints": "^1.1.3",
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",
@@ -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");
@@ -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");