@aws-sdk/client-b2bi 3.590.0 → 3.593.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.
- package/dist-cjs/index.js +0 -27
- package/dist-types/commands/CreateCapabilityCommand.d.ts +2 -1
- package/dist-types/commands/CreatePartnershipCommand.d.ts +3 -2
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransformerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +2 -1
- package/dist-types/commands/DeletePartnershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransformerCommand.d.ts +2 -1
- package/dist-types/commands/GetCapabilityCommand.d.ts +2 -1
- package/dist-types/commands/GetPartnershipCommand.d.ts +2 -1
- package/dist-types/commands/GetProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetTransformerCommand.d.ts +2 -1
- package/dist-types/commands/GetTransformerJobCommand.d.ts +2 -1
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +14 -1
- package/dist-types/commands/ListPartnershipsCommand.d.ts +2 -1
- package/dist-types/commands/ListProfilesCommand.d.ts +14 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTransformersCommand.d.ts +14 -1
- package/dist-types/commands/StartTransformerJobCommand.d.ts +5 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestMappingCommand.d.ts +2 -1
- package/dist-types/commands/TestParsingCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePartnershipCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTransformerCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/B2biServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePartnershipCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTransformerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePartnershipCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPartnershipCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTransformerJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPartnershipsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTransformersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartTransformerJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TestMappingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TestParsingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePartnershipCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTransformerCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/B2biServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -234,7 +234,6 @@ var B2biClient = _B2biClient;
|
|
|
234
234
|
|
|
235
235
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
236
236
|
|
|
237
|
-
var import_types = require("@smithy/types");
|
|
238
237
|
|
|
239
238
|
// src/protocols/Aws_json1_0.ts
|
|
240
239
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1498,7 +1497,6 @@ var CreateCapabilityCommand = _CreateCapabilityCommand;
|
|
|
1498
1497
|
|
|
1499
1498
|
|
|
1500
1499
|
|
|
1501
|
-
|
|
1502
1500
|
var _CreatePartnershipCommand = class _CreatePartnershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1503
1501
|
...commonParams
|
|
1504
1502
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1515,7 +1513,6 @@ var CreatePartnershipCommand = _CreatePartnershipCommand;
|
|
|
1515
1513
|
|
|
1516
1514
|
|
|
1517
1515
|
|
|
1518
|
-
|
|
1519
1516
|
var _CreateProfileCommand = class _CreateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1520
1517
|
...commonParams
|
|
1521
1518
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1532,7 +1529,6 @@ var CreateProfileCommand = _CreateProfileCommand;
|
|
|
1532
1529
|
|
|
1533
1530
|
|
|
1534
1531
|
|
|
1535
|
-
|
|
1536
1532
|
var _CreateTransformerCommand = class _CreateTransformerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1537
1533
|
...commonParams
|
|
1538
1534
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1549,7 +1545,6 @@ var CreateTransformerCommand = _CreateTransformerCommand;
|
|
|
1549
1545
|
|
|
1550
1546
|
|
|
1551
1547
|
|
|
1552
|
-
|
|
1553
1548
|
var _DeleteCapabilityCommand = class _DeleteCapabilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1554
1549
|
...commonParams
|
|
1555
1550
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1566,7 +1561,6 @@ var DeleteCapabilityCommand = _DeleteCapabilityCommand;
|
|
|
1566
1561
|
|
|
1567
1562
|
|
|
1568
1563
|
|
|
1569
|
-
|
|
1570
1564
|
var _DeletePartnershipCommand = class _DeletePartnershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1571
1565
|
...commonParams
|
|
1572
1566
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1583,7 +1577,6 @@ var DeletePartnershipCommand = _DeletePartnershipCommand;
|
|
|
1583
1577
|
|
|
1584
1578
|
|
|
1585
1579
|
|
|
1586
|
-
|
|
1587
1580
|
var _DeleteProfileCommand = class _DeleteProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1588
1581
|
...commonParams
|
|
1589
1582
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1600,7 +1593,6 @@ var DeleteProfileCommand = _DeleteProfileCommand;
|
|
|
1600
1593
|
|
|
1601
1594
|
|
|
1602
1595
|
|
|
1603
|
-
|
|
1604
1596
|
var _DeleteTransformerCommand = class _DeleteTransformerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1605
1597
|
...commonParams
|
|
1606
1598
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1617,7 +1609,6 @@ var DeleteTransformerCommand = _DeleteTransformerCommand;
|
|
|
1617
1609
|
|
|
1618
1610
|
|
|
1619
1611
|
|
|
1620
|
-
|
|
1621
1612
|
var _GetCapabilityCommand = class _GetCapabilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1622
1613
|
...commonParams
|
|
1623
1614
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1634,7 +1625,6 @@ var GetCapabilityCommand = _GetCapabilityCommand;
|
|
|
1634
1625
|
|
|
1635
1626
|
|
|
1636
1627
|
|
|
1637
|
-
|
|
1638
1628
|
var _GetPartnershipCommand = class _GetPartnershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1639
1629
|
...commonParams
|
|
1640
1630
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1651,7 +1641,6 @@ var GetPartnershipCommand = _GetPartnershipCommand;
|
|
|
1651
1641
|
|
|
1652
1642
|
|
|
1653
1643
|
|
|
1654
|
-
|
|
1655
1644
|
var _GetProfileCommand = class _GetProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1656
1645
|
...commonParams
|
|
1657
1646
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1668,7 +1657,6 @@ var GetProfileCommand = _GetProfileCommand;
|
|
|
1668
1657
|
|
|
1669
1658
|
|
|
1670
1659
|
|
|
1671
|
-
|
|
1672
1660
|
var _GetTransformerCommand = class _GetTransformerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1673
1661
|
...commonParams
|
|
1674
1662
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1685,7 +1673,6 @@ var GetTransformerCommand = _GetTransformerCommand;
|
|
|
1685
1673
|
|
|
1686
1674
|
|
|
1687
1675
|
|
|
1688
|
-
|
|
1689
1676
|
var _GetTransformerJobCommand = class _GetTransformerJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1690
1677
|
...commonParams
|
|
1691
1678
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1702,7 +1689,6 @@ var GetTransformerJobCommand = _GetTransformerJobCommand;
|
|
|
1702
1689
|
|
|
1703
1690
|
|
|
1704
1691
|
|
|
1705
|
-
|
|
1706
1692
|
var _ListCapabilitiesCommand = class _ListCapabilitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1707
1693
|
...commonParams
|
|
1708
1694
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1719,7 +1705,6 @@ var ListCapabilitiesCommand = _ListCapabilitiesCommand;
|
|
|
1719
1705
|
|
|
1720
1706
|
|
|
1721
1707
|
|
|
1722
|
-
|
|
1723
1708
|
var _ListPartnershipsCommand = class _ListPartnershipsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1724
1709
|
...commonParams
|
|
1725
1710
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1736,7 +1721,6 @@ var ListPartnershipsCommand = _ListPartnershipsCommand;
|
|
|
1736
1721
|
|
|
1737
1722
|
|
|
1738
1723
|
|
|
1739
|
-
|
|
1740
1724
|
var _ListProfilesCommand = class _ListProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1741
1725
|
...commonParams
|
|
1742
1726
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1753,7 +1737,6 @@ var ListProfilesCommand = _ListProfilesCommand;
|
|
|
1753
1737
|
|
|
1754
1738
|
|
|
1755
1739
|
|
|
1756
|
-
|
|
1757
1740
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1758
1741
|
...commonParams
|
|
1759
1742
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1770,7 +1753,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1770
1753
|
|
|
1771
1754
|
|
|
1772
1755
|
|
|
1773
|
-
|
|
1774
1756
|
var _ListTransformersCommand = class _ListTransformersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1775
1757
|
...commonParams
|
|
1776
1758
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1787,7 +1769,6 @@ var ListTransformersCommand = _ListTransformersCommand;
|
|
|
1787
1769
|
|
|
1788
1770
|
|
|
1789
1771
|
|
|
1790
|
-
|
|
1791
1772
|
var _StartTransformerJobCommand = class _StartTransformerJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1792
1773
|
...commonParams
|
|
1793
1774
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1804,7 +1785,6 @@ var StartTransformerJobCommand = _StartTransformerJobCommand;
|
|
|
1804
1785
|
|
|
1805
1786
|
|
|
1806
1787
|
|
|
1807
|
-
|
|
1808
1788
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1809
1789
|
...commonParams
|
|
1810
1790
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1821,7 +1801,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1821
1801
|
|
|
1822
1802
|
|
|
1823
1803
|
|
|
1824
|
-
|
|
1825
1804
|
var _TestMappingCommand = class _TestMappingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1826
1805
|
...commonParams
|
|
1827
1806
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1838,7 +1817,6 @@ var TestMappingCommand = _TestMappingCommand;
|
|
|
1838
1817
|
|
|
1839
1818
|
|
|
1840
1819
|
|
|
1841
|
-
|
|
1842
1820
|
var _TestParsingCommand = class _TestParsingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1843
1821
|
...commonParams
|
|
1844
1822
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1855,7 +1833,6 @@ var TestParsingCommand = _TestParsingCommand;
|
|
|
1855
1833
|
|
|
1856
1834
|
|
|
1857
1835
|
|
|
1858
|
-
|
|
1859
1836
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1860
1837
|
...commonParams
|
|
1861
1838
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1872,7 +1849,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1872
1849
|
|
|
1873
1850
|
|
|
1874
1851
|
|
|
1875
|
-
|
|
1876
1852
|
var _UpdateCapabilityCommand = class _UpdateCapabilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1877
1853
|
...commonParams
|
|
1878
1854
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1889,7 +1865,6 @@ var UpdateCapabilityCommand = _UpdateCapabilityCommand;
|
|
|
1889
1865
|
|
|
1890
1866
|
|
|
1891
1867
|
|
|
1892
|
-
|
|
1893
1868
|
var _UpdatePartnershipCommand = class _UpdatePartnershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1894
1869
|
...commonParams
|
|
1895
1870
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1906,7 +1881,6 @@ var UpdatePartnershipCommand = _UpdatePartnershipCommand;
|
|
|
1906
1881
|
|
|
1907
1882
|
|
|
1908
1883
|
|
|
1909
|
-
|
|
1910
1884
|
var _UpdateProfileCommand = class _UpdateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1911
1885
|
...commonParams
|
|
1912
1886
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1923,7 +1897,6 @@ var UpdateProfileCommand = _UpdateProfileCommand;
|
|
|
1923
1897
|
|
|
1924
1898
|
|
|
1925
1899
|
|
|
1926
|
-
|
|
1927
1900
|
var _UpdateTransformerCommand = class _UpdateTransformerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1928
1901
|
...commonParams
|
|
1929
1902
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5,7 +5,8 @@ import { CreatePartnershipRequest, CreatePartnershipResponse } from "../models/m
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -39,7 +40,7 @@ declare const CreatePartnershipCommand_base: {
|
|
|
39
40
|
* name: "STRING_VALUE", // required
|
|
40
41
|
* email: "STRING_VALUE", // required
|
|
41
42
|
* phone: "STRING_VALUE",
|
|
42
|
-
* capabilities: [ // PartnershipCapabilities
|
|
43
|
+
* capabilities: [ // PartnershipCapabilities // required
|
|
43
44
|
* "STRING_VALUE",
|
|
44
45
|
* ],
|
|
45
46
|
* clientToken: "STRING_VALUE",
|
|
@@ -5,7 +5,8 @@ import { ListCapabilitiesRequest, ListCapabilitiesResponse } from "../models/mod
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -60,6 +61,18 @@ declare const ListCapabilitiesCommand_base: {
|
|
|
60
61
|
* @see {@link ListCapabilitiesCommandOutput} for command's `response` shape.
|
|
61
62
|
* @see {@link B2biClientResolvedConfig | config} for B2biClient's `config` shape.
|
|
62
63
|
*
|
|
64
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerException} (server fault)
|
|
68
|
+
* <p>This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>The request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ValidationException} (client fault)
|
|
74
|
+
* <p>Occurs when a B2BI object cannot be validated against a request from another object.</p>
|
|
75
|
+
*
|
|
63
76
|
* @throws {@link B2biServiceException}
|
|
64
77
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
65
78
|
*
|
|
@@ -5,7 +5,8 @@ import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -63,6 +64,18 @@ declare const ListProfilesCommand_base: {
|
|
|
63
64
|
* @see {@link ListProfilesCommandOutput} for command's `response` shape.
|
|
64
65
|
* @see {@link B2biClientResolvedConfig | config} for B2biClient's `config` shape.
|
|
65
66
|
*
|
|
67
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
68
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InternalServerException} (server fault)
|
|
71
|
+
* <p>This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
+
* <p>The request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ValidationException} (client fault)
|
|
77
|
+
* <p>Occurs when a B2BI object cannot be validated against a request from another object.</p>
|
|
78
|
+
*
|
|
66
79
|
* @throws {@link B2biServiceException}
|
|
67
80
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
68
81
|
*
|
|
@@ -5,7 +5,8 @@ import { ListTransformersRequest, ListTransformersResponse } from "../models/mod
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -71,6 +72,18 @@ declare const ListTransformersCommand_base: {
|
|
|
71
72
|
* @see {@link ListTransformersCommandOutput} for command's `response` shape.
|
|
72
73
|
* @see {@link B2biClientResolvedConfig | config} for B2biClient's `config` shape.
|
|
73
74
|
*
|
|
75
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InternalServerException} (server fault)
|
|
79
|
+
* <p>This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
82
|
+
* <p>The request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ValidationException} (client fault)
|
|
85
|
+
* <p>Occurs when a B2BI object cannot be validated against a request from another object.</p>
|
|
86
|
+
*
|
|
74
87
|
* @throws {@link B2biServiceException}
|
|
75
88
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
76
89
|
*
|
|
@@ -5,7 +5,8 @@ import { StartTransformerJobRequest, StartTransformerJobResponse } from "../mode
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -64,6 +65,9 @@ declare const StartTransformerJobCommand_base: {
|
|
|
64
65
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
66
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
66
67
|
*
|
|
68
|
+
* @throws {@link ConflictException} (client fault)
|
|
69
|
+
* <p>A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability) that is being used by other resources.</p>
|
|
70
|
+
*
|
|
67
71
|
* @throws {@link InternalServerException} (server fault)
|
|
68
72
|
* <p>This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.</p>
|
|
69
73
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
export * from "./B2biClient";
|
|
17
17
|
export * from "./B2bi";
|
|
18
18
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
19
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
20
|
-
export { B2biExtensionConfiguration } from "./extensionConfiguration";
|
|
19
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
20
|
+
export type { B2biExtensionConfiguration } from "./extensionConfiguration";
|
|
21
21
|
export * from "./commands";
|
|
22
22
|
export * from "./pagination";
|
|
23
23
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -744,7 +744,7 @@ export interface CreatePartnershipRequest {
|
|
|
744
744
|
* <p>Specifies a list of the capabilities associated with this partnership.</p>
|
|
745
745
|
* @public
|
|
746
746
|
*/
|
|
747
|
-
capabilities
|
|
747
|
+
capabilities: string[] | undefined;
|
|
748
748
|
/**
|
|
749
749
|
* <p>Reserved for future use.</p>
|
|
750
750
|
* @public
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateCapabilityRequest,
|
|
10
10
|
CreateCapabilityResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateCapabilityCommandInput extends CreateCapabilityRequest {}
|
|
14
15
|
export interface CreateCapabilityCommandOutput
|
|
15
16
|
extends CreateCapabilityResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreatePartnershipRequest,
|
|
10
10
|
CreatePartnershipResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePartnershipCommandInput
|
|
14
15
|
extends CreatePartnershipRequest {}
|
|
15
16
|
export interface CreatePartnershipCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateProfileRequest,
|
|
10
10
|
CreateProfileResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateProfileCommandInput extends CreateProfileRequest {}
|
|
14
15
|
export interface CreateProfileCommandOutput
|
|
15
16
|
extends CreateProfileResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateTransformerRequest,
|
|
10
10
|
CreateTransformerResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateTransformerCommandInput
|
|
14
15
|
extends CreateTransformerRequest {}
|
|
15
16
|
export interface CreateTransformerCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { DeleteCapabilityRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteCapabilityCommandInput extends DeleteCapabilityRequest {}
|
|
11
12
|
export interface DeleteCapabilityCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteCapabilityCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { DeletePartnershipRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeletePartnershipCommandInput
|
|
11
12
|
extends DeletePartnershipRequest {}
|
|
12
13
|
export interface DeletePartnershipCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { DeleteProfileRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteProfileCommandInput extends DeleteProfileRequest {}
|
|
11
12
|
export interface DeleteProfileCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteProfileCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { DeleteTransformerRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTransformerCommandInput
|
|
11
12
|
extends DeleteTransformerRequest {}
|
|
12
13
|
export interface DeleteTransformerCommandOutput extends __MetadataBearer {}
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCapabilityRequest,
|
|
10
10
|
GetCapabilityResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCapabilityCommandInput extends GetCapabilityRequest {}
|
|
14
15
|
export interface GetCapabilityCommandOutput
|
|
15
16
|
extends GetCapabilityResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetPartnershipRequest,
|
|
10
10
|
GetPartnershipResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetPartnershipCommandInput extends GetPartnershipRequest {}
|
|
14
15
|
export interface GetPartnershipCommandOutput
|
|
15
16
|
extends GetPartnershipResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetProfileCommandInput extends GetProfileRequest {}
|
|
11
12
|
export interface GetProfileCommandOutput
|
|
12
13
|
extends GetProfileResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTransformerRequest,
|
|
10
10
|
GetTransformerResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTransformerCommandInput extends GetTransformerRequest {}
|
|
14
15
|
export interface GetTransformerCommandOutput
|
|
15
16
|
extends GetTransformerResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTransformerJobRequest,
|
|
10
10
|
GetTransformerJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTransformerJobCommandInput
|
|
14
15
|
extends GetTransformerJobRequest {}
|
|
15
16
|
export interface GetTransformerJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCapabilitiesRequest,
|
|
10
10
|
ListCapabilitiesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCapabilitiesCommandInput extends ListCapabilitiesRequest {}
|
|
14
15
|
export interface ListCapabilitiesCommandOutput
|
|
15
16
|
extends ListCapabilitiesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListPartnershipsRequest,
|
|
10
10
|
ListPartnershipsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPartnershipsCommandInput extends ListPartnershipsRequest {}
|
|
14
15
|
export interface ListPartnershipsCommandOutput
|
|
15
16
|
extends ListPartnershipsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListProfilesCommandInput extends ListProfilesRequest {}
|
|
11
12
|
export interface ListProfilesCommandOutput
|
|
12
13
|
extends ListProfilesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTransformersRequest,
|
|
10
10
|
ListTransformersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTransformersCommandInput extends ListTransformersRequest {}
|
|
14
15
|
export interface ListTransformersCommandOutput
|
|
15
16
|
extends ListTransformersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartTransformerJobRequest,
|
|
10
10
|
StartTransformerJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartTransformerJobCommandInput
|
|
14
15
|
extends StartTransformerJobRequest {}
|
|
15
16
|
export interface StartTransformerJobCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { TagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const TagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { TestMappingRequest, TestMappingResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TestMappingCommandInput extends TestMappingRequest {}
|
|
11
12
|
export interface TestMappingCommandOutput
|
|
12
13
|
extends TestMappingResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { TestParsingRequest, TestParsingResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TestParsingCommandInput extends TestParsingRequest {}
|
|
11
12
|
export interface TestParsingCommandOutput
|
|
12
13
|
extends TestParsingResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../B2biClient";
|
|
8
8
|
import { UntagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
11
12
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UntagResourceCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateCapabilityRequest,
|
|
10
10
|
UpdateCapabilityResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateCapabilityCommandInput extends UpdateCapabilityRequest {}
|
|
14
15
|
export interface UpdateCapabilityCommandOutput
|
|
15
16
|
extends UpdateCapabilityResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdatePartnershipRequest,
|
|
10
10
|
UpdatePartnershipResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdatePartnershipCommandInput
|
|
14
15
|
extends UpdatePartnershipRequest {}
|
|
15
16
|
export interface UpdatePartnershipCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateProfileRequest,
|
|
10
10
|
UpdateProfileResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateProfileCommandInput extends UpdateProfileRequest {}
|
|
14
15
|
export interface UpdateProfileCommandOutput
|
|
15
16
|
extends UpdateProfileResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateTransformerRequest,
|
|
10
10
|
UpdateTransformerResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateTransformerCommandInput
|
|
14
15
|
extends UpdateTransformerRequest {}
|
|
15
16
|
export interface UpdateTransformerCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class B2biServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-b2bi",
|
|
3
3
|
"description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.593.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-b2bi",
|
|
@@ -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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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.
|
|
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",
|