@aws-sdk/client-detective 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 +43 -43
  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
  AcceptInvitationCommand: () => AcceptInvitationCommand,
25
25
  AccessDeniedException: () => AccessDeniedException,
26
26
  AccountFilterSensitiveLog: () => AccountFilterSensitiveLog,
@@ -88,7 +88,7 @@ __export(src_exports, {
88
88
  paginateListMembers: () => paginateListMembers,
89
89
  paginateListOrganizationAdminAccounts: () => paginateListOrganizationAdminAccounts
90
90
  });
91
- module.exports = __toCommonJS(src_exports);
91
+ module.exports = __toCommonJS(index_exports);
92
92
 
93
93
  // src/DetectiveClient.ts
94
94
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -215,9 +215,9 @@ var DetectiveClient = class extends import_smithy_client.Client {
215
215
  this.middlewareStack.use(
216
216
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
217
217
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDetectiveHttpAuthSchemeParametersProvider,
218
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
218
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
219
219
  "aws.auth#sigv4": config.credentials
220
- })
220
+ }), "identityProviderConfigProvider")
221
221
  })
222
222
  );
223
223
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -571,7 +571,7 @@ var se_BatchGetGraphMemberDatasourcesCommand = /* @__PURE__ */ __name(async (inp
571
571
  let body;
572
572
  body = JSON.stringify(
573
573
  (0, import_smithy_client.take)(input, {
574
- AccountIds: (_) => (0, import_smithy_client._json)(_),
574
+ AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds"),
575
575
  GraphArn: []
576
576
  })
577
577
  );
@@ -587,7 +587,7 @@ var se_BatchGetMembershipDatasourcesCommand = /* @__PURE__ */ __name(async (inpu
587
587
  let body;
588
588
  body = JSON.stringify(
589
589
  (0, import_smithy_client.take)(input, {
590
- GraphArns: (_) => (0, import_smithy_client._json)(_)
590
+ GraphArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "GraphArns")
591
591
  })
592
592
  );
593
593
  b.m("POST").h(headers).b(body);
@@ -602,7 +602,7 @@ var se_CreateGraphCommand = /* @__PURE__ */ __name(async (input, context) => {
602
602
  let body;
603
603
  body = JSON.stringify(
604
604
  (0, import_smithy_client.take)(input, {
605
- Tags: (_) => (0, import_smithy_client._json)(_)
605
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
606
606
  })
607
607
  );
608
608
  b.m("POST").h(headers).b(body);
@@ -617,7 +617,7 @@ var se_CreateMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
617
617
  let body;
618
618
  body = JSON.stringify(
619
619
  (0, import_smithy_client.take)(input, {
620
- Accounts: (_) => (0, import_smithy_client._json)(_),
620
+ Accounts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Accounts"),
621
621
  DisableEmailNotification: [],
622
622
  GraphArn: [],
623
623
  Message: []
@@ -650,7 +650,7 @@ var se_DeleteMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
650
650
  let body;
651
651
  body = JSON.stringify(
652
652
  (0, import_smithy_client.take)(input, {
653
- AccountIds: (_) => (0, import_smithy_client._json)(_),
653
+ AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds"),
654
654
  GraphArn: []
655
655
  })
656
656
  );
@@ -735,7 +735,7 @@ var se_GetMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
735
735
  let body;
736
736
  body = JSON.stringify(
737
737
  (0, import_smithy_client.take)(input, {
738
- AccountIds: (_) => (0, import_smithy_client._json)(_),
738
+ AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds"),
739
739
  GraphArn: []
740
740
  })
741
741
  );
@@ -803,11 +803,11 @@ var se_ListInvestigationsCommand = /* @__PURE__ */ __name(async (input, context)
803
803
  let body;
804
804
  body = JSON.stringify(
805
805
  (0, import_smithy_client.take)(input, {
806
- FilterCriteria: (_) => se_FilterCriteria(_, context),
806
+ FilterCriteria: /* @__PURE__ */ __name((_) => se_FilterCriteria(_, context), "FilterCriteria"),
807
807
  GraphArn: [],
808
808
  MaxResults: [],
809
809
  NextToken: [],
810
- SortCriteria: (_) => (0, import_smithy_client._json)(_)
810
+ SortCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SortCriteria")
811
811
  })
812
812
  );
813
813
  b.m("POST").h(headers).b(body);
@@ -897,8 +897,8 @@ var se_StartInvestigationCommand = /* @__PURE__ */ __name(async (input, context)
897
897
  (0, import_smithy_client.take)(input, {
898
898
  EntityArn: [],
899
899
  GraphArn: [],
900
- ScopeEndTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
901
- ScopeStartTime: (_) => (0, import_smithy_client.serializeDateTime)(_)
900
+ ScopeEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "ScopeEndTime"),
901
+ ScopeStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "ScopeStartTime")
902
902
  })
903
903
  );
904
904
  b.m("POST").h(headers).b(body);
@@ -930,7 +930,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
930
930
  let body;
931
931
  body = JSON.stringify(
932
932
  (0, import_smithy_client.take)(input, {
933
- Tags: (_) => (0, import_smithy_client._json)(_)
933
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
934
934
  })
935
935
  );
936
936
  b.m("POST").h(headers).b(body);
@@ -957,7 +957,7 @@ var se_UpdateDatasourcePackagesCommand = /* @__PURE__ */ __name(async (input, co
957
957
  let body;
958
958
  body = JSON.stringify(
959
959
  (0, import_smithy_client.take)(input, {
960
- DatasourcePackages: (_) => (0, import_smithy_client._json)(_),
960
+ DatasourcePackages: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DatasourcePackages"),
961
961
  GraphArn: []
962
962
  })
963
963
  );
@@ -1016,7 +1016,7 @@ var de_BatchGetGraphMemberDatasourcesCommand = /* @__PURE__ */ __name(async (out
1016
1016
  });
1017
1017
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1018
1018
  const doc = (0, import_smithy_client.take)(data, {
1019
- MemberDatasources: (_) => de_MembershipDatasourcesList(_, context),
1019
+ MemberDatasources: /* @__PURE__ */ __name((_) => de_MembershipDatasourcesList(_, context), "MemberDatasources"),
1020
1020
  UnprocessedAccounts: import_smithy_client._json
1021
1021
  });
1022
1022
  Object.assign(contents, doc);
@@ -1031,7 +1031,7 @@ var de_BatchGetMembershipDatasourcesCommand = /* @__PURE__ */ __name(async (outp
1031
1031
  });
1032
1032
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1033
1033
  const doc = (0, import_smithy_client.take)(data, {
1034
- MembershipDatasources: (_) => de_MembershipDatasourcesList(_, context),
1034
+ MembershipDatasources: /* @__PURE__ */ __name((_) => de_MembershipDatasourcesList(_, context), "MembershipDatasources"),
1035
1035
  UnprocessedGraphs: import_smithy_client._json
1036
1036
  });
1037
1037
  Object.assign(contents, doc);
@@ -1060,7 +1060,7 @@ var de_CreateMembersCommand = /* @__PURE__ */ __name(async (output, context) =>
1060
1060
  });
1061
1061
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1062
1062
  const doc = (0, import_smithy_client.take)(data, {
1063
- Members: (_) => de_MemberDetailList(_, context),
1063
+ Members: /* @__PURE__ */ __name((_) => de_MemberDetailList(_, context), "Members"),
1064
1064
  UnprocessedAccounts: import_smithy_client._json
1065
1065
  });
1066
1066
  Object.assign(contents, doc);
@@ -1144,13 +1144,13 @@ var de_GetInvestigationCommand = /* @__PURE__ */ __name(async (output, context)
1144
1144
  });
1145
1145
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1146
1146
  const doc = (0, import_smithy_client.take)(data, {
1147
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1147
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTime"),
1148
1148
  EntityArn: import_smithy_client.expectString,
1149
1149
  EntityType: import_smithy_client.expectString,
1150
1150
  GraphArn: import_smithy_client.expectString,
1151
1151
  InvestigationId: import_smithy_client.expectString,
1152
- ScopeEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1153
- ScopeStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1152
+ ScopeEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ScopeEndTime"),
1153
+ ScopeStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ScopeStartTime"),
1154
1154
  Severity: import_smithy_client.expectString,
1155
1155
  State: import_smithy_client.expectString,
1156
1156
  Status: import_smithy_client.expectString
@@ -1167,7 +1167,7 @@ var de_GetMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
1167
1167
  });
1168
1168
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1169
1169
  const doc = (0, import_smithy_client.take)(data, {
1170
- MemberDetails: (_) => de_MemberDetailList(_, context),
1170
+ MemberDetails: /* @__PURE__ */ __name((_) => de_MemberDetailList(_, context), "MemberDetails"),
1171
1171
  UnprocessedAccounts: import_smithy_client._json
1172
1172
  });
1173
1173
  Object.assign(contents, doc);
@@ -1182,7 +1182,7 @@ var de_ListDatasourcePackagesCommand = /* @__PURE__ */ __name(async (output, con
1182
1182
  });
1183
1183
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1184
1184
  const doc = (0, import_smithy_client.take)(data, {
1185
- DatasourcePackages: (_) => de_DatasourcePackageIngestDetails(_, context),
1185
+ DatasourcePackages: /* @__PURE__ */ __name((_) => de_DatasourcePackageIngestDetails(_, context), "DatasourcePackages"),
1186
1186
  NextToken: import_smithy_client.expectString
1187
1187
  });
1188
1188
  Object.assign(contents, doc);
@@ -1197,7 +1197,7 @@ var de_ListGraphsCommand = /* @__PURE__ */ __name(async (output, context) => {
1197
1197
  });
1198
1198
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1199
1199
  const doc = (0, import_smithy_client.take)(data, {
1200
- GraphList: (_) => de_GraphList(_, context),
1200
+ GraphList: /* @__PURE__ */ __name((_) => de_GraphList(_, context), "GraphList"),
1201
1201
  NextToken: import_smithy_client.expectString
1202
1202
  });
1203
1203
  Object.assign(contents, doc);
@@ -1229,7 +1229,7 @@ var de_ListInvestigationsCommand = /* @__PURE__ */ __name(async (output, context
1229
1229
  });
1230
1230
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1231
1231
  const doc = (0, import_smithy_client.take)(data, {
1232
- InvestigationDetails: (_) => de_InvestigationDetails(_, context),
1232
+ InvestigationDetails: /* @__PURE__ */ __name((_) => de_InvestigationDetails(_, context), "InvestigationDetails"),
1233
1233
  NextToken: import_smithy_client.expectString
1234
1234
  });
1235
1235
  Object.assign(contents, doc);
@@ -1244,7 +1244,7 @@ var de_ListInvitationsCommand = /* @__PURE__ */ __name(async (output, context) =
1244
1244
  });
1245
1245
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1246
1246
  const doc = (0, import_smithy_client.take)(data, {
1247
- Invitations: (_) => de_MemberDetailList(_, context),
1247
+ Invitations: /* @__PURE__ */ __name((_) => de_MemberDetailList(_, context), "Invitations"),
1248
1248
  NextToken: import_smithy_client.expectString
1249
1249
  });
1250
1250
  Object.assign(contents, doc);
@@ -1259,7 +1259,7 @@ var de_ListMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
1259
1259
  });
1260
1260
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1261
1261
  const doc = (0, import_smithy_client.take)(data, {
1262
- MemberDetails: (_) => de_MemberDetailList(_, context),
1262
+ MemberDetails: /* @__PURE__ */ __name((_) => de_MemberDetailList(_, context), "MemberDetails"),
1263
1263
  NextToken: import_smithy_client.expectString
1264
1264
  });
1265
1265
  Object.assign(contents, doc);
@@ -1274,7 +1274,7 @@ var de_ListOrganizationAdminAccountsCommand = /* @__PURE__ */ __name(async (outp
1274
1274
  });
1275
1275
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1276
1276
  const doc = (0, import_smithy_client.take)(data, {
1277
- Administrators: (_) => de_AdministratorList(_, context),
1277
+ Administrators: /* @__PURE__ */ __name((_) => de_AdministratorList(_, context), "Administrators"),
1278
1278
  NextToken: import_smithy_client.expectString
1279
1279
  });
1280
1280
  Object.assign(contents, doc);
@@ -1522,7 +1522,7 @@ var se_DateFilter = /* @__PURE__ */ __name((input, context) => {
1522
1522
  }, "se_DateFilter");
1523
1523
  var se_FilterCriteria = /* @__PURE__ */ __name((input, context) => {
1524
1524
  return (0, import_smithy_client.take)(input, {
1525
- CreatedTime: (_) => se_DateFilter(_, context),
1525
+ CreatedTime: /* @__PURE__ */ __name((_) => se_DateFilter(_, context), "CreatedTime"),
1526
1526
  EntityArn: import_smithy_client._json,
1527
1527
  Severity: import_smithy_client._json,
1528
1528
  State: import_smithy_client._json,
@@ -1532,7 +1532,7 @@ var se_FilterCriteria = /* @__PURE__ */ __name((input, context) => {
1532
1532
  var de_Administrator = /* @__PURE__ */ __name((output, context) => {
1533
1533
  return (0, import_smithy_client.take)(output, {
1534
1534
  AccountId: import_smithy_client.expectString,
1535
- DelegationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1535
+ DelegationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "DelegationTime"),
1536
1536
  GraphArn: import_smithy_client.expectString
1537
1537
  });
1538
1538
  }, "de_Administrator");
@@ -1545,7 +1545,7 @@ var de_AdministratorList = /* @__PURE__ */ __name((output, context) => {
1545
1545
  var de_DatasourcePackageIngestDetail = /* @__PURE__ */ __name((output, context) => {
1546
1546
  return (0, import_smithy_client.take)(output, {
1547
1547
  DatasourcePackageIngestState: import_smithy_client.expectString,
1548
- LastIngestStateChange: (_) => de_LastIngestStateChangeDates(_, context)
1548
+ LastIngestStateChange: /* @__PURE__ */ __name((_) => de_LastIngestStateChangeDates(_, context), "LastIngestStateChange")
1549
1549
  });
1550
1550
  }, "de_DatasourcePackageIngestDetail");
1551
1551
  var de_DatasourcePackageIngestDetails = /* @__PURE__ */ __name((output, context) => {
@@ -1575,13 +1575,13 @@ var de_DatasourcePackageIngestHistory = /* @__PURE__ */ __name((output, context)
1575
1575
  var de_DatasourcePackageUsageInfo = /* @__PURE__ */ __name((output, context) => {
1576
1576
  return (0, import_smithy_client.take)(output, {
1577
1577
  VolumeUsageInBytes: import_smithy_client.expectLong,
1578
- VolumeUsageUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1578
+ VolumeUsageUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "VolumeUsageUpdateTime")
1579
1579
  });
1580
1580
  }, "de_DatasourcePackageUsageInfo");
1581
1581
  var de_Graph = /* @__PURE__ */ __name((output, context) => {
1582
1582
  return (0, import_smithy_client.take)(output, {
1583
1583
  Arn: import_smithy_client.expectString,
1584
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1584
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTime")
1585
1585
  });
1586
1586
  }, "de_Graph");
1587
1587
  var de_GraphList = /* @__PURE__ */ __name((output, context) => {
@@ -1592,7 +1592,7 @@ var de_GraphList = /* @__PURE__ */ __name((output, context) => {
1592
1592
  }, "de_GraphList");
1593
1593
  var de_InvestigationDetail = /* @__PURE__ */ __name((output, context) => {
1594
1594
  return (0, import_smithy_client.take)(output, {
1595
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1595
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTime"),
1596
1596
  EntityArn: import_smithy_client.expectString,
1597
1597
  EntityType: import_smithy_client.expectString,
1598
1598
  InvestigationId: import_smithy_client.expectString,
@@ -1628,15 +1628,15 @@ var de_MemberDetail = /* @__PURE__ */ __name((output, context) => {
1628
1628
  EmailAddress: import_smithy_client.expectString,
1629
1629
  GraphArn: import_smithy_client.expectString,
1630
1630
  InvitationType: import_smithy_client.expectString,
1631
- InvitedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1631
+ InvitedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "InvitedTime"),
1632
1632
  MasterId: import_smithy_client.expectString,
1633
1633
  PercentOfGraphUtilization: import_smithy_client.limitedParseDouble,
1634
- PercentOfGraphUtilizationUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1634
+ PercentOfGraphUtilizationUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "PercentOfGraphUtilizationUpdatedTime"),
1635
1635
  Status: import_smithy_client.expectString,
1636
- UpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1637
- VolumeUsageByDatasourcePackage: (_) => de_VolumeUsageByDatasourcePackage(_, context),
1636
+ UpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTime"),
1637
+ VolumeUsageByDatasourcePackage: /* @__PURE__ */ __name((_) => de_VolumeUsageByDatasourcePackage(_, context), "VolumeUsageByDatasourcePackage"),
1638
1638
  VolumeUsageInBytes: import_smithy_client.expectLong,
1639
- VolumeUsageUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1639
+ VolumeUsageUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "VolumeUsageUpdatedTime")
1640
1640
  });
1641
1641
  }, "de_MemberDetail");
1642
1642
  var de_MemberDetailList = /* @__PURE__ */ __name((output, context) => {
@@ -1648,7 +1648,7 @@ var de_MemberDetailList = /* @__PURE__ */ __name((output, context) => {
1648
1648
  var de_MembershipDatasources = /* @__PURE__ */ __name((output, context) => {
1649
1649
  return (0, import_smithy_client.take)(output, {
1650
1650
  AccountId: import_smithy_client.expectString,
1651
- DatasourcePackageIngestHistory: (_) => de_DatasourcePackageIngestHistory(_, context),
1651
+ DatasourcePackageIngestHistory: /* @__PURE__ */ __name((_) => de_DatasourcePackageIngestHistory(_, context), "DatasourcePackageIngestHistory"),
1652
1652
  GraphArn: import_smithy_client.expectString
1653
1653
  });
1654
1654
  }, "de_MembershipDatasources");
@@ -1660,7 +1660,7 @@ var de_MembershipDatasourcesList = /* @__PURE__ */ __name((output, context) => {
1660
1660
  }, "de_MembershipDatasourcesList");
1661
1661
  var de_TimestampForCollection = /* @__PURE__ */ __name((output, context) => {
1662
1662
  return (0, import_smithy_client.take)(output, {
1663
- Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
1663
+ Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "Timestamp")
1664
1664
  });
1665
1665
  }, "de_TimestampForCollection");
1666
1666
  var de_VolumeUsageByDatasourcePackage = /* @__PURE__ */ __name((output, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-detective",
3
3
  "description": "AWS SDK for JavaScript Detective 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-detective",
@@ -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",