@aws-sdk/client-b2bi 3.750.0 → 3.772.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +52 -60
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
B2bi: () => B2bi,
|
|
26
26
|
B2biClient: () => B2biClient,
|
|
@@ -98,7 +98,7 @@ __export(src_exports, {
|
|
|
98
98
|
paginateListProfiles: () => paginateListProfiles,
|
|
99
99
|
paginateListTransformers: () => paginateListTransformers
|
|
100
100
|
});
|
|
101
|
-
module.exports = __toCommonJS(
|
|
101
|
+
module.exports = __toCommonJS(index_exports);
|
|
102
102
|
|
|
103
103
|
// src/B2biClient.ts
|
|
104
104
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -225,9 +225,9 @@ var B2biClient = class extends import_smithy_client.Client {
|
|
|
225
225
|
this.middlewareStack.use(
|
|
226
226
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
227
227
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultB2biHttpAuthSchemeParametersProvider,
|
|
228
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
228
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
229
229
|
"aws.auth#sigv4": config.credentials
|
|
230
|
-
})
|
|
230
|
+
}), "identityProviderConfigProvider")
|
|
231
231
|
})
|
|
232
232
|
);
|
|
233
233
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -668,16 +668,14 @@ var X12Version = {
|
|
|
668
668
|
var EdiType;
|
|
669
669
|
((EdiType3) => {
|
|
670
670
|
EdiType3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
671
|
-
if (value.x12Details !== void 0)
|
|
672
|
-
return visitor.x12Details(value.x12Details);
|
|
671
|
+
if (value.x12Details !== void 0) return visitor.x12Details(value.x12Details);
|
|
673
672
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
674
673
|
}, "visit");
|
|
675
674
|
})(EdiType || (EdiType = {}));
|
|
676
675
|
var CapabilityConfiguration;
|
|
677
676
|
((CapabilityConfiguration3) => {
|
|
678
677
|
CapabilityConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
679
|
-
if (value.edi !== void 0)
|
|
680
|
-
return visitor.edi(value.edi);
|
|
678
|
+
if (value.edi !== void 0) return visitor.edi(value.edi);
|
|
681
679
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
682
680
|
}, "visit");
|
|
683
681
|
})(CapabilityConfiguration || (CapabilityConfiguration = {}));
|
|
@@ -821,8 +819,7 @@ var MappingType = {
|
|
|
821
819
|
var TemplateDetails;
|
|
822
820
|
((TemplateDetails3) => {
|
|
823
821
|
TemplateDetails3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
824
|
-
if (value.x12 !== void 0)
|
|
825
|
-
return visitor.x12(value.x12);
|
|
822
|
+
if (value.x12 !== void 0) return visitor.x12(value.x12);
|
|
826
823
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
827
824
|
}, "visit");
|
|
828
825
|
})(TemplateDetails || (TemplateDetails = {}));
|
|
@@ -834,8 +831,7 @@ var TransformerJobStatus = {
|
|
|
834
831
|
var OutboundEdiOptions;
|
|
835
832
|
((OutboundEdiOptions3) => {
|
|
836
833
|
OutboundEdiOptions3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
837
|
-
if (value.x12 !== void 0)
|
|
838
|
-
return visitor.x12(value.x12);
|
|
834
|
+
if (value.x12 !== void 0) return visitor.x12(value.x12);
|
|
839
835
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
840
836
|
}, "visit");
|
|
841
837
|
})(OutboundEdiOptions || (OutboundEdiOptions = {}));
|
|
@@ -850,8 +846,7 @@ var ConversionSourceFormat = {
|
|
|
850
846
|
var InputFileSource;
|
|
851
847
|
((InputFileSource3) => {
|
|
852
848
|
InputFileSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
853
|
-
if (value.fileContent !== void 0)
|
|
854
|
-
return visitor.fileContent(value.fileContent);
|
|
849
|
+
if (value.fileContent !== void 0) return visitor.fileContent(value.fileContent);
|
|
855
850
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
856
851
|
}, "visit");
|
|
857
852
|
})(InputFileSource || (InputFileSource = {}));
|
|
@@ -861,16 +856,14 @@ var ConversionTargetFormat = {
|
|
|
861
856
|
var ConversionTargetFormatDetails;
|
|
862
857
|
((ConversionTargetFormatDetails3) => {
|
|
863
858
|
ConversionTargetFormatDetails3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
864
|
-
if (value.x12 !== void 0)
|
|
865
|
-
return visitor.x12(value.x12);
|
|
859
|
+
if (value.x12 !== void 0) return visitor.x12(value.x12);
|
|
866
860
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
867
861
|
}, "visit");
|
|
868
862
|
})(ConversionTargetFormatDetails || (ConversionTargetFormatDetails = {}));
|
|
869
863
|
var OutputSampleFileSource;
|
|
870
864
|
((OutputSampleFileSource3) => {
|
|
871
865
|
OutputSampleFileSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
872
|
-
if (value.fileLocation !== void 0)
|
|
873
|
-
return visitor.fileLocation(value.fileLocation);
|
|
866
|
+
if (value.fileLocation !== void 0) return visitor.fileLocation(value.fileLocation);
|
|
874
867
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
875
868
|
}, "visit");
|
|
876
869
|
})(OutputSampleFileSource || (OutputSampleFileSource = {}));
|
|
@@ -882,8 +875,7 @@ var FileFormat = {
|
|
|
882
875
|
var FormatOptions;
|
|
883
876
|
((FormatOptions3) => {
|
|
884
877
|
FormatOptions3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
885
|
-
if (value.x12 !== void 0)
|
|
886
|
-
return visitor.x12(value.x12);
|
|
878
|
+
if (value.x12 !== void 0) return visitor.x12(value.x12);
|
|
887
879
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
888
880
|
}, "visit");
|
|
889
881
|
})(FormatOptions || (FormatOptions = {}));
|
|
@@ -1669,8 +1661,8 @@ var de_CapabilityList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1669
1661
|
var de_CapabilitySummary = /* @__PURE__ */ __name((output, context) => {
|
|
1670
1662
|
return (0, import_smithy_client.take)(output, {
|
|
1671
1663
|
capabilityId: import_smithy_client.expectString,
|
|
1672
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1673
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1664
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1665
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1674
1666
|
name: import_smithy_client.expectString,
|
|
1675
1667
|
type: import_smithy_client.expectString
|
|
1676
1668
|
});
|
|
@@ -1679,8 +1671,8 @@ var de_CreateCapabilityResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1679
1671
|
return (0, import_smithy_client.take)(output, {
|
|
1680
1672
|
capabilityArn: import_smithy_client.expectString,
|
|
1681
1673
|
capabilityId: import_smithy_client.expectString,
|
|
1682
|
-
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1683
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1674
|
+
configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
|
|
1675
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1684
1676
|
instructionsDocuments: import_smithy_client._json,
|
|
1685
1677
|
name: import_smithy_client.expectString,
|
|
1686
1678
|
type: import_smithy_client.expectString
|
|
@@ -1690,7 +1682,7 @@ var de_CreatePartnershipResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1690
1682
|
return (0, import_smithy_client.take)(output, {
|
|
1691
1683
|
capabilities: import_smithy_client._json,
|
|
1692
1684
|
capabilityOptions: import_smithy_client._json,
|
|
1693
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1685
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1694
1686
|
email: import_smithy_client.expectString,
|
|
1695
1687
|
name: import_smithy_client.expectString,
|
|
1696
1688
|
partnershipArn: import_smithy_client.expectString,
|
|
@@ -1703,7 +1695,7 @@ var de_CreatePartnershipResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1703
1695
|
var de_CreateProfileResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1704
1696
|
return (0, import_smithy_client.take)(output, {
|
|
1705
1697
|
businessName: import_smithy_client.expectString,
|
|
1706
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1698
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1707
1699
|
email: import_smithy_client.expectString,
|
|
1708
1700
|
logGroupName: import_smithy_client.expectString,
|
|
1709
1701
|
logging: import_smithy_client.expectString,
|
|
@@ -1715,8 +1707,8 @@ var de_CreateProfileResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1715
1707
|
}, "de_CreateProfileResponse");
|
|
1716
1708
|
var de_CreateTransformerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1717
1709
|
return (0, import_smithy_client.take)(output, {
|
|
1718
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1719
|
-
ediType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1710
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1711
|
+
ediType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ediType"),
|
|
1720
1712
|
fileFormat: import_smithy_client.expectString,
|
|
1721
1713
|
inputConversion: import_smithy_client._json,
|
|
1722
1714
|
mapping: import_smithy_client._json,
|
|
@@ -1740,10 +1732,10 @@ var de_GetCapabilityResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1740
1732
|
return (0, import_smithy_client.take)(output, {
|
|
1741
1733
|
capabilityArn: import_smithy_client.expectString,
|
|
1742
1734
|
capabilityId: import_smithy_client.expectString,
|
|
1743
|
-
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1744
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1735
|
+
configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
|
|
1736
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1745
1737
|
instructionsDocuments: import_smithy_client._json,
|
|
1746
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1738
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1747
1739
|
name: import_smithy_client.expectString,
|
|
1748
1740
|
type: import_smithy_client.expectString
|
|
1749
1741
|
});
|
|
@@ -1752,9 +1744,9 @@ var de_GetPartnershipResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1752
1744
|
return (0, import_smithy_client.take)(output, {
|
|
1753
1745
|
capabilities: import_smithy_client._json,
|
|
1754
1746
|
capabilityOptions: import_smithy_client._json,
|
|
1755
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1747
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1756
1748
|
email: import_smithy_client.expectString,
|
|
1757
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1749
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1758
1750
|
name: import_smithy_client.expectString,
|
|
1759
1751
|
partnershipArn: import_smithy_client.expectString,
|
|
1760
1752
|
partnershipId: import_smithy_client.expectString,
|
|
@@ -1766,11 +1758,11 @@ var de_GetPartnershipResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1766
1758
|
var de_GetProfileResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1767
1759
|
return (0, import_smithy_client.take)(output, {
|
|
1768
1760
|
businessName: import_smithy_client.expectString,
|
|
1769
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1761
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1770
1762
|
email: import_smithy_client.expectString,
|
|
1771
1763
|
logGroupName: import_smithy_client.expectString,
|
|
1772
1764
|
logging: import_smithy_client.expectString,
|
|
1773
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1765
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1774
1766
|
name: import_smithy_client.expectString,
|
|
1775
1767
|
phone: import_smithy_client.expectString,
|
|
1776
1768
|
profileArn: import_smithy_client.expectString,
|
|
@@ -1779,13 +1771,13 @@ var de_GetProfileResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1779
1771
|
}, "de_GetProfileResponse");
|
|
1780
1772
|
var de_GetTransformerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1781
1773
|
return (0, import_smithy_client.take)(output, {
|
|
1782
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1783
|
-
ediType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1774
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1775
|
+
ediType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ediType"),
|
|
1784
1776
|
fileFormat: import_smithy_client.expectString,
|
|
1785
1777
|
inputConversion: import_smithy_client._json,
|
|
1786
1778
|
mapping: import_smithy_client._json,
|
|
1787
1779
|
mappingTemplate: import_smithy_client.expectString,
|
|
1788
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1780
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1789
1781
|
name: import_smithy_client.expectString,
|
|
1790
1782
|
outputConversion: import_smithy_client._json,
|
|
1791
1783
|
sampleDocument: import_smithy_client.expectString,
|
|
@@ -1797,26 +1789,26 @@ var de_GetTransformerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1797
1789
|
}, "de_GetTransformerResponse");
|
|
1798
1790
|
var de_ListCapabilitiesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1799
1791
|
return (0, import_smithy_client.take)(output, {
|
|
1800
|
-
capabilities: (_) => de_CapabilityList(_, context),
|
|
1792
|
+
capabilities: /* @__PURE__ */ __name((_) => de_CapabilityList(_, context), "capabilities"),
|
|
1801
1793
|
nextToken: import_smithy_client.expectString
|
|
1802
1794
|
});
|
|
1803
1795
|
}, "de_ListCapabilitiesResponse");
|
|
1804
1796
|
var de_ListPartnershipsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1805
1797
|
return (0, import_smithy_client.take)(output, {
|
|
1806
1798
|
nextToken: import_smithy_client.expectString,
|
|
1807
|
-
partnerships: (_) => de_PartnershipList(_, context)
|
|
1799
|
+
partnerships: /* @__PURE__ */ __name((_) => de_PartnershipList(_, context), "partnerships")
|
|
1808
1800
|
});
|
|
1809
1801
|
}, "de_ListPartnershipsResponse");
|
|
1810
1802
|
var de_ListProfilesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1811
1803
|
return (0, import_smithy_client.take)(output, {
|
|
1812
1804
|
nextToken: import_smithy_client.expectString,
|
|
1813
|
-
profiles: (_) => de_ProfileList(_, context)
|
|
1805
|
+
profiles: /* @__PURE__ */ __name((_) => de_ProfileList(_, context), "profiles")
|
|
1814
1806
|
});
|
|
1815
1807
|
}, "de_ListProfilesResponse");
|
|
1816
1808
|
var de_ListTransformersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1817
1809
|
return (0, import_smithy_client.take)(output, {
|
|
1818
1810
|
nextToken: import_smithy_client.expectString,
|
|
1819
|
-
transformers: (_) => de_TransformerList(_, context)
|
|
1811
|
+
transformers: /* @__PURE__ */ __name((_) => de_TransformerList(_, context), "transformers")
|
|
1820
1812
|
});
|
|
1821
1813
|
}, "de_ListTransformersResponse");
|
|
1822
1814
|
var de_PartnershipList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1829,8 +1821,8 @@ var de_PartnershipSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1829
1821
|
return (0, import_smithy_client.take)(output, {
|
|
1830
1822
|
capabilities: import_smithy_client._json,
|
|
1831
1823
|
capabilityOptions: import_smithy_client._json,
|
|
1832
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1833
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1824
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1825
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1834
1826
|
name: import_smithy_client.expectString,
|
|
1835
1827
|
partnershipId: import_smithy_client.expectString,
|
|
1836
1828
|
profileId: import_smithy_client.expectString,
|
|
@@ -1846,10 +1838,10 @@ var de_ProfileList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1846
1838
|
var de_ProfileSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1847
1839
|
return (0, import_smithy_client.take)(output, {
|
|
1848
1840
|
businessName: import_smithy_client.expectString,
|
|
1849
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1841
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1850
1842
|
logGroupName: import_smithy_client.expectString,
|
|
1851
1843
|
logging: import_smithy_client.expectString,
|
|
1852
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1844
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1853
1845
|
name: import_smithy_client.expectString,
|
|
1854
1846
|
profileId: import_smithy_client.expectString
|
|
1855
1847
|
});
|
|
@@ -1862,13 +1854,13 @@ var de_TransformerList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1862
1854
|
}, "de_TransformerList");
|
|
1863
1855
|
var de_TransformerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1864
1856
|
return (0, import_smithy_client.take)(output, {
|
|
1865
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1866
|
-
ediType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1857
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1858
|
+
ediType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ediType"),
|
|
1867
1859
|
fileFormat: import_smithy_client.expectString,
|
|
1868
1860
|
inputConversion: import_smithy_client._json,
|
|
1869
1861
|
mapping: import_smithy_client._json,
|
|
1870
1862
|
mappingTemplate: import_smithy_client.expectString,
|
|
1871
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1863
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1872
1864
|
name: import_smithy_client.expectString,
|
|
1873
1865
|
outputConversion: import_smithy_client._json,
|
|
1874
1866
|
sampleDocument: import_smithy_client.expectString,
|
|
@@ -1881,10 +1873,10 @@ var de_UpdateCapabilityResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1881
1873
|
return (0, import_smithy_client.take)(output, {
|
|
1882
1874
|
capabilityArn: import_smithy_client.expectString,
|
|
1883
1875
|
capabilityId: import_smithy_client.expectString,
|
|
1884
|
-
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1885
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1876
|
+
configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
|
|
1877
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1886
1878
|
instructionsDocuments: import_smithy_client._json,
|
|
1887
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1879
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1888
1880
|
name: import_smithy_client.expectString,
|
|
1889
1881
|
type: import_smithy_client.expectString
|
|
1890
1882
|
});
|
|
@@ -1893,9 +1885,9 @@ var de_UpdatePartnershipResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1893
1885
|
return (0, import_smithy_client.take)(output, {
|
|
1894
1886
|
capabilities: import_smithy_client._json,
|
|
1895
1887
|
capabilityOptions: import_smithy_client._json,
|
|
1896
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1888
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1897
1889
|
email: import_smithy_client.expectString,
|
|
1898
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1890
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1899
1891
|
name: import_smithy_client.expectString,
|
|
1900
1892
|
partnershipArn: import_smithy_client.expectString,
|
|
1901
1893
|
partnershipId: import_smithy_client.expectString,
|
|
@@ -1907,11 +1899,11 @@ var de_UpdatePartnershipResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1907
1899
|
var de_UpdateProfileResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1908
1900
|
return (0, import_smithy_client.take)(output, {
|
|
1909
1901
|
businessName: import_smithy_client.expectString,
|
|
1910
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1902
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1911
1903
|
email: import_smithy_client.expectString,
|
|
1912
1904
|
logGroupName: import_smithy_client.expectString,
|
|
1913
1905
|
logging: import_smithy_client.expectString,
|
|
1914
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1906
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1915
1907
|
name: import_smithy_client.expectString,
|
|
1916
1908
|
phone: import_smithy_client.expectString,
|
|
1917
1909
|
profileArn: import_smithy_client.expectString,
|
|
@@ -1920,13 +1912,13 @@ var de_UpdateProfileResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1920
1912
|
}, "de_UpdateProfileResponse");
|
|
1921
1913
|
var de_UpdateTransformerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1922
1914
|
return (0, import_smithy_client.take)(output, {
|
|
1923
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1924
|
-
ediType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1915
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1916
|
+
ediType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ediType"),
|
|
1925
1917
|
fileFormat: import_smithy_client.expectString,
|
|
1926
1918
|
inputConversion: import_smithy_client._json,
|
|
1927
1919
|
mapping: import_smithy_client._json,
|
|
1928
1920
|
mappingTemplate: import_smithy_client.expectString,
|
|
1929
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1921
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1930
1922
|
name: import_smithy_client.expectString,
|
|
1931
1923
|
outputConversion: import_smithy_client._json,
|
|
1932
1924
|
sampleDocument: import_smithy_client.expectString,
|
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.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-b2bi",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|