@aws-sdk/client-codeguruprofiler 3.758.0 → 3.772.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 (2) hide show
  1. package/dist-cjs/index.js +45 -45
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  ActionGroup: () => ActionGroup,
25
25
  AddNotificationChannelsCommand: () => AddNotificationChannelsCommand,
26
26
  AgentParameterField: () => AgentParameterField,
@@ -68,7 +68,7 @@ __export(src_exports, {
68
68
  paginateListProfileTimes: () => paginateListProfileTimes,
69
69
  paginateListProfilingGroups: () => paginateListProfilingGroups
70
70
  });
71
- module.exports = __toCommonJS(src_exports);
71
+ module.exports = __toCommonJS(index_exports);
72
72
 
73
73
  // src/CodeGuruProfilerClient.ts
74
74
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -195,9 +195,9 @@ var CodeGuruProfilerClient = class extends import_smithy_client.Client {
195
195
  this.middlewareStack.use(
196
196
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
197
197
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCodeGuruProfilerHttpAuthSchemeParametersProvider,
198
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
198
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
199
199
  "aws.auth#sigv4": config.credentials
200
- })
200
+ }), "identityProviderConfigProvider")
201
201
  })
202
202
  );
203
203
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -487,7 +487,7 @@ var se_AddNotificationChannelsCommand = /* @__PURE__ */ __name(async (input, con
487
487
  let body;
488
488
  body = JSON.stringify(
489
489
  (0, import_smithy_client.take)(input, {
490
- channels: (_) => (0, import_smithy_client._json)(_)
490
+ channels: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "channels")
491
491
  })
492
492
  );
493
493
  b.m("POST").h(headers).b(body);
@@ -509,7 +509,7 @@ var se_BatchGetFrameMetricDataCommand = /* @__PURE__ */ __name(async (input, con
509
509
  let body;
510
510
  body = JSON.stringify(
511
511
  (0, import_smithy_client.take)(input, {
512
- frameMetrics: (_) => (0, import_smithy_client._json)(_)
512
+ frameMetrics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "frameMetrics")
513
513
  })
514
514
  );
515
515
  b.m("POST").h(headers).q(query).b(body);
@@ -526,7 +526,7 @@ var se_ConfigureAgentCommand = /* @__PURE__ */ __name(async (input, context) =>
526
526
  body = JSON.stringify(
527
527
  (0, import_smithy_client.take)(input, {
528
528
  fleetInstanceId: [],
529
- metadata: (_) => (0, import_smithy_client._json)(_)
529
+ metadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metadata")
530
530
  })
531
531
  );
532
532
  b.m("POST").h(headers).b(body);
@@ -544,10 +544,10 @@ var se_CreateProfilingGroupCommand = /* @__PURE__ */ __name(async (input, contex
544
544
  let body;
545
545
  body = JSON.stringify(
546
546
  (0, import_smithy_client.take)(input, {
547
- agentOrchestrationConfig: (_) => (0, import_smithy_client._json)(_),
547
+ agentOrchestrationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "agentOrchestrationConfig"),
548
548
  computePlatform: [],
549
549
  profilingGroupName: [],
550
- tags: (_) => (0, import_smithy_client._json)(_)
550
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
551
551
  })
552
552
  );
553
553
  b.m("POST").h(headers).q(query).b(body);
@@ -716,7 +716,7 @@ var se_PutPermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
716
716
  let body;
717
717
  body = JSON.stringify(
718
718
  (0, import_smithy_client.take)(input, {
719
- principals: (_) => (0, import_smithy_client._json)(_),
719
+ principals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principals"),
720
720
  revisionId: []
721
721
  })
722
722
  );
@@ -774,7 +774,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
774
774
  let body;
775
775
  body = JSON.stringify(
776
776
  (0, import_smithy_client.take)(input, {
777
- tags: (_) => (0, import_smithy_client._json)(_)
777
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
778
778
  })
779
779
  );
780
780
  b.m("POST").h(headers).b(body);
@@ -802,7 +802,7 @@ var se_UpdateProfilingGroupCommand = /* @__PURE__ */ __name(async (input, contex
802
802
  let body;
803
803
  body = JSON.stringify(
804
804
  (0, import_smithy_client.take)(input, {
805
- agentOrchestrationConfig: (_) => (0, import_smithy_client._json)(_)
805
+ agentOrchestrationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "agentOrchestrationConfig")
806
806
  })
807
807
  );
808
808
  b.m("PUT").h(headers).b(body);
@@ -831,12 +831,12 @@ var de_BatchGetFrameMetricDataCommand = /* @__PURE__ */ __name(async (output, co
831
831
  });
832
832
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
833
833
  const doc = (0, import_smithy_client.take)(data, {
834
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
835
- endTimes: (_) => de_ListOfTimestamps(_, context),
836
- frameMetricData: (_) => de_FrameMetricData(_, context),
834
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
835
+ endTimes: /* @__PURE__ */ __name((_) => de_ListOfTimestamps(_, context), "endTimes"),
836
+ frameMetricData: /* @__PURE__ */ __name((_) => de_FrameMetricData(_, context), "frameMetricData"),
837
837
  resolution: import_smithy_client.expectString,
838
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
839
- unprocessedEndTimes: (_) => de_UnprocessedEndTimeMap(_, context)
838
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
839
+ unprocessedEndTimes: /* @__PURE__ */ __name((_) => de_UnprocessedEndTimeMap(_, context), "unprocessedEndTimes")
840
840
  });
841
841
  Object.assign(contents, doc);
842
842
  return contents;
@@ -894,7 +894,7 @@ var de_GetFindingsReportAccountSummaryCommand = /* @__PURE__ */ __name(async (ou
894
894
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
895
895
  const doc = (0, import_smithy_client.take)(data, {
896
896
  nextToken: import_smithy_client.expectString,
897
- reportSummaries: (_) => de_FindingsReportSummaries(_, context)
897
+ reportSummaries: /* @__PURE__ */ __name((_) => de_FindingsReportSummaries(_, context), "reportSummaries")
898
898
  });
899
899
  Object.assign(contents, doc);
900
900
  return contents;
@@ -950,11 +950,11 @@ var de_GetRecommendationsCommand = /* @__PURE__ */ __name(async (output, context
950
950
  });
951
951
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
952
952
  const doc = (0, import_smithy_client.take)(data, {
953
- anomalies: (_) => de_Anomalies(_, context),
954
- profileEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
955
- profileStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
953
+ anomalies: /* @__PURE__ */ __name((_) => de_Anomalies(_, context), "anomalies"),
954
+ profileEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "profileEndTime"),
955
+ profileStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "profileStartTime"),
956
956
  profilingGroupName: import_smithy_client.expectString,
957
- recommendations: (_) => de_Recommendations(_, context)
957
+ recommendations: /* @__PURE__ */ __name((_) => de_Recommendations(_, context), "recommendations")
958
958
  });
959
959
  Object.assign(contents, doc);
960
960
  return contents;
@@ -968,7 +968,7 @@ var de_ListFindingsReportsCommand = /* @__PURE__ */ __name(async (output, contex
968
968
  });
969
969
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
970
970
  const doc = (0, import_smithy_client.take)(data, {
971
- findingsReportSummaries: (_) => de_FindingsReportSummaries(_, context),
971
+ findingsReportSummaries: /* @__PURE__ */ __name((_) => de_FindingsReportSummaries(_, context), "findingsReportSummaries"),
972
972
  nextToken: import_smithy_client.expectString
973
973
  });
974
974
  Object.assign(contents, doc);
@@ -984,7 +984,7 @@ var de_ListProfileTimesCommand = /* @__PURE__ */ __name(async (output, context)
984
984
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
985
985
  const doc = (0, import_smithy_client.take)(data, {
986
986
  nextToken: import_smithy_client.expectString,
987
- profileTimes: (_) => de_ProfileTimes(_, context)
987
+ profileTimes: /* @__PURE__ */ __name((_) => de_ProfileTimes(_, context), "profileTimes")
988
988
  });
989
989
  Object.assign(contents, doc);
990
990
  return contents;
@@ -1000,7 +1000,7 @@ var de_ListProfilingGroupsCommand = /* @__PURE__ */ __name(async (output, contex
1000
1000
  const doc = (0, import_smithy_client.take)(data, {
1001
1001
  nextToken: import_smithy_client.expectString,
1002
1002
  profilingGroupNames: import_smithy_client._json,
1003
- profilingGroups: (_) => de_ProfilingGroupDescriptions(_, context)
1003
+ profilingGroups: /* @__PURE__ */ __name((_) => de_ProfilingGroupDescriptions(_, context), "profilingGroups")
1004
1004
  });
1005
1005
  Object.assign(contents, doc);
1006
1006
  return contents;
@@ -1230,7 +1230,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1230
1230
  var de_AggregatedProfileTime = /* @__PURE__ */ __name((output, context) => {
1231
1231
  return (0, import_smithy_client.take)(output, {
1232
1232
  period: import_smithy_client.expectString,
1233
- start: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1233
+ start: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "start")
1234
1234
  });
1235
1235
  }, "de_AggregatedProfileTime");
1236
1236
  var de_Anomalies = /* @__PURE__ */ __name((output, context) => {
@@ -1241,16 +1241,16 @@ var de_Anomalies = /* @__PURE__ */ __name((output, context) => {
1241
1241
  }, "de_Anomalies");
1242
1242
  var de_Anomaly = /* @__PURE__ */ __name((output, context) => {
1243
1243
  return (0, import_smithy_client.take)(output, {
1244
- instances: (_) => de_AnomalyInstances(_, context),
1244
+ instances: /* @__PURE__ */ __name((_) => de_AnomalyInstances(_, context), "instances"),
1245
1245
  metric: import_smithy_client._json,
1246
1246
  reason: import_smithy_client.expectString
1247
1247
  });
1248
1248
  }, "de_Anomaly");
1249
1249
  var de_AnomalyInstance = /* @__PURE__ */ __name((output, context) => {
1250
1250
  return (0, import_smithy_client.take)(output, {
1251
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1251
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
1252
1252
  id: import_smithy_client.expectString,
1253
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1253
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
1254
1254
  userFeedback: import_smithy_client._json
1255
1255
  });
1256
1256
  }, "de_AnomalyInstance");
@@ -1269,8 +1269,8 @@ var de_FindingsReportSummaries = /* @__PURE__ */ __name((output, context) => {
1269
1269
  var de_FindingsReportSummary = /* @__PURE__ */ __name((output, context) => {
1270
1270
  return (0, import_smithy_client.take)(output, {
1271
1271
  id: import_smithy_client.expectString,
1272
- profileEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1273
- profileStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1272
+ profileEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "profileEndTime"),
1273
+ profileStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "profileStartTime"),
1274
1274
  profilingGroupName: import_smithy_client.expectString,
1275
1275
  totalNumberOfFindings: import_smithy_client.expectInt32
1276
1276
  });
@@ -1284,7 +1284,7 @@ var de_FrameMetricData = /* @__PURE__ */ __name((output, context) => {
1284
1284
  var de_FrameMetricDatum = /* @__PURE__ */ __name((output, context) => {
1285
1285
  return (0, import_smithy_client.take)(output, {
1286
1286
  frameMetric: import_smithy_client._json,
1287
- values: (_) => de_FrameMetricValues(_, context)
1287
+ values: /* @__PURE__ */ __name((_) => de_FrameMetricValues(_, context), "values")
1288
1288
  });
1289
1289
  }, "de_FrameMetricDatum");
1290
1290
  var de_FrameMetricValues = /* @__PURE__ */ __name((output, context) => {
@@ -1325,7 +1325,7 @@ var de_Pattern = /* @__PURE__ */ __name((output, context) => {
1325
1325
  }, "de_Pattern");
1326
1326
  var de_ProfileTime = /* @__PURE__ */ __name((output, context) => {
1327
1327
  return (0, import_smithy_client.take)(output, {
1328
- start: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1328
+ start: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "start")
1329
1329
  });
1330
1330
  }, "de_ProfileTime");
1331
1331
  var de_ProfileTimes = /* @__PURE__ */ __name((output, context) => {
@@ -1339,11 +1339,11 @@ var de_ProfilingGroupDescription = /* @__PURE__ */ __name((output, context) => {
1339
1339
  agentOrchestrationConfig: import_smithy_client._json,
1340
1340
  arn: import_smithy_client.expectString,
1341
1341
  computePlatform: import_smithy_client.expectString,
1342
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1342
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1343
1343
  name: import_smithy_client.expectString,
1344
- profilingStatus: (_) => de_ProfilingStatus(_, context),
1344
+ profilingStatus: /* @__PURE__ */ __name((_) => de_ProfilingStatus(_, context), "profilingStatus"),
1345
1345
  tags: import_smithy_client._json,
1346
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1346
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
1347
1347
  });
1348
1348
  }, "de_ProfilingGroupDescription");
1349
1349
  var de_ProfilingGroupDescriptions = /* @__PURE__ */ __name((output, context) => {
@@ -1354,19 +1354,19 @@ var de_ProfilingGroupDescriptions = /* @__PURE__ */ __name((output, context) =>
1354
1354
  }, "de_ProfilingGroupDescriptions");
1355
1355
  var de_ProfilingStatus = /* @__PURE__ */ __name((output, context) => {
1356
1356
  return (0, import_smithy_client.take)(output, {
1357
- latestAgentOrchestratedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1358
- latestAgentProfileReportedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1359
- latestAggregatedProfile: (_) => de_AggregatedProfileTime(_, context)
1357
+ latestAgentOrchestratedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "latestAgentOrchestratedAt"),
1358
+ latestAgentProfileReportedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "latestAgentProfileReportedAt"),
1359
+ latestAggregatedProfile: /* @__PURE__ */ __name((_) => de_AggregatedProfileTime(_, context), "latestAggregatedProfile")
1360
1360
  });
1361
1361
  }, "de_ProfilingStatus");
1362
1362
  var de_Recommendation = /* @__PURE__ */ __name((output, context) => {
1363
1363
  return (0, import_smithy_client.take)(output, {
1364
1364
  allMatchesCount: import_smithy_client.expectInt32,
1365
1365
  allMatchesSum: import_smithy_client.limitedParseDouble,
1366
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1367
- pattern: (_) => de_Pattern(_, context),
1368
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1369
- topMatches: (_) => de_Matches(_, context)
1366
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
1367
+ pattern: /* @__PURE__ */ __name((_) => de_Pattern(_, context), "pattern"),
1368
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
1369
+ topMatches: /* @__PURE__ */ __name((_) => de_Matches(_, context), "topMatches")
1370
1370
  });
1371
1371
  }, "de_Recommendation");
1372
1372
  var de_Recommendations = /* @__PURE__ */ __name((output, context) => {
@@ -1377,7 +1377,7 @@ var de_Recommendations = /* @__PURE__ */ __name((output, context) => {
1377
1377
  }, "de_Recommendations");
1378
1378
  var de_TimestampStructure = /* @__PURE__ */ __name((output, context) => {
1379
1379
  return (0, import_smithy_client.take)(output, {
1380
- value: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1380
+ value: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "value")
1381
1381
  });
1382
1382
  }, "de_TimestampStructure");
1383
1383
  var de_UnprocessedEndTimeMap = /* @__PURE__ */ __name((output, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeguruprofiler",
3
3
  "description": "AWS SDK for JavaScript Codeguruprofiler Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.772.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-codeguruprofiler",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",