@aws-sdk/client-rolesanywhere 3.588.0 → 3.592.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 (69) hide show
  1. package/dist-cjs/index.js +0 -30
  2. package/dist-types/RolesAnywhereClient.d.ts +4 -4
  3. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteAttributeMappingCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteCrlCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +2 -1
  9. package/dist-types/commands/DisableCrlCommand.d.ts +2 -1
  10. package/dist-types/commands/DisableProfileCommand.d.ts +2 -1
  11. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +2 -1
  12. package/dist-types/commands/EnableCrlCommand.d.ts +2 -1
  13. package/dist-types/commands/EnableProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +2 -1
  15. package/dist-types/commands/GetCrlCommand.d.ts +2 -1
  16. package/dist-types/commands/GetProfileCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSubjectCommand.d.ts +2 -1
  18. package/dist-types/commands/GetTrustAnchorCommand.d.ts +2 -1
  19. package/dist-types/commands/ImportCrlCommand.d.ts +2 -1
  20. package/dist-types/commands/ListCrlsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListSubjectsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +2 -1
  25. package/dist-types/commands/PutAttributeMappingCommand.d.ts +2 -1
  26. package/dist-types/commands/PutNotificationSettingsCommand.d.ts +2 -1
  27. package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateCrlCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +2 -1
  33. package/dist-types/index.d.ts +2 -2
  34. package/dist-types/models/RolesAnywhereServiceException.d.ts +2 -1
  35. package/dist-types/runtimeConfig.native.d.ts +1 -1
  36. package/dist-types/ts3.4/RolesAnywhereClient.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteAttributeMappingCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/PutAttributeMappingCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/models/RolesAnywhereServiceException.d.ts +2 -1
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  69. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -228,7 +228,6 @@ var RolesAnywhereClient = _RolesAnywhereClient;
228
228
 
229
229
  var import_middleware_serde = require("@smithy/middleware-serde");
230
230
 
231
- var import_types = require("@smithy/types");
232
231
 
233
232
  // src/models/models_0.ts
234
233
 
@@ -1406,7 +1405,6 @@ var CreateProfileCommand = _CreateProfileCommand;
1406
1405
 
1407
1406
 
1408
1407
 
1409
-
1410
1408
  var _CreateTrustAnchorCommand = class _CreateTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
1411
1409
  ...commonParams
1412
1410
  }).m(function(Command, cs, config, o) {
@@ -1423,7 +1421,6 @@ var CreateTrustAnchorCommand = _CreateTrustAnchorCommand;
1423
1421
 
1424
1422
 
1425
1423
 
1426
-
1427
1424
  var _DeleteAttributeMappingCommand = class _DeleteAttributeMappingCommand extends import_smithy_client.Command.classBuilder().ep({
1428
1425
  ...commonParams
1429
1426
  }).m(function(Command, cs, config, o) {
@@ -1440,7 +1437,6 @@ var DeleteAttributeMappingCommand = _DeleteAttributeMappingCommand;
1440
1437
 
1441
1438
 
1442
1439
 
1443
-
1444
1440
  var _DeleteCrlCommand = class _DeleteCrlCommand extends import_smithy_client.Command.classBuilder().ep({
1445
1441
  ...commonParams
1446
1442
  }).m(function(Command, cs, config, o) {
@@ -1457,7 +1453,6 @@ var DeleteCrlCommand = _DeleteCrlCommand;
1457
1453
 
1458
1454
 
1459
1455
 
1460
-
1461
1456
  var _DeleteProfileCommand = class _DeleteProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1462
1457
  ...commonParams
1463
1458
  }).m(function(Command, cs, config, o) {
@@ -1474,7 +1469,6 @@ var DeleteProfileCommand = _DeleteProfileCommand;
1474
1469
 
1475
1470
 
1476
1471
 
1477
-
1478
1472
  var _DeleteTrustAnchorCommand = class _DeleteTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
1479
1473
  ...commonParams
1480
1474
  }).m(function(Command, cs, config, o) {
@@ -1491,7 +1485,6 @@ var DeleteTrustAnchorCommand = _DeleteTrustAnchorCommand;
1491
1485
 
1492
1486
 
1493
1487
 
1494
-
1495
1488
  var _DisableCrlCommand = class _DisableCrlCommand extends import_smithy_client.Command.classBuilder().ep({
1496
1489
  ...commonParams
1497
1490
  }).m(function(Command, cs, config, o) {
@@ -1508,7 +1501,6 @@ var DisableCrlCommand = _DisableCrlCommand;
1508
1501
 
1509
1502
 
1510
1503
 
1511
-
1512
1504
  var _DisableProfileCommand = class _DisableProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1513
1505
  ...commonParams
1514
1506
  }).m(function(Command, cs, config, o) {
@@ -1525,7 +1517,6 @@ var DisableProfileCommand = _DisableProfileCommand;
1525
1517
 
1526
1518
 
1527
1519
 
1528
-
1529
1520
  var _DisableTrustAnchorCommand = class _DisableTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
1530
1521
  ...commonParams
1531
1522
  }).m(function(Command, cs, config, o) {
@@ -1542,7 +1533,6 @@ var DisableTrustAnchorCommand = _DisableTrustAnchorCommand;
1542
1533
 
1543
1534
 
1544
1535
 
1545
-
1546
1536
  var _EnableCrlCommand = class _EnableCrlCommand extends import_smithy_client.Command.classBuilder().ep({
1547
1537
  ...commonParams
1548
1538
  }).m(function(Command, cs, config, o) {
@@ -1559,7 +1549,6 @@ var EnableCrlCommand = _EnableCrlCommand;
1559
1549
 
1560
1550
 
1561
1551
 
1562
-
1563
1552
  var _EnableProfileCommand = class _EnableProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1564
1553
  ...commonParams
1565
1554
  }).m(function(Command, cs, config, o) {
@@ -1576,7 +1565,6 @@ var EnableProfileCommand = _EnableProfileCommand;
1576
1565
 
1577
1566
 
1578
1567
 
1579
-
1580
1568
  var _EnableTrustAnchorCommand = class _EnableTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
1581
1569
  ...commonParams
1582
1570
  }).m(function(Command, cs, config, o) {
@@ -1593,7 +1581,6 @@ var EnableTrustAnchorCommand = _EnableTrustAnchorCommand;
1593
1581
 
1594
1582
 
1595
1583
 
1596
-
1597
1584
  var _GetCrlCommand = class _GetCrlCommand extends import_smithy_client.Command.classBuilder().ep({
1598
1585
  ...commonParams
1599
1586
  }).m(function(Command, cs, config, o) {
@@ -1610,7 +1597,6 @@ var GetCrlCommand = _GetCrlCommand;
1610
1597
 
1611
1598
 
1612
1599
 
1613
-
1614
1600
  var _GetProfileCommand = class _GetProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1615
1601
  ...commonParams
1616
1602
  }).m(function(Command, cs, config, o) {
@@ -1627,7 +1613,6 @@ var GetProfileCommand = _GetProfileCommand;
1627
1613
 
1628
1614
 
1629
1615
 
1630
-
1631
1616
  var _GetSubjectCommand = class _GetSubjectCommand extends import_smithy_client.Command.classBuilder().ep({
1632
1617
  ...commonParams
1633
1618
  }).m(function(Command, cs, config, o) {
@@ -1644,7 +1629,6 @@ var GetSubjectCommand = _GetSubjectCommand;
1644
1629
 
1645
1630
 
1646
1631
 
1647
-
1648
1632
  var _GetTrustAnchorCommand = class _GetTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
1649
1633
  ...commonParams
1650
1634
  }).m(function(Command, cs, config, o) {
@@ -1661,7 +1645,6 @@ var GetTrustAnchorCommand = _GetTrustAnchorCommand;
1661
1645
 
1662
1646
 
1663
1647
 
1664
-
1665
1648
  var _ImportCrlCommand = class _ImportCrlCommand extends import_smithy_client.Command.classBuilder().ep({
1666
1649
  ...commonParams
1667
1650
  }).m(function(Command, cs, config, o) {
@@ -1678,7 +1661,6 @@ var ImportCrlCommand = _ImportCrlCommand;
1678
1661
 
1679
1662
 
1680
1663
 
1681
-
1682
1664
  var _ListCrlsCommand = class _ListCrlsCommand extends import_smithy_client.Command.classBuilder().ep({
1683
1665
  ...commonParams
1684
1666
  }).m(function(Command, cs, config, o) {
@@ -1695,7 +1677,6 @@ var ListCrlsCommand = _ListCrlsCommand;
1695
1677
 
1696
1678
 
1697
1679
 
1698
-
1699
1680
  var _ListProfilesCommand = class _ListProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
1700
1681
  ...commonParams
1701
1682
  }).m(function(Command, cs, config, o) {
@@ -1712,7 +1693,6 @@ var ListProfilesCommand = _ListProfilesCommand;
1712
1693
 
1713
1694
 
1714
1695
 
1715
-
1716
1696
  var _ListSubjectsCommand = class _ListSubjectsCommand extends import_smithy_client.Command.classBuilder().ep({
1717
1697
  ...commonParams
1718
1698
  }).m(function(Command, cs, config, o) {
@@ -1729,7 +1709,6 @@ var ListSubjectsCommand = _ListSubjectsCommand;
1729
1709
 
1730
1710
 
1731
1711
 
1732
-
1733
1712
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1734
1713
  ...commonParams
1735
1714
  }).m(function(Command, cs, config, o) {
@@ -1746,7 +1725,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1746
1725
 
1747
1726
 
1748
1727
 
1749
-
1750
1728
  var _ListTrustAnchorsCommand = class _ListTrustAnchorsCommand extends import_smithy_client.Command.classBuilder().ep({
1751
1729
  ...commonParams
1752
1730
  }).m(function(Command, cs, config, o) {
@@ -1763,7 +1741,6 @@ var ListTrustAnchorsCommand = _ListTrustAnchorsCommand;
1763
1741
 
1764
1742
 
1765
1743
 
1766
-
1767
1744
  var _PutAttributeMappingCommand = class _PutAttributeMappingCommand extends import_smithy_client.Command.classBuilder().ep({
1768
1745
  ...commonParams
1769
1746
  }).m(function(Command, cs, config, o) {
@@ -1780,7 +1757,6 @@ var PutAttributeMappingCommand = _PutAttributeMappingCommand;
1780
1757
 
1781
1758
 
1782
1759
 
1783
-
1784
1760
  var _PutNotificationSettingsCommand = class _PutNotificationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1785
1761
  ...commonParams
1786
1762
  }).m(function(Command, cs, config, o) {
@@ -1797,7 +1773,6 @@ var PutNotificationSettingsCommand = _PutNotificationSettingsCommand;
1797
1773
 
1798
1774
 
1799
1775
 
1800
-
1801
1776
  var _ResetNotificationSettingsCommand = class _ResetNotificationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1802
1777
  ...commonParams
1803
1778
  }).m(function(Command, cs, config, o) {
@@ -1814,7 +1789,6 @@ var ResetNotificationSettingsCommand = _ResetNotificationSettingsCommand;
1814
1789
 
1815
1790
 
1816
1791
 
1817
-
1818
1792
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1819
1793
  ...commonParams
1820
1794
  }).m(function(Command, cs, config, o) {
@@ -1831,7 +1805,6 @@ var TagResourceCommand = _TagResourceCommand;
1831
1805
 
1832
1806
 
1833
1807
 
1834
-
1835
1808
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1836
1809
  ...commonParams
1837
1810
  }).m(function(Command, cs, config, o) {
@@ -1848,7 +1821,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1848
1821
 
1849
1822
 
1850
1823
 
1851
-
1852
1824
  var _UpdateCrlCommand = class _UpdateCrlCommand extends import_smithy_client.Command.classBuilder().ep({
1853
1825
  ...commonParams
1854
1826
  }).m(function(Command, cs, config, o) {
@@ -1865,7 +1837,6 @@ var UpdateCrlCommand = _UpdateCrlCommand;
1865
1837
 
1866
1838
 
1867
1839
 
1868
-
1869
1840
  var _UpdateProfileCommand = class _UpdateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
1870
1841
  ...commonParams
1871
1842
  }).m(function(Command, cs, config, o) {
@@ -1882,7 +1853,6 @@ var UpdateProfileCommand = _UpdateProfileCommand;
1882
1853
 
1883
1854
 
1884
1855
 
1885
-
1886
1856
  var _UpdateTrustAnchorCommand = class _UpdateTrustAnchorCommand extends import_smithy_client.Command.classBuilder().ep({
1887
1857
  ...commonParams
1888
1858
  }).m(function(Command, cs, config, o) {
@@ -120,15 +120,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
120
120
  * Enables FIPS compatible endpoints.
121
121
  */
122
122
  useFipsEndpoint?: boolean | __Provider<boolean>;
123
+ /**
124
+ * The AWS region to which this client will send requests
125
+ */
126
+ region?: string | __Provider<string>;
123
127
  /**
124
128
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
125
129
  * @internal
126
130
  */
127
131
  defaultUserAgentProvider?: Provider<__UserAgent>;
128
- /**
129
- * The AWS region to which this client will send requests
130
- */
131
- region?: string | __Provider<string>;
132
132
  /**
133
133
  * Default credentials provider; Not available in browser runtime.
134
134
  * @deprecated
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputType
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -20,8 +20,8 @@
20
20
  export * from "./RolesAnywhereClient";
21
21
  export * from "./RolesAnywhere";
22
22
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
23
- export { RuntimeExtension } from "./runtimeExtensions";
24
- export { RolesAnywhereExtensionConfiguration } from "./extensionConfiguration";
23
+ export type { RuntimeExtension } from "./runtimeExtensions";
24
+ export type { RolesAnywhereExtensionConfiguration } from "./extensionConfiguration";
25
25
  export * from "./commands";
26
26
  export * from "./pagination";
27
27
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -250,8 +250,8 @@ export interface ClientDefaults
250
250
  serviceId?: string;
251
251
  useDualstackEndpoint?: boolean | __Provider<boolean>;
252
252
  useFipsEndpoint?: boolean | __Provider<boolean>;
253
- defaultUserAgentProvider?: Provider<__UserAgent>;
254
253
  region?: string | __Provider<string>;
254
+ defaultUserAgentProvider?: Provider<__UserAgent>;
255
255
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
256
256
  maxAttempts?: number | __Provider<number>;
257
257
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateProfileCommandInput extends CreateProfileRequest {}
14
15
  export interface CreateProfileCommandOutput
15
16
  extends ProfileDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateTrustAnchorCommandInput
14
15
  extends CreateTrustAnchorRequest {}
15
16
  export interface CreateTrustAnchorCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAttributeMappingCommandInput
14
15
  extends DeleteAttributeMappingRequest {}
15
16
  export interface DeleteAttributeMappingCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteCrlCommandInput extends ScalarCrlRequest {}
11
12
  export interface DeleteCrlCommandOutput
12
13
  extends CrlDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteProfileCommandInput extends ScalarProfileRequest {}
14
15
  export interface DeleteProfileCommandOutput
15
16
  extends ProfileDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteTrustAnchorCommandInput
14
15
  extends ScalarTrustAnchorRequest {}
15
16
  export interface DeleteTrustAnchorCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DisableCrlCommandInput extends ScalarCrlRequest {}
11
12
  export interface DisableCrlCommandOutput
12
13
  extends CrlDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisableProfileCommandInput extends ScalarProfileRequest {}
14
15
  export interface DisableProfileCommandOutput
15
16
  extends ProfileDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisableTrustAnchorCommandInput
14
15
  extends ScalarTrustAnchorRequest {}
15
16
  export interface DisableTrustAnchorCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface EnableCrlCommandInput extends ScalarCrlRequest {}
11
12
  export interface EnableCrlCommandOutput
12
13
  extends CrlDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface EnableProfileCommandInput extends ScalarProfileRequest {}
14
15
  export interface EnableProfileCommandOutput
15
16
  extends ProfileDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface EnableTrustAnchorCommandInput
14
15
  extends ScalarTrustAnchorRequest {}
15
16
  export interface EnableTrustAnchorCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetCrlCommandInput extends ScalarCrlRequest {}
11
12
  export interface GetCrlCommandOutput
12
13
  extends CrlDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetProfileCommandInput extends ScalarProfileRequest {}
14
15
  export interface GetProfileCommandOutput
15
16
  extends ProfileDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSubjectCommandInput extends ScalarSubjectRequest {}
14
15
  export interface GetSubjectCommandOutput
15
16
  extends SubjectDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTrustAnchorCommandInput extends ScalarTrustAnchorRequest {}
14
15
  export interface GetTrustAnchorCommandOutput
15
16
  extends TrustAnchorDetailResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ImportCrlCommandInput extends ImportCrlRequest {}
11
12
  export interface ImportCrlCommandOutput
12
13
  extends CrlDetailResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListCrlsCommandInput extends ListRequest {}
11
12
  export interface ListCrlsCommandOutput
12
13
  extends ListCrlsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListProfilesCommandInput extends ListRequest {}
11
12
  export interface ListProfilesCommandOutput
12
13
  extends ListProfilesResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListSubjectsCommandInput extends ListRequest {}
11
12
  export interface ListSubjectsCommandOutput
12
13
  extends ListSubjectsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTrustAnchorsCommandInput extends ListRequest {}
11
12
  export interface ListTrustAnchorsCommandOutput
12
13
  extends ListTrustAnchorsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutAttributeMappingCommandInput
14
15
  extends PutAttributeMappingRequest {}
15
16
  export interface PutAttributeMappingCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutNotificationSettingsCommandInput
14
15
  extends PutNotificationSettingsRequest {}
15
16
  export interface PutNotificationSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ResetNotificationSettingsCommandInput
14
15
  extends ResetNotificationSettingsRequest {}
15
16
  export interface ResetNotificationSettingsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RolesAnywhereClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateCrlCommandInput extends UpdateCrlRequest {}
11
12
  export interface UpdateCrlCommandOutput
12
13
  extends CrlDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateProfileCommandInput extends UpdateProfileRequest {}
14
15
  export interface UpdateProfileCommandOutput
15
16
  extends ProfileDetailResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RolesAnywhereClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateTrustAnchorCommandInput
14
15
  extends UpdateTrustAnchorRequest {}
15
16
  export interface UpdateTrustAnchorCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class RolesAnywhereServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rolesanywhere",
3
3
  "description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.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-rolesanywhere",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",