@aws-sdk/client-mediapackage 3.319.0 → 3.321.1

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.
@@ -1656,10 +1656,10 @@ const de_Channel = (output, context) => {
1656
1656
  Arn: [, smithy_client_1.expectString, `arn`],
1657
1657
  CreatedAt: [, smithy_client_1.expectString, `createdAt`],
1658
1658
  Description: [, smithy_client_1.expectString, `description`],
1659
- EgressAccessLogs: (_) => [, de_EgressAccessLogs(_, context), `egressAccessLogs`],
1660
- HlsIngest: (_) => [, de_HlsIngest(_, context), `hlsIngest`],
1659
+ EgressAccessLogs: [, (_) => de_EgressAccessLogs(_, context), `egressAccessLogs`],
1660
+ HlsIngest: [, (_) => de_HlsIngest(_, context), `hlsIngest`],
1661
1661
  Id: [, smithy_client_1.expectString, `id`],
1662
- IngressAccessLogs: (_) => [, de_IngressAccessLogs(_, context), `ingressAccessLogs`],
1662
+ IngressAccessLogs: [, (_) => de_IngressAccessLogs(_, context), `ingressAccessLogs`],
1663
1663
  Tags: [, smithy_client_1._json, `tags`],
1664
1664
  });
1665
1665
  };
@@ -1668,29 +1668,29 @@ const de_CmafEncryption = (output, context) => {
1668
1668
  ConstantInitializationVector: [, smithy_client_1.expectString, `constantInitializationVector`],
1669
1669
  EncryptionMethod: [, smithy_client_1.expectString, `encryptionMethod`],
1670
1670
  KeyRotationIntervalSeconds: [, smithy_client_1.expectInt32, `keyRotationIntervalSeconds`],
1671
- SpekeKeyProvider: (_) => [, de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1671
+ SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1672
1672
  });
1673
1673
  };
1674
1674
  const de_CmafPackage = (output, context) => {
1675
1675
  return (0, smithy_client_1.take)(output, {
1676
- Encryption: (_) => [, de_CmafEncryption(_, context), `encryption`],
1677
- HlsManifests: (_) => [, de___listOfHlsManifest(_, context), `hlsManifests`],
1676
+ Encryption: [, (_) => de_CmafEncryption(_, context), `encryption`],
1677
+ HlsManifests: [, (_) => de___listOfHlsManifest(_, context), `hlsManifests`],
1678
1678
  SegmentDurationSeconds: [, smithy_client_1.expectInt32, `segmentDurationSeconds`],
1679
1679
  SegmentPrefix: [, smithy_client_1.expectString, `segmentPrefix`],
1680
- StreamSelection: (_) => [, de_StreamSelection(_, context), `streamSelection`],
1680
+ StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
1681
1681
  });
1682
1682
  };
1683
1683
  const de_DashEncryption = (output, context) => {
1684
1684
  return (0, smithy_client_1.take)(output, {
1685
1685
  KeyRotationIntervalSeconds: [, smithy_client_1.expectInt32, `keyRotationIntervalSeconds`],
1686
- SpekeKeyProvider: (_) => [, de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1686
+ SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1687
1687
  });
1688
1688
  };
1689
1689
  const de_DashPackage = (output, context) => {
1690
1690
  return (0, smithy_client_1.take)(output, {
1691
1691
  AdTriggers: [, smithy_client_1._json, `adTriggers`],
1692
1692
  AdsOnDeliveryRestrictions: [, smithy_client_1.expectString, `adsOnDeliveryRestrictions`],
1693
- Encryption: (_) => [, de_DashEncryption(_, context), `encryption`],
1693
+ Encryption: [, (_) => de_DashEncryption(_, context), `encryption`],
1694
1694
  IncludeIframeOnlyStream: [, smithy_client_1.expectBoolean, `includeIframeOnlyStream`],
1695
1695
  ManifestLayout: [, smithy_client_1.expectString, `manifestLayout`],
1696
1696
  ManifestWindowSeconds: [, smithy_client_1.expectInt32, `manifestWindowSeconds`],
@@ -1700,7 +1700,7 @@ const de_DashPackage = (output, context) => {
1700
1700
  Profile: [, smithy_client_1.expectString, `profile`],
1701
1701
  SegmentDurationSeconds: [, smithy_client_1.expectInt32, `segmentDurationSeconds`],
1702
1702
  SegmentTemplateFormat: [, smithy_client_1.expectString, `segmentTemplateFormat`],
1703
- StreamSelection: (_) => [, de_StreamSelection(_, context), `streamSelection`],
1703
+ StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
1704
1704
  SuggestedPresentationDelaySeconds: [, smithy_client_1.expectInt32, `suggestedPresentationDelaySeconds`],
1705
1705
  UtcTiming: [, smithy_client_1.expectString, `utcTiming`],
1706
1706
  UtcTimingUri: [, smithy_client_1.expectString, `utcTimingUri`],
@@ -1725,7 +1725,7 @@ const de_HarvestJob = (output, context) => {
1725
1725
  EndTime: [, smithy_client_1.expectString, `endTime`],
1726
1726
  Id: [, smithy_client_1.expectString, `id`],
1727
1727
  OriginEndpointId: [, smithy_client_1.expectString, `originEndpointId`],
1728
- S3Destination: (_) => [, de_S3Destination(_, context), `s3Destination`],
1728
+ S3Destination: [, (_) => de_S3Destination(_, context), `s3Destination`],
1729
1729
  StartTime: [, smithy_client_1.expectString, `startTime`],
1730
1730
  Status: [, smithy_client_1.expectString, `status`],
1731
1731
  });
@@ -1736,12 +1736,12 @@ const de_HlsEncryption = (output, context) => {
1736
1736
  EncryptionMethod: [, smithy_client_1.expectString, `encryptionMethod`],
1737
1737
  KeyRotationIntervalSeconds: [, smithy_client_1.expectInt32, `keyRotationIntervalSeconds`],
1738
1738
  RepeatExtXKey: [, smithy_client_1.expectBoolean, `repeatExtXKey`],
1739
- SpekeKeyProvider: (_) => [, de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1739
+ SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1740
1740
  });
1741
1741
  };
1742
1742
  const de_HlsIngest = (output, context) => {
1743
1743
  return (0, smithy_client_1.take)(output, {
1744
- IngestEndpoints: (_) => [, de___listOfIngestEndpoint(_, context), `ingestEndpoints`],
1744
+ IngestEndpoints: [, (_) => de___listOfIngestEndpoint(_, context), `ingestEndpoints`],
1745
1745
  });
1746
1746
  };
1747
1747
  const de_HlsManifest = (output, context) => {
@@ -1763,14 +1763,14 @@ const de_HlsPackage = (output, context) => {
1763
1763
  AdMarkers: [, smithy_client_1.expectString, `adMarkers`],
1764
1764
  AdTriggers: [, smithy_client_1._json, `adTriggers`],
1765
1765
  AdsOnDeliveryRestrictions: [, smithy_client_1.expectString, `adsOnDeliveryRestrictions`],
1766
- Encryption: (_) => [, de_HlsEncryption(_, context), `encryption`],
1766
+ Encryption: [, (_) => de_HlsEncryption(_, context), `encryption`],
1767
1767
  IncludeDvbSubtitles: [, smithy_client_1.expectBoolean, `includeDvbSubtitles`],
1768
1768
  IncludeIframeOnlyStream: [, smithy_client_1.expectBoolean, `includeIframeOnlyStream`],
1769
1769
  PlaylistType: [, smithy_client_1.expectString, `playlistType`],
1770
1770
  PlaylistWindowSeconds: [, smithy_client_1.expectInt32, `playlistWindowSeconds`],
1771
1771
  ProgramDateTimeIntervalSeconds: [, smithy_client_1.expectInt32, `programDateTimeIntervalSeconds`],
1772
1772
  SegmentDurationSeconds: [, smithy_client_1.expectInt32, `segmentDurationSeconds`],
1773
- StreamSelection: (_) => [, de_StreamSelection(_, context), `streamSelection`],
1773
+ StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
1774
1774
  UseAudioRenditionGroup: [, smithy_client_1.expectBoolean, `useAudioRenditionGroup`],
1775
1775
  });
1776
1776
  };
@@ -1789,30 +1789,30 @@ const de_IngressAccessLogs = (output, context) => {
1789
1789
  };
1790
1790
  const de_MssEncryption = (output, context) => {
1791
1791
  return (0, smithy_client_1.take)(output, {
1792
- SpekeKeyProvider: (_) => [, de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1792
+ SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1793
1793
  });
1794
1794
  };
1795
1795
  const de_MssPackage = (output, context) => {
1796
1796
  return (0, smithy_client_1.take)(output, {
1797
- Encryption: (_) => [, de_MssEncryption(_, context), `encryption`],
1797
+ Encryption: [, (_) => de_MssEncryption(_, context), `encryption`],
1798
1798
  ManifestWindowSeconds: [, smithy_client_1.expectInt32, `manifestWindowSeconds`],
1799
1799
  SegmentDurationSeconds: [, smithy_client_1.expectInt32, `segmentDurationSeconds`],
1800
- StreamSelection: (_) => [, de_StreamSelection(_, context), `streamSelection`],
1800
+ StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
1801
1801
  });
1802
1802
  };
1803
1803
  const de_OriginEndpoint = (output, context) => {
1804
1804
  return (0, smithy_client_1.take)(output, {
1805
1805
  Arn: [, smithy_client_1.expectString, `arn`],
1806
- Authorization: (_) => [, de_Authorization(_, context), `authorization`],
1806
+ Authorization: [, (_) => de_Authorization(_, context), `authorization`],
1807
1807
  ChannelId: [, smithy_client_1.expectString, `channelId`],
1808
- CmafPackage: (_) => [, de_CmafPackage(_, context), `cmafPackage`],
1808
+ CmafPackage: [, (_) => de_CmafPackage(_, context), `cmafPackage`],
1809
1809
  CreatedAt: [, smithy_client_1.expectString, `createdAt`],
1810
- DashPackage: (_) => [, de_DashPackage(_, context), `dashPackage`],
1810
+ DashPackage: [, (_) => de_DashPackage(_, context), `dashPackage`],
1811
1811
  Description: [, smithy_client_1.expectString, `description`],
1812
- HlsPackage: (_) => [, de_HlsPackage(_, context), `hlsPackage`],
1812
+ HlsPackage: [, (_) => de_HlsPackage(_, context), `hlsPackage`],
1813
1813
  Id: [, smithy_client_1.expectString, `id`],
1814
1814
  ManifestName: [, smithy_client_1.expectString, `manifestName`],
1815
- MssPackage: (_) => [, de_MssPackage(_, context), `mssPackage`],
1815
+ MssPackage: [, (_) => de_MssPackage(_, context), `mssPackage`],
1816
1816
  Origination: [, smithy_client_1.expectString, `origination`],
1817
1817
  StartoverWindowSeconds: [, smithy_client_1.expectInt32, `startoverWindowSeconds`],
1818
1818
  Tags: [, smithy_client_1._json, `tags`],
@@ -1831,9 +1831,9 @@ const de_S3Destination = (output, context) => {
1831
1831
  const de_SpekeKeyProvider = (output, context) => {
1832
1832
  return (0, smithy_client_1.take)(output, {
1833
1833
  CertificateArn: [, smithy_client_1.expectString, `certificateArn`],
1834
- EncryptionContractConfiguration: (_) => [
1834
+ EncryptionContractConfiguration: [
1835
1835
  ,
1836
- de_EncryptionContractConfiguration(_, context),
1836
+ (_) => de_EncryptionContractConfiguration(_, context),
1837
1837
  `encryptionContractConfiguration`,
1838
1838
  ],
1839
1839
  ResourceId: [, smithy_client_1.expectString, `resourceId`],
@@ -1615,10 +1615,10 @@ const de_Channel = (output, context) => {
1615
1615
  Arn: [, __expectString, `arn`],
1616
1616
  CreatedAt: [, __expectString, `createdAt`],
1617
1617
  Description: [, __expectString, `description`],
1618
- EgressAccessLogs: (_) => [, de_EgressAccessLogs(_, context), `egressAccessLogs`],
1619
- HlsIngest: (_) => [, de_HlsIngest(_, context), `hlsIngest`],
1618
+ EgressAccessLogs: [, (_) => de_EgressAccessLogs(_, context), `egressAccessLogs`],
1619
+ HlsIngest: [, (_) => de_HlsIngest(_, context), `hlsIngest`],
1620
1620
  Id: [, __expectString, `id`],
1621
- IngressAccessLogs: (_) => [, de_IngressAccessLogs(_, context), `ingressAccessLogs`],
1621
+ IngressAccessLogs: [, (_) => de_IngressAccessLogs(_, context), `ingressAccessLogs`],
1622
1622
  Tags: [, _json, `tags`],
1623
1623
  });
1624
1624
  };
@@ -1627,29 +1627,29 @@ const de_CmafEncryption = (output, context) => {
1627
1627
  ConstantInitializationVector: [, __expectString, `constantInitializationVector`],
1628
1628
  EncryptionMethod: [, __expectString, `encryptionMethod`],
1629
1629
  KeyRotationIntervalSeconds: [, __expectInt32, `keyRotationIntervalSeconds`],
1630
- SpekeKeyProvider: (_) => [, de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1630
+ SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1631
1631
  });
1632
1632
  };
1633
1633
  const de_CmafPackage = (output, context) => {
1634
1634
  return take(output, {
1635
- Encryption: (_) => [, de_CmafEncryption(_, context), `encryption`],
1636
- HlsManifests: (_) => [, de___listOfHlsManifest(_, context), `hlsManifests`],
1635
+ Encryption: [, (_) => de_CmafEncryption(_, context), `encryption`],
1636
+ HlsManifests: [, (_) => de___listOfHlsManifest(_, context), `hlsManifests`],
1637
1637
  SegmentDurationSeconds: [, __expectInt32, `segmentDurationSeconds`],
1638
1638
  SegmentPrefix: [, __expectString, `segmentPrefix`],
1639
- StreamSelection: (_) => [, de_StreamSelection(_, context), `streamSelection`],
1639
+ StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
1640
1640
  });
1641
1641
  };
1642
1642
  const de_DashEncryption = (output, context) => {
1643
1643
  return take(output, {
1644
1644
  KeyRotationIntervalSeconds: [, __expectInt32, `keyRotationIntervalSeconds`],
1645
- SpekeKeyProvider: (_) => [, de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1645
+ SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1646
1646
  });
1647
1647
  };
1648
1648
  const de_DashPackage = (output, context) => {
1649
1649
  return take(output, {
1650
1650
  AdTriggers: [, _json, `adTriggers`],
1651
1651
  AdsOnDeliveryRestrictions: [, __expectString, `adsOnDeliveryRestrictions`],
1652
- Encryption: (_) => [, de_DashEncryption(_, context), `encryption`],
1652
+ Encryption: [, (_) => de_DashEncryption(_, context), `encryption`],
1653
1653
  IncludeIframeOnlyStream: [, __expectBoolean, `includeIframeOnlyStream`],
1654
1654
  ManifestLayout: [, __expectString, `manifestLayout`],
1655
1655
  ManifestWindowSeconds: [, __expectInt32, `manifestWindowSeconds`],
@@ -1659,7 +1659,7 @@ const de_DashPackage = (output, context) => {
1659
1659
  Profile: [, __expectString, `profile`],
1660
1660
  SegmentDurationSeconds: [, __expectInt32, `segmentDurationSeconds`],
1661
1661
  SegmentTemplateFormat: [, __expectString, `segmentTemplateFormat`],
1662
- StreamSelection: (_) => [, de_StreamSelection(_, context), `streamSelection`],
1662
+ StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
1663
1663
  SuggestedPresentationDelaySeconds: [, __expectInt32, `suggestedPresentationDelaySeconds`],
1664
1664
  UtcTiming: [, __expectString, `utcTiming`],
1665
1665
  UtcTimingUri: [, __expectString, `utcTimingUri`],
@@ -1684,7 +1684,7 @@ const de_HarvestJob = (output, context) => {
1684
1684
  EndTime: [, __expectString, `endTime`],
1685
1685
  Id: [, __expectString, `id`],
1686
1686
  OriginEndpointId: [, __expectString, `originEndpointId`],
1687
- S3Destination: (_) => [, de_S3Destination(_, context), `s3Destination`],
1687
+ S3Destination: [, (_) => de_S3Destination(_, context), `s3Destination`],
1688
1688
  StartTime: [, __expectString, `startTime`],
1689
1689
  Status: [, __expectString, `status`],
1690
1690
  });
@@ -1695,12 +1695,12 @@ const de_HlsEncryption = (output, context) => {
1695
1695
  EncryptionMethod: [, __expectString, `encryptionMethod`],
1696
1696
  KeyRotationIntervalSeconds: [, __expectInt32, `keyRotationIntervalSeconds`],
1697
1697
  RepeatExtXKey: [, __expectBoolean, `repeatExtXKey`],
1698
- SpekeKeyProvider: (_) => [, de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1698
+ SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1699
1699
  });
1700
1700
  };
1701
1701
  const de_HlsIngest = (output, context) => {
1702
1702
  return take(output, {
1703
- IngestEndpoints: (_) => [, de___listOfIngestEndpoint(_, context), `ingestEndpoints`],
1703
+ IngestEndpoints: [, (_) => de___listOfIngestEndpoint(_, context), `ingestEndpoints`],
1704
1704
  });
1705
1705
  };
1706
1706
  const de_HlsManifest = (output, context) => {
@@ -1722,14 +1722,14 @@ const de_HlsPackage = (output, context) => {
1722
1722
  AdMarkers: [, __expectString, `adMarkers`],
1723
1723
  AdTriggers: [, _json, `adTriggers`],
1724
1724
  AdsOnDeliveryRestrictions: [, __expectString, `adsOnDeliveryRestrictions`],
1725
- Encryption: (_) => [, de_HlsEncryption(_, context), `encryption`],
1725
+ Encryption: [, (_) => de_HlsEncryption(_, context), `encryption`],
1726
1726
  IncludeDvbSubtitles: [, __expectBoolean, `includeDvbSubtitles`],
1727
1727
  IncludeIframeOnlyStream: [, __expectBoolean, `includeIframeOnlyStream`],
1728
1728
  PlaylistType: [, __expectString, `playlistType`],
1729
1729
  PlaylistWindowSeconds: [, __expectInt32, `playlistWindowSeconds`],
1730
1730
  ProgramDateTimeIntervalSeconds: [, __expectInt32, `programDateTimeIntervalSeconds`],
1731
1731
  SegmentDurationSeconds: [, __expectInt32, `segmentDurationSeconds`],
1732
- StreamSelection: (_) => [, de_StreamSelection(_, context), `streamSelection`],
1732
+ StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
1733
1733
  UseAudioRenditionGroup: [, __expectBoolean, `useAudioRenditionGroup`],
1734
1734
  });
1735
1735
  };
@@ -1748,30 +1748,30 @@ const de_IngressAccessLogs = (output, context) => {
1748
1748
  };
1749
1749
  const de_MssEncryption = (output, context) => {
1750
1750
  return take(output, {
1751
- SpekeKeyProvider: (_) => [, de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1751
+ SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
1752
1752
  });
1753
1753
  };
1754
1754
  const de_MssPackage = (output, context) => {
1755
1755
  return take(output, {
1756
- Encryption: (_) => [, de_MssEncryption(_, context), `encryption`],
1756
+ Encryption: [, (_) => de_MssEncryption(_, context), `encryption`],
1757
1757
  ManifestWindowSeconds: [, __expectInt32, `manifestWindowSeconds`],
1758
1758
  SegmentDurationSeconds: [, __expectInt32, `segmentDurationSeconds`],
1759
- StreamSelection: (_) => [, de_StreamSelection(_, context), `streamSelection`],
1759
+ StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
1760
1760
  });
1761
1761
  };
1762
1762
  const de_OriginEndpoint = (output, context) => {
1763
1763
  return take(output, {
1764
1764
  Arn: [, __expectString, `arn`],
1765
- Authorization: (_) => [, de_Authorization(_, context), `authorization`],
1765
+ Authorization: [, (_) => de_Authorization(_, context), `authorization`],
1766
1766
  ChannelId: [, __expectString, `channelId`],
1767
- CmafPackage: (_) => [, de_CmafPackage(_, context), `cmafPackage`],
1767
+ CmafPackage: [, (_) => de_CmafPackage(_, context), `cmafPackage`],
1768
1768
  CreatedAt: [, __expectString, `createdAt`],
1769
- DashPackage: (_) => [, de_DashPackage(_, context), `dashPackage`],
1769
+ DashPackage: [, (_) => de_DashPackage(_, context), `dashPackage`],
1770
1770
  Description: [, __expectString, `description`],
1771
- HlsPackage: (_) => [, de_HlsPackage(_, context), `hlsPackage`],
1771
+ HlsPackage: [, (_) => de_HlsPackage(_, context), `hlsPackage`],
1772
1772
  Id: [, __expectString, `id`],
1773
1773
  ManifestName: [, __expectString, `manifestName`],
1774
- MssPackage: (_) => [, de_MssPackage(_, context), `mssPackage`],
1774
+ MssPackage: [, (_) => de_MssPackage(_, context), `mssPackage`],
1775
1775
  Origination: [, __expectString, `origination`],
1776
1776
  StartoverWindowSeconds: [, __expectInt32, `startoverWindowSeconds`],
1777
1777
  Tags: [, _json, `tags`],
@@ -1790,9 +1790,9 @@ const de_S3Destination = (output, context) => {
1790
1790
  const de_SpekeKeyProvider = (output, context) => {
1791
1791
  return take(output, {
1792
1792
  CertificateArn: [, __expectString, `certificateArn`],
1793
- EncryptionContractConfiguration: (_) => [
1793
+ EncryptionContractConfiguration: [
1794
1794
  ,
1795
- de_EncryptionContractConfiguration(_, context),
1795
+ (_) => de_EncryptionContractConfiguration(_, context),
1796
1796
  `encryptionContractConfiguration`,
1797
1797
  ],
1798
1798
  ResourceId: [, __expectString, `resourceId`],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackage",
3
3
  "description": "AWS SDK for JavaScript Mediapackage Client for Node.js, Browser and React Native",
4
- "version": "3.319.0",
4
+ "version": "3.321.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.319.0",
24
+ "@aws-sdk/client-sts": "3.321.1",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.319.0",
26
+ "@aws-sdk/credential-provider-node": "3.321.1",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/middleware-stack": "3.310.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.319.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
- "@aws-sdk/node-http-handler": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
43
  "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",