@aws-sdk/client-b2bi 3.1044.0 → 3.1046.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 (130) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +84 -86
  5. package/dist-cjs/models/B2biServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/B2bi.js +1 -1
  10. package/dist-es/B2biClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateCapabilityCommand.js +2 -2
  13. package/dist-es/commands/CreatePartnershipCommand.js +2 -2
  14. package/dist-es/commands/CreateProfileCommand.js +2 -2
  15. package/dist-es/commands/CreateStarterMappingTemplateCommand.js +2 -2
  16. package/dist-es/commands/CreateTransformerCommand.js +2 -2
  17. package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
  18. package/dist-es/commands/DeletePartnershipCommand.js +2 -2
  19. package/dist-es/commands/DeleteProfileCommand.js +2 -2
  20. package/dist-es/commands/DeleteTransformerCommand.js +2 -2
  21. package/dist-es/commands/GenerateMappingCommand.js +2 -2
  22. package/dist-es/commands/GetCapabilityCommand.js +2 -2
  23. package/dist-es/commands/GetPartnershipCommand.js +2 -2
  24. package/dist-es/commands/GetProfileCommand.js +2 -2
  25. package/dist-es/commands/GetTransformerCommand.js +2 -2
  26. package/dist-es/commands/GetTransformerJobCommand.js +2 -2
  27. package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
  28. package/dist-es/commands/ListPartnershipsCommand.js +2 -2
  29. package/dist-es/commands/ListProfilesCommand.js +2 -2
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-es/commands/ListTransformersCommand.js +2 -2
  32. package/dist-es/commands/StartTransformerJobCommand.js +2 -2
  33. package/dist-es/commands/TagResourceCommand.js +2 -2
  34. package/dist-es/commands/TestConversionCommand.js +2 -2
  35. package/dist-es/commands/TestMappingCommand.js +2 -2
  36. package/dist-es/commands/TestParsingCommand.js +2 -2
  37. package/dist-es/commands/UntagResourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
  39. package/dist-es/commands/UpdatePartnershipCommand.js +2 -2
  40. package/dist-es/commands/UpdateProfileCommand.js +2 -2
  41. package/dist-es/commands/UpdateTransformerCommand.js +2 -2
  42. package/dist-es/endpoint/bdd.js +1 -1
  43. package/dist-es/endpoint/endpointResolver.js +1 -1
  44. package/dist-es/models/B2biServiceException.js +1 -1
  45. package/dist-es/runtimeConfig.browser.js +4 -6
  46. package/dist-es/runtimeConfig.js +4 -8
  47. package/dist-es/runtimeConfig.shared.js +3 -4
  48. package/dist-es/runtimeExtensions.js +2 -2
  49. package/dist-es/waiters/waitForTransformerJobSucceeded.js +1 -1
  50. package/dist-types/B2bi.d.ts +1 -1
  51. package/dist-types/B2biClient.d.ts +5 -5
  52. package/dist-types/commands/CreateCapabilityCommand.d.ts +6 -4
  53. package/dist-types/commands/CreatePartnershipCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateProfileCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateStarterMappingTemplateCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateTransformerCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteCapabilityCommand.d.ts +6 -4
  58. package/dist-types/commands/DeletePartnershipCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteProfileCommand.d.ts +6 -4
  60. package/dist-types/commands/DeleteTransformerCommand.d.ts +6 -4
  61. package/dist-types/commands/GenerateMappingCommand.d.ts +6 -4
  62. package/dist-types/commands/GetCapabilityCommand.d.ts +6 -4
  63. package/dist-types/commands/GetPartnershipCommand.d.ts +6 -4
  64. package/dist-types/commands/GetProfileCommand.d.ts +6 -4
  65. package/dist-types/commands/GetTransformerCommand.d.ts +6 -4
  66. package/dist-types/commands/GetTransformerJobCommand.d.ts +6 -4
  67. package/dist-types/commands/ListCapabilitiesCommand.d.ts +6 -4
  68. package/dist-types/commands/ListPartnershipsCommand.d.ts +6 -4
  69. package/dist-types/commands/ListProfilesCommand.d.ts +6 -4
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  71. package/dist-types/commands/ListTransformersCommand.d.ts +6 -4
  72. package/dist-types/commands/StartTransformerJobCommand.d.ts +6 -4
  73. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  74. package/dist-types/commands/TestConversionCommand.d.ts +6 -4
  75. package/dist-types/commands/TestMappingCommand.d.ts +6 -4
  76. package/dist-types/commands/TestParsingCommand.d.ts +6 -4
  77. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  78. package/dist-types/commands/UpdateCapabilityCommand.d.ts +6 -4
  79. package/dist-types/commands/UpdatePartnershipCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdateProfileCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateTransformerCommand.d.ts +6 -4
  82. package/dist-types/endpoint/bdd.d.ts +1 -1
  83. package/dist-types/extensionConfiguration.d.ts +1 -1
  84. package/dist-types/models/B2biServiceException.d.ts +1 -1
  85. package/dist-types/models/errors.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  87. package/dist-types/runtimeConfig.d.ts +2 -2
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/B2bi.d.ts +1 -1
  90. package/dist-types/ts3.4/B2biClient.d.ts +8 -14
  91. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/CreatePartnershipCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreateStarterMappingTemplateCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateTransformerCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeletePartnershipCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/GenerateMappingCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/GetPartnershipCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/GetTransformerJobCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ListPartnershipsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/ListTransformersCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/StartTransformerJobCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/TestConversionCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/TestMappingCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/TestParsingCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/UpdatePartnershipCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateTransformerCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  122. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  123. package/dist-types/ts3.4/models/B2biServiceException.d.ts +1 -1
  124. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  128. package/dist-types/ts3.4/waiters/waitForTransformerJobSucceeded.d.ts +1 -1
  129. package/dist-types/waiters/waitForTransformerJobSucceeded.d.ts +1 -1
  130. package/package.json +13 -35
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateCapabilityCommandInput, CreateCapabilityCommandOutput } from "./commands/CreateCapabilityCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { CreateCapabilityRequest, CreateCapabilityResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateCapabilityCommandInput extends CreateCapabilityRequest {
22
22
  export interface CreateCapabilityCommandOutput extends CreateCapabilityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCapabilityCommand_base: {
25
- new (input: CreateCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { CreatePartnershipRequest, CreatePartnershipResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreatePartnershipCommandInput extends CreatePartnershipRequest
22
22
  export interface CreatePartnershipCommandOutput extends CreatePartnershipResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePartnershipCommand_base: {
25
- new (input: CreatePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePartnershipCommandInput, CreatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePartnershipCommandInput, CreatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePartnershipCommandInput): import("@smithy/core/client").CommandImpl<CreatePartnershipCommandInput, CreatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePartnershipCommandInput): import("@smithy/core/client").CommandImpl<CreatePartnershipCommandInput, CreatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { CreateProfileRequest, CreateProfileResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateProfileCommandInput extends CreateProfileRequest {
22
22
  export interface CreateProfileCommandOutput extends CreateProfileResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateProfileCommand_base: {
25
- new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of a private network.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { CreateStarterMappingTemplateRequest, CreateStarterMappingTemplateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateStarterMappingTemplateCommandInput extends CreateStarterM
22
22
  export interface CreateStarterMappingTemplateCommandOutput extends CreateStarterMappingTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateStarterMappingTemplateCommand_base: {
25
- new (input: CreateStarterMappingTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStarterMappingTemplateCommandInput, CreateStarterMappingTemplateCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateStarterMappingTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStarterMappingTemplateCommandInput, CreateStarterMappingTemplateCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateStarterMappingTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateStarterMappingTemplateCommandInput, CreateStarterMappingTemplateCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateStarterMappingTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateStarterMappingTemplateCommandInput, CreateStarterMappingTemplateCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Amazon Web Services B2B Data Interchange uses a mapping template in JSONata or XSLT format to transform a customer input file into a JSON or XML file that can be converted to EDI.</p> <p>If you provide a sample EDI file with the same structure as the EDI files that you wish to generate, then the service can generate a mapping template. The starter template contains placeholder values which you can replace with JSONata or XSLT expressions to take data from your input file and insert it into the JSON or XML file that is used to generate the EDI.</p> <p>If you do not provide a sample EDI file, then the service can generate a mapping template based on the EDI settings in the <code>templateDetails</code> parameter. </p> <p> Currently, we only support generating a template that can generate the input to produce an Outbound X12 EDI file.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { CreateTransformerRequest, CreateTransformerResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateTransformerCommandInput extends CreateTransformerRequest
22
22
  export interface CreateTransformerCommandOutput extends CreateTransformerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTransformerCommand_base: {
25
- new (input: CreateTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTransformerCommandInput, CreateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTransformerCommandInput, CreateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTransformerCommandInput): import("@smithy/core/client").CommandImpl<CreateTransformerCommandInput, CreateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTransformerCommandInput): import("@smithy/core/client").CommandImpl<CreateTransformerCommandInput, CreateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a transformer. Amazon Web Services B2B Data Interchange currently supports two scenarios:</p> <ul> <li> <p> <i>Inbound EDI</i>: the Amazon Web Services customer receives an EDI file from their trading partner. Amazon Web Services B2B Data Interchange converts this EDI file into a JSON or XML file with a service-defined structure. A mapping template provided by the customer, in JSONata or XSLT format, is optionally applied to this file to produce a JSON or XML file with the structure the customer requires.</p> </li> <li> <p> <i>Outbound EDI</i>: the Amazon Web Services customer has a JSON or XML file containing data that they wish to use in an EDI file. A mapping template, provided by the customer (in either JSONata or XSLT format) is applied to this file to generate a JSON or XML file in the service-defined structure. This file is then converted to an EDI file.</p> </li> </ul> <note> <p>The following fields are provided for backwards compatibility only: <code>fileFormat</code>, <code>mappingTemplate</code>, <code>ediType</code>, and <code>sampleDocument</code>.</p> <ul> <li> <p>Use the <code>mapping</code> data type in place of <code>mappingTemplate</code> and <code>fileFormat</code> </p> </li> <li> <p>Use the <code>sampleDocuments</code> data type in place of <code>sampleDocument</code> </p> </li> <li> <p>Use either the <code>inputConversion</code> or <code>outputConversion</code> in place of <code>ediType</code> </p> </li> </ul> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { DeleteCapabilityRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCapabilityCommandInput extends DeleteCapabilityRequest {
22
22
  export interface DeleteCapabilityCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCapabilityCommand_base: {
25
- new (input: DeleteCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { DeletePartnershipRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeletePartnershipCommandInput extends DeletePartnershipRequest
22
22
  export interface DeletePartnershipCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeletePartnershipCommand_base: {
25
- new (input: DeletePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartnershipCommandInput, DeletePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartnershipCommandInput, DeletePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeletePartnershipCommandInput): import("@smithy/core/client").CommandImpl<DeletePartnershipCommandInput, DeletePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePartnershipCommandInput): import("@smithy/core/client").CommandImpl<DeletePartnershipCommandInput, DeletePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { DeleteProfileRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteProfileCommandInput extends DeleteProfileRequest {
22
22
  export interface DeleteProfileCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteProfileCommand_base: {
25
- new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified profile. A profile is the mechanism used to create the concept of a private network.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { DeleteTransformerRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTransformerCommandInput extends DeleteTransformerRequest
22
22
  export interface DeleteTransformerCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTransformerCommand_base: {
25
- new (input: DeleteTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTransformerCommandInput, DeleteTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTransformerCommandInput, DeleteTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTransformerCommandInput): import("@smithy/core/client").CommandImpl<DeleteTransformerCommandInput, DeleteTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTransformerCommandInput): import("@smithy/core/client").CommandImpl<DeleteTransformerCommandInput, DeleteTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified transformer. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { GenerateMappingRequest, GenerateMappingResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GenerateMappingCommandInput extends GenerateMappingRequest {
22
22
  export interface GenerateMappingCommandOutput extends GenerateMappingResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GenerateMappingCommand_base: {
25
- new (input: GenerateMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateMappingCommandInput, GenerateMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GenerateMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateMappingCommandInput, GenerateMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GenerateMappingCommandInput): import("@smithy/core/client").CommandImpl<GenerateMappingCommandInput, GenerateMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GenerateMappingCommandInput): import("@smithy/core/client").CommandImpl<GenerateMappingCommandInput, GenerateMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Takes sample input and output documents and uses Amazon Bedrock to generate a mapping automatically. Depending on the accuracy and other factors, you can then edit the mapping for your needs.</p> <note> <p>Before you can use the AI-assisted feature for Amazon Web Services B2B Data Interchange you must enable models in Amazon Bedrock. For details, see <a href="https://docs.aws.amazon.com/b2bi/latest/userguide/ai-assisted-mapping.html#ai-assist-prereq">AI-assisted template mapping prerequisites</a> in the <i>Amazon Web Services B2B Data Interchange User guide</i>.</p> </note> <p>To generate a mapping, perform the following steps:</p> <ol> <li> <p>Start with an X12 EDI document to use as the input.</p> </li> <li> <p>Call <code>TestMapping</code> using your EDI document.</p> </li> <li> <p>Use the output from the <code>TestMapping</code> operation as either input or output for your GenerateMapping call, along with your sample file.</p> </li> </ol>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { GetCapabilityRequest, GetCapabilityResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCapabilityCommandInput extends GetCapabilityRequest {
22
22
  export interface GetCapabilityCommandOutput extends GetCapabilityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCapabilityCommand_base: {
25
- new (input: GetCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCapabilityCommandInput): import("@smithy/core/client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCapabilityCommandInput): import("@smithy/core/client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { GetPartnershipRequest, GetPartnershipResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetPartnershipCommandInput extends GetPartnershipRequest {
22
22
  export interface GetPartnershipCommandOutput extends GetPartnershipResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPartnershipCommand_base: {
25
- new (input: GetPartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartnershipCommandInput, GetPartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartnershipCommandInput, GetPartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPartnershipCommandInput): import("@smithy/core/client").CommandImpl<GetPartnershipCommandInput, GetPartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPartnershipCommandInput): import("@smithy/core/client").CommandImpl<GetPartnershipCommandInput, GetPartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details for a partnership, based on the partner and profile IDs specified. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { GetProfileRequest, GetProfileResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetProfileCommandInput extends GetProfileRequest {
22
22
  export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetProfileCommand_base: {
25
- new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetProfileCommandInput): import("@smithy/core/client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { GetTransformerRequest, GetTransformerResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTransformerCommandInput extends GetTransformerRequest {
22
22
  export interface GetTransformerCommandOutput extends GetTransformerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTransformerCommand_base: {
25
- new (input: GetTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransformerCommandInput, GetTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransformerCommandInput, GetTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTransformerCommandInput): import("@smithy/core/client").CommandImpl<GetTransformerCommandInput, GetTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTransformerCommandInput): import("@smithy/core/client").CommandImpl<GetTransformerCommandInput, GetTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details for the transformer specified by the transformer ID. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { GetTransformerJobRequest, GetTransformerJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTransformerJobCommandInput extends GetTransformerJobRequest
22
22
  export interface GetTransformerJobCommandOutput extends GetTransformerJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTransformerJobCommand_base: {
25
- new (input: GetTransformerJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransformerJobCommandInput, GetTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTransformerJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransformerJobCommandInput, GetTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTransformerJobCommandInput): import("@smithy/core/client").CommandImpl<GetTransformerJobCommandInput, GetTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTransformerJobCommandInput): import("@smithy/core/client").CommandImpl<GetTransformerJobCommandInput, GetTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the details of the transformer run, based on the Transformer job ID.</p> <note> <p>If 30 days have elapsed since your transformer job was started, the system deletes it. So, if you run <code>GetTransformerJob</code> and supply a <code>transformerId</code> and <code>transformerJobId</code> for a job that was started more than 30 days previously, you receive a 404 response.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { ListCapabilitiesRequest, ListCapabilitiesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCapabilitiesCommandInput extends ListCapabilitiesRequest {
22
22
  export interface ListCapabilitiesCommandOutput extends ListCapabilitiesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCapabilitiesCommand_base: {
25
- new (input: ListCapabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCapabilitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCapabilitiesCommandInput]): import("@smithy/core/client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { ListPartnershipsRequest, ListPartnershipsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPartnershipsCommandInput extends ListPartnershipsRequest {
22
22
  export interface ListPartnershipsCommandOutput extends ListPartnershipsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPartnershipsCommand_base: {
25
- new (input: ListPartnershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnershipsCommandInput, ListPartnershipsCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPartnershipsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPartnershipsCommandInput, ListPartnershipsCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPartnershipsCommandInput): import("@smithy/core/client").CommandImpl<ListPartnershipsCommandInput, ListPartnershipsCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPartnershipsCommandInput]): import("@smithy/core/client").CommandImpl<ListPartnershipsCommandInput, ListPartnershipsCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListProfilesCommandInput extends ListProfilesRequest {
22
22
  export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListProfilesCommand_base: {
25
- new (input: ListProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of a private network.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a capability, partnership, profile, or transformer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { ListTransformersRequest, ListTransformersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTransformersCommandInput extends ListTransformersRequest {
22
22
  export interface ListTransformersCommandOutput extends ListTransformersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTransformersCommand_base: {
25
- new (input: ListTransformersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTransformersCommandInput, ListTransformersCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTransformersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTransformersCommandInput, ListTransformersCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTransformersCommandInput): import("@smithy/core/client").CommandImpl<ListTransformersCommandInput, ListTransformersCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListTransformersCommandInput]): import("@smithy/core/client").CommandImpl<ListTransformersCommandInput, ListTransformersCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the available transformers. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { StartTransformerJobRequest, StartTransformerJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartTransformerJobCommandInput extends StartTransformerJobRequ
22
22
  export interface StartTransformerJobCommandOutput extends StartTransformerJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartTransformerJobCommand_base: {
25
- new (input: StartTransformerJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTransformerJobCommandInput, StartTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartTransformerJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTransformerJobCommandInput, StartTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartTransformerJobCommandInput): import("@smithy/core/client").CommandImpl<StartTransformerJobCommandInput, StartTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartTransformerJobCommandInput): import("@smithy/core/client").CommandImpl<StartTransformerJobCommandInput, StartTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2B Data Interchange.</p> <p>If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just create and configure a transformer, and then run the <code>StartTransformerJob</code> API to process your files.</p> <note> <p>The system stores transformer jobs for 30 days. During that period, you can run <a href="https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetTransformerJob.html">GetTransformerJob</a> and supply its <code>transformerId</code> and <code>transformerJobId</code> to return details of the job.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { TagResourceRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p> <p>There is no response returned from this call.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { TestConversionRequest, TestConversionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TestConversionCommandInput extends TestConversionRequest {
22
22
  export interface TestConversionCommandOutput extends TestConversionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TestConversionCommand_base: {
25
- new (input: TestConversionCommandInput): import("@smithy/smithy-client").CommandImpl<TestConversionCommandInput, TestConversionCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TestConversionCommandInput): import("@smithy/smithy-client").CommandImpl<TestConversionCommandInput, TestConversionCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TestConversionCommandInput): import("@smithy/core/client").CommandImpl<TestConversionCommandInput, TestConversionCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TestConversionCommandInput): import("@smithy/core/client").CommandImpl<TestConversionCommandInput, TestConversionCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation mimics the latter half of a typical Outbound EDI request. It takes an input JSON/XML in the B2Bi shape as input, converts it to an X12 EDI string, and return that string.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../B2biClient";
4
4
  import type { TestMappingRequest, TestMappingResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TestMappingCommandInput extends TestMappingRequest {
22
22
  export interface TestMappingCommandOutput extends TestMappingResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TestMappingCommand_base: {
25
- new (input: TestMappingCommandInput): import("@smithy/smithy-client").CommandImpl<TestMappingCommandInput, TestMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TestMappingCommandInput): import("@smithy/smithy-client").CommandImpl<TestMappingCommandInput, TestMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TestMappingCommandInput): import("@smithy/core/client").CommandImpl<TestMappingCommandInput, TestMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TestMappingCommandInput): import("@smithy/core/client").CommandImpl<TestMappingCommandInput, TestMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Maps the input file according to the provided template file. The API call downloads the file contents from the Amazon S3 location, and passes the contents in as a string, to the <code>inputFileContent</code> parameter.</p>