@aws-sdk/client-appfabric 3.750.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 -52
  2. package/package.json +13 -13
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
  AccessDeniedException: () => AccessDeniedException,
25
25
  ApiKeyCredentialFilterSensitiveLog: () => ApiKeyCredentialFilterSensitiveLog,
26
26
  AppAuthorizationStatus: () => AppAuthorizationStatus,
@@ -87,7 +87,7 @@ __export(src_exports, {
87
87
  paginateListIngestionDestinations: () => paginateListIngestionDestinations,
88
88
  paginateListIngestions: () => paginateListIngestions
89
89
  });
90
- module.exports = __toCommonJS(src_exports);
90
+ module.exports = __toCommonJS(index_exports);
91
91
 
92
92
  // src/AppFabricClient.ts
93
93
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -214,9 +214,9 @@ var AppFabricClient = class extends import_smithy_client.Client {
214
214
  this.middlewareStack.use(
215
215
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
216
216
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAppFabricHttpAuthSchemeParametersProvider,
217
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
217
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
218
218
  "aws.auth#sigv4": config.credentials
219
- })
219
+ }), "identityProviderConfigProvider")
220
220
  })
221
221
  );
222
222
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -293,10 +293,8 @@ var AppAuthorizationStatus = {
293
293
  var Destination;
294
294
  ((Destination3) => {
295
295
  Destination3.visit = /* @__PURE__ */ __name((value, visitor) => {
296
- if (value.s3Bucket !== void 0)
297
- return visitor.s3Bucket(value.s3Bucket);
298
- if (value.firehoseStream !== void 0)
299
- return visitor.firehoseStream(value.firehoseStream);
296
+ if (value.s3Bucket !== void 0) return visitor.s3Bucket(value.s3Bucket);
297
+ if (value.firehoseStream !== void 0) return visitor.firehoseStream(value.firehoseStream);
300
298
  return visitor._(value.$unknown[0], value.$unknown[1]);
301
299
  }, "visit");
302
300
  })(Destination || (Destination = {}));
@@ -477,10 +475,8 @@ var ConflictException = class _ConflictException extends AppFabricServiceExcepti
477
475
  var Credential;
478
476
  ((Credential3) => {
479
477
  Credential3.visit = /* @__PURE__ */ __name((value, visitor) => {
480
- if (value.oauth2Credential !== void 0)
481
- return visitor.oauth2Credential(value.oauth2Credential);
482
- if (value.apiKeyCredential !== void 0)
483
- return visitor.apiKeyCredential(value.apiKeyCredential);
478
+ if (value.oauth2Credential !== void 0) return visitor.oauth2Credential(value.oauth2Credential);
479
+ if (value.apiKeyCredential !== void 0) return visitor.apiKeyCredential(value.apiKeyCredential);
484
480
  return visitor._(value.$unknown[0], value.$unknown[1]);
485
481
  }, "visit");
486
482
  })(Credential || (Credential = {}));
@@ -536,16 +532,14 @@ var IngestionState = {
536
532
  var DestinationConfiguration;
537
533
  ((DestinationConfiguration3) => {
538
534
  DestinationConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
539
- if (value.auditLog !== void 0)
540
- return visitor.auditLog(value.auditLog);
535
+ if (value.auditLog !== void 0) return visitor.auditLog(value.auditLog);
541
536
  return visitor._(value.$unknown[0], value.$unknown[1]);
542
537
  }, "visit");
543
538
  })(DestinationConfiguration || (DestinationConfiguration = {}));
544
539
  var ProcessingConfiguration;
545
540
  ((ProcessingConfiguration3) => {
546
541
  ProcessingConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
547
- if (value.auditLog !== void 0)
548
- return visitor.auditLog(value.auditLog);
542
+ if (value.auditLog !== void 0) return visitor.auditLog(value.auditLog);
549
543
  return visitor._(value.$unknown[0], value.$unknown[1]);
550
544
  }, "visit");
551
545
  })(ProcessingConfiguration || (ProcessingConfiguration = {}));
@@ -588,8 +582,7 @@ var CredentialFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
588
582
  return { oauth2Credential: Oauth2CredentialFilterSensitiveLog(obj.oauth2Credential) };
589
583
  if (obj.apiKeyCredential !== void 0)
590
584
  return { apiKeyCredential: ApiKeyCredentialFilterSensitiveLog(obj.apiKeyCredential) };
591
- if (obj.$unknown !== void 0)
592
- return { [obj.$unknown[0]]: "UNKNOWN" };
585
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
593
586
  }, "CredentialFilterSensitiveLog");
594
587
  var CreateAppAuthorizationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
595
588
  ...obj,
@@ -619,7 +612,7 @@ var se_BatchGetUserAccessTasksCommand = /* @__PURE__ */ __name(async (input, con
619
612
  body = JSON.stringify(
620
613
  (0, import_smithy_client.take)(input, {
621
614
  appBundleIdentifier: [],
622
- taskIdList: (_) => (0, import_smithy_client._json)(_)
615
+ taskIdList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "taskIdList")
623
616
  })
624
617
  );
625
618
  b.m("POST").h(headers).b(body);
@@ -636,7 +629,7 @@ var se_ConnectAppAuthorizationCommand = /* @__PURE__ */ __name(async (input, con
636
629
  let body;
637
630
  body = JSON.stringify(
638
631
  (0, import_smithy_client.take)(input, {
639
- authRequest: (_) => (0, import_smithy_client._json)(_)
632
+ authRequest: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authRequest")
640
633
  })
641
634
  );
642
635
  b.m("POST").h(headers).b(body);
@@ -655,9 +648,9 @@ var se_CreateAppAuthorizationCommand = /* @__PURE__ */ __name(async (input, cont
655
648
  app: [],
656
649
  authType: [],
657
650
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
658
- credential: (_) => (0, import_smithy_client._json)(_),
659
- tags: (_) => (0, import_smithy_client._json)(_),
660
- tenant: (_) => (0, import_smithy_client._json)(_)
651
+ credential: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "credential"),
652
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
653
+ tenant: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tenant")
661
654
  })
662
655
  );
663
656
  b.m("POST").h(headers).b(body);
@@ -674,7 +667,7 @@ var se_CreateAppBundleCommand = /* @__PURE__ */ __name(async (input, context) =>
674
667
  (0, import_smithy_client.take)(input, {
675
668
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
676
669
  customerManagedKeyIdentifier: [],
677
- tags: (_) => (0, import_smithy_client._json)(_)
670
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
678
671
  })
679
672
  );
680
673
  b.m("POST").h(headers).b(body);
@@ -693,7 +686,7 @@ var se_CreateIngestionCommand = /* @__PURE__ */ __name(async (input, context) =>
693
686
  app: [],
694
687
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
695
688
  ingestionType: [],
696
- tags: (_) => (0, import_smithy_client._json)(_),
689
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
697
690
  tenantId: []
698
691
  })
699
692
  );
@@ -712,9 +705,9 @@ var se_CreateIngestionDestinationCommand = /* @__PURE__ */ __name(async (input,
712
705
  body = JSON.stringify(
713
706
  (0, import_smithy_client.take)(input, {
714
707
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
715
- destinationConfiguration: (_) => (0, import_smithy_client._json)(_),
716
- processingConfiguration: (_) => (0, import_smithy_client._json)(_),
717
- tags: (_) => (0, import_smithy_client._json)(_)
708
+ destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationConfiguration"),
709
+ processingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "processingConfiguration"),
710
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
718
711
  })
719
712
  );
720
713
  b.m("POST").h(headers).b(body);
@@ -921,7 +914,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
921
914
  let body;
922
915
  body = JSON.stringify(
923
916
  (0, import_smithy_client.take)(input, {
924
- tags: (_) => (0, import_smithy_client._json)(_)
917
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
925
918
  })
926
919
  );
927
920
  b.m("POST").h(headers).b(body);
@@ -950,8 +943,8 @@ var se_UpdateAppAuthorizationCommand = /* @__PURE__ */ __name(async (input, cont
950
943
  let body;
951
944
  body = JSON.stringify(
952
945
  (0, import_smithy_client.take)(input, {
953
- credential: (_) => (0, import_smithy_client._json)(_),
954
- tenant: (_) => (0, import_smithy_client._json)(_)
946
+ credential: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "credential"),
947
+ tenant: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tenant")
955
948
  })
956
949
  );
957
950
  b.m("PATCH").h(headers).b(body);
@@ -976,7 +969,7 @@ var se_UpdateIngestionDestinationCommand = /* @__PURE__ */ __name(async (input,
976
969
  let body;
977
970
  body = JSON.stringify(
978
971
  (0, import_smithy_client.take)(input, {
979
- destinationConfiguration: (_) => (0, import_smithy_client._json)(_)
972
+ destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationConfiguration")
980
973
  })
981
974
  );
982
975
  b.m("PATCH").h(headers).b(body);
@@ -1005,7 +998,7 @@ var de_ConnectAppAuthorizationCommand = /* @__PURE__ */ __name(async (output, co
1005
998
  });
1006
999
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1007
1000
  const doc = (0, import_smithy_client.take)(data, {
1008
- appAuthorizationSummary: (_) => de_AppAuthorizationSummary(_, context)
1001
+ appAuthorizationSummary: /* @__PURE__ */ __name((_) => de_AppAuthorizationSummary(_, context), "appAuthorizationSummary")
1009
1002
  });
1010
1003
  Object.assign(contents, doc);
1011
1004
  return contents;
@@ -1019,7 +1012,7 @@ var de_CreateAppAuthorizationCommand = /* @__PURE__ */ __name(async (output, con
1019
1012
  });
1020
1013
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1021
1014
  const doc = (0, import_smithy_client.take)(data, {
1022
- appAuthorization: (_) => de_AppAuthorization(_, context)
1015
+ appAuthorization: /* @__PURE__ */ __name((_) => de_AppAuthorization(_, context), "appAuthorization")
1023
1016
  });
1024
1017
  Object.assign(contents, doc);
1025
1018
  return contents;
@@ -1047,7 +1040,7 @@ var de_CreateIngestionCommand = /* @__PURE__ */ __name(async (output, context) =
1047
1040
  });
1048
1041
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1049
1042
  const doc = (0, import_smithy_client.take)(data, {
1050
- ingestion: (_) => de_Ingestion(_, context)
1043
+ ingestion: /* @__PURE__ */ __name((_) => de_Ingestion(_, context), "ingestion")
1051
1044
  });
1052
1045
  Object.assign(contents, doc);
1053
1046
  return contents;
@@ -1061,7 +1054,7 @@ var de_CreateIngestionDestinationCommand = /* @__PURE__ */ __name(async (output,
1061
1054
  });
1062
1055
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1063
1056
  const doc = (0, import_smithy_client.take)(data, {
1064
- ingestionDestination: (_) => de_IngestionDestination(_, context)
1057
+ ingestionDestination: /* @__PURE__ */ __name((_) => de_IngestionDestination(_, context), "ingestionDestination")
1065
1058
  });
1066
1059
  Object.assign(contents, doc);
1067
1060
  return contents;
@@ -1115,7 +1108,7 @@ var de_GetAppAuthorizationCommand = /* @__PURE__ */ __name(async (output, contex
1115
1108
  });
1116
1109
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1117
1110
  const doc = (0, import_smithy_client.take)(data, {
1118
- appAuthorization: (_) => de_AppAuthorization(_, context)
1111
+ appAuthorization: /* @__PURE__ */ __name((_) => de_AppAuthorization(_, context), "appAuthorization")
1119
1112
  });
1120
1113
  Object.assign(contents, doc);
1121
1114
  return contents;
@@ -1143,7 +1136,7 @@ var de_GetIngestionCommand = /* @__PURE__ */ __name(async (output, context) => {
1143
1136
  });
1144
1137
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1145
1138
  const doc = (0, import_smithy_client.take)(data, {
1146
- ingestion: (_) => de_Ingestion(_, context)
1139
+ ingestion: /* @__PURE__ */ __name((_) => de_Ingestion(_, context), "ingestion")
1147
1140
  });
1148
1141
  Object.assign(contents, doc);
1149
1142
  return contents;
@@ -1157,7 +1150,7 @@ var de_GetIngestionDestinationCommand = /* @__PURE__ */ __name(async (output, co
1157
1150
  });
1158
1151
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1159
1152
  const doc = (0, import_smithy_client.take)(data, {
1160
- ingestionDestination: (_) => de_IngestionDestination(_, context)
1153
+ ingestionDestination: /* @__PURE__ */ __name((_) => de_IngestionDestination(_, context), "ingestionDestination")
1161
1154
  });
1162
1155
  Object.assign(contents, doc);
1163
1156
  return contents;
@@ -1171,7 +1164,7 @@ var de_ListAppAuthorizationsCommand = /* @__PURE__ */ __name(async (output, cont
1171
1164
  });
1172
1165
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1173
1166
  const doc = (0, import_smithy_client.take)(data, {
1174
- appAuthorizationSummaryList: (_) => de_AppAuthorizationSummaryList(_, context),
1167
+ appAuthorizationSummaryList: /* @__PURE__ */ __name((_) => de_AppAuthorizationSummaryList(_, context), "appAuthorizationSummaryList"),
1175
1168
  nextToken: import_smithy_client.expectString
1176
1169
  });
1177
1170
  Object.assign(contents, doc);
@@ -1299,7 +1292,7 @@ var de_UpdateAppAuthorizationCommand = /* @__PURE__ */ __name(async (output, con
1299
1292
  });
1300
1293
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1301
1294
  const doc = (0, import_smithy_client.take)(data, {
1302
- appAuthorization: (_) => de_AppAuthorization(_, context)
1295
+ appAuthorization: /* @__PURE__ */ __name((_) => de_AppAuthorization(_, context), "appAuthorization")
1303
1296
  });
1304
1297
  Object.assign(contents, doc);
1305
1298
  return contents;
@@ -1313,7 +1306,7 @@ var de_UpdateIngestionDestinationCommand = /* @__PURE__ */ __name(async (output,
1313
1306
  });
1314
1307
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1315
1308
  const doc = (0, import_smithy_client.take)(data, {
1316
- ingestionDestination: (_) => de_IngestionDestination(_, context)
1309
+ ingestionDestination: /* @__PURE__ */ __name((_) => de_IngestionDestination(_, context), "ingestionDestination")
1317
1310
  });
1318
1311
  Object.assign(contents, doc);
1319
1312
  return contents;
@@ -1470,11 +1463,11 @@ var de_AppAuthorization = /* @__PURE__ */ __name((output, context) => {
1470
1463
  appBundleArn: import_smithy_client.expectString,
1471
1464
  authType: import_smithy_client.expectString,
1472
1465
  authUrl: import_smithy_client.expectString,
1473
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1466
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1474
1467
  persona: import_smithy_client.expectString,
1475
1468
  status: import_smithy_client.expectString,
1476
1469
  tenant: import_smithy_client._json,
1477
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1470
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
1478
1471
  });
1479
1472
  }, "de_AppAuthorization");
1480
1473
  var de_AppAuthorizationSummary = /* @__PURE__ */ __name((output, context) => {
@@ -1484,7 +1477,7 @@ var de_AppAuthorizationSummary = /* @__PURE__ */ __name((output, context) => {
1484
1477
  appBundleArn: import_smithy_client.expectString,
1485
1478
  status: import_smithy_client.expectString,
1486
1479
  tenant: import_smithy_client._json,
1487
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1480
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
1488
1481
  });
1489
1482
  }, "de_AppAuthorizationSummary");
1490
1483
  var de_AppAuthorizationSummaryList = /* @__PURE__ */ __name((output, context) => {
@@ -1498,23 +1491,23 @@ var de_Ingestion = /* @__PURE__ */ __name((output, context) => {
1498
1491
  app: import_smithy_client.expectString,
1499
1492
  appBundleArn: import_smithy_client.expectString,
1500
1493
  arn: import_smithy_client.expectString,
1501
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1494
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1502
1495
  ingestionType: import_smithy_client.expectString,
1503
1496
  state: import_smithy_client.expectString,
1504
1497
  tenantId: import_smithy_client.expectString,
1505
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1498
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
1506
1499
  });
1507
1500
  }, "de_Ingestion");
1508
1501
  var de_IngestionDestination = /* @__PURE__ */ __name((output, context) => {
1509
1502
  return (0, import_smithy_client.take)(output, {
1510
1503
  arn: import_smithy_client.expectString,
1511
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1512
- destinationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
1504
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1505
+ destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "destinationConfiguration"),
1513
1506
  ingestionArn: import_smithy_client.expectString,
1514
- processingConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
1507
+ processingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "processingConfiguration"),
1515
1508
  status: import_smithy_client.expectString,
1516
1509
  statusReason: import_smithy_client.expectString,
1517
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1510
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
1518
1511
  });
1519
1512
  }, "de_IngestionDestination");
1520
1513
  var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appfabric",
3
3
  "description": "AWS SDK for JavaScript Appfabric Client for Node.js, Browser and React Native",
4
- "version": "3.750.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-appfabric",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
23
+ "@aws-sdk/core": "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",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
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",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
35
+ "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.5",
41
- "@smithy/middleware-retry": "^4.0.6",
40
+ "@smithy/middleware-endpoint": "^4.0.6",
41
+ "@smithy/middleware-retry": "^4.0.7",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
47
+ "@smithy/smithy-client": "^4.1.6",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
54
+ "@smithy/util-defaults-mode-node": "^4.0.7",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",