@aws-sdk/client-codeartifact 3.758.0 → 3.774.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 +52 -52
  2. package/package.json +7 -7
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
  AllowPublish: () => AllowPublish,
26
26
  AllowUpstream: () => AllowUpstream,
@@ -111,7 +111,7 @@ __export(src_exports, {
111
111
  paginateListRepositoriesInDomain: () => paginateListRepositoriesInDomain,
112
112
  paginateListSubPackageGroups: () => paginateListSubPackageGroups
113
113
  });
114
- module.exports = __toCommonJS(src_exports);
114
+ module.exports = __toCommonJS(index_exports);
115
115
 
116
116
  // src/CodeartifactClient.ts
117
117
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -238,9 +238,9 @@ var CodeartifactClient = class extends import_smithy_client.Client {
238
238
  this.middlewareStack.use(
239
239
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
240
240
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCodeartifactHttpAuthSchemeParametersProvider,
241
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
241
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
242
242
  "aws.auth#sigv4": config.credentials
243
- })
243
+ }), "identityProviderConfigProvider")
244
244
  })
245
245
  );
246
246
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -611,8 +611,8 @@ var se_CopyPackageVersionsCommand = /* @__PURE__ */ __name(async (input, context
611
611
  (0, import_smithy_client.take)(input, {
612
612
  allowOverwrite: [],
613
613
  includeFromUpstream: [],
614
- versionRevisions: (_) => (0, import_smithy_client._json)(_),
615
- versions: (_) => (0, import_smithy_client._json)(_)
614
+ versionRevisions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versionRevisions"),
615
+ versions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versions")
616
616
  })
617
617
  );
618
618
  b.m("POST").h(headers).q(query).b(body);
@@ -631,7 +631,7 @@ var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
631
631
  body = JSON.stringify(
632
632
  (0, import_smithy_client.take)(input, {
633
633
  encryptionKey: [],
634
- tags: (_) => (0, import_smithy_client._json)(_)
634
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
635
635
  })
636
636
  );
637
637
  b.m("POST").h(headers).q(query).b(body);
@@ -653,7 +653,7 @@ var se_CreatePackageGroupCommand = /* @__PURE__ */ __name(async (input, context)
653
653
  contactInfo: [],
654
654
  description: [],
655
655
  packageGroup: [],
656
- tags: (_) => (0, import_smithy_client._json)(_)
656
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
657
657
  })
658
658
  );
659
659
  b.m("POST").h(headers).q(query).b(body);
@@ -674,8 +674,8 @@ var se_CreateRepositoryCommand = /* @__PURE__ */ __name(async (input, context) =
674
674
  body = JSON.stringify(
675
675
  (0, import_smithy_client.take)(input, {
676
676
  description: [],
677
- tags: (_) => (0, import_smithy_client._json)(_),
678
- upstreams: (_) => (0, import_smithy_client._json)(_)
677
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
678
+ upstreams: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "upstreams")
679
679
  })
680
680
  );
681
681
  b.m("POST").h(headers).q(query).b(body);
@@ -753,7 +753,7 @@ var se_DeletePackageVersionsCommand = /* @__PURE__ */ __name(async (input, conte
753
753
  body = JSON.stringify(
754
754
  (0, import_smithy_client.take)(input, {
755
755
  expectedStatus: [],
756
- versions: (_) => (0, import_smithy_client._json)(_)
756
+ versions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versions")
757
757
  })
758
758
  );
759
759
  b.m("POST").h(headers).q(query).b(body);
@@ -889,8 +889,8 @@ var se_DisposePackageVersionsCommand = /* @__PURE__ */ __name(async (input, cont
889
889
  body = JSON.stringify(
890
890
  (0, import_smithy_client.take)(input, {
891
891
  expectedStatus: [],
892
- versionRevisions: (_) => (0, import_smithy_client._json)(_),
893
- versions: (_) => (0, import_smithy_client._json)(_)
892
+ versionRevisions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versionRevisions"),
893
+ versions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versions")
894
894
  })
895
895
  );
896
896
  b.m("POST").h(headers).q(query).b(body);
@@ -1256,7 +1256,7 @@ var se_PutPackageOriginConfigurationCommand = /* @__PURE__ */ __name(async (inpu
1256
1256
  let body;
1257
1257
  body = JSON.stringify(
1258
1258
  (0, import_smithy_client.take)(input, {
1259
- restrictions: (_) => (0, import_smithy_client._json)(_)
1259
+ restrictions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "restrictions")
1260
1260
  })
1261
1261
  );
1262
1262
  b.m("POST").h(headers).q(query).b(body);
@@ -1295,7 +1295,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1295
1295
  let body;
1296
1296
  body = JSON.stringify(
1297
1297
  (0, import_smithy_client.take)(input, {
1298
- tags: (_) => (0, import_smithy_client._json)(_)
1298
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1299
1299
  })
1300
1300
  );
1301
1301
  b.m("POST").h(headers).q(query).b(body);
@@ -1313,7 +1313,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1313
1313
  let body;
1314
1314
  body = JSON.stringify(
1315
1315
  (0, import_smithy_client.take)(input, {
1316
- tagKeys: (_) => (0, import_smithy_client._json)(_)
1316
+ tagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tagKeys")
1317
1317
  })
1318
1318
  );
1319
1319
  b.m("POST").h(headers).q(query).b(body);
@@ -1354,9 +1354,9 @@ var se_UpdatePackageGroupOriginConfigurationCommand = /* @__PURE__ */ __name(asy
1354
1354
  let body;
1355
1355
  body = JSON.stringify(
1356
1356
  (0, import_smithy_client.take)(input, {
1357
- addAllowedRepositories: (_) => (0, import_smithy_client._json)(_),
1358
- removeAllowedRepositories: (_) => (0, import_smithy_client._json)(_),
1359
- restrictions: (_) => (0, import_smithy_client._json)(_)
1357
+ addAllowedRepositories: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "addAllowedRepositories"),
1358
+ removeAllowedRepositories: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "removeAllowedRepositories"),
1359
+ restrictions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "restrictions")
1360
1360
  })
1361
1361
  );
1362
1362
  b.m("PUT").h(headers).q(query).b(body);
@@ -1381,8 +1381,8 @@ var se_UpdatePackageVersionsStatusCommand = /* @__PURE__ */ __name(async (input,
1381
1381
  (0, import_smithy_client.take)(input, {
1382
1382
  expectedStatus: [],
1383
1383
  targetStatus: [],
1384
- versionRevisions: (_) => (0, import_smithy_client._json)(_),
1385
- versions: (_) => (0, import_smithy_client._json)(_)
1384
+ versionRevisions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versionRevisions"),
1385
+ versions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versions")
1386
1386
  })
1387
1387
  );
1388
1388
  b.m("POST").h(headers).q(query).b(body);
@@ -1403,7 +1403,7 @@ var se_UpdateRepositoryCommand = /* @__PURE__ */ __name(async (input, context) =
1403
1403
  body = JSON.stringify(
1404
1404
  (0, import_smithy_client.take)(input, {
1405
1405
  description: [],
1406
- upstreams: (_) => (0, import_smithy_client._json)(_)
1406
+ upstreams: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "upstreams")
1407
1407
  })
1408
1408
  );
1409
1409
  b.m("PUT").h(headers).q(query).b(body);
@@ -1418,7 +1418,7 @@ var de_AssociateExternalConnectionCommand = /* @__PURE__ */ __name(async (output
1418
1418
  });
1419
1419
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1420
1420
  const doc = (0, import_smithy_client.take)(data, {
1421
- repository: (_) => de_RepositoryDescription(_, context)
1421
+ repository: /* @__PURE__ */ __name((_) => de_RepositoryDescription(_, context), "repository")
1422
1422
  });
1423
1423
  Object.assign(contents, doc);
1424
1424
  return contents;
@@ -1447,7 +1447,7 @@ var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
1447
1447
  });
1448
1448
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1449
1449
  const doc = (0, import_smithy_client.take)(data, {
1450
- domain: (_) => de_DomainDescription(_, context)
1450
+ domain: /* @__PURE__ */ __name((_) => de_DomainDescription(_, context), "domain")
1451
1451
  });
1452
1452
  Object.assign(contents, doc);
1453
1453
  return contents;
@@ -1461,7 +1461,7 @@ var de_CreatePackageGroupCommand = /* @__PURE__ */ __name(async (output, context
1461
1461
  });
1462
1462
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1463
1463
  const doc = (0, import_smithy_client.take)(data, {
1464
- packageGroup: (_) => de_PackageGroupDescription(_, context)
1464
+ packageGroup: /* @__PURE__ */ __name((_) => de_PackageGroupDescription(_, context), "packageGroup")
1465
1465
  });
1466
1466
  Object.assign(contents, doc);
1467
1467
  return contents;
@@ -1475,7 +1475,7 @@ var de_CreateRepositoryCommand = /* @__PURE__ */ __name(async (output, context)
1475
1475
  });
1476
1476
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1477
1477
  const doc = (0, import_smithy_client.take)(data, {
1478
- repository: (_) => de_RepositoryDescription(_, context)
1478
+ repository: /* @__PURE__ */ __name((_) => de_RepositoryDescription(_, context), "repository")
1479
1479
  });
1480
1480
  Object.assign(contents, doc);
1481
1481
  return contents;
@@ -1489,7 +1489,7 @@ var de_DeleteDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
1489
1489
  });
1490
1490
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1491
1491
  const doc = (0, import_smithy_client.take)(data, {
1492
- domain: (_) => de_DomainDescription(_, context)
1492
+ domain: /* @__PURE__ */ __name((_) => de_DomainDescription(_, context), "domain")
1493
1493
  });
1494
1494
  Object.assign(contents, doc);
1495
1495
  return contents;
@@ -1531,7 +1531,7 @@ var de_DeletePackageGroupCommand = /* @__PURE__ */ __name(async (output, context
1531
1531
  });
1532
1532
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1533
1533
  const doc = (0, import_smithy_client.take)(data, {
1534
- packageGroup: (_) => de_PackageGroupDescription(_, context)
1534
+ packageGroup: /* @__PURE__ */ __name((_) => de_PackageGroupDescription(_, context), "packageGroup")
1535
1535
  });
1536
1536
  Object.assign(contents, doc);
1537
1537
  return contents;
@@ -1560,7 +1560,7 @@ var de_DeleteRepositoryCommand = /* @__PURE__ */ __name(async (output, context)
1560
1560
  });
1561
1561
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1562
1562
  const doc = (0, import_smithy_client.take)(data, {
1563
- repository: (_) => de_RepositoryDescription(_, context)
1563
+ repository: /* @__PURE__ */ __name((_) => de_RepositoryDescription(_, context), "repository")
1564
1564
  });
1565
1565
  Object.assign(contents, doc);
1566
1566
  return contents;
@@ -1588,7 +1588,7 @@ var de_DescribeDomainCommand = /* @__PURE__ */ __name(async (output, context) =>
1588
1588
  });
1589
1589
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1590
1590
  const doc = (0, import_smithy_client.take)(data, {
1591
- domain: (_) => de_DomainDescription(_, context)
1591
+ domain: /* @__PURE__ */ __name((_) => de_DomainDescription(_, context), "domain")
1592
1592
  });
1593
1593
  Object.assign(contents, doc);
1594
1594
  return contents;
@@ -1616,7 +1616,7 @@ var de_DescribePackageGroupCommand = /* @__PURE__ */ __name(async (output, conte
1616
1616
  });
1617
1617
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1618
1618
  const doc = (0, import_smithy_client.take)(data, {
1619
- packageGroup: (_) => de_PackageGroupDescription(_, context)
1619
+ packageGroup: /* @__PURE__ */ __name((_) => de_PackageGroupDescription(_, context), "packageGroup")
1620
1620
  });
1621
1621
  Object.assign(contents, doc);
1622
1622
  return contents;
@@ -1630,7 +1630,7 @@ var de_DescribePackageVersionCommand = /* @__PURE__ */ __name(async (output, con
1630
1630
  });
1631
1631
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1632
1632
  const doc = (0, import_smithy_client.take)(data, {
1633
- packageVersion: (_) => de_PackageVersionDescription(_, context)
1633
+ packageVersion: /* @__PURE__ */ __name((_) => de_PackageVersionDescription(_, context), "packageVersion")
1634
1634
  });
1635
1635
  Object.assign(contents, doc);
1636
1636
  return contents;
@@ -1644,7 +1644,7 @@ var de_DescribeRepositoryCommand = /* @__PURE__ */ __name(async (output, context
1644
1644
  });
1645
1645
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1646
1646
  const doc = (0, import_smithy_client.take)(data, {
1647
- repository: (_) => de_RepositoryDescription(_, context)
1647
+ repository: /* @__PURE__ */ __name((_) => de_RepositoryDescription(_, context), "repository")
1648
1648
  });
1649
1649
  Object.assign(contents, doc);
1650
1650
  return contents;
@@ -1658,7 +1658,7 @@ var de_DisassociateExternalConnectionCommand = /* @__PURE__ */ __name(async (out
1658
1658
  });
1659
1659
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1660
1660
  const doc = (0, import_smithy_client.take)(data, {
1661
- repository: (_) => de_RepositoryDescription(_, context)
1661
+ repository: /* @__PURE__ */ __name((_) => de_RepositoryDescription(_, context), "repository")
1662
1662
  });
1663
1663
  Object.assign(contents, doc);
1664
1664
  return contents;
@@ -1688,7 +1688,7 @@ var de_GetAssociatedPackageGroupCommand = /* @__PURE__ */ __name(async (output,
1688
1688
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1689
1689
  const doc = (0, import_smithy_client.take)(data, {
1690
1690
  associationType: import_smithy_client.expectString,
1691
- packageGroup: (_) => de_PackageGroupDescription(_, context)
1691
+ packageGroup: /* @__PURE__ */ __name((_) => de_PackageGroupDescription(_, context), "packageGroup")
1692
1692
  });
1693
1693
  Object.assign(contents, doc);
1694
1694
  return contents;
@@ -1703,7 +1703,7 @@ var de_GetAuthorizationTokenCommand = /* @__PURE__ */ __name(async (output, cont
1703
1703
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1704
1704
  const doc = (0, import_smithy_client.take)(data, {
1705
1705
  authorizationToken: import_smithy_client.expectString,
1706
- expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1706
+ expiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expiration")
1707
1707
  });
1708
1708
  Object.assign(contents, doc);
1709
1709
  return contents;
@@ -1823,7 +1823,7 @@ var de_ListDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
1823
1823
  });
1824
1824
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1825
1825
  const doc = (0, import_smithy_client.take)(data, {
1826
- domains: (_) => de_DomainSummaryList(_, context),
1826
+ domains: /* @__PURE__ */ __name((_) => de_DomainSummaryList(_, context), "domains"),
1827
1827
  nextToken: import_smithy_client.expectString
1828
1828
  });
1829
1829
  Object.assign(contents, doc);
@@ -1839,7 +1839,7 @@ var de_ListPackageGroupsCommand = /* @__PURE__ */ __name(async (output, context)
1839
1839
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1840
1840
  const doc = (0, import_smithy_client.take)(data, {
1841
1841
  nextToken: import_smithy_client.expectString,
1842
- packageGroups: (_) => de_PackageGroupSummaryList(_, context)
1842
+ packageGroups: /* @__PURE__ */ __name((_) => de_PackageGroupSummaryList(_, context), "packageGroups")
1843
1843
  });
1844
1844
  Object.assign(contents, doc);
1845
1845
  return contents;
@@ -1928,7 +1928,7 @@ var de_ListRepositoriesCommand = /* @__PURE__ */ __name(async (output, context)
1928
1928
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1929
1929
  const doc = (0, import_smithy_client.take)(data, {
1930
1930
  nextToken: import_smithy_client.expectString,
1931
- repositories: (_) => de_RepositorySummaryList(_, context)
1931
+ repositories: /* @__PURE__ */ __name((_) => de_RepositorySummaryList(_, context), "repositories")
1932
1932
  });
1933
1933
  Object.assign(contents, doc);
1934
1934
  return contents;
@@ -1943,7 +1943,7 @@ var de_ListRepositoriesInDomainCommand = /* @__PURE__ */ __name(async (output, c
1943
1943
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1944
1944
  const doc = (0, import_smithy_client.take)(data, {
1945
1945
  nextToken: import_smithy_client.expectString,
1946
- repositories: (_) => de_RepositorySummaryList(_, context)
1946
+ repositories: /* @__PURE__ */ __name((_) => de_RepositorySummaryList(_, context), "repositories")
1947
1947
  });
1948
1948
  Object.assign(contents, doc);
1949
1949
  return contents;
@@ -1958,7 +1958,7 @@ var de_ListSubPackageGroupsCommand = /* @__PURE__ */ __name(async (output, conte
1958
1958
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1959
1959
  const doc = (0, import_smithy_client.take)(data, {
1960
1960
  nextToken: import_smithy_client.expectString,
1961
- packageGroups: (_) => de_PackageGroupSummaryList(_, context)
1961
+ packageGroups: /* @__PURE__ */ __name((_) => de_PackageGroupSummaryList(_, context), "packageGroups")
1962
1962
  });
1963
1963
  Object.assign(contents, doc);
1964
1964
  return contents;
@@ -2068,7 +2068,7 @@ var de_UpdatePackageGroupCommand = /* @__PURE__ */ __name(async (output, context
2068
2068
  });
2069
2069
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2070
2070
  const doc = (0, import_smithy_client.take)(data, {
2071
- packageGroup: (_) => de_PackageGroupDescription(_, context)
2071
+ packageGroup: /* @__PURE__ */ __name((_) => de_PackageGroupDescription(_, context), "packageGroup")
2072
2072
  });
2073
2073
  Object.assign(contents, doc);
2074
2074
  return contents;
@@ -2083,7 +2083,7 @@ var de_UpdatePackageGroupOriginConfigurationCommand = /* @__PURE__ */ __name(asy
2083
2083
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2084
2084
  const doc = (0, import_smithy_client.take)(data, {
2085
2085
  allowedRepositoryUpdates: import_smithy_client._json,
2086
- packageGroup: (_) => de_PackageGroupDescription(_, context)
2086
+ packageGroup: /* @__PURE__ */ __name((_) => de_PackageGroupDescription(_, context), "packageGroup")
2087
2087
  });
2088
2088
  Object.assign(contents, doc);
2089
2089
  return contents;
@@ -2112,7 +2112,7 @@ var de_UpdateRepositoryCommand = /* @__PURE__ */ __name(async (output, context)
2112
2112
  });
2113
2113
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2114
2114
  const doc = (0, import_smithy_client.take)(data, {
2115
- repository: (_) => de_RepositoryDescription(_, context)
2115
+ repository: /* @__PURE__ */ __name((_) => de_RepositoryDescription(_, context), "repository")
2116
2116
  });
2117
2117
  Object.assign(contents, doc);
2118
2118
  return contents;
@@ -2259,7 +2259,7 @@ var de_DomainDescription = /* @__PURE__ */ __name((output, context) => {
2259
2259
  return (0, import_smithy_client.take)(output, {
2260
2260
  arn: import_smithy_client.expectString,
2261
2261
  assetSizeBytes: import_smithy_client.expectLong,
2262
- createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2262
+ createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdTime"),
2263
2263
  encryptionKey: import_smithy_client.expectString,
2264
2264
  name: import_smithy_client.expectString,
2265
2265
  owner: import_smithy_client.expectString,
@@ -2271,7 +2271,7 @@ var de_DomainDescription = /* @__PURE__ */ __name((output, context) => {
2271
2271
  var de_DomainSummary = /* @__PURE__ */ __name((output, context) => {
2272
2272
  return (0, import_smithy_client.take)(output, {
2273
2273
  arn: import_smithy_client.expectString,
2274
- createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2274
+ createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdTime"),
2275
2275
  encryptionKey: import_smithy_client.expectString,
2276
2276
  name: import_smithy_client.expectString,
2277
2277
  owner: import_smithy_client.expectString,
@@ -2288,7 +2288,7 @@ var de_PackageGroupDescription = /* @__PURE__ */ __name((output, context) => {
2288
2288
  return (0, import_smithy_client.take)(output, {
2289
2289
  arn: import_smithy_client.expectString,
2290
2290
  contactInfo: import_smithy_client.expectString,
2291
- createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2291
+ createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdTime"),
2292
2292
  description: import_smithy_client.expectString,
2293
2293
  domainName: import_smithy_client.expectString,
2294
2294
  domainOwner: import_smithy_client.expectString,
@@ -2301,7 +2301,7 @@ var de_PackageGroupSummary = /* @__PURE__ */ __name((output, context) => {
2301
2301
  return (0, import_smithy_client.take)(output, {
2302
2302
  arn: import_smithy_client.expectString,
2303
2303
  contactInfo: import_smithy_client.expectString,
2304
- createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2304
+ createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdTime"),
2305
2305
  description: import_smithy_client.expectString,
2306
2306
  domainName: import_smithy_client.expectString,
2307
2307
  domainOwner: import_smithy_client.expectString,
@@ -2325,7 +2325,7 @@ var de_PackageVersionDescription = /* @__PURE__ */ __name((output, context) => {
2325
2325
  namespace: import_smithy_client.expectString,
2326
2326
  origin: import_smithy_client._json,
2327
2327
  packageName: import_smithy_client.expectString,
2328
- publishedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2328
+ publishedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "publishedTime"),
2329
2329
  revision: import_smithy_client.expectString,
2330
2330
  sourceCodeRepository: import_smithy_client.expectString,
2331
2331
  status: import_smithy_client.expectString,
@@ -2337,7 +2337,7 @@ var de_RepositoryDescription = /* @__PURE__ */ __name((output, context) => {
2337
2337
  return (0, import_smithy_client.take)(output, {
2338
2338
  administratorAccount: import_smithy_client.expectString,
2339
2339
  arn: import_smithy_client.expectString,
2340
- createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2340
+ createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdTime"),
2341
2341
  description: import_smithy_client.expectString,
2342
2342
  domainName: import_smithy_client.expectString,
2343
2343
  domainOwner: import_smithy_client.expectString,
@@ -2350,7 +2350,7 @@ var de_RepositorySummary = /* @__PURE__ */ __name((output, context) => {
2350
2350
  return (0, import_smithy_client.take)(output, {
2351
2351
  administratorAccount: import_smithy_client.expectString,
2352
2352
  arn: import_smithy_client.expectString,
2353
- createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2353
+ createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdTime"),
2354
2354
  description: import_smithy_client.expectString,
2355
2355
  domainName: import_smithy_client.expectString,
2356
2356
  domainOwner: import_smithy_client.expectString,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeartifact",
3
3
  "description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.774.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-codeartifact",
@@ -20,17 +20,17 @@
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.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-host-header": "3.774.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.758.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.774.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.758.0",
33
+ "@aws-sdk/util-user-agent-node": "3.774.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",